/*============
font-family: 'Montserrat', sans-serif;
=============*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
  bottom: 0;
  font-family: "Titillium Web", sans-serif;
  color: white;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: 0px 0px;
  overflow: hidden;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: url(../images/body-bg.png)no-repeat scroll 0 0 / 100% 100%;
}

/*=========================================*/
/*===============Start Logo Area===========*/
/*=========================================*/
#main-body-area {
    background: url(../images/body-bg.png)no-repeat scroll 0 0 / 100% 100%;
}

.logo {
    padding-top: 22px;
    text-align: center;
}

.logo img {
    width: 146px;
    height: 56px;
}

.input-details-area {}

.input-item-slider {
    border: 1px dashed #FFFFFF;
    border-radius: 8px;
    position: absolute;
    left: 20px;
    top: 25px;
}

.wapper {
    background: rgba(244, 246, 249, 0.64);
    backdrop-filter: blur(32px);
    border-radius: 8px;
    padding: 15px 20px;
    margin: 12px 10px;
}

.minimuz-button {
    text-align: right;
    margin-bottom: 12px;
}

.minimuz-button img {
    cursor: pointer;
}

.main-slider-area {}

.slider-heading {}

.slider-heading h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(93.42deg, #FFA48F 1.13%, #FF4793 21.03%, #A65CE0 47.95%, #5986E0 74.93%, #00C9C9 100%), #00C9C9;
    border-radius: 8px;
    padding: 10px 16px;
    border: 0px !important;
    width: 100%;
}

.slider-area {
    padding-top: 12px;
}

.slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.slider-item img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.righ-arrow {
    text-align: center;
    margin-top: 16px;
}

.main-selfi-mode-area {
    border: 1px dashed #FFFFFF;
    border-radius: 8px;
    margin: 12px 0px;
}

.main-counting-area {}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counting-number {
    flex-basis: 10%;
}

.counting-number p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    color: #171B26;
    margin-bottom: 12px;
}

.counting-area {
    flex-basis: 90%;
    background: #171B26;
    border-radius: 8px;
    padding-top: 19px;
    text-align: center;
}

.counting-area h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    border-top: 1px dashed #828CA5;
    border-bottom: 1px dashed #828CA5;
}

.input-details-area > .control-panel{
    border: 1px dashed #FFFFFF;
    border-radius: 8px;
    margin: 12px 0px;
}

.input-details-area > .control-panel .control-panel{
    background: rgba(244, 246, 249, 0.64);
    backdrop-filter: blur(32px);
    border-radius: 8px;
    padding: 15px 20px;
    margin: 12px 10px;
}

.file-selection{
    display: none !important;
}

.source-selection .dropdown{
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 4px 20px;
    cursor: pointer;
    width: 100%;
}

.source-selection .dropdown-trigger{
    border: 0px !important;
    width: 100%;
}

/* .control-panel-entry{
    width: 100% !important;
    background-color: unset;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    opacity: unset;
    padding: unset;
} */

.source-selection .arrow{
    height: 8px !important;
}

.source-selection .arrow::before{
    left: 0px;
}

.source-selection .arrow::before, 
.source-selection .arrow::after{
    background-color: #09c1cc;
}

.source-selection{
    background: #0000 !important;
}

.control-panel-fps .canvas {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 19px;
}

.control-panel-entry canvas{
    height: 100px !important;
    width: 88%;
    margin-right: -40px;
}

.fps-30,
.fps-60{
    color: #000 !important;
}

/* .control-panel-toggle.yes,
.control-panel-toggle.no{
    background-color: #0000 !important;
}

.control-panel-toggle .value{
    padding: 4px 20px;
    border-radius: 25px;
    color: #000 !important;
    margin-right: -22px;
}

.control-panel-toggle.yes .value{
    background: #00c911;
}

.control-panel-toggle > span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #171B26 !important;
    margin-left: 50px;
}

.control-panel-toggle .label::after{
    content: url(/static/images/camera.svg);
    position: absolute;
    left: -46px;
    top: -7px;
}

.control-panel-toggle.yes > .value{
    background-color: #398c39 !important;
    color: #ffffff !important;
}

.control-panel-toggle.no .value{
    background: #c90000;
    color: #ffffff !important;
} */

.fps-text {
    background: linear-gradient(214.09deg, #00C9C9 18.99%, #5986E0 78.63%);
    border-radius: 2px 2px 0px 0px;
}

.fps-30 {
    height: 11px;
    width: 17px;
}

.fps-60 {
    height: 10px;
    width: 17px;
}

.item-3 {
    height: 15px;
    width: 17px;
}

.item-4 {
    height: 11px;
    width: 17px;
}

.item-5 {
    height: 14px;
    width: 17px;
}

.item-6 {
    height: 14px;
    width: 17px;
}

.item-7 {
    height: 14px;
    width: 17px;
}

.item-8 {
    height: 14px;
    width: 17px;
}

.item-9 {
    height: 7px;
    width: 17px;
}

.item-10 {
    height: 7px;
    width: 17px;
}

.control-panel-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.selfie-mode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.selfie-mode img {}

.selfie-mode p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171B26;
    margin-left: 10px;
}

.toggle-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background: linear-gradient(100.82deg, #FFA48F 1.32%, #FF4793 21.18%, #A65CE0 48.04%, #5986E0 74.97%, #00C9C9 100%);
}

input:focus + .slider {
    background: linear-gradient(100.82deg, #FFA48F 1.32%, #FF4793 21.18%, #A65CE0 48.04%, #5986E0 74.97%, #00C9C9 100%);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.camera-driect-upload {}

.camera-driect-upload button {
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 8px 20px;
    cursor: pointer;
    width: 100%;
}

.camera-driect-upload button p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171B26;
}

.camera-driect-upload img {}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.output-area-star {}

.output-main-img-area {}

.output-img {
     position: absolute;
  background-color: #596e73;
  max-height: 100%;

}

.output-img img {
    width: 120%;
    margin: 0 auto;
    height: 760px;
    padding-top: 0px;
    margin-top: 127px;
    margin-left: -150px;
}

.face-mackup {}

.face-mackup img {}

.down-right-arrow {
    position: absolute;
    top: 847px !important;
    left: 55%;
}

.down-right-arrow img {
    height: 36px;
    width: 92px;
    cursor: pointer;
}

.toggle-mesh-button {
    text-align: center;
    /* margin: 78px 0px 70px; */
    margin-top: 12px;
}

.toggle-mesh-button button {
    border: none;
    background: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(90deg, #00C9C9 0%, #5A85E0 100%);
    box-shadow: 0px 7px 16px rgba(0, 109, 170, 0.48);
    border-radius: 32px;
    padding: 12px 40px;
}

.directions-area {
    background: #171B26;
    border-radius: 8px;
    padding: 16px;
    position: absolute;
    width: 27%;
    right: 4%;
    

}

.minimuz-two {
    height: 21px;
    width: 21px;
    display: inline-block;


}

.directions-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.directions-heading h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00C9C9;
    display: inline-block;
}

.directions-heading img {}

.direction-item {}

.direction-item ul {
    list-style: disc;
    padding-left: 16px;
}

.direction-item ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.arrow-up {
    position: absolute;
    right: 9%;
    top: 408px;
}

.arrow-up img {
    height: 50px;
    width: 36px;
    cursor: pointer;
}

.mobile-btn {
    display: none;
}

.loading {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  backface-visibility: hidden;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s;
}
.loading .message {
  font-size: x-large;
}
.loading .spinner {
  position: absolute;
  width: 180px;
  height: 180px;
  animation: spin 1s linear infinite;
  border: 32px solid #bebebe;
  border-top: 32px solid #00c9c9;
  border-radius: 50%;
}

.loaded .loading {
  opacity: 0;
}

.shoutout {
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  font-size: 24px;
  position: absolute;
}

.input_video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}
.input_video.selfie {
  transform: scale(-1, 1);
}

.input_image {
  position: absolute;
}

.canvas-container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.output_canvas {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}