.control-label {
    font-weight: bolder;
}

label {
    font-weight: bolder;
}

.modal-footer {
    justify-content: space-between;
}

.breadcrumb {
    background-color: inherit;
}

.nav-main-submenu {
    padding-left: 1.5rem;
}

.table td, .table th {
    padding: 0.15rem;
}

.custom-breadcrumb {
    padding: 0.75rem 1rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    color: #fff;
    font-weight: 600;
    background-color: #0665d0;
    border: none;
    border-radius: 0.25rem;
}

.logo-default {
    height: inherit;
}

.leaflet-popup-content {
    width: 250px !important;
}

.leaflet-popup {
    left: -150px !important;
}