#map .overlay-legend-right {
    right: 10px;
    left: auto;
}

#map .overlay-legend-right .ovr1 {
    margin-left: 0;
}

.recv-stats-info {
    margin: 10px 0 0 0;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.825);
    border: 1px solid rgba(46, 79, 79, 0.15);
    border-radius: 12px;
    font-size: 0.72rem;
    color: #181d31;
}

.recv-stats-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(46, 79, 79, 0.12);
}

.recv-stats-label {
    font-weight: 600;
    color: rgb(46, 79, 79);
    font-size: 0.75rem;
}

.recv-stats-count {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    background-color: rgb(46, 79, 79);
    padding: 2px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.recv-stats-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.recv-stats-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.recv-stats-device-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3b3b3b;
}

.recv-stats-device-count {
    font-weight: 600;
    color: rgb(46, 79, 79);
    white-space: nowrap;
}

/* Wrapper untuk parameter dan dirasakan */
.parameter-wrapper {
    position: absolute;
    top: 52px;
    left: 10px;
    z-index: 1000;
    width: 320px;
}

/* Styling untuk params */
.params {
    background-color: rgba(255, 255, 255, 0.825);
    padding: 15px;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    width: 100%;
    margin-bottom: 20px;
    /* Jarak antara params dan dirasakan */
}

.kodeP {
    /* border-radius: 15px; */
    padding: 4px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgb(46, 79, 79);
    color: #fff;
}

.tb1 {
    /* padding: 10px; */
    /* background-color: #fff; */
    border-radius: 15px;
    border-width: 3px;
    border-style: dashed;
    border-color: #181d31;
    /* padding: 10px; */
}

.sp {
    padding-left: 5px;
    padding-right: 5px;
}

.tbl1 {
    /* background-color: #fff; */
    color: #181d31;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    width: 100%;
}

.text-label {
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    /* Warna teks */
    text-align: center;
}

.text-marker {
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.cluster-icon {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    ;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container untuk accordion */
.dirasakan-container {
    width: 100%;
}

/* Styling untuk accordion */
.accordion {
    width: 100%;
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: rgb(46, 79, 79);
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px !important;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(46, 79, 79);
    color: #fff;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 0.825);
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}

/* Hapus border default dari Bootstrap accordion */
.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

#dirasakanTable {
    width: 100%;
    margin-bottom: 0;
    font-size: 0.75rem;
}

#dirasakanTable th {
    background-color: rgb(46, 79, 79);
    color: white;
    font-weight: bold;
    text-align: center;
}

#dirasakanTable th.sortable {
    cursor: pointer;
    user-select: none;
}

#dirasakanTable th.sortable:hover {
    background-color: rgb(56, 99, 99);
}

#dirasakanTable th.sortable .sort-indicator {
    font-size: 0.75em;
    opacity: 0.85;
}

#dirasakanTable td {
    /* text-align: center; */

    vertical-align: middle;
}

#dirasakanTable tbody tr:hover {
    background-color: rgba(46, 79, 79, 0.1);
}

.accordion-body {
    padding: 0;
}

#dirasakanTable.table-hover tbody tr:hover {
    cursor: pointer;
}