.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;
}

.label-kecamatan {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.runtext-fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1;
}

.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: 70px;
}

.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;
}

.table-freeze {
    max-height: 270px;
    /* tinggi area scroll */
    overflow-y: auto;
}

.table-freeze thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #dc6636;
    color: #fff;
    z-index: 0;
}

.table-freeze.primary thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #4e73df;
    color: #fff;
    z-index: 0;
}

.card .card-header[data-toggle="collapse"]::after {
    display: none;
}

.card .card-header[data-toggle="collapse"] {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}

.leaflet-container {
    border-radius: 6px;
    z-index: 0;
}

.fixed-filter {
    position: fixed;
    top: 70px;
    width: calc(100% - 260px);
    z-index: 1000;
}

.title-navbar {
    left: 235px;
    position: inherit;
    margin: 25px 0;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #2d54c6;
}

@media(min-width:992px) {
    .devider-horizontal {
        border: 3px #4e73df solid;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .devider-horizontal {
        display: none;
    }
}