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

* {
    box-sizing: border-box;
    transition: all .5s;
}

.alert-warning {
    color: #664d03;
    background-color: #ffc1c1 !important;
    border-color: transparent;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #767676;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-blue);
}

.disabled {
    pointer-events: none;
}

/* Prevent text selection */
.loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #767676;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
    /* Initially hidden */
}

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

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

/* body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

/* Prevent drag and drop */
body {
    -webkit-user-drag: none;
    user-drag: none;
}

body {
    font-family: "Montserrat", sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}

.registration-section i.fas.fa-eye-slash.toggle-password,
i.fas.toggle-password.fa-eye {
    position: absolute;
    right: 40px !important;
    top: 60px !important;
    /* transform: translateY(-50%); */
}

.login-form b,
strong {
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin-top: -1rem;
}

/* New Css By Me */
button.paybtn-copied {
    padding: .5rem 1.5rem !important;
    background: var(--gredient-2);
    height: auto;
    border-radius: .3rem;
    margin-top: .5rem;
}

.form .invalid-feedback strong {
    margin-top: -.8rem !important;
    display: block;
}

span.invalid-feedback strong {
    display: block;
    margin: 0 !important;
}

header.py-2 {
    position: static;
}

label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #696969;
}


.resendOTP {
    background: transparent;
    color: #21a4b8;
    padding: 0 !important;
    height: auto;
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-weight: 600 !important;
}

header .nav-link {
    color: #000000;
    background: #f5f5f5;
    margin-right: 1rem;
    border-radius: .3rem;
}

/* ========================= */


body {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background: #fff !important;
}

body.loaded {
    opacity: 1;
}

.content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

body.loaded .content {
    opacity: 1;
    transform: translateY(0);
}

/* ========================== */




header {
    box-shadow: none !important;
}




.container {
    max-width: 1140px;
}

:root {
    /* Primary Color */
    --primary-color-1: #343991;
    --primary-color-2: #0F6D6A;
    --primary-color-3: #93C13E;
    --primary-color-4: #1BB3D5;
    --primary-color-5: #EEC51C;

    /* Gray Color */
    --gray-color-1: #F3F3F3;
    --gray-color-2: #D9D9D9;
    --gray-color-3: #B2B2B2;
    --gray-color-4: #808080;
    --gray-color-5: #EEC51C;

    /* Other Things */
    --border-radius: .5rem;
    --input-height: 60px;

    /* Font Size */
    --font-size-1: 1rem;
    --font-size-2: 1.5rem;
    --font-size-3: 2rem;


    /* Gredients */
    --gredient-1: linear-gradient(180deg, #343991, #191C4E);
    --gredient-2: linear-gradient(180deg, #1BB3D5, #0C87A3);

}

a.download:hover {
    background: transparent;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

p,
a,
button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    margin: 0;
}


/* Login Page CSS */

.login-box {
    display: flex;
}

.txo-logo {
    width: 160px;
}

.login-form {
    width: 30%;
    background: var(--gredient-1);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-form .form p,
.login-form .form a {
    color: #fff;
}

.login-form .form a {
    font-weight: 700;
    text-decoration: underline;
}

.login-form .form {
    padding: 2rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.login-form .form h2 {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
}

.login-form .form label {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: .3rem;
}

.login-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.login-form .form button {
    background: var(--gredient-2);
    height: 45px;
    border: none;
    border-radius: var(--border-radius);
    font-size: .8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    font-family: "Montserrat", sans-serif;
}

.form .form-control {
    font-family: "Montserrat", sans-serif;

    height: 45px;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius);
    border: none;
    box-shadow: 1px 0 5px #00000045;
    font-size: .8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.form .form-control:focus {
    outline: none;
}

.form p {
    font-size: .9rem;
}

.form p a {
    font-weight: 700 !important;
    font-size: .8rem;
}

.form p .link {
    font-size: .9rem;
    display: block;
    margin-top: .3rem;
    font-weight: 500 !important;
}

.login-box .logo {
    padding: 1.5rem 2rem;
}

.blob-1,
.blob-2 {
    position: absolute;
}

.blob-1 {
    width: 250px;
    right: -10%;
    z-index: -1;
    top: 0;
}

.blob-2 {
    width: 300px;
    bottom: -5%;
    z-index: -1;
    left: 10%;
}

.dots-1 {
    position: absolute;
    width: 10px;
    right: 2rem;
    top: 2rem;
    animation: moveUpDown 3s infinite;
}

.dots-2 {
    position: absolute;
    width: 10px;
    left: 2rem;
    bottom: 2rem;
    animation: moveUpDown1 3s infinite;
}



@keyframes moveUpDown {
    0% {
        top: 10px;
    }

    50% {
        top: 30px;
        /* Move down by 50px */
    }

    100% {
        top: 10px;
        /* Move back up to the original position */
    }
}

@keyframes moveUpDown1 {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 30px;
        /* Move down by 50px */
    }

    100% {
        bottom: 10px;
        /* Move back up to the original position */
    }
}


.trophy {
    position: relative;
    text-align: center;
}

.trophy-img {
    width: 60px;
    bottom: 0;
    animation: zoomInOut 1s infinite alternate;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
        /* Adjust the scale factor as needed */
    }
}


span#typewriter {
    font-size: 2rem;
    color: #2e3281;
    text-transform: uppercase;
    white-space: nowrap;
    /* Prevent line breaks */
    overflow: hidden;
    border-right: 2px solid black;
    font-weight: 700;
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.login-creative {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.login-creative h4 {
    margin: 0;
    font-size: 1.5rem;
    color: var(--primary-color-4);
}

.login-creative .main {
    width: 100%;
}

.login-creative img {
    display: block;
    width: 65%;
    margin: 0 auto;
}



/* Register */
.logo-main {
    width: 180px;
}

.logo-overseas {
    width: 152px;
}

h2 {
    font-weight: 700;
    color: var(--primary-color-1);
}

h4 {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    margin: 1rem 0;
    color: var(--primary-color-1);
}

.form-control,
.form-select {
    font-family: "Montserrat", sans-serif;
    height: 50px;
    font-weight: 500;
    font-size: .9rem;
}

.registration-section .nav-link.active {
    height: 55px;
    display: flex;
    width: 100%;
    background: var(--gredient-2);
    font-weight: 500;
}

.registration-section a.nav-link.active {
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
}

img.bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 40%;
}

.registration-section .nav-link {
    height: 55px;
    display: flex;
    width: 100%;
    background: var(--gray-color-1);
    font-weight: 600;
    color: #000;
    justify-content: center !important;
    align-items: center !important;

}

.registration-section ul#pills-tab {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.registration-section ul#pills-tab li {
    flex: 1;
}

b {
    font-weight: 700 !important;
}

.registration-section {
    padding-bottom: 3.5rem;
    position: relative;
}

.registration-section label.form-check-label {
    font-weight: 600;
}


.registration-section .pass_word {
    position: relative;
}

.registration-section a.ms-3 {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600 !IMPORTANT;
    color: var(--primary-color-4);
}

.registration-section i.fas.fa-eye-slash.toggle-password,
i.fas.toggle-password.fa-eye {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.registration-section .btn-primary {
    box-shadow: 1px 0 5px #00000045;
    color: #fff;
    border: none;
    background: var(--primary-color-1);
    border-radius: 100px;
    font-weight: 500;
    padding: 8px 29px;
    font-size: 1rem;
    margin: 1rem 0;
    border-radius: .3rem;
    box-shadow: none;
}

footer {
    background: var(--gredient-1);
    padding: 3rem 0;
}

footer p,
footer a {
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem;
}

footer h4 {
    color: var(--primary-color-4);
    margin: 0;
    margin-bottom: .3rem;
}

button {
    background: var(--gredient-1);
    height: 55px;
    border: none !important;
    border-radius: var(--border-radius);
    font-size: .8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    padding: .5rem 1.5rem !important;
}

button.btn.btn-primary {
    display: flex;
    align-items: center;
}

@media screen and (max-width:840px) {
    .login-creative {
        display: none;
    }

    .login-form {
        width: 100%;
    }
}

.whatsAppChat {
    width: 60px;
    position: fixed;
    right: 1.5rem;
    bottom: 2.5rem;
}

.registration-section {
    margin-top: 1.5rem;
}

@media screen and (max-width:480px) {

    .form-control,
    button {
        height: 40px;
    }

    .logo-main {
        width: 145px;
    }

    .logo-overseas {
        width: 124px;
    }

    .logo-footer {
        display: block;
        margin: 0 auto;
        margin-top: -1rem;
    }

    .register-box,
    .login-box {
        margin: 0rem;
    }

}