@use '../../styles/flex' as flex;

.adf-attachment-list-loading-margin {
    margin-left: calc((100% - 100px) / 2);
    margin-right: calc((100% - 100px) / 2);
}

.adf-empty-list-header {
    height: 32px;
    color: var(--mat-sys-on-secondary-container);
    font: var(--mat-sys-headline-medium);
}

.adf-empty-list-drag_drop {
    min-height: 56px;
    font: var(--mat-sys-headline-large);
    margin-top: 40px;
    word-break: break-all;
    white-space: pre-line;

    @include flex.layout-bp(lt-sm) {
        font-size: 40px;
    }
}

.adf-empty-list__any-files-here-to-add {
    min-height: 24px;
    color: var(--mat-sys-on-surface);
    font: var(--mat-sys-body-large);
    margin-top: 17px;
    word-break: break-all;
    white-space: pre-line;
}

.adf-empty-list__empty_doc_lib {
    width: 565px;
    max-width: 100%;
    height: 161px;
    object-fit: contain;
    margin-top: 17px;

    @include flex.layout-bp(lt-sm) {
        width: 250px;
    }
}
