@import '_content/AgoraShared.Components/AgoraShared.Components.1v5zrqvn79.bundle.scp.css';
@import '_content/BlazorDatasheet/BlazorDatasheet.mymudobx2n.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/Files/Visualizations/FileDetailsInfos.razor.rz.scp.css */
.file-dropzone-shell[b-ddn9ig3lzn] {
    position: relative;
    width: 100%;
    min-height: 118px;
    padding: 1.25rem 1.2rem;
    border: 2px dashed #7fa2b8;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
    box-shadow: 0 6px 18px rgba(23, 61, 86, 0.06);
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.file-dropzone-inner[b-ddn9ig3lzn] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.file-dropzone-shell:hover[b-ddn9ig3lzn] {
    border-color: #4f7d9b;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 61, 86, 0.1);
    transform: translateY(-1px);
}

.file-dropzone-input[b-ddn9ig3lzn] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    display: block;
}

.file-dropzone-input[b-ddn9ig3lzn]  .custom-file,
.file-dropzone-input[b-ddn9ig3lzn]  .b-file-picker {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.file-dropzone-input[b-ddn9ig3lzn]  .custom-file-input,
.file-dropzone-input[b-ddn9ig3lzn]  input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    cursor: pointer;
}

.file-dropzone-input[b-ddn9ig3lzn]  .custom-file-label,
.file-dropzone-input[b-ddn9ig3lzn]  .custom-file-label::after,
.file-dropzone-input[b-ddn9ig3lzn]  button,
.file-dropzone-input[b-ddn9ig3lzn]  .btn {
    display: none !important;
}

.file-dropzone-input[b-ddn9ig3lzn]  .custom-file-label::after {
    content: none !important;
}

@media (max-width: 767.98px) {
    .file-dropzone-shell[b-ddn9ig3lzn] {
        min-height: auto;
        padding: 1rem;
    }
}
