body {
    letter-spacing: 0.5px;
    padding-top: 90px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
    border: solid 1px #ffffff;
    opacity: 0.7;
    padding: 5px;
}

.eyeIconAadhaar a:focus-visible {
    border: 1px solid #d4d1da80;
    outline: none;
    opacity: 0.7;
    padding: 5px;
    outline: 0;
    box-shadow: 0px 0px 0px 4px #613AF580;
    border-radius: 0.75rem;
}

.w-14 {
    width: 14% !important;
}

.header-top {
    background: #081854;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding-top: 0px;
}

.header-top .language01 select {
    font-size: 13px;
    color: white !important;
    padding: 3px 5px;
    border: none;
    border-radius: 5px;
    background: unset;
}

.header-top .language01 {
    height: unset;
    padding: 0px;
}

.header-top .language01 select option {
    background-color: #ffff !important;
    color: #000000 !important;
}

.header-top .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    min-width: 220px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    inset: 0px auto auto -222px !important;
}

.langBtn {
    height: 30px !important;
}

.langBtn:hover {
    background-color: unset !important;
}

.header-top .dropdown-item {
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #92949c62;
}

.header-top .dropdown-toggle {
    font-size: 13px;
    color: white !important;
    padding: 3px 5px;
    border: none;
    border-radius: 5px;

	@media screen and (max-width: 575px) {
				max-width: 95px !important;
    }
}

.header-top .font01 {
    font-size: 13px !important;
    height: 30px;
    width: 30px;
}

.header-top .goi a {
    line-height: 30px;
}

.header-top .goi {
    line-height: 30px;
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.header-top .font01 {
    color: var(--bs-white) !important;
    opacity: unset;
}

.header-top .font02 {
    color: var(--bs-white) !important;
    opacity: unset;
    font-size: 13px;
}

.header-top .partition {
    color: var(--bs-white) !important;
    opacity: unset;
}

.header-top sup {
    /* top: 9px; */
    color: #ffffff;
    font-size: 8px;
    margin-left: 3px;
}

.custom-alert-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    /* text-align: center; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-alert-content .modal-body {
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
}

.custom-alert-content .modal-header {
    padding: 0px;
    font-weight: normal;
}

.custom-alert-content .modal-title {
    padding: 0px;
    font-weight: normal;
}

.custom-alert-content .modal-footer {
    padding: 0px;
}

.langmodal .modal-footer {
    font-weight: normal;
    text-transform: uppercase;
}

.langmodal .modal-footer a {
    padding: 0px 20px;
    cursor: pointer;
}

:root {
    --bs-body-bg: #F2EFFE;
    --bs-link-color: #5430E6 !important;
}

::placeholder {
    letter-spacing: 0px !important;
}


/* Loader styling */

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/* Spinner animation */

.spinner {
    border: 3px solid #f3f3f3;
    /* Light grey */
    border-top: 3px solid #5330e7;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

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


/* Hide content initially */

body.loading {
    overflow: hidden;
}

.aadhaarMask input[type=tel] {
    -webkit-text-security: disc;
    letter-spacing: 5px;
}

.verifyOtp input[type=tel] {
    -webkit-text-security: disc;
}

.aadhaarMask input[type=text] {
    letter-spacing: 5px;
}

input[type=number] {
    letter-spacing: 5px;
}

.eyeIconAadhaar {
    position: absolute;
    right: 3%;
    z-index: 9;
    color: #8e9094;
}

.skipBtn:hover {
    background-color: rgba(103, 80, 164, 0.08) !important;
    color: #606060 !important;
}

.read-more-btn {
    cursor: pointer;
}


/* Dark Mode CSS Start */

body.dark-mode {
    background: #121212!important;
    color: #ffffff;
    --bs-link-color: #ffffff !important;
}

.dark-mode .text-primary:hover {
    text-decoration: underline;
}

.dark-mode .text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.dark-mode .text-danger {
    color: rgb(245 34 21) !important
}

.dark-mode .borderBox {
    background-color: #282828;
    color: #ffffff;
    border: 1px solid #121212;
}

.dark-mode .header-area {
    background-color: #000000!important;
    color: #ffffff;
}

.dark-mode .custom-alert-content {
    background: #282828;
}

.dark-mode .logo img {
    filter: invert(1) brightness(2) saturate(0);
}

.dark-mode .link-dark {
    color: var(--bs-white) !important;
}

.dark-mode .header-top .font01 {
    color: var(--bs-white);
    opacity: unset;
}

.dark-mode .header-top {
    background-color: #282828;
    border-bottom: unset;
}

.dark-mode .text-muted {
    color: var(--bs-white)!important;
    opacity: unset;
}

.dark-mode .input-group-text {
    background-color: rgb(0, 0, 0) !important;
    color: #fff !important;
    border: 1px solid #121212;
    border-right: 2px solid #121212;
}

.dark-mode .form-control {
    color: #ffffff;
    border: 1px solid #121212;
    background-color: rgb(0, 0, 0) !important;
}

.dark-mode select {
    color: #ffffff;
    border: 1px solid #121212;
    background-color: rgb(0, 0, 0) !important;
}

.dark-mode .groupInputControl:focus {
    border-left: none;
    border-top: 1px solid #121212 !important;
    border-bottom: 1px solid #121212 !important;
    border-right: 1px solid #121212 !important;
}

.dark-mode .groupInputControl {
    background-color: rgb(0, 0, 0) !important;
}

.dark-mode input::placeholder {
    color: rgb(255, 255, 255);
}

.dark-mode .loginformBotton {
    background: #282828;
    color: #ffffff;
    border: 1px solid #121212;
}

.dark-mode .btmTextColor {
    color: #ffffff;
}

.dark-mode .user-option small {
    color: #ffffff!important;
}

.dark-mode .text-black-50 {
    --bs-text-opacity: 0;
    color: #ffffff !important;
}

.dark-mode .benifits {
    background: #000000;
}

.dark-mode .textGreen {
    color: #ffffff;
}

.dark-mode .loginOption {
    background: #000000;
}

.dark-mode .loginOption a {
    color: #ffffff!important
}

.dark-mode .loginOption:hover {
    background: #5430e612;
}

.dark-mode .loginOption img {
    filter: brightness(0) invert(1);
}

.dark-mode .aadhaarMask img {
    filter: brightness(0) invert(1);
}

.dark-mode .text-black {
    color: rgba(var(--bs-white)) !important;
}


/* Dark Mode CSS End */

.form-control:focus {
    border: 1px solid #9161FF;
    box-shadow: 0px 0px 0px 4px #613AF580;
}

.btn:hover {
    --bs-btn-hover-bg: #4A2BC2!important;
}

.btn-primary {
    --bs-btn-bg: #613AF5!important;
    --bs-btn-disabled-bg: #613AF580!important;
    --bs-btn-disabled-border-color: unset!important;
    --bs-btn-active-bg: #5430E6!important;
    --bs-btn-active-border-color: #5430E6!important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:focus-within {
    --bs-btn-hover-bg: #4A2BC2 !important;
    --bs-btn-active-bg: #4A2BC2 !important;
    --bs-btn-focus-border-color: #4A2BC2 !important;
    --bs-btn-active-border-color: #4A2BC2 !important;
    border: 1px solid #9161FF80 !important;
}
.form-select:focus {
	box-shadow: 0px 0px 0px 4px rgb(203 190 251) !important;
}

.input-group,
.form-control,
.form-select {
    height: 56px;
}

.btn {
    height: 48px
}

.input-group:focus-within {
    border: 1px solid #9161FF80;
    outline: 0;
    box-shadow: 0px 0px 0px 4px #613AF580;
    border-radius: 0.75rem;
}

.input-group .input-group-text:focus {
    border: none;
}

.groupInputControl:focus {
    border-left: none;
    border-top: 1px solid #BFC1C5 !important;
    border-bottom: 1px solid #BFC1C5 !important;
    border-right: 1px solid #BFC1C5 !important;
}

.input-group .form-control:focus {
    box-shadow: none !important;
}

.loginOption:hover {
    background: #5430e612;
    cursor: pointer;
}

.helpText {
    margin-bottom: 0.25rem !important;
}

.input-group-text {
    background: #ffff;
    border-radius: 0.75rem;
    border-right: 2px solid #BFC1C5;
}

.groupInputControl {
    background-color: #ffff;
    border-left: 0;
    border-radius: 0.75rem;
}

.nestedGroupInputControl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.form-check-input[type="radio"] {
    border: 1px solid #BDBDBD!important;
}

.inputControl {
    border: 1px solid #BDBDBD;
    border-radius: 0.75rem;
    background-color: #ffff;
    font-size: 14px;
}

.btn {
    --bs-btn-border-radius: 0.75rem;
}

.line-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.line {
    flex-grow: 1;
    border: 1px solid #E7EBEE;
}

.error {
    margin-top: 0.25rem !important;
}

.text {
    margin: 0 10px;
    white-space: nowrap;
}

.borderBoxIcon {
    border-radius: 12px;
    box-shadow: 0px 0px 14px 0px #0000000D;
    cursor: pointer;
    border: 1px solid #EDEBF3
}

.loginformBotton {
    background: #F2EFFE;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #EDEBF3;
}

.otp-letter-input {
    max-width: 100%;
    border-radius: 12px;
    text-align: center;
    background: #ffff;
    border: 1px solid #BFC1C5;
    height: 55px;
}

.borderBox {
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px #00000014;
    background-color: rgb(255, 255, 255);
    border: 1px solid #DBDBDB;
}

.textGreen {
    color: #3BAB40;
}

.benifits {
    background: #F8F0FF;
    padding: 16px;
    border-radius: 12px;
    line-height: 20px;
}

.qrCodeBorder {
    border: 1px solid #A7A7A7;
    border-radius: 10px;
}

.btmTextColor {
    color: #596478;
    font-size: 13px;
}

.userVerifiedIcon {
    position: absolute;
    right: 26%;
    top: 3%;
}

.addNewIcon {
    background: #F0ECFE;
    border-radius: 8px;
    /* padding: 15px; */
    width: 50px;
    height: 50px;
    position: relative;
    color: #000000;
}

.addNewIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.addProfile {
    background: #F2EFFE;
    border: #F2EFFE;
}

.addNewBtn {
    background: #F0ECFE;
    border-radius: 8px;
    border: solid 1px #f0ecfe;
    color: #000000;
    font-size: 17px !important;
    padding: 13px 15px;
}

.text-container input {
    opacity: 0;
    display: none;
}

.textTrim {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Number of lines to show */
    overflow: hidden;
}

/*.text-truncate {
    max-width: 80px;
}*/

.w-19 {
    width: 19px !important;
}


.form-select {
    color: #000000;
}

.initials-circle {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #5430E6;
    /* Background color */
    color: white;
    /* Text color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.ad-pe-3 {
    padding-right: 0rem !important;
}

.user-option {
    cursor: pointer;
}


/* footer CSS Starts */

.footerBg {
    background-color: #08192b;
    color: #fff;
}

.copyrightWrapper a {
    color: #ffffff;
}

.isoLogo {
    position: relative;
    left: -10px;
}

.footerBg a:hover {
    opacity: 0.7;
}

.footerBg p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7 !important;
    color: #f4f5f8b0;
}

.footerBg h4 {
    margin-bottom: 8px;
    font-size: 14px;
    color: #f4f5f8b0;
    line-height: 1.7 !important;
}

.footerBg h3 {
    font-size: 17px;
    color: #f4f5f8b0;
}

.footerBg sup i {
    color: #ffffff;
    font-size: 7px;
    margin-left: 3px;
}

.footerBg sup i {
    color: #ffffff;
    font-size: 7px;
}

.w-60 {
    width: 60%;
}

.list-group {
    .list-group-item {
        background-color: #08192b !important;
    }
}

.listBtn {
    /* background-color: #08192b; */
    color: #fff !important;
    font-size: 13px;
}

.listBtn i {
    font-size: 7px;
}

a:hover {
    color: #4a2bc2;
}

.appBlock img {
    height: 40px;
    width: auto;
}

.copyrightWrapper .listBtn {
    padding: 0 20px;
}


.auth-methods {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }
    .auth-option {
        display: flex;
        align-items: center;
        border: 1px solid #EDEBF3;
        border-radius: 14px;
        padding: 12px 16px;
        background: #faf8ff;
        cursor: pointer;
        transition: border 0.2s, background 0.2s;
        position: relative;
    }
    .auth-option.selected {
        border-color: #7c3aed;
        background: #f3f0ff;
        box-shadow: 0 0 0 2px #e9d8fd;
    }

    .auth-option .texts {
        flex: 1;
    }
    .auth-option .title {
        font-weight: 600;
        color: #2d176b;
        font-size: 15px;
    }
    .auth-option .desc {
        font-size: 13px;
        color: #6b7280;
    }
    .auth-option input[type="radio"] {
        accent-color: #7c3aed;
        margin-left: 10px;
        width: 18px;
        height: 18px;
    }
    .bg-bottom {
        
    background-color: #f3f0ff;

    }
    .qrBox img {
            /* width: 220px;
            height: 220px; */
            display: block;
            margin: 0 auto;
        }

        .qrBox p {
            color: #4b5563;
            font-size: 15px;
        }

        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 20px 0;
        }

        .divider::before,
        .divider::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #d1d5db;
        }

        .divider:not(:empty)::before {
            margin-right: .75em;
        }

        .divider:not(:empty)::after {
            margin-left: .75em;
        }

       .right-side-image img {
    border-radius: 12px;
}
       

@media screen and (max-width: 992px) {
    .copyrightWrapper {
        text-align: center;
    }
    .col-12.col-lg-5.d-flex.justify-content-end {
        justify-content: center !important;
    }
}

@media screen and (max-width: 768px) {
    .goi {
        margin: auto;
    }
    .nav_custom .gap-3 {
        gap: 0.25rem !important;
    }
    .tabPill {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .footerLastBlock img {
        margin-bottom: 10px;
    }
    .footerBg img.img-fluid.w-60.mb-3 {
        width: 100% !important;
    }
    .footerBg img.w-25 {
        width: 40% !important;
    }
    .appBlock {
        text-align: center;
        margin: auto;
        display: unset !important;
        margin-top: 20px;
    }
    .copyrightWrapper {
        display: block;
        text-align: center !important;
    }
    .copyrightWrapper .justify-content-end {
        justify-content: center !important;
    }
    .section {
        padding: 35px 0px;
    }
    .btnBlock button {
        padding: 6px 13px;
    }
    .becomePartner {
        justify-content: center !important;
    }
    .becomePartner img {
        width: 100% !important;
    }
    .socialMediaIcon img {
        width: 100% !important;
    }
    .footerLastBlock {
        margin: auto !important;
        text-align: center !important;
    }
    .footerLastBlock img {
        width: 30% !important;
    }
    .footerBg img.w-25 {
        width: 15% !important;
    }
    .footerBg h3 {
        font-size: 15px;
        padding: 0 10px;
    }
    .footerLastBlock img {
        width: unset !important;
    }
}

@media screen and (max-width: 576px) {
    .goi {
        margin: unset;
    }
    .header-top {
        background-color: #f0f2f5;
    }
    .langDropdown img {
        filter: invert(1);
    }
    .header-top .goi a,
    sup {
        color: #000000 !important;
    }
    .header-top .dropdown-toggle {
        color: #000000 !important;
	}
    .accessibility {
        display: none;
    }
    .mobileSocialMedia {
        text-align: center !important;
        display: block !important;
    }
    .mobileSocialMedia a img {
        width: 14% !important;
    }
    .footerLastBlock {
        margin: auto !important;
        text-align: center !important;
    }
    .footerLastBlock img {
        width: 30% !important;
    }
    .footerBg img.w-25 {
        width: 15% !important;
    }
    .footerMobileappDownload .close-btn-wrap {
        border-right: 1px solid #ffffff54;
    }
    .footerMobileappDownload {
        z-index: 1001;
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: black;
        color: white;
        display: flex;
        font-size: 15px;
        justify-content: space-between;
    }
    .footerMobileappDownload-text {
        flex-grow: 1;
        margin-left: 10px;
    }
    .footerMobileappDownload .btn-download {
        background-color: white;
        color: black;
        font-weight: bold;
        border-radius: 20px;
        padding: 5px 9px;
        border: none;
        font-size: 15px;
    }
    .footerMobileappDownload .btn-download:hover {
        background-color: #ddd;
    }
    .footerMobileappDownload .close-btn {
        background: none;
        border: none;
        color: white;
        font-size: 25px;
        cursor: pointer;
        padding: 10px;
    }
    .hidden {
        display: none !important;
    }
}


/* footer CSS Ends */

@media screen and (max-width: 425px) {
    .borderBox .p-5 {
        padding: 15px !important;
    }
    .borderBox h4 {
        font-size: 17px;
    }
    .borderBox small {
        font-size: 13px;
    }
    input::placeholder {
        font-size: 14px;
    }
    .verifyOtpIcon {
        display: none;
    }
    .verifyOtp .me-2 {
        margin-right: 4px !important;
    }
    /* .otp-letter-input {
        border-radius: 8px;
        height: 45px;
        width: 39px;
    } */
    .loginformBotton .px-5 {
        .loginformBotton .px-5 {
            padding: 0 10px !important;
        }
        .loginOption img {
            width: 100% !important;
        }
        .aadhaarMask input[type=tel] {
            letter-spacing: 5px;
        }
        .footerMobileappDownload {
            font-size: 13px !important;
        }
    }
    @media screen and (max-width: 320px) {
        .verifyOtpIcon {
            display: none;
        }
        .verifyOtp .me-2 {
            margin-right: 4px !important;
        }
        .otp-letter-input {
            border-radius: 8px;
            height: 45px;
            width: 39px;
        }
        .footerMobileappDownload {
            font-size: 12px;
        }
        .footerMobileappDownload .btn-download {
            font-size: 8px;
        }
    }
}