/* /Pages/Authentication/Login.razor.rz.scp.css */
.login-container[b-lr0aaavzh7] {
    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-lr0aaavzh7] {
    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-lr0aaavzh7] .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-lr0aaavzh7] .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-lr0aaavzh7] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}

    .eye-icon:hover[b-lr0aaavzh7] {
        color: #dfa53c;
    }

/* Button styling */
[b-lr0aaavzh7] .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-lr0aaavzh7] .login-button:hover {
        background: linear-gradient(135deg, #dfa53c, #128db6);
        transform: translateY(-2px);
        box-shadow: 0px 6px 18px rgba(223, 165, 60, 0.4);
    }

    [b-lr0aaavzh7] .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-lr0aaavzh7] {
        width: 90%;
        padding: 25px;
    }

    [b-lr0aaavzh7] .login-input {
        font-size: 14px;
        padding: 10px;
    }

    [b-lr0aaavzh7] .login-button {
        font-size: 15px;
        padding: 10px;
    }
}
/* /Pages/Dashboard/Widgets/GeneralInfoCountWidget.razor.rz.scp.css */
.mb-1[b-n0mhzbq1jc], .my-1[b-n0mhzbq1jc] {
    margin-bottom: 75px !important;
    margin-top: 20px !important;
}

.icon-button[b-n0mhzbq1jc] {
    position: absolute;
    bottom: 5px;
}

.chart-card[b-n0mhzbq1jc] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-n0mhzbq1jc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-n0mhzbq1jc] {
    font-weight: bold;
}

.kpi-container[b-n0mhzbq1jc] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

.kpi-card[b-n0mhzbq1jc] {
    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-n0mhzbq1jc] {
    .kpi-card

{
    flex: 1 1 calc(33.33% - 16px);
}

}

/* Smaller screens (Laptops and large tablets) */
media (max-width: 768px)[b-n0mhzbq1jc] {
    .kpi-card

{
    flex: 1 1 calc(50% - 16px);
    height: auto;
    max-height: none;
}

}

/* Mobile screens */
media (max-width: 600px)[b-n0mhzbq1jc] {
    .kpi-card

{
    flex: 1 1 100%;
    height: auto;
    max-height: none;
}
}
/* /Pages/Dashboard/Widgets/MonthWiseSupportTicketCountWidget.razor.rz.scp.css */
.chart-card[b-dytfp5qkr3] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 300px; /* Minimum height */
    max-height: 600px; /* Set a max height for the card */
    height: auto; /* Let it grow up to the max height */
}

.card-header[b-dytfp5qkr3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-dytfp5qkr3] {
    font-weight: bold;
}

.chart-canvas[b-dytfp5qkr3] {
    width: 100% !important;
    height: 300px !important; /* Set a fixed height for the chart */
    margin-top: 16px; /* Adds some spacing from the card header */
}
/* /Pages/Dashboard/Widgets/OpenTicketsCountWidget.razor.rz.scp.css */
.chart-card[b-uc0xvphyqf] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 300px; /* Minimum height */
    max-height: 600px; /* Set a max height for the card */
    height: auto; /* Let it grow up to the max height */
}

.card-header[b-uc0xvphyqf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-uc0xvphyqf] {
    font-weight: bold;
}

.chart-canvas[b-uc0xvphyqf] {
    width: 100% !important;
    height: 300px !important; /* Set a fixed height for the chart */
    margin-top: 16px; /* Adds some spacing from the card header */
}
/* /Pages/Dashboard/Widgets/TicketsCountForLast30DaysWidget.razor.rz.scp.css */
.chart-card[b-phjb3v2puf] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 300px; /* Minimum height */
    max-height: 600px; /* Set a max height for the card */
    height: auto; /* Let it grow up to the max height */
}

.card-header[b-phjb3v2puf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-phjb3v2puf] {
    font-weight: bold;
}

.chart-canvas[b-phjb3v2puf] {
    width: 100% !important;
    height: 300px !important; /* Set a fixed height for the chart */
    margin-top: 16px; /* Adds some spacing from the card header */
}
/* /Pages/Dashboard/Widgets/TicketsStatusCountWidget.razor.rz.scp.css */
[b-i0qmmklraa] .mb-1, [b-i0qmmklraa] .my-1 {
    margin-bottom: 75px !important;
    margin-top: 20px !important;
}

.icon-button[b-i0qmmklraa] {
    position: absolute;
    bottom: 5px;
}

.chart-card[b-i0qmmklraa] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-i0qmmklraa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-i0qmmklraa] {
    font-weight: bold;
}

.kpi-container[b-i0qmmklraa] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

.kpi-card[b-i0qmmklraa] {
    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-i0qmmklraa] {
    .kpi-card

{
    flex: 1 1 calc(33.33% - 16px);
}

}

/* Smaller screens (Laptops and large tablets) */
media (max-width: 768px)[b-i0qmmklraa] {
    .kpi-card

{
    flex: 1 1 calc(50% - 16px);
    height: auto;
    max-height: none;
}

}

/* Mobile screens */
media (max-width: 600px)[b-i0qmmklraa] {
    .kpi-card

{
    flex: 1 1 100%;
    height: auto;
    max-height: none;
}
}
/* /Pages/Dashboard/Widgets/TicketTrendsOverTimeWidget.razor.rz.scp.css */
.chart-card[b-cb6oa004q2] {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 300px; /* Minimum height */
    max-height: 600px; /* Set a max height for the card */
    height: auto; /* Let it grow up to the max height */
}

.card-header[b-cb6oa004q2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background-color: #128db6;
    color: white;
}

.card-title[b-cb6oa004q2] {
    font-weight: bold;
}

.chart-canvas[b-cb6oa004q2] {
    width: 100% !important;
    height: 300px !important; /* Set a fixed height for the chart */
    margin-top: 16px; /* Adds some spacing from the card header */
}
/* /Pages/Subcription/ActiveSubcriptionDetailPage.razor.rz.scp.css */
/* /Pages/Subcription/BuySubcriptionPage.razor.rz.scp.css */
/* /Pages/Subcription/SubcriptionPage.razor.rz.scp.css */
.subscription-container[b-y8q5rhwfky] {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 10px;
}

.plan-card[b-y8q5rhwfky] {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 8px;
    background: white;
}

    .plan-card:hover[b-y8q5rhwfky] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

.plan-title[b-y8q5rhwfky] {
    font-weight: bold;
    color: #0078d4;
}
/* /Pages/SupportTicket/CommentComponent.razor.rz.scp.css */
/* Comment Card Container */
.comment-card[b-7uzxxx6qpc] {
    position: relative;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.comment-card:hover[b-7uzxxx6qpc] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.comment-card[b-7uzxxx6qpc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #5E35B1 0%, #7E57C2 100%);
    transition: width 0.3s ease;
}

.comment-internal[b-7uzxxx6qpc]::before {
    background: linear-gradient(180deg, #5E35B1 0%, #7E57C2 100%);
}

.comment-customer[b-7uzxxx6qpc]::before {
    background: linear-gradient(180deg, #0288D1 0%, #03A9F4 100%);
}

.comment-card:hover[b-7uzxxx6qpc]::before {
    width: 6px;
}

/* Header Section */
.comment-header[b-7uzxxx6qpc] {
    display: flex;
    gap: 16px;
    padding: 20px;
}

/* Avatar Section */
.comment-avatar-section[b-7uzxxx6qpc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.comment-avatar[b-7uzxxx6qpc] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: white;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.avatar-internal[b-7uzxxx6qpc] {
    background: linear-gradient(135deg, #5E35B1 0%, #7E57C2 100%);
}

.avatar-customer[b-7uzxxx6qpc] {
    background: linear-gradient(135deg, #0288D1 0%, #03A9F4 100%);
}

.comment-card:hover .comment-avatar[b-7uzxxx6qpc] {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.avatar-image[b-7uzxxx6qpc] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-initial[b-7uzxxx6qpc] {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-connector-line[b-7uzxxx6qpc] {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, rgba(94, 53, 177, 0.2) 0%, rgba(94, 53, 177, 0) 100%);
    min-height: 20px;
}

.comment-customer .comment-connector-line[b-7uzxxx6qpc] {
    background: linear-gradient(180deg, rgba(2, 136, 209, 0.2) 0%, rgba(2, 136, 209, 0) 100%);
}

/* Content Wrapper */
.comment-content-wrapper[b-7uzxxx6qpc] {
    flex: 1;
    min-width: 0;
}

/* Meta Information */
.comment-meta[b-7uzxxx6qpc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.comment-user-info[b-7uzxxx6qpc] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.comment-username[b-7uzxxx6qpc] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.badge-internal[b-7uzxxx6qpc],
.badge-customer[b-7uzxxx6qpc] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.badge-internal[b-7uzxxx6qpc] {
    background: linear-gradient(135deg, rgba(94, 53, 177, 0.1) 0%, rgba(126, 87, 194, 0.15) 100%);
    color: #5E35B1;
    border: 1px solid rgba(94, 53, 177, 0.2);
}

.badge-customer[b-7uzxxx6qpc] {
    background: linear-gradient(135deg, rgba(2, 136, 209, 0.1) 0%, rgba(3, 169, 244, 0.15) 100%);
    color: #0288D1;
    border: 1px solid rgba(2, 136, 209, 0.2);
}

.comment-timestamp[b-7uzxxx6qpc] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
}

.timestamp-icon[b-7uzxxx6qpc] {
    color: #9ca3af;
}

/* Comment Body */
.comment-body[b-7uzxxx6qpc] {
    margin-bottom: 16px;
}

.comment-text[b-7uzxxx6qpc] {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    word-wrap: break-word;
    white-space: pre-wrap;
}

/* Attachments Section */
.comment-attachments[b-7uzxxx6qpc] {
    margin-top: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.attachments-header[b-7uzxxx6qpc] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.attachments-list[b-7uzxxx6qpc] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.attachment-item[b-7uzxxx6qpc] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
}

.attachment-item:hover[b-7uzxxx6qpc] {
    background: #f9fafb;
    border-color: #0288D1;
    box-shadow: 0 2px 8px rgba(2, 136, 209, 0.15);
    transform: translateX(4px);
}

.attachment-icon[b-7uzxxx6qpc] {
    color: #0288D1;
    flex-shrink: 0;
}

.attachment-name[b-7uzxxx6qpc] {
    flex: 1;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-download[b-7uzxxx6qpc] {
    color: #9ca3af;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.attachment-item:hover .attachment-download[b-7uzxxx6qpc] {
    color: #0288D1;
}

/* Responsive Design */
@media (max-width: 640px) {
    .comment-header[b-7uzxxx6qpc] {
        padding: 16px;
    }

    .comment-avatar[b-7uzxxx6qpc] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .comment-username[b-7uzxxx6qpc] {
        font-size: 15px;
    }

    .comment-meta[b-7uzxxx6qpc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-timestamp[b-7uzxxx6qpc] {
        font-size: 12px;
    }

    .comment-text[b-7uzxxx6qpc] {
        font-size: 13px;
    }

    .attachment-item[b-7uzxxx6qpc] {
        padding: 8px 12px;
    }
}

/* Custom Link Styling */
.custom-link[b-7uzxxx6qpc] {
    color: #ffc107 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-link:hover[b-7uzxxx6qpc] {
    color: #ffb300 !important;
    text-decoration: underline;
}
/* /Pages/SupportTicket/CreateTicketDialog.razor.rz.scp.css */
/* Modal Styles */
.create-ticket-modal[b-4y76lej072] {
    padding: 8px 0;
}

.modal-loader[b-4y76lej072] {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.modal-label[b-4y76lej072] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.selected-business[b-4y76lej072] {
    padding: 12px 14px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
}

.selected-business p[b-4y76lej072] {
    margin: 0;
    color: #0369a1;
    font-weight: 500;
}

/* Dropdown Styling */
.modal-dropdown[b-4y76lej072] {
    border-radius: 6px !important;
    border: 1px solid #cbd5e1 !important;
    background: white !important;
    font-size: 14px !important;
}

.modal-dropdown:hover[b-4y76lej072] {
    border-color: #94a3b8 !important;
}

.modal-dropdown:focus[b-4y76lej072] {
    border-color: #0288D1 !important;
    box-shadow: 0 0 0 3px rgba(2, 136, 209, 0.1) !important;
}

/* Input Field Enhancements */
[b-4y76lej072] .mud-input-outlined {
    border-color: #cbd5e1 !important;
}

[b-4y76lej072] .mud-input-outlined:hover {
    border-color: #94a3b8 !important;
}

[b-4y76lej072] .mud-input-outlined.mud-input-focused {
    border-color: #0288D1 !important;
    border-width: 2px !important;
}

/* Dialog Actions */
[b-4y76lej072] .mud-dialog-actions {
    padding: 16px 24px !important;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

[b-4y76lej072] .mud-dialog-actions .mud-button-filled {
    padding: 10px 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
/* /Pages/SupportTicket/SupportTicketPage.razor.rz.scp.css */
/* Professional Priority Chips */
[b-n89maw37zk] .professional-priority-chip {
    font-weight: 700 !important;
    font-size: 11px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    min-width: 120px !important;
    text-align: center !important;
}

[b-n89maw37zk] .professional-priority-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18) !important;
}

/* High Priority - Professional Crimson/Rose */
[b-n89maw37zk] .professional-priority-chip.mud-chip-color-error {
    background: #be123c !important;
    color: white !important;
    border: 2px solid #9f1239 !important;
}

[b-n89maw37zk] .professional-priority-chip.mud-chip-color-error:hover {
    background: #9f1239 !important;
}

/* Medium Priority - Sophisticated Amber */
[b-n89maw37zk] .professional-priority-chip.mud-chip-color-warning {
    background: #d97706 !important;
    color: white !important;
    border: 2px solid #b45309 !important;
}

[b-n89maw37zk] .professional-priority-chip.mud-chip-color-warning:hover {
    background: #b45309 !important;
}

/* Normal Priority - Corporate Indigo */
[b-n89maw37zk] .professional-priority-chip.mud-chip-color-info {
    background: #4f46e5 !important;
    color: white !important;
    border: 2px solid #4338ca !important;
}

[b-n89maw37zk] .professional-priority-chip.mud-chip-color-info:hover {
    background: #4338ca !important;
}

/* Low Priority - Professional Emerald */
[b-n89maw37zk] .professional-priority-chip.mud-chip-color-success {
    background: #059669 !important;
    color: white !important;
    border: 2px solid #047857 !important;
}

[b-n89maw37zk] .professional-priority-chip.mud-chip-color-success:hover {
    background: #047857 !important;
}

/* Table Enhancements */
.table-container[b-n89maw37zk] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: white;
}

.table-scrollable[b-n89maw37zk] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: auto;
    max-height: calc(100% - 3rem);
}

[b-n89maw37zk] .mud-table-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f8fafc !important;
    font-weight: 700 !important;
}

[b-n89maw37zk] .mud-table-footer {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background-color: white;
}

[b-n89maw37zk] .cursor-pointer {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

[b-n89maw37zk] .cursor-pointer:hover {
    background-color: rgba(59, 130, 246, 0.05) !important;
}

/* Toolbar Styling */
.toolbar-container[b-n89maw37zk] {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Table Row Styling */
[b-n89maw37zk] .mud-table-row {
    border-bottom: 1px solid #e2e8f0 !important;
}

[b-n89maw37zk] .mud-table-row:last-child {
    border-bottom: none !important;
}

/* Status Column Styling */
[b-n89maw37zk] .mud-table td {
    vertical-align: middle !important;
}
/* /Pages/SupportTicket/TicketDetailPage.razor.rz.scp.css */
/* Ticket Card */
.ticket-card[b-plfzvsviem] {
    padding: 1.5rem;
    margin: 1rem;
    background: #f7f9fc;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.ticket-subject[b-plfzvsviem] {
    color: #334e68;
    font-weight: bold;
}

.priority-chip[b-plfzvsviem] {
    font-weight: bold;
    background-color: #ff6b6b;
    color: #fff;
}

.label[b-plfzvsviem] {
    color: #4a5568;
    font-weight: 600;
}

.info-text[b-plfzvsviem] {
    color: #3182ce;
    font-weight: 500;
}

.status-text[b-plfzvsviem] {
    color: #e76f51;
    font-weight: 600;
}

.section-title[b-plfzvsviem] {
    color: #2b6cb0;
    font-weight: bold;
    margin: 0.5rem 0;
    border-bottom: 2px solid #2b6cb0;
}

.description-text[b-plfzvsviem] {
    color: #2d3748;
    background-color: #edf2f7;
    padding: 0.5rem;
    border-radius: 6px;
}

.attachments-panel[b-plfzvsviem]  .mud-expand-panel-header {
    font-weight: bold;
    color: #2b6cb0;
    border-bottom: 1px solid #d3d3d3;
}

.attachments-panel[b-plfzvsviem]  .mud-expand-panel-content {
    padding: 1rem;
}

.custom-link[b-plfzvsviem] {
    color: #ffc107 !important;
}

.remove-icon[b-plfzvsviem] {
    color: red;
    cursor: pointer;
}

/* Enhanced Ticket Detail Panel */
.ticket-detail-panel[b-plfzvsviem]  .mud-expand-panel-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-weight: 700;
    color: #1f2937;
    border-bottom: 2px solid #dee2e6;
}

.ticket-detail-container[b-plfzvsviem] {
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
}

.detail-section-header[b-plfzvsviem] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0369a1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-left: 4px solid #0284c7;
}

.info-field[b-plfzvsviem] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.info-field:hover[b-plfzvsviem] {
    border-color: #0288D1;
    box-shadow: 0 2px 8px rgba(2, 136, 209, 0.1);
}

.field-icon[b-plfzvsviem] {
    color: #0288D1;
    margin-top: 2px;
}

.field-content[b-plfzvsviem] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.field-label[b-plfzvsviem] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.field-value[b-plfzvsviem] {
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    word-wrap: break-word;
}

.ticket-subject-value[b-plfzvsviem] {
    font-weight: 600;
    color: #0369a1;
}

.description-card[b-plfzvsviem] {
    padding: 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.description-content[b-plfzvsviem] {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Ticket Metadata Panel */
.ticket-metadata-panel[b-plfzvsviem] {
    padding: 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    border: 2px solid #fbbf24;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2);
}

.metadata-field[b-plfzvsviem] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    background: white;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}

.metadata-field:hover[b-plfzvsviem] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateX(2px);
}

.metadata-icon[b-plfzvsviem] {
    color: #f59e0b;
    margin-top: 2px;
}

.metadata-content[b-plfzvsviem] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metadata-label[b-plfzvsviem] {
    font-size: 11px;
    font-weight: 600;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metadata-value[b-plfzvsviem] {
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
}

.enhanced-priority-chip[b-plfzvsviem],
.enhanced-status-chip[b-plfzvsviem] {
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.enhanced-priority-chip:hover[b-plfzvsviem],
.enhanced-status-chip:hover[b-plfzvsviem] {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Priority/Status Container */
.priority-status-container[b-plfzvsviem] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px;
    background: white;
    border-radius: 8px;
    margin-bottom: 8px;
}

.chip-wrapper[b-plfzvsviem] {
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.chip-label[b-plfzvsviem] {
    font-size: 11px;
    font-weight: 600;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

/* Override MudBlazor chip colors for better professionalism */
/* High Priority - Professional Crimson/Rose */
[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-error {
    background: #be123c !important;
    color: white !important;
    border: 2px solid #9f1239 !important;
}

[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-error:hover {
    background: #9f1239 !important;
}

/* Medium Priority - Sophisticated Amber */
[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-warning {
    background: #d97706 !important;
    color: white !important;
    border: 2px solid #b45309 !important;
}

[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-warning:hover {
    background: #b45309 !important;
}

/* Normal Priority - Corporate Indigo */
[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-info {
    background: #4f46e5 !important;
    color: white !important;
    border: 2px solid #4338ca !important;
}

[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-info:hover {
    background: #4338ca !important;
}

/* Low Priority - Professional Emerald */
[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-success {
    background: #059669 !important;
    color: white !important;
    border: 2px solid #047857 !important;
}

[b-plfzvsviem] .enhanced-priority-chip.mud-chip-color-success:hover {
    background: #047857 !important;
}

[b-plfzvsviem] .enhanced-status-chip.mud-chip-color-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
}

[b-plfzvsviem] .enhanced-status-chip.mud-chip-color-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: white !important;
}

@media (max-width: 640px) {
    .chip-wrapper[b-plfzvsviem] {
        min-width: 100%;
    }

    .priority-status-container[b-plfzvsviem] {
        flex-direction: column;
    }
}

.read-status-indicator[b-plfzvsviem] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
}

.action-button[b-plfzvsviem] {
    margin-top: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.close-button[b-plfzvsviem] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.close-button:hover[b-plfzvsviem] {
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
    transform: translateY(-2px);
}

.reopen-button[b-plfzvsviem] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.reopen-button:hover[b-plfzvsviem] {
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
    transform: translateY(-2px);
}

/* Enhanced Attachments Panel */
.attachments-panel-enhanced[b-plfzvsviem]  .mud-expand-panel-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-weight: 700;
    color: #1f2937;
    border-bottom: 2px solid #dee2e6;
}

.attachments-container[b-plfzvsviem] {
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
}

.attachments-header-section[b-plfzvsviem] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ddd6fe 0%, #c4b5fd 100%);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #5b21b6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-left: 4px solid #7c3aed;
}

.enhanced-attachments-table[b-plfzvsviem] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.table-header-cell[b-plfzvsviem] {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%) !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    border-bottom: 2px solid #d1d5db !important;
}

.header-content[b-plfzvsviem] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table-data-cell[b-plfzvsviem] {
    padding: 16px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.document-name-cell[b-plfzvsviem] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.view-document-button[b-plfzvsviem] {
    transition: all 0.2s ease;
    font-weight: 600;
}

.view-document-button:hover[b-plfzvsviem] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(2, 136, 209, 0.2);
}

.enhanced-attachments-table[b-plfzvsviem]  tbody tr:hover {
    background: #f9fafb !important;
}

/* Enhanced Comment Input Card */
.comment-input-card[b-plfzvsviem] {
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.comment-input-card:hover[b-plfzvsviem] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    border-color: #0288D1 !important;
}

.comment-input-header[b-plfzvsviem] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6 !important;
}

.user-avatar-wrapper[b-plfzvsviem] {
    position: relative;
    display: inline-block;
}

.user-avatar-image[b-plfzvsviem] {
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.avatar-status-indicator[b-plfzvsviem] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.comment-input-username[b-plfzvsviem] {
    font-weight: 700 !important;
    color: #1f2937 !important;
    font-size: 16px !important;
}

.comment-input-subtitle[b-plfzvsviem] {
    color: #6b7280 !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
}

.attach-button[b-plfzvsviem] {
    transition: all 0.2s ease;
}

.attach-button:hover[b-plfzvsviem] {
    transform: rotate(15deg) scale(1.1);
}

.comment-input-content[b-plfzvsviem] {
    background: white;
}

.attached-files-section[b-plfzvsviem] {
    margin-bottom: 16px;
    padding: 12px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 8px;
    border: 1px solid #bae6fd;
}

.attached-files-header[b-plfzvsviem] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0369a1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.file-chip[b-plfzvsviem] {
    transition: all 0.2s ease;
}

.file-chip:hover[b-plfzvsviem] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(2, 136, 209, 0.2);
}

.comment-input-field[b-plfzvsviem] {
    transition: all 0.3s ease;
}

.comment-input-field:focus-within[b-plfzvsviem] {
    transform: translateY(-2px);
}

.ticket-closed-alert[b-plfzvsviem] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #fbbf24 !important;
    color: #92400e;
}

/* Comments Section Header */
.comments-section-header[b-plfzvsviem] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-left: 4px solid #0288D1;
}

/* Comments List Container */
.comments-list-container[b-plfzvsviem] {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
.comments-list-container[b-plfzvsviem]::-webkit-scrollbar {
    width: 8px;
}

.comments-list-container[b-plfzvsviem]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.comments-list-container[b-plfzvsviem]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0288D1 0%, #03A9F4 100%);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.comments-list-container[b-plfzvsviem]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0277BD 0%, #0288D1 100%);
}

/* Smooth Animations */
@keyframes slideInUp-b-plfzvsviem {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-input-card[b-plfzvsviem],
.comments-section-header[b-plfzvsviem] {
    animation: slideInUp-b-plfzvsviem 0.4s ease-out;
}

/* Attachment Chip Cards */
.attachment-chip-card[b-plfzvsviem] {
    transition: all 0.3s ease !important;
}

.attachment-chip-card:hover[b-plfzvsviem] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2, 136, 209, 0.15) !important;
    border-color: #0288D1 !important;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
}

.attachment-chip-card:active[b-plfzvsviem] {
    transform: translateY(0);
}

.attachments-inline-container[b-plfzvsviem] {
    animation: slideInUp-b-plfzvsviem 0.4s ease-out;
}

/* Comment Loading Overlay */
.comment-loading-overlay[b-plfzvsviem] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
    backdrop-filter: blur(2px);
}

.comment-loading-overlay .mud-typography[b-plfzvsviem] {
    color: #0288D1;
    font-weight: 600;
}
/* /Pages/UserMiscellaneous/AddEditUserModal.razor.rz.scp.css */
/* Ensure the MudDialog doesn't cause a vertical scroll */
.mud-dialog-width-sm[b-c67crnq1cj] {
    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-c67crnq1cj] {
    max-height: 80vh;
    overflow-y: hidden;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

html[b-zehupp4pao], body[b-zehupp4pao] {
    margin: 0;
    padding: 0;
    height: 100%;
}

body[b-zehupp4pao] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

.MudLayout[b-zehupp4pao] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height to make sure content and footer fit */
}

.MudMainContent[b-zehupp4pao] {
    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-zehupp4pao] {
    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-zehupp4pao] {
    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-zehupp4pao] {
    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-zehupp4pao] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zehupp4pao] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zehupp4pao]  a, .top-row[b-zehupp4pao]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-zehupp4pao]  a:hover, .top-row[b-zehupp4pao]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-zehupp4pao]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zehupp4pao] {
        display: none;
    }

    .top-row.auth[b-zehupp4pao] {
        justify-content: space-between;
    }

    .top-row[b-zehupp4pao]  a, .top-row[b-zehupp4pao]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zehupp4pao] {
        flex-direction: row;
    }

    .sidebar[b-zehupp4pao] {
        width: 300px; /* Adjusted width for sidebar in larger screens */
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zehupp4pao] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-zehupp4pao]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zehupp4pao], article[b-zehupp4pao] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar-header[b-ljpdvrtwtu] {
    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-ljpdvrtwtu] {
    height: calc(100vh - 72px); /* Adjust height based on your header height */
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-toggler[b-ljpdvrtwtu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ljpdvrtwtu] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-ljpdvrtwtu] {
    font-size: 1.1rem;
}

.oi[b-ljpdvrtwtu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ljpdvrtwtu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ljpdvrtwtu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ljpdvrtwtu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ljpdvrtwtu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ljpdvrtwtu]  a.active {
            background-color: rgba(255, 255, 255, 0.25);
            color: white;
        }

        .nav-item[b-ljpdvrtwtu]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

[b-ljpdvrtwtu] .orange-active {
    background-color: #ffe0b2 !important;
    color: #000 !important;
    font-weight: bold;
}

    [b-ljpdvrtwtu] .orange-active .mud-icon-root {
        color: #000 !important;
    }

[b-ljpdvrtwtu] .mud-nav-link:hover {
    background-color: #ffe0b2 !important;
    color: #000 !important;
}

    [b-ljpdvrtwtu] .mud-nav-link:hover .mud-icon-root {
        color: #000 !important;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-ljpdvrtwtu] {
        display: none;
    }

    .collapse[b-ljpdvrtwtu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (min-width: 641px) {
    .nav-menu-container[b-ljpdvrtwtu] {
        height: calc(100vh - 64px); /* Adjust height if needed for larger screens */
    }
}
/* /Shared/PersonCard.razor.rz.scp.css */
.mud-popover[b-3n22l1ed0t] {
    width: 350px !important;
    margin-left: 10% !important;
    transform: translateX(-50%) !important;
}

.profile-menu[b-3n22l1ed0t] {
    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-3n22l1ed0t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.profile-avatar-inner[b-3n22l1ed0t] {
    border: 3px solid #007bff;
    margin-bottom: 8px;
}

.profile-content[b-3n22l1ed0t] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-details[b-3n22l1ed0t] {
    text-align: center;
    margin-top: 10px;
}

.profile-email[b-3n22l1ed0t], .profile-role[b-3n22l1ed0t] {
    color: gray;
    font-weight: bold;
    line-height: 1.5;
}

.logout-item[b-3n22l1ed0t] {
    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-3n22l1ed0t] {
        background: transparent;
    }
