.post-content {
    text-align: justify !important;
    word-wrap: break-word !important;
}
.post-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
.word-break {
    word-break: break-word !important;
}
.border-1 {
    border: 1px solid #A0A0A0;
}
.loader-wrapper {
    height: 65px;
}
.navsub-active {
    background-color: #0000006e !important;
    padding: 13.5px !important;
}
.uc-header.header-one .uc-navbar-nav>li>a.navbar-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    transition: opacity 250msease-in-out;
}
.uc-nav.uc-navbar-dropdown-nav li.subnavbar-active {
    background-color: #00000066;
    padding-left: 10px;
    padding-right: 10px;
}

.sidenav-active {
    background-color: #0000006b;
    padding-left: 10px;
}
li a.sidenav-dropdown-active {
    padding-left: 10px;
    border-left: 4px solid;
}
#rankWebTable, #direktoriTable {
    white-space: nowrap !important; /* Mencegah teks turun ke baris baru */
}

#rankWebTable_wrapper, #direktoriTable_wrapper {
    overflow-x: auto !important; /* Menambahkan scroll horizontal jika tabel terlalu lebar */
}
.uc-dark table.dataTable tbody tr:hover,
.uc-dark .table-striped > tbody > tr:hover,
.uc-dark .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #fff; /* Latar belakang putih saat hover */
    color: #333 !important; /* Warna teks hitam saat hover */
}
.uc-dark .dataTables_length select, .uc-dark .dataTables_filter input[type=search], .uc-dark .select2-container--default .select2-results__option:hover {
    color: #fff;
}
.uc-dark .dataTables_length select option, .uc-dark .select2-container--default .select2-results__option {
    color: #333;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    /* background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 8px; */
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
    border-color: #3b82f6;
    background-color: #fff;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b82f6;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eef2ff;
    color: #1e40af;
}
.select2-container--default .select2-selection--single:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.select2-container--default .select2-results__option {
    transition: background 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
.modal-content {
    color: #000;
}
#btn-search, #btn-reset, #btn-add-direktori {
    height: 40px;
}
.menu-notice {
    background-color: #004276;
    padding: 3px 10px 3px 10px;
    border-radius: 8px;
}