@font-face {
    font-family: "Inter";
    font-style: normal;
    src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf");
}
@font-face {
    font-family: "Inter";
    font-style: italic;
    src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf");
}
:root {
    --bg-body: #f5f5f5;
    --bg-body-dark: #eaecf0;
    --color-border: #e1e1e1;
    --bg-white: #ffffff;
    --link-active: #d6ac6e;
    --water-mater: #10ae4f;
    --water-mater-light: #fcdb58;
    --water-mater-warning: #ffa000;
    --water-mater-danger: #e03d3d;
    --water-mater-extreem: #34005c;
    --water-mater-blue: #5197d8;
    --water-mater-brown: #d6ac6e;
    --rain-cloud: #f5f5f5;
    --rain-light: #88caf9;
    --rain-medium: #fad493;
    --rain-heavy: #f7b57b;
    --rain-very-heavy: #f59896;
    --rain-ekstream: #a999b5;
    --bg-hover: #a3d4f7;
    --blue-btn: #0094ff;
    --ews-normal: #2338f1;
    --ews-siaga: #25ea13;
    --ews-waspada: #f9fe0d;
    --ews-awas: #f6a611;
    --ews-bahaya: #d31515;
}

* {
    font-family: "Inter", sans-serif;
}

.modal-content {
    background: #f5f5f5;
}
.modal-content .modal-title {
    font-size: 16px;
    font-weight: 500;
}
.modal-content .modal-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.modal-content .modal-title h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.modal-content .card {
    border-width: 0;
    border-radius: 10px;
}
.modal-content .card .card-body {
    background-color: var(--bg-white);
    border-radius: 10px;
}
.modal-content .card .card-body .table > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}
.modal-content .card .card-body .table {
    margin-bottom: 0;
}
.modal-content .card .card-body .table th:first-child {
    border-top-left-radius: 10px;
}
.modal-content .card .card-body .table th:last-child {
    border-top-right-radius: 10px;
}
.modal-content .card .card-body .table tbody tr:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0px;
}
.modal-content .card .card-body .table tbody tr:last-child td {
    border: 0px;
}
.modal-content .card .card-body .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.modal-content .card .card-body .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.modal-content .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}
.modal-content .modal-chart.modal-body {
    overflow: auto;
    height: calc(100vh - 230px);
    /* Down */
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-track:hover {
    background-color: #ffffff;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-track:active {
    background-color: #ffffff;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d9d9d9;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-thumb:active {
    background-color: #c7c7c7;
}
.modal-content .modal-chart.modal-body::-webkit-scrollbar-button:single-button {
    background-color: #ffffff;
    display: block;
    border: solid;
    height: 10px;
    width: 10px;
    padding-bottom: 2px;
}
.modal-content
    .modal-chart.modal-body::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #555555 transparent;
}
.modal-content
    .modal-chart.modal-body::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
.modal-content
    .modal-chart.modal-body::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 5px 0 5px;
    border-color: #555555 transparent transparent transparent;
}
.modal-content
    .modal-chart.modal-body::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}

#modalCCTV .modal-content .modal-chart.modal-body {
    height: calc(100vh - 200px);
}

.modal-backdrop {
    background-color: rgba(217, 217, 217, 0.6) !important;
}

body {
    background-color: var(--bg-body);
    font-size: 15px;
}

#app {
    margin: 0;
    padding: 0;
}
#app .navbar {
    background-color: var(--bg-white);
}
#app .navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 24px;
}
#app .navbar .nav-item .nav-link.active {
    font-weight: 500;
    color: var(--link-active);
}
#app .card {
    border-width: 0;
    border-radius: 10px;
}
#app .card .card-body {
    background-color: var(--bg-white);
    border-radius: 10px;
}

.select2.select2-container--default.no-border .select2-selection {
    border: unset;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
}
.select2.select2-container--default.no-border
    .select2-selection
    .select2-selection__arrow {
    right: 0;
}
.select2.select2-container--default.no-border
    .select2-selection
    .select2-selection__rendered {
    padding-left: 8px;
}
.select2.select2-container--default .select2-selection {
    height: 45px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
}
.select2.select2-container--default
    .select2-selection
    .select2-selection__rendered {
    line-height: 45px;
    padding-left: 15px;
    font-weight: 500;
    font-style: normal;
}

.select2-results__option {
    padding: 10px 14px !important;
}

.select2.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: none !important;
}

.select2.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #a49c9c;
}

.select2.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0;
    right: 12px;
}

.form-label {
    font-size: 15px;
    font-weight: 500;
}

hr {
    opacity: 1;
    border-color: var(--color-border);
}

.device-wrapper {
    overflow: auto;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--bg-body);
}
.device-wrapper .device-list .device-item {
    background-color: var(--bg-body);
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: 500;
    cursor: pointer;
}
.device-wrapper .device-list .device-item .device-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.device-wrapper .device-list .device-item .device-header .device-label {
    font-size: 15px;
    font-weight: 600;
}
.device-wrapper .device-list .device-item .device-mater {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 10px;
    font-weight: 600;
}
.device-wrapper .device-list .device-item .device-mater .device-meter-progress {
    background-color: var(--bg-body-dark);
    padding: 2px 5px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress.badge-meter {
    border-radius: 8px;
    padding: 4px 16px;
    text-align: center;
    justify-content: center;
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar {
    background-color: var(--bg-white);
    width: 100%;
    height: 10px;
    border-radius: 10px;
    position: relative;
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-green::before {
    content: "";
    display: block;
    width: 25%;
    height: 10px;
    border-radius: 10px;
    background-color: var(--water-mater-green);
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-yellow::before {
    content: "";
    display: block;
    width: 50%;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        var(--water-mater-green) 50%,
        var(--water-mater-light) 50%
    );
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-orange::before {
    content: "";
    display: block;
    width: 75%;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        var(--water-mater-green) 32.5%,
        var(--water-mater-light) 32.5%
    );
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-orange::after {
    content: "";
    display: block;
    width: 75%;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        transparent 65%,
        var(--water-mater-warning) 65%
    );
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-red::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        var(--water-mater-green) 25%,
        var(--water-mater-light) 25%
    );
}
.device-wrapper
    .device-list
    .device-item
    .device-mater
    .device-meter-progress
    .device-meter-progress-bar.device-meter-progress-red::after {
    content: "";
    display: block;
    width: 50%;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(
        to right,
        var(--water-mater-warning) 50%,
        var(--water-mater-danger) 50%
    );
}
.device-wrapper
    .device-list
    .device-item
    .device-mater.device-bg-white
    .device-meter-unit {
    background-color: var(--bg-white);
}
.device-wrapper .device-list .device-item .device-mater .device-meter-unit {
    background-color: var(--bg-body-dark);
    padding: 3px 5px;
    border-radius: 3px;
}
.device-wrapper .device-list .device-item .device-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
}

#map {
    margin-top: 16px;
    border-radius: 15px;
}
#map .leaflet-logo {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    bottom: 12px;
    right: 60px;
}
#map .leaflet-logo img {
    height: 40px;
}

#map.leaflet-touch .leaflet-bar.leaflet-custom-legend a {
    min-width: 150px;
    height: 40px !important;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    height: unset;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    align-content: center;
    font-size: 14px;
}

#map.leaflet-touch .leaflet-bar.leaflet-collapse-data {
    margin-left: 0px;
}
#map.leaflet-touch .leaflet-bar.leaflet-collapse-data a {
    height: unset;
    width: 100%;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 15px 5px;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
}
#map.leaflet-touch .leaflet-bar.leaflet-collapse-data a span {
    transform: rotate(-90deg);
    display: block;
}
#map.leaflet-touch .leaflet-bar.leaflet-collapse-data a img {
    transform: rotate(-90deg);
    margin-bottom: 15px;
    transition: transform ease-in-out 0.5s;
}
#map.leaflet-touch .leaflet-bar.leaflet-collapse-data a.active img {
    transform: rotate(90deg);
    transition: transform ease-in-out 0.5s;
}

.leaflet-touch .leaflet-bar.leaflet-custom-legend .leaflet-legend {
    background-color: var(--bg-white);
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
}
.leaflet-touch .leaflet-bar.leaflet-custom-legend .leaflet-legend.active {
    display: block;
}
.leaflet-touch
    .leaflet-bar.leaflet-custom-legend
    .leaflet-legend
    .leaflet-legend-item {
    padding: 5px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.leaflet-touch
    .leaflet-bar.leaflet-custom-legend
    .leaflet-legend
    .leaflet-legend-item.active {
    background-color: var(--bg-hover);
}
.leaflet-touch
    .leaflet-bar.leaflet-custom-legend
    .leaflet-legend
    .leaflet-legend-item:hover {
    background-color: var(--bg-hover);
}
.leaflet-touch
    .leaflet-bar.leaflet-custom-legend
    .leaflet-legend
    .leaflet-legend-item
    .box-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.badge-meter {
    border-radius: 4px;
    padding: 4px 16px;
    text-align: center;
    width: 100%;
}
.badge-meter.badge-meter-white {
    background-color: var(--bg-white) !important;
}
.badge-meter.badge-meter-green {
    background-color: var(--water-mater) !important;
    color: white;
}
.badge-meter.badge-meter-light-orange {
    background-color: var(--water-mater-light) !important;
}
.badge-meter.badge-meter-orange {
    background-color: var(--water-mater-warning) !important;
    color: white;
}
.badge-meter.badge-meter-red {
    background-color: var(--water-mater-danger) !important;
    color: white;
}
.badge-meter.badge-meter-purple {
    background-color: var(--water-mater-extreem) !important;
    color: white;
}
.badge-meter.badge-meter-blue {
    background-color: var(--water-mater-blue) !important;
    color: white;
}
.badge-meter.badge-meter-brown {
    background-color: var(--water-mater-brown) !important;
    color: white;
}
.badge-meter.badge-meter-discharge {
    background-color: #d6ac6e !important;
    color: #111618;
}
.badge-meter.badge-meter-rain-cloud {
    background-color: var(--rain-cloud) !important;
    color: black;
}
.badge-meter.badge-meter-rain-light {
    background-color: var(--rain-light) !important;
    color: black;
}
.badge-meter.badge-meter-rain-medium {
    background-color: var(--rain-medium) !important;
    color: black;
}
.badge-meter.badge-meter-rain-heavy {
    background-color: var(--rain-heavy) !important;
    color: black;
}
.badge-meter.badge-meter-rain-very-heavy {
    background-color: var(--rain-very-heavy) !important;
    color: black;
}
.badge-meter.badge-meter-rain-ekstream {
    background-color: var(--rain-ekstream) !important;
    color: black;
}
.badge-meter.badge-meter-ews {
    font-size: 8px;
    line-height: 9.6px;
    font-weight: 500;
    border-radius: 0;
    padding: 1px;
}
.badge-meter.badge-meter-normal {
    background-color: var(--ews-normal);
    color: white;
}
.badge-meter.badge-meter-siaga {
    background-color: var(--ews-siaga);
}
.badge-meter.badge-meter-waspada {
    background-color: var(--ews-waspada);
}
.badge-meter.badge-meter-awas {
    background-color: var(--ews-awas);
}
.badge-meter.badge-meter-bahaya {
    background-color: var(--ews-bahaya);
    color: white;
}

.leaflet-touch .leaflet-bar.leaflet-custom-legend:not(.active) a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.leaflet-touch .leaflet-bar.leaflet-custom-legend:not(.active) a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: #a49c9c;
    position: absolute;
    right: 10px;
}

.leaflet-touch .leaflet-bar.leaflet-custom-legend.active a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #a49c9c;
    position: absolute;
    right: 10px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: unset !important;
}

.tomorrow a {
    display: none;
}

.leaflet-custom-layers .leaflet-control-button {
    width: 44px !important;
    height: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leaflet-custom-layers .leaflet-control-button img {
    width: 24px;
    height: 24px;
}

#map.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 0;
}

#map.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#map.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 30px;
    cursor: pointer;
}

.leaflet-control-attribution {
    display: none;
}

#map .fullscreen-icon {
    background-size: 80%;
}

#map.leaflet-touch .fullscreen-icon {
    background-position: 4px 5px;
}

#map.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
    background-position: 4px -28px;
}

#map.leaflet-touch .leaflet-bar a.leaflet-control-zoom-in {
    font-size: 30px;
    line-height: 36px;
}

#map.leaflet-touch .leaflet-bar a.leaflet-control-zoom-out {
    font-size: 30px;
    line-height: 38px;
}

#map.leaflet-touch .leaflet-custom-layers .layers-area {
    padding: 6px;
    border-radius: 6px;
    background-color: white;
}
#map.leaflet-touch .leaflet-custom-layers .layers-area a {
    width: 35px !important;
    height: 35px !important;
    border-radius: 4px;
    position: relative;
}
#map.leaflet-touch .leaflet-custom-layers .layers-area a:hover {
    background-color: var(--bg-hover);
}
#map.leaflet-touch .leaflet-custom-layers .layers-area a.active {
    background-color: var(--bg-hover);
}

.leaflet-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 46px;
    background: white;
    border-radius: 10px;
    min-width: 170px;
    max-height: 350px;
    overflow: auto;
    /* Down */
}
.leaflet-dropdown::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.leaflet-dropdown::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff;
}
.leaflet-dropdown::-webkit-scrollbar-track:hover {
    background-color: #ffffff;
}
.leaflet-dropdown::-webkit-scrollbar-track:active {
    background-color: #ffffff;
}
.leaflet-dropdown::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d9d9d9;
}
.leaflet-dropdown::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
}
.leaflet-dropdown::-webkit-scrollbar-thumb:active {
    background-color: #c7c7c7;
}
.leaflet-dropdown::-webkit-scrollbar-button:single-button {
    background-color: #ffffff;
    display: block;
    border: solid;
    height: 10px;
    width: 10px;
    padding-bottom: 2px;
}
.leaflet-dropdown::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #555555 transparent;
}
.leaflet-dropdown::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
.leaflet-dropdown::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 5px 0 5px;
    border-color: #555555 transparent transparent transparent;
}
.leaflet-dropdown::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}
.leaflet-dropdown.active {
    display: block;
}
.leaflet-dropdown .leaflet-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid var(--color-border);
}
.leaflet-dropdown .leaflet-dropdown-header div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.leaflet-dropdown .leaflet-dropdown-header .leaflet-dropdown-title {
    font-size: 14px;
    font-weight: 500;
    color: #1e1e1e;
}
.leaflet-dropdown .leaflet-dropdown-header img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.leaflet-dropdown
    .leaflet-dropdown-body
    .leaflet-base-maps
    .leaflet-base-maps-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.leaflet-dropdown
    .leaflet-dropdown-body
    .leaflet-base-maps
    .leaflet-base-maps-item:hover {
    background-color: var(--bg-hover);
}
.leaflet-dropdown
    .leaflet-dropdown-body
    .leaflet-base-maps
    .leaflet-base-maps-item.active {
    background-color: var(--bg-hover);
}

.leaflet-layers-collapse {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
.leaflet-layers-collapse .leaflet-layers-collapse-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}
.leaflet-layers-collapse .leaflet-layers-collapse-btn.collapsed .chevron-img {
    rotate: -90deg;
}
.leaflet-layers-collapse .leaflet-layers-collapse-btn .leaflet-dropdown-title {
    font-size: 13px;
    font-weight: 500;
}
.leaflet-layers-collapse .leaflet-layers-collapse-btn .chevron-img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.leaflet-layers-collapse .leaflet-layers-collapse-btn img {
    width: 20px;
    height: 20px;
}
.leaflet-layers-collapse .leaflet-layers-device {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    border: 1px solid var(--color-border);
    padding: 3px 7px;
    border-radius: 4px;
}
.leaflet-layers-collapse .leaflet-layers-device .leaflet-layers-badge {
    width: 3px;
    height: 25px;
    margin-right: 5px;
}
.leaflet-layers-collapse .leaflet-layers-device img {
    width: 20px;
    height: 20px;
}

.btn.btn-blue-outline {
    background-color: var(--bg-white);
    border: 1px solid var(--blue-btn);
    color: var(--blue-btn);
}
.btn.btn-blue-outline:hover {
    background-color: var(--blue-btn);
    color: var(--bg-white);
}

[data-toggle="daterangepicker"] {
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
[data-toggle="daterangepicker"] span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.select2-container--default .select2-dropdown {
    border-color: var(--color-border);
}

.btn-blue {
    color: var(--bg-white);
    background-color: var(--blue-btn);
    border-color: var(--blue-btn);
    padding: 10px 14px;
}
.btn-blue:hover {
    color: var(--bg-white);
    background-color: var(--blue-btn);
    border-color: var(--blue-btn);
}
.btn-blue::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: white;
    border: none;
    margin-left: 1em;
    vertical-align: middle;
}

.dropdown-item.selected {
    background-color: var(--bg-hover);
}

.time-frame {
    display: flex;
    position: absolute;
    z-index: 1000;
    background-color: #e5eaf1;
    height: 40px;
    width: 360px;
    border-radius: 30px;
    left: 69px;
    top: 10px;
    align-items: center;
    justify-content: space-between;
}
.time-frame .btn-control {
    width: 40px;
    min-height: 40px;
    max-height: 40px;
    background-color: var(--bg-white);
    border-radius: 50%;
    cursor: pointer;
}
.time-frame .btn-control.btn-play {
    background-image: url(../img/play-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 11px;
}
.time-frame .btn-control.btn-pause {
    background-image: url(../img/pause-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 11px;
}
.time-frame .time-container {
    display: flex;
    width: 89%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    gap: 15px;
    /*********** Baseline, reset styles ***********/
    /* Removes default focus */
    /******** Chrome, Safari, Opera and Edge Chromium styles ********/
    /* slider track */
    /* slider thumb */
    /*********** Firefox styles ***********/
    /* slider track */
    /* slider thumb */
}
.time-frame .time-container .time-text {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    min-width: 53px;
    width: 53px;
}
.time-frame .time-container .time-tracker {
    width: 100%;
}
.time-frame .time-container .time-tracker .time-text {
    position: absolute;
    left: 50%;
    top: 26px;
    font-size: 10px;
    min-width: unset;
    width: unset;
}
.time-frame .time-container input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(
        to right,
        #000000 0%,
        #000000 100%,
        #fff 0%,
        #fff 100%
    );
    cursor: pointer;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
    width: 100%;
}
.time-frame .time-container input[type="range"]:focus {
    outline: none;
}
.time-frame .time-container input[type="range"]::-webkit-slider-runnable-track {
    border-radius: 0rem;
    height: 9px;
}
.time-frame .time-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -3.5px;
    /* Centers thumb on the track */
    background-color: #000000;
    border-radius: 0rem;
    height: 1rem;
    width: 3px;
}
.time-frame .time-container input[type="range"]:focus::-webkit-slider-thumb {
    outline: 3px solid #000000;
    outline-offset: 0.125rem;
}
.time-frame .time-container input[type="range"]::-moz-range-track {
    border-radius: 0rem;
    height: 9px;
}
.time-frame .time-container input[type="range"]::-moz-range-thumb {
    background-color: #000000;
    border: none;
    /*Removes extra border that FF applies*/
    border-radius: 0rem;
    height: 1rem;
    width: 3px;
}
.time-frame .time-container input[type="range"]:focus::-moz-range-thumb {
    outline: 3px solid #000000;
    outline-offset: 0.125rem;
}

.scrollcustom {
    padding-bottom: 5px;
    /* Down */
    /* Left Button */
    /* Right Button */
}
.scrollcustom::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.scrollcustom::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff;
}
.scrollcustom::-webkit-scrollbar-track:hover {
    background-color: #ffffff;
}
.scrollcustom::-webkit-scrollbar-track:active {
    background-color: #ffffff;
}
.scrollcustom::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d9d9d9;
}
.scrollcustom::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
}
.scrollcustom::-webkit-scrollbar-thumb:active {
    background-color: #c7c7c7;
}
.scrollcustom::-webkit-scrollbar-button:single-button {
    background-color: #ffffff;
    display: block;
    border: solid;
    height: 10px;
    width: 10px;
    padding-bottom: 2px;
}
.scrollcustom::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #555555 transparent;
}
.scrollcustom::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
.scrollcustom::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 5px 0 5px;
    border-color: #555555 transparent transparent transparent;
}
.scrollcustom::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}
.scrollcustom::-webkit-scrollbar-button:single-button:horizontal:decrement {
    border-width: 5px 8px 5px 0;
    border-color: transparent #555555 transparent transparent;
}
.scrollcustom::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    border-color: transparent #777777 transparent transparent;
}
.scrollcustom::-webkit-scrollbar-button:single-button:horizontal:increment {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #555555;
}
.scrollcustom::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    border-color: transparent transparent transparent #777777;
}

.btn-type {
    background-color: white;
    border-radius: 4px;
    border: 1px solid var(--color-border);
    padding: 0px;
    width: 100%;
}
.btn-type:hover,
.btn-type:focus {
    background-color: rgb(214, 212, 212);
    border: 1px solid var(--color-border);
}
.btn-type.active {
    background-color: var(--link-active);
    border-color: var(--link-active);
    color: white;
}
.btn-type.active:focus {
    background-color: #a4885c;
    border-color: #a4885c;
    color: white;
}

.table-device {
    margin-top: 0.3rem;
}
.table-device .table-type thead tr {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: var(--bg-body);
    border-top: 0;
}
.table-device .table-type thead tr th {
    border: 0;
    background-color: var(--bg-body);
    padding-bottom: 0;
}
.table-device .table-type thead tr th:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.table-device .table-type thead tr th:last-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.table-device .table-type thead tr th.border-right {
    border-right: 2px solid white;
}
.table-device .table-type tbody tr {
    border: 0;
    background-color: var(--bg-body);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.table-device .table-type tbody tr td {
    border: 0;
    border-bottom: 0;
    background-color: var(--bg-body);
}
.table-device .table-type tbody tr td.border-right {
    border-right: 2px solid white;
}
.table-device .table-type tbody tr td:nth-child(odd) {
    border-bottom-left-radius: 8px;
}
.table-device .table-type tbody tr td:nth-child(even) {
    border-bottom-right-radius: 8px;
}
.table-device .table-data thead tr th {
    padding: 5px;
    background-color: var(--bg-body);
    border-top: 1px solid #d0d5dd;
    border-bottom: 1px solid #d0d5dd;
    font-size: 14px;
}
.table-device .table-data tbody tr {
    border-radius: 8px;
}
.table-device .table-data tbody tr td {
    background-color: var(--bg-body);
    border-top: 5px solid var(--bg-white);
    border-bottom: 5px solid var(--bg-white);
    font-size: 13px;
    vertical-align: middle;
}
.table-device .table-data tbody tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.table-device .table-data tbody tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.table-device .table-data tbody .device-item {
    cursor: pointer;
}
.table-device .table-data tbody .badge-meter {
    padding: 4px;
}

.badge-meter-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.badge-meter-wrapper .badge-meter-bg {
    background-color: var(--bg-body-dark);
    padding: 2px 5px;
    border-radius: 3px;
}
.badge-meter-wrapper .badge-meter-progress {
    width: 100%;
    padding: 8px;
}
.badge-meter-wrapper .badge-meter-progress .badge-meter-bar {
    width: 100%;
    background-color: var(--bg-white);
    border-radius: 8px;
}

.card-intensitas {
    height: 35%;
}
.card-intensitas .item-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-y: auto;
    gap: 20px;
}
.card-intensitas .item-wrapper .card-item-intensitas {
    background-color: var(--bg-body);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    min-width: 200px;
    position: relative;
}
.card-intensitas .item-wrapper .card-item-intensitas .title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.card-intensitas .item-wrapper .card-item-intensitas .unit {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 62%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.card-intensitas .item-wrapper .card-item-intensitas .unit span {
    line-height: 5px;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.card-intensitas .item-wrapper .card-item-intensitas img {
    width: 135px;
    margin: 0 auto;
}
.card-intensitas .item-wrapper .card-item-intensitas .badge-meter {
    margin-top: 10px;
    font-size: 14px;
    padding: 4px;
}
.card-intensitas .item-wrapper .card-item-iklim {
    background-color: var(--bg-body);
    border-radius: 8px;
    text-align: center;
    min-width: 200px;
    position: relative;
}
.card-intensitas .item-wrapper .card-item-iklim .title {
    background-color: #88caf9;
    color: #1e1e1e;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 1rem;
}
.card-intensitas .item-wrapper .card-item-iklim img {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
}
.card-intensitas .item-wrapper .card-item-iklim .unit {
    margin: 0 10px 0 10px;
    font-size: 40px;
    font-weight: 500;
    line-height: 58.09px;
    padding-bottom: 1rem;
}
.card-intensitas .item-wrapper .card-item-iklim .unit span {
    line-height: 5px;
    font-size: 14px;
    font-weight: normal;
}
.card-intensitas .item-wrapper .card-item-iklim.card-item-wqms {
    min-width: 250px;
    padding-bottom: 1px;
}
.card-intensitas .item-wrapper .card-item-iklim.card-item-wqms .unit {
    margin-bottom: 0;
}
.card-intensitas .item-wrapper .card-item-iklim.card-item-wqms .date {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 0.5rem 0;
}
.card-intensitas .item-wrapper .card-item-iklim.card-item-wqms .status {
    margin: 20px;
    text-wrap: wrap;
    max-width: calc(100% - 40px);
    line-height: 14px;
    padding: 0.8rem;
    border: 1px solid white;
    border-radius: 4px;
}

.card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.card-empty img {
    width: 180px;
}

.list-device-wrapper .list-device-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
}
.list-device-wrapper .list-device-title .title {
    flex: 0 0 auto;
    width: 32.33333333%;
    background-color: #d0d5dd;
    border-radius: 8px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 14px;
}
.list-device-wrapper .list-device-title .title-data {
    flex: 0 0 auto;
    width: 64.66666667%;
    border-radius: 8px;
    background-color: #d0d5dd;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 0;
}
.list-device-wrapper .list-device-list {
    margin-top: 5px;
    overflow-y: auto;
    /* Down */
}
.list-device-wrapper .list-device-list::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-track:hover {
    background-color: #ffffff;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-track:active {
    background-color: #ffffff;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d9d9d9;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-thumb:active {
    background-color: #c7c7c7;
}
.list-device-wrapper .list-device-list::-webkit-scrollbar-button:single-button {
    background-color: #ffffff;
    display: block;
    border: solid;
    height: 10px;
    width: 10px;
    padding-bottom: 2px;
}
.list-device-wrapper
    .list-device-list::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #555555 transparent;
}
.list-device-wrapper
    .list-device-list::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
.list-device-wrapper
    .list-device-list::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 5px 0 5px;
    border-color: #555555 transparent transparent transparent;
}
.list-device-wrapper
    .list-device-list::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}
.list-device-wrapper .list-device-list .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
}
.list-device-wrapper .list-device-list .accordion-item .accordion-button {
    box-shadow: unset;
    border-radius: 5px !important;
}
.list-device-wrapper
    .list-device-list
    .accordion-item
    .accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: unset;
    color: black;
}
.list-device-wrapper .list-device-list .accordion-item .accordion-button:hover,
.list-device-wrapper .list-device-list .accordion-item .accordion-button:active,
.list-device-wrapper
    .list-device-list
    .accordion-item
    .accordion-button:visited {
    border: none;
    box-shadow: unset;
    background-color: white !important;
}
.list-device-wrapper .list-device-list .accordion-item .accordion-collapse {
    border: none;
}
.list-device-wrapper .list-device-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.list-device-wrapper .list-device-item .title {
    flex: 0 0 auto;
    width: 33.33333333%;
    background-color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 2px solid var(--bg-body);
    padding: 7px 8px;
    display: flex;
    align-items: center;
}
.list-device-wrapper .list-device-item .data {
    flex: 0 0 auto;
    width: 66.66666667%;
    display: flex;
    background-color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1px 1px;
    align-items: center;
}
.list-device-wrapper .list-device-item .data.data-progress {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.list-device-wrapper .list-device-item .data.data-progress.graph-duga-air {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 4px 0;
}
.list-device-wrapper
    .list-device-item
    .data.data-progress.graph-duga-air
    .graph-progress-entry {
    display: flex;
    width: 100%;
}
.list-device-wrapper
    .list-device-item
    .data.data-progress.graph-duga-air
    .badge-meter.badge-progress {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    padding: 6px;
    text-align: left;
}

.list-device-wrapper
    .list-device-item
    .data.data-progress.graph-duga-air
    .badge-meter.badge-progress
    span {
    display: inline-block;
    font-weight: 500;
}
.list-device-wrapper .list-device-item .data .badge-meter {
    margin: 1px 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.list-device-wrapper .list-device-item .data .badge-meter:not(.badge-progress) {
    line-height: 16.8px;
    padding: 6px 0;
}
.list-device-wrapper .list-device-item .data .badge-meter.badge-progress {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 0;
    border: 1px solid white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
}
.list-device-wrapper .list-device-item.accordion {
    padding: 0 5px;
}
.list-device-wrapper .list-device-item.accordion .title {
    width: 66.66666667%;
    border-color: white;
}
.list-device-wrapper .list-device-item.accordion .data {
    width: 33.33333333%;
}
.list-device-wrapper .list-device-item.accordion.graph-view .title {
    width: 33.33333333%;
}
.list-device-wrapper .list-device-item.accordion.graph-view .data {
    width: 66.66666667%;
}

.intensitas-detail {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}
.intensitas-detail .intensitas-chart {
    width: 100%;
}
.intensitas-detail .card-cctv {
    width: 400px;
    background-color: var(--link-active);
    border-radius: 8px;
}
.intensitas-detail .card-cctv .cctv-header {
    padding: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intensitas-detail .card-cctv video {
    width: 100%;
    border-radius: 8px;
}
.intensitas-detail .card-cctv video::-webkit-media-controls {
    display: none;
}

.card-intensitas .container-cctv {
    height: calc(100% - 20px);
}
.card-intensitas .card-cctv {
    min-width: 400px;
    background-color: var(--link-active);
    border-radius: 8px;
}
.card-intensitas .card-cctv .cctv-header {
    padding: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-intensitas .card-cctv .cctv-body {
    position: relative;
    margin-top: 0.5rem;
    height: 200px;
}
.card-intensitas .card-cctv .cctv-body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: fill;
    object-fit: fill;
}
.card-intensitas .card-cctv .cctv-body video::-webkit-media-controls {
    display: none;
}
.card-intensitas .card-cctv .cctv-empty {
    position: relative;
    margin-top: 0.5rem;
    height: 200px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--bg-body);
}
.card-intensitas .card-cctv .cctv-empty .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-intensitas .card-cctv .cctv-empty img {
    width: 90%;
}
.card-intensitas .card-cctv .cctv-empty p {
    width: 100%;
    margin: 0;
}

.modal-cctv .cctv-container {
    position: relative;
    height: 100%;
}
.modal-cctv .cctv-container video {
    position: absolute;
    /* width: 100%; */
    border-radius: 0px;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

video:-webkit-full-screen {
    height: 100vh;
    width: 100vw;
}

video:fullscreen {
    height: 100vh;
    width: 100vw;
}

video:-webkit-full-screen + .caption-video {
    position: fixed;
    z-index: 1000;
}

video:fullscreen + .caption-video {
    position: fixed;
    z-index: 1000;
}

.blink {
    animation: blinkmarker 1s ease-out;
    -webkit-animation: blinkmarker 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

#charttma.pda_pasut
    .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
#charttma.pda_pasut
    .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: end;
}

@keyframes blinkmarker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.nav-pills-custom {
    gap: 1rem;
    padding-bottom: 0;
    background: white;
    padding: 16px;
    border-radius: 8px;
}
.nav-pills-custom .nav-link {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 8px 16px;
    width: -moz-max-content;
    width: max-content;
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 16.94px;
}
.nav-pills-custom .nav-link.active {
    background-color: var(--link-active);
    border-color: var(--link-active);
    color: white;
}
.nav-pills-custom .nav-link.active:focus {
    background-color: #a4885c;
    border-color: #a4885c;
    color: white;
}

.section-ews .list-device-wrapper {
    padding: 10px;
    border-radius: 8px;
    background-color: var(--bg-body);
}
.section-ews .accordion-collapse {
    padding: 4px;
}
.section-ews #map {
    margin-top: 0;
    border-radius: 0px;
    height: 100%;
}
.section-ews .leaflet-dropdown {
    top: unset;
    bottom: 10px;
    z-index: 1000;
}
.section-ews .leaflet-control.active {
    z-index: 801;
}

.forecast-container {
    position: absolute;
    top: 10px;
    padding: 0px 20px 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    gap: 1rem;
    width: 100%;
}
.forecast-container .forecast-item {
    background-color: var(--link-active);
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.forecast-container .forecast-item .forecast-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 5px;
}
.forecast-container .forecast-item .forecast-body {
    border-top: 1px solid var(--link-active);
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
.forecast-container .forecast-item.active {
    width: 100%;
    padding: unset;
}
.forecast-container .forecast-item.active .forecast-header {
    padding: 8px 8px 5px;
}
.forecast-container .forecast-item.active .forecast-body {
    background-color: var(--bg-white);
    margin-top: 0;
    border-color: var(--bg-white);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.forecast-container .forecast-item.active .forecast-body::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
.forecast-container
    .forecast-item.active
    .forecast-body::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background: transparent;
}
.forecast-container .forecast-item.active .forecast-body .forecast-timeframe {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.forecast-container
    .forecast-item.active
    .forecast-body
    .forecast-timeframe
    .forecast-body-item {
    text-align: center;
    color: #010101;
    padding: 8px;
    background-color: var(--bg-body-dark);
    cursor: pointer;
}
.forecast-container
    .forecast-item.active
    .forecast-body
    .forecast-timeframe
    .forecast-body-item.active,
.forecast-container
    .forecast-item.active
    .forecast-body
    .forecast-timeframe
    .forecast-body-item:hover {
    background-color: var(--link-active);
    color: white;
}
.forecast-container
    .forecast-item.active
    .forecast-body
    .forecast-timeframe
    .forecast-body-item:first-child {
    border-bottom-left-radius: 8px;
}
.forecast-container
    .forecast-item.active
    .forecast-body
    .forecast-timeframe
    .forecast-body-item:last-child {
    border-bottom-right-radius: 8px;
}

.forecast-alert {
    max-width: 260px;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 1000;
    background-color: #eeeeee;
    padding: 1rem;
    border-radius: 8px;
}
.forecast-alert .forecase-alert-header {
    text-align: center;
    color: #010101;
}
.forecast-alert .forecase-alert-progress {
    display: flex;
    gap: 0;
}
.forecast-alert .forecase-alert-progress.water-balance .badge-meter {
    font-size: 11px;
    padding: 3px 0;
    line-height: 11px;
}
.forecast-alert .forecase-alert-progress .badge-meter {
    position: relative;
}
.forecast-alert .forecase-alert-progress .badge-meter.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11.5px 12px 11.5px;
    border-color: transparent transparent #ffffff transparent;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    left: 50%;
}
.forecast-alert .forecase-alert-body {
    background-color: white;
    padding: 8px;
    border-radius: 4px;
    margin-top: 12px;
}

table.table-ews {
    border: none;
    width: 100%;
    background-color: transparent;
}
table.table-ews tr,
table.table-ews th,
table.table-ews td {
    padding: 0;
}
table.table-ews th {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
table.table-ews th.font-small {
    font-size: 10px;
    line-height: 12.1px;
    font-weight: 500;
}
table.table-ews th.pos {
    padding-right: 2px;
    width: 39% !important;
}
table.table-ews th.pos span {
    background-color: #d0d5dd;
    border-radius: 4px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
table.table-ews th.actual {
    width: 17.5%;
}
table.table-ews th.actual span {
    border-bottom: 1px solid white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
}
table.table-ews th.actual:nth-child(2) {
    padding-left: 2px;
}
table.table-ews th.actual:nth-child(2) span {
    background-color: #d0d5dd;
    border-top-left-radius: 4px;
}
table.table-ews th.actual:nth-child(3) {
    padding-right: 2px;
}
table.table-ews th.actual:nth-child(3) span {
    background-color: var(--link-active);
    color: var(--bg-white);
    border-top-right-radius: 4px;
}
table.table-ews th.status {
    padding-left: 2px;
    width: 25%;
}
table.table-ews th.status span {
    background-color: var(--link-active);
    border-radius: 4px;
    color: var(--bg-white);
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
table.table-ews th.label {
    width: 8.75%;
}
table.table-ews th.label:nth-child(1) {
    padding-left: 2px;
}
table.table-ews th.label:nth-child(1) span {
    background-color: #d0d5dd;
    border-bottom-left-radius: 4px;
    display: block;
}
table.table-ews th.label:nth-child(2) span {
    background-color: #d0d5dd;
    display: block;
}
table.table-ews th.label:nth-child(odd) span {
    border-right: 1px solid white !important;
}
table.table-ews th.label:nth-child(3) span {
    background-color: var(--link-active);
    display: block;
    color: white;
}
table.table-ews th.label:nth-child(4) {
    padding-right: 2px;
}
table.table-ews th.label:nth-child(4) span {
    background-color: var(--link-active);
    border-bottom-right-radius: 4px;
    display: block;
    color: white;
}
table.table-ews th.pump {
    padding: 0 2px;
}
table.table-ews th.pump span {
    height: 55px;
}
table.table-ews th.wilayah {
    padding: 0 2px;
    height: 36px;
}
table.table-ews th.wilayah.pos {
    width: 35% !important;
}
table.table-ews th.wilayah.status:nth-child(2) {
    width: 20% !important;
}
table.table-ews th.wilayah.status:last-child {
    width: 20% !important;
}
table.table-ews th.reservaor {
    width: 25% !important;
}
table.table-ews th.tma {
    width: 12.5% !important;
}
table.table-ews th.tma span {
    flex-wrap: wrap;
}
table.table-ews th.tma p {
    display: block;
    width: 100%;
    font-size: 8px;
    line-height: 1;
    padding: 0px 3px;
}
table.table-ews tbody td {
    border-width: 4px 2px;
    border-style: solid;
    border-color: var(--bg-body);
    background-color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.table-ews tbody td.overflow-elips {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 4px;
}
table.table-ews tbody td a {
    color: #d0d5dd;
    text-decoration: none;
}
table.table-ews tbody td a.active,
table.table-ews tbody td a.active:hover,
table.table-ews tbody td a.active:active {
    text-decoration: none;
    color: var(--link-active);
}
table.table-ews tbody td .badge-meter {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.table-ews tbody tr td.has-badge:last-child {
    padding-left: 2px;
    border-width: 4px 0px;
}
table.table-ews tbody tr td.has-badge:nth-last-child(n + 2) {
    border-width: 4px 0px 4px 2px;
}

.accordion-ews .accordion-badge {
    position: absolute;
    right: 50px;
    background: #d0d5dd;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
}

.pointer {
    cursor: pointer;
}

.card-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #000000;
}

.section-ews-height {
    height: calc(100vh - 100px);
}

.section-ews-height .row {
    height: 100%;
}

.section-ews-height #card-data,
.section-ews-height #card-maps {
    height: 100%;
}

.section-ews-height #card-data .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-ews-height #card-data .card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.section-ews-height #card-data .list-device-wrapper {
    flex-grow: 1;
    overflow-y: auto;
}
.card-status span {
    display: block;
    color: #000000;
    opacity: 0.5;
    font-size: 10px;
}
.card-status .badge-meter {
    width: 10px;
    height: 10px;
    border-radius: 0;
    padding: 0;
}
.card-status .badge-meter.badge-meter-rain-cloud {
    background-color: #ffffff !important;
}

@media screen and (min-width: 4816px) and (min-height: 1500px) {
    body {
        font-size: 23px;
    }
    #app .navbar .px {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    #app .navbar .navbar-brand img {
        height: 120px !important;
    }
    #app .navbar .nav-item .nav-link {
        font-size: 30px;
    }
    #app .card {
        --bs-card-spacer-y: 2rem;
        --bs-card-spacer-x: 2rem;
    }
    #app
        .select2.select2-container--default.no-border
        .select2-selection
        .select2-selection__rendered {
        font-size: 23px;
    }
    #app .select2.select2-container--default .select2-selection {
        height: 60px;
    }
    #app
        .select2.select2-container--default
        .select2-selection
        .select2-selection__rendered {
        line-height: 60px;
    }
    #app .btn-type {
        padding: 5px;
        width: 100%;
        font-size: 23px;
    }
    #app .list-device-wrapper .list-device-title .title {
        font-size: 20px;
        padding: 10px 0;
    }
    #app .list-device-wrapper .list-device-item .data .badge-meter {
        font-size: 23px;
        padding: 10px 0;
        line-height: 25px;
    }
    #app .card-intensitas {
        height: 400px;
    }
    #app .card-empty img {
        width: 300px;
    }
    #app #map.leaflet-touch .leaflet-custom-layers .layers-area a {
        width: 55px !important;
        height: 55px !important;
        border-radius: 8px;
    }
    #app #map.leaflet-touch .leaflet-bar a {
        width: 55px;
        height: 55px;
        background-size: 55px;
        background-position: 0px 0px;
    }
    #app #map.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
        background-position: 0px -55px;
    }
    #app #map.leaflet-touch .leaflet-bar a.leaflet-control-zoom-in,
    #app #map.leaflet-touch .leaflet-bar a.leaflet-control-zoom-out {
        font-size: 35px;
        line-height: 50px;
    }
    #app .leaflet-custom-layers .leaflet-control-button img {
        width: 45px;
        height: 45px;
    }
    #app .leaflet-dropdown {
        left: 85px;
        min-width: 350px;
    }
    #app .leaflet-layers-collapse .leaflet-layers-collapse-btn img,
    #app .leaflet-layers-collapse .leaflet-layers-device img {
        width: 40px;
        height: 40px;
    }
    #app .leaflet-dropdown .leaflet-dropdown-header .leaflet-dropdown-title {
        font-size: 23px;
    }
    #app
        .leaflet-layers-collapse
        .leaflet-layers-collapse-btn
        .leaflet-dropdown-title {
        font-size: 20px;
    }
    #app .leaflet-layers-collapse .leaflet-layers-collapse-btn {
        width: unset;
    }
    #app .leaflet-layers-collapse .leaflet-layers-device {
        font-size: 20px;
    }
    #app .leaflet-layers-collapse .leaflet-layers-device .leaflet-layers-badge {
        width: 7px;
        height: 34px;
        margin-right: 10px;
    }
    #app
        .leaflet-dropdown
        .leaflet-dropdown-body
        .leaflet-base-maps
        .leaflet-base-maps-item {
        padding: 10px;
        font-size: 20px;
    }
    #app #map.leaflet-touch .leaflet-bar.leaflet-custom-legend a {
        min-width: 180px;
        height: 45px !important;
        font-size: 23px;
        padding-left: 16px;
    }
    #app .leaflet-touch .leaflet-bar.leaflet-custom-legend.active a::after {
        font-size: 26px;
    }
    #app
        .leaflet-touch
        .leaflet-bar.leaflet-custom-legend
        .leaflet-legend
        .leaflet-legend-item {
        font-size: 20px;
        padding: 10px;
    }
    #app
        .leaflet-touch
        .leaflet-bar.leaflet-custom-legend
        .leaflet-legend
        .leaflet-legend-item
        .box-color {
        width: 35px;
        height: 35px;
    }
    #app .leaflet-popup-content {
        zoom: 1.3;
    }
    #app .card-intensitas .item-wrapper {
        zoom: 1.6;
    }
    #app .card-intensitas h5 {
        font-size: 2.25rem;
    }
    #app
        .list-device-wrapper
        .list-device-list
        .accordion-item
        .accordion-button {
        font-size: 27px;
    }
    #app #map.leaflet-touch .leaflet-bar.leaflet-collapse-data a {
        height: unset;
        width: 100%;
        line-height: 24px;
        font-size: 20px;
        padding: 25px 5px;
    }
    #app .forecast-container,
    #app .forecast-alert {
        zoom: 1.5;
    }
    #app table.table-ews th {
        font-size: 20px;
    }
    #app table.table-ews th.font-small {
        font-size: 18px;
        line-height: 18px;
    }
    #app table.table-ews th.actual span {
        height: 20px;
    }
    #app table.table-ews th.pos span,
    #app table.table-ews th.status span {
        height: 57px;
    }
    #app table.table-ews th.tma p {
        font-size: 15px;
        line-height: 2;
    }
    #app table.table-ews tbody td {
        font-size: 23px;
        line-height: 35px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal-content .modal-title {
        font-size: 35px;
    }
    .modal-content .modal-title h3 {
        font-size: 35px;
    }
    .modal-content .modal-title h5 {
        font-size: 23px;
    }
    .nav-pills-custom .nav-link {
        padding: 16px 20px;
        font-size: 23px;
        line-height: 20.94px;
    }
    .card-body.card-pos .d-flex div:first-child {
        width: 175px !important;
        max-width: 175px !important;
        min-width: 175px !important;
        font-size: 20px !important;
    }
    .card-body.card-pos .d-flex div:last-child {
        font-size: 21px !important;
    }
    .badge-meter {
        padding: 12px 16px;
    }
    .drp-calendar,
    .drp-buttons {
        zoom: 1.5;
    }
    .accordion-ews .accordion-badge {
        padding: 10px;
        font-size: 23px;
        line-height: 26px;
    }
    .card-status {
        font-size: 20px;
        line-height: 20px;
        gap: 16px;
    }
    .card-status span {
        font-size: 18px;
        line-height: 18px;
    }
    .card-status .badge-meter {
        width: 20px;
        height: 20px;
    }
    #map .leaflet-logo {
        right: 75px;
    }
    #map .leaflet-logo img {
        height: 55px;
    }
} /*# sourceMappingURL=home.css.map */
.shimmer-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f6f7f8;
    height: 100%;
    width: 100%;
}

.shimmer-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}
