/* Styles for tab labels */
.mat-tab-label {
    min-width: 25px !important;
    padding: 5px;
    background-color: transparent;
    color: rgb(90, 90, 90);
    font-weight: 700;
}

.mat-tab-label-content{
    font-size: 30px;
}

/* Styles for the active tab label */
.mat-tab-label.mat-tab-label-active {
    min-width: 25px !important;
    padding: 5px;
    background-color: transparent;
    color: rgb(185, 26, 26);
    font-weight: 700;
}

/* Styles for the ink bar */
.mat-ink-bar {
    background-color: rgb(61, 167, 61);
}

.mat-tab-header {

    border-bottom: 1px solid #00000026;
}