﻿.card .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#RightsSection td, #tbUser td {
    padding: 4px !important;
}

#RightsSection th {
    vertical-align: middle;
}

    #RightsSection th label {
        display: flex;
        align-items: center; /* จัดให้อยู่กึ่งกลางแนวตั้ง */
        justify-content: center; /* จัดให้อยู่กึ่งกลางแนวนอน */
        gap: 8px; /* ระยะห่างระหว่าง checkbox กับ text */
        margin-bottom: 0; /* ป้องกัน margin ของ bootstrap ดัน */
        cursor: pointer;
    }
table.dataTable input {
    height: 30px;
    font-size:12px;
}
.dataTables_wrapper table.dataTable th {
    padding: 6px;
}
table{
    font-size:12px;
}
.dataTables_wrapper button {
/*    padding: 0.275rem 0.75rem;*/
    font-size:12px;
    border-radius:20px;
}
.btn-primary, .btn-info, 
.btn-danger, .btn-primary{
    border-radius:20px;
    font-size:12px;
}