/* /Components/RecipientsComponent.razor.rz.scp.css */
.custom-dialog-bg-style[b-dg44g3pkwl] {
    background-color: transparent !important;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
/* Login Display Container */
.icon-and-name-and-button[b-yg4246q5ab] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

/* User Profile Section */
.icon-and-name[b-yg4246q5ab] {
    background-color: #F8FAFC;
    border: 1px solid #E6ECF4;
    display: flex;
    flex-direction: row;
    padding: 6px 16px 6px 6px;
    border-radius: 32px;
    gap: 10px;
    align-items: center;
    height: 40px;
    transition: all 0.2s ease-in-out;
}

.icon-and-name:hover[b-yg4246q5ab] {
    background-color: #F1F5F9;
    border-color: #CBD5E1;
}

.icon[b-yg4246q5ab] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E6ECF4;
    background-color: #F1F5F9;
}

.name[b-yg4246q5ab] {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    white-space: nowrap;
}

/* Logout Button */
#log-out-btn[b-yg4246q5ab] {
    background: none;
    border: none;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#log-out-btn:hover[b-yg4246q5ab] {
    background-color: #FEF2F2;
}

#log-out-btn:hover .button-icon circle[b-yg4246q5ab] {
    fill: #FEE2E2;
}

#log-out-btn:hover .button-icon path[b-yg4246q5ab] {
    stroke: #DC2626;
}

.button-icon[b-yg4246q5ab] {
    transition: all 0.2s ease-in-out;
}

.button-icon circle[b-yg4246q5ab] {
    fill: #F1F5F9;
    transition: fill 0.2s ease-in-out;
}

.button-icon path[b-yg4246q5ab] {
    stroke: #6B7280;
    transition: stroke 0.2s ease-in-out;
}

/* Sign In Link */
a[href="authentication/login"][b-yg4246q5ab] {
    color: #3F75FF;
    text-decoration: none;
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

a[href="authentication/login"]:hover[b-yg4246q5ab] {
    background-color: #EFF6FF;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .icon-and-name-and-button[b-yg4246q5ab] {
        gap: 8px;
    }
    
    .icon-and-name[b-yg4246q5ab] {
        padding: 4px 12px 4px 4px;
        height: 36px;
    }
    
    .icon[b-yg4246q5ab] {
        width: 28px;
        height: 28px;
    }
    
    .name[b-yg4246q5ab] {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .icon-and-name[b-yg4246q5ab] {
        padding: 4px 8px 4px 4px;
        height: 32px;
    }
    
    .icon[b-yg4246q5ab] {
        width: 24px;
        height: 24px;
    }
    
    .name[b-yg4246q5ab] {
        font-size: 12px;
    }
    
    #log-out-btn[b-yg4246q5ab] {
        padding: 6px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Page Layout */
.page[b-zzrg1ryuu6] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F8F9FC;
}

main[b-zzrg1ryuu6] {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
}

/* Header Styles */
.app-header[b-zzrg1ryuu6] {
    background: #FFFFFF;
    border-bottom: 1px solid #E6ECF4;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content[b-zzrg1ryuu6] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    height: 72px;
}

.logo-section[b-zzrg1ryuu6] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon[b-zzrg1ryuu6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /*background: linear-gradient(135deg, #3F75FF 0%, #2563EB 100%);*/
    border-radius: 8px;
    color: #FFFFFF;
}

.logo-text[b-zzrg1ryuu6] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-brand[b-zzrg1ryuu6] {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    /*color: #181B21;*/
    color: #2563EB;
    /* #2563EB */ 
    letter-spacing: 0.5px;
}

.logo-app[b-zzrg1ryuu6] {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #8490A1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Main Content */
.main-content[b-zzrg1ryuu6] {
    flex: 1;
    padding: 24px 24px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-x: hidden;
}

/* MudPaper content styling */
.main-content[b-zzrg1ryuu6]  .mud-paper {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #E6ECF4;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.main-content[b-zzrg1ryuu6]  .mud-paper.mud-paper-outlined {
    border: 1px solid #E6ECF4;
}

/* Nested section cards */
.main-content[b-zzrg1ryuu6]  .mud-paper .mud-paper {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #E6ECF4;
    min-width: auto;
    max-width: none;
    margin: 0;
}

.main-content[b-zzrg1ryuu6]  .mud-paper .mud-paper:hover {
    background: #FFFFFF;
    border-color: #CBD5E1;
}

/* Labels in nested cards should match the page background */
.main-content[b-zzrg1ryuu6]  .mud-paper .mud-paper .mud-input-label {
    background-color: #FFFFFF !important;
}

/* Section headers */
.main-content[b-zzrg1ryuu6]  .mud-typography-h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #374151;
    margin-bottom: 12px;
}

/* Form controls styling */
.main-content[b-zzrg1ryuu6]  .mud-input-control {
    margin-bottom: 0;
}

.main-content[b-zzrg1ryuu6]  .mud-select,
.main-content[b-zzrg1ryuu6]  .mud-input {
    background: #FFFFFF;
}

.main-content[b-zzrg1ryuu6]  .mud-select .mud-input-slot,
.main-content[b-zzrg1ryuu6]  .mud-input .mud-input-slot {
    border-radius: 6px;
    background: #FFFFFF !important;
}

/* Fix disabled field backgrounds */
.main-content[b-zzrg1ryuu6]  .mud-input.mud-disabled .mud-input-slot,
.main-content[b-zzrg1ryuu6]  .mud-select.mud-disabled .mud-input-slot,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete.mud-disabled .mud-input-slot {
    background: #F8F9FA !important;
    /*opacity: 0.7;*/
}

/* Override any specific background colors on disabled inputs */
.main-content[b-zzrg1ryuu6]  .mud-input.mud-disabled .mud-input-slot input,
.main-content[b-zzrg1ryuu6]  .mud-select.mud-disabled .mud-select-input,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete.mud-disabled .mud-input-slot input {
    background: #F8F9FA !important;
}

/* Fix placeholder text styling */
.main-content[b-zzrg1ryuu6]  .mud-input-slot input::placeholder,
.main-content[b-zzrg1ryuu6]  .mud-select .mud-select-input::placeholder {
    color: #9CA3AF !important;
    background: transparent !important;
}

/* Fix input field backgrounds for all states */
.main-content[b-zzrg1ryuu6]  .mud-input-slot input,
.main-content[b-zzrg1ryuu6]  .mud-select .mud-select-input,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete .mud-input-slot input {
    background: #FFFFFF !important;
}

.main-content[b-zzrg1ryuu6]  .mud-input-slot input:focus,
.main-content[b-zzrg1ryuu6]  .mud-select .mud-select-input:focus,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete .mud-input-slot input:focus {
    background: #FFFFFF !important;
}

/* Fix MudAutocomplete specific styling */
.main-content[b-zzrg1ryuu6]  .mud-autocomplete .mud-input-slot {
    background: #FFFFFF !important;
}

.main-content[b-zzrg1ryuu6]  .mud-autocomplete.mud-disabled .mud-input-slot {
    background: #F8F9FA !important;
    /*opacity: 0.7;*/
}

.main-content[b-zzrg1ryuu6]  .mud-autocomplete.mud-input-dense .mud-input-slot {
    background: #FFFFFF !important;
}

/* Fix MudDatePicker background */
.main-content[b-zzrg1ryuu6]  .mud-picker .mud-input-slot {
    background: #FFFFFF !important;
}

.main-content[b-zzrg1ryuu6]  .mud-picker .mud-input-slot input {
    background: #FFFFFF !important;
}

/* Fix any autofill backgrounds */
.main-content[b-zzrg1ryuu6]  .mud-input-slot input:-webkit-autofill,
.main-content[b-zzrg1ryuu6]  .mud-input-slot input:-webkit-autofill:hover,
.main-content[b-zzrg1ryuu6]  .mud-input-slot input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    background: #FFFFFF !important;
}

/* Universal background fix for all input types */
.main-content[b-zzrg1ryuu6]  .mud-input-control-input-container,
.main-content[b-zzrg1ryuu6]  .mud-select-input,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete-input,
.main-content[b-zzrg1ryuu6]  .mud-picker-input {
    background: #FFFFFF !important;
}

/* Fix for specific MudBlazor classes that might override */
.main-content[b-zzrg1ryuu6]  .mud-input-control .mud-input-control-input-container .mud-input-slot {
    background: #FFFFFF !important;
}

.main-content[b-zzrg1ryuu6]  .mud-autocomplete .mud-input-control .mud-input-slot {
    background: #FFFFFF !important;
}

/* Ensure no theme override */
.main-content[b-zzrg1ryuu6]  .mud-theme-primary,
.main-content[b-zzrg1ryuu6]  .mud-theme-secondary {
    background: inherit !important;
}

/* More targeted background fixes - preserve label functionality */
.main-content[b-zzrg1ryuu6]  .mud-input-slot,
.main-content[b-zzrg1ryuu6]  .mud-input-slot input,
.main-content[b-zzrg1ryuu6]  .mud-select-input,
.main-content[b-zzrg1ryuu6]  .mud-autocomplete-input,
.main-content[b-zzrg1ryuu6]  .mud-picker-input {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}

/* Preserve label background for floating labels */
.main-content[b-zzrg1ryuu6]  .mud-input-label {
    background-color: #F8F9FC !important;
    padding: 0 4px;
}

.main-content[b-zzrg1ryuu6]  .mud-input-outlined .mud-input-label {
    background-color: #F8F9FC !important;
}

/* Force override for disabled states */
.main-content[b-zzrg1ryuu6]  .mud-disabled .mud-input-slot,
.main-content[b-zzrg1ryuu6]  .mud-disabled .mud-input-slot input,
.main-content[b-zzrg1ryuu6]  .mud-disabled .mud-select-input,
.main-content[b-zzrg1ryuu6]  .mud-disabled .mud-autocomplete-input {
    background-color: #F8F9FA !important;
    background: #F8F9FA !important;
}

/* Dialog styling improvements */
/*.main-content ::deep .mud-dialog .mud-input-slot,*/
/*.main-content ::deep .mud-dialog .mud-input-slot input {*/
/*    background-color: #FFFFFF !important;*/
/*    background: #FFFFFF !important;*/
/*}*/

/* Email validation styling */
.main-content[b-zzrg1ryuu6]  .mud-input-helper-text {
    /*font-size: 12px;*/
    color: #6B7280;
}

.main-content[b-zzrg1ryuu6]  .mud-input-error .mud-input-helper-text {
    color: #DC2626;
}

/* Ensure tooltips don't constrain input width */
/*.main-content ::deep .mud-tooltip-root {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/

/* Ensure MudTextField takes full width */
.main-content[b-zzrg1ryuu6]  .mud-input-control.mud-full-width {
    width: 100% !important;
}

/* Button styling */
.main-content[b-zzrg1ryuu6]  .mud-button {
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease-in-out;
}

.main-content[b-zzrg1ryuu6]  .mud-button.mud-button-filled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.main-content[b-zzrg1ryuu6]  .mud-button.mud-button-filled:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(63, 117, 255, 0.3);
}

/* Footer Styles */
.app-footer[b-zzrg1ryuu6] {
    background: #FFFFFF;
    border-top: 1px solid #E6ECF4;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
    margin-top: auto;
}

.footer-content[b-zzrg1ryuu6] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 56px;
}

.footer-text[b-zzrg1ryuu6] {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8490A1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content[b-zzrg1ryuu6] {
        padding: 16px 20px;
        height: 64px;
    }
    
    .logo-brand[b-zzrg1ryuu6] {
        font-size: 14px;
    }
    
    .logo-app[b-zzrg1ryuu6] {
        font-size: 10px;
    }
    
    .logo-icon[b-zzrg1ryuu6] {
        width: 36px;
        height: 36px;
    }
    
    .main-content[b-zzrg1ryuu6] {
        padding: 24px 20px;
    }
    
    .main-content[b-zzrg1ryuu6]  .mud-paper {
        border-radius: 8px;
        max-width: 100%;
        min-width: auto;
    }
    
    .main-content[b-zzrg1ryuu6]  .mud-paper .mud-paper {
        border-radius: 6px;
    }
    
    .footer-content[b-zzrg1ryuu6] {
        padding: 12px 20px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .header-content[b-zzrg1ryuu6] {
        padding: 12px 16px;
        height: 60px;
    }
    
    .logo-section[b-zzrg1ryuu6] {
        gap: 8px;
    }
    
    .logo-icon[b-zzrg1ryuu6] {
        width: 32px;
        height: 32px;
    }
    
    .main-content[b-zzrg1ryuu6] {
        padding: 20px 16px;
    }
    
    .main-content[b-zzrg1ryuu6]  .mud-paper {
        border-radius: 6px;
        max-width: 100%;
        min-width: auto;
    }
    
    .main-content[b-zzrg1ryuu6]  .mud-paper .mud-paper {
        border-radius: 4px;
    }
    
    .footer-content[b-zzrg1ryuu6] {
        padding: 12px 16px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1k16b92i0y] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-1k16b92i0y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-1k16b92i0y] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.responsive-width[b-jtlnqfmbo7] {
    width: 50%;
}

@media (max-width: 550px) {
    .responsive-width[b-jtlnqfmbo7] {
        width: 90%;
    }
    .buttons-container[b-jtlnqfmbo7] {
        gap: 2rem !important;
    }
}

.spinner[b-jtlnqfmbo7] {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid #3498db; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-jtlnqfmbo7 1s linear infinite;
}


@keyframes spin-b-jtlnqfmbo7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
