body {
    font-family: "Roboto",
        sans-serif !important;
}

.mainContainer {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/personal-bg.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.mainContainer h2 {
    color: #414141;
    margin-bottom: 5px !important;
    font-size: 34px;
    border-bottom: 3px solid #8266fe;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 24px !important;
}

.mainContainer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #5b5b5b;
}


.flex-container {
    border-radius: 20px;
    overflow: hidden;
}

.getstarted-col {
    background-image: url(../images/bg-overlay.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    min-height: 611px;
}

.getstarted-col .content:after {
    /* background: linear-gradient(90deg, rgb(112 80 180 / 36%) 0%, rgb(165 131 196 / 35%) 100%) 35%,
        rgb(165 131 196 / 48%) 100%; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    content: '';
    z-index: 0;
    border-radius: 15px;
}

.content-icon img {
    max-width: 200px;
}

.child-w-100>* {
    width: 100%;
    z-index: 1;
}



/* BUTTONS */
.btn.btn-semitransparent {
    background: #ffffff40;
    color: #fff;
}

.signup-options-list button {
    width: 100%;
    transition: 0.2s background-color ease-in-out;
}

.signup-options-list button:hover {
    background-color: #fffbe7;
}

/* colors */
.text-secondary2 {
    color: #cdcdcd;
}

.icon-fb {
    color: #3B5997;
}

.icon-google {
    color: #F44242;
}

.min-heights-logins {
    min-height: 600px;
    background: #fff !important;
    align-items: center;
}

button#btnCreateAccount:hover {
    background: #24262b;
}

/* INPUTS */
.default-input {
    width: 100%;
    border: 1px solid #87878770;
    background: #fff;
    padding-right: 15px;
    height: 44px;
    padding: 5px 10px;
    border-radius: 36px;
    font-size: 15px;
    padding-left: 21px;
}

.new-proivay-incoem input {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

.new-proivay-incoem label {
    margin-top: -2px;
}

.have-account-option.text-center.mt-2 {
    margin-bottom: 42px;
}

.logiform-container label {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 600;
    color: #565656;
    letter-spacing: .2px !important;
    margin: 5px 2px !important;
}

.default-input:focus-visible {
    border: 1px solid #838383;
    outline: none;
}

button#btnCreateAccount {
    background: #8266fe;
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 9px 10px;
    color: #fff;
    margin: 10px 0;
    font-weight: 600;
}

[error-notif] input {
    background: #ffe9e9;
    border: 1px solid #dc3545;
}

.new-proivay-incoem {
    display: flex;
    align-items: flex-start;
}

[success-notif] input {
    background: #d9f7db;
    border: 1px solid #198754;
}

.icon-feedback {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) scale(1.15);
}

.error-feedback {
    display: none;
}

[error-notif] .error-feedback {
    display: block;
}

.icon-feedback .icon {
    display: none;
}

[error-notif] .fa-circle-exclamation {
    display: block;
}

[success-notif] .fa-circle-check {
    display: block;
}

.show-password {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%) scale(1.25);
    opacity: 0.45;
    transition: 0.2s all ease-in-out;
}

.show-password:hover {
    opacity: 1;
}

.show-password .icon {
    display: none;
}

.show-password.show .fa-eye-slash.icon {
    display: block;
    cursor: pointer;
}

.show-password:not(.show) .fa-eye.icon {
    display: block;
    cursor: pointer;
}

form {
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .column {
        width: 50%;
    }

    .content-icon img {
        max-width: 270px;
    }
}

@media screen and (min-width: 991px) {
    .icon-feedback {
        transform: translate(0, -50%) scale(1.5);
    }
}

@media screen and (min-width: 1024px) {
    .content-icon img {
        max-width: 300px;
    }

    form {
        width: 100%;
    }

    .show-password {
        right: -30px;
    }
}


@media screen and (min-width: 1366px) {
    .signup-options-list button {
        width: 49%;
    }


    .form-wrapper {
        width: 478px;
    }

}

.text-purple {
    color: #8266fe;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-tabs .nav-link {
    background: #fff;
    border: 2px solid #8266fe;
    border-radius: 30px;
    padding: 7px 15px;
    color: #8266fe;
    transition: all 0.3sease -in-out;
    height: auto;
    width: auto;
    margin-right: 3px;
}

.nav-tabs .nav-link:hover {
    background: #8266fe;
    border: 2px solid #8266fe;
    color: #fff;
}

.accordion-item {
    border: none;
}

.nav-tabs .nav-link.active {
    background: #8266fe;
    color: #fff;
    border-color: #8266fe;
    /* transform: scale(1.1); */
}

.tab-content {
    margin-top: 0;
    background: #fff;
    border-radius: 10px;
}

.accordion-body {
    padding: 0rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4.new-wholse-sle {
    font-size: 25px;
    color: #000;
    border-bottom: 3px solid #8266fe;
    margin-bottom: 18px;
    padding-bottom: 9px;
    margin-top: 2rem;
}

.tabbing-sec {
    padding-top: 35px;
}

@media (max-width: 776px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 992px) {

    .tab-pane.accordion-item {
        border-radius: 10px;
        background: #fff;
    }

}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8266fe;

}

.accordion-button {
    background-color: #f8f9fa;
    color: black;
}

.accordion-button::after {
    filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.form-input {
    position: relative;
}

button#getOtpBtn {
    background: #8266fe;
    border: 1px solid #8266fe;
    border-radius: 30px;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 600;
    right: 0;
    height: 44px;
    font-size: 15px;
}

button#getOtpBtn:focus {
    box-shadow: none;
}


/*new-03-04-25*/
.topnav {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
    display: flex;
}

.topnav a {
    font-size: 17px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* 
.active {
    background-color: #4caf50;
    color: white;
} */

.dropdown {
    overflow: hidden;
}



.dropbtn::after {
    content: "\f107";
    transition: 0.2s;
    font-family: "FontAwesome";
    position: absolute;
    padding: 0;
    top: 12px;
    margin-right: 1px;
}

.dropbtn::after:hover {
    transform: rotate(-180deg);
}

.dropdown:hover .dropbtn::after {
    transform: rotate(-180deg);
}

.dropdown .dropbtn {
    font-size: 30px;
    color: white;
    padding: 0;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 1%;
    top: 40px;
}

.dropdown-content a {
    color: #4b4b4b;
    padding: 15px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-content i {
    font-size: 23px;
    padding-right: 8px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.topnav .icon {
    display: block;
}

.alert-success {
    color: #006e16;
    background-color: #ecfff5;
    border-color: #006e36;
    padding: 9px 14px;
}

@media (max-width:1290px) {
    .content {
        width: 94%;
    }
}

@media (max-width:992px) {
    .logiform-container form {
        width: 100%;
        margin: 0 auto;
    }


}

@media (max-width:768px) {
    .min-heights-logins {
        min-height: max-content;
        background: #fff !important;
        align-items: center;
        display: block !important;
        width: 100%;
    }

    .mainContainer h2 {
        font-size: 24px;
    }

    .form-wrapper .text-end a {
        font-size: 15px;
    }

    .form-input .text-danger.mt-1 {
        font-size: 14px;
    }

    .form-input.mb-3.p-0 {
        margin-bottom: 0.3rem !important;
    }

    .content {
        width: 100%;
    }

    .getstarted-col {
        display: none !important;
    }

    .column .tabbing-sec {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    button#getOtpBtn {
        font-size: 13px;
    }

    .logiform-container label {
        font-size: 14px !important;
    }

    button#btnCreateAccount {
        letter-spacing: 0.2px;
    }
}

/* 
@media screen and (max-width: 600px) {

.topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        display: block;
    }

    .topnav {
        justify-content: space-between;
    }
} */
/* 
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
        flex-direction: column;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;

    }

    .topnav.responsive a {
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
} */