body.page {
  background: #fff;
}
body main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
html.map,
html.map body {
  margin: 0;
  padding: 0;
  height: 100dvh;
  overflow: hidden;
  background: #c8f2dd;
}
a:hover {
  color: #7ac10c;
}
.btn.btn-primary {
  background: #7ebb23;
  border-color: #7ebb23;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background: #88d116;
  border-color: #88d116;
}
.btn.btn-secondary {
  background: #b0df66;
  border-color: #b0df66;
  color: #fff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background: #1e6596;
  border-color: #1e6596;
}
.text-primary {
  color: #7ebb23 !important;
}
hr {
  border-bottom: 1px dotted #bcd29a;
}
.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #7ebb23;
}
.main-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100dvh;
}
.page-wrap {
  margin: auto;
  width: 100%;
  max-width: 900px;
  padding: 3dvh 20px;
}
#map {
  height: 100dvh;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}
.top-right-panel {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 425px;
  height: auto;
  max-height: 96dvh;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  background: #ffffff;
  z-index: 3;
  border-radius: 20px;
  overflow: hidden;
  max-width: calc(100vw - 75px);
}
.top-right-panel .top-right-panel-header {
  padding: 15px;
  padding-right: 45px;
}
.top-right-panel .top-right-panel-header h5 {
  font-size: 1rem;
}
.top-right-panel .top-right-panel-header h5 .subtitle {
  font-size: 0.8rem;
  color: #7ebb23;
}
.top-right-panel .top-right-panel-body {
  display: none;
  padding: 15px;
  padding-top: 0;
  overflow: auto;
  max-height: calc(96dvh - 60px);
}
.top-right-panel .top-right-panel-body:not(.no-bottom-padding) {
  padding-bottom: 100px;
}
.top-right-panel .top-right-panel-footer {
  display: none;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  text-align: right;
}
.bubbles-list .bubbles-list-item {
  background: #fafafa;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 7px;
}
.bubbles-list .bubbles-list-item:hover {
  background: #f2f2f2;
}
.bubbles-list .bubbles-list-item .eventCommentAuthor {
  color: #7ebb23;
}
.leaflet-control-container .leaflet-top {
  top: 80px !important;
}
.leaflet-control-container .leaflet-top .leaflet-control {
  margin-top: 15px;
}
.leaflet-control-container .leaflet-right .leaflet-control {
  margin-right: 15px;
}
.leaflet-control-container .leaflet-bar {
  border: 0 !important;
}
.leaflet-control-container .leaflet-control-zoom-in,
.leaflet-control-container .leaflet-control-zoom-out {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  margin-bottom: 5px;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  font-size: 18px !important;
  line-height: 34px !important;
}
.leaflet-control-container .leaflet-control-zoom-in span,
.leaflet-control-container .leaflet-control-zoom-out span {
  font-size: 18px !important;
}
#main-panel {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  max-height: 96dvh;
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  width: 25%;
  max-width: 425px;
  min-width: 350px;
  background: #ffffff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
@media only screen and (min-width: 892px) {
  #main-panel {
    transform: none !important;
    transition: none !important;
    overflow: auto;
  }
}
@media only screen and (max-height: 1000px) {
  #main-panel {
    top: 0;
    left: 0;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
}
#main-panel.scrollable {
  overflow: auto;
  touch-action: auto;
}
#main-panel .main-panel-content {
  width: 100%;
  /*        .CheckAllBtn{
            &.checkall{
                i{
                    color: #bcbcbc;
                }

                span.check{ display:inline }
                span.uncheck{ display:none }
            }
            &.uncheckall{
                i{
                    color: #7ac10c;
                }
                span.check{ display:none }
                span.uncheck{ display:inline }                    
            }

            span{
                font-size: 0.7rem;
            }
        }*/
}
#main-panel .main-panel-content .content-header {
  padding: 20px 20px 5px 20px;
  font-size: 12px;
  width: 100%;
}
#main-panel .main-panel-content .content-header h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}
#main-panel .main-panel-content .content-header img {
  max-width: 200px;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}
#main-panel .main-panel-content .btn-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 12px 7px 28px;
  width: 100%;
  cursor: pointer;
  color: #333;
}
#main-panel .main-panel-content .btn-list:hover {
  background: #f6f6f6;
}
#main-panel .main-panel-content .btn-list .btn-icon {
  width: 20px;
  text-align: center;
  margin-right: 15px;
}
#main-panel .main-panel-content .btn-list .btn-icon i {
  font-size: 0.9rem;
}
#main-panel .main-panel-content .btn-list .btn-title {
  color: #333;
  font-size: 0.7rem;
}
#main-panel .main-panel-content .addToMapBtn i {
  color: #7ac10c;
}
#main-panel .main-panel-footer {
  width: 100%;
}
#main-panel .main-panel-footer .motto {
  padding: 20px 25px 0px 25px;
  background: #efefef;
  font-size: 0.75rem;
}
#main-panel .main-panel-footer .motto a {
  font-size: 0.75rem;
}
@media only screen and (max-height: 750px) {
  #main-panel .main-panel-footer .motto {
    padding: 15px 25px 0px 25px;
  }
}
#main-panel .main-panel-footer .footer {
  padding: 15px 25px 15px 25px;
  background: #eeeeee;
}
#main-panel .main-panel-footer .footer a {
  font-size: 0.7rem;
  display: inline-block;
  color: #333;
}
#main-panel .main-panel-footer .footer .links a {
  padding: 0px 5px;
}
#searchWrap {
  padding: 10px 20px;
  margin-bottom: 5px;
}
#searchWrap #search {
  width: 100%;
  border-radius: 20px;
  padding: 7px 15px;
}
#searchWrap #suggestions {
  padding: 0px 0px;
  width: 100%;
  display: none;
  list-style: none;
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
}
#searchWrap #suggestions .suggested-point {
  padding: 10px 15px;
  cursor: pointer;
}
#searchWrap #suggestions .suggested-point .name {
  font-size: 0.9rem;
}
#searchWrap #suggestions .suggested-point .address {
  font-size: 0.7rem;
}
#searchWrap #suggestions .suggested-point .category {
  font-size: 0.7rem;
  color: #999;
}
#searchWrap #suggestions .suggested-point:hover {
  background: #f4f4f4;
}
#searchWrap #suggestions .and-more {
  padding: 10px 15px;
  font-size: 0.75rem;
}
#searchWrap #suggestions .no-results {
  padding: 30px 10px;
  margin: 10px 0px;
  text-align: center;
  background: #fafafa;
  border-radius: 10px ;
}
#filters {
  padding: 0px 0px;
  padding-bottom: 20px;
}
.filters-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 55px;
  cursor: pointer;
  position: relative;
  border-left: 10px solid transparent;
}
@media only screen and (max-height: 750px) {
  .filters-radio {
    padding: 8px 10px 8px 55px;
  }
}
.filters-radio:hover {
  background: #f6f6f6;
}
.filters-radio:hover .icon {
  display: block;
}
.filters-radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.filters-radio label .label-indicator {
  position: absolute;
  left: 18px;
  width: auto;
  height: 30px;
}
.filters-radio label .label-title {
  font-size: 0.91rem;
}
.filters-radio .icon {
  display: none;
}
.filters-radio .icon i {
  font-size: 18px;
  color: #333;
}
.filters-radio.checked {
  background: #eaf5d8;
  border-left: 10px solid #7ebb23;
}
.filters-radio.checked .icon {
  display: block;
}
#loadingDiv {
  width: 100%;
  padding: 100px 25%;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  display: none;
}
#loadingDiv img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
#openBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  background: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  display: none;
}
#openBtn i {
  font-size: 20px;
  line-height: 34px;
  color: #666666;
  padding: 0;
  margin: auto;
}
.closeBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  background: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  margin: auto;
  display: none;
}
.closeBtn span {
  font-size: 28px;
  line-height: 32px;
  color: #666666;
  padding: 0;
  margin: auto;
  display: block;
  transform: rotate(45deg);
}
#markerDetails {
  padding: 0px;
  position: relative;
  display: none;
  /* Jesli nad .content jest kontener z logo to ostyluj .content: */
}
#markerDetails .image-container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
}
#markerDetails .image-container.short {
  height: 120px;
}
#markerDetails .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#markerDetails .logo-container {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #ffffff;
  padding: 5px;
  border-radius: 100%;
  box-shadow: 2px 2px 5px 0px rgba(66, 68, 90, 0.21);
  z-index: 999999;
  background-clip: padding-box;
}
#markerDetails .logo-container .logo-container-inner-wrap {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 100%;
  z-index: 999999;
  border: 1px solid #efefef;
}
#markerDetails .logo-container .logo-container-inner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 999999;
}
#markerDetails .logo-container.short {
  top: 25px;
}
#markerDetails .content {
  padding: 25px 0 0 0;
}
#markerDetails .content h2 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.75rem;
  padding: 0 25px;
}
#markerDetails .content .address-wrap,
#markerDetails .content .event-date-wrap {
  color: #000;
  margin-top: 10px;
  padding: 10px 25px;
}
#markerDetails .content .address-wrap small,
#markerDetails .content .event-date-wrap small {
  font-weight: 400;
  font-size: 0.7rem;
  text-transform: uppercase;
  display: block;
}
#markerDetails .content .address-wrap {
  border-top: 1px solid #efefef;
}
#markerDetails .content .event-date-wrap {
  background: #e3f7ff;
  font-size: 1rem;
}
#markerDetails .content .event-date-wrap + .address-wrap {
  margin-top: 0px;
}
#markerDetails .content .buttons-wrap {
  border-top: 1px solid #efefef;
  padding: 15px 0px;
}
#markerDetails .content .buttons-wrap .map-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  color: #333;
}
#markerDetails .content .buttons-wrap .map-btn .icon {
  display: block;
  text-align: center;
  width: 30px;
  margin-right: 10px;
}
#markerDetails .content .buttons-wrap .map-btn .icon i {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #00689c;
  position: relative;
  top: 1px;
}
#markerDetails .content .buttons-wrap .map-btn .value {
  display: block;
  width: 75%;
  line-height: 1.1rem;
}
#markerDetails .content .buttons-wrap a.map-btn:hover {
  background: #f4f4f4;
}
#markerDetails .content .not-verified {
  padding: 7px 10px 7px 10px;
  background: #fff0c0;
  color: #000;
  font-size: 0.8rem;
}
#markerDetails .content .description-wrap {
  padding: 10px 25px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
#markerDetails .related-points-wrap {
  background: #f8f8f8;
  border-radius: 0px;
  padding: 25px;
}
#markerDetails .related-points-wrap .related-point {
  border-top: 1px solid #efefef;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  color: #000;
  font-weight: 500;
  font-size: 0.8rem;
}
#markerDetails .related-points-wrap .related-point .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
#markerDetails .related-points-wrap .related-point .icon i {
  color: #333;
  font-size: 1rem;
}
#markerDetails .related-points-wrap .related-point:last-child {
  border-bottom: 1px solid #efefef;
}
#markerDetails .related-points-wrap .related-point:hover .icon {
  background: #efefef;
}
#markerDetails .logo-container + .content {
  padding-top: 35px;
}
.pages-contener {
  width: 100%;
  background: #fff;
  padding: 5%;
  z-index: 998;
  display: none;
}
.pages-contener #pageCloseBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #efefef;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  margin: auto;
  z-index: 999;
}
.pages-contener #pageCloseBtn span {
  font-size: 40px;
  line-height: 40px;
  color: #666666;
  padding: 0;
  margin: auto;
  display: block;
  transform: rotate(45deg);
}
.pages-contener .page-content {
  max-width: 60%;
}
.next-btn-wrap {
  width: 100%;
  padding: 20px;
  text-align: right;
  background: #f4f4f4;
  border-radius: 20px;
  margin-top: 30px;
  z-index: 9999;
}
.select2-container--default .select2-selection--single {
  border-radius: 20px !important;
}
/* ######################### */
@media only screen and (max-width: 891px) {
  #main-panel {
    width: 100%;
    max-width: none;
    top: calc(100dvh - 66px);
    left: 0px;
    height: auto;
    min-height: 100dvh;
    display: block;
  }
  #main-panel .main-panel-header {
    padding: 13px 15px 13px 15px;
  }
  #main-panel .main-panel-content {
    min-height: calc(100dvh - 66px);
  }
  #main-panel #openBtn {
    display: block;
  }
  #pagesWrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100dvh;
    background: #fff;
    padding: 5%;
    display: none;
    z-index: 998;
    overflow: auto;
  }
  #pagesWrap #pageCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #efefef;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin: auto;
    z-index: 999;
  }
  #pagesWrap #pageCloseBtn span {
    font-size: 34px;
    line-height: 34px;
    color: #666666;
    padding: 0;
    margin: auto;
    display: block;
    transform: rotate(45deg);
  }
  #pagesWrap .page-content {
    max-width: 100%;
  }
  .top-right-panel {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  .top-right-panel.expanded {
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh;
    z-index: 999;
  }
  .next-btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(66, 68, 90, 0.21);
    border-radius: 0;
  }
}
/* ##### koniec @media only screen and (max-width: 891px) #################### */
