@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSans-Regular.eot');
    src: url('fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('fonts/GoogleSans-Regular.woff') format('woff'),
        url('fonts/GoogleSans-Regular.ttf') format('truetype'),
        url('fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSans-Medium.eot');
    src: url('fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('fonts/GoogleSans-Medium.woff') format('woff'),
        url('fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/* Force light theme regardless of user system settings */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}


button:disabled,
button[disabled] {
    opacity: 0.5;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

p {
    font-size: 16px;
    margin-top: 0;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.center {
    text-align: center;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

* {
    margin: 0;
    padding: 0;
    /* list-style: none; */
    text-decoration: none;
}

.text-white {
    color: #fff;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none !important;
    border: none !important;
}


a:not([href]):not([class]) {
    color: inherit !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

a:not([href]):not([class]):hover {
    color: inherit !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

:root {
    --lite-primary: #ea2d36;
    --primary: #EA0029;
    --dark-primary: #bc131b;
}

input:-webkit-autofill {
    color: #525F7F !important;
    background-color: #000 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    /* background color */
    -webkit-text-fill-color: #525F7F !important;
    /* text color */
    transition: background-color 5000s ease-in-out 0s;
    /* prevents flicker */
}


body {
    margin: 0;
    padding: 0;
    /* min-height: 100vh; */
    /* background: linear-gradient(150deg, #06060A 0%, #323440 100%);
    display: flex;
    justify-content: center;
    align-items: center; */
    font-family: 'Google Sans';
}

.main-hero {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(150deg, #06060A 0%, #323440 100%);
    overflow: hidden;
}

.container {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
}

.heading-bx {
    text-align: center;
}

.add-margin {
    margin: 30px auto;
}

.continue-btn-bx {
    margin-top: 30px;
    text-align: center;
}

.common-btn {
    position: relative;
    min-width: 190px;
    padding: 5px 30px;
    font-size: 1rem;
    background: url(../images/button-bg.png) no-repeat;
    background-size: cover;
    line-height: 2.2;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    color: #06060A;
    font-weight: 500;
    box-sizing: border-box;
    font-family: 'Google Sans';
}


.common-btn.outline {
    background: transparent;
    border: 1px solid var(--lite-primary);
    color: var(--primary);
}


.common-btn-gray {
    background: #616161;
}

.common-btn-gray:hover {
    background: #565555;
}

.click-your-picture {
    width: 280px;
    margin-top: 50px;
}

.logo-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vh;
}

.logo-bx img {
    width: 130px;
}


/*////////////////////  details section style  ///////////////// */
.details-section {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
    padding-top: 5vh;
    box-sizing: border-box;
}

.details-section .details-section-bx {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
}


.details-section .heading-bx h1 {
    color: var(--primary);
    font-size: 2.2rem;
    font-family: 'Google Sans';
    font-weight: normal;
}

.details-section .heading-bx p {
    color: var(--primary);
    font-size: 34px;
    margin: 20px 0px;
    font-family: 'Google Sans';
    font-weight: normal;
}

.details-section .user-details-form {
    position: relative;
    width: 45%;
    margin: 0px auto;
    margin-top: 20px;
}

.details-section .user-details-form .input-bx {
    margin: 20px auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 11px;
    margin: 0 auto 15px auto;
    border-radius: 30px;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 2px;
}

.light-gradient {
    /* background: linear-gradient(90deg, #217BFE 0%, #078EFE 30%, #AC87EB 60%, #EE4D5D 100%) !important; */
    background: linear-gradient(310deg, #525F7F 20%, #97A3C0 50%, #525F7F 80%);

}

.input-bx i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);

}

.error-message p {
    margin-top: 15px;
    font-size: 0.8rem;
    text-align: center;
    height: 1rem;
    color: var(--lite-primary);
}

.details-section .user-details-form .input-bx .input-from {
    width: 100%;
    line-height: 2.5;
    font-size: 1rem !important;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    /* -webkit-appearance: none; */
    /* border: 1px solid #f5f5f5; */
    border: none;
    color: #525F7F;
    border: none;
    background: black;
}

.details-section .user-details-form .input-bx .input-from::placeholder {
    color: #525F7F;
}

select option {
    color: #525F7F;
}

.details-section .user-details-form .input-bx .input-from:focus-visible {
    outline: none;
    border: none;
}

::placeholder {
    color: #aea1a1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aea1a1;
}

::-ms-input-placeholder {
    color: #aea1a1;
}



/*///////////////////  mosaic wall section style start //////////////*/
.mosaic-wall-section {
    background: white;
    border-radius: 50px 50px 0 0;
    padding-top: 10px;
    height: calc(100% - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.mosaic-wall-section .mosaic-wall-section-bx {
    padding: 0px 0px;
    box-sizing: border-box;
    width: 100%;
}

.mosaic-wall-section .mosaic-wall-image-content-bx {
    margin: 0px auto;
    /* border: 1px solid #dfdfdf; */
}

.mosaic-wall-section .mosaic-wall-image-content-bx .operations {
    width: 1575px;
    height: 38px;
    transform: scale(1);
}

.mosaic-wall-section .mosaic-wall-image-content-bx .operations .operations-bx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .operations .operations-bx .btn-wall-effect {
    position: relative;
    border: none;
    background-color: var(--primary);
    width: 35px;
    height: 35px;
    color: #fff;
    margin: 0px 5px;
    cursor: pointer;
    padding: 7px;
    box-sizing: border-box;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .operations .operations-bx .btn-wall-effect img {
    width: 100%;
    display: block;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .operations .operations-bx .btn-wall-effect:last-child {
    margin-right: 0px;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .heading-bx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .heading-bx h2 {
    color: var(--primary);
    font-size: 1.8rem;
    font-family: 'Google Sans';
    font-weight: normal;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall {
    width: 80%;
    /* height: 50vh; */
    /* overflow: visible !important; */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 5px solid var(--primary);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall img {
    width: 100%;
    display: block;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    opacity: 0.5;
    width: 30%;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-logo img {
    width: 100%;
    display: block;
}


.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-box {
    background-color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-box .wall-box-item {
    position: relative;
    cursor: pointer;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-box .wall-box-item .wall-box-item-img {
    width: 100%;
    display: block;
    opacity: 1;
    transition: all .5s ease;
}

.mosaic-wall-section .mosaic-wall-image-content-bx .mosaic-wall .wall-box .wall-box-item .wall-box-item-img:hover {
    opacity: 1;
}


.mosaic-search-text-bx {
    width: 100%;
    margin: 50px 0px;
}

.mosaic-search-text-bx p {
    color: var(--primary);
    font-size: 28px;
    text-align: center;
    font-family: 'Google Sans';
    font-weight: 600;

}

.mosaic-wall-section .search-bx {
    position: relative;
    width: 30vw;
    margin: 20px auto;
    height: auto;
}

.mosaic-wall-section .search-bx .input-search {
    width: 100%;
    line-height: 40px;
    font-size: 1rem;
    line-height: 2.5;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    border: none;
    color: #000;
}

.mosaic-wall-section .search-bx .input-search:focus-visible {
    outline: none;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    /* border: 1px solid #f5f5f5; */
    border: none;
}

.mosaic-wall-section .search-bx .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 1%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mosaic-wall-section .search-bx .search-btn img {
    width: 100%;
}


/*///////////////// model style ///////////////*/

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* background-color: rgba(0, 0, 0, 0.5); */

    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(0px);
}

.modal-window-show {
    animation: zoomIn 0.5s ease-in-out forwards;
}

@keyframes zoomIn {
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        visibility: visible;
        backdrop-filter: blur(10px);
    }
}


.modal-window>div {
    width: 30vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em;
    box-sizing: border-box;
    background: white;
    box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.25);
}

.modal-close {
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    text-decoration: none;
}

.modal-window>div {
    border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 0px;
}

.modal-window .content-bx {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-window .content-bx .head-content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;

}

.modal-window .content-bx .head-content .model-logo-bx {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: px solid rgb(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modal-window .content-bx .head-content .model-logo-bx img {
    width: 100%;
    display: block;
}

.modal-window .content-bx .head-content .text-bx {
    margin-left: 15px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal-window .content-bx .head-content .text-bx h2 {
    font-size: 1.2rem;
    line-height: 22px;
    font-family: 'Google Sans';
    font-weight: 400;
    margin-bottom: 0;
}

/* .modal-window .content-bx .head-content .text-bx p{
    font-size: 12px;
    margin-bottom: 0px;
} */

.modal-window .content-bx .user-image-bx {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.modal-window .content-bx .user-image-bx img {
    width: 100%;
    display: block;
}

.modal-window .content-bx .left-arrow,
.modal-window .content-bx .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 1%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.modal-window .content-bx .left-arrow {
    left: -20px;
    transform: rotate(-180deg);
}

.modal-window .content-bx .right-arrow {
    right: -20px;
}

.modal-window .content-bx .left-arrow img,
.modal-window .content-bx .right-arrow img {
    width: 100%;
}


/*///////////////////  picture capture section style start //////////////*/
.picture-capture-sec {
    position: relative;
    background: white;
    border-radius: 50px 50px 0 0;
    box-sizing: border-box;
    height: calc(100% - 150px);
    padding-top: 80px;
}


.picture-capture-sec .camera {
    position: relative;
    height: 480px;
    width: 480px;
    margin: 0 auto;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.picture-capture-sec .camera .video,
.picture-capture-sec .camera #canvas {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.picture-capture-sec .picture-output {
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.picture-capture-sec .picture-output #VideoImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.frameimg-bx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 111;
}

.frameimg-bx img {
    display: block;
    width: 100%;
    height: 100%;
}


.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary) !important;
    border: none !important;
    font-family: 'Google Sans';
    font-weight: 600;
}

.swal2-title {
    font-family: 'Google Sans';
    font-weight: normal;
}

.swal2-content {
    font-family: 'Google Sans';
    font-weight: normal;
}

/* zoom-animation */
.zoom-animation {
    animation-name: ZoomAnimation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: 9;
    border: 0.001px solid var(--primary);
    box-sizing: border-box;
}


@-webkit-keyframes ZoomAnimation {
    0% {

        transform: scale(1)
    }

    50% {

        transform: scale(7)
    }

    100% {

        transform: scale(1)
    }
}

@-moz-keyframes ZoomAnimation {
    0% {

        transform: scale(1)
    }

    50% {

        transform: scale(7)
    }

    100% {

        transform: scale(1)
    }
}

@-ms-keyframes ZoomAnimation {
    0% {

        transform: scale(1)
    }

    50% {

        transform: scale(7)
    }

    100% {

        transform: scale(1)
    }
}

@-o-keyframes ZoomAnimation {
    0% {

        transform: scale(1)
    }

    50% {

        transform: scale(7)
    }

    100% {

        transform: scale(1)
    }
}

@keyframes ZoomAnimation {
    0% {

        transform: scale(1)
    }

    50% {

        transform: scale(7)
    }

    100% {

        transform: scale(1)
    }
}

.terms-txt {
    color: #525F7F !important;
    font-size: .7rem;
    text-align: left !important;
    display: flex !important;
    align-items: flex-start;
    align-content: center;
    background: transparent !important;
    gap: 10px;
    margin-top: 20px !important;
    border-radius: 0px !important;
}



.consent-btn-bx {
    color: #000;
    background: none;
    border: none;
    text-decoration: underline;
    font-weight: bold;
}

.terms-txt>input {
    margin-right: 2px;
    /* margin-top: 5px; */
}

/* .terms-txt>label {
    position: relative;
    top: -2px;
} */

.terms-txt a {
    color: #525F7F;
    text-decoration: underline !important;
}

.notes-txt {
    font-size: .6rem;
    text-align: center;
    padding-top: 2vh;
}

.consent-box {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


.consent-box h2 {
    color: #000;
    font-size: 2rem;
    padding-top: 4vh;
    text-align: center;
    font-family: 'Bebas-Neue';
}

.consent-box p {
    color: #000;
    font-size: .8rem;
    padding: 10px;
    line-height: 1.5;
}

.consent-box ul li {
    margin: 0 20px 0 30px;
    padding: 2px 0;
    color: #000;
    font-size: .8rem;
    line-height: 1.5;
}

.consent-box a {
    color: #000;
    text-decoration: underline !important;
}

#consentModal .continue-btn-bx {
    margin-bottom: 30px;
}

.submit-btn:disabled {
    background: url(../images/button-bg.png) no-repeat;
    background-size: cover;
    cursor: not-allowed;
    color: #06060A;
}


.popup_div_scroll::-webkit-scrollbar {

    width: 4px;
    border-radius: 10px;
    background: blue;
}

.popup_div_scroll::-webkit-scrollbar-track {
    margin: 0px;
    width: 2px;
    background: #EBDFE1;
}

.popup_div_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    min-height: 20px;
    max-height: 20px;
    background: #707070;
}


.thankyou-logo-bx {
    text-align: center;
    height: 30vh;
    padding: 4vh 0;
}

.thankyou-logo-bx img {
    height: 100%;
    width: auto;
}

.thankyou-logo-bx1 {
    text-align: center;
    height: 15vh;
    padding: 2vh 0;
}

.thankyou-logo-bx1 img {
    height: 100%;
    width: auto;
}

.thankyou-section {
    width: 100%;
    height: 100%;
    color: #525F7F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou-section1 {
    padding-top: 10px;
    height: 81vh;
}

.thankyou-section .thankyou-section-bx {
    width: 40%;
    margin: 0px auto;
}

.thankyou-bx {
    text-align: center;
}

.thankyou-section .heading-bx h1 {
    color: #fff;
    font-size: 2rem;
    font-family: 'Bebas-Neue';
    font-weight: normal;
}

.thankyou-section .heading-bx p {
    color: #fff;
    font-size: 0.8rem;
    margin: 12px 0px !important;
    font-family: 'Gotham-Book';
    font-weight: normal;
    line-height: 1.5;
}

.icon-home {
    background: var(--primary);
    margin-top: 50px;
    outline: none;
    border: none;
}

.icon-home i {
    font-size: 2rem;
    color: #fff;
}

.txt-center {
    text-align: center;
}

.total-users {
    position: relative;
    width: 100%;
    padding: 0px 5%;
    text-align: center;
    margin: 30px auto;
    box-sizing: border-box;
    visibility: hidden;
}

.total-users p {
    font-size: 1.5rem;
    font-weight: 600;
}

.total-users span {
    color: var(--primary);
}

#code {
    text-transform: uppercase;
}

input[type="date"] {
    text-transform: uppercase;
    height: 44px !important;
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 2;

}

input[type="date"]::-webkit-datetime-edit {
    color: #aea1a1 !important;
}

.input-bx.date i {
    z-index: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
}

.qr-card {
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qr-card canvas {
    margin-bottom: 20px;
}

.qr-card p {
    font-size: 0.8rem;
    color: #fff;
}

/* select.default-gray:valid {
    color: #aea1a1 !important;
} */
select {
    padding: 17px 31px !important;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 20px;
    border: 2px solid #525F7F;
    /* border color */
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}

/* Checked state */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 4px;
    height: 11px;
    border: solid #525F7F;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover effect */
input[type="checkbox"]:hover {
    border-color: #525F7F;
}


.disclaimer-bx-gradient {
    background: linear-gradient(310deg, #525F7F 20%, #97A3C0 50%, #525F7F 80%);
    border-radius: 30px;
    padding: 2px;
    overflow: hidden;
}

.disclaimer-bx-gradient p {
    margin-bottom: 10px;
}

.disclaimer-bx-gradient h6 {
    font-size: 0.9rem;
}


.disclaimer-bx {
    padding: 15px 20px !important;
    background: #000000;
    border: none;
    border-radius: 30px;
    color: #525F7F !important;
    max-height: 15vh;
    overflow-y: auto;
}

.thankyou-bx {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 70%;
}

.approve-image {
    width: 26%;
    box-sizing: border-box;
}

.mt-4 {
    margin-top: 40px !important;
}

.approve-image img {
    width: 100%;
}

.thankyou-bx h3 {
    font-size: 2.25rem;
    color: #525F7F !important;
    font-weight: normal;

}

select {
    /* Add custom arrow */
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23525F7F' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 25px !important;
    padding: 5px 18px !important;
}

.picture-upload-sec {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #525F7F;
    padding-top: 5vh;
}

.picture-upload-sec h3 {
    font-size: 1.4rem;
    font-weight: normal;
}

.back-btn {
    position: absolute;
    width: 25px;
    left: 15px;
    top: 30px;
}

.back-btn img {
    width: 100%;
}

#uploadData {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.upload-icon {
    margin: 0 auto;
    width: 15%;
}

.upload-icon img {
    width: 100%;
}

.upload-bx {
    margin: 0 auto;
    width: 75%;
}

.horizontal-bx {
    padding: 10px;
    border: 1px solid #525F7F;
    border-radius: 25px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.upload-txt,
.upload-bx p,
.upload-bx span {
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    background: #525F7F;
    border: 1px solid #525F7F;
}


.upload-bx {
    cursor: pointer;
    position: relative;
}

.upload-bx img {
    max-width: 100%;
    max-height: 150px;
    border-radius: 8px;
}

.upload-bx .remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: red;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
}

/* Remove the focus outline/shadow */
a:focus,
a:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Disable the mobile “tap highlight” color in WebKit browsers */
a,
button,
input,
label {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none !important;
}

/* (Optional) Remove default inner focus border in Firefox for buttons/links */
button::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
}

/* If you also want to stop text selection coloring: */
::selection {
    background: transparent;
}



/* /////////////////// frame bx //////////////// */
.frame-bx {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: white;
}

.frame-bx .img-bx {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.frame-bx img,
.frame-bx .img-bx img {
    width: 100%;
    display: block;
}



/* ////desktop landscape/// */
#orientation {
    background: linear-gradient(150deg, #06060A 0%, #323440 100%);
    color: #d5d5d5;
}

#qrContainer {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(150deg, #06060A 0%, #323440 100%);
    color: #d5d5d5;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

#qrContainer h3 {
    font-weight: normal;
    padding-top: 20px;
}

#qrContainer img {
    width: 200px;
    height: 200px;
}

.qrContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* /////radio-btn-bx///// */

.radio-input {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.radio-input label {
    color: #525F7F;
    padding-left: 10px;
    font-size: .7rem;
}


/* hide default radio */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #6a6f91;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* checked state */
input[type="radio"]:checked {
    border-color: #525F7F;
    background: #525F7F;
}

/* add inner dot when checked */
input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 1px;
}

.loader-bx-upload {
    width: 100%;
    height: 89%;
    backdrop-filter: blur(3px);
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-bx-upload img {
    width: 30%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}