﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
   /* color: #FFFFFF;*/
}

.p {
    color: #110658;
}

#header {
    /*background:#ff0;*/
    /*    padding: 10px;*/
    box-shadow: 0px 3px 20px 0px #0000001A;
    /*height: 80px;*/
}


#label {
    margin-top: 5px; margin-bottom: 5px; color: rgba(43, 0, 87, 1);
}

#span {
    color: red;
}

.bottom-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#uppercase-textbox {
    text-transform: uppercase;
}



/*form Lm number placeholder*/
.lm-input-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Forces boxes to stay in a row */
    align-items: center;
    gap: 6px; /* Spacing between boxes */
    margin-left: 10px;
    margin-top: -10px;
    font-family: Calibri, sans-serif;
}

/* Base style for all 6 boxes so they look completely identical */
.lm-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* Square box layout */
    height: 35px;
    border: 2px solid #4a5568; /* Solid dark gray border matching your image */
    background-color: #ffffff; /* Uniform plain white background */
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0; /* Prevents shrinking on mobile screens */
}

/* Specific styling rules for inputs */
.lm-input {
    outline: none;
    padding: 0;
}

    /* Highlight box border neatly when selected */
    .lm-input:focus {
        border-color: #17a2b8;
    }
#aadhaarDetailsSection .form-group.row {
    margin-bottom: 0px !important;
    padding-bottom: 2px !important;  
}

#aadhaarDetailsSection .form-control {
    margin-bottom: 0px !important;
}


/*form Lm number placeholder*/











/*for csp code*/
.custom-body {
    background-color: whitesmoke;
}

.custom-header {
    background-color: white;
}

.header-logo {
    width: 100%;
}
.row-offset {
    margin-left: -40px;
}

.brand-title {
    color: #110658;
}

.kyc-title-wrapper {
    margin-left: 213px;
}

.kyc-title-text {
    font-size: larger;
    font-weight: 1000;
    font-family: Calibri, sans-serif;
}

.kyc-date-wrapper {
    margin-left: 500px;
    margin-top: -90px;
}

.font-size-large {
    font-size: larger;
}

.font-size-medium {
    font-size: medium;
}
.row-spacing {
    margin-top: 7px;
}

.text-heading-primary {
    font-size: medium;
    font-weight: bold;
    color: #110658;
}

.text-heading-secondary {
    font-size: medium;
    font-weight: bold;
}

.text-body-primary {
    color: #110658;
    margin-top: -20px;
    font-size: small;
}

.text-body-secondary {
    color: #110658;
    margin-top: -9px;
    font-size: small;
}

.sidebar-card {
    background: linear-gradient(229.15deg, #FFFFFF 0%, #FFFAEC 100%);
    margin-left: 30px;
}

.sidebar-heading {
    margin-top: 20px;
    margin-left: 8px;
    font-size: medium;
    color: #110658;
    font-family: Calibri, sans-serif;
}

.sidebar-text {
    margin-left: 10px;
    color: #110658;
    font-size: small;
    font-family: Calibri, sans-serif;
}

.sidebar-label {
    margin-left: 10px;
    color: #110658;
    font-family: Calibri, sans-serif;
}

.sidebar-hint {
    margin-left: 10px;
    margin-top: -5px;
    font-size: small;
    color: #6c757d;
    font-family: Calibri, sans-serif;
    line-height: 1.4;
}

.sidebar-captcha {
    margin-left: 10px;
    font-family: Calibri, sans-serif;
}

.captcha-label {
    color: #110658;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.captcha-box {
    background: #110658;
    color: #fff;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px;
}

.captcha-refresh-btn {
    padding: 6px 10px;
}

.captcha-input {
    width: 90px;
    border: 1px solid #17194a;
    text-align: center;
    font-weight: bold;
    height: 38px;
}

.captcha-error-msg {
    color: red;
    font-size: small;
    display: none;
    margin-top: 5px;
    font-weight: bold;
}

.terms-paragraph {
    margin-left: 10px;
    margin-top: -10px;
}

.terms-link {
    text-decoration-color: #110658;
    color: #110658;
}

.terms-text {
    font-style: italic;
    font-size: small;
}

.required-star {
    color: red;
}

.sidebar-footer-text {
    margin-left: 10px;
    font-size: small;
    color: #110658;
    font-family: Calibri, sans-serif;
}

.search-submit-button {
    background: rgba(23, 25, 74, 1);
    width: 100%;
    margin-bottom: 15px;
}

.search-text-color {
    color: rgba(255, 255, 255, 1);
}

.sidebar-bottom-spacer {
    margin-bottom: 20px;
}
.modal-custom-bg {
    background-color: whitesmoke;
}

.modal-close-btn {
    background-color: white;
    height: 30px;
    border-color: #ddd; /* Prevents Bootstrap default primary button border from looking odd against a white background */
}

.modal-close-text {
    color: rgba(23, 25, 74, 1);
    margin-top: -5px;
}

/*populate alert*/
.info-modal-bg {
    background-color: whitesmoke;
}

.info-modal-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.info-modal-title {
    color: green;
}

.info-label {
    font-size: 14px;
}

.info-value {
    font-size: small;
    color: rgba(43, 0, 87, 1);
    margin-left: -70px;
}

.info-btn-yes {
    background-color: rgba(23, 25, 74, 1);
    height: 30px;
    border-color: rgba(23, 25, 74, 1);
}

.info-btn-yes-text {
    color: white;
    margin-top: -5px;
}

.info-btn-no {
    background-color: white;
    height: 30px;
    border-color: #ddd;
}

.info-btn-no-text {
    color: rgba(23, 25, 74, 1);
    margin-top: -5px;
}


.info-confirm-bg {
    background-color: whitesmoke;
}

.info-confirm-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.info-confirm-title {
    color: green;
}

.info-confirm-btn {
    background-color: rgba(23, 25, 74, 1);
    height: 30px;
    border-color: rgba(23, 25, 74, 1);
}

.info-confirm-btn-text {
    color: white;
    margin-top: -5px;
}

.error-modal-bg {
    background-color: whitesmoke;
}

.error-modal-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.error-modal-title {
    color: darkred;
}

.error-modal-btn {
    background-color: rgba(23, 25, 74, 1);
    height: 30px;
    border-color: rgba(23, 25, 74, 1);
}

.error-modal-btn-text {
    color: white;
    margin-top: -5px;
}


.consent-modal-bg {
    background-color: whitesmoke;
}

.consent-modal-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.consent-modal-title {
    margin-bottom: -15px;
    color: rgba(43, 0, 87, 1);
}

.consent-agree-text {
    font-style: italic;
    color: rgba(43, 0, 87, 1);
}

.required-star {
    color: red;
}

.consent-btn-proceed {
    background-color: rgba(23, 25, 74, 1);
    height: 30px;
    border-color: rgba(23, 25, 74, 1);
}

.consent-btn-proceed-text {
    color: white;
    margin-top: -5px;
}

.consent-btn-cancel {
    background-color: white;
    height: 30px;
    border-color: #ddd;
}

.consent-btn-cancel-text {
    color: rgba(23, 25, 74, 1);
    margin-top: -5px;
}
.aadhaar-modal-bg {
    background-color: whitesmoke;
}

.aadhaar-modal-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.aadhaar-modal-title {
    margin-bottom: -15px;
    color: rgba(43, 0, 87, 1);
    margin-right: 490px;
}

.aadhaar-form-row {
    margin-left: 5px;
    margin-right: 5px;
}

.aadhaar-label {
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(43, 0, 87, 1);
}

.aadhaar-required {
    color: red;
}

.aadhaar-btn-upload {
    background-color: rgba(43, 0, 87, 1);
    border-color: rgba(43, 0, 87, 1);
    height: 30px;
    width: 107px;
    margin-bottom: -80px;
}

.aadhaar-btn-text {
    color: white;
    margin-top: -5px;
}

.aadhaar-hr {
    color: rgba(43, 0, 87, 1);
    border-color: rgba(43, 0, 87, 1);
}
.steps-container {
    font-size: medium;
}

.steps-text-italic {
    font-style: italic;
    color: rgba(43, 0, 87, 1);
}

.step-item-first {
    margin-top: 15px;
    margin-bottom: 5px;
}

.step-item-subsequent {
    margin-bottom: 5px;
}

.aadhaar-section-hr {
    color: rgba(43, 0, 87, 1);
    border-color: rgba(43, 0, 87, 1);
}

.aadhaar-details-section {
    margin: 15px;
}

.required-star {
    color: red;
}

.validation-msg {
    margin-top: 10px;
}

.final-submit-btn {
    background-color: rgba(23, 25, 74, 1);
    border-color: rgba(23, 25, 74, 1);
    height: 30px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color:none;
}
    .final-submit-text {
    color: white;
    margin-top: -5px;
}

.btn-submit-aadhaar {
    background-color: rgba(23, 25, 74, 1);
    height: 30px;
    border-color: rgba(23, 25, 74, 1);
}

.btn-submit-text {
    color: white;
    margin-top: -5px;
}

.btn-back-aadhaar {
    background-color: white;
    height: 30px;
    border-color: #ddd;
}

.btn-back-text {
    color: rgba(23, 25, 74, 1);
    margin-top: -5px;
}
.prereq-modal-bg {
    background-color: whitesmoke;
}

.prereq-modal-header {
    display: flex;
    justify-content: center;
    width: 100%;
}

.prereq-modal-title {
    margin-bottom: -15px;
    color: rgba(43, 0, 87, 1);
    text-align: center;
}

.prereq-btn-ok {
    background-color: rgba(23, 25, 74, 1);
    border-color: rgba(23, 25, 74, 1);
    height: 30px;
}

.prereq-btn-text {
    color: white;
    margin-top: -5px;
}
.prereq-modal-content {
    background-color: whitesmoke;
}

.welcome-header-block {
    width: 100%;
    padding: 10px 15px;
    background-color: #e6f2ff;
    border-radius: 5px;
    font-family: Calibri, sans-serif;
    font-size: 16px;
}

.text-bold {
    font-weight: bold;
}

.prereq-modal-header {
    border-bottom: none;
}

.alert-banner-block {
    background-color: #FFF2CC;
    border: 2px solid #000000;
    width: 100%;
    padding: 8px 15px;
    margin-top: 10px;
}

.alert-banner-text {
    margin-bottom: 0;
    color: #000000;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    text-align: left;
}

.prereq-modal-body {
    font-family: Calibri, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    padding: 15px 30px;
}
.large-checkbox {
    transform: scale(1.3);
}

.lm-number-bold {
    font-weight: bold;
}
.modal-error-message {
    margin-left: 5px;
    margin-top: 10px;
/*    font-size: small;
    font-family: Calibri, sans-serif;*/
    font-weight: bold;
/*    display: none; */
}
.next-entry-container {
/*    display: none;*/
    border-top: 2px dashed #ccc;
    padding: 20px 40px;
}

.mobile-label-text {
    font-weight: bold;
    font-size: 14px;
}

.mobile-digit-input {
    width: 32px;
    height: 32px;
    border: 1px solid #17194a;
    text-align: center;
}

.btn-send-otp {
    height: 32px;
    white-space: nowrap;
}

.otp-input-field {
    width: 100px;
    height: 32px;
}

.otp-status-msg {
    display: none;
}
.email-label-text {
    font-weight: bold;
    font-size: 14px;
}

.email-input-field {
    border-radius: 0px;
    height: 34px;
    max-width: 330px;
}

.btn-send-email-otp {
    height: 34px;
    white-space: nowrap;
}

.email-otp-input-field {
    width: 100px;
    height: 34px;
}

.email-otp-status-msg {
    display: none;
}
.btn-modal-submit {
    background-color: #3B71CA;
    border: none;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.footer-image {
    width: 100%;
}

.field-fixed-width-wrapper {
    width: 330px;
    flex-shrink: 0;
}
.to-text {
    display: block;
    text-align: center;
}






