body{
    background-color: #e8e8e8 !important;
}
.logo {
    position: fixed;
    top: 0em;
    right: 0em;
    width: 20em;
    height: 10em !important;
    z-index: 999 !important;
}
.swal2-modal{
    border: 0.15rem solid #ae2626;
}
.container {
    margin:auto;
}
.alert {
    text-align: center;
}
.loaderspin2 {
    border: 6px solid #fcdbdb;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: rgb(252, 219, 219);
    border-radius: 50%;
    border-top: 6px solid #ef4444;
    width: 25px;
    height: 25px;
    animation: spinload 2s linear infinite;
    margin: auto;
}
.navbar-footer {
    background-color: #c9070a;
}
.fs-18{
    font-size: 18px !important;
}
.left-section{
    background-size: cover !important;
    background-position: center !important;
    background: url('../images/introduct.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
}
.left-section-2{
    background-size: cover !important;
    background-position: center !important;
    background: url('../images/sendotpimage.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
}
.left-section-otp{
    background-size: cover !important;
    background-position: center !important;
    background: url('../images/otprecieve.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
}
.fs-in{
    font-style: inherit !important;
}
#introductiondivdetails{
    display: none;
}
.card-pc{
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 900px !important;
}
.fs-12{
    font-size: 12px !important;
}
.bg-master{
    background-color: #ae2626 !important;
}
.color-master{
    color: #ae2626 !important;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #ae2626 !important;
    border-color: #ae2626 !important;
}
.btn-download{
    width: 65%;display: flex;justify-content: end;
}
.errorclass{
    padding-left: 23px;
    color:red;
    font-size: small;
}
.hide{
    display: none;
}
/*.noty_body{*/
/*    background: #fff !important;*/
/*    color: #c9070a !important;*/
/*    border: 1px solid #c9070a !important;*/
/*}*/


.custom-noty {
    display: flex;
    align-items: center;
}
.custom-noty .icon {
    margin-right: 10px;
}
.noty_body{
    //background-color: #f8d7da !important;
     background: #fff !important;
    color: #721c24 !important;
    //border: 1px solid #f5c6cb !important;
    border-radius: 4px;
}
.noty_close_button{
    color: #721c24 !important;
    //color: #c9070a !important;
}
.errotp{
    padding-top: 0.5em;
    display:none;
}
.pin-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}
.pin-input{
    width: 44px;
    height: 44px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    outline: none;
    margin: 1px;
    text-align:center;
    margin:0 5px;
    background:#eeeeee;
    font-size:20px;
}
.otp-resend-valid {
    display: flex;
    justify-content: center;
    font-size: 12px
}
.wrapper {
    position: relative;
    background: #fff
}
.wrapper,
.wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.wrapper {
    width: 25px;
    height: 25px;
    margin-top: -5px
}
.wrapper .pie {
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    background: #ae2626;
    border: 5px solid #fff
}
.wrapper .spinner {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    z-index: 200;
    border-right: none;
    animation: rota 60s linear forwards
}
.wrapper:hover .filler,
.wrapper:hover .mask,
.wrapper:hover .spinner {
    animation-play-state: running
}
.wrapper .filler {
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 50%;
    opacity: 0;
    z-index: 100;
    animation: opa 60s steps(1, end) forwards reverse;
    border-left: none
}
.wrapper .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    background: inherit;
    opacity: 1;
    z-index: 600;
    animation: opa 60s steps(1, end) forwards
}
.pointer-events-none{
    pointer-events: none !important;
}
.pl-15{
    padding-left: 15px;
}
.aadhar{
    text-align: center;

}
.letter-space-8{
    letter-spacing: 8px !important;
}
.border-master
{
    border-bottom: 2px solid;
}
.aadhardiv{
    display: none;
}
.aadharotp{
    display: none;
}
#personaldetails
{
    max-width: 1270px !important;
}
.bg-green{
    border-color: #059669;
}
input[readonly] {
    background-color: #f7f4f4 !important;
  //  background-color: #f9f5c5;
}


.field-wrapper {
    position: relative
}

:focus {
    outline: 0
}

.field-wrapper input {
    border: 1px solid #dadce0;
    padding: 10px 0 10px 20px;
    border-radius: 4px;
    width: 95%;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #4e4e4e !important
}
.field-wrapper .select {
    border: 1px solid #dadce0;
    background: white;
    padding: 10px 0 10px 20px;
    border-radius: 4px;
    width: 95%;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #4e4e4e !important
}

.field-wrapper input:focus {
    border: 1px solid #dadce0
}

.field-wrapper input ::after {
    border: 1px solid #dadce0
}

.field-wrapper input ::placeholder {
    border: 1px solid #dadce0
}

.field-wrapper .field-placeholder {
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868b;
    left: 30px;
    padding: 0 8px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    text-align: left;
    width: 100%
}

.on-focus-placeholder {
    bottom: 6px
}

.field-wrapper .field-placeholder span {
    background: #fff;
    padding: 0

}
.bt-27{
    bottom: 27px !important;
}
.select2-selection{
    border: 1px solid #dadce0 !important;
    background: white;
    padding: 20px;
    border-radius: 4px !important;
   // width: 95%;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #4e4e4e !important;
}
.select2-selection__rendered{
    line-height: 12px !important;
}
.select2-results__option  {
    font-size: 12px !important;
}
.select2-selection__arrow{
    top:24px !important;
}
.bt-30 {
    bottom: 30px !important;
}
.select2-search--dropdown::after{
    content: none !important;
}
.select2-selection__rendered{
    font-size: 11px !important;
}


#loadingDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    color: #000;
    margin: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index:9999;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background-color: #00000085;
    backdrop-filter: blur(8px);
}
.offcanvas-backdrop.show {
    opacity: .25 !important;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
#loader {
    width: 66px;
    height: 95px;
}
.hideloader{
    display: none;
}
#mmdetails{
    min-width:900px !important;
}
.email{
    text-transform: initial !important;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #ae2626;
    opacity: 1 !important;
}
.span-editor-btn {
    border: 1px solid #ae2626 !important;
    color: #fff;
    background: #ae2626 !important;
    padding: 0 5px;
    border-radius: 5px;
    font-family: OpenSans;
    font-size: 10px;
    font-weight: 600;
}
@media(min-width:768px) {
    .field-wrapper input:not([disabled]):focus~.field-placeholder,
    .field-wrapper.hasValue input:not([disabled])~.field-placeholder {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@media(max-width:768px) {
    .field-wrapper input:not([disabled]):focus~.field-placeholder,
    .field-wrapper.hasValue input:not([disabled])~.field-placeholder {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@media(max-width:768px) {

    .row-label {
        font-size: 10px;
        color: #8c8c8c;
        font-weight: 400
    }
    .row-value {
        font-size: 10px;
        color: #5a5a5a;
        font-weight: 600;
        text-transform: capitalize
    }

    #mmdetails{
        min-width: 392px !important;
    }
}

@media(min-width:768px) {
    .row-label {
        font-size: 12px;
        color: #8c8c8c;
        font-weight: 400
    }
    .row-value {
        font-size: 12px;
        color: #5a5a5a;
        font-weight: 600;
        text-transform: capitalize
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-spinner{
    animation: fa-spin 2s infinite linear;
    font-size: 15px !important;
}

.loaderspin {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spinload 2s linear infinite;
    margin: auto;
}

@keyframes spinload {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes rota {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes opa {
    0% {
        opacity: 1
    }
    100%,
    50% {
        opacity: 0
    }
}



@media (min-width: 769px) {
    .card-wrap {
        display: flex;
    }
}
@media (max-width: 769px) {
    .block {
        display: grid  !important;
    }
    .pin-input{
        width: 36px !important;
        height: 36px !important;
    }
    .letter-space-8{
        letter-spacing: 2px !important;
    }
    .is-valid{
        background-size: 10px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 500px) {
    .logo {
        width: 12em !important;
        height: 6em !important;
    }
}
@media only screen and (max-width:600px){
    .txntb{
        max-width: 320px !important;
    }
}
@media(max-width:768px) {
    .form-section .title {
        font-size: 12px;
        text-transform: initial;
        font-weight: 600;
        color: #ae2626;
        letter-spacing: 0.02em;
        line-height: 15px
    }
}
@media(min-width:768px) {
    .form-section .title {
        font-size: 14px;
        text-transform: initial;
        font-weight: 600;
        color: #ae2626;
        letter-spacing: 0.02em;
        line-height: 15px
    }
}

@media (max-width: 640px) {
   .right-section {
        padding: 1.15rem !important;
       // padding: 2px !important;
    }
}

.toggle-password-wrapper {
    position: relative;
}

.toggle-password-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: opacity 0.3s;
    user-select: none;
}

.toggle-password-icon:hover {
    opacity: 0.7;
}

.toggle-password-icon svg {
    width: 100%;
    height: 100%;
    fill: #6c757d;
}

.toggle-password-wrapper input {
    padding-right: 45px;
}