.material-form {
    min-width: 150px;
    max-width: 500px;
    width: 100%;
}

.material-full-width {
    width: 100%;
}
.mat-form-field-outline {
    background: white;
    border-radius: 5px;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
    background: transparent !important;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: white !important;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #03C988 !important;
}

table {
    width: 100%;
}
mat-datepicker-toggle.mat-datepicker-toggle.mat-div {
    position: absolute;
    top: 0;
    right: 0;
}
.edit-i {
    color: green;
    cursor: pointer;
}
.delete-i {
    color: red;
    cursor: pointer;
}