@use '../../../styles/mat-selectors' as ms;

.adf-attach-file-widget-dialog {
    #{ms.$mat-dialog-actions} {
        display: flex;
        justify-content: flex-end;

        button {
            text-transform: uppercase;
        }
    }

    .adf-login-dialog-actions {
        margin-left: -25px;
        margin-right: -25px;
        padding-right: 25px;
    }
}

#{ms.$mat-dialog-surface} {
    overflow-x: hidden;
}
