button {
    color: rgb(5, 17, 27) !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.btn-primary {
    color: white !important;
    font-size: 12px !important;
}

.card-view-value {

    margin-left: 15px;
}

.btn_evening {
    font-size: 5px !important;
}

th {
    font-weight: bold;
}

table .fa {
    font-size: 28px !important;
    text-align: center !important;
}

.fa-check-circle {
    color: green !important;
}

.fa-times-circle {
    color: red !important;
}
.btn-active {
    background-color: rgb(124, 152, 226);
}