@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --body: #ffffff;
    --main-color: #155fff;
    --base: linear-gradient(90deg, #F0B90B 0%, #FFC107 50%, #FFA500 100%);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--main-color);
}



body {
    color: #546274;
    background-color: #f7faff;
    font-family: "Roboto", sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 76, 237);
    border-radius: 6px;
    border: 3px solid rgb(255, 255, 255);
}

label {
    color: #000000bd;
    font-size: 14px;
}

a {
    text-decoration: none;
}



.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.our-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.our-video-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 46px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 22px;
}





.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

.input-group-text {
    width: 50px;
    justify-content: center;
    background: #ffffff;
}

@media (max-width: 992px) {
    .login-1 .none-992 {
        display: none !important;
    }
}



.login-5 {
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 120px 0 50px;
    display: flex;
    align-items: center;
}

    .login-5:before {
        content: '';
        background-image: url('../Images/login-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .login-5 .form-section a {
        text-decoration: none;
        font-size: 15px;
    }



.form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 500px;
    overflow: auto;
}

.register-form-section {
    width: 600px;
}

.login-5 .form-inner {
    : 90%;
    /**/
    min-width: 100%;
}

    .login-5 .form-inner:before {
        position: absolute;
        /* content: ""; */
        inset-inline-start: 0;
        inset-inline-end: 0;
        top: 0;
        bottom: 0;
        background-position: center;
        background-repeat: repeat;
        opacity: 0.4;
        z-index: -1;
    }


.login-5 .register-form-inner {
    margin-top: 10px;
}

.login-5 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

    .login-5 .form-section .extra-login::before {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 1px;
        background: #e4e4e4;
        content: "";
    }

    .login-5 .form-section .extra-login > span {
        width: auto;
        float: none;
        display: inline-block;
        padding: 1px 20px;
        z-index: 1;
        position: relative;
        font-size: 14px;
        color: #535353;
        text-transform: capitalize;
        background: #fff;
    }

.login-5 .form-section p {
    margin-bottom: 0;
    font-size: 15px;
}

    .login-5 .form-section p a {
    }

.login-5 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-5 .form-section .thembo {
    margin-left: 4px;
}

.login-5 .form-section h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
}

.login-5 .form-section .form-group {
    margin-bottom: 15px;
}

.login-5 .form-section .form-box {
    text-align: left;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

    .login-5 .form-section .form-box label {
        position: absolute;
        top: 24px;
        color: #000000;
        border-radius: 2px;
        transition: all linear .2s;
        top: 14px;
        left: 38px;
        font-size: 14px;
        z-index: 1;
    }

    .login-5 .form-section .form-box .country_code label {
        left: 20px;
    }

    .login-5 .form-section .form-box label.register-mobile {
        /* left: 72px; */
    }

    .login-5 .form-section .form-box label.field-active, .login-5 .form-section .form-box .always-active {
        top: 3px;
        color: #646464;
        font-size: 12px;
    }


.login-5 .form-section .form-control {
    outline: none;
    padding: 15px 15px 10px;
    padding-left: 36px;
    font-size: 14px;
    color: #000000;
    background-color: transparent;
    border: 1px solid #6464644d;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.login-5 .form-section .country_code .form-control {
    padding-left: 30px;
}

.login-5 .form-section .form-control option {
    background: #000;
    color: #fff;
}

.login-5 .form-section .form-control::-webkit-input-placeholder {
    color: #000;
}

.login-5 .form-section .form-box i {
    color: #000000;
    position: absolute;
    left: 9px;
}

.form-new-element {
    width: 100%;
}

.login-5 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-5 .form-section .terms {
    margin-left: 3px;
}

.login-5 .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #535353;
}

    .login-5 .form-section .form-check .form-check-input {
        margin-left: -25px;
    }

    .login-5 .form-section .form-check a {
        color: #535353;
    }

.login-5 .form-check-input:focus {
    border-color: #ff013d;
    outline: 0;
    box-shadow: none;
}

.login-5 .form-check-input:checked {
    background-color: #00c5e7;
    border-color: #00c5e7 !important;
}

.login-5 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    border: 2px solid #c5c3c3;
    border-radius: 0;
}

.login-5 .form-section a.forgot-password {
    font-size: 16px;
    text-decoration: underline;
    color: #fcd535 !important;
}

.login-5 a.back-btn {
    font-size: 16px;
    color: #2d2c31;
}

.logo {
    display: inline-block;
    width: 250px;
    margin: auto;
    100%: 1px solid;
    margin-bottom: 20px;
}

    .logo img {
        width: 100%;
    }

.login-5 .btn-theme {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
}

    .login-5 .btn-theme:hover {
        color: #fff;
        /* background: linear-gradient(90deg, rgba(114,15,235,1) 0%, rgba(215,42,106,1) 100%); */
        background-position: right;
    }

        .login-5 .btn-theme:hover::before {
            left: 0%;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .login-5 .btn-theme span {
        position: relative;
        z-index: 1;
    }

.login-5 .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.login-5 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
    outline: 2px solid #fff;
    outline-offset: -7px;
    border-radius: 35px;
}

.login-5 .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.login-5 .btn {
    box-shadow: none !important;
    background: linear-gradient(90deg, rgba(215,42,106,1) 0%, rgba(114,15,235,1) 100%);
    background-size: 200%;
    background-position: left;
    transition: all .5s;
}

.login-5 .btn-primary {
}

.login-5 .btn-theme:before {
    background: #896907;
}

.login-5 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-5 .social-list {
    padding: 0;
    text-align: center;
}

    .login-5 .social-list li a {
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        bottom: 15px;
    }

    .login-5 .social-list li {
        display: inline-block;
    }

        .login-5 .social-list li a {
            margin: 1px;
            font-size: 14px;
            font-weight: 500;
            width: 110px;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            display: inline-block;
            text-align: center;
            color: #fff;
        }

            .login-5 .social-list li a:hover {
                text-decoration: none;
            }

.login-5 .facebook-bg {
    background: #4867aa;
}

    .login-5 .facebook-bg:hover {
        background: #3d5996;
        color: #fff;
    }

.login-5 .twitter-bg {
    background: #33CCFF;
}

    .login-5 .twitter-bg:hover {
        background: #56d7fe;
    }

.login-5 .google-bg {
    background: #db4437;
}

    .login-5 .google-bg:hover {
        background: #dc4e41;
    }

@media (max-width: 992px) {
    .login-5 .form-inner {
        /* padding: 50px 35px; */
    }
}
/** Login 5 end **/


.show-password, .show-secret-pin, .show-Secret-PIN {
    cursor: pointer;
    margin-left: 10px;
    color: #aaaaaa;
    position: absolute;
    right: 15px;
}

.register_qr {
    border: 2px dashed #2463f4;
    border-radius: 14px;
    overflow: hidden;
    width: auto;
    display: inline-block;
}

    .register_qr img {
        width: 100%;
        width: 140px;
    }

.register_address {
    background: #2463f4;
    color: #fff;
    padding: 10px;
    /* padding-top: 24px; */
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    /* display: inline-block; */
}

    .register_address .copy_icon {
        position: absolute;
        top: 13px;
        right: 9px;
        cursor: pointer;
    }

    .register_address p {
        color: #fff !important;
        word-break: break-all;
        display: inline-block;
    }

.login-signup-animation .card {
    width: 100%;
    height: 100vh;
    background: url("../images/phone-mockup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/*animation start*/
.login-signup-animation .card {
    border-radius: 25px;
    border: double 5px transparent;
    /*Set both inset and outset box shadow using CSS, separated by , */
    box-shadow: inset -10px -10px 80px 1px rgba(0, 0, 0, 0.3), 10px 20px 50px 10px rgba(0, 0, 0, 0.5);
}


.login-signup-animation .card {
    color: #555;
    width: 320px;
    height: 550px;
    float: left;
    padding: 20px;
    margin: 15px;
    opacity: 0.9;
    backdrop-filter: blur(5px);
    /* Animation attributes */
    animation-name: turn-animation;
    animation-duration: 6000ms; /* length of one animation cycle*/
    animation-iteration-count: infinite; /* repeats forever */
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
    z-index: 1;
    overflow: hidden;
}


/* Animation keyframes */
@keyframes turn-animation {
    0%, 100% {
        /*Card position at start and end */
        transform: rotate3d(-10, 1, 0, 10deg);
    }
    /* Experiment with these numbers at 50% -> */
    50% {
        transform: rotate3d(0, 1, -0.2, 45deg);
    }
}

/* THE COLORED CARDS */
.login-signup-animation .top_card {
}

.login-signup-animation .middle_card {
    background-image: linear-gradient(-70deg, #505, #f68);
    color: #000;
    text-shadow: -2px -2px 3px rgba(255, 255, 255, 0.7);
}

.login-signup-animation .bottom_card {
    background-image: linear-gradient(-70deg, #03a, #c6f);
    font-size: 1.3em;
    text-shadow: 1px 3px 3px rgba(255, 255, 255, 0.7);
}

/* ALL CARD HOVER */
.login-signup-animation .card:hover {
    color: #223;
}

.login-signup-animation .top_card:hover {
}

.login-signup-animation .middle_card:hover {
    background-image: linear-gradient(-70deg, #90c, #5f9);
}

.login-signup-animation .bottom_card:hover {
    background-image: linear-gradient(-70deg, #90c, #5f9);
}

.login-signup-animation .signo {
    margin: auto;
    color: #a8a;
    position: absolute;
    bottom: 10px;
    right: 14px;
}

    .login-signup-animation .signo:hover {
        color: #fff;
        text-decoration: underline;
    }

.animate-logo {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 3;
}

    .animate-logo img {
        width: 148px;
        filter: drop-shadow(2px 2px 0px #fff);
    }

    .animate-logo span {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }

select {
    color: #382364;
    width: 100%;
    padding: 14.5px 10px;
    border-radius: 10px;
}

#background-container {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 30px;
    padding: 22px;
}

    #background-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #00000040;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        z-index: 2;
        border-radius: 30px
    }

.button-animation {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    overflow: hidden;
    background: var(--main-color);
    color: #ffffff;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 15px;
}

    .button-animation.half {
        width: 50%;
    }

    .button-animation span {
        position: absolute;
        display: block;
        display: none;
    }

    .button-animation:hover {
        /* background: linear-gradient(90deg, #1d6ad6, #1a58b3); */
        /* box-shadow: 0 7px 15px rgba(33, 120, 247, 0.6), inset 0 -7px 15px rgba(0, 0, 0, 0.3); */
        /* transform: translateY(-5px) rotateX(15deg); */
        /* color: #e8f0ff; */
    }

    .button-animation span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #ffa033);
        animation: btn-anim1 1s linear infinite;
    }

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%, 100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ffa033);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%, 100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #ffa033);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%, 100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffa033);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%, 100% {
        bottom: 100%;
    }
}

.button-animation:hover {
    /* color: #fff; */
    /* border-radius: 5px; */
    /* background: #b36103; */
}

.get-sponsor-btn {
    cursor: pointer;
    background: var(--main-color);
    padding: 2px 5px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
}

#myCanvas {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    transform: scale(2.5);
    background-color: #000;
}

.desktop_logo {
    position: fixed;
    left: 20px;
    top: 13px;
    height: 100px;
    display: none
}

.login-title {
    font-size: 15px;
    margin: 0 0 15px;
}

.login-header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* padding: 13px 40px; */
}

.login-header-logo {
    width: max-content;
    height: max-content;
    position: fixed;
    z-index: 99;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login-header-txt {
}

.login-header-logo img {
    width: 500px;
}

.login-header-txt p {
    margin: 0;
    font-size: 14px;
    color: var(--main-color);
}

.login-header-txt a {
}

.country_code {
    width: unset !important;
    max-width: 90px;
}

.redirect-link {
    margin-top: 10px;
}
/* Page Loader Container */
.loader-gr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Transparent black background */
    display: flex; /* Use flexbox to center the loader */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    z-index: 999; /* High value to overlay on top of all other content */
    backdrop-filter: blur(2px); /* Apply blur effect to the background */
}

/* Loader container */
#container {
    text-align: center;
    color: #fff; /* White text color for the message */
}

/* Loader spinner styles */
#loader {
    border: 12px solid #f3f3f3; /* Light gray border */
    border-top: 12px solid var(--main-color); /* Gold spinner */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    /* Space between the spinner and the message */
    margin: auto;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Please wait message */
.message {
    font-size: 18px;
    /* Gold color for the message */
    font-weight: bold;
    margin-top: 10px; /* Margin to ensure space between spinner and message */
}

.pleas-verify-email .modal-dialog {
    background: #fff;
}

.pleas-verify-email h5.note-1 {
    font-size: 24px;
    display: table;
    margin: 0 auto;
}

.pleas-verify-email p.note-2 {
    text-align: center;
    margin-top: 15px;
}


.registration_pic-jpg {
    width: 100px;
    display: table;
    margin: 0 auto 15px;
}

a.button-animation {
}

.user-email-verification {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

a.login-uev {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.form-inner-mail-1 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.varify_text {
    background: #090909;
    padding: 30px;
}

.form-inner-mail-1 {
    color: #838383;
}

.text-view {
    color: var(--main-color) font-weight: 600;
    display: inline-block;
}

/* Media Start Here */
@media (max-width: 768px) {
    .user-email-verification {
        height: auto;
        padding: 30px 15px;
    }

    .form-inner-mail-1 {
        width: 100%;
    }

    .login-header {
        position: relative;
        display: flex;
        flex-flow: column;
    }

    .login-5 {
        padding: 0 0 30px;
        background: #fff;
        flex-direction: column;
        display: block;
    }

    .login-header-logo {
        clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 50px 100%);
        padding: 5px 0px;
        text-align: center;
        background: #c4e0f9;
        bottom: auto;
        left: 0;
        right: 0;
        width: 300px;
        position: static;
        display: block;
    }

    .login-header-txt {
        display: none;
    }

    .login-header {
        justify-content: center;
    }

    .redirect-link {
        display: block;
    }

    .login-5 {
        /* padding: 20px 0; */
    }

    .form-section {
        width: 100%;
        padding: revert-layer;
        overflow: auto;
        padding-top: 30px;
        display: block;
        position: static;
        overflow: unset;
    }

    .register-form-section {
    }

    .login-5:before {
        width: 100%;
        opacity: 0;
    }

    .left-parent, .desktop_logo {
        display: none;
    }

    .mobile_logo {
        display: block;
    }

    .register_address .copy_icon {
        top: 8px;
    }

    .register_address {
        padding-top: 24px;
    }

    .login-5 .form-section .form-group {
        margin-bottom: 15px;
    }

    .logo {
        left: 0;
        right: 0;
        top: -60px;
    }

    .login-header-logo img {
        width: 190px;
    }
}
