.nav-link.active {
    background-color: #143659 !important;
}

.nav-link:hover:not(.active) {
    background-color: #14375910 !important;
}

.sidebar.bg-light {
    width: 280px;
    position: fixed;
    height: 100vh;
    background-color: #fff !important;
}

hr {
    background-color: #143659 !important;
}

.nav-link svg * {
    fill: #143659;
}

.nav-link.active svg * {
    fill: #fff;
}

a {
    text-decoration: none !important;
}

.btn-main {
    color: #fff !important;
    background-color: #143659 !important;
    border-color: #143659 !important;
}

.h-map {
    height: calc(100vh - 80px)
}

.justify-around{
    justify-content: space-around;
}

@media screen and (min-width: 768px) {
    .h-map {
        height: calc(100vh - 81px)
    }

    .swapper-desktop {
        max-width: 500px;
        height: calc(100% - 81px) !important;
        border-radius: 0 !important;
        left: auto !important;
    }
}

@media screen and (min-width: 1024px) {
    #parking-list-btn {
        margin-bottom: .25rem !important;
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
}