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

.adf-task-form {
    &-container {
        overflow: hidden;
    }

    &-actions {
        float: right;
        padding-right: 25px;
        padding-bottom: 25px;

        & #{ms.$mat-button} {
            height: 36px;
            border-radius: 5px;
        }

        & #{ms.$mat-button-label} {
            width: 58px;
            height: 20px;
            font: var(--mat-sys-title-small);
            color: var(--mat-sys-on-surface-variant);
        }
    }
}

.adf-task-form-spinner-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    mat-spinner {
        display: flex;
        max-height: 100%;
        place-content: center;
        align-items: center;
    }
}
