/* _content/CCRMS/Components/Layout/LoginLayout.razor.rz.scp.css */
*[b-di360gnek3] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


#blazor-error-ui[b-di360gnek3] {
    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-di360gnek3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CCRMS/Components/Layout/MainLayout.razor.rz.scp.css */
*[b-7r1gdcw3zl] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html[b-7r1gdcw3zl], body[b-7r1gdcw3zl]{
    height: 100%;
    overflow: hidden;
}

.page[b-7r1gdcw3zl] {
    position: relative;
    display: flex;
    flex-direction: column;
}




main[b-7r1gdcw3zl] {
    flex: 1;
}

.sidebar[b-7r1gdcw3zl] {
/*    background-color: #a52025;*/
    background-color: #1b3a6b;
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

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

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

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

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

.main-body[b-7r1gdcw3zl] {
    flex-grow: 1;
    overflow-y: auto; /* Only this scrolls */
}

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

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

@media (min-width: 641px) {
    .page[b-7r1gdcw3zl] {
        display: flex;
        flex-direction: row;
        height: 100vh;
    }

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

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

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

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

#blazor-error-ui[b-7r1gdcw3zl] {
    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-7r1gdcw3zl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CCRMS/Components/Layout/NavMenu.razor.rz.scp.css */
*[b-ns2zvl8yp6] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-toggler[b-ns2zvl8yp6] {
    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-ns2zvl8yp6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ns2zvl8yp6] {
    height: 3.5rem;
/*    background-color: #a52025;*/
        background-color: #1b3a6b;
/*    border-bottom: 1px solid #ffffffff;*/
    border-bottom: solid 1px #324e7a;
}

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

.bi[b-ns2zvl8yp6] {
    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-ns2zvl8yp6] {
    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-ns2zvl8yp6] {
    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-ns2zvl8yp6] {
    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");
}

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

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

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

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

.nav-item[b-ns2zvl8yp6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ns2zvl8yp6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*.nav-scrollable {
    display: none;
}*/

.navClass[b-ns2zvl8yp6]{
    display: none;
}

/*.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}*/

.navbar-toggler:checked ~ .navClass[b-ns2zvl8yp6] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.glass-avatar-card[b-ns2zvl8yp6] {
    justify-self: center;
    width: 50px;
    height: 50px;
    border-radius: 12px; /* The curve amount */
    /* CRITICAL: This clips anything inside this box that tries to poke out of the corners */
    overflow: hidden;
    /* Matching your glass theme */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .glass-avatar-card img[b-ns2zvl8yp6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



@media (min-width: 641px) {
    .navbar-toggler[b-ns2zvl8yp6] {
        display: none;
    }

    .nav-scrollable[b-ns2zvl8yp6] {
/*         Never collapse the sidebar for wide screens */
        display: block;

/*         Allow sidebar to scroll for tall menus */
        
    }

    .navClass[b-ns2zvl8yp6] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CCRMS/Components/Pages/AddCustomer.razor.rz.scp.css */
.home-top-row[b-1dtte3jbcp]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-1dtte3jbcp]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-1dtte3jbcp]{
    display: block;
    gap: 1rem;
}

@media (min-width: 768px){
    .info-card[b-1dtte3jbcp] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
/* _content/CCRMS/Components/Pages/AddFacility.razor.rz.scp.css */
.home-top-row[b-1dnvdscxrk]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-1dnvdscxrk]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.preview-container[b-1dnvdscxrk] {
    margin-top: 1rem;
    padding: 14px;
    background-color: #e3e9f0;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-1dnvdscxrk]{
    display: block;
    gap: 1rem;
}

.search-container[b-1dnvdscxrk] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-1dnvdscxrk] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-1dnvdscxrk] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-1dnvdscxrk]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.port-container[b-1dnvdscxrk] {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .port-container p[b-1dnvdscxrk] {
        font-size: 13px;
        align-self: center;
    }

.port-active[b-1dnvdscxrk] {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
}

    .port-active :hover[b-1dnvdscxrk] {
        cursor: pointer;
    }

.stat-active[b-1dnvdscxrk] {
    background-color: #1B3A6B;
    color: #ffffff;
}

@media (min-width: 768px) {
    .info-card[b-1dnvdscxrk] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .details-container[b-1dnvdscxrk] {
        width: 50%;
    }

    .preview-container[b-1dnvdscxrk] {
        width: 50%;
    }
}
}
/* _content/CCRMS/Components/Pages/AddPayment.razor.rz.scp.css */
.home-top-row[b-urbze5aaj3]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-urbze5aaj3]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.button-container[b-urbze5aaj3]{
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-top: 1rem;
}

.info-card[b-urbze5aaj3]{
    display: block;
    gap: 1rem;
}

.search-container[b-urbze5aaj3] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-urbze5aaj3] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-urbze5aaj3] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-urbze5aaj3]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

@media (min-width: 768px){
    .info-card[b-urbze5aaj3] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .details-container[b-urbze5aaj3] {
        width: 50%;
    }

    .button-container[b-urbze5aaj3]{
        width: 50%;
    }
}
/* _content/CCRMS/Components/Pages/AddPlan.razor.rz.scp.css */
.home-top-row[b-qrfl2oo6v5]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-qrfl2oo6v5]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.preview-container[b-qrfl2oo6v5] {
    margin-top: 1rem;
    padding: 14px;
    background-color: #e3e9f0;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-qrfl2oo6v5]{
    display: block;
    gap: 1rem;
}

.search-container[b-qrfl2oo6v5] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-qrfl2oo6v5] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-qrfl2oo6v5] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-qrfl2oo6v5]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.port-container[b-qrfl2oo6v5] {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .port-container p[b-qrfl2oo6v5] {
        font-size: 13px;
        align-self: center;
    }

.port-active[b-qrfl2oo6v5] {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
}

    .port-active :hover[b-qrfl2oo6v5] {
        cursor: pointer;
    }

.stat-active[b-qrfl2oo6v5] {
    background-color: #1B3A6B;
    color: #ffffff;
}

@media (min-width: 768px) {
    .info-card[b-qrfl2oo6v5] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .details-container[b-qrfl2oo6v5] {
        width: 50%;
    }

    .preview-container[b-qrfl2oo6v5] {
        width: 50%;
    }
}
}
/* _content/CCRMS/Components/Pages/AddUser.razor.rz.scp.css */
.home-top-row[b-55qonqztgi]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-55qonqztgi]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.preview-container[b-55qonqztgi] {
    margin-top: 1rem;
    padding: 14px;
    background-color: #e3e9f0;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-55qonqztgi]{
    display: block;
    gap: 1rem;
}

.search-container[b-55qonqztgi] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-55qonqztgi] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-55qonqztgi] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-55qonqztgi]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.port-container[b-55qonqztgi] {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .port-container p[b-55qonqztgi] {
        font-size: 13px;
        align-self: center;
    }

.port-active[b-55qonqztgi] {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
}

    .port-active :hover[b-55qonqztgi] {
        cursor: pointer;
    }

.stat-active[b-55qonqztgi] {
    background-color: #1B3A6B;
    color: #ffffff;
}

@media (min-width: 768px) {
    .info-card[b-55qonqztgi] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .details-container[b-55qonqztgi] {
        width: 50%;
    }

    .preview-container[b-55qonqztgi] {
        width: 50%;
    }
}
}
/* _content/CCRMS/Components/Pages/EditCustomerPage.razor.rz.scp.css */
.home-top-row[b-wk908ma263]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-wk908ma263]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-wk908ma263]{
    display: block;
    gap: 1rem;
}

@media (min-width: 768px){
    .info-card[b-wk908ma263] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .home-top-row[b-wk908ma263] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
/* _content/CCRMS/Components/Pages/EditFacility.razor.rz.scp.css */
.home-top-row[b-8z9qlhu65z]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-8z9qlhu65z]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.preview-container[b-8z9qlhu65z] {
    margin-top: 1rem;
    padding: 14px;
    background-color: #e3e9f0;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-8z9qlhu65z]{
    display: block;
    gap: 1rem;
}

.search-container[b-8z9qlhu65z] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-8z9qlhu65z] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-8z9qlhu65z] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-8z9qlhu65z]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.port-container[b-8z9qlhu65z] {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .port-container p[b-8z9qlhu65z] {
        font-size: 13px;
        align-self: center;
    }

.port-active[b-8z9qlhu65z] {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
}

    .port-active :hover[b-8z9qlhu65z] {
        cursor: pointer;
    }

.stat-active[b-8z9qlhu65z] {
    background-color: #1B3A6B;
    color: #ffffff;
}

@media (min-width: 768px) {
    .info-card[b-8z9qlhu65z] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .details-container[b-8z9qlhu65z] {
        width: 50%;
    }

    .preview-container[b-8z9qlhu65z] {
        width: 50%;
    }
}
}
/* _content/CCRMS/Components/Pages/FacilityPage.razor.rz.scp.css */
.home-top-row[b-ao1q6ryez9]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-ao1q6ryez9]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-ao1q6ryez9] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-ao1q6ryez9]{
    margin-top: 1rem;
    padding:14px 0;
    padding-bottom:0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-ao1q6ryez9] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    height: fit-content;
    margin: 0 1rem;
}

.searchInput[b-ao1q6ryez9] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-ao1q6ryez9] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-ao1q6ryez9] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-ao1q6ryez9] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-ao1q6ryez9]{
    cursor: pointer;
}

.stat-active[b-ao1q6ryez9] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-ao1q6ryez9], .return :hover i[b-ao1q6ryez9] {
    color: #000000;
}


/* Container styling for borders and padding */
.table-container[b-ao1q6ryez9] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-ao1q6ryez9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-ao1q6ryez9] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-ao1q6ryez9] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        text-wrap: nowrap;
    }

    /* Body cell design */
    .data-table td[b-ao1q6ryez9] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 500;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-ao1q6ryez9] {
        border-bottom: none;
    }


/* Actions wrapper styling */
.actions[b-ao1q6ryez9] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-ao1q6ryez9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-ao1q6ryez9] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-ao1q6ryez9] {
    opacity: 1;
    visibility: visible;
}

tr:hover[b-ao1q6ryez9] {
    background-color: #eef2f8;
}

    tr:hover .progress-bar-bg[b-ao1q6ryez9] {
        background-color: #e4eaf5;
    }

/* Utility Helpers */
.text-right[b-ao1q6ryez9] {
    text-align: left !important;
}

.font-bold[b-ao1q6ryez9] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-ao1q6ryez9] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-ao1q6ryez9] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-ao1q6ryez9] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-ao1q6ryez9] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-ao1q6ryez9] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}

@media (min-width: 768px) {
    .card-container[b-ao1q6ryez9]{
        grid-template-columns: repeat(5, 1fr);
    }

    .input-container[b-ao1q6ryez9]{
        width: 30%;
    }
}
/* _content/CCRMS/Components/Pages/Home.razor.rz.scp.css */
.home-top-row[b-rddjzjoubx]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-rddjzjoubx]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-rddjzjoubx] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-rddjzjoubx] {
    margin-top: 1rem;
    padding-top: 14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-rddjzjoubx] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-rddjzjoubx] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}


.status-container[b-rddjzjoubx] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-rddjzjoubx] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-rddjzjoubx] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-rddjzjoubx]{
    cursor: pointer;
}

.stat-active[b-rddjzjoubx] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-rddjzjoubx], .return :hover i[b-rddjzjoubx] {
    color: #000000;
}

/* Container styling for borders and padding */
.table-container[b-rddjzjoubx] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: auto;
    background-color: #ffffff;
}

/* Base table layout */
.data-table[b-rddjzjoubx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-rddjzjoubx] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-rddjzjoubx] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        text-wrap: nowrap;
    }

    /* Body cell design */
    .data-table td[b-rddjzjoubx] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-rddjzjoubx] {
        border-bottom: none;
    }

tr:hover[b-rddjzjoubx] {
    background-color: #eef2f8;
}


/* Utility Helpers */
.text-right[b-rddjzjoubx] {
    text-align: left !important;
}

.font-bold[b-rddjzjoubx] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-rddjzjoubx] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-rddjzjoubx] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-rddjzjoubx] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-rddjzjoubx] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-rddjzjoubx] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}


/* Actions wrapper styling */
.actions[b-rddjzjoubx] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-rddjzjoubx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-rddjzjoubx] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-rddjzjoubx] {
    opacity: 1;
    visibility: visible;
}

.filter[b-rddjzjoubx] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.search-section[b-rddjzjoubx] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 0 1rem;
}

.search[b-rddjzjoubx] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

@media (min-width: 768px) {

    .card-container[b-rddjzjoubx] {
        grid-template-columns: repeat(4, 1fr);
    }

    .search[b-rddjzjoubx] {
        flex-direction: row;
        gap: .5rem;
    }

    .search-section[b-rddjzjoubx] {
        flex-direction: row;
        gap: .5rem;
        padding: 0 1rem;
        justify-content: space-between;
    }

    .input-container[b-rddjzjoubx] {
        width: 50%;
    }

    .filter[b-rddjzjoubx] {
        flex-direction: row;
    }
}
/* _content/CCRMS/Components/Pages/InvoicePage.razor.rz.scp.css */
.home-top-row[b-71sjpcfogy]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-71sjpcfogy]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-container2[b-71sjpcfogy] {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-71sjpcfogy] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-71sjpcfogy]{
    margin-top: 1rem;
    padding-top:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-71sjpcfogy] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-71sjpcfogy] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-71sjpcfogy] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-71sjpcfogy] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-71sjpcfogy] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-71sjpcfogy]{
    cursor: pointer;
}

.stat-active[b-71sjpcfogy] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-71sjpcfogy], .return :hover i[b-71sjpcfogy] {
    color: #000000;
}

/* Container styling for borders and padding */
.table-container[b-71sjpcfogy] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-71sjpcfogy] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-71sjpcfogy] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-71sjpcfogy] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
    }

    /* Body cell design */
    .data-table td[b-71sjpcfogy] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-71sjpcfogy] {
        border-bottom: none;
    }

tr:hover[b-71sjpcfogy] {
    background-color: #eef2f8;
}


/* Utility Helpers */
.text-right[b-71sjpcfogy] {
    text-align: left !important;
}

.font-bold[b-71sjpcfogy] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-71sjpcfogy] {
    color: #10b981; /* Matches the vibrant green in the image */
}


/* Actions wrapper styling */
.actions[b-71sjpcfogy] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-71sjpcfogy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-71sjpcfogy] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-71sjpcfogy] {
    opacity: 1;
    visibility: visible;
}


.pill[b-71sjpcfogy]{
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.paid[b-71sjpcfogy] {
    color: #00bc7d;
    border: solid 1px #a4f4cf;
    background-color: #ecfdf5;
}

.partial[b-71sjpcfogy] {
    color: #c14d00;
    border: solid 1px #fee685;
    background-color: #fffbeb;
}

.unpaid[b-71sjpcfogy] {
    color: #c1044b;
    border: solid 1px #ffc9c9;
    background-color: #fef2f2;
}

.filter[b-71sjpcfogy] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.search-section[b-71sjpcfogy]{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 0 1rem;
}

.search[b-71sjpcfogy]{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}


@media (min-width: 768px) {
    .card-container[b-71sjpcfogy]{
        grid-template-columns: repeat(5, 1fr);
    }

    .search[b-71sjpcfogy] {
        flex-direction: row;
        gap: .5rem;
    }

    .search-section[b-71sjpcfogy] {
        flex-direction: row;
        gap: .5rem;
        padding: 0 1rem;
        justify-content: space-between;
    }

    .input-container[b-71sjpcfogy]{
        width: 50%;
    }

    .filter[b-71sjpcfogy] {
        flex-direction: row;
    }
}
/* _content/CCRMS/Components/Pages/Login.razor.rz.scp.css */
*[b-cfaqhbcvsh] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.login-main[b-cfaqhbcvsh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.login-form[b-cfaqhbcvsh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    border-radius: 10px;
    padding: 1rem;
}

.login-card[b-cfaqhbcvsh] {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border: 1px solid rgba(27, 58, 107, 0.15);
    border-radius: 25px;
    color: #1b3a6b;
    background-color: #ffffff;
}

    .login-card h2[b-cfaqhbcvsh] {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        color: #1b3a6b;
    }

/* Form elements adjusted for high readability */
.input-group[b-cfaqhbcvsh] {
    margin-bottom: 20px;
}

    .input-group label[b-cfaqhbcvsh] {
        display: block;
        font-size: 14px;
        margin-bottom: 4px;
        color: rgba(27, 58, 107, 0.8);
    }

.userInput[b-cfaqhbcvsh] {
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8); /* Solid white inside inputs so text pops */
    border: 1px solid rgba(27, 58, 107, 0.2);
    color: #1b3a6b;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .userInput:focus[b-cfaqhbcvsh] {
        outline: none;
        border-color: #1b3a6b;
        box-shadow: 0 0 0 4px rgba(27, 58, 107, 0.1);
    }

/* Solid Navy Button to anchor the design */
.submit-btn[b-cfaqhbcvsh] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #1b3a6b; /* Solid color makes it look sharp */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 10px;
}

    .submit-btn:hover[b-cfaqhbcvsh] {
        background: #12284c; /* Slightly darker on hover */
    }


.glass-avatar-card[b-cfaqhbcvsh] {
    justify-self: center;
    width: 120px;
    height: 120px;
    border-radius: 24px; /* The curve amount */
    /* CRITICAL: This clips anything inside this box that tries to poke out of the corners */
    overflow: hidden;
    /* Matching your glass theme */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .glass-avatar-card img[b-cfaqhbcvsh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* _content/CCRMS/Components/Pages/PaymentPage.razor.rz.scp.css */
.home-top-row[b-f7qu9svju0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-f7qu9svju0] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-container2[b-f7qu9svju0] {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-f7qu9svju0] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-f7qu9svju0] {
    margin-top: 1rem;
    padding-top: 14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-f7qu9svju0] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: auto;
    height: fit-content;
    
}

.searchInput[b-f7qu9svju0] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-f7qu9svju0] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-f7qu9svju0] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-f7qu9svju0] {
    padding: 2px 8px;
    border-radius: 4px;
}

    .status-active :hover[b-f7qu9svju0] {
        cursor: pointer;
    }

.stat-active[b-f7qu9svju0] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-f7qu9svju0], .return :hover i[b-f7qu9svju0] {
    color: #000000;
}

/* Container styling for borders and padding */
.table-container[b-f7qu9svju0] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-f7qu9svju0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-f7qu9svju0] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-f7qu9svju0] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        text-wrap: nowrap;
    }

    /* Body cell design */
    .data-table td[b-f7qu9svju0] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-f7qu9svju0] {
        border-bottom: none;
    }

tr:hover[b-f7qu9svju0] {
    background-color: #eef2f8;
}


/* Utility Helpers */
.text-right[b-f7qu9svju0] {
    text-align: left !important;
}

.font-bold[b-f7qu9svju0] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-f7qu9svju0] {
    color: #10b981; /* Matches the vibrant green in the image */
}


/* Actions wrapper styling */
.actions[b-f7qu9svju0] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-f7qu9svju0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-f7qu9svju0] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-f7qu9svju0] {
    opacity: 1;
    visibility: visible;
}


.pill[b-f7qu9svju0] {
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.paid[b-f7qu9svju0] {
    color: #00bc7d;
    border: solid 1px #a4f4cf;
    background-color: #ecfdf5;
}

.partial[b-f7qu9svju0] {
    color: #c14d00;
    border: solid 1px #fee685;
    background-color: #fffbeb;
}

.unpaid[b-f7qu9svju0] {
    color: #c1044b;
    border: solid 1px #ffc9c9;
    background-color: #fef2f2;
}

.filterSection[b-f7qu9svju0] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 0 1rem;
    justify-content: space-between;
}

.search[b-f7qu9svju0]{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    
}

@media (min-width: 768px) {
    .card-container[b-f7qu9svju0] {
        grid-template-columns: repeat(4, 1fr);
    }

    .input-container[b-f7qu9svju0] {
        margin: 0 1rem;
        width: 70%;
    }

    .search[b-f7qu9svju0] {
        flex-direction: row;
        gap: 0;
        width: 70%;
    }

    .filterSection[b-f7qu9svju0] {
        flex-direction: row;
        padding:0;
        padding-right: 1rem;
        margin: 0;
        width: 100%;
    }
}
/* _content/CCRMS/Components/Pages/PlanPage.razor.rz.scp.css */
.home-top-row[b-nfen0awejb]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-nfen0awejb]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-nfen0awejb] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-nfen0awejb]{
    margin-top: 1rem;
    padding:14px 0;
    padding-bottom:0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-nfen0awejb] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 30%;
    height: fit-content;
    margin: 0 1rem;
}

.searchInput[b-nfen0awejb] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-nfen0awejb] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-nfen0awejb] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-nfen0awejb] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-nfen0awejb]{
    cursor: pointer;
}

.stat-active[b-nfen0awejb] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-nfen0awejb], .return :hover i[b-nfen0awejb] {
    color: #000000;
}


/* Container styling for borders and padding */
.table-container[b-nfen0awejb] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: auto;
    background-color: #ffffff;
}

/* Base table layout */
.data-table[b-nfen0awejb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-nfen0awejb] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-nfen0awejb] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        text-wrap: nowrap;
    }

    /* Body cell design */
    .data-table td[b-nfen0awejb] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 500;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-nfen0awejb] {
        border-bottom: none;
    }

/* Utility Helpers */
.text-right[b-nfen0awejb] {
    text-align: left !important;
}

.font-bold[b-nfen0awejb] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-nfen0awejb] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-nfen0awejb] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-nfen0awejb] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-nfen0awejb] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-nfen0awejb] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}

@media (min-width: 768px) {
    .card-container[b-nfen0awejb]{
        grid-template-columns: repeat(5, 1fr);
    }
}
/* _content/CCRMS/Components/Pages/UserPage.razor.rz.scp.css */
.home-top-row[b-yrxmzeam7b]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-yrxmzeam7b]{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 1rem;
}

.card-box[b-yrxmzeam7b] {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
}

.search-container[b-yrxmzeam7b] {
    margin-top: 1rem;
    padding-top: 14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-yrxmzeam7b] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-yrxmzeam7b] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}


.status-container[b-yrxmzeam7b] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-yrxmzeam7b] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-yrxmzeam7b] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-yrxmzeam7b]{
    cursor: pointer;
}

.stat-active[b-yrxmzeam7b] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-yrxmzeam7b], .return :hover i[b-yrxmzeam7b] {
    color: #000000;
}

/* Container styling for borders and padding */
.table-container[b-yrxmzeam7b] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-yrxmzeam7b] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-yrxmzeam7b] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-yrxmzeam7b] {
        padding: 16px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        text-wrap: nowrap;
    }

    /* Body cell design */
    .data-table td[b-yrxmzeam7b] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        text-wrap: nowrap;
    }

    .data-table tbody tr:last-child td[b-yrxmzeam7b] {
        border-bottom: none;
    }

tr:hover[b-yrxmzeam7b] {
    background-color: #eef2f8;
}


/* Utility Helpers */
.text-right[b-yrxmzeam7b] {
    text-align: left !important;
}

.font-bold[b-yrxmzeam7b] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-yrxmzeam7b] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-yrxmzeam7b] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-yrxmzeam7b] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-yrxmzeam7b] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-yrxmzeam7b] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}


/* Actions wrapper styling */
.actions[b-yrxmzeam7b] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-yrxmzeam7b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-yrxmzeam7b] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-yrxmzeam7b] {
    opacity: 1;
    visibility: visible;
}

.filter[b-yrxmzeam7b] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.search-section[b-yrxmzeam7b] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 0 1rem;
}

.search[b-yrxmzeam7b] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .card-container[b-yrxmzeam7b] {
        grid-template-columns: repeat(3, 1fr);
    }

    .search[b-yrxmzeam7b] {
        flex-direction: row;
        gap: .5rem;
    }

    .search-section[b-yrxmzeam7b] {
        flex-direction: row;
        gap: .5rem;
        padding: 0 1rem;
        justify-content: space-between;
    }

    .input-container[b-yrxmzeam7b] {
        width: 50%;
    }

    .filter[b-yrxmzeam7b] {
        flex-direction: row;
    }
}
/* _content/CCRMS/Components/Pages/ViewClientPage.razor.rz.scp.css */
.home-top-row[b-bz9f11vm5f]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card-container[b-bz9f11vm5f] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
    padding: 1rem;
    justify-content:space-between;
}

.card-box[b-bz9f11vm5f] {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 1rem;
    align-items:center;
}

.search-container[b-bz9f11vm5f]{
    margin-top: 1rem;
    padding:12px 0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-bz9f11vm5f] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    height: fit-content;
    margin: 0 1rem;
}

.searchInput[b-bz9f11vm5f] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-bz9f11vm5f] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-bz9f11vm5f] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-bz9f11vm5f] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-bz9f11vm5f]{
    cursor: pointer;
}

.stat-active[b-bz9f11vm5f] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-bz9f11vm5f], .return :hover i[b-bz9f11vm5f] {
    color: #000000;
}


/* Container styling for borders and padding */
.table-container[b-bz9f11vm5f] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-bz9f11vm5f] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-bz9f11vm5f] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-bz9f11vm5f] {
        padding: 10px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
    }

    /* Body cell design */
    .data-table td[b-bz9f11vm5f] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 12px;
        font-weight:500;
    }

    .data-table tbody tr:last-child td[b-bz9f11vm5f] {
        border-bottom: none;
    }


/* Actions wrapper styling */
.actions[b-bz9f11vm5f] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-bz9f11vm5f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-bz9f11vm5f] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-bz9f11vm5f] {
    opacity: 1;
    visibility: visible;
}

tr:hover[b-bz9f11vm5f] {
    background-color: #eef2f8;
}

    tr:hover .progress-bar-bg[b-bz9f11vm5f] {
        background-color: #e4eaf5;
    }

/* Utility Helpers */
.text-right[b-bz9f11vm5f] {
    text-align: left !important;
}

.font-bold[b-bz9f11vm5f] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-bz9f11vm5f] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-bz9f11vm5f] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-bz9f11vm5f] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-bz9f11vm5f] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-bz9f11vm5f] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}


/* Custom Flexbox Progress Bar Column */
.progress-containers[b-bz9f11vm5f] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%; /* Limits width to match image constraints */
}

.progress-bar-bgs[b-bz9f11vm5f] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fills[b-bz9f11vm5f] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-texts[b-bz9f11vm5f] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}

.prog-container[b-bz9f11vm5f] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content:end;
}

.cat-container[b-bz9f11vm5f]{
    display: flex;
    flex-direction: row;
    gap: .3rem;
    align-items: center;
    padding: 0 14px 10px 14px;
}


    .cat-container p[b-bz9f11vm5f] {
        font-size: 13px;
        font-weight: 500;
        color: #445773;
    }

    .cat-container:hover *[b-bz9f11vm5f] {
        color: #007bff;
        cursor: pointer;
    }

.actives[b-bz9f11vm5f] {
    border-bottom: 2px solid #007bff;
}

.all *[b-bz9f11vm5f], .all p[b-bz9f11vm5f]{
    color: #007bff;
    font-weight: 600;
}

.details-container[b-bz9f11vm5f] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

.info-card[b-bz9f11vm5f] {
    display: block;
    gap: 1rem;
}

.image-modal[b-bz9f11vm5f] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.image-modal-content[b-bz9f11vm5f] {
    max-width: 100%;
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.image-modal-close[b-bz9f11vm5f] {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}

    .image-modal-close:hover[b-bz9f11vm5f] {
        background: rgba(255, 255, 255, 0.3);
    }
@media (min-width: 768px) {
    .card-container[b-bz9f11vm5f]{
        flex-direction: row;
    }

    .input-container[b-bz9f11vm5f]{
        width: 30%;
    }

    .prog-container[b-bz9f11vm5f] {
        min-width: 15%;
        text-align: end;
    }

    .progress-containers[b-bz9f11vm5f]{
        max-width: 260px;
    }

    .info-card[b-bz9f11vm5f] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
/* _content/CCRMS/Components/Pages/ViewNap.razor.rz.scp.css */
.home-top-row[b-7kqbgv7nhh]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card-container[b-7kqbgv7nhh] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d7d7d7bf;
    padding: 1rem;
    justify-content:space-between;
}

.card-box[b-7kqbgv7nhh] {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 1rem;
    align-items:center;
}

.search-container[b-7kqbgv7nhh]{
    margin-top: 1rem;
    padding:14px 0;
    padding-bottom:0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.input-container[b-7kqbgv7nhh] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    height: fit-content;
    margin: 0 1rem;
}

.searchInput[b-7kqbgv7nhh] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.status-container[b-7kqbgv7nhh] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .status-container p[b-7kqbgv7nhh] {
        font-size: 13px;
        align-self: center;
    }

.status-active[b-7kqbgv7nhh] {
    padding: 2px 8px;
    border-radius: 4px;
}

.status-active :hover[b-7kqbgv7nhh]{
    cursor: pointer;
}

.stat-active[b-7kqbgv7nhh] {
    background-color: #1B3A6B;
    color: #ffffff;
}

.return :hover p[b-7kqbgv7nhh], .return :hover i[b-7kqbgv7nhh] {
    color: #000000;
}


/* Container styling for borders and padding */
.table-container[b-7kqbgv7nhh] {
    border: 1px solid #e2e8f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
    background-color: #ffffff;
    overflow: auto;
}

/* Base table layout */
.data-table[b-7kqbgv7nhh] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #4a5568;
}

    /* Header design */
    .data-table thead tr[b-7kqbgv7nhh] {
        background-color: #eef2f8;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-7kqbgv7nhh] {
        padding: 10px 24px;
        font-weight: 600;
        font-size: 11px;
        color: #6579A0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
    }

    /* Body cell design */
    .data-table td[b-7kqbgv7nhh] {
        padding: 12px 24px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
        font-size: 12px;
        font-weight:500;
    }

    .data-table tbody tr:last-child td[b-7kqbgv7nhh] {
        border-bottom: none;
    }


/* Actions wrapper styling */
.actions[b-7kqbgv7nhh] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Action button styling and explicit hover state */
.action-btn[b-7kqbgv7nhh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    /* Ensure hover selector target takes priority */
    .action-btn:hover[b-7kqbgv7nhh] {
        background-color: #cae2f6 !important;
    }


/* Show actions when hovering the table row */
.data-table tbody tr:hover .actions[b-7kqbgv7nhh] {
    opacity: 1;
    visibility: visible;
}

tr:hover[b-7kqbgv7nhh] {
    background-color: #eef2f8;
}

    tr:hover .progress-bar-bg[b-7kqbgv7nhh] {
        background-color: #e4eaf5;
    }

/* Utility Helpers */
.text-right[b-7kqbgv7nhh] {
    text-align: left !important;
}

.font-bold[b-7kqbgv7nhh] {
    font-weight: 700;
    color: #1a202c;
}

.text-green[b-7kqbgv7nhh] {
    color: #10b981; /* Matches the vibrant green in the image */
}

/* Custom Flexbox Progress Bar Column */
.progress-container[b-7kqbgv7nhh] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px; /* Limits width to match image constraints */
}

.progress-bar-bg[b-7kqbgv7nhh] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fill[b-7kqbgv7nhh] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text[b-7kqbgv7nhh] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}


/* Custom Flexbox Progress Bar Column */
.progress-containers[b-7kqbgv7nhh] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%; /* Limits width to match image constraints */
}

.progress-bar-bgs[b-7kqbgv7nhh] {
    flex-grow: 1;
    background-color: #eaf0f6;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar-fills[b-7kqbgv7nhh] {
    background-color: #10b981;
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-texts[b-7kqbgv7nhh] {
    font-size: 13px;
    color: #a0aec0;
    min-width: 35px;
}

.prog-container[b-7kqbgv7nhh] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (min-width: 768px) {
    .card-container[b-7kqbgv7nhh]{
        flex-direction: row;
    }

    .input-container[b-7kqbgv7nhh]{
        width: 30%;
    }

    .prog-container[b-7kqbgv7nhh] {
        min-width: 15%;
    }

    .progress-containers[b-7kqbgv7nhh]{
        max-width: 260px;
    }
}
/* _content/CCRMS/Components/Pages/ViewPayment.razor.rz.scp.css */
.home-top-row[b-ikeuyksm0j]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-ikeuyksm0j]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.button-container[b-ikeuyksm0j]{
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-top: 1rem;
}

.info-card[b-ikeuyksm0j]{
    display: block;
    gap: 1rem;
}

.search-container[b-ikeuyksm0j] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-ikeuyksm0j] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-ikeuyksm0j] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-ikeuyksm0j]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.image-modal[b-ikeuyksm0j] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.image-modal-content[b-ikeuyksm0j] {
    max-width: 100%;
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.image-modal-close[b-ikeuyksm0j] {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}

    .image-modal-close:hover[b-ikeuyksm0j] {
        background: rgba(255, 255, 255, 0.3);
    }
@media (min-width: 768px){
    .info-card[b-ikeuyksm0j] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .details-container[b-ikeuyksm0j] {
        width: 50%;
    }

    .button-container[b-ikeuyksm0j]{
        width: 50%;
    }
}
/* _content/CCRMS/Components/Pages/ViewUser.razor.rz.scp.css */
.home-top-row[b-s1e50g3wr5]{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.details-container[b-s1e50g3wr5]{
    margin-top: 1rem;
    padding:14px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius:8px;
    display: flex;
    flex-direction: column;
}

.preview-container[b-s1e50g3wr5] {
    margin-top: 1rem;
    padding: 14px;
    background-color: #e3e9f0;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.info-card[b-s1e50g3wr5]{
    display: block;
    gap: 1rem;
}

.search-container[b-s1e50g3wr5] {
    margin-top: 1rem;
    padding: 14px 1rem;
    background-color: #ffffff;
    border: 1px solid #d7d7d7bf;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 14px;
}

.input-container[b-s1e50g3wr5] {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7bf;
    background-color: #eef2f8;
    border-radius: 4px;
    padding: 8px 12px;
    gap: 12px;
    width: 100%;
    height: fit-content;
}

.searchInput[b-s1e50g3wr5] {
    border: none;
    background: transparent;
    outline: none; /* Removes the default focus ring */
    width: 100%;
    color: #1b3a6b;
    font-size: 13px;
}

.proof[b-s1e50g3wr5]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d7d7d7bf;
    height:300px;
}

.port-container[b-s1e50g3wr5] {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 6px;
    gap: 8px;
    width: auto;
}

    .port-container p[b-s1e50g3wr5] {
        font-size: 13px;
        align-self: center;
    }

.port-active[b-s1e50g3wr5] {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7bf;
}

    .port-active :hover[b-s1e50g3wr5] {
        cursor: pointer;
    }

.stat-active[b-s1e50g3wr5] {
    background-color: #1B3A6B;
    color: #ffffff;
}

@media (min-width: 768px) {
    .info-card[b-s1e50g3wr5] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .details-container[b-s1e50g3wr5] {
        width: 50%;
    }

    .preview-container[b-s1e50g3wr5] {
        width: 50%;
    }
}
}
