body {
    color: #0C3546;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

table,
table th,
table td {
    color: #0C3546 !important;
    font-size: 14px;
}

.toolbar {
    height: 115px;
    border-bottom: solid 1px #0C3546;
    background-color: #fff;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    height: 115px;
}

.sidebar {
    border-right: solid 1px #0C3546;
    width: 250px;
    background-color: #fff;
}

.page-container {
    margin-left: 250px;
    width: calc(100% - 250px);
    background-color: #f8f9fa;
}

.widget-sm,
.widget-md,
.widget-lg {
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 0 20px;
}

.widget-sm .widget-title {
    --height: 50px;
    --line-height: 50px;
    padding: 10px 0;
}

.circle_full {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 24px;
}

.circle_empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #0C3546;
    background: transparent;
    box-sizing: border-box;
    color: #0C3546;
    font-size: 24px;
}

.circle_full.success {
    background-color: #9EBC69;
    color: #fff;
}

.circle_full.warning {
    background-color: #F1844A;
    color: #fff;
}

.nav-pills .nav-link.active {
    background-color: #0C3546;
    color: #fff;
}

.disabled {
    opacity: 0.25;
}

.menu-wrapper {
    width: 200px;
}

.menu-wrapper li {
    margin-bottom: 12px;
}

.widget-sm .widget-content-body {
    height: 55px;
}

.widget-sm .widget-content-body h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
}

.widget-sm .widget-footer {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.widget-md .widget-title,
.widget-lg .widget-title {
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    border-left: 12px solid #0C3546;
    padding-left: 8px;
    margin: 16px 0 8px;
}

.widget-md .widget-header,
.widget-lg .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.default {
    background-color: #0C3546;
    color: #fff;
}

.danger {
    background-color: #ED0037;
    color: #fff;
}

.tag {
    margin-right: 8px;
    padding: 0px 8px;
    border-radius: 20px;
    background-color: #f2f5f7;
    color: #0C3546;
    font-size: 11px;
    line-height: 26px;
    min-width: 39px;
    text-align: center;
}

.tag-warning {
    background-color: #FFF600;
    color: #0C3546;
}

.tag-default {
    background-color: #0C3546;
    color: #fff;
}

.tag-danger {
    background-color: #F1844A;
    color: #0C3546;
}

.tag-primary {
    background-color: #88C4DE;
    color: #0C3546;
}

.tag-success {
    background-color: #579D9B;
    color: #0C3546;
}





.widget-md .widget-content-body {
    height: 200px;
    line-height: 200px;
    margin-top: 42px;
}

.widget-md .widget-footer {
    height: 50px;
    line-height: 50px;
}

.navbar-brand i {
    font-size: 24px;
}

.separator {
    border-left: 1px solid #D9D9D9;
    padding-left: 24px;
    height: 40px;
    width: 1px;
    display: inline-block;
}

.footer-nav-link {
    background-color: #0C3546;
    color: #fff;
    height: 72px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.nav-link {
    font-size: 18px;
}

.page-wrapper {
    background-color: #f2f5f7;
    padding: 27px 40px;
}

.page-wrapper h1 {
    font-size: 32px;
    font-weight: 700;
}

.page-actions {
    --margin-bottom: 27px;
    margin-bottom: 15px;
}

.default-link {
    color: #0C3546;
    text-decoration: none;
}

.secondary-link.success {
    color: #2CB049;
    text-decoration: none;
}

.secondary-link.danger {
    color: #B13F3F;
    text-decoration: none;
    background-color: transparent;
}

/* #legend-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

#legend-container li {
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 4px;
} */


.widget-content-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    /* Prevents overflow in flex children */
}

.widget-content-body>.row {
    flex: 1 1 auto;
    min-height: 0;
}

.doughnut-legend-container {
    list-style: none;
    line-height: 48px;
    max-height: 200px;
    overflow-y: auto;
}

.legend-color {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
}

.legend-color-small {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}

.doughnut-legend-container .legend-text {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 25px;
}

.doughnut-legend-container .legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    border-top: 1px solid #B9C1C5;
    border-bottom: 1px solid #B9C1C5;
    margin-top: -1px;
    color: #000;
    font-size: 14px;
}

.bar-legend-container {
    list-style: none;
    line-height: 48px;
    --max-height: 200px;
    --overflow-y: auto;
}

.bar-legend-container .legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    color: #000;
    font-size: 10px;
}

.bar-legend-container li {
    display: inline-block;
    padding: 0 8px;
}

.custom-pin {
    text-align: center;
}

.pin-head {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.pin-point {
    width: 2px;
    height: 10px;
    background: white;
    margin: -5px auto 0;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-top.leaflet-left {
    display: none !important;
}

.map {
    height: 200px;
}

.rectangle.progress_bar {
    --padding: 0px 8px;
    height: 12px;
    margin: 14px 0;
}

.rectangle.progress_bar.p1 {
    display: inline-block;
    width: 68%;
    background-color: #8BEBB3;
    border-radius: 10px 0 0 10px;
}

.rectangle.progress_bar.p2 {
    display: inline-block;
    width: calc(32% - 8px);
    background-color: #B9C1C5;
    border-radius: 0 10px 10px 0;
}