.map {
    height: 100vh;
    width: 100%;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem !important;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: 998;
}

.map-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 360px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
}

.v--modal-overlay:not([data-modal="modal-player"]) {
    background: transparent !important;
    width: 0;
}

.multiselect[data-name="SearchNewInvest"] .multiselect__content-wrapper {
    width: 280px;
}

.v--modal-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.sidebar {
    background-color: #1d1d1d;
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

.set-left-on-toggled {
    left: 0;
    transition: left 0.3s;
}

.page-wrapper.toggled .set-left-on-toggled {
    left: 360px;
}

#show-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background-color: #294c70;
    color: #fff;
    transition-delay: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

.sidebar-wrapper {
    width: 360px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -360px;
    z-index: 998;
}

.sidebar-content {
    max-height: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    padding: 0 5px;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    height: 100px;
}

.sidebar-wrapper .sidebar-brand img {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.sidebar-wrapper .sidebar-brand a {
    text-decoration: none;
}

.sidebar-wrapper .sidebar-brand .sidebar-play {
    width: 26px;
    height: 26px;
    background-color: #294c70;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.sidebar-wrapper .sidebar-brand .sidebar-play i {
    position: relative;
    left: 1px;
}

.sidebar-wrapper .sidebar-play-modal .modal-content {
    border: 0;
    border-radius: 0;
}

.sidebar-wrapper .sidebar-play-modal .modal-content .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.page-wrapper .page-content {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-top: 0;
}

.page-wrapper .page-content>div {
    padding: 0;
}

.page-wrapper .page-content {
    overflow: hidden;
}

 ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

 ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

 ::-webkit-scrollbar-thumb {
    background-color: #636269;
    border: 0px none #ffffff;
    border-radius: 50px;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #636269;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #636269;
}

 ::-webkit-scrollbar-track {
    background-color: #212529238;
    border: 0px none #ffffff;
    border-radius: 50px;
}

 ::-webkit-scrollbar-track:hover {
    background-color: #212529238;
}

 ::-webkit-scrollbar-track:active {
    background-color: #212529238;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}

.sidebar .sidebar-wrapper {
    background-color: #fff;
}

.sidebar .sidebar-wrapper .sidebar-header,
.sidebar .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #fff;
}

.sidebar .sidebar-wrapper .sidebar-header .user-info .user-role,
.sidebar .sidebar-wrapper .sidebar-header .user-info .user-status,
.sidebar .sidebar-footer>a {
    color: #212529;
}

.sidebar .sidebar-wrapper .sidebar-brand>a {
    color: #294c70;
    width: 20%;
    font-size: 11px;
}

.sidebar .sidebar-wrapper .sidebar-brand>a:hover {
    color: #294c70;
}

.sidebar .sidebar-wrapper .sidebar-menu ul li a {
    color: #fff;
}

.sidebar .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.sidebar .sidebar-wrapper .sidebar-header .user-info,
.sidebar .sidebar-footer>a:hover i {
    color: #fff;
}

.page-wrapper.sidebar.toggled #close-sidebar {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #294c70;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
}

.page-wrapper.sidebar.toggled #close-sidebar:hover {
    color: #fff;
}

.sidebar .sidebar-wrapper ul li:hover a i {
    color: #fff;
}

.sidebar .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.sidebar .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #fff;
}

.sidebar .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background-color: #fff;
}

.sidebar .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.sidebar .sidebar-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

.sidebar .sidebar-footer.wide, .page-wrapper.sidebar.toggled .wide #close-sidebar {
    width: 200px;
    text-transform: uppercase;
}

.close-sidebar-text {
    padding-right: 10px;
}

.sidebar .sidebar-footer>a:first-child {
    border-left: none;
}

.sidebar .sidebar-footer>a:last-child {
    border-right: none;
}

.top-options {
    width: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.top-options ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
}

.top-options ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.top-options ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.top-options ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
}

.top-options ul li.pointer {
    background-color: #6991d1;
}

.top-options ul li.minus {
    background-color: #3f97b9;
}

.top-options ul li.search {
    background-color: #54b8c8;
}

.top-options ul li.print {
    background-color: #002f67;
}

.top-options ul li.print img {
    width: 100%;
    height: auto;
}

.top-options ul li.screenshot {
    background-color: #69788f;
}

.top-options ul li.share {
    background-color: #c1ceda;
}

.map-layers {
    width: auto;
    position: absolute;
    bottom: 15px;
    padding-left: 50px;
    z-index: 1;
}

.map-layers .map-layers-btn {
    border-radius: 50%;
}

.map-layers .map-layers-btn ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    position: relative;
    z-index: 2;
}

.map-layers .map-layers-btn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 0;
    color: #fff;
    background-color: #294c70;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.map-layers .map-layers-btn ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    background-color: #3369a2;
}

.map-layers .map-layers-btn ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    font-size: 26px;
    text-decoration: none;
}

.map-layers-menu {
    background-color: #fff;
    width: 260px;
    position: absolute;
    bottom: 55px;
    left: 100px;
    z-index: 1;
    border: 0px solid #b2b2b2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.map-layers-menu ul {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
}

.map-layers-menu ul li.list-title {
    position: relative;
    text-align: left;
    color: #294c70;
    font-weight: 700;
    list-style: none;
}

.map-layers-menu ul li.list-title::before {
    content: "";
    display: block;
    border-top: solid 2px #294c70;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.map-layers-menu ul li .pattern {
    width: 30px;
    height: 8px;
    background: transparent;
    border-radius: 50px;
    margin-left: 5px;
    border: 0px solid transparent;
}

.map-layers-menu ul li .pattern.ficzery {
    background: rgba(41, 76, 112, 0.5);
    border: 1px solid rgba(41, 76, 112, 1);
}

.map-layers-menu ul li .pattern.ficzeryZainwest {
    background: rgba(213, 213, 213, 0.5);
    border: 1px solid rgba(127, 127, 127, 1);
}

.map-layers-menu ul li .pattern.national {
    background: #88c385;
    border: 1px solid #3aa037;
}

.map-layers-menu ul li .pattern.landscape {
    background: #efee76;
    border: 1px solid #ebc824;
}

.map-layers-menu ul li .pattern.nature {
    background: #e46c6c;
    border: 1px solid #e32728;
}

.map-layers-menu ul li .pattern.borders {
    background: #ab5555;
    border: 1px solid #691f1f;
}

.map-layers-menu ul li .pattern.area {
    background: #f2cb7f;
    border: 1px solid #725d34;
}

.map-layers-menu ul li .pattern.terrain {
    background: transparent;
    border: 1px solid #f13636;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f13636' fill-opacity='1.0' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.map-layers-menu ul li .pattern.isok {
    background: transparent;
    border: 2px solid #111;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1.0' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.map-layers-menu ul li .pattern.unemployment {
    background: #226633;
    border: 1px solid #8a8a8a;
}

.map-layers-menu ul li .pattern.hypsometry {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(181, 47, 13, 1) 15%, rgba(183, 123, 53, 1) 40%, rgba(33, 184, 38, 1) 70%, rgba(212, 249, 160, 1) 100%);
}

.map-layers-menu ul li .pattern.osnowa {
    background: rgb(253, 220, 29, 1);
    background: linear-gradient(90deg, rgba(253, 220, 29, 1) 0%, rgba(253, 220, 29, 1) 35%, rgba(30, 205, 50, 1) 35%, rgba(30, 205, 50, 1) 65%, rgba(18, 115, 237, 1) 65%, rgba(0, 104, 255, 1) 100%);
}

.map-layers-menu ul li.list-title span {
    background: #fff;
    padding: 0px 10px 0px 0px;
    position: relative;
    z-index: 1;
}

.map-layers-menu ul li {
    display: flex;
    align-items: center;
}

.map-layers ul li .form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #294c70;
    color: #294c70;
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin-right: 5px;
    outline: none;
}

.map-layers ul li .form-radio:checked::before {
    position: absolute;
    font-size: 13px;
    left: 4px;
    top: -4px;
    content: '\02143';
    transform: rotate(40deg);
}

.map-layers ul li .form-radio:hover {
    background-color: #fff;
}

.map-layers ul li .form-radio:checked {
    background-color: #fff;
}

.map-layers-menu ul li label {
    width: 90%;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-search {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #294c70;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.sidebar-search .sidebar-search-panel {
    background-color: #294c70;
    padding: 10px;
}

.sidebar-search .sidebar-search-panel .sidebar-search-title {
    color: #fff;
    font-weight: 700;
}

.sidebar-search .sidebar-search-panel .sidebar-search-title i {
    font-size: 12px;
    width: 30px;
    height: 29px;
    line-height: 30px;
    text-align: center;
}

.sidebar-search .sidebar-search-image {
    width: 100%;
    height: 120px;
    padding: 0;
}

.sidebar-search .sidebar-search-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-search .sidebar-search-body {
    padding: 15px 20px;
    text-align: center;
}

.sidebar-search .sidebar-search-body span {
    font-size: 20px;
    font-weight: 300;
    color: #294c70;
}

.sidebar-search .sidebar-search-body p {
    font-size: 16px;
    color: #444;
    margin: 20px 0;
}

.sidebar-search button, .wide-button {
    width: 100%;
    background-color: #294c70;
    border: 0;
    outline: 0;
    padding: 12px 20px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}

.nice-blue-background {
    background-color: rgb(46, 117, 182);
}

.map-button-blue-background {
    background-color: #294c70;
}

.sidebar-search button:hover {
    background-color: #3369a2;
}

.sidebar-search a {
    width: 100%;
    background-color: #adb9ca;
    border: 0;
    outline: 0;
    padding: 12px 20px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    font-size: 14px;
}

.sidebar-search a:hover,
.sidebar-search a:active,
.sidebar-search a:focus {
    background-color: #8394ad !important;
}

.sidebar-search button i {
    font-size: 12px;
    width: 25px;
    text-align: left;
}

.sidebar-contact {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.sidebar-contact a {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.sidebar-contact .sidebar-contact-btn {
    height: 80px;
    width: 80px;
    background-color: #294c70;
    padding: 25px;
    color: #fff;
    display: flex;
    border-radius: 2px;
    font-size: 30px;
    justify-content: center;
    align-items: center;
}

.sidebar-contact .sidebar-contact-text {
    width: 75%;
    font-size: 18px;
    color: #444;
    padding-left: 11px;
    display: flex;
    align-items: center;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.doi-modal .modal-content {
    border-radius: 4px;
    border-color: transparent;
}

.doi-modal .modal-content .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.doi-modal .modal-header .modal-title {
    color: #294c70;
}

.doi-modal .doi-modal-contactus {
    justify-content: space-between;
    align-items: center;
}

.doi-modal .doi-modal-contactus div {
    position: relative;
}

.doi-modal .doi-modal-contactus .spacer {
    width: 1px;
    background-color: #294c70;
    height: 15px;
}

.doi-modal .doi-modal-contactus a {
    color: #294c70;
    font-size: 18px;
}

.doi-modal .doi-modal-contactus-list {
    display: block;
}

.doi-modal .doi-modal-contactus-list .title {
    position: relative;
    text-align: left;
    color: #666;
    font-weight: 500;
    list-style: none;
    margin: 15px 0;
}

.doi-modal .doi-modal-contactus-list .title::before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.doi-modal .doi-modal-contactus-list .title span {
    background: #fff;
    padding: 0px 10px 0px 0px;
    position: relative;
    z-index: 1;
}

.doi-modal .doi-modal-contactus-list ul {
    list-style: none;
    padding: 0;
}

.doi-modal .doi-modal-contactus-list ul li {
    background-color: #fff;
    box-shadow: none;
    display: flex;
    margin-bottom: 25px;
    padding: 3px;
}

.doi-modal .doi-modal-contactus-list ul li:last-of-type {
    margin-bottom: 0;
}

.doi-modal .doi-modal-contactus-list ul li .avatar {
    width: 75px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.doi-modal .doi-modal-contactus-list ul li .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.doi-modal .doi-modal-contactus-list ul li .no-avatar {
    width: 75px;
    display: flex;
    align-items: center;
}

.doi-modal .doi-modal-contactus-list ul li .info {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.doi-modal .doi-modal-contactus-list ul li .info .name {
    font-size: 18px;
    color: #294c70;
}

.doi-modal .doi-modal-contactus-list ul li .info .mail {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}

.doi-modal .doi-modal-contactus-list ul li .info .mail a {
    color: #212529;
}

.doi-modal .doi-modal-contactus-list ul li .info .phone {
    font-size: 15px;
    font-weight: 600;
}

.doi-modal .doi-modal-contactus-list ul li .info .phone a {
    color: #212529;
}

.sidebar-wrapper .sidebar-collapse {
    margin-bottom: 15px;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card {
    border: 0;
    border-radius: 0;
    margin-bottom: 1px;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card-item {
    margin-bottom: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/*
.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card-item .with-province {
    border-bottom: 1px solid #566e84;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card-item .with-province:last-child {
    border-bottom: 0px solid #566e84;
}
*/

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card {
    border-radius: 0;
    border: 0;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card .card-body {
    padding: 0;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .with-province .card .card-body {
    padding: 0;
    margin: 0;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card .card-body ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card .card-body ul li {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card .card-body ul li>div {
    width: 80%;
    font-size: 13px;
    line-height: 18px;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-card .card .card-body ul li:last-of-type {
    border-bottom: 0;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background-color: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    transition: all 0.2s ease-in-out;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn {
    background-color: #294c70;
    border: 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    position: relative;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn--toggle-text {
  position: absolute;
  top: 14px;
  right: 30px;
  font-size: 12px;
  font-style: italic;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn--toggle-text::after {
  content: "rozwiń";
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:hover {
    background-color: #254463;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:not(:disabled):not(.disabled).active,
.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:not(:disabled):not(.disabled):active {
    background-color: #3369a2;
    border-color: #3369a2;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:not(:disabled):not(.disabled).active:focus,
.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn:focus {
    box-shadow: none;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn.investedAreas {
    background-color: #69788f;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn.investedAreas:not(:disabled):not(.disabled).active,
.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn.investedAreas:not(:disabled):not(.disabled):active {
    background-color: #4a5a74;
    border-color: #4a5a74;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn {
    position: relative;
}

.sidebar-wrapper .sidebar-collapse .sidebar-collapse-btn .fa-spin {
    position: absolute;
    right: 30px;
}

.sidebar-wrapper .sidebar-collapse i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-menu-name {
    display: none;
}

.with-province .sidebar-menu-name {
    background-color: #99abbc;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    line-height: 51px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    cursor: default;
}

.with-province .sidebar-menu-name-0 {
    background-color: #a0b2c3;
}

.with-province .sidebar-menu-name-1 {
    background-color: #95a7b8;
}

.with-province .sidebar-menu-name-2 {
    background-color: #8c9eaf;
}

.with-province .sidebar-menu-name-3 {
    background-color: #8497a8;
}

.with-province .sidebar-menu-name-4 {
    background-color: #7c8fa1;
}

.with-province .sidebar-menu-name-5 {
    background-color: #738699;
}

.with-province .sidebar-menu-name-6 {
    background-color: #6d8093;
}

.with-province .sidebar-menu-name-7 {
    background-color: #677a8c;
}

.with-province .sidebar-menu-name-8 {
    background-color: #617486;
}

.with-province .sidebar-menu-name-9 {
    background-color: #5a6c7d;
}

.with-province .sidebar-menu-name-10 {
    background-color: #566777;
}

.with-province .sidebar-menu-name-11 {
    background-color: #516271;
}

.with-province .sidebar-menu-name-12 {
    background-color: #4d5e6c;
}

.with-province .sidebar-menu-name-13 {
    background-color: #4b5b69;
}

.with-province .sidebar-menu-name-14 {
    background-color: #485765;
}

.with-province .sidebar-menu-name-15 {
    background-color: #3f4d59;
}

.sidebar-wrapper .with-province .sidebar-collapse-sub {
    width: 84.9%;
    margin-left: 51px;
}

.sidebar-wrapper .sidebar-collapse-sub {
    width: 100%;
    margin-left: 0;
}

.sidebar-wrapper .sidebar-collapse-sub .sidebar-collapse-sub-btn {
    border-radius: 0;
    border: 0;
    width: 100%;
    background: #dee4e9;
    text-align: left;
    color: #212529;
    padding: 10px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-wrapper .sidebar-collapse-sub .sidebar-collapse-sub-sub-btn {
    border-radius: 0;
    border: 0;
    width: 100%;
    background: #f6f6f7;
    text-align: left;
    color: #212529;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-wrapper .sidebar-collapse-sub .card .card-body {
    padding: 5px;
}

.sidebar-wrapper .sidebar-collapse .badge {
    background-color: #617d8a;
    border-radius: 50px;
    font-size: 12px;
    padding: 0.25em 0.5em;
}

.sidebar-wrapper .sidebar-collapse .badge sup {
    left: -2px;
}

.sidebar-wrapper .sidebar-lang {
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 10px;
}

.sidebar-wrapper .sidebar-lang a {
    color: #212529;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-success.focus,
.btn-success:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-info.focus,
.btn-info:focus,
.btn-light.focus,
.btn-light:focus,
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-primdarkary.dropdown-toggle:focus {
    box-shadow: none;
}

.sidebar-wrapper .sidebar-details {
    position: absolute;
    top: 95px;
    left: 0px;
    width: 360px;
    height: auto;
    background: #fff;
    z-index: 1;
    padding: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-close {
    font-size: 26px;
    color: #294c70;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-details .sidebar-details-main-title {
    color: #294c70;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

.sidebar-wrapper .sidebar-details .sidebar-details-title, .inf-heading {
    color: #294c70;
    font-size: 24px;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-image {
    width: 100%;
    height: 170px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.carousel-item {
    height: 178px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-title {
    font-size: 17px;
    color: #294c70;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-subtitle {
    font-size: 14px;
    color: #212529;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-subtitlemini {
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-subtitlemini.with-q {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-subtitlemini.with-q img {
    margin-left: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-sectitle {
    font-size: 14px;
    color: #294c70;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-sectitle img {
    margin-right: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-first-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-first-info .sidebar-details-area-label,
.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-first-info .sidebar-details-area-value {
    font-size: 20px;
    color: #294c70;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item {
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item.pdf {
    background-color: #f3504d;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item.degrees {
    background-color: #294c70;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item.qrcode {
    background-color: #f4f4f4;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item.calc {
    background-color: #ffc107;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item.navigation {
    background-color: rgb(46, 117, 182);
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-options .sidebar-details-options-item img {
    width: 25px;
    height: auto;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-informations {
    width: 100%;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-informations .sidebar-details-informations-table td:first-of-type {
    width: 70%;
    padding: 5px 0;
    vertical-align: top;
    border-top: 0;
    position: relative;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-informations .sidebar-details-informations-table td:last-of-type {
    width: 30%;
    padding: 5px 0;
    vertical-align: top;
    border-top: 0;
    position: relative;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-informations .sidebar-details-informations-table td .qrcode {
    width: 18px;
    position: relative;
    top: 2px;
    float: right;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-informations .contact-type {
    color: #212529;
    font-weight: 600;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact {
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item {
    display: flex;
    margin: 15px 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-avatar {

}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-avatar img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;

    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info {
    width: 80%;
    padding-left: 15px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-name {
    font-size: 14px;
    color: #294c70;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-text {
    font-size: 13px;
    color: #212529;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-mail a {
    font-size: 13px;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-phone a {
    font-size: 13px;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item {
    background-color: transparent;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item:first-of-type {
    margin-left: 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item:last-of-type {
    margin-right: 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item img {
    width: 15px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item.pdf {
    background-color: #f3504d;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item.degrees {
    background-color: #294c70;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-contact .sidebar-details-contact-item .sidebar-details-contact-info-options-item.qrcode {
    background-color: #f4f4f4;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 20px 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf li {
    background: #fff;
    border: 1px solid #555;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-weight: 700;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf li:first-of-type {
    margin-left: 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf li:last-of-type {
    margin-right: 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf li.active {
    background: #2f91d4;
    border: 1px solid transparent;
    color: #fff;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf-table {
    margin-bottom: 20px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf-table td {
    padding: 5px 0;
    vertical-align: top;
    border-top: 0;
    position: relative;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-techinf-table td:last-of-type {
    text-align: right;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-mni {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-mni .sidebar-details-mni-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-mni .sidebar-details-mni-item .sidebar-details-mni-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    line-height: 14px;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-mni .sidebar-details-mni-item .sidebar-details-mni-info .sidebar-details-mni-label {
    font-size: 13px;
    font-weight: 700;
    color: #2fbbf1;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-mni .sidebar-details-mni-item .sidebar-details-mni-info .sidebar-details-mni-value {
    font-size: 11px;
    font-weight: 700;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-ann-title {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
}

.sidebar-wrapper .sidebar-details .sidebar-details-body .sidebar-details-ann-text {
    color: #212529;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: justify;
    margin-bottom: 10px;
}

.modal-calc .modal-content {
    border: 0;
    border-radius: 0;
}

.modal-calc .modal-content .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-calc .modal-content .table {
    margin-bottom: -1px;
    width: calc(100% - -17px);
}

.modal-calc .modal-content .table-head {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    color: #212529;
    font-weight: 700;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.modal-calc .modal-content .table .calc-thead-hidden {
    display: none;
}

.modal-calc .modal-content .table td {
    border: 1px solid #dee2e6;
    width: 50%;
    padding: 8px;
    font-size: 13px;
    vertical-align: middle;
}

.modal-calc .modal-content .table td:first-of-type {
    background-color: #fff;
    color: #294c70;
    font-weight: 700;
    text-align: center;
}

.modal-calc .modal-content .table td select {
    border: 0;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../img/select_icon.png") no-repeat right;
    background-position-x: 100%;
}

.modal-calc .modal-content .table td input {
    border: 0;
    width: 100%;
}

.modal-calc .modal-content .calc-download {
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    top: 1px;
    z-index: 1;
}

.modal-calc .modal-content .calc-download a {
    margin: 0 5px;
}

.modal-calc .modal-content .calc-download a:first-of-type {
    margin-left: 0;
}

.modal-calc .modal-content .calc-download a:last-of-type {
    margin-right: 0;
}

.modal-calc .modal-content .table td input[type="text"] {
    width: 100%;
    border: 1px solid #dee2e6;
}

.modal-calc .modal-content .modal-calc-footer {
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.modal-calc .modal-content .modal-calc-footer .button-col {
    margin-right: 20px;
}

.modal-calc .modal-content .modal-calc-footer .add-col {
    color: #212529;
    font-weight: 600;
    font-size: 10px;
    text-align: justify;
}

.modal-search .modal-content {
    border-radius: 4px;
    border-color: transparent;
}

.modal-search .modal-content .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-search .modal-content .table {
    margin-bottom: -1px;
    font-size: 13px;
}

.modal-search .modal-content .table-head {
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    color: #212529;
    font-weight: 700;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.modal-search .modal-content .table .calc-thead-hidden {
    display: none;
}

.modal-search .modal-content .table td {
    border: 1px solid #dee2e6;
    width: 25%;
    padding: 8px;
    vertical-align: middle;
}

.modal-search .modal-content .table td.hidden {
    opacity: 0;
    border: 0;
}

.modal-search .modal-content .table td .checkbox-with-label {
    position: relative;
    padding-left: 30px;
}

.modal-search .modal-content .table td select {
    border: 0;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../img/select_icon.png") no-repeat right;
    background-position-x: 100%;
}

.modal-search .modal-content .table td select option {
    width: 150px;
}

.modal-search .modal-content .table td .select-search {
    position: relative;
    margin: 0 0 0 -4px;
}

.modal-search .modal-content .table td .select-search option {
    width: auto;
    margin: 0;
    padding: 0;
}

.modal-search .modal-content .table td.mqq {
    background-color: #288f24;
}

.modal-search .modal-content .calc-download {
    margin-bottom: 30px;
}

.modal-search .modal-content .calc-download a {
    margin: 0 5px;
}

.modal-search .modal-content .calc-download a:first-of-type {
    margin-left: 0;
}

.modal-search .modal-content .calc-download a:last-of-type {
    margin-right: 0;
}

.modal-search .modal-content .table td input[type="text"] {
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 2px 5px;
}

.modal-search .modal-content .search-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

.modal-search .modal-content .fromPlace input {
    border: transparent !important;
    width: 100% !important;
    padding: 0 !important;
}

.modal-search .modal-content .fromPlace span {
    width: 100% !important;
}

.modal-search .modal-content .fromPlace .multiselect__spinner {
    top: -7px;
    right: -7px;
    z-index: 1;
    width: 25px !important;
}

.modal-search .modal-content .search-set-point {
    width: 100%;
    text-align: left;
    padding: 0;
}

input[type=checkbox].search-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].search-checkbox+label.search-checkbox-label {
    padding-left: 27px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 1px;
}

input[type=checkbox].search-checkbox:checked+label.search-checkbox-label {
    background-position: 0 -22px;
}

label.search-checkbox-label {
    background-image: url("../img/search-checkbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-offers .modal-content {
    border: transparent;
}

.modal-offers .modal-content .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-offers .table th,
.modal-offers .table td {
    border: 0;
}

.modal-offers .table-hover tbody tr:hover {
    color: #fff;
    background-color: #2e6695;
    cursor: pointer;
}

.modal-offers .search-offers {
    width: 100%;
    display: flex;
}

.modal-offers .search-offers .table {
    width: 90%;
}

.modal-offers .search-offers .search-offers-nav {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10px;
}

.modal-offers .search-offers .search-offers-nav .search-offers-navigation {
    list-style-type: none;
    padding-left: 0;
}

.modal-offers .search-offers .search-offers-nav .search-offers-navigation li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-offers .search-offers .search-offers-nav .search-offers-navigation li>div {
    background-color: #42bec0;
    color: #fff;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.modal-offers .search-offers .search-offers-nav .search-offers-navigation li>div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.modal-offers .search-offers .search-offers-nav .search-offers-files {
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
}

.modal-offers .search-offers .search-offers-nav .search-offers-files li {
    width: 32px;
    height: 32px;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.modal-offers .search-offers .search-offers-nav .search-offers-files li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.modal-map-printing .modal-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-map-printing .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.map-printing-options {
    height: 100%;
}

.map-printing-options .map-printing-map img {
    width: 100%;
    height: auto;
}

.map-printing-options .map-printing-title {
    position: relative;
    text-align: left;
    color: #b3b3b3;
    font-weight: 500;
    list-style: none;
    margin: 10px 0;
}

.map-printing-options .map-printing-title::before {
    content: "";
    display: block;
    border-top: solid 1px #dfdfdf;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.map-printing-options .map-printing-title span {
    background: #fff;
    padding: 0px 10px 0px 0px;
    position: relative;
    z-index: 0;
    font-size: 16px;
}

.map-printing-options .form-row {
    margin-bottom: 15px;
}

.map-printing-options .form-row>.col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.map-printing-options .form-row label {
    font-size: 13px;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 500;
    color: #666;
}

.map-printing-options .map-printing-select {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.map-printing-options .custom-control-label {
    color: #666;
    cursor: pointer;
}

.map-printing-options .map-printing-navs {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    padding-top: 10px;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
}

.tooltip[x-placement^=top] {
    margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
    margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^=right] {
    margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -4px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^=left] {
    margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -4px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}

.vue-lightbox-info {
    display: none;
}

.sidebar-vuebar {
    height: 100vh;
    width: 100%;
}

.doi-modal-vuebar {
    height: 300px;
    width: 100%;
}

.modal-calc-vuebar {
    height: 490px;
    width: 100%;
}

.map-layers-vuebar {
    height: 500px;
    width: 100%;
}

.map-layers-vuebar .vb-content {
    width: calc(100% - -20px) !important;
}

.map-printing-vuebar {
    height: 400px;
    width: 100%;
}

.map-printing-vuebar .vb-content {
    padding-left: 5px;
}

.map-printing-vuebar>.custom-control {
    padding-left: 1.9rem;
}

.modal-search-vuebar {
    width: 100%;
}

.vb>.vb-dragger {
    z-index: 5;
    width: 8px;
    right: 0;
}

.vb>.vb-dragger>.vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
    transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
    background-color: rgba(48, 121, 244, 0.0);
    margin: 0;
    margin-right: 1px;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block;
    cursor: pointer;
}

.vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
    background-color: rgba(0, 0, 0, .3);
}

.vb>.vb-dragger:hover>.vb-dragger-styler {
    background-color: rgba(0, 0, 0, .5);
    margin: 0px;
    height: 100%;
}

.sidebar-vuebar:hover .vb-dragger-styler {
    background-color: rgba(0, 0, 0, .3);
    margin: 0px;
    height: 100%;
}

.modal-calc-vuebar .vb-dragger-styler {
    background-color: rgba(0, 0, 0, .3) !important;
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging>.vb-dragger>.vb-dragger-styler {
    background-color: rgba(0, 0, 0, .5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
    background-color: rgba(0, 0, 0, .5);
}

.mymapsHref {
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-success.focus,
.btn-success:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-info.focus,
.btn-info:focus,
.btn-light.focus,
.btn-light:focus,
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-primdarkary.dropdown-toggle:focus {
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .doi-modal .modal-dialog {
        max-width: 420px;
    }
}

@media (max-width: 1200px) {
    .top-options {
        left: 380px;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .top-options {
        width: auto;
        left: 390px;
    }
    .top-options ul {
        flex-direction: column;
    }
    .top-options ul li {
        width: 36px;
        height: 36px;
        margin: 5px 0;
    }
    .v--modal-overlay .v--modal-background-click {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .modal-calc .modal-content .table td {
        font-size: 13px;
    }
    .v--modal-overlay:not([data-modal="modal-player"]) {
        width: 100%;
        height: auto;
    }
    .v--modal-overlay .v--modal-box {
        left: 0 !important;
    }
    .sidebar-play-modal .v--modal-overlay .v--modal-box {
        width: 95% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .top-options {
        width: auto;
        right: 25px;
        left: auto;
        top: 50px;
    }
    .modal-calc .modal-content .table td {
        font-size: 12px;
    }
    .map-layers .map-layers-btn ul li {
        width: 36px;
        height: 36px;
    }
    .map-layers .map-layers-btn ul li a {
        font-size: 16px;
    }
    .map-layers-menu {
        bottom: 35px;
        left: 30px;
    }
    input[type="checkbox"].css-checkbox+label.css-label,
    input[type="checkbox"].css-checkbox+label.css-label.clr {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .doi-modal .doi-modal-contactus {
        flex-direction: column;
    }
    .doi-modal .doi-modal-contactus .spacer {
        display: none;
    }
    .doi-modal .doi-modal-contactus-list ul li .info .name {
        font-size: 16px;
    }
    .doi-modal .doi-modal-contactus-list ul li .info .mail,
    .doi-modal .doi-modal-contactus-list ul li .info .phone {
        font-size: 13px;
    }
    .doi-modal-vuebar {
        height: 235px;
        width: 100%;
    }
}