@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/AttachmentUpload.razor.rz.scp.css */
.attachment-upload[b-u3g92x6qjd] {
    margin-bottom: 1rem;
}

.drop-zone[b-u3g92x6qjd] {
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.drop-zone:hover[b-u3g92x6qjd] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.drop-zone.dragging[b-u3g92x6qjd] {
    border-color: #0d6efd;
    background-color: #cfe2ff;
    border-style: solid;
}

.drop-zone .form-control[b-u3g92x6qjd] {
    margin-bottom: 0.5rem;
}

.drop-zone i[b-u3g92x6qjd] {
    font-size: 2rem;
    color: #6c757d;
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-lb8tsam3xh] {
    display: block;
}

.spinner-overlay[b-lb8tsam3xh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-container[b-lb8tsam3xh] {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner-border-lg[b-lb8tsam3xh] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}
/* /Components/UserSearchAutocomplete.razor.rz.scp.css */
.user-search-autocomplete[b-9tcfzvypjc] {
    position: relative;
}

.search-spinner[b-9tcfzvypjc] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.autocomplete-dropdown[b-9tcfzvypjc] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item[b-9tcfzvypjc] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.autocomplete-item:last-child[b-9tcfzvypjc] {
    border-bottom: none;
}

.autocomplete-item:hover[b-9tcfzvypjc] {
    background-color: #f8f9fa;
}

.autocomplete-item .user-info[b-9tcfzvypjc] {
    line-height: 1.4;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-09ihaez6zo] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-09ihaez6zo] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-09ihaez6zo] {
    flex: 1;
    padding-top: 1.5rem;
}

footer[b-09ihaez6zo] {
    margin-top: auto;
}

.login-display-wrapper[b-09ihaez6zo] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
