.navbar {
    background-color: #004d40;
}

#bagian-atass {
    background-image: url(../../images/rectangle.png);
    min-height: inherit;
    z-index: 1;
}

#bagian-atass::before {
    content: "";
    margin-top: 30px;
    height: 750px;
    width: 100%;
    position: absolute;
    background-image: url(../../images/bg-footer.png);
    background-repeat: repeat;
    background-size: 180%;
    opacity: 25%;
    min-height: inherit;
    z-index: -1;
}

#img-logo_kalsel {
    height: 50px;
    width: auto;
    max-width: 100%;
}

#sidenav-1 {
    background-color: #0360b4;
    border-radius: 1px;
    width: 285px !important;
    height: 100% !important;
    position: fixed !important;
    transition: 0.3s linear;
    transform: translateX(0%);
    margin-right: 0px;
    box-shadow: 0 0px 14px 0 rgb(9 10 10 / 50%), 0 5px 7px rgba(0, 0, 0, 0.05);
    color: #fff;
}

#sidenav-2 {
    padding-top: 10px;
    border-radius: 1px;
    background-color: #0360b4;
    width: 200px !important;
    height: 550px !important;
    position: fixed !important;
    transition: 0.3s linear;
    transform: translateX(0%);
    /* overflow: hidden; */
    box-shadow: 0 0px 14px 0 rgb(9 10 10 / 50%), 0 5px 7px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.sidenav-link {
    padding-left: 9px !important;
}

/* Ikon samping (i) */

.sidenav-link i {
    color: #fff !important;
    padding: 10px;
}

.sidenav-link:focus i {
    color: #fff !important;
    padding: 10px;
}

.sidenav-link.active i {
    color: #fff !important;
    padding: 10px;
}

.sidenav-link:hover i,
.sidenav-link:active i {
    color: #fff !important;
    padding: 10px;
}

#menunavbar .nav-link {
    color: #0360b4;
    font-size: 16px;
    height: 40px;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menunavbar .nav-link i {
    color: #fff;
}

footer {
    background-color: #004838;
    padding: 14px;
}

#footer-sipsu_balangan {
    font-weight: 900;
    font-size: 20px;
    margin-top: 21px;
}

#footer-sistem_informasi {
    font-size: 12px;
}

.sidenav-link:hover {
    color: #c2ff1c !important;
    background: #272a4600 !important;
    width: 285px !important;
    border-radius: 1px;
}

.sidenav-primary .sidenav-link span:focus,
.sidenav-link span.active {
    color: #0360b4 !important;
    border-radius: 1px;
    background: #0360b4 !important;
    margin-top: 5px !important;
    width: 285px !important;
    font-weight: 600 !important;
    align-items: center;
}

.sidenav-link i:focus,
.sidenav-link i.active {
    color: #fff !important;
}

.sidenav-item {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 0px;
    color: #fff;
}

.sidenav-menu {
    padding: 0px;
    margin: 0;
}

.status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.balangan-header,
.balangan-header:hover,
.balangan-header > .panel-header {
    color: #ffffff00 !important;
    border-color: #475f8d !important;
    background: #475f8d !important;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
    color: #f7f7f7;
    height: 20px;
    line-height: 20px;
}

.form-check-input[type="checkbox"]:checked {
    background-image: none;
    background-color: #475f8d;
}

.form-switch .form-check-input:checked[type="checkbox"]:after {
    content: "";
    position: absolute;
    border: none;
    z-index: 2;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #005eff;
    margin-top: -3px;
    margin-left: 1.0625rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}

.form-check-input[type="checkbox"]:checked:focus {
    background-color: #4cae4c;
}

.bg-info {
    background-color: #0360b4 !important;
}

.border-info {
    border-color: #0360b4 !important;
}

.l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background: #097233;
    color: white;
}

.l-btn-left:hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background: #003816;
    color: white;
}
.panel-tool {
    color: #000000 !important;
    background-color: #ffffff;
    border-radius: 3px;
}

.panel-tool a:hover {
    color: #000000 !important;
    background-color: #ffffff;
    border-radius: 3px;
}

#tooltipsBeranda {
    background: #034203 !important;
    color: #ffffff !important;
}

#footer-bawah {
    font-size: 14px;
    text-align: center;
    height: 60px;
    background-color: #12614f;
    color: white;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    gap: 10px;
    margin: 10px;
}

.kartu {
    width: 110px;
    height: 100px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 24px;
    margin-top: 4px;
}

.title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
}

.info {
    font-size: 10px;
    line-height: 1.1;
}

/* Warna latar belakang khusus */
.bg-green {
    background-color: #27a166;
}

.bg-blue {
    background-color: #1c4863;
}

.bg-cyan {
    background-color: #61b6ca;
}

.bg-red {
    background-color: #d53d37;
}

.ph--wall-duotone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-left: 40px;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cg fill='%23000'%3E%3Cpath d='M128 104H32V56h96Zm48 0v48h-48v48h96v-96Z' opacity='0.2'/%3E%3Cpath d='M224 48H32a8 8 0 0 0-8 8v144a8 8 0 0 0 8 8h192a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8M88 144v-32h80v32Zm-48 0v-32h32v32Zm144-32h32v32h-32Zm32-16h-80V64h80Zm-96-32v32H40V64Zm-80 96h80v32H40Zm96 32v-32h80v32Z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    align-items: center;
}
