table.dataTable thead th {
    text-align: center !important;
}

.logout_choose {
    color: #b35f5f;
}

.circle_green {
    background: rgb(67, 192, 67);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: auto;
}

.circle_grey {
    background: rgb(206, 212, 206);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: auto;
}