@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');

:root {
    --primary-color: #3379E1;
}


html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /* height: 100%; */
}

.full-height {
    height: 100% !important;
}

p {
    font-size: 14px;
    color: #797979;
}

a {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

/* form */
.form-control,
.form-select {
    border: 1px solid #C9C9C9;
    /* height: 45px; */
    border-radius: 5px;
    padding: 16px;
    font-size: 14px;
    color: #6c757d;
}

.input-aadhar {
    text-align: center;
    letter-spacing: 8px;
    font-size: 18px;
}

.input-otp {
    font-size: 18px;
    padding: 12px;
    text-align: center;
}

/* buttons */
.btn {
    height: 45px;
    background-color: var(--primary-color);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}

/* auth navs */
.auth-nav-wrap .nav-tabs {
    border-bottom: 1px solid #E6E6E6;
    justify-content: space-between;
}

.auth-nav-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding-right: 0;
    padding-left: 0;
    color: #8A8A8A;
}

.auth-nav-wrap .nav-tabs .nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom-color: var(--primary-color);
}

/* alert */
.alert {
    background-color: #FFF6F6;
    border: none;
    border-radius: 5px;
    padding: 20px;
}

.alert h3 {
    color: #DD4040;
    font-size: 20px;
    font-weight: 600;
}

.alert ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert ul li {
    color: #C13838;
    font-size: 14px;
    list-style: none;
}

.auth-wrap {
    /* display: flex;
    height: 100%; */
}

.auth-form-wrap {
    /* flex-basis: 50%;
    padding-right: 150px; */
}

.auth-form-wrap .af-container {
    /* max-width: 556px;
    margin-left: auto; */
}

.logo {
    text-align: center;
}

.logo img {
    width: 116px;
}

.logo p {
    max-width: 310px;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.auth-form-wrap .af-container h2 {
    font-size: 24px;
    font-weight: 600;
}

.input-group-text {
    background-color: #ffffff;
    border: none;
}

/* auth info wrap */
.auth-info-wrap {
    /* background-image: url(../img/bg-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 50%;
    position: relative; */
    background-color: #ffffff;
}

/* .auth-info-wrap::after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

/* carousel */
.carousel {
    height: 100%;
    z-index: 2;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item .carousel-caption {
    text-align: left;
    padding-bottom: 35px;
}

.carousel-item .carousel-caption h5 {
    font-size: 24px;
    font-weight: 600;
}

.carousel-item .carousel-caption p {
    color: #D5D5D5;
    font-size: 16px;
    margin-bottom: 45px;
}

.carousel-item .carousel-caption small {
    font-size: 14px;
    font-weight: 600;
}

.carousel-item p {
    color: #FFFFFF;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    bottom: 50px;
}

.carousel-control-next {
    right: 50px
}

.carousel-control-prev {
    right: 100px;
    left: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
}

.carousel-caption {
    left: 50px;
    right: 50px;
}

/* modal */
.modal-otp .modal-content {
    border-radius: 10px;
}

.modal-otp .btn-close {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: none;
    opacity: 1;
    padding: 0;
}

.modal-otp .modal-header,
.modal-otp .modal-footer {
    justify-content: center;
    flex-flow: column;
    padding: 50px 50px;
    border: none;
}

.modal-otp .modal-header {
    padding-bottom: 30px;
}

.modal-otp .modal-header h5 {
    font-size: 24px;
    font-weight: 600;
}

.modal-otp .modal-header p {
    max-width: 205px;
    text-align: center;
}

.modal-otp .modal-body {
    padding: 0 50px;
}

.modal-otp .modal-footer a {
    margin: 0;
}

.error {
    color: #ff0000;
    margin-top: 5px;
}

.errorTxt {
    position: relative;
    height: 22px;
}

.errorTxt .error {
    display: inline-block;
    margin-right: 4px;
}

.hide-me {
    display: none;
}

.verifymobform input {
    text-align: center;
}

.veri-error {
    position: absolute;
    top: 8px;
    /* left: 15px; */
    color: white;
    background: red;
    padding: 1px 5px;
    display: none;
}

.veri-success {
    position: absolute;
    top: 8px;
    left: 15px;
    color: white;
    background: green;
    padding: 1px 5px;
    display: none;
}

#veri-app-adh-btn {
    color: white
}

#temp-adh-otp-section {
    color: green;
    display: none;
    font-size: 15px;
    font-style: italic;
}

h3.otp-wrap {
    color: black;
    font-size: 15px;
    font-style: italic;
}

/* #aadhar1-error {
    position: absolute;
    top: -14px;
}

#aadhar2-error {
    position: absolute;
    top: -14px;
    left: 164px;
}

#aadhar3-error {
    position: absolute;
    top: -14px;
    left: 326px;
} */

.has-error {
    border: solid 1px #ff0000;
}

.reload-captcha {
    height: 35px !important;
    margin-left: 10px;
    padding-top: 0px;

}

.errorTxt #captcha_txt-error {
    position: absolute;
    top: 83px;
}

.auth-center-box {
    background-color: #4d85d8;
}

.instruction-para {
    font-size: 14px;
    color: #ea8a89;
    text-align: center;
}

.instruction-all .list-group .list-group-item {
    border: none;
    background: none;
}

.instruction-all .list-group-numbered>li::before {
    content: counters(section, ".");
    counter-increment: section;
    background: #fadadc;
    border-radius: 100%;
    padding: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 14px;
    color: #dd413f
}

.instruction-all .list-group .list-group-item .top-head {
    color: #dd413f;
}

.instruction-all .list-group .list-group-item .sub-head {
    color: #ea8a89;
}

.btn-custom-width {
    width: 170px;
}

.alert-msg {
    padding: 20px;
    margin-bottom: 10px;
}
.version-css {
    color: #797979 !important;
    font-weight: normal;
}

@media screen and (max-width: 1204px) and (min-width: 990px) {
    .auth-info-wrap {
        padding: 8px !important;
    }

    .input-aadhar {
        text-align: center;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 480px) and (min-width: 300px) {
    .input-aadhar {
        text-align: center;
        letter-spacing: 3px;
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .auth-nav-wrap .nav-tabs {
        border-bottom: 1px solid #E6E6E6;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 1585px) and (min-width:992px) {
    #veri-app-adh-btn {
        font-size: 12px;
    }
}