.navbar {
    background-color: white;
    padding: 10px;
    height: 80px;
}

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

#sidenav-1 {
    background-color: white;
    width: 280px !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);
}

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

.sidenav-link {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    padding: 1rem 1.5rem;
    height: 10px;
    color: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    transition: all 0.3s linear;
}
/* Ikon samping (i) */

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

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

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

.sidenav-link:hover i,
.sidenav-link:active i {
    color: #000000 !important;
}
/* SIMPUL,DART,LAUT,DOKUMEN */

.sidenav-link strong {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #282a3d !important;
}

.sidenav-link:focus strong,
.sidenav-link:hover strong,
.sidenav-link.active strong {
    color: #000000 !important;
}

/*isi dari dropdown navbar*/

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

.sidenav-collapse .sidenav-link {
    font-size: 12px;
    height: 2rem;
    color: #282a3d !important;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.sidenav-collapse.show {
    display: block;
}

.sidenav-link:hover {
    color: #000000 !important;
    background: #08325a00 !important;
    width: 285px !important;
    border-radius: 1px;
}

.sidenav-primary .sidenav-link:focus,
.sidenav-link.active {
    color: #000000 !important;
    border-radius: 1px;
    background: #08325a00 !important;
    margin-top: 5px !important;
    width: 285px !important;
    font-weight: 700 !important;
    align-items: center;
}

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

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

.sidara-header,
.sidara-header:hover,
.sidara-header > .panel-header {
    color: #ffffff00 !important;
    border-color: #08335a !important;
    background: #08335a !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: #4267a1;
}

.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: #08335a;
    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: #4267a1;
}

.btn-outline-dark {
    color: #040037;
}

.btn-outline-dark:hover {
    color: #dfd000;
}

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

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

.bg-info {
    background-color: #08335a !important;
}

.border-info {
    border-color: #08335a !important;
}

.btn-primary {
    background-color: #064e90;
    color: #fff;
    box-shadow: 0 4px 9px -4px #3b71ca;
}
/* 
.rounded-pill {
    border-radius: 25rem !important;
} */
