@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* _content/MEDCHGWEB/Components/Account/Pages/MobileAppScreens/AppLogin.razor.rz.scp.css */
    /* Style for the password input field */
    .password-field[b-03n253ln0x] {
        width: 100%;
        padding: 6px 12px 6px 12px; /* Add padding to make space for the icon */
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px !important;
    }

    /* Position the eye icon inside the input field */
    .eye-icon[b-03n253ln0x] {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .full-height[b-03n253ln0x] {
        height: 85vh;
    }
/* _content/MEDCHGWEB/Components/Account/Pages/MobileAppScreens/ForgetPassword.razor.rz.scp.css */
.full-height[b-rwxhdjla9l] {
    height: 85vh;
}
/* _content/MEDCHGWEB/Components/Account/Pages/MobileAppScreens/ResetPassword.razor.rz.scp.css */
/* Style for the password input field */
.password-field[b-dekam0ldux] {
    width: 100%;
    padding: 6px 12px 6px 12px; /* Add padding to make space for the icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

/* Position the eye icon inside the input field */
.eye-icon[b-dekam0ldux] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.full-height[b-dekam0ldux] {
    height: 85vh;
}
/* _content/MEDCHGWEB/Components/CustomComponents/ApproveCodesModal.razor.rz.scp.css */
.form-check-input:checked[b-cx6mu5gijy] {
    background-color: #2474B2;
    border-color: #2474B2;
    box-shadow: none;
}

.fluent-datepicker[b-cx6mu5gijy] {
    --body-font: var(--body-font) !important;
}
/* _content/MEDCHGWEB/Components/CustomComponents/CustomTimePicker.razor.rz.scp.css */
.time-picker input[b-bdlz65tayp] {
    width: 100px;
    padding: 5px;
    font-size: 1em;
    text-align: center;
}
/* _content/MEDCHGWEB/Components/CustomComponents/DateInput.razor.rz.scp.css */
.date-input[b-qcaw8kh2te] {
    display: flex;
    gap: 5px;
}

    .date-input input[b-qcaw8kh2te] {
        width: 50px;
        text-align: center;
    }
/* _content/MEDCHGWEB/Components/CustomComponents/ReconnectModal.razor.rz.scp.css */
#custom-reconnect-modal[b-1sg1dic45r] {
    display: none; /* default hidden */
    /* Add your modal styles here */
}

    #custom-reconnect-modal.show[b-1sg1dic45r] {
        display: flex; /* or block, depending on your layout */
    }

    #custom-reconnect-modal.hidden[b-1sg1dic45r] {
        display: none;
    }
/* _content/MEDCHGWEB/Components/CustomComponents/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-n77tia00nk] .sortable-list-container {
    /* Prevent text selection for all children during drag */
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

[b-n77tia00nk] .sortable-item {
    cursor: grab;
    /* Prevent text selection on drag handle/items */
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    [b-n77tia00nk] .sortable-item:active {
        cursor: grabbing;
    }

[b-n77tia00nk] .sortable-ghost {
    visibility: hidden;
}

[b-n77tia00nk] .sortable-fallback {
    opacity: 1 !important;
}

[b-n77tia00nk] .sortable-row.drag-over,
[b-n77tia00nk] .sortable-item.drag-over {
    border-top: 3px solid #0D8AA6 !important;
    background-color: rgba(13, 138, 166, 0.08) !important;
    transition: background 0.2s, border 0.2s;
}

[b-n77tia00nk] .sortable-item.dragging {
    opacity: 0.6;
    background: #e6f7fa;
}

/* Optional: Add a transition for smoothness */
[b-n77tia00nk] .sortable-item,
[b-n77tia00nk] .sortable-row {
    transition: background 0.2s, border 0.2s, opacity 0.2s;
}
/* _content/MEDCHGWEB/Components/Layout/BillingLayout.razor.rz.scp.css */
.page[b-0y11xfaul4] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height:100vh;
    overflow:hidden;
}

main[b-0y11xfaul4] {
    flex: 1;
    overflow:auto;
    z-index:10;
}

.sidebar[b-0y11xfaul4] {
    background-color: #0D8AA6;
    z-index : 30;
}

.top-row[b-0y11xfaul4] {
    background-color: #0D8AA6;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0y11xfaul4]  a, .top-row[b-0y11xfaul4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0y11xfaul4]  a:hover, .top-row[b-0y11xfaul4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0y11xfaul4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-0y11xfaul4] {
        justify-content: space-between;
    }

        .top-row[b-0y11xfaul4]  a, .top-row[b-0y11xfaul4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-0y11xfaul4] {
        flex-direction: row;
    }

    .sidebar[b-0y11xfaul4] {
        min-width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
        left:0;
    }

    .top-row[b-0y11xfaul4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-0y11xfaul4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0y11xfaul4], article[b-0y11xfaul4] {
        padding-left: 4rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0y11xfaul4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0y11xfaul4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.my-reconnect-modal > div[b-0y11xfaul4] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1055;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8); /* Use rgba for background */
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div[b-0y11xfaul4] {
    display: none;
}

.components-reconnect-show > div[b-0y11xfaul4] {
    display: none;
}

.components-reconnect-show > .show[b-0y11xfaul4] {
    display: block;
}

.components-reconnect-failed > div[b-0y11xfaul4] {
    display: none;
}

.components-reconnect-failed > .failed[b-0y11xfaul4] {
    display: block;
}

.components-reconnect-rejected > div[b-0y11xfaul4] {
    display: none;
}

.components-reconnect-rejected > .rejected[b-0y11xfaul4] {
    display: block;
}

.child[b-0y11xfaul4] {
    position: absolute; /* Position child absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center child */
    background: #3F79A6; /* Solid background for child */
    color: white; /* Text color */
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 5px;
    z-index: 1060; /* Ensure child is above parent */
}
/* HTML: <div class="loader"></div> */
.loader[b-0y11xfaul4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot[b-0y11xfaul4] {
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    border-radius: 50%;
    background: radial-gradient(circle, #00ff00, #ffffff);
    margin: 0 5px; /* Space between dots */
    animation: pulse-b-0y11xfaul4 1s infinite;
}

    .dot:nth-child(2)[b-0y11xfaul4] {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3)[b-0y11xfaul4] {
        animation-delay: 0.4s;
    }

    .dot:nth-child(4)[b-0y11xfaul4] {
        animation-delay: 0.6s;
    }

@keyframes pulse-b-0y11xfaul4 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/MEDCHGWEB/Components/Layout/LoginLayout.razor.rz.scp.css */
/* _content/MEDCHGWEB/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sh6lvlj0es] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.bgteal[b-sh6lvlj0es] {
    background-color: #2474B2
}
main[b-sh6lvlj0es] {
    flex: 1;
}

.sidebar[b-sh6lvlj0es] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sh6lvlj0es] {
    background-color: #2474B2;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sh6lvlj0es]  a, .top-row[b-sh6lvlj0es]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sh6lvlj0es]  a:hover, .top-row[b-sh6lvlj0es]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sh6lvlj0es]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sh6lvlj0es] {
        justify-content: space-between;
    }

    .top-row[b-sh6lvlj0es]  a, .top-row[b-sh6lvlj0es]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sh6lvlj0es] {
        flex-direction: row;
    }

    .sidebar[b-sh6lvlj0es] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sh6lvlj0es] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sh6lvlj0es]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sh6lvlj0es], article[b-sh6lvlj0es] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sh6lvlj0es] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sh6lvlj0es] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
footer[b-sh6lvlj0es] {
    position: static;
    bottom: 0;
    font-size: 16px;
    border-top: 1px solid #d6d5d5;
    width:100%;
}
/* Dropdown Button */
.dropbtn[b-sh6lvlj0es] {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover[b-sh6lvlj0es], .dropbtn:focus[b-sh6lvlj0es] {
        background-color: transparent;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown[b-sh6lvlj0es] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-sh6lvlj0es] {
    padding-left:10px;
    padding-right:10px;
    right: 2%;
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: #ffffff;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-sh6lvlj0es] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-sh6lvlj0es] {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-sh6lvlj0es] {
    display: block;
}
.my-reconnect-modal > div[b-sh6lvlj0es] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1055;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8); /* Use rgba for background */
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div[b-sh6lvlj0es] {
    display: none;
}

.components-reconnect-show > div[b-sh6lvlj0es] {
    display: none;
}

.components-reconnect-show > .show[b-sh6lvlj0es] {
    display: block;
}

.components-reconnect-failed > div[b-sh6lvlj0es] {
    display: none;
}

.components-reconnect-failed > .failed[b-sh6lvlj0es] {
    display: block;
}

.components-reconnect-rejected > div[b-sh6lvlj0es] {
    display: none;
}

.components-reconnect-rejected > .rejected[b-sh6lvlj0es] {
    display: block;
}

.child[b-sh6lvlj0es] {
    position: absolute; /* Position child absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center child */
    background: #3F79A6; /* Solid background for child */
    color: white; /* Text color */
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 5px;
    z-index: 1060; /* Ensure child is above parent */
}
/* HTML: <div class="loader"></div> */
.loader[b-sh6lvlj0es] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot[b-sh6lvlj0es] {
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    border-radius: 50%;
    background: radial-gradient(circle, #00ff00, #ffffff);
    margin: 0 5px; /* Space between dots */
    animation: pulse-b-sh6lvlj0es 1s infinite;
}

    .dot:nth-child(2)[b-sh6lvlj0es] {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3)[b-sh6lvlj0es] {
        animation-delay: 0.4s;
    }

    .dot:nth-child(4)[b-sh6lvlj0es] {
        animation-delay: 0.6s;
    }

@keyframes pulse-b-sh6lvlj0es {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/MEDCHGWEB/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uz1ujdm8a8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-uz1ujdm8a8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uz1ujdm8a8] {
    height: 3.5rem;
    background-color: transparent;
}

.navbar-brand[b-uz1ujdm8a8] {
    font-size: 1.1rem;
}

.bi[b-uz1ujdm8a8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-uz1ujdm8a8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-uz1ujdm8a8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uz1ujdm8a8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uz1ujdm8a8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uz1ujdm8a8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-uz1ujdm8a8]  a.active {
    background-color: white;
    color: black;
}
    .nav-item[b-uz1ujdm8a8]  a.active .dashboard1 {
        display:block !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .dashboard2 {
        display: none !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .billimg2{
        display:block !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .billimg1 {
        display: none !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .reportimg2 {
        display: block !important;
    }

    .nav-item[b-uz1ujdm8a8]  a.active .reportimg1 {
        display: none !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .settingsimg2 {
        display: block !important;
    }

    .nav-item[b-uz1ujdm8a8]  a.active .settingsimg1 {
        display: none !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .archivesimg2 {
        display: block !important;
    }
    .nav-item[b-uz1ujdm8a8]  a.active .archivesimg1 {
        display: none !important;
    }
.nav-item[b-uz1ujdm8a8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uz1ujdm8a8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uz1ujdm8a8] {
    display: block;
}

@media (min-width:360px) and (max-width:500px) {
    .logout-button[b-uz1ujdm8a8]{
        margin-top:15rem;
    }
}
@media (min-width:643px) 
{
    .logout-button[b-uz1ujdm8a8] {
        margin-top: 24.6rem;
    }
}
@media (min-width: 641px) {
    .navbar-toggler[b-uz1ujdm8a8] {
        display: none;
    }

    .nav-scrollable[b-uz1ujdm8a8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MEDCHGWEB/Components/Layout/WithoutBackButton.razor.rz.scp.css */
.page[b-vlpkxrl3g7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bgteal[b-vlpkxrl3g7] {
    background-color: #2474B2
}

main[b-vlpkxrl3g7] {
    flex: 1;
}

.sidebar[b-vlpkxrl3g7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vlpkxrl3g7] {
    background-color: #2474B2;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vlpkxrl3g7]  a, .top-row[b-vlpkxrl3g7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vlpkxrl3g7]  a:hover, .top-row[b-vlpkxrl3g7]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vlpkxrl3g7]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-vlpkxrl3g7] {
        justify-content: space-between;
    }

        .top-row[b-vlpkxrl3g7]  a, .top-row[b-vlpkxrl3g7]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-vlpkxrl3g7] {
        flex-direction: row;
    }

    .sidebar[b-vlpkxrl3g7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vlpkxrl3g7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vlpkxrl3g7]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vlpkxrl3g7], article[b-vlpkxrl3g7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vlpkxrl3g7] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vlpkxrl3g7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

footer[b-vlpkxrl3g7] {
    position: static;
    bottom: 0;
    font-size: 16px;
    border-top: 1px solid #d6d5d5;
    width: 100%;
}
/* Dropdown Button */
.dropbtn[b-vlpkxrl3g7] {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover[b-vlpkxrl3g7], .dropbtn:focus[b-vlpkxrl3g7] {
        background-color: transparent;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown[b-vlpkxrl3g7] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-vlpkxrl3g7] {
    padding-left: 10px;
    padding-right: 10px;
    right: 2%;
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: #ffffff;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-vlpkxrl3g7] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-vlpkxrl3g7] {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-vlpkxrl3g7] {
    display: block;
}
.my-reconnect-modal > div[b-vlpkxrl3g7] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1055;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8); /* Use rgba for background */
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div[b-vlpkxrl3g7] {
    display: none;
}

.components-reconnect-show > div[b-vlpkxrl3g7] {
    display: none;
}

.components-reconnect-show > .show[b-vlpkxrl3g7] {
    display: block;
}

.components-reconnect-failed > div[b-vlpkxrl3g7] {
    display: none;
}

.components-reconnect-failed > .failed[b-vlpkxrl3g7] {
    display: block;
}

.components-reconnect-rejected > div[b-vlpkxrl3g7] {
    display: none;
}

.components-reconnect-rejected > .rejected[b-vlpkxrl3g7] {
    display: block;
}

.child[b-vlpkxrl3g7] {
    position: absolute; /* Position child absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center child */
    background: #3F79A6; /* Solid background for child */
    color: white; /* Text color */
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 5px;
    z-index: 1060; /* Ensure child is above parent */
}
/* HTML: <div class="loader"></div> */
.loader[b-vlpkxrl3g7] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot[b-vlpkxrl3g7] {
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    border-radius: 50%;
    background: radial-gradient(circle, #00ff00, #ffffff);
    margin: 0 5px; /* Space between dots */
    animation: pulse-b-vlpkxrl3g7 1s infinite;
}

    .dot:nth-child(2)[b-vlpkxrl3g7] {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3)[b-vlpkxrl3g7] {
        animation-delay: 0.4s;
    }

    .dot:nth-child(4)[b-vlpkxrl3g7] {
        animation-delay: 0.6s;
    }

@keyframes pulse-b-vlpkxrl3g7 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/MEDCHGWEB/Components/MobileScreens/ChargeCodeHistory.razor.rz.scp.css */
/* ChargeCodeHistory */
.fs-h6[b-a85fkuj14j] {
    font-size: 14px;
}

.fs-p[b-a85fkuj14j] {
    font-size: 12px;
}

.back-button[b-a85fkuj14j] {
    margin-left: -12px;
}

.bottom-nav[b-a85fkuj14j] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-a85fkuj14j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-a85fkuj14j] {
    color: #0275d8;
}

.bottom-nav-item i[b-a85fkuj14j] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.active-tab[b-a85fkuj14j] {
    border-bottom: 3px solid #007bff;
}

.charge-code-name[b-a85fkuj14j] {
    margin-left: 135px;
}

.charge-code-desc[b-a85fkuj14j] {
    margin-left: 90px;
}

.doctor[b-a85fkuj14j] {
    margin-left: 120px;
}

.edit-button[b-a85fkuj14j] {
    width: 40px;
    height: 40px;
}

.edit-button-container[b-a85fkuj14j] {
    margin-left: 140px;
    margin-top: 125px;
}
/* _content/MEDCHGWEB/Components/MobileScreens/DiagnosticCodeHistory.razor.rz.scp.css */
/* diagnosisCodeHistory */
.fs-h6[b-0l6abi634e] {
    font-size: 14px;
}

.fs-p[b-0l6abi634e] {
    font-size: 12px;
}

.back-button[b-0l6abi634e] {
    margin-left: -12px;
}

.bottom-nav[b-0l6abi634e] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-0l6abi634e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-0l6abi634e] {
    color: #0275d8;
}

.bottom-nav-item i[b-0l6abi634e] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.active-tab[b-0l6abi634e] {
    border-bottom: 3px solid #007bff;
}

.charge-code-name[b-0l6abi634e] {
    margin-left: 135px;
}

.charge-code-desc[b-0l6abi634e] {
    margin-left: 90px;
}

.doctor[b-0l6abi634e] {
    margin-left: 120px;
}

.edit-button[b-0l6abi634e] {
    width: 40px;
    height: 40px;
}

.edit-button-container[b-0l6abi634e] {
    margin-left: 140px;
    margin-top: 125px;
}
/* _content/MEDCHGWEB/Components/MobileScreens/EditPatientInformation.razor.rz.scp.css */
/* EditPatientInformation */
.patient-form[b-bdy22shami] {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 60px;
}

.patient-form-header[b-bdy22shami] {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 3rem;
    z-index: 1000;
}

.patient-form-header h4[b-bdy22shami] {
    margin: 0;
    font-size: 1.2rem;
}

.instruction-text[b-bdy22shami] {
    color: #666;
    padding: 1rem;
    margin-bottom: 0;
    margin-left: -16px;
}

.patient-form-group[b-bdy22shami] {
    margin-bottom: 1rem;
}

.patient-form-group label[b-bdy22shami] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: normal;
}

.patient-form-input[b-bdy22shami] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
    background-color: #fff;
}

.gender-options[b-bdy22shami] {
    display: flex;
    gap: 2rem;
}

.save-btn[b-bdy22shami] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: #0275d8;
    border: none;
    margin-top: 1rem;
    color: #fff;
    width: 150px;
    height: 44px;
    padding: 5px;
}

.bottom-nav[b-bdy22shami] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-bdy22shami] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-bdy22shami] {
    color: #0275d8;
}

.bottom-nav-item i[b-bdy22shami] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
 }
.back-button[b-bdy22shami] {
    margin-left: -29px;
}
.radio-female-spacing[b-bdy22shami] {
    margin-left: -77px;
}

.radio-align-left[b-bdy22shami] {
    margin-left: -49px;
}
/* _content/MEDCHGWEB/Components/MobileScreens/EditVisitHistory.razor.rz.scp.css */
/* EditVisitHistory */
.header[b-i6gfx134dk] {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
}

.visit-container[b-i6gfx134dk] {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 60px;
}

.w-45[b-i6gfx134dk] {
width: 45%;
}

.input-group-text[b-i6gfx134dk] {
border-left: 0;
background-color: white !important;
}

.bottom-nav[b-i6gfx134dk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-i6gfx134dk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-i6gfx134dk] {
    color: #0275d8;
}

.bottom-nav-item i[b-i6gfx134dk] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}
/* _content/MEDCHGWEB/Components/MobileScreens/HospitalInformation.razor.rz.scp.css */
/* HospitalInformation */
.hospital-form[b-peu61lxvna] {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 60px;
}

.hospital-form-header[b-peu61lxvna] {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 3rem;
    z-index: 1000;
}

.hospital-form-header h4[b-peu61lxvna] {
    margin: 0;
    font-size: 1.2rem;
}

.instruction-text[b-peu61lxvna] {
    color: #666;
    padding: 1rem;
    margin-bottom: 0;
    margin-left: -16px;
}

.hospital-form-group[b-peu61lxvna] {
    margin-bottom: 1rem;
}

.hospital-form-group label[b-peu61lxvna] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: normal;
}

.hospital-form-input[b-peu61lxvna] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
    background-color: #fff;
}

.save-btn[b-peu61lxvna] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: #0275d8;
    border: none;
    margin-top: 1rem;
    color: #fff;
    width: 150px;
    height: 44px;
    padding: 5px;
}

.bottom-nav[b-peu61lxvna] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-peu61lxvna] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-peu61lxvna] {
    color: #0275d8;
}

.bottom-nav-item i[b-peu61lxvna] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.back-button[b-peu61lxvna] {
    margin-left: -29px;
}
/* _content/MEDCHGWEB/Components/MobileScreens/MFA.razor.rz.scp.css */
/* MFA */
.mfa-form[b-c5gm1rrvn9] {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 60px;
}

.mfa-form-header[b-c5gm1rrvn9] {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 3rem;
    z-index: 1000;
}

.mfa-form-header h4[b-c5gm1rrvn9] {
    margin: 0;
    font-size: 1.2rem;
}

.instruction-text[b-c5gm1rrvn9] {
    color: #666;
    padding: 1rem;
    margin-bottom: 0;
    margin-left: -16px;
}

.bottom-nav[b-c5gm1rrvn9] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-c5gm1rrvn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-c5gm1rrvn9] {
    color: #0275d8;
}

.bottom-nav-item i[b-c5gm1rrvn9] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.back-button[b-c5gm1rrvn9] {
    margin-left: -29px;
}

.check-btn[b-c5gm1rrvn9] {
    width: 3rem;
    height: 1.5rem;
    background-color: #ff5722;
}
  
/* _content/MEDCHGWEB/Components/MobileScreens/ReassignPatient.razor.rz.scp.css */
.section-divider[b-swicivb65i] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/MobileScreens/RegisterPatient.razor.rz.scp.css */
/* RegisterPatient */
.patient-form[b-7q3d08wobc] {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 60px;
}

.patient-form-header[b-7q3d08wobc] {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 3rem;
    z-index: 1000;
}

.patient-form-header h4[b-7q3d08wobc] {
    margin: 0;
    font-size: 1.2rem;
}

.instruction-text[b-7q3d08wobc] {
    color: #666;
    padding: 1rem;
    margin-bottom: 0;
    margin-left: -16px;
}

.patient-form-group[b-7q3d08wobc] {
    margin-bottom: 1rem;
}

.patient-form-group label[b-7q3d08wobc] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: normal;
}

.patient-form-input[b-7q3d08wobc] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
    background-color: #fff;
}

.gender-options[b-7q3d08wobc] {
    display: flex;
    gap: 2rem;
}

.save-btn[b-7q3d08wobc] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: #0275d8;
    border: none;
    margin-top: 1rem;
    color: #fff;
    width: 150px;
    height: 44px;
    padding: 5px;
}

.bottom-nav[b-7q3d08wobc] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.bottom-nav-item[b-7q3d08wobc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.8rem;
}

.bottom-nav-item.active[b-7q3d08wobc] {
    color: #0275d8;
}

.bottom-nav-item i[b-7q3d08wobc] {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.back-button[b-7q3d08wobc] {
    margin-left: -29px;
}

.radio-female-spacing[b-7q3d08wobc] {
    margin-left: -77px;
}

.radio-align-left[b-7q3d08wobc] {
    margin-left: -49px;
}
/* _content/MEDCHGWEB/Components/MobileScreens/SelectBuilding.razor.rz.scp.css */
.section-divider[b-s1c6eu57dd] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/MobileScreens/SelectCodeType.razor.rz.scp.css */
.section-divider[b-wyrnrrok97] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/MobileScreens/SelectDiagnosticCode.razor.rz.scp.css */
.section-divider[b-brklmvoaqx] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/MobileScreens/SelectFloor.razor.rz.scp.css */
.section-divider[b-5zkn2sbyto] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/MobileScreens/SelectRoom.razor.rz.scp.css */
.section-divider[b-vdvyqdryl1] {
    margin-top: -30px;
    z-index: 10;
}
/* _content/MEDCHGWEB/Components/Pages/Admin/Billed/Billed.razor.rz.scp.css */
.tab-container[b-8czx07siet] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.tab[b-8czx07siet] {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
}

    .tab.active[b-8czx07siet] {
        border-bottom: 3px solid #0D8AA6; /* Green border for the active tab */
    }

.tab-content[b-8czx07siet] {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}
/* Custom styling for the checkbox */
.custom-checkbox .form-check-input[b-8czx07siet] {
    width: 24px;
    height: 24px;
    border: 2px solid #a3bffa; /* Light purple border */
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

    /* Style when the checkbox is checked */
    .custom-checkbox .form-check-input:checked[b-8czx07siet] {
        background-color: #fff; /* Keep background white */
        border-color: #a3bffa;
        position: relative;
    }

        /* Hide the default checkmark and create a custom one */
        .custom-checkbox .form-check-input:checked[b-8czx07siet]::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 8px;
            height: 14px;
            border: solid #a3bffa; /* Light purple checkmark */
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

        /* Remove Bootstrap's default checkmark background */
        .custom-checkbox .form-check-input:checked:focus[b-8czx07siet] {
            box-shadow: none;
        }

    .custom-checkbox .form-check-input:focus[b-8czx07siet] {
        box-shadow: none;
    }


.table-container[b-8czx07siet] {
    flex: 1;
    overflow: auto;
    position: relative;
}

.table-wrapper[b-8czx07siet] {
    max-height: 100%; /* Adjust as needed for vertical scroll */
    max-width: 100%; /* Adjust as needed for horizontal scroll */
    overflow-x: auto; /* Horizontal scroll */
    /*overflow-y: auto;
    height: 100%;
    border: 1px solid #ddd; */
}

.table[b-8czx07siet] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-8czx07siet], .table td[b-8czx07siet] {
        padding: 10px 15px; /* Add padding for better spacing */
        text-align: left; /* Align text to the left */
        vertical-align: middle; /* Vertically center content */
        white-space: nowrap; /* Prevent text wrapping for long content */
    }

        .table th:nth-child(6)[b-8czx07siet], .table td:nth-child(6)[b-8czx07siet], /* Diagnosis Code */
        .table th:nth-child(7)[b-8czx07siet], .table td:nth-child(7)[b-8czx07siet] { /* Diagnosis Code Description */
            min-width: 150px; /* Minimum width to prevent cramping */
        }

.table-teal th[b-8czx07siet] {
    font-weight: bold;
}

.table tbody tr:hover[b-8czx07siet] {
    background-color: #f5f5f5;
}

.billing-container[b-8czx07siet] {
    min-height: calc(100vh - 15rem); /* Adjust based on your header height */
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
}

.billing-tabs[b-8czx07siet] {
    display:flex;
    justify-content:space-between;
    flex-shrink: 0;
}

.billing-content[b-8czx07siet] {
    flex: 1;
    /*overflow: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}
/* _content/MEDCHGWEB/Components/Pages/Admin/Billing.razor.rz.scp.css */
.tab-container[b-7pbdvcnkwn] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.tab[b-7pbdvcnkwn] {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
}

    .tab.active[b-7pbdvcnkwn] {
        border-bottom: 3px solid #0D8AA6; /* Green border for the active tab */
    }

.tab-content[b-7pbdvcnkwn] {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}
/* Custom styling for the checkbox */
.custom-checkbox .form-check-input[b-7pbdvcnkwn] {
    width: 24px;
    height: 24px;
    border: 2px solid #a3bffa; /* Light purple border */
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

    /* Style when the checkbox is checked */
    .custom-checkbox .form-check-input:checked[b-7pbdvcnkwn] {
        background-color: #fff; /* Keep background white */
        border-color: #a3bffa;
        position: relative;
    }

        /* Hide the default checkmark and create a custom one */
        .custom-checkbox .form-check-input:checked[b-7pbdvcnkwn]::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 8px;
            height: 14px;
            border: solid #a3bffa; /* Light purple checkmark */
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

        /* Remove Bootstrap's default checkmark background */
        .custom-checkbox .form-check-input:checked:focus[b-7pbdvcnkwn] {
            box-shadow: none;
        }

    .custom-checkbox .form-check-input:focus[b-7pbdvcnkwn] {
        box-shadow: none;
    }


.table-container[b-7pbdvcnkwn] {
    flex: 1;
    overflow: auto;
    position: relative;
}

.table-wrapper[b-7pbdvcnkwn] {
    max-height: 500px; /* Adjust as needed for vertical scroll */
    max-width: 100%; /* Adjust as needed for horizontal scroll */
    overflow-x: auto; /* Horizontal scroll */
    overflow-y: auto; /* Vertical scroll */
    height: 100%;
    border: 1px solid #ddd; /* Optional: Add a border for better visuals */
}

.table[b-7pbdvcnkwn] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-7pbdvcnkwn], .table td[b-7pbdvcnkwn] {
        padding: 10px 15px; /* Add padding for better spacing */
        text-align: left; /* Align text to the left */
        vertical-align: middle; /* Vertically center content */
        white-space: nowrap; /* Prevent text wrapping for long content */
    }

        .table th:nth-child(6)[b-7pbdvcnkwn], .table td:nth-child(6)[b-7pbdvcnkwn], /* Diagnosis Code */
        .table th:nth-child(7)[b-7pbdvcnkwn], .table td:nth-child(7)[b-7pbdvcnkwn] { /* Diagnosis Code Description */
            min-width: 150px; /* Minimum width to prevent cramping */
        }

.table-teal th[b-7pbdvcnkwn] {
    font-weight: bold;
}

.table tbody tr:hover[b-7pbdvcnkwn] {
    background-color: #f5f5f5;
}

.billing-container[b-7pbdvcnkwn] {
    min-height: calc(100vh - 15rem); /* Adjust based on your header height */
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;   
}

.billing-tabs[b-7pbdvcnkwn] {
    flex-shrink: 0;
}

.billing-content[b-7pbdvcnkwn] {
    flex: 1;
    /*overflow: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}
/* _content/MEDCHGWEB/Components/Pages/Admin/BillingComponents/ApprovedVisits.razor.rz.scp.css */
.dropdown-overlay[b-vwsqt2dg9t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000; /* Less than dropdown menu, more than rest of UI */
    background: transparent;
}

.approved-visits-container[b-vwsqt2dg9t] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filters-section[b-vwsqt2dg9t] {
    flex-shrink: 0;
}

.table-section[b-vwsqt2dg9t] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.table-wrapper[b-vwsqt2dg9t] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.table-fixed[b-vwsqt2dg9t] {
    table-layout: fixed;
    margin-bottom: 0;
}

.sticky-header[b-vwsqt2dg9t] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-teal);
}

/* Prevent layout shifts during loading */
.table-wrapper tbody tr[b-vwsqt2dg9t] {
    height: 60px; /* Fixed row height */
}

    .table-wrapper tbody tr td[b-vwsqt2dg9t] {
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Loading state styling */
.loading-overlay[b-vwsqt2dg9t] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.checkbox-green[b-vwsqt2dg9t] {
    background-color: #00FF00 !important;
}

.checkbox-yellow[b-vwsqt2dg9t] {
    background-color: #FFDF00 !important;
}

.checkbox-red[b-vwsqt2dg9t] {
    background-color: #DE0100 !important;
}

/* Custom styling for the checkbox */
.custom-checkbox .form-check-input[b-vwsqt2dg9t] {
    width: 24px;
    height: 24px;
    border: 2px solid #a3bffa; /* Light purple border */
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

    /* Style when the checkbox is checked */
    .custom-checkbox .form-check-input:checked[b-vwsqt2dg9t] {
        background-color: #fff; /* Keep background white */
        border-color: #a3bffa;
        position: relative;
    }

        /* Hide the default checkmark and create a custom one */
        .custom-checkbox .form-check-input:checked[b-vwsqt2dg9t]::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 8px;
            height: 14px;
            border: solid #a3bffa; /* Light purple checkmark */
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

        /* Remove Bootstrap's default checkmark background */
        .custom-checkbox .form-check-input:checked:focus[b-vwsqt2dg9t] {
            box-shadow: none;
        }

    .custom-checkbox .form-check-input:focus[b-vwsqt2dg9t] {
        box-shadow: none;
    }

/* _content/MEDCHGWEB/Components/Pages/Admin/BillingComponents/PendingVisits.razor.rz.scp.css */
.dropdown-overlay[b-cu55w4d3hq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000; /* Less than dropdown menu, more than rest of UI */
    background: transparent;
}

.pending-visits-container[b-cu55w4d3hq] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filters-section[b-cu55w4d3hq] {
    flex-shrink: 0;
}

.table-section[b-cu55w4d3hq] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.table-wrapper[b-cu55w4d3hq] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.table-fixed[b-cu55w4d3hq] {
    table-layout: fixed;
    margin-bottom: 0;
}

.sticky-header[b-cu55w4d3hq] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-teal);
}

/* Prevent layout shifts during loading */
.table-wrapper tbody tr[b-cu55w4d3hq] {
    height: 60px; /* Fixed row height */
}

    .table-wrapper tbody tr td[b-cu55w4d3hq] {
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Loading state styling */
.loading-overlay[b-cu55w4d3hq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.checkbox-green[b-cu55w4d3hq] {
    background-color: #00FF00 !important;
}
.checkbox-yellow[b-cu55w4d3hq]{
    background-color: #FFDF00 !important;
}
.checkbox-red[b-cu55w4d3hq] {
    background-color: #DE0100 !important;
}

/* Custom styling for the checkbox */
.custom-checkbox .form-check-input[b-cu55w4d3hq] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 2px solid #a3bffa; /* Light purple border */
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    /* Prevent layout shift */
    box-sizing: border-box;
}

    /* Style when the checkbox is checked */
    .custom-checkbox .form-check-input:checked[b-cu55w4d3hq] {
        background-color: #fff; /* Keep background white */
        border-color: #a3bffa;
        position: relative;
        /* Maintain exact same dimensions */
        width: 24px;
        height: 24px;
    }

        /* Hide the default checkmark and create a custom one */
        .custom-checkbox .form-check-input:checked[b-cu55w4d3hq]::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 8px;
            height: 14px;
            border: solid #a3bffa; /* Light purple checkmark */
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
            /* Prevent any layout shift */
            display: block;
        }

        /* Remove Bootstrap's default checkmark background */
        .custom-checkbox .form-check-input:checked:focus[b-cu55w4d3hq] {
            box-shadow: none;
        }

    .custom-checkbox .form-check-input:focus[b-cu55w4d3hq] {
        box-shadow: none;
    }

/* Ensure colored checkboxes maintain size */
.checkbox-green[b-cu55w4d3hq],
.checkbox-yellow[b-cu55w4d3hq],
.checkbox-red[b-cu55w4d3hq] {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}
/* _content/MEDCHGWEB/Components/Pages/Admin/BillingPatientView.razor.rz.scp.css */
.dropdown[b-cp5cjtab67] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-cp5cjtab67] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content[b-cp5cjtab67] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content.show[b-cp5cjtab67] {
        display: block;
    }

.dropdown-option[b-cp5cjtab67] {
    background-color: #f9f9f9;
    color: black;
    padding: 10px;
    text-align: left;
    border: none;
    width: 100%;
    cursor: pointer;
}

    .dropdown-option:hover[b-cp5cjtab67] {
        background-color: #ddd;
    }

.custom-dropdown[b-cp5cjtab67] {
    position: relative;
    width: 100%; /* Set your width */
}

.selected-option[b-cp5cjtab67] {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 7px; /* Rounded borders */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: white;
}

.arrow[b-cp5cjtab67] {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Arrow color */
    margin-left: 10px; /* Spacing from text */
}

.options[b-cp5cjtab67] {
    border: 1px solid #ccc;
    border-radius: 5px; /* Rounded bottom corners */
    position: absolute;
    background: white;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: 20rem;
    z-index: 5;
}

.scrollable-options[b-cp5cjtab67] {
    flex: 1;
    overflow-y: auto;
}

.option[b-cp5cjtab67] {
    padding: 10px;
    cursor: pointer;
}

    .option:hover[b-cp5cjtab67] {
        background-color: #f0f0f0;
    }

.customize[b-cp5cjtab67] {
    font-weight: bold;
    color: blue;
}

.customize-option[b-cp5cjtab67] {
    border-top: 1px solid #cccccc;
    text-align: end;
    background: white;
    cursor: pointer;
    flex-shrink: 0;
}

.drag-over[b-cp5cjtab67] {
    border-top: 3px solid #0D8AA6;
    background-color: rgba(13, 138, 166, 0.1);
}

.dragging[b-cp5cjtab67] {
    opacity: 0.6;
}

.sortable-row[b-cp5cjtab67] {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
/* _content/MEDCHGWEB/Components/Pages/Admin/BillingReportView.razor.rz.scp.css */
.table-container[b-ju753nxm4v] {
    overflow-x: auto;
    max-width:94rem;
}

table[b-ju753nxm4v] {
    width: 162%;
}

th[b-ju753nxm4v] {
    background-color: #E9F1F7;
    color: black;
    padding: 10px;
    width:140px !important;
}

td[b-ju753nxm4v] {
    padding: 8px;
    width: 140px !important;
    vertical-align:top;
    color:black;
}
    td > table[b-ju753nxm4v] {
        width: 100%; /* Ensures nested table takes full width of its parent td */
    }
/* _content/MEDCHGWEB/Components/Pages/Admin/BillingSettings.razor.rz.scp.css */
.tab-container[b-pfybqpjghh] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.tab[b-pfybqpjghh] {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
}

    .tab.active[b-pfybqpjghh] {
        border-bottom: 3px solid #0D8AA6 ; /* Green border for the active tab */
    }

.tab-content[b-pfybqpjghh] {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}
.scrollable-container[b-pfybqpjghh] {
    max-height: 400px;
    overflow-y: auto;
}
/* _content/MEDCHGWEB/Components/Pages/Admin/UserSettings/AddUser.razor.rz.scp.css */
body[b-cspz8yhcum] {
}
/* _content/MEDCHGWEB/Components/Pages/Admin/UserSettings/EditUser.razor.rz.scp.css */
body[b-jrapvd8tpi] {
}
/* _content/MEDCHGWEB/Components/Pages/Floor/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-jgmbg2o1f9] {
    position: relative;
    cursor: help;
}

span[b-jgmbg2o1f9] {
    visibility: hidden;
    position: absolute;
    width: 140px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 100;
}

    span[b-jgmbg2o1f9]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-jgmbg2o1f9] {
    visibility: visible;
}
/* _content/MEDCHGWEB/Components/Pages/Patient/PatientCodeModal.razor.rz.scp.css */
.form-check-input:checked[b-664l2qr0ku] {
    background-color: #2474B2;
    border-color: #2474B2;
    box-shadow: none;
}
/* _content/MEDCHGWEB/Components/Pages/Patient/ViewPatient.razor.rz.scp.css */
.dropdown-overlay[b-crx4vk4obb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000; /* Less than dropdown menu, more than rest of UI */
    background: transparent;
}

.dropdown-item:hover[b-crx4vk4obb] {
    background-color: #f8f9fa;
}

.search-bar[b-crx4vk4obb] {
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 10px;
}
.dropdown[b-crx4vk4obb] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-crx4vk4obb] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content[b-crx4vk4obb] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content.show[b-crx4vk4obb] {
        display: block;
    }

.dropdown-option[b-crx4vk4obb] {
    background-color: #f9f9f9;
    color: black;
    padding: 10px;
    text-align: left;
    border: none;
    width: 100%;
    cursor: pointer;
}

    .dropdown-option:hover[b-crx4vk4obb] {
        background-color: #ddd;
    }

.custom-dropdown[b-crx4vk4obb] {
    position: relative;
    width: 100%; /* Set your width */
}

.selected-option[b-crx4vk4obb] {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 7px; /* Rounded borders */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: white;
}

.arrow[b-crx4vk4obb] {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Arrow color */
    margin-left: 10px; /* Spacing from text */
}

.options[b-crx4vk4obb] {
    border: 1px solid #ccc;
    border-radius: 5px; /* Rounded bottom corners */
    position: absolute;
    background: white;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.option[b-crx4vk4obb] {
    padding: 10px;
    cursor: pointer;
}

    .option:hover[b-crx4vk4obb] {
        background-color: #f0f0f0;
    }

.customize[b-crx4vk4obb] {
    font-weight: bold;
    color: blue;
}

/* _content/MEDCHGWEB/Components/Pages/Provider/ProviderDashboard.razor.rz.scp.css */
td[b-yw3arhbz2h]{
    cursor: pointer;
}
.tab[b-yw3arhbz2h] {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
}

    .tab.active[b-yw3arhbz2h] {
        border-bottom: 3px solid #0D8AA6; /* Green border for the active tab */
    }

.tab-content[b-yw3arhbz2h] {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}
