:host {
    ::ng-deep {
        .mat-form-field {
            margin-bottom: 8px;
        }

        .mat-form-field-underline {
            background: rgba(0,0,0,.42);
        }
        .mat-input-element {
            color: currentColor;
        }

        .app-modal-date-picker {
            display: flex;
            align-items: center;

            .date-picker-toggle {
                padding-bottom: 18px;
            }
        }
    }

    label {
        margin-right: 20px;
    }

    .mat-hint {
        color: red;
        font-size: 12px;
    }
}