body,
p,
span,
div,
table tr td,
h1,
h2,
h3,
h4,
h5,
h6,
.dataTable,
tbody,
th,
td,
b,
.modal {
    font-family: 'Segoe UI', 'Khmer os Battambang', Tahoma, Geneva, Verdana, sans-serif !important;
    /* font-family: "Khmer os Battambang", sans-serif !important; */
}
.modal-content {
    border-radius: 10px !important;
}
.dataTable tbody,
table tbody {
    font-size: 12px;
}
aside.side-bar {
    position: sticky;
    height: 100vh;
}
aside.side-bar div::-webkit-scrollbar {
    width: 5px !important;
}

::-webkit-scrollbar {
    width: 5px !important;
}
::-webkit-scrollbar {
    height: 5px !important;
}

#scrollable-container {
    flex: unset !important;
    overflow-y: scroll;
}
.dataTable th {
    white-space: nowrap;
    background-color: rgb(222, 222, 222) !important;
}
.dataTables_scrollHeadInner .dataTable {
    width: 100% !important;
    margin-top: 0 !important;
}

.dataTables_scroll,
.table {
    border-radius: 10px;
    width: 100% !important;
}
.table thead tr:first-child th:first-child,
.table tbody tr:last-child td:first-child {
    border-top-left-radius: 10px;
}
.table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.table tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.dataTables_scrollFootInner .dataTable {
    margin-bottom: 0 !important;
}
.dataTables_scroll .dataTables_scrollHead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

.dataTables_scrollBody .table {
    border-radius: 0 !important;
}
.dataTables_scrollHead .dataTables_scrollHeadInner .table {
    border-radius: 0 !important;
}
.dataTables_scrollFoot .dataTables_scrollFootInner .table {
    border-radius: 0 !important;
}
label {
    margin-bottom: 1px !important;
    font-weight: 400 !important;
    color: #222222 !important;
}
.navbar-default .navbar-nav > .active > a {
    color: #000000;
    background-color: #e7e7e7;
    border-radius: 10px;
    border: 1px solid #2196f3;
    margin: 3px 0;
}

.modal .customize-table {
    border: 1px solid #ababab;
    border-radius: 10px;
}

.well {
    background-color: #3f51b538;
    color: #3f51b5;
    border: unset !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.help-block {
    display: block;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
    font-style: italic;
}

.badge-blue-pearl {
    background: #3f51b5;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 600;
}
.nav-tabs-custom {
    border-radius: 10px !important;
    overflow: hidden !important;
}
.box {
    border-radius: 15px !important;
}
.panel {
    border-radius: 15px !important;
}
.panel .panel-heading {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.space-no-wrap {
    white-space: nowrap !important;
}
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    min-width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    height: 100px;
    min-height: 100px;
    object-fit: cover;
}
.box {
    overflow: hidden !important;
}

.pt-1{
    padding-top: 1rem !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-1{
    padding-bottom: 1rem !important;
}
