.br-15-px {
    border-radius: 15px !important;
}

.br-30-px {
    border-radius: 30px !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

h6 {
    font-size: 16px !important;
}

.text-bold-lg {
    font-size: 24px !important;
    margin-bottom: 0px;
    color: #333;
}

.text-bold {
    font-weight: bold;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.runtext-fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1;
    background-color: #fe5 !important;
}

.sidebar-fixed {
    position: fixed;
    height: 100%;
    z-index: 2;
}

.container-sticky {
    position: inherit;
    width: inherit;
    margin: 95px 0 0 14rem !important;
    z-index: 3;
}

.banner-dashboard {
    margin-top: 140px;
}

.div-check-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 30px;
}

.div-check-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 30px;
}

.check-right,
.check-left {
    margin-left: -5px;
}

.table td,
.table th {
    font-size: 12px !important;
}

table thead th .center {
    text-align: center !important;
}

.information-page {
    position: fixed;
    right: 1rem;
    top: 20vh;
    display: none;
    width: 5rem;
    height: 5rem;
    text-align: center;
    color: #fff;
    background: transparent;
    line-height: 46px;
    z-index: 10;
}

#messages {
    height: 340px;
    overflow-y: scroll;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding-top: 15px;
}

.chatting-page {
    z-index: 2;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    /* display: none; */
    width: 5rem;
    height: 5rem;
    text-align: center;
    color: #3d3b3b;
    background: transparent;
    line-height: 46px;
}

.chat-div {
    border: 1px solid #ccc;
    height: 430px;
    overflow-y: scroll;
    background-color: rgb(2, 79, 181);
    color: #fff;
}

.chat-filter-input {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px;
    background-color: #022c64;
}

.chat-group {
    position: sticky;
    top: 58px;
    padding: 10px;
    margin: -10px;
    z-index: 1;
    background-color: #f6c23e;
}

.result-item {
    font-size: 10px;
    line-height: 130%;
    border-bottom: 1px dashed #ccc
}

.loading-message {
    opacity: 0.8;
    font-style: italic;
    text-align: right;
}

#map {
    width: 100%;
    height: 500px;
    z-index: 1;
}

/* Style untuk popup */
.custom-popup {
    background-color: #f4f4f9;
    border: 2px solid #007BFF;
    padding: 10px;
    color: #333;
    font-family: Arial, sans-serif;
}

.popup-title {
    color: #007BFF;
    font-weight: bold;
}

.popup-content {
    color: #333;
    font-size: 14px;
}

.popup-footer {
    font-size: 12px;
    color: #888;
}

th {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding: 6px 8px;
    line-height: 1.2;
}

div.DTFC_LeftWrapper,
div.DTFC_RightWrapper {
    top: 0 !important;
}

table.dataTable {
    margin-top: 0 !important;
}

div.DTFC_LeftBodyWrapper {
    top: -10px !important;
}

/* === RAPIKAN DATATABLE HEADER (Length + Filter) === */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

/* Responsive mode (hp/tablet) */
@media (max-width: 768px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 8px;
    }
    .navbar-nav {
        display: none;
    }
}

#dataTable {
    width: 100% !important;
}

.dataTables_scrollHeadInner table {
    margin: 0 !important;
}

table.dataTable thead th {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}

/* === RAPIKAN INFO & PAGINATION DATATABLE === */
.dataTables_wrapper .dataTables_info {
    float: left;
    padding-top: 0.85em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

/* Biar pagination dan info sejajar vertikal */
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
}

/* Responsive fix (hp/tablet) */
@media (max-width: 768px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }
}

@media(min-width:992px) {
    .devider-horizontal {
        border: 3px #4e73df solid;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .devider-horizontal {
        display: none;
    }
}