/* /Components/DashboardCard.razor.rz.scp.css */
.dashboard-card[b-8ugvz0jv3f] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dashboard-card-title[b-8ugvz0jv3f] {
    font-weight: 600;
    margin-bottom: 4px;
}

.dashboard-card-subtitle[b-8ugvz0jv3f] {
    font-size: 0.875rem;
    opacity: 0.7;
}

.dashboard-card-content[b-8ugvz0jv3f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-card-value[b-8ugvz0jv3f] {
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.dashboard-card-actions[b-8ugvz0jv3f] {
    justify-content: center;
    padding: 8px 16px;
}

/* Variants */
.dashboard-card.metric[b-8ugvz0jv3f] {
    text-align: center;
}

.dashboard-card.metric .dashboard-card-value[b-8ugvz0jv3f] {
    font-size: 2.5rem;
    line-height: 1.2;
}

.dashboard-card.compact[b-8ugvz0jv3f] {
    min-height: 120px;
}

.dashboard-card.large[b-8ugvz0jv3f] {
    min-height: 200px;
}

/* Hover effects */
.dashboard-card:hover[b-8ugvz0jv3f] {
    transform: translateY(-2px);
    transition: transform 0.2s ease-in-out;
}
/* /Components/Forms/ClientForm.razor.rz.scp.css */
.client-form[b-l0d2qoe40m] {
    padding: 10px;
    overflow: auto;
    display: flex;
    gap: 10px;
}

.client-form
.form-table-of-contents[b-l0d2qoe40m] {
    border: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: var(--mud-palette-primary-darken);
    display: flex;
    flex-direction: column;
}

.form-table-of-contents[b-l0d2qoe40m]
 .mud-button-label {
    white-space: nowrap;
    justify-content: unset;
}

[b-l0d2qoe40m] .form-container {
    display: flex;
    gap: 10px;
    flex: 1 1 auto;
    height: 100%;
    overflow: auto;
}

[b-l0d2qoe40m] .mud-table-toolbar {
    padding-inline-start: 0px;
    height: unset;
}
/* /Components/Forms/PatientForm.razor.rz.scp.css */
.patient-form[b-4xfv594w2m] {
    padding: 10px;
    overflow: auto;
    display: flex;
    gap: 10px;
}

[b-4xfv594w2m] .form-container {
    display: flex;
    gap: 10px;
    flex: 1 1 auto;
    height: 100%;
    overflow: auto;
}

.notes-and-logs-fieldset legend[b-4xfv594w2m] {
    background: unset;
    border: unset;
}


.info-fieldset-tab--active
.info-fieldset-tab[b-4xfv594w2m] {

}


.patient-protcol-fieldset-tab--active
.patient-protcol-fieldset-tab[b-4xfv594w2m] {

}
/* /Components/Tables/ClientTable.razor.rz.scp.css */
.client-table.hide-toolbar[b-z6i17v25ia]  .mud-table-toolbar {
    display: none;
}
/* /Components/Tables/PatientNoteTable.razor.rz.scp.css */
.patent-note-table[b-dpsnncbu6b] {
    display: flex;
    flex-direction: column;
}
/* /Components/Tables/PatientTable.razor.rz.scp.css */
.patient-table[b-gxl6163xw8] {
    min-height: 0;
}

.patient-table.hide-toolbar[b-gxl6163xw8]  .mud-table-toolbar {
    display: none;
}

[b-gxl6163xw8] .mud-table-container{
    min-width: 100%;
}

[b-gxl6163xw8] .mud-table{
}
/* /Components/Tables/ReportRateDefinitionTable.razor.rz.scp.css */
[b-9o2310xwxq] .mud-table-container{
    min-width: 100%;
}
/* /Components/Tables/ReportTable.razor.rz.scp.css */
.patient-report-table.patient-report-table--hide-toolbar[b-s1gqbael9l]  .mud-toolbar {
    display: none;
}

[b-s1gqbael9l] .mud-table-container{
    min-width: 100%;
}
/* /Components/Tables/UserTable.razor.rz.scp.css */
.user-table[b-op7vykygj1] {
    min-height: 0;
}

.user-table.hide-toolbar[b-op7vykygj1]  .mud-table-toolbar {
    display: none;
}

[b-op7vykygj1] .mud-table-container{
    min-width: 100%;
}

[b-op7vykygj1] .mud-table {
    height: 100%;
}
/* /Components/Tabs/FieldSetTabs.razor.rz.scp.css */
.field-set-tabs legend[b-q7pli08zye]  .field-set-tab-panel-header {
    padding: 5px;
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: var(--mud-palette-primary-darken);
}

.field-set-tabs.full-height[b-q7pli08zye]  .mud-tabs .mud-tabs-panels {
    height: 100%;
}

.field-set-tabs.full-height[b-q7pli08zye]  .mud-tabs .mud-tabs-panels .mud-tab-panel {
    height: 100%;
}
/* /Components/WorldClockTicker.razor.rz.scp.css */
.world-clock-ticker[b-l4fdkfq7h5] {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 16px;
}

.clock-container[b-l4fdkfq7h5] {
    display: flex;
    gap: 20px;
    align-items: center;
}

.clock-item[b-l4fdkfq7h5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
}

.clock-item:hover[b-l4fdkfq7h5] {
    background: rgba(255, 255, 255, 0.2);
}

.clock-time[b-l4fdkfq7h5] {
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 1.2;
    font-family: 'Courier New', monospace;
    border-bottom: 1px solid var(--mud-palette-primary);
}

.clock-label[b-l4fdkfq7h5] {
    font-size: 10px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* Compact variant for toolbar */
.world-clock-ticker.compact .clock-container[b-l4fdkfq7h5] {
    gap: 12px;
}

.world-clock-ticker.compact .clock-item[b-l4fdkfq7h5] {
    min-width: 50px;
    padding: 2px 6px;
}

.world-clock-ticker.compact .clock-time[b-l4fdkfq7h5] {
    font-size: 12px;
}

.world-clock-ticker.compact .clock-label[b-l4fdkfq7h5] {
    font-size: 9px;
}

/* Large variant for dashboard */
.world-clock-ticker.large .clock-container[b-l4fdkfq7h5] {
    gap: 30px;
}

.world-clock-ticker.large .clock-item[b-l4fdkfq7h5] {
    min-width: 80px;
    padding: 8px 12px;
}

.world-clock-ticker.large .clock-time[b-l4fdkfq7h5] {
    font-size: 18px;
}

.world-clock-ticker.large .clock-label[b-l4fdkfq7h5] {
    font-size: 12px;
}

/* Responsive design */
@media (max-width: 768px) {
    .clock-container[b-l4fdkfq7h5] {
        gap: 8px;
    }

    .clock-item[b-l4fdkfq7h5] {
        min-width: 45px;
        padding: 2px 4px;
    }

    .clock-time[b-l4fdkfq7h5] {
        font-size: 11px;
    }

    .clock-label[b-l4fdkfq7h5] {
        font-size: 8px;
    }
}

/* Animation for time updates */
.clock-time[b-l4fdkfq7h5] {
    animation: fadeIn-b-l4fdkfq7h5 0.3s ease-in-out;
}

@keyframes fadeIn-b-l4fdkfq7h5 {
    from { opacity: 0.7; }
    to { opacity: 1; }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3dqvrt1cog] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3dqvrt1cog] {
    flex: 1;
}

.sidebar[b-3dqvrt1cog] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3dqvrt1cog] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3dqvrt1cog]  a, .top-row[b-3dqvrt1cog]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3dqvrt1cog]  a:hover, .top-row[b-3dqvrt1cog]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3dqvrt1cog]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3dqvrt1cog] {
        justify-content: space-between;
    }

    .top-row[b-3dqvrt1cog]  a, .top-row[b-3dqvrt1cog]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3dqvrt1cog] {
        flex-direction: row;
    }

    .sidebar[b-3dqvrt1cog] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3dqvrt1cog] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3dqvrt1cog]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3dqvrt1cog], article[b-3dqvrt1cog] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Administration/AuditLogs.razor.rz.scp.css */
body[b-bhk2ex40nq] {
}
/* /Pages/Administration/PatientNotes.razor.rz.scp.css */
body[b-3ik0diu18j] {
}
/* /Pages/Administration/Settings.razor.rz.scp.css */
/* /Pages/Administration/UsersList.razor.rz.scp.css */

/* /Pages/Clients/CreateClient.razor.rz.scp.css */
body[b-msj8ksjiqt] {
}
/* /Pages/Clients/EditClient.razor.rz.scp.css */
body[b-5x3lt72lhl] {
}
/* /Pages/Clients/ListClients.razor.rz.scp.css */
body[b-pfgaxi4z1r] {
}
/* /Pages/Patients/PatientsCreate.razor.rz.scp.css */

/* /Pages/Patients/PatientsEdit.razor.rz.scp.css */
body[b-8alc7j74b1] {
}
/* /Pages/Patients/PatientsList.razor.rz.scp.css */
body[b-yluup8y6xq] {
}
/* /Pages/Patients/PatientsSearch.razor.rz.scp.css */
.patient-search-page[b-x8z2wvzuug]  .filter-panel {
    flex: 0 0 content;
}

.patient-search-page[b-x8z2wvzuug]  .patient-table {
    flex: 1 1 auto;
}
/* /Pages/Reporting/Invoicing.razor.rz.scp.css */
.invoicing-page[b-3crfrdd48v]  .filter-panel {
    flex: 0 0 content;
    margin: 0px;
}

.invoicing-page[b-3crfrdd48v]  fieldset {
    flex: 1;
}


[b-3crfrdd48v] fieldset {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

[b-3crfrdd48v] legend {
    float: unset;
    width: unset;
    padding: unset;
    margin-bottom: unset;
    font-size: unset;
    line-height: unset;
}
/* /Pages/Settings.razor.rz.scp.css */
body[b-kg542yh6iz] {
    
}
