/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/index.css ***!
  \*****************************************************************/
.fs-m {
    font-size: 16px;
}

.nowrap {
    white-space: nowrap;
}

th.sortable {
    cursor: pointer;
}

th {
    white-space: nowrap;
}

.dropdown-item {
    white-space: normal;
    cursor: pointer;
}

.multiline-select {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.comment-select-list {
    width: 450px; /* Wider than provider dropdown (420px) */
    max-height: 250px; /* Taller than default multiline-select (200px) */
}

/* Optional: Make comment dropdown items wrap text better */
.comment-select-list .dropdown-item {
    white-space: normal !important;
    line-height: 1.4;
    padding: 8px 12px; /* Slightly more padding than default */
    word-wrap: break-word;
}

.provider-select-list {
    width: 420px;
}

.disease-select-list {
    width: 520px;
}

.provider-npi {
    width: 90px;
}

.provider-info {
    width: 145px;
    white-space: normal;
}

.dx-code {
    width: 70px;
}

.dx-description {
    width: 85%;
    white-space: normal;
}

.date-form {
    width: 121px;
}

.cursor-pointer {
    cursor: pointer;
}

.label-sharp {
    font-size: 16px;
    margin-bottom: 0;
}

.form-check-sharp {
    font-size: 16px;
}

.date-input {
    width: 103px;
}

.date-filter-block {
    max-width: 390px;
}

.provider-dropdown {
    width: 420px;
    height: 247px;
}

.dxcodes-dropdown {
    width: 520px;
    height: 218px;
}

.btn-command {
    width: 85px;
}

.spinner-small {
    width: 1.3rem;
    height: 1.3rem;
}

.ko-calendar {
    display: inline-block;
    background: white;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: default;
    color: #495057;
    z-index: 99999;
}

    .ko-calendar * {
        box-sizing: content-box;
    }

.calendar-sheet {
    width: 100%;
    border-collapse: collapse;
}

    .calendar-sheet th, .calendar-sheet td {
        text-align: center;
        vertical-align: middle;
    }

    .calendar-sheet tr.month-header th {
        height: 30px;
    }

    .calendar-sheet a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        padding: 4px 5px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

        .calendar-sheet a:hover {
            background: #fff;
        }

    .calendar-sheet tfoot a {
        width: auto;
        display: block;
        font-weight: bold;
    }

    .calendar-sheet .today a {
        position: relative;
        font-weight: bold;
    }

        .calendar-sheet .today a:after {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-bottom: 7px solid #3498db;
            border-top-color: transparent;
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

.calendar-input {
    width: 150px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3MTcwNzA7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJpY19kYXRlX3JhbmdlXzI0cHgiIGRhdGEtbmFtZT0iaWMgZGF0ZSByYW5nZSAyNHB4IiBjbGFzcz0iY2xzLTEiIGQ9Ik02LDlINHYySDZabTQsMEg4djJoMlptNCwwSDEydjJoMlptMi03SDE1VjBIMTNWMkg1VjBIM1YySDJBMiwyLDAsMCwwLDAsNEgwVjE4YTIsMiwwLDAsMCwyLDJIMTZhMiwyLDAsMCwwLDItMlY0QTIsMiwwLDAsMCwxNiwyWm0wLDE2SDJWN0gxNloiLz48L3N2Zz4=);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 39px 18px;
}

.text-underline {
    border-bottom: 2px solid var(--accent-color);
}

.dropdown-item:hover .text-underline {
    border-color: white;
}

.dropdown-item {
    white-space: nowrap;
}

.members-search-container {
    min-width: 310px;
}

.opacity-0 {
    opacity: 0;
}

.dob-column {
    min-width: 57px;
}

.hp-column {
    min-width: 100px;
}

.lm-column {
    min-width: 113px;
}

.ri-column {
    min-width: 100px;
}

.tab-title {
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    text-decoration: none;
}

    .tab-title.active {
        color: white;
        background-color: #023459;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.dropend::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

tfoot {
    border-top: 1px solid black;
}

highlighted-text {
    display: flex;
}

    highlighted-text span {
        white-space: pre-wrap;
    }

.form-check-inline-flex {
    display: inline-flex;
    align-items: center;
}

/* ========================================
   Authentication Pages (Login, etc.)
   ======================================== */

body.auth-page {
    background: #3C527E;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
}

.auth-container {
    width: 100%;
    max-width: 450px;
}

.auth-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
}

.auth-header h3 {
    color: #333;
    font-weight: 600;
    margin: 0;
}

.auth-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auth-page .form-label {
    font-weight: 500;
    color: #555;
}

.auth-page .input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

.auth-page .form-control {
    border-left: none;
}

    .auth-page .form-control:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }

.auth-page .input-group:focus-within .input-group-text {
    border-color: #667eea;
}

.auth-page .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .auth-page .btn-primary:hover:not(:disabled) {
        background: linear-gradient(135deg, #5568d3 0%, #653a8b 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

.auth-page .btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.auth-page .btn-secondary:hover:not(:disabled) {
    background-color: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
}

/* User Dropdown Alignment */
.auth-form .dropdown-toggle {
    align-items: center;
    display: flex !important;
}

.auth-form .dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: 0.15em;
}

.auth-form .dropdown-toggle:hover {
    text-decoration: underline;
}

/* Link colors for Use password/Use passkey */
.auth-card a.text-primary {
    color: #6366f1 !important;
}

.auth-card a.text-primary:hover {
    color: #4f46e5 !important;
}

.auth-card a {
    transition: color 0.2s ease;
}
