.nav-pills .nav-link.active {
    color: #338f6c;
    background-color: transparent;
    border-bottom: 4px solid;
}
.nav-pills .nav-link {
    font-size: 16px;
}

.sidebar .nav .nav-item .nav-link:hover i.menu-icon {
color: #338f6c;
}
.sidebar .nav .nav-item .nav-link:hover i.menu-arrow {
    color: #338f6c;
}
.main-panel-maps {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.maps-wrapper{
    padding: 0;
    position: relative;
}
.maps-sidebar {
    min-height: 0 !important;
}
.maps-filter{
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 0;
    z-index: 9999;
    gap: 20px;
}
.maps-filter-buttons {
    display: flex;
    column-gap: 12px;
}
.btn-maps-filter{
    background-color: white;
    color: #338f6c;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #71717a;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.btn-maps-filter i{
    font-size: 24px;
}

.maps-filter-content{
    display: flex;
    flex-direction: column;
    flex:1;
    gap: 20px;
}
.btn-add{
    background-color: #338f6c;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #71717a;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.bg-primary-1{
    background-color: #338f6c;
    color: white;
}
.text-center .th{
    align-items: center;
}
input[type="color"]{
    height: calc(2.75rem + 2px);
}

.maps-filter-card-header{
    background-color: #338f6c;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header-buttons button {
    padding: 4px;
    color: #338f6c;
}
.maps-filter-card-body{
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #fdfff5;
}
.maps-filter-radio{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #338f6c;
}
.maps-filter-radio .form-check-input {
    margin: 0;
}

.bg-landing {
    background-image: url('../images/landing_image.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.center {
    align-self: center;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 0 auto;
}

.bg-deskripsi {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 24px;
    line-height: 26px;
    max-width: 600px;
    text-align: center;
    border-radius: 12px;
}

.text-date{
    position: fixed;
    bottom: 48px;
    right: 48px;
    color: #fff;
}
