/*DIALOGS*/
.mat-dialog-title {
    font-size: $font-l;
}

.mat-dialog-container {
    max-width: 1400px;

    background: $background-primary;
    ~ :not(.download-item) .mat-icon {
        width: 50px;
        height: 50px;

        font-size: 50px;

        &.warning {
            color: $warning;
        }

        &.error {
            color: $error;
        }

        &.success {
            color: $success;
        }
    }
}

.mat-dialog-title,
.mat-dialog-content {
    text-align: center;
    font-family: $font-stack;
}

.mat-dialog-actions {
    justify-content: flex-end;

    border-top: 1px solid $neutral-80;
}
