﻿@font-face {
    font-family: 'NunitoSans';
    src: url('../../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}


body {
    font-family: 'NunitoSans', sans-serif;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:visited,
a.btn:focus,
a.btn:active,
.btn-sm:focus,
.btn-sm:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}


#search-icon svg {
    width: 20px;
    height: 20px;
    fill: #BDB7B7;
}

.title-notification {
    color: white;
    font-size: 2.125rem;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 700;
    line-height: 2.4375rem;
    word-wrap: break-word
}

.header {
    background-color: #1D4370;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221194%22 height=%22190%22 viewBox=%220 0 1194 190%22 fill=%22none%22%3E%3Cpath d=%22M1096.57 19.2199L-39.0001 -7.39258L-28.0001 182.344L1193.5 189.244L1096.57 19.2199Z%22 fill=%22%23043065%22 /%3E%3C/svg%3E');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 110px;
    width: 82%;
}

.first-section-notification {
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.title {
    text-align: center;
    color: #0B2432;
    font-size: 24px;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 700;
    word-wrap: break-word
}

.subtitle {
    text-align: center;
    color: #0B2432;
    font-size: 16px;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 400;
    word-wrap: break-word
}

.form-container {
    display: flex;
    margin: 30px;
    flex-direction: column;
    align-items: center;
}

.form-field {
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-top: 20px;
}

    .form-field label {
        color: black;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.15px;
        word-wrap: break-word;
    }

    .form-field input {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        padding: 4px 0;
        outline: none;
        background-color: transparent;
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

        .form-field input::placeholder {
            color: rgba(0, 0, 0, 0.38);
        }



@media (max-width: 576px) {
    .form-container {
        flex-direction: column;
        gap: 20px;
    }
}

.button {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

    .button.primary {
        cursor: pointer;
        left: 393px;
        top: 788px;
        background: #043065;
    }

    .button.secondary {
        cursor: pointer;
        left: 404px;
        top: 845px;
        background: var(--pink-500, #E91E63);
    }

.button-content {
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.button-text {
    color: var(--primary-contrastText, white);
    font-size: 15px;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.46px;
    word-wrap: break-word;
}

.checkbox-label {
    text-align: center;
    color: var(--text-primary, rgba(0, 0, 0, 0.87));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'NunitoSans', sans-serif;
    font-size: var(--_fontSize-1rem, 16px);
    font-style: normal;
    font-weight: var(--fontWeightRegular, 400);
    line-height: 150%;
    letter-spacing: 0.15px;
}

.form-checkbox {
    text-align: center;
}

    .form-checkbox label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'NunitoSans', sans-serif;
    }

    .form-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        border: 2px solid rgb(0 0 0);
        accent-color: #043065;
    }

.input-field.npi {
    width: 385px;
    left: 64px;
    top: 135px;
}

.input-field.expiry {
    width: 385px;
    left: 64px;
    top: 203px;
}

.buttons-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-link-register {
    color: var(--primary-main, #1976D2);
    font-size: 12px;
    font-family: 'NunitoSans', sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.15px;
    word-wrap: break-word
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.input-error {
    border-color: #dc3545 !important;
}

.label-error {
    color: #dc3545 !important;
}


#nid-popover {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 999;
    width: 320px;
}

    #nid-popover img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.form-field {
    position: relative;
}

#expiryDate-popover {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 999;
    width: 320px;
}

    #expiryDate-popover img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.captcha-box {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.captcha-title {
    text-align: center;
    color: #0B2432;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.captcha-instructions {
    color: #0B2432;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.divider {
    border-top: 1px solid #dee2e6;
    margin: 20px 0;
}

.image-label {
    color: #0B2432;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.captcha-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.captcha-image {
    height: 150px;
    width: 230px;
    border: 1px solid #ddd;
    margin-right: 15px;
    background-color: #f5f5f5;
    padding: 10px;
}

.reload-code {
    background: #1D4370;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .reload-code:hover {
        background-color: #142f4f;
    }

.error-message {
    color: #dc3545;
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
}

.submit-btn {
    background-color: #1D4370;
    color: white;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 600;
}

    .submit-btn:hover {
        background-color: #142f4f;
    }

.omrs-input-group {
    margin: 20px auto;
}

@media (max-width: 768px) {
    .header {
        width: 100%;
        background-size: cover;
    }

    .captcha-box {
        padding: 20px;
    }
}

.input-div {
    display: flex;
    flex-direction: column;
}
