/* /Layout/NavMenu.razor.rz.scp.css */
.float-right[b-blx81xb0d4] {
    margin-left: auto;
    margin-right: 0;
}

a.control[b-blx81xb0d4] {
    background: none;
}

/* /Shared/Components/DragAndDropUpload.razor.rz.scp.css */
/* File dropzone styling */
[b-ijjppjcc09] .file-dropzone-wrapper {
    position: relative;
}

[b-ijjppjcc09] .file-dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(128, 128, 128, 0.4);
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.02);
}

    [b-ijjppjcc09] .file-dropzone:hover {
        border-color: var(--mud-palette-secondary);
    }

    [b-ijjppjcc09] .file-dropzone.drag-active {
        border-color: var(--mud-palette-secondary);
        background-color: rgba(0, 0, 0, 0.04);
    }

[b-ijjppjcc09] .file-dropzone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 2rem;
    pointer-events: none;
}

/* Disabled content styling */
[b-ijjppjcc09] .disabled-content .mud-icon-root {
    opacity: 0.6;
    color: var(--mud-palette-text-disabled);
}

[b-ijjppjcc09] .disabled-content .mud-typography {
    opacity: 0.6;
    color: var(--mud-palette-text-disabled);
}

[b-ijjppjcc09] .file-dropzone-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
}

/* Make buttons clickable inside the pointer-events:none container */
[b-ijjppjcc09] .clickable-area {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}
