a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
.text-primary {
    color: rgba(162, 134, 53, 0.8) !important;
}
.modal-content {
    border-radius: 15px;
}
.cursor-pointer {
    cursor: pointer;
}
/*Navbar*/
.navbar {
    position: fixed !important;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.8rem 0 !important;
    transition: background-color 0.3s, backdrop-filter 0.3s;
    background-color: #e0dcd1;
    box-shadow: 0 4px 4px #0000000d;
}
.navbar-brand {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    align-items: center;
    padding: 0 !important;
}
.navbar-brand img {
    width: 35px;
    margin-right: 7px;
}
/* .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
} */
.navbar-nav .nav-item {
    margin: 0 15px;
}
.navbar-nav li a {
    font-size: 15px;
    color: #616c88;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-nav li a:hover {
    color: rgba(162, 134, 53, 0.8);
}
.dropdown-item:hover {
    background: #f7f7f7;
}
.dropdown-menu {
    border-color: #eee;
}
.navbar-nav .dropdown-item {
    margin: 5px 0;
    font-size: 12px !important;
    padding: 8px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    width: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-icon-hover-bg:hover {
    background-color: #5d87ff1a;
    color: rgba(162, 134, 53, 0.8);
}
.nav-icon-hover-bg {
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .navbar-collapse {
    border-top: 1px solid #ebf1f6;
}
.sidebartoggler {
    display: none;
}
.break {
    display: none;
}
.btn-download {
    background-color: rgba(162, 134, 53, 0.8);
    color: #fff;
}
.btn-download:hover {
    background-color: #ba8844;
    color: #fff;
}
.btn-reset {
    border-color: #b21920;
    color: #b21920;
    font-weight: 500;
}
.btn-reset i {
    font-weight: 500;
}
.btn-reset:hover {
    background-color: #b21920;
    color: #fff;
}
/*Sidebar*/
.left-sidebar {
    width: 300px;
    border-right: 1px solid var(--bs-border-color);
    flex-shrink: 0;
    background: #e0dcd1;
    /* background: var(--bs-body-bg); */
    z-index: 1;
    transition: 0.2s ease-in;
    position: fixed;
    padding-top: 8vh;
    left: 0;
    right: 0;
    height: 100%;
}
.left-sidebar .scroll-sidebar {
    padding: 0 15px;
    height: calc(100vh - 85px);
    top: 65px;
    padding-bottom: 60px;
    border-radius: 7px;
}
.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
    display: flex;
    font-size: 14px;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    position: relative;
    margin: 0 0 2px;
    padding: 10px;
    border-radius: 7px;
    gap: 15px;
    text-decoration: none;
    font-weight: 400;
}
.sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 195px;
}
.sidebar-nav ul .sidebar-item .sidebar-link span:first-child {
    display: flex;
}

.sidebar-nav ul .sidebar-item .sidebar-link .ti {
    flex-shrink: 0;
    font-size: 21px;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active:hover.has-arrow::after {
    border-color: var(--bs-white);
}

.sidebar-nav ul .sidebar-item .link-disabled {
    opacity: 0.38;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item {
    transition: all 0.4s ease-in-out;
    border-bottom: 0;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link:hover {
    background-color: transparent;
    color: rgba(162, 134, 53, 0.8);
}

.sidebar-nav
    ul
    .sidebar-item
    .first-level
    .sidebar-item
    .sidebar-link.active.has-arrow::after {
    border-color: rgba(162, 134, 53, 0.8);
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item > .sidebar-link {
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 14px;
    gap: 23px;
}

.sidebar-nav
    ul
    .sidebar-item
    .first-level
    .sidebar-item
    > .sidebar-link
    .sidebar-icon {
    flex-shrink: 0;
    margin-left: 12px;
    margin-right: 35px;
    width: 14px;
    height: 14px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item:last-child {
    margin-bottom: 16px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-link .ti {
    font-size: 7px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    background-color: transparent !important;
    color: rgba(162, 134, 53, 0.8) !important;
}

.sidebar-nav ul .sidebar-item .two-level .sidebar-item .sidebar-link {
    padding: 8px 10px 8px 45px;
}

.sidebar-nav ul .sidebar-item .three-level .sidebar-item .sidebar-link {
    padding: 8px 10px 8px 60px;
}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: rgba(162, 134, 53, 0.8) !important;
    color: var(--bs-white) !important;
}

.sidebar-nav ul .sidebar-item.selected .sidebar-link.has-arrow::after {
    border-color: var(--bs-white);
}

.sidebar-nav .sidebar-list .sidebar-list-item {
    padding: 8px 0;
}

.collapse.in {
    display: block;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background: #5d87ff1a;
    color: rgba(162, 134, 53, 0.8);
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow::after {
    border-color: rgba(162, 134, 53, 0.8);
}
.sidebar-nav .has-arrow::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--bs-dark-text-emphasis);
    margin-left: 10px;
    transform: rotate(135deg) translate(0, -50%);
    transform-origin: top;
    /* top: 22px; */
    right: 15px;
    transition: all 0.3s ease-out;
}
.sidebar-nav .has-arrow[aria-expanded="true"]::after,
.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after {
    /* top: 18px; */
    margin-top: 1px;
    border-color: var(--bs-white);
    transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav .brand-sidebar {
    display: none !important;
}
#sidebarnav {
    margin-bottom: 50px;
    margin-top: 10px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
}
@media (max-width: 1299.98px) {
    .navbar-desktop {
        display: none;
    }
    .sidebar-nav .brand-sidebar {
        display: block !important;
    }
    .left-sidebar .scroll-sidebar {
        top: 20px;
    }
    #sidebarnav {
        margin-top: 2rem;
    }
    .left-sidebar {
        width: 300px;
        position: fixed;
        left: -300px;
        height: 100%;
        z-index: 99;
    }
    .control-button {
        left: 15px !important;
    }
    .show-sidebar + .dark-transparent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    #main-wrapper.show-sidebar .left-sidebar {
        left: 0;
    }
}
.simplebar-scrollbar:before {
    background: rgba(0, 0, 0, 0.5) !important;
}
/*Body*/
.page-wrapper {
    padding-top: 8vh;
}
@media (min-width: 1300px) {
    body .page-wrapper {
        margin-left: 300px;
    }
}
/*Maps*/
#map {
    transition: width 0.3s ease, height 0.3s ease;
    height: 100vh;
    width: 100%;
}

.mapboxgl-ctrl-top-right {
    top: 110px;
}

.mapboxgl-ctrl-group {
    border-radius: 10px;
}

.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
}

.mapboxgl-ctrl-group button {
    padding: 3px;
    width: 35px;
    height: 35px;
}
.mapboxgl-popup {
    max-width: 100% !important;
}
.mapboxgl-popup-content {
    padding: 0;
    width: 18vw;
    border-radius: 1.2rem;
}
.mapboxgl-popup-content .card-body {
    padding: 0;
    max-height: 30vh;
    overflow: auto;
    overflow-x: hidden !important;
}
.mapboxgl-popup-content .card-body::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: transparent;
    border-radius: 50px;
    display: none;
}

.mapboxgl-popup-content .card-body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.mapboxgl-popup-content .card-body::-webkit-scrollbar-thumb {
    background-color: #caced4;
    border-radius: 50px;
}
.mapboxgl-popup-content .table th,
.mapboxgl-popup-content .table td {
    padding: 0.3rem 0.5rem !important;
}
.mapboxgl-popup-close-button {
    /* position: fixed; */
    font-size: 20px !important;
    color: #fff !important;
    top: 8px;
    right: 10px;
    background: #323232;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapboxgl-popup-close-button:hover {
    background-color: transparent;
    color: #000 !important;
    border: solid 1px #000;
}
.control-button {
    position: absolute;
    left: 19.3rem;
    top: 4.7rem;
    z-index: 1;
    transition: 0.2s ease-in;
}
.control-button-right {
    position: absolute;
    right: 11px;
    top: 4.7rem;
    z-index: 1;
    transition: 0.2s ease-in;
}
.btn-basemap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-basemap i {
    color: #333;
    font-weight: 600;
}
.btn-legend {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
}
.dropdown-maps {
    position: absolute;
    right: 45px;
    top: 0;
    display: none;
}
.dropdown-maps.show {
    display: block;
}
.list-basemap {
    border: solid 2px #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.list-basemap li {
    padding: 5px 14px;
    cursor: pointer;
}
.card-legend {
    border: 0;
    border-radius: 12px;
    width: -webkit-fill-available;
}

.card-legend .card-body {
    padding: 10px 15px;
}

.card-legend h6 {
    font-size: 12px;
}

.legend-key {
    display: inline-block;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    /* border: solid 1px #323232; */
}

.legend-label {
    font-size: 12px;
}

.mapboxgl-popup-close-button {
    font-size: 30px;
    color: #323232;
    padding: 10px;
}
@media (max-width: 768px) {
    .control-button {
        left: 0.5rem;
    }
    .mapboxgl-popup-content {
        width: auto !important;
    }
}

/* Kontak */
.banner-area {
    position: relative;
    min-height: 400px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 4rem;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
}

.banner-title {
    color: #ccc;
    position: relative;
    font-size: 50px;
    line-height: 60px;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-heading {
    text-align: center;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #ddd !important;
    font-size: 15px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}

.bg-gray {
    background-color: #e0dcd194;
}

section,
.section-padding {
    padding: 70px 0;
    position: relative;
}

.w-custom {
    max-width: 800px;
    margin: 0 auto;
}

.section-title {
    font-weight: 500;
    text-align: center;
    font-size: 54px;
    line-height: 72px;
    letter-spacing: -2px;
    color: #2d3958;
}

.section-sub-title {
    margin: 0 0 60px !important;
    font-size: 20px;
    line-height: 1.556;
    margin: 0;
    font-weight: 300;
    color: #7b88a8;
}

.contact-box-bg {
    background: #fff;
    color: #2d3958;
    padding: 30px;
    border-radius: 20px;
}

.icon-contact i {
    display: inline-block;
    font-size: 28px;
    color: rgba(162, 134, 53, 0.8);
    margin-top: 2px;
    background: #5d87ff1a;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
}

.contact-box-bg h4,
.contact-box-bg h3 {
    color: #2d3958;
}

.contact-box-bg p {
    color: #7b88a8;
}
/* end Kontak */

/* start about */
.img-about {
    width: 90%;
}

.box-title {
    color: #2d3958;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.box-subtitle {
    font-size: 14px;
    color: #7b88a8;
    margin-bottom: 0;
}
/*end about */

@media (max-width: 768px) {
    .img-about {
        width: 100%;
    }
    .banner-area {
        min-height: 290px;
    }

    .banner-title {
        font-size: 36px;
        margin-bottom: 0;
    }

    .section-title {
        font-size: 40px;
        line-height: 50px;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar-nav .nav-item {
        margin: 0 12px;
    }

    .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .sidebartoggler {
        display: block;
    }

    .navbar-brand {
        font-size: 16px !important;
        line-height: 1;
    }

    .break {
        display: block;
    }
}
