thead tr th {
    text-align: center !important;
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
}

.form-check-input,.form-check-label{
    cursor: pointer;
}

input[type="radio"]{
    cursor: pointer;
}
