@import '_content/ReportingModule/ReportingModule.4wggaqu21o.bundle.scp.css';

/* /BaseComponents/ChatMessageBase.razor.rz.scp.css */
.chat-messages[b-v6gfl5yi6h] {
    display: flex;
    flex-direction: column;
    max-height: 800px;
}

.chat-message-left[b-v6gfl5yi6h],
.chat-message-right[b-v6gfl5yi6h] {
    display: flex;
    flex-shrink: 0;
    width: 50%;
}

.chat-message-left[b-v6gfl5yi6h] {
    margin-right: auto;
}

.chat-message-right[b-v6gfl5yi6h] {
    flex-direction: row-reverse;
    margin-left: auto;
}

.message-container-left[b-v6gfl5yi6h],
.message-container-right[b-v6gfl5yi6h] {
    display: flex;
    flex-direction: column;
}

.sender-name-right[b-v6gfl5yi6h] {
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
    background-color: transparent;
    text-align: right;
    width: 100%;
}

.sender-name-left[b-v6gfl5yi6h] {
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

.custom-bg-left[b-v6gfl5yi6h],
.custom-bg-right[b-v6gfl5yi6h] {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 70ch;
    white-space: normal;
}

.custom-bg-left[b-v6gfl5yi6h] {
    background-color: #128db6;
    color: #fff;
}

.custom-bg-right[b-v6gfl5yi6h] {
    background-color: #df9000;
    color: #fff;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .custom-bg-left[b-v6gfl5yi6h],
    .custom-bg-right[b-v6gfl5yi6h] {
        max-width: 35ch;
        font-size: 14px;
        word-wrap: break-word;
        white-space: normal;
    }
}
/* /BaseComponents/NotificationPopoverComponent.razor.rz.scp.css */
/* Notification icon button */
.notification-icon-btn[b-gjc7xuffww] {
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .notification-icon-btn:hover[b-gjc7xuffww] {
        transform: scale(1.1);
    }

.notification-badge-wrapper[b-gjc7xuffww] {
    position: relative;
    display: inline-block;
}

.notification-badge .mud-badge-content[b-gjc7xuffww] {
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Notification popover */
.notification-popover[b-gjc7xuffww] {
    max-height: 100vh;
    max-width: 400px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* Fixed header */
.notification-header[b-gjc7xuffww] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.notification-header-title[b-gjc7xuffww] {
    font-weight: bold;
    color: #333;
    margin: 0;
}

.notification-close-btn[b-gjc7xuffww] {
    padding: 4px;
    margin: 0;
}

/* Notification list */
.notification-list[b-gjc7xuffww] {
    max-height: 300px;
    overflow-y: auto;
    padding: 8px 0;
    margin: 0;
}

/* Notification item */
.notification-item[b-gjc7xuffww] {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

    .notification-item:hover[b-gjc7xuffww] {
        background-color: #f9f9f9;
    }

    .notification-item:last-child[b-gjc7xuffww] {
        margin-bottom: 8px;
        border-bottom: none;
    }

.notification-content[b-gjc7xuffww] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.notification-icon[b-gjc7xuffww] {
    font-size: 18px;
    color: #007bff;
    margin-top: 4px;
}

.notification-details[b-gjc7xuffww] {
    flex: 1;
}

.notification-title[b-gjc7xuffww] {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin-bottom: 4px;
}

.notification-description[b-gjc7xuffww] {
    color: #555;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.notification-timestamp[b-gjc7xuffww] {
    color: #888;
    font-size: 10px;
}

/* No notifications message */
.no-notifications[b-gjc7xuffww] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #888;
    text-align: center;
}

.no-notifications-content[b-gjc7xuffww] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.no-notifications-icon[b-gjc7xuffww] {
    font-size: 32px;
    color: #007bff;
}

.no-notifications-text[b-gjc7xuffww] {
    font-size: 16px;
    color: #555;
}

/* Scrollbar styling */
.notification-list[b-gjc7xuffww]::-webkit-scrollbar {
    width: 6px;
}

.notification-list[b-gjc7xuffww]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.notification-list[b-gjc7xuffww]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .notification-list[b-gjc7xuffww]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* /Pages/Authentication/Login.razor.rz.scp.css */
.login-container[b-74g7c7t8e4] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, rgba(18, 141, 182, 0.2), rgba(223, 165, 60, 0.2));
    background-color: #f4f7fa; /* Fallback color */
}

.login-box[b-74g7c7t8e4] {
    width: 380px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(18, 141, 182, 0.3);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Input styling */
[b-74g7c7t8e4] .login-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fafafa;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    [b-74g7c7t8e4] .login-input:focus {
        border-color: #128db6;
        outline: none;
        box-shadow: 0 0 8px rgba(18, 141, 182, 0.3);
    }

/* Eye icon styling */
.eye-icon[b-74g7c7t8e4] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}

    .eye-icon:hover[b-74g7c7t8e4] {
        color: #dfa53c;
    }

/* Button styling */
[b-74g7c7t8e4] .login-button {
    background: linear-gradient(135deg, #128db6, #dfa53c);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 12px rgba(18, 141, 182, 0.3);
}

    [b-74g7c7t8e4] .login-button:hover {
        background: linear-gradient(135deg, #dfa53c, #128db6);
        transform: translateY(-2px);
        box-shadow: 0px 6px 18px rgba(223, 165, 60, 0.4);
    }

    [b-74g7c7t8e4] .login-button:active {
        transform: translateY(0);
        box-shadow: 0px 3px 8px rgba(18, 141, 182, 0.2);
    }

/* Responsive design */
@media (max-width: 480px) {
    .login-box[b-74g7c7t8e4]

{
    width: 90%;
    padding: 25px;
}

[b-74g7c7t8e4] .login-input {
    font-size: 14px;
    padding: 10px;
}

[b-74g7c7t8e4] .login-button {
    font-size: 15px;
    padding: 10px;
}
}
/* /Pages/BankHolidayMiscellaneous/AddEditBankHolidayModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-0yncp9ayr5] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-0yncp9ayr5] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/AddEditBookingHistoryModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-3nwj4kxg5a] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: fit-content !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-3nwj4kxg5a] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/AddEditBookingMissedCheckCallsModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-yv9h0imr7b] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: fit-content !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-yv9h0imr7b] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/AddEditBookONOFFTimeModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-h1vp7jqhyb] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: fit-content !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-h1vp7jqhyb] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/AddEditMarkTimeCheckCallModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-edty9vr7xw] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: fit-content !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-edty9vr7xw] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/AddEditNextCheckCallDueModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-9723nu83e4] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: fit-content !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-9723nu83e4] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/VarianceBookingModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-109savk9js] {
    max-height: 90vh !important;
    overflow: hidden !important;
    max-width: -webkit-fill-available !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-109savk9js] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/BookingMiscellaneous/WorkMonitorPage.razor.rz.scp.css */
.work-monitor-wrapper[b-0h0dkzy4yg] {
    height: calc(80vh - 5px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 20px 0px 20px;
}

[b-0h0dkzy4yg] .rz-data-grid {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

[b-0h0dkzy4yg] .rz-data-grid-scroll {
    flex: 1 1 auto;
    overflow-y: auto !important;
}

/* Keep header visible */
[b-0h0dkzy4yg] .rz-data-grid-header {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
}

/* Toolbar inside header */
.grid-header-toolbar[b-0h0dkzy4yg] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .grid-header-toolbar[b-0h0dkzy4yg]

{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

}

.booking-toolbar.grid-header-toolbar[b-0h0dkzy4yg] {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .booking-toolbar.grid-header-toolbar[b-0h0dkzy4yg]

{
    flex-direction: column;
    align-items: stretch;
}

}
/* ------------ Disable Radzen DataGrid hover (background + text) ------------ */
/* Matches both .rz-selectable and .rz-datatable structures */
[b-0h0dkzy4yg] .rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight),
[b-0h0dkzy4yg] .rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) td,
[b-0h0dkzy4yg] .rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) .rz-cell-data,
[b-0h0dkzy4yg] .rz-datatable-data .rz-datatable-row:hover:not(.rz-state-highlight),
[b-0h0dkzy4yg] .rz-datatable-data .rz-datatable-row:hover:not(.rz-state-highlight) td,
[b-0h0dkzy4yg] .rz-datatable-data .rz-datatable-row:hover:not(.rz-state-highlight) .rz-cell-data {
    background-color: inherit !important;
    color: #000 !important; /* Always keep black text */
    box-shadow: none !important;
    border-color: transparent !important;
}

    /* --- Extra safety: explicitly kill Radzen's hover color variable on .rz-cell-data --- */
    [b-0h0dkzy4yg] .rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) .rz-cell-data,
    [b-0h0dkzy4yg] .rz-datatable-data .rz-datatable-row:hover:not(.rz-state-highlight) .rz-cell-data {
        color: #000 !important;
        background-color: inherit !important;
    }

[b-0h0dkzy4yg] .rz-datatable-data td .rz-cell-data,
[b-0h0dkzy4yg] .rz-grid-table td .rz-cell-data {
    color: #000 !important;
}


[b-0h0dkzy4yg] .rz-group-header {
    display: block !important;
}
/* /Pages/Chat/ChatPage.razor.rz.scp.css */
body[b-4ozca3eooo] {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.chat-container[b-4ozca3eooo] {
    display: flex;
    height: 100vh;
}

.people-list[b-4ozca3eooo] {
    width: 400px;
    background: #fff;
    border-right: 1px solid #df9000;
    display: flex;
    flex-direction: column;
}

.search-box[b-4ozca3eooo] {
    padding: 10px;
    border-bottom: 1px solid #df9000;
    background-color: #fff;
}

.search-input[b-4ozca3eooo] {
    width: 100%;
    padding: 8px;
    border: 1px solid #df9000;
    border-radius: 4px;
}

.contact-list[b-4ozca3eooo] {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.contact-item[b-4ozca3eooo] {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #333;
}

    .contact-item:hover[b-4ozca3eooo] {
        background-color: rgba(223, 144, 0, 0.1);
    }

    .contact-item.active[b-4ozca3eooo] {
        background-color: #ffe0b2;
    }

.contact-img-container[b-4ozca3eooo] {
    width: 44px;
    height: 44px;
    padding: 2px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.contact-img[b-4ozca3eooo] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.online-border[b-4ozca3eooo]::before, .offline-border[b-4ozca3eooo]::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    border: 2px solid white;
}

.online-border[b-4ozca3eooo]::before {
    background-color: #df9000;
}

.offline-border[b-4ozca3eooo]::before {
    background-color: #666;
}

.contact-info[b-4ozca3eooo] {
    flex: 1;
}

.contact-name[b-4ozca3eooo] {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-info[b-4ozca3eooo] {
    display: flex;
    align-items: center;
    font-size: 12px;
    opacity: 0.8;
}

.message-count[b-4ozca3eooo] {
    background-color: #df9000;
    color: white;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    margin: auto;
}

.chat-box[b-4ozca3eooo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
}

.chat-header[b-4ozca3eooo] {
    position:sticky;
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    background: #f5f5f5;
}

.chat-avatar-container[b-4ozca3eooo] {
    width: 44px;
    height: 44px;
    padding: 2px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.chat-avatar[b-4ozca3eooo] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.chat-title[b-4ozca3eooo] {
    flex: 1;
}

.chat-history[b-4ozca3eooo] {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f5f5f5;
}

.message-list[b-4ozca3eooo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-item[b-4ozca3eooo] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.message-me[b-4ozca3eooo] {
    flex-direction: row-reverse;
}

.message-other[b-4ozca3eooo] {
    flex-direction: row;
}

.message-avatar[b-4ozca3eooo] {
    margin-right: 10px;
}

.message-me .message-avatar[b-4ozca3eooo] {
    margin-left: 10px;
}

.message-img[b-4ozca3eooo] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.message-content[b-4ozca3eooo] {
    max-width: max-content;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.message-me .message-content[b-4ozca3eooo] {
    background: #df9000;
    color: #fff;
    margin-left: auto;
    border-radius: 10px 10px 0 10px;
}

.message-other .message-content[b-4ozca3eooo] {
    background: #128db6;
    color: #fff;
    border-radius: 10px 10px 10px 0;
}

.chat-input[b-4ozca3eooo] {
    padding: 40px;
    border-top: 1px solid #df9000;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom:100px;
}

.input-field[b-4ozca3eooo] {
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
    overflow: hidden;
    resize: none;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #128db6;
    border-radius: 4px;
}

    .input-field:focus[b-4ozca3eooo] {
        outline: none;
        border-color: #df9000;
    }

.send-button[b-4ozca3eooo] {
    background-color: #df9000;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
}

    .send-button:hover[b-4ozca3eooo] {
        background-color: #b37400;
    }

.message-date-header[b-4ozca3eooo] {
    margin: 20px 0;
    position: relative;
}

.date-header-box[b-4ozca3eooo] {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    max-width: 300px; /* Control the maximum width of the date box */
}

.message-date-header .date-header-box strong[b-4ozca3eooo] {
    font-size: 16px;
    color: #000000; /* A nice blue color for the date text */
}

.message-date-header .date-header-box[b-4ozca3eooo] {
    transition: transform 0.3s ease-in-out;
}

.message-date-header:hover .date-header-box[b-4ozca3eooo] {
    transform: scale(1.05);
}

.text-center[b-4ozca3eooo] {
    text-align: center;
}

.chat-loader[b-4ozca3eooo] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border[b-4ozca3eooo] {
    width: 3rem;
    height: 3rem;
    border-color: #df9000;
    border-right-color: transparent;
}

.no-chat-selected[b-4ozca3eooo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #fff;
    text-align: center;
    width: 100%;
}

.no-chat-content[b-4ozca3eooo] {
    max-width: 400px;
    padding: 20px;
}

.no-chat-image[b-4ozca3eooo] {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.no-chat-selected h2[b-4ozca3eooo] {
    font-size: 24px;
    color: #df9000;
}

.no-chat-selected p[b-4ozca3eooo] {
    font-size: 16px;
    color: #128db6;
}
/* /Pages/Dashboard/KPIs/UpdateEmployeeRequestAttributesModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-1qu137lbdn] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-1qu137lbdn] {
    max-height: 80vh;
    overflow-y: auto; /* Allows scrolling */
}

/* Custom card design for modal */
.mud-card-custom[b-1qu137lbdn] {
    border-radius: 8px; /* Rounded corners */
    padding: 16px; /* Padding inside the card */
    background-color: #f9f9f9; /* Light background */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Custom button styling */
.mud-button[b-1qu137lbdn] {
    text-transform: none; /* Prevent uppercase text */
}

/* Add margin to the modal title */
.mud-text-h6[b-1qu137lbdn] {
    font-weight: 500;
}

/* Additional margin for file upload section */
.mud-mb-4[b-1qu137lbdn] {
    margin-bottom: 16px;
}
/* /Pages/Dashboard/Widgets/CurrentMonthEmployeesOnLeaveWidget.razor.rz.scp.css */
.chart-card[b-rzn48ipf6d] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-rzn48ipf6d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-rzn48ipf6d] {
    font-weight: bold;
}

.chart-canvas[b-rzn48ipf6d] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-rzn48ipf6d] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left: 25px;
}

.my-custom-table[b-rzn48ipf6d] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-rzn48ipf6d] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/CurrentUserTodayTasksWidget.razor.rz.scp.css */
.chart-card[b-53w4y03w4q] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-53w4y03w4q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-53w4y03w4q] {
    font-weight: bold;
}

.chart-canvas[b-53w4y03w4q] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-53w4y03w4q] {
    height: 280px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left: 25px;
}

.my-custom-table[b-53w4y03w4q] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-53w4y03w4q] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/ExpiryDocumentsWidget.razor.rz.scp.css */
.chart-card[b-6s1fcx5bb4] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-6s1fcx5bb4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-6s1fcx5bb4] {
    font-weight: bold;
}

.chart-canvas[b-6s1fcx5bb4] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-6s1fcx5bb4] {
    height: 290px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left: 25px;
}

.my-custom-table[b-6s1fcx5bb4] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-6s1fcx5bb4] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/KPIsWidget.razor.rz.scp.css */
.chart-card[b-zbc3nq9q9e] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-zbc3nq9q9e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-zbc3nq9q9e] {
    font-weight: bold;
}

.kpi-container[b-zbc3nq9q9e] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

.kpi-card[b-zbc3nq9q9e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 calc(16.66% - 16px);
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(18 141 182);
    text-align: center;
    min-width: 180px;
    height: 200px;
    max-height: 250px;
    position: relative;
    overflow: hidden;
}

/* Medium screens (Tablets and small desktops) */
media (max-width: 1200px)[b-zbc3nq9q9e] {
    .kpi-card

{
    flex: 1 1 calc(33.33% - 16px);
}

}

/* Smaller screens (Laptops and large tablets) */
media (max-width: 768px)[b-zbc3nq9q9e] {
    .kpi-card

{
    flex: 1 1 calc(50% - 16px);
    height: auto;
    max-height: none;
}

}

/* Mobile screens */
media (max-width: 600px)[b-zbc3nq9q9e] {
    .kpi-card

{
    flex: 1 1 100%;
    height: auto;
    max-height: none;
}
}
/* /Pages/Dashboard/Widgets/MonthWiseBookingSummaryWidget.razor.rz.scp.css */
.chart-card[b-3u7zuqjp1j] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-3u7zuqjp1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-3u7zuqjp1j] {
    font-weight: bold;
}

.chart-canvas[b-3u7zuqjp1j] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-3u7zuqjp1j] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-3u7zuqjp1j] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-3u7zuqjp1j] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/RegionWiseEmployeesWidget.razor.rz.scp.css */
.chart-card[b-3zs8ig6lsq] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-3zs8ig6lsq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-3zs8ig6lsq] {
    font-weight: bold;
}
.table-container[b-3zs8ig6lsq] {
    height: 250px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left:25px;
    margin-top:10px;
}

.my-custom-table[b-3zs8ig6lsq] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-3zs8ig6lsq] {
    height: 100%; /* Ensure the tab panel takes full height */
}
.filter-label[b-3zs8ig6lsq] {
    font-weight: 500;
    margin-right: 8px;
}

.my-custom-table[b-3zs8ig6lsq] {
    width: 100%;
    table-layout: fixed;
}

/* Media Queries */
@media (max-width: 768px) {
    .chart-card[b-3zs8ig6lsq] {
        padding: 8px;
        border-width: 1px;
    }

    .card-header[b-3zs8ig6lsq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .filter-label[b-3zs8ig6lsq] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .chart-card[b-3zs8ig6lsq] {
        min-height: 200px;
    }

    .my-custom-table[b-3zs8ig6lsq] {
        height: 300px;
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/Widgets/ShiftsConfirmationStatusWidget.razor.rz.scp.css */
.chart-card[b-gh27q4xgha] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-gh27q4xgha] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-gh27q4xgha] {
    font-weight: bold;
}

.chart-canvas[b-gh27q4xgha] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-gh27q4xgha] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left: 25px;
}

.my-custom-table[b-gh27q4xgha] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-gh27q4xgha] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/SiteWiseEmployeesWidget.razor.rz.scp.css */
.chart-card[b-8bqdi7imkq] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-8bqdi7imkq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-8bqdi7imkq] {
    font-weight: bold;
}
.table-container[b-8bqdi7imkq] {
    height: 250px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 95%; /* Full width of the container */
    margin-left:25px;
    margin-top:10px;
}

.my-custom-table[b-8bqdi7imkq] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-8bqdi7imkq] {
    height: 100%; /* Ensure the tab panel takes full height */
}
.filter-label[b-8bqdi7imkq] {
    font-weight: 500;
    margin-right: 8px;
}

.my-custom-table[b-8bqdi7imkq] {
    width: 100%;
    table-layout: fixed;
}

/* Media Queries */
@media (max-width: 768px) {
    .chart-card[b-8bqdi7imkq] {
        padding: 8px;
        border-width: 1px;
    }

    .card-header[b-8bqdi7imkq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .filter-label[b-8bqdi7imkq] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .chart-card[b-8bqdi7imkq] {
        min-height: 200px;
    }

    .my-custom-table[b-8bqdi7imkq] {
        height: 300px;
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/Widgets/SiteWiseIncidentsCountWidget.razor.rz.scp.css */
.chart-card[b-3qn60jwbnv] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-3qn60jwbnv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-3qn60jwbnv] {
    font-weight: bold;
}

.chart-canvas[b-3qn60jwbnv] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-3qn60jwbnv] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-3qn60jwbnv] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-3qn60jwbnv] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/SiteWiseOpenPostsWidget.razor.rz.scp.css */
.chart-card[b-ylag3pakfu] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-ylag3pakfu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-ylag3pakfu] {
    font-weight: bold;
}

.chart-canvas[b-ylag3pakfu] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-ylag3pakfu] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-ylag3pakfu] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-ylag3pakfu] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/TopPerfomerEmployeesWidget.razor.rz.scp.css */
.chart-card[b-n4orw3oppq] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-n4orw3oppq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-n4orw3oppq] {
    font-weight: bold;
}

.chart-canvas[b-n4orw3oppq] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-n4orw3oppq] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-n4orw3oppq] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-n4orw3oppq] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/TopSitesBookingWidget.razor.rz.scp.css */
.chart-card[b-skxsmxb6am] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-skxsmxb6am] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-skxsmxb6am] {
    font-weight: bold;
}

.chart-canvas[b-skxsmxb6am] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-skxsmxb6am] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-skxsmxb6am] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-skxsmxb6am] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/Dashboard/Widgets/WorkingHoursMonthWise.razor.rz.scp.css */
.chart-card[b-3go1kqd50s] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-3go1kqd50s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-3go1kqd50s] {
    font-weight: bold;
}

.chart-canvas[b-3go1kqd50s] {
    width: 100% !important;
    height: 200px !important; /* Fixed height for the chart */
}

.table-container[b-3go1kqd50s] {
    height: 200px; /* Fixed height for the table */
    overflow-y: auto; /* Enables scrolling if content exceeds container height */
    width: 100%; /* Full width of the container */
}

.my-custom-table[b-3go1kqd50s] {
    width: 100%;
    table-layout: fixed;
}

/* Ensure that the table inside the tab does not expand beyond the set height */
.mud-tabs .mud-tab-panel[b-3go1kqd50s] {
    height: 100%; /* Ensure the tab panel takes full height */
}
/* /Pages/EmployeeMiscellaneous/Department/AddEditDepartmentModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-pej3sb8rmw] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-pej3sb8rmw] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/EmployeeMiscellaneous/Designation/AddEditDesignationModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-m14injqzwy] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-m14injqzwy] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/EmployeeMiscellaneous/Employee/EmployeePage.razor.rz.scp.css */
/* /Pages/EmployeeMiscellaneous/Employee/SetLivingWagePage.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-hxw51uyii1] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-hxw51uyii1] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/EmployeeMiscellaneous/Region/AddEditRegionModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-2sp46wej29] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-2sp46wej29] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/HolidayMiscellaneous/AddEditHolidayModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-zeyjvepz5q] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-zeyjvepz5q] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/HolidayMiscellaneous/SetHolidayPeriodPage.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-wz7pantzn5] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-wz7pantzn5] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/PaymentTerms/AddEditPaymentTermModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-rwlox020jp] {
    max-height: 90vh !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-rwlox020jp] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Pages/UserMiscellaneous/AddEditUserModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-9dldg7ywtz] {
    max-height: 90vh !important;
    max-width: fit-content !important;
    overflow: hidden !important;
}

/* Ensure the content inside the dialog is scrollable */
.mud-dialog .mud-dialog-content[b-9dldg7ywtz] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

html[b-odyq5fqqm2], body[b-odyq5fqqm2] {
    margin: 0;
    padding: 0;
    height: 100%;
}

body[b-odyq5fqqm2] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

.MudLayout[b-odyq5fqqm2] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height to make sure content and footer fit */
}
.MudMainContent[b-odyq5fqqm2] {
    flex: 1; /* Allows main content to grow and fill available space */
    margin-left: 300px; /* Account for sidebar width */
    padding: 1rem; /* Adjust padding as needed */
}
.MudDrawer[b-odyq5fqqm2] {
    width: 300px; /* Increased width of the sidebar */
    height: 100vh; /* Full viewport height */
    position: fixed; /* Fix sidebar position */
    top: 0;
    left: 0;
    z-index: 1; /* Ensure it is above content */
}

.drawer-closed .mud-drawer .mud-drawer-content[b-odyq5fqqm2] {
    height: 100% !important;
    max-height: 100% !important;
    display: inline-grid !important;
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
    flex: 0 0 auto !important;
    width: 94% !important;
    align-content: stretch !important;
    justify-content: space-evenly !important;
    align-items: end !important;
}

footer[b-odyq5fqqm2] {
    position: fixed;
    bottom: 0px;
    left: 300px; /* Adjust for increased sidebar width */
    width: calc(100% - 300px); /* Full width minus sidebar width */
    background-color: white;
    padding: 0rem;
    text-align: center;
    z-index: 1; /* Ensure it stays above other content */
    height: 20px;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-odyq5fqqm2] {
        display: none;
    }

    .top-row.auth[b-odyq5fqqm2] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-odyq5fqqm2] {
        width: 300px; /* Adjusted width for sidebar in larger screens */
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-odyq5fqqm2], article[b-odyq5fqqm2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar-header[b-9uvfs56d7r] {
    position: sticky;
    top: 0;
    background-color: var(--mud-palette-background);
    z-index: 1; /* Ensure header stays on top of content */
    border-bottom: 1px solid var(--mud-palette-divider);
}
.nav-menu-container[b-9uvfs56d7r] {
    height: calc(100vh - 72px); /* Adjust height based on your header height */
    overflow-y: auto;
    overflow-x: hidden;
}
.navbar-toggler[b-9uvfs56d7r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9uvfs56d7r] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

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

.oi[b-9uvfs56d7r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

.nav-item[b-9uvfs56d7r]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

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

.nav-item[b-9uvfs56d7r]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
[b-9uvfs56d7r] .orange-active {
    background-color: #ffe0b2 !important;
    color: #000 !important;
    font-weight: bold;
}

    [b-9uvfs56d7r] .orange-active .mud-icon-root {
        color: #000 !important;
    }

[b-9uvfs56d7r] .mud-nav-link:hover {
    background-color: #ffe0b2 !important;
    color: #000 !important;
}

    [b-9uvfs56d7r] .mud-nav-link:hover .mud-icon-root {
        color: #000 !important;
    }
@media (min-width: 641px) {
    .navbar-toggler[b-9uvfs56d7r] {
        display: none;
    }

    .collapse[b-9uvfs56d7r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
@media (min-width: 641px) {
    .nav-menu-container[b-9uvfs56d7r] {
        height: calc(100vh - 64px); /* Adjust height if needed for larger screens */
    }
}
/* /Shared/PersonCard.razor.rz.scp.css */
.mud-popover[b-9oj4y39x12] {
    width: 350px !important;
    margin-left: 10% !important;
    transform: translateX(-50%) !important;
}

.profile-menu[b-9oj4y39x12] {
    min-width: 280px;
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    display: unset;
    flex-direction: column;
    align-items: center;
}

.profile-info[b-9oj4y39x12] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.profile-avatar-inner[b-9oj4y39x12] {
    border: 3px solid #007bff;
    margin-bottom: 8px;
}

.profile-content[b-9oj4y39x12] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-details[b-9oj4y39x12] {
    text-align: center;
    margin-top: 10px;
}

.profile-email[b-9oj4y39x12], .profile-role[b-9oj4y39x12] {
    color: gray;
    font-weight: bold;
    line-height: 1.5;
}

.logout-item[b-9oj4y39x12] {
    color: #594ae2;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: auto;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

    .logout-item:hover[b-9oj4y39x12] {
        background: transparent;
    }
