html, body {
    height: 100%;
}
body {
    font-size: 14px;
    color: #ffffff;
}
.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.max-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    min-height: calc(var(--vh, 1vh) * 85);
    position: relative;
    padding: 0 10px;
    border-radius: 25px;
}
.site-logo {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.site-logo img {
    max-width: 130px;
}
.site-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
}
.site-content-outer {
    height: 100%;
    display: table;
    width: 100%;
}
.site-content h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.site-content h3 {
    font-size: 1.8125rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.site-content h2 span.small {
    font-size: 0.75rem;
    color: #677da7;
    letter-spacing: 4px;
    display: block;
    padding-bottom: 1rem;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.terms-popup {
    background: #ffffff;
    text-align: left;
    max-width: 320px;
    position: relative;
    border-radius: 10px;
    max-height: 50vh;
    padding-top: 10px !important;
}
.terms-popup .title {
    color: #061a39;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}
.terms-popup .content {
    height: 100%;
    padding: 0 15px;
    overflow-x: hidden;
}
.terms-popup p {
    color: #061a39;
}
.terms-popup .button-container a {
    width: 46%;
    max-height: 40px;
    margin: 0 auto
}
.terms-popup .button-container {
    margin: 0;
    margin-top: 15px;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -22px;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -22px;
    outline: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    outline: none;
}
.rounded-btn {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.circular-btn {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
}
.small-btn {
    max-width: 300px !important;
}
.large-btn {
    max-width: 100% !important;
}
.start-screen-content {
    z-index: 2;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
.experience-container {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    z-index: 2;
}
.experience-container p {
    margin-top: 10px;
}
.icon-btn {
    display: inline-flex;
    width: 65px;
    height: 65px;
    background: #061a39;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.select-container {
    background: #656478;
    overflow: hidden;
    padding: 10px 30px;
    border-radius: 5px;
    max-height: 110px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.custom-control-label:before{
    border: none;
    background-color: #ffffff;
    width: 1.2rem;
    height: 1.2rem;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}
.custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") 
}
.add-sticker {
    margin-top: 0;
}
.add-sticker a {
    width: 46%;
}
.field-group {
    margin-bottom: 20px;
}
.input-field {
    display: block;
    background: #656478;
    max-width: 300px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 15px 30px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    outline: none;
}
.last-screen .last-image {
    background: transparent !important;
    margin-bottom: 0px !important;
}
.last-screen .last-text {
    margin: 15px 0px;
}
.last-screen a:hover {
    text-decoration: none;
}
.last-screen .icon-btn i {
    font-size: 25px;
}
.content-area {
    width: 100%;
}
.control-img {
    text-align: center;
}
.bg-screen {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-bg-screen {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 0;
    transform: translateY(-50%);
    height: 100%;
    object-fit: cover;
}
.home-bg-screen-vd .main-video {
    display: block;
    z-index: 1;
}
.btn-bottom-fixed {
    margin-top: auto;
}
.bg-btn {
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-color: #ffffff;
    color: #061a39;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    text-align: center;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
.bg-btn:hover {
    text-decoration: none;
}
.button-container {
    margin: 25px 0;
    width: 100%;
    z-index: 2;
}
.container-ratio-outer {
    overflow: hidden;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 16px;
    background-color: #253240;
    border-radius: 5px;
}
.container-ratio-outer-1-1 {
    width: 400px;
    height: 400px;
}
.container-ratio-outer-4-3 {
    width: 400px;
    height: 300px;
}
.container-ratio-outer-3-4 {
    width: 300px;
    height: 400px;
}
.container-ratio-outer-full {
    width: 400px;
    height: 100vh;
}
.container-ratio {
    width: 100%;
    height: auto;
}
.container-ratio-outer-3-4 .container-ratio {
    width: auto;
    height: 100%;
}
.container-ratio-outer-full .container-ratio {
    width: auto;
    height: 100%;
}
.rotate-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
}
.rotate-btn i {
    vertical-align: sub;
}
.counter-detail {
    background: #f00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 60px;
    font-weight: bold;
}
.site-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.site-loader img {
    width: 50px;
}
.counter-detail-white {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-area-outer {
    flex-direction: column;
    padding-top: 15px
}
.owl-carousel .owl-item .item {
    height: 90px;
    width: 90px;
}
.owl-carousel .owl-item img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 1px solid #ccc;
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .site-logo-landscape {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 10px;
   }
    .site-logo-landscape img {
        max-width: 100px;
   }
    .site-content {
        height: auto;
   }
    .container {
        max-width: 100%;
   }
    .max-wrapper {
        max-width: 100%;
        min-height: 100vh;
        min-width: 450px;
   }
    .select-container {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
   }
    .site-content-outer {
        display: block;
   }
    .site-content {
        display: block;
   }
    .content-area-outer {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
   }
    .content-area {
        width: auto;
        padding: 0 1rem;
   }
    .select-container-outer {
        padding: 0 1rem;
        max-width: 313px;
   }
    .container-ratio-outer {
        width: 250px;
        height: 250px;
   }
    .container-ratio-outer-1-1 {
        width: 250px;
        height: 250px;
   }
    .container-ratio-outer-4-3 {
        width: 300px;
        height: 225px;
   }
    .container-ratio-outer-3-4 {
        width: 225px;
        height: 300px;
   }
    .white-popup-block {
        max-width: 80%;
   }
    .lightbox-selection a {
        width: 25%;
        margin: 0 10px;
   }
    .lightbox-selection {
        justify-content: center !important;
   }
    .input-field {
        max-width: 450px !important;
   }
    .owl-carousel .owl-item .item {
        height: 65px;
        width: 65px;
   }
    .owl-carousel .owl-item img {
        width: 100%;
   }
}
@media only screen and (max-width: 991px) {
    .owl-carousel .owl-item .item {
        height: 70px;
        width: 70px;
   }
    .owl-carousel .owl-item img {
        width: 100%;
   }
}
@media only screen and (max-width: 767px) {
    .site-content {
        height: auto;
   }
    .container {
        max-width: 100%;
   }
    .max-wrapper {
        max-width: 100%;
        min-height: calc(var(--vh, 1vh) * 100);
        border-radius: 0px;
   }
    .select-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
   }
    .site-content-outer {
        display: block;
   }
    .site-content {
        display: block;
   }
    .owl-carousel .owl-item .item {
        height: 65px;
        width: 65px;
   }
    .owl-carousel .owl-item img {
        width: 100%;
   }
}
@media only screen and (max-width: 575px) {
    .row {
        margin-left: 0;
        margin-right: 0;
   }
}
@media only screen and (max-width: 479px) {
    .container-ratio-outer {
        width: 300px;
        height: 300px;
   }
    .container-ratio-outer-1-1 {
        width: 300px;
        height: 300px;
   }
    .container-ratio-outer-4-3 {
        width: 300px;
        height: 225px;
   }
    .container-ratio-outer-3-4 {
        width: 225px;
        height: 300px;
   }
    .container-ratio-outer-full {
        width: 300px;
        height: 100vh;
   }
    .owl-carousel .owl-item .item {
        height: 60px;
        width: 60px;
   }
    .owl-carousel .owl-item img {
        width: 100%;
   }
}
@media only screen and (max-width: 379px) {
    .container-ratio-outer {
        width: 280px;
        height: 280px;
   }
    .container-ratio-outer-1-1 {
        width: 280px;
        height: 280px;
   }
    .container-ratio-outer-4-3 {
        width: 280px;
        height: 210px;
   }
    .container-ratio-outer-3-4 {
        width: 210px;
        height: 280px;
   }
    .container-ratio-outer-full {
        width: 280px;
        height: 100vh;
   }
}
 /* {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: black;
} */
.full-abs,
.pickerImage,
.result-image,
.white-flash,
.waiting,
.video-result,
.white-overlay, 
.canvas-container, 
.canvas-container canvas, 
.upload-progress, 
.progress-bar, 
.notification {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: auto;
    display: block;
    z-index: 999;
}
.ldBar {
    width: 200px !important;
    height: 200px !important;
    padding: 10px;
    position: relative;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    right: 50%;
    left: 50%;
    opacity: 1;
    color: #ffffff;
}
.ldBar path.mainline {
    stroke-width: 2px;
    stroke: #09f;
    stroke-linecap: round;
}
.ldBar path.baseline {
    stroke-width: 3px;
    stroke: rgba(158, 166, 173, 0.25);
    stroke-linecap: round;
}
.ldBar-label {
    font-size: 22px;
}
.lbar-message {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    font-weight: 500;
    padding: 20px;
}
.ldBar.label-center > .ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ldBar-label:after {
    content: "%";
    display: inline;
}
.ldBar.no-percent .ldBar-label:after {
    content: "";
}
.white-overlay {
    background: rgba(255, 255, 255, 0.88);
    opacity: 0;
    transition: all 0.2s linear;
    display: none;
    margin: auto;
}
.white-flash {
    background: rgba(255, 255, 255, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.1s linear;
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    margin: auto;
    z-index: 1000;
}
.page-loader p {
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
}
.page-loader img.loader {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 65px;
}
label.filter-label {
    font-size: 10px;
}
.waiting {
    background-color: rgba(60, 77, 98,0.94) 
}
.waiting img {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
}
.canvas-container {
    position: absolute !important;
    max-width: 100%;
    max-height: 100%;
}
.canvas-container canvas {
    max-width: 100%;
    max-height: 100%;
}
.progress-bar {
    height: 7px;
    width: 0%;
    background-color: #ffb71b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
}
.btn-image {
    width: 100%;
    max-width: 250px;
    max-height: 100px;
}
.btn-image-square {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}
.btn-image-outline {
    width: 85px;
    height: 85px;
    border: 1px solid #ffffff;
}
.avatar-gallery {

}
.avatar-container {
    position: relative;
}
.avatar-image {
    border: 1px solid #ffffff;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.delete-avatar-btn {
    position: absolute; 
    top:-3px; 
    right: -3px; 
    background-color: #dc3545; 
    color: #ffffff; 
    border-radius: 20px;
    font-size: 13px;
    width: 20px;
    height: 20px;
}
.delete-avatar-btn i {
    vertical-align: middle;
}
.social {
    width: 52px;
    height: 52px;
}
video.webcam-live {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera-face {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-image: url('https://vbth-cdn.s3.eu-central-1.amazonaws.com/static/assets/back-face.png');
    background-size: 32px;
    background-repeat: no-repeat;
    display: none;
    z-index: 999;
}
.camera-back-face {
    background-image: url('https://vbth-cdn.s3.eu-central-1.amazonaws.com/static/assets/front-face.png') !important;
    display: none;
}
.flip {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
}
.counter-label {
    font-weight: 700;
    font-size: 100px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    right: 0;
    opacity: 0;
    transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.counter-label-scale {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
}
.notification {
    top: unset;
    bottom: 25px;
    background-color: red;
    color: white;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.checkbox-container {
    max-width: 300px;
}
.extra-container {
    margin-bottom: 25px !important;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    z-index: 2;
}
.back-btn {
    text-decoration: none;
}
.upload-btn {
    text-decoration: underline;
}
.upload-btn:hover {
    text-decoration: underline;
}
.skip-btn {
    text-decoration: underline;
}
.live-screen .button-container {
    margin-bottom: 15px;
}
.file-picker {
    display: none;
}
.result-image {
    width: 100%;
    height: 100%;
}
.frame-overlay {
    position: absolute;
    max-width: 100%;
}

/* avatar */

.avatar-loader
    {
        position:absolute;
        left:10px;
        top:10px;
    }
    .avatar-loader img{
        width:30px;
        height:30px;
    }
    .outline_image {
        position: absolute;
        /* top: 0; */
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .overlay_layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        height: auto;
        background-color: rgba(142,133,133,0.90);
        z-index: 10001
    }
    .friend-btn {
        max-width: 200px !important;
        padding: 10px 0 !important;
    }
    .upload_container {
        z-index: 999;
    }
    .sticker-name {
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #59605ed6;
        font-size: 12px;
        padding: 2px;
    }

/* giftbox */

.gift-anim {
    animation: crescendo 1.2s alternate infinite ease-in;
}

@keyframes crescendo {
    0% {
        transform: scale(.9) rotate(2deg);
    }

    100% {
        transform: scale(1.1) rotate(-2deg);
    }
}

.link-home {
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 999;
}
.inst-btn {
    max-width: 140px;
    height: auto;
}

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    
    .inst-btn {
        max-width: 140px;
        height: auto;
    }