@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --main-color: #319E0D;
    --main-blue: #145DA0;
}

* {
    font-family: "Inter", sans-serif;
}

.c_pointer {
    cursor: pointer;
}

.sponsor_btn {
    font-size: 12px;
    margin-bottom: 5px;
}

body {
    color: #ffffff;
    background: #fff;
    position: relative;
    font-size: 14px;
}

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

.form-control:focus {
    box-shadow: none;
    border-color: var(--main-blue);
    color: var(--main-blue);
}

.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;
}


.membership-selection-section {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.membership-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.membership-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.membership-card {
    flex: 1;
    min-width: 150px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

    .membership-card:hover {
        border-color: #3498db;
    }

.membership-content {
    display: flex;
    flex-direction: column;
}

.membership-name {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 5px;
}

.membership-desc {
    font-size: 12px;
    color: #7f8c8d;
}

.membership-card input[type="radio"] {
    display: none;
}

    .membership-card input[type="radio"]:checked + .membership-content {
        color: #3498db;
    }

    .membership-card input[type="radio"]:checked {
        border-color: #3498db;
        background: #f0f8ff;
    }

.registration-type-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.registration-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.registration-options {
    display: flex;
    gap: 15px;
}

.registration-card {
    flex: 1;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

    .registration-card:hover {
        border-color: #3498db;
    }

.registration-content {
    display: flex;
    flex-direction: column;
}

.registration-name {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 5px;
}

.registration-desc {
    font-size: 12px;
    color: #7f8c8d;
}

.registration-card input[type="radio"] {
    display: none;
}

    .registration-card input[type="radio"]:checked + .registration-content {
        color: #3498db;
    }

    .registration-card input[type="radio"]:checked {
        border-color: #3498db;
        background: #f0f8ff;
    }


.login-5 .form-section a {
    text-decoration: none;
}

.login-5 .form-inner {
    width: 100%;
    margin: 0px 0px;
    text-align: center;
    padding: 20px 20px;
    border-radius: 6px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.login-5 .form-inner-design {
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    padding: 45px 40px;
    Z-INDEX: 1;
}

    .login-5 .form-inner-design .span-1 {
        content: "";
        bottom: 0;
        right: 0;
        left: 0;
        height: 2px;
        width: 250px;
        margin: auto;
        position: absolute;
        z-index: -1;
        background: linear-gradient(to right, transparent, #d4ab3a 30%, #d4ab3a 50%, #d4ab3a 70%, transparent);
    }

    .login-5 .form-inner-design .span-2 {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        width: 250px;
        margin: auto;
        position: absolute;
        z-index: -1;
        background: linear-gradient(to right, transparent, #d4ab3a 30%, #d4ab3a 50%, #d4ab3a 70%, transparent);
    }

    .login-5 .form-inner-design:before {
        z-index: -2;
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgb(255 255 255 / 0%), #d4ab3a, #d4ab3a, rgb(157 231 37 / 0%));
        border-radius: 15px;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        bottom: 0;
        margin: auto;
    }

    .login-5 .form-inner-design:after {
        inset: 2px;
        z-index: -1;
        content: "";
        position: absolute;
        border-radius: 15px;
        background: #fff;
    }

.login-5 .register-form-inner {
    /* max-width: 700px; */
}

/*.login-5 .form-inner:before {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        top: 30px;
        right: 0;*/
/*background: url(../img/img-54.png) top left repeat;*/
/*background-size: cover;
        z-index: -1;
    }*/

/*.login-5 .form-inner:after {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        bottom: 30px;
        left: 0;*/
/*background: url(../img/img-53.png) top left repeat;*/
/*background-size: cover;
        z-index: -1;
    }*/

.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 {
    color: #ffffff;
    margin-bottom: 0;
}

    .login-5 .form-section p a {
        text-decoration: underline;
        color: #fff;
    }

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

.login-5 .form-section .thembo {
    margin-left: 4px;
    color: rgb(13 173 253) !important;
}

.login-5 .form-section h3 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

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

.login-5 .form-section .form-box {
    position: relative;
    padding: 0px 10px 0px 0px;
    /* padding-left: 12px; */
    display: flex;
    width: 100%;
    align-items: center;
    background: #e8f0fe;
    border-radius: 10px;
}

    .login-5 .form-section .form-box:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: -1px;
        top: -1px;
        margin: auto;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: #f5c171;
        border-radius: 55px;
    }

    .login-5 .form-section .form-box label {
        color: #fff;
        padding: 0 5px;
        position: relative;
        z-index: 1;
        opacity: .6;
        font-size: 10px;
        display: none;
    }

        .login-5 .form-section .form-box label:before {
            /* content: ''; */
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 100%;
            background: linear-gradient(to right, #fff, transparent);
            height: 1px;
            width: 100%;
        }

.login-5 .form-section .form-control {
    padding: 4px 10px 4px;
    font-size: 14px;
    outline: none;
    background: transparent;
    color: #000;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    /* border-bottom: 1px solid #424242; */
}

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

    .login-5 .form-section .form-control::-webkit-input-placeholder {
        color: var(--main-blue);
    }

.login-5 .form-section .form-box i {
    min-width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(167deg, #a9965f, #054da9);
}


.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;
}

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


.login-5 .logo img {
    /* margin-bottom: 15px; */
}

.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;
    }

/** Login 5 end **/


.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
    }

.get-sponsor-btn {
    cursor: pointer;
    background: linear-gradient(116.85deg, #3F5EFB 0%, #FC466B 100%);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 33px;
    color: #fff;
    position: absolute;
    right: 35px;
    top: -10px;
}

.forget-register {
    margin-top: 15px;
}


.register-label {
    padding: 0 !important;
}

    .register-label label {
        display: flex !important;
        align-items: center;
        font-size: 14px !important;
        opacity: 1 !important;
        color: #cac9c9;
    }

.modal-content {
    background: #221e1e;
    color: #fff;
}

.accept_label {
    padding: 5px !important;
}

.balance_div {
    display: flex;
    color: #fff;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid #d3973d;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0000004d;
}

    .balance_div .bal-heading {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.bal-value {
    border-bottom: 1px solid #e6b1637a;
    border-top: 1px solid #e6b1637a;
    border-radius: 10px;
    background: #000000;
    line-height: 40px;
}

    .bal-value span {
        font-size: 18px;
    }

.balance_div .bal-heading span {
    background: #000000;
    border: 1px solid #303030;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.balance_div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54%;
    /* background: #000000; */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 10px;
}

.balance_div img {
    width: 20px;
    z-index: 1;
}

.balance_div p {
    color: #ffffff !important;
    text-align: left;
}

.timer_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background: linear-gradient(116.85deg, #FC466B 0%, #3F5EFB 100%);
    padding: 10px;
    border-radius: 8px;
    align-items: center;
}

.timer_box_title {
    font-size: 14px !important;
}

.timer_box_time {
    background: #000;
    padding: 3px 10px;
    border-radius: 4px;
}

.base_timer_label {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    background: #006da5;
    text-align: center;
    color: #fff;
}


/*modal section connect wallet start*/
.c-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1080;
    display: none;
}

.modal-content-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c0d13;
    padding: 32px;
    width: 24rem;
    border-radius: 1.5rem;
    border: solid .16em rgba(93, 93, 93, 0.72);
}

.close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    border: solid .16em rgba(93, 93, 93, 0.72);
    border-radius: 50%;
}

    .close-button img {
        width: 40px;
    }

    .close-button:hover img {
        opacity: 0.7;
    }

.show-modal-new {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.wallet-c-button a {
    border: solid .1em #5f5f5f;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    text-decoration: none;
}

    .wallet-c-button a:hover {
        opacity: 0.7;
    }

    .wallet-c-button a img {
        width: 30px;
        margin-right: 10px;
    }

.modal-content-new h4 {
    font-size: 27px;
    font-weight: 600;
    color: #f4d56f;
    padding: 0;
    letter-spacing: -.035em;
    text-align: center;
}

.wallet-c-button {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 15px;
}

.custom_message {
    position: fixed;
    z-index: 990;
    top: 70px;
    left: 0;
    right: 0;
    background: #8ad603;
    border: 1px solid #b2f939;
    color: #fff;
    width: 700px;
    margin: auto;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
}

.register-logo img {
    padding: 0 0;
    margin-bottom: 30px;
}

.mar-left {
    padding-left: 20px;
}



.main-logo {
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 8px;
}

.logo-parent-title {
    font-size: 44px;
    margin: 0;
}

.logo-parent-para {
    font-size: 20px;
    margin: 0;
}

.logo-parent-btn {
    color: #000;
    background-color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.log-reg-parent .deco-left {
    position: absolute;
    left: -50px;
    top: 0;
    width: 150px;
    z-index: 1;
    display: none;
}

.log-reg-parent .deco-right {
    position: absolute;
    right: -120px;
    top: 40px;
    width: 270px;
    z-index: -1;
    display: none;
}

.form-section-left {
    /* background: linear-gradient(116.85deg, #785012 0%, #fcb933 100%); */
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: transparent;
}

    .form-section-left .uiobject {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        filter: blur(40px);
        width: 180%;
        display: none;
    }


    .form-section-left:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 300px;
        height: 100%;
        background: #ffffff8a;
        filter: blur(30px);
        left: -70%;
        display: none;
    }




/*modal section connect wallet end*/


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    place-content: center;
    background: #00000054;
    z-index: 99999;
    height: 100%;
    display: none;
}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    animation: l4 2s linear infinite;
    background-image: url('../Images/logo.png');
    background-size: 60px 60px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}


.page-loader-main {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #00000096;
}

.page-loader-wrm h3 {
    font-size: 23px;
    margin-top: 30px;
    line-height: 30px;
}

.page-loader-wrm {
    max-width: 500px;
    background: #46036a8f;
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    /* border-radius: 5px; */
    height: 320px;
    justify-content: center;
    backdrop-filter: blur(33px);
    border: 5px double #ffffff29;
}

    .page-loader-wrm .loader {
        /* width: 85px; */
    }

img.login_elight {
    /* margin-bottom: 0; */
}

.register-form-inner .login_elight {
    padding: 0 0;
    height: 240px;
    margin-bottom: 30px;
}

body {
    color: #000000;
    position: relative;
}


.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;
}



.login-5 {
    width: 100%;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    position: relative;
    background-image: url('../Images/login-bg.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}



    .login-5 .form-section a {
        text-decoration: none;
    }

    .login-5 .form-inner {
        width: 100%;
        margin: 0px 0px;
        text-align: center;
        padding: 20px 20px;
        border-radius: 6px;
        /**/
        background-size: cover;
        position: relative;
        z-index: 1;
        /* background: #152e30; */
    }

    .login-5 .form-inner-design {
        position: relative;
        margin: 0 auto;
        border-radius: 15px;
        padding: 45px 40px;
        z-index: 1;
        width: 100%;
    }

        .login-5 .form-inner-design .span-1 {
            content: "";
            bottom: 0;
            0: AUTO 100PX;
            right: 0;
            left: 0;
            height: 2px;
            width: 250px;
            margin: auto;
            position: absolute;
            z-index: -1;
            background: linear-gradient(to right, transparent, #d4ab3a 30%, #d4ab3a 50%, #d4ab3a 70%, transparent);
        }

        .login-5 .form-inner-design .span-2 {
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            width: 250px;
            margin: auto;
            position: absolute;
            z-index: -1;
            background: linear-gradient(to right, transparent, #d4ab3a 30%, #d4ab3a 50%, #d4ab3a 70%, transparent);
        }

        .login-5 .form-inner-design:
        before {
            z-index: -2;
            content: "";
            position: absolute;
            background: linear-gradient(0deg, rgb(255 255 255 / 0%), #d4ab3a, #d4ab3a, rgb(157 231 37 / 0%));
            border-radius: 15px;
            left: 0;
            top: 0;
            width: 100%;
            height: 50%;
            bottom: 0;
            margin: auto;
        }

        .login-5 .form-inner-design:
        after {
            inset: 2px;
            z-index: -1;
            content: "";
            position: absolute;
            border-radius: 15px;
            background: linear-gradient(229deg, #484334, #09336c);
        }

    .login-5 .register-form-inner {
        /* max-width: 700px; */
    }

    /*.login-5 .form-inner:before {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        top: 30px;
        right: 0;*/
    /*background: url(../img/img-54.png) top left repeat;*/
    /*background-size: cover;
        z-index: -1;
    }*/

    /*.login-5 .form-inner:after {
        content: "";
        width: 75px;
        height: 150px;
        position: absolute;
        bottom: 30px;
        left: 0;*/
    /*background: url(../img/img-53.png) top left repeat;*/
    /*background-size: cover;
        z-index: -1;
    }*/

    .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 {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 16px;
    }

        .login-5 .form-section
        p a {
            text-decoration: underline;
            color: #fff;
        }

    .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 25px;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
    }

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

    .login-5 .form-section .form-box {
        position: relative;
        padding: 0px 10px 0px 0px;
        /* padding-left: 12px; */
        display: flex;
        width: 100%;
        align-items: center;
        background: #e8f0fe;
        border-radius: 10px;
    }

        .login-5 .form-section .form-box:
        before {
            content: '';
            position: absolute;
            z-index: -1;
            left: -1px;
            top: -1px;
            margin: auto;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #f5c171;
            border-radius: 55px;
        }

        .login-5 .form-section .form-box
        label {
            color: #fff;
            padding: 0 5px;
            position: relative;
            z-index: 1;
            opacity: .6;
            font-size: 10px;
            display: none;
        }

            .login-5 .form-section .form-box
            label:before {
                /* content: ''; */
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 100%;
                background: linear-gradient(to right, #fff, transparent);
                height: 1px;
                width: 100%;
            }

    .login-5 .form-section .form-control {
        padding: 4px 10px 4px;
        font-size: 14px;
        outline: none;
        background: transparent;
        color: #000;
        font-weight: 500;
        border: 0;
        border-radius: 0;
        /* border-bottom: 1px solid #424242; */
    }

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


    .login-5 .form-section .form-box
    i {
        min-width: 50px;
        height: 50px;
        display: grid;
        place-content: center;
        font-size: 20px;
        color: #fff;
        border-radius: 10px 0px 0px 10px;
        background: linear-gradient(90deg, #06d2ea, #000bfee6);
    }

.form-new-element {
    position: relative;
}

.required {
    color: #F51818;
}

.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;
}

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



.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-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-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;
    }

/** Login 5 end **/

.show-password {
    cursor: pointer;
    right: 10px;
    left: auto !important;
}

.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
    }


.get-sponsor-btn {
    cursor: pointer;
    background: linear-gradient(116.85deg, #3F5EFB 0%, #FC466B 100%);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 33px;
    color: #fff;
    position: absolute;
    right: 35px;
    top: -10px;
}

.forget-register {
    margin-top: 15px;
}


.register-label {
    padding: 0 !important;
}

    .register-label
    label {
        display: inline-flex !important;
        align-items: center;
        font-size: 14px !important;
        color: #00000080;
    }

.modal-content {
    background: #221e1e;
    color: #fff;
}

.accept_label {
    padding: 5px !important;
}

.balance_div {
    display: flex;
    color: #fff;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid #d3973d;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0000004d;
}

    .balance_div .bal-heading {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.bal-value {
    border-bottom: 1px solid #e6b1637a;
    border-top: 1px solid #e6b1637a;
    border-radius: 10px;
    background: #000000;
    line-height: 40px;
}

    .bal-value
    span {
        font-size: 18px;
    }

.balance_div .bal-heading
span {
    background: #000000;
    border: 1px solid #303030;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.balance_div:
before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54%;
    /* background: #000000; */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 10px;
}

.balance_div
img {
    width: 20px;
    z-index: 1;
}

.balance_div
p {
    color: #ffffff !important;
    text-align: left;
}

.timer_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background: linear-gradient(116.85deg, #FC466B 0%, #3F5EFB 100%);
    padding: 10px;
    border-radius: 8px;
    align-items: center;
}

.timer_box_title {
    font-size: 14px !important;
}

.timer_box_time {
    background: #000;
    padding: 3px 10px;
    border-radius: 4px;
}

.base_timer_label {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    background: #006da5;
    text-align: center;
    color: #fff;
}


/*modal section connect wallet start*/
.c-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1080;
    display: none;
}

.modal-content-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c0d13;
    padding: 32px;
    width: 24rem;
    border-radius: 1.5rem;
    border: solid .16em rgba(93, 93, 93, 0.72);
}

.close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    border: solid .16em rgba(93, 93, 93, 0.72);
    border-radius: 50%;
}

    .close-button
    img {
        width: 40px;
    }

    .close-button:
    hover img {
        opacity: 0.7;
    }

.show-modal-new {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.wallet-c-button
a {
    border: solid .1em #5f5f5f;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    text-decoration: none;
}

    .wallet-c-button
    a:hover {
        opacity: 0.7;
    }

    .wallet-c-button
    a img {
        width: 30px;
        margin-right: 10px;
    }

.modal-content-new
h4 {
    font-size: 27px;
    font-weight: 600;
    color: #f4d56f;
    padding: 0;
    letter-spacing: -.035em;
    text-align: center;
}

.wallet-c-button {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 15px;
}

.custom_message {
    position: fixed;
    z-index: 990;
    top: 70px;
    left: 0;
    right: 0;
    background: #8ad603;
    border: 1px solid #b2f939;
    color: #fff;
    width: 700px;
    margin: auto;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
}





.register-logo img {
    padding: 0 0;
}

.mar-left {
    padding-left: 20px;
}




.log-reg-parent {
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 100vh;
    padding-right: 50px;
}

.log-reg-parent {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .log-reg-parent .deco-left {
        position: absolute;
        left: -50px;
        top: 0;
        width: 150px;
        z-index: 1;
        display: none;
    }

    .log-reg-parent .deco-right {
        position: absolute;
        right: -120px;
        top: 40px;
        width: 270px;
        z-index: -1;
        display: none;
    }

    .log-reg-parent:
    before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        /* background: #0000006b; */
        z-index: -2;
        filter: blur(9px);
    }

.form-section-left {
    /* background: linear-gradient(116.85deg, #785012 0%, #fcb933 100%); */
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: transparent;
}

    .form-section-left .uiobject {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        filter: blur(40px);
        width: 180%;
        display: none;
    }


    .form-section-left:
    before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 300px;
        height: 100%;
        background: #ffffff8a;
        filter: blur(30px);
        left: -70%;
        display: none;
    }

/*modal section connect wallet end*/


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #00000080;
    z-index: 99999;
    height: 100%;
    display: none;
    backdrop-filter: blur(4px);
}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}


.page-loader-main {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #00000096;
}

.page-loader-wrm
h3 {
    font-size: 23px;
    margin-top: 30px;
    line-height: 30px;
}

.page-loader-wrm {
    max-width: 500px;
    background: #46036a8f;
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    /* border-radius: 5px; */
    height: 320px;
    justify-content: center;
    backdrop-filter: blur(33px);
    border: 5px double #ffffff29;
}

    .page-loader-wrm .loader {
        /* width: 85px; */
    }

img.login_elight {
    width: 170px;
    margin-bottom: 0;
}

.register-form-inner .login_elight {
    width: 230px;
}

.Accept-Terms-Conditions #chkaccept {
    margin: 0;
    padding: 0;
    top: 2px;
    position: relative;
}

.back-home {
    margin-top: 25px;
}

    .back-home .back-home-btn {
        text-transform: capitalize;
        font-size: 15px;
        padding: 13px 20px;
        border: 1px solid #6f6f6f;
        margin: auto;
        border-radius: 50px;
        cursor: pointer;
        color: #fff;
    }




/* jkdskldf*/


/*.progress-steps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
}*/

.progress-steps .top {
    margin-bottom: 15px;
    position: relative;
}

.step-content {
    display: none;
}

    .step-content.active {
        display: block;
    }

.progress-steps .top .progress {
    width: 100%;
    height: 3px;
    /* background-color: #e0e0e0; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

    .progress-steps .top .progress
    span {
        position: absolute;
        width: 0%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #06c0ea;
        transition: 0.5s;
    }

.progress-steps .top .steps {
    display: flex;
    justify-content: space-between;
}

    .progress-steps .top .steps .step {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 11%;
        cursor: pointer;
        color: #000;
        font-size: 13px;
        width: max-content;
        padding: 7px 12px;
        position: relative;
        z-index: 1;
    }

        .progress-steps .top .steps .step.active {
            border-color: #06abeb;
            transition: border 1s;
            background: linear-gradient(90deg, #06d2ea, #000bfee6);
            color: #fff;
        }

.progress-steps .buttons {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
}

    .progress-steps .buttons .btn {
        outline: 0px;
        border: 0px;
        padding: 10px 25px;
        border-radius: 5px;
        cursor: pointer;
        background: linear-gradient(90deg, #06d2ea, #000bfee6);
        font-weight: bold;
        color: #fff;
        transition: color 0.5s;
    }

        .progress-steps .buttons .btn.disabled {
            color: #FFF;
            cursor: no-drop;
        }

;
}

.Accept-Terms-Conditions #chkaccept {
    margin: 0;
    padding: 0;
    top: 2px;
    position: relative;
}

.back-home {
    margin-top: 25px;
}

    .back-home .back-home-btn {
        text-transform: capitalize;
        font-size: 15px;
        padding: 13px 20px;
        border: 1px solid #6f6f6f;
        margin: auto;
        border-radius: 50px;
        cursor: pointer;
        color: #fff;
    }




/* jkdskldf*/


/*.progress-steps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
}*/

.progress-steps .top {
    margin-bottom: 25px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}

.step-content {
    display: none;
}

    .step-content.active {
        display: block;
    }

.progress-steps .top .progress {
    width: 100%;
    height: 3px;
    /* background-color: #e0e0e0; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

    .progress-steps .top .progress span {
        position: absolute;
        width: 0%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #06c0ea;
        transition: 0.5s;
    }

.progress-steps .steps {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.description-info {
    text-align: left;
}

    .description-info p {
        font-size: 12px;
    }

.progress-steps .top .steps .step {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    width: 30px;
    height: 30px;
    /* padding: 7px 12px; */
    position: relative;
    z-index: 1;
    font-weight: 700;
    margin-right: 9px;
    place-content: center;
}

    .progress-steps .top .steps .step.active {
        border-color: #06abeb;
        transition: border 1s;
        background: linear-gradient(90deg, #06d2ea, #000bfee6);
        color: #fff;
    }

.progress-steps .steps p {
    font-size: 20px;
}

.progress-steps .buttons {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
}

    .progress-steps .buttons .btn {
        outline: 0px;
        border: 0px;
        padding: 10px 25px;
        border-radius: 5px;
        cursor: pointer;
        background: linear-gradient(90deg, #06d2ea, #000bfee6);
        font-weight: bold;
        color: #fff;
        transition: color 0.5s;
    }

        .progress-steps .buttons .btn.disabled {
            color: #FFF;
            cursor: no-drop;
        }

.form-row-fld {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--main-blue);
    color: var(--main-blue);
    padding: 10px;
    align-items: center;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
}

.badge {
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
}

.Sponsor-form-info {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-flow: column;
    /* border: 1px solid #00000014; */
    border-radius: 9px;
    margin-bottom: 15px;
}

.form-row-fld:last-child {
    margin-bottom: 0 !important;
}

.verify-email-step-two {
    margin: 15px 0;
}

.Sponsor-form-info label {
    font-size: 12px;
}

.uev-left {
    text-align: center;
}

.verification-left {
    position: fixed;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.user-email-verification-one {
    margin: 30px 0;
}

.form-control {
    font-size: 13px;
}


a {
    color: var(--main-color);
    text-decoration: none !important;
}

.qr-pic img {
    max-width: 200px;
}

span.bank_pic img {
    width: 30px;
}

.bank_pic {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.qr-company-name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.qr-company-name-content h5 {
    margin-bottom: 0;
}

.qr-company-name-content h6 {
    margin-bottom: 0;
}

.QR_BX {
    border: 1px solid #ffffff14;
    border-radius: 9px;
    background: #ffffff24;
    margin-bottom: 15px;
}

.qr-pic {
    text-align: center;
}

.bank-logo img {
    width: 30px;
}

.bank-logo {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.qr-company-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff14;
    margin: 15px 0;
}

.qr-company-footer > div {
    display: flex;
    align-items: center;
}

.qr-company-header h6 {
    margin-bottom: 0;
}

.qr-company-header p {
    margin-bottom: 0;
}

.qr-company-footer {
    justify-content: center;
    display: flex;
    padding: 15px 0;
}

    .qr-company-footer > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qr-company-footer h6 {
        margin-bottom: 0;
    }

    .qr-company-footer p {
        margin-bottom: 0;
    }


div#pageloader {
    position: fixed;
    background: hsl(0deg 0% 0% / 70%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    place-content: center;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}

.loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}


.membership-options input[type="radio"] {
    display: none;
}

.membership-options label {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    width: 120px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 auto;
}

    .membership-options label img {
        width: 80px;
        height: 80px;
        margin: 0;
    }

.membership-options input[type="radio"]:checked + label {
    background-color: #e6fff0;
    border-color: #4ade80;
}



.step-container {
    background: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
    width: 411px;
    border-radius: 15px;
}

.step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.step-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999;
    transition: all 0.3s ease;
    position: relative;
}

    .step-dot.active {
        background: var(--main-color);
        color: white;
        transform: scale(1.1);
    }

    .step-dot.completed {
        background: #4CAF50;
        color: white;
    }

.step-line {
    height: 3px;
    width: 60px;
    background: #e0e0e0;
    transition: all 0.3s ease;
}

    .step-line.completed {
        background: #4CAF50;
    }

.steps-wrapper {
    position: relative;
    min-height: 420px;
    /* overflow: hidden auto; */
}

.step {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 20px; */
    /* transform: translateX(100%) scale(.5); */
    /* opacity: 0; */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

    .step.current {
        /* transform: translateX(0) scale(1); */
        /* opacity: 1; */
    }

    .step.prev {
        transform: translateX(-100%) scale(.5);
        opacity: 0;
    }

    .step.next {
        transform: translateX(100%) scale(.5);
        opacity: 0;
    }

    .step.sliding-out-left {
        transform: translateX(-100%) scale(0);
        opacity: 0;
    }

    .step.sliding-in-right {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    .step.sliding-out-right {
        transform: translateX(100%) scale(0);
        opacity: 0;
    }

    .step.sliding-in-left {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

.common-title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.text-danger {
    color: #dc3545;
}

/* Membership Options Styling */
.membership-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .membership-options input[type="radio"] {
        display: none;
    }

    .membership-options label {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        border: 2px solid #e0e0e0;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: white;
        width: 100%;
    }

        .membership-options label:hover {
            border-color: var(--main-color);
            transform: translateY(-2px);
        }

        .membership-options label span {
            font-size: 18px;
            font-weight: 500;
        }

.form-box {
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

    .form-box:focus-within {
        /* border-color: var(--main-color); */
        /* box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); */
    }

.form-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #E8FBFF;
    border-radius: 7px;
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .form-icon img {
        width: 15px;
    }

.span-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #E8FBFF;
    border-radius: 7px;
}

    .span-icon img {
        width: 15px;
    }

.form-icon-country {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

    .form-icon-country img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.form-control {
    outline: none;
    font-size: 13px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--main-blue);
    border-radius: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 59px;
    height: 46px;
    line-height: 46px;
    color: var(--main-blue);
}

#ddlcountry.form-control {
    padding-left: 45px;
}

select.form-control {
    color: #484646;
}

.form-control:disabled {
    background: #f5f5f5;
    color: #666;
}
/* Registration Type */
#RegistrationTypeBox {
    margin-bottom: 30px;
}

    #RegistrationTypeBox label {
        display: inline-flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 11px 10px 0;
        border: 2px solid #e0e0e0;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: white;
        font-weight: 500;
        width: 100%;
    }

    #RegistrationTypeBox input[type="radio"]:checked + label {
        background-color: #e6fff0;
        border-color: #4ade80;
    }

    #RegistrationTypeBox label img {
        width: 149px;
    }

    #RegistrationTypeBox label:hover {
        border-color: var(--main-color);
    }

    #RegistrationTypeBox input[type="radio"] {
        display: none;
    }

        #RegistrationTypeBox input[type="radio"]:checked + span {
            background: var(--main-color);
            color: white;
            border-radius: 5px;
            padding: 10px 25px;
            margin: -10px -20px;
        }
/* Checkbox */
.register-label {
    margin-bottom: 7px;
}

    .register-label input[type="checkbox"] {
        /* transform: scale(1.2); */
    }
/* Button */
.button-animation {
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 15px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

    .button-animation.button-animation-bordered {
        background: #fff;
        color: var(--main-color);
    }

    .button-animation:hover {
        transform: translateY(-1px);
    }

    .button-animation i {
        margin: 0 5px;
    }

    .button-animation:disabled {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.nav-btn {
    background: var(--main-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    font-weight: 400;
}

    .nav-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    .nav-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.step-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-weight: bold;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    display: none;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 3px;
    transition: width 0.6s ease;
}
/* Loader */
#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader-message {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    top: 190px;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 20px;
}

.loader {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../Images/logo.png');
    background-size: 60px 60px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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



.country_parent {
    display: grid;
    grid-template-columns: 100px 11fr;
    gap: 5px;
}

.copy_btn {
    cursor: pointer;
}

.RegistrationType-parent {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.inner-title {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
}

.resend-btn {
    padding: 0;
    border: 0;
    background: #a1a1a1;
    font-weight: 500;
    padding: 3px 16px;
    border-radius: 6px;
    color: #fff;
}

.input-error {
    border-color: #e74c3c !important;
}

.input-shake {
    animation: shakeInput 0.3s ease;
}

@keyframes shakeInput {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

.sponsor-list-details {
    margin: 0;
    padding: 0;
    background: #daffd0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 10px;
    border-radius: 5px;
}

.sponsor-title {
    font-size: 12px;
    margin-bottom: 6px;
}

.common-img-parent {
    position: relative;
}

.common-up-img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.opt-common-btn {
    border: 0;
    background: #48b32b;
    color: #fff;
    /* position: absolute; */
    right: 2px;
    top: 18px;
    border-radius: 3px;
    margin-top: 7px;
}

    .opt-common-btn[disabled] {
        background: #7c7c7c;
    }

.main-title {
    font-size: 18px;
}

.reset-title {
    margin-bottom: 30px;
}

.main-sub-title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

.form-logo {
    width: 93px;
    margin-bottom: 30px;
}

.login-5 label {
    margin-bottom: 2px;
    font-size: 13px;
}

.forgot-password {
    color: #00000080;
    font-size: 12px;
}

.acc-info-p {
    color: #343C6A99;
}

.acc-info-a {
    color: #145DA0;
    font-weight: bold;
}

.title-color {
    color: #0E6377;
    margin-bottom: 15px;
}

.sponsor-bar {
    position: relative;
    margin-bottom: 15px;
}

.sponsor-bar-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: var(--main-blue);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .sponsor-bar-icon img {
    }

.sponsor-bar-text {
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    padding: 0 5px;
    border-radius: 7px;
    height: 26px;
    line-height: 26px;
    margin-left: 6px;
    padding-left: 35px;
}

.cutsom-checkbox-row input[type="checkbox"] {
    margin: 0;
    opacity: 0;
}

.cutsom-checkbox-row {
    position: relative;
    margin-bottom: 15px;
}

    .cutsom-checkbox-row input[type="checkbox"] + label {
        padding-left: 4px;
        margin-bottom: 0;
        display: inline-block !important;
        font-size: 12px !important;
    }

        .cutsom-checkbox-row input[type="checkbox"] + label::before {
            border-color: #dddddd;
            border-radius: 4px;
            border-style: solid;
            border-width: 1px;
            content: "";
            cursor: pointer;
            display: inline-block;
            height: 16px;
            width: 16px;
            left: 0;
            top: 3px;
            position: absolute;
            transition: 0.3s linear all;
            border-radius: 4px;
        }

        .cutsom-checkbox-row input[type="checkbox"] + label::before {
            border-color: var(--main-blue);
            background-color: #E8FBFF;
            transform: scale(1);
        }

    .cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
        border-color: #3bb6b6;
        border-style: dotted;
        transition: 0.3s linear all;
    }

    .cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
        background-color: var(--main-blue);
        border-style: solid;
        border-color: var(--main-blue);
    }

    .cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
        transform: scale(1);
        opacity: 1;
    }

    .cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
        color: #fff;
        content: "\f00c";
        cursor: pointer;
        font-family: 'FontAwesome';
        left: 3px;
        position: absolute;
        top: 3px;
        transition: 0.3s linear all;
        font-size: 11px;
    }

    .cutsom-checkbox-row input[type="checkbox"] + label::after {
        transform: scale(2);
        opacity: 0;
    }

    .cutsom-checkbox-row input[type="checkbox"] + label::after {
        content: "";
        transform: scale(0);
        transition: 0.3s linear all;
    }

.form-logo-register {
    display: none;
}

@media (max-width: 768px) {
    .form-logo-register {
        display: inline;
    }

    .login-5 .form-section .form-box label:before {
        width: 40%;
    }

    .left-parent {
        display: none;
    }

    .register_address .copy_icon {
        top: 8px;
    }

    .register_address {
        padding-top: 24px;
    }

    .login-5 .form-section p a {
        display: block;
    }

    .form-section-left {
        border-radius: 0 0 15px 15px;
    }

    .log-reg-parent {
        padding: 0;
    }

        .log-reg-parent .col-md-5.p-0 {
            display: none;
        }

        .log-reg-parent .deco-left {
            /* opacity: 0.5; */
            mix-blend-mode: overlay;
            filter: blur(1px);
        }

    img.deco-right {
        mix-blend-mode: overlay;
        filter: blur(1px);
    }

    .page-loader-wrm {
        width: 94%;
        border-radius: 5px;
    }

        .page-loader-wrm h3 {
            font-size: 18px;
        }

    a.register-logo-right {
        display: block !important;
    }

    .register-logo-right img {
        width: 150px;
        margin-bottom: 15px;
    }

    a.logo.mobile-logo-view {
        display: block !important;
    }

        a.logo.mobile-logo-view img {
            width: 150px;
            margin-bottom: 30px;
        }


    .log-reg-parent:before {
        background: transparent;
    }

    .register-form-inner .login_elight {
        height: 140px;
    }

    .login-5 .form-section h3 {
        font-size: 18px;
    }

    .login-5 .form-inner {
        margin-bottom: 30px;
    }

    div#forgetpasswordsection {
        padding-top: 50px;
    }

    .form-inner.register-form-inner {
        margin-bottom: 0;
    }

        .form-inner.register-form-inner img {
            height: 140px;
            margin-bottom: 15px;
        }

    .registration-right-side {
        margin-top: 0 !important;
    }

    .login-5 .form-inner-design {
        padding: 30px;
    }

    .uev-left .verification-left {
        position: relative;
    }

        .uev-left .verification-left img {
            margin-bottom: 0;
        }

    .spt-2 {
        margin-top: 0;
    }

    .form-row-fld {
        /* flex-flow: column; */
    }

        .form-row-fld label {
            margin-bottom: 5px;
        }

    .button-animation {
        padding: 15px 9px;
        font-size: 12px;
    }

    .form-section-left {
        border-radius: 0 0 15px 15px;
    }

    .log-reg-parent {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

        .log-reg-parent .col-md-5.p-0 {
            display: none;
        }

        .log-reg-parent .deco-left {
            /* opacity: 0.5; */
            mix-blend-mode: overlay;
            filter: blur(1px);
        }

    img.deco-right {
        mix-blend-mode: overlay;
        filter: blur(1px);
    }

    .page-loader-wrm {
        width: 94%;
        border-radius: 5px;
    }

        .page-loader-wrm h3 {
            font-size: 18px;
        }

    a.register-logo-right {
        display: block !important;
    }

    .register-logo-right img {
        width: 150px;
        margin-bottom: 15px;
    }

    a.logo.mobile-logo-view {
        display: block !important;
    }

        a.logo.mobile-logo-view img {
            width: 150px;
            margin-bottom: 30px;
        }


    .custom_message {
        width: 90%;
        font-size: 18px;
    }

    .modal-content-new {
        width: 90%;
        padding: 15px;
    }

    .c-modal {
        display: block;
    }

    .register-logo {
        display: block;
    }

    .mar-left {
        padding-left: 0;
    }

    .login-5 .form-section .form-group {
        /* width: calc(100% - 30px); */
        /* margin-left: 30px; */
    }

    .login-5 .form-section .form-box label:
    before {
        width: 40%;
    }

    .left-parent {
        display: none;
    }

    .register_address .copy_icon {
        top: 8px;
    }

    .register_address {
        padding-top: 24px;
    }

    .login-5 .form-section p a {
        display: block;
    }

    .login-5 {
        background-position: center center;
        background: #fff;
    }

    .custom_message {
        width: 90%;
        font-size: 18px;
    }

    .modal-content-new {
        width: 90%;
        padding: 15px;
    }

    .c-modal {
        display: block;
    }

    .register-logo {
        display: block;
    }

    .mar-left {
        padding-left: 0;
    }

    .logo-parent {
        padding: 15px;
        gap: 15px;
    }

    .logo-parent-title {
        font-size: 20px;
    }

    .logo-parent-para {
        font-size: 13px;
    }

    .main-logo {
        width: 70px;
    }

    .step-container {
        padding: 15px;
    }

    .register-navigation .nav-btn span {
        display: none;
    }

    .membership-options label img {
        width: 50px;
        height: 50px;
    }

    .membership-options label span {
        font-size: 13px;
        white-space: nowrap;
        font-weight: normal;
    }

    .RegistrationType-parent {
        grid-template-columns: repeat(2,1fr);
        gap: 10px
    }

    .membership-options {
        gap: 10px
    }

    .logo-parent-btn {
        font-size: 14px;
        padding: 10px 30px
    }

    #RegistrationTypeBox label img {
        width: 115px;
    }

    .step-container {
        width: unset;
        min-width: 100%;
        border: 1px solid #EEEEEE;
    }
}
