#megaplan-module-dadata-maps {
  width: 100%;
  white-space: nowrap;
  background-color: #f6f5f0;
}
#megaplan-module-dadata-maps a {
  text-decoration: underline !important;
}
#megaplan-module-dadata-maps .sub-title {
  min-height: 18px;
  margin-left: 5px;
}
#megaplan-module-dadata-maps .loader-filter-deals.loader {
  height: 100px;
  position: relative;
  border-radius: 6px;
  margin-right: 12px;
}
#megaplan-module-dadata-maps .ya-marker {
  width: 25px;
  height: 25px;
  border-radius: 10px;
}
#megaplan-module-dadata-maps .ya-marker.bg-oliveCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -10px -10px;
}
#megaplan-module-dadata-maps .ya-marker.bg-lightBlueCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -55px -10px;
}
#megaplan-module-dadata-maps .ya-marker.bg-orangeCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -10px -55px;
}
#megaplan-module-dadata-maps .ya-marker.bg-greenCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -55px -55px;
}
#megaplan-module-dadata-maps .ya-marker.bg-yellowCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -100px -10px;
}
#megaplan-module-dadata-maps .ya-marker.bg-blackCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -100px -55px;
}
#megaplan-module-dadata-maps .ya-marker.bg-violetCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -10px -100px;
}
#megaplan-module-dadata-maps .ya-marker.bg-darkGreenCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -55px -100px;
}
#megaplan-module-dadata-maps .ya-marker.bg-brownCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -100px -100px;
}
#megaplan-module-dadata-maps .ya-marker.bg-grayCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -145px -10px;
}
#megaplan-module-dadata-maps .ya-marker.bg-pinkCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -145px -55px;
}
#megaplan-module-dadata-maps .ya-marker.bg-darkBlueCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -145px -100px;
}
#megaplan-module-dadata-maps .ya-marker.bg-nightCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -10px -145px;
}
#megaplan-module-dadata-maps .ya-marker.bg-darkOrangeCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -55px -145px;
}
#megaplan-module-dadata-maps .ya-marker.bg-redCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -100px -145px;
}
#megaplan-module-dadata-maps .ya-marker.bg-blueCircleDotIcon {
  background: url("/widgets/dadata/img/css_marker.png") -145px -145px;
}
#megaplan-module-dadata-maps .loader-item-details {
  position: relative;
  min-height: 150px;
  width: unset;
  margin-right: 10px;
  border-radius: 3px;
}
#megaplan-module-dadata-maps .profile-info .info-label {
  opacity: 0.5;
}
#megaplan-module-dadata-maps .profile-info .info-label,
#megaplan-module-dadata-maps .profile-info .info-value {
  display: block;
  min-height: 16px;
}
#megaplan-module-dadata-maps .profile-info .info-value {
  margin-left: 7px;
}

#megaplan-module-dadata-maps.content-container {
  display: flex;
  height: 100%;
}
#megaplan-module-dadata-maps.content-container .sidebar {
  display: flex;
  background-color: #f0f0f0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
#megaplan-module-dadata-maps.content-container .icon-tabs {
  display: flex;
  flex-direction: column;
  background-color: #333;
  padding: 10px 0;
}
#megaplan-module-dadata-maps.content-container .icon-tab {
  color: #fff;
  font-size: 24px;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#megaplan-module-dadata-maps.content-container .icon-tab:hover {
  background-color: #555;
}
#megaplan-module-dadata-maps.content-container .icon-tab.active {
  background-color: #007bff;
}
#megaplan-module-dadata-maps.content-container .tab-content {
  display: none;
  padding: 20px 0 0 10px;
  width: 250px;
}
#megaplan-module-dadata-maps.content-container .tab-content.active {
  display: block;
}
#megaplan-module-dadata-maps.content-container .main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}
#megaplan-module-dadata-maps.content-container .filter-title {
  display: inline-block;
  color: black;
  display: inline-block;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#megaplan-module-dadata-maps.content-container .filter-deals .div-title,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title {
  display: block;
  margin-left: 5px;
  line-height: 25px;
  width: 190px;
  opacity: 0.7;
  padding: 0 5px;
}
#megaplan-module-dadata-maps.content-container .filter-deals .div-title:hover,
#megaplan-module-dadata-maps.content-container .filter-deals .div-title.active,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title:hover,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title.active {
  background: #ebe8dc;
  border-radius: 5px;
  opacity: 1;
  padding: 0 15px 0 7px;
}
#megaplan-module-dadata-maps.content-container .filter-deals .div-title:active,
#megaplan-module-dadata-maps.content-container .filter-deals .div-title:hover,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title:active,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title:hover {
  cursor: pointer;
}
#megaplan-module-dadata-maps.content-container .filter-deals .div-title:last-child,
#megaplan-module-dadata-maps.content-container .filter-contractors .div-title:last-child {
  border-bottom: 1px solid #ccc;
}
#megaplan-module-dadata-maps.content-container .filter-count {
  float: right;
}
#megaplan-module-dadata-maps.content-container .clearfix {
  clear: both;
}
#megaplan-module-dadata-maps.content-container .filter-title-main {
  display: inline-block;
  line-height: 35px;
}
#megaplan-module-dadata-maps.content-container .dadata-maps-map {
  flex-grow: 1;
}
#megaplan-module-dadata-maps.content-container #dadata-yandex-maps {
  width: 99%;
  height: 99%;
}
#megaplan-module-dadata-maps.content-container .div-info {
  background-color: #fff;
  display: block;
  padding: 5px;
  font-family: Roboto;
  color: #7b7b7b;
  box-shadow: 0 0 5px 2px rgb(196, 196, 196);
  border-radius: 3px;
  cursor: default;
}
#megaplan-module-dadata-maps.content-container .jq-selectbox__select {
  font-size: inherit;
  width: 160px;
  background: none !important;
  box-shadow: none !important;
}
#megaplan-module-dadata-maps.content-container .jq-selectbox {
  margin-left: 10px;
}
#megaplan-module-dadata-maps.content-container .jq-selectbox__dropdown {
  top: 30px !important;
}
#megaplan-module-dadata-maps.content-container .jq-selectbox__dropdown ul {
  overflow: auto;
}
#megaplan-module-dadata-maps.content-container .jq-selectbox__select-text {
  min-width: 100px;
  width: 160px !important;
}
#megaplan-module-dadata-maps.content-container .program-list {
  margin-bottom: 10px;
}
#megaplan-module-dadata-maps.content-container .icon-m-minus {
  display: inline-block;
  opacity: 0.6;
  margin-right: 0;
  vertical-align: sub;
  cursor: pointer;
}
#megaplan-module-dadata-maps.content-container .icon-m-add {
  display: inline-block;
  opacity: 0.6;
  margin-right: 0;
  vertical-align: sub;
  cursor: pointer;
}
#megaplan-module-dadata-maps.content-container .tab-contents .search-container input[type=text] {
  padding: 2px;
  border: 1px solid #ddd;
}
#megaplan-module-dadata-maps.content-container .tab-contents .filter-contractors,
#megaplan-module-dadata-maps.content-container .tab-contents .filter-deals {
  max-height: 42vh;
  overflow: auto;
}
#megaplan-module-dadata-maps.content-container .tab-contents .block-deals select {
  width: unset;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-list .sub-title,
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items .sub-title,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details .sub-title,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends .sub-title {
  width: 95%;
  border-bottom: 1px solid lightgray;
  padding-bottom: 9px;
  margin-bottom: 5px;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items li,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details li,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends .description {
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
  padding: 0 15px 0 7px;
  cursor: pointer;
}
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends .description {
  width: 190px;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items .sub-title,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details .sub-title,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends .sub-title {
  cursor: pointer;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items #filters-items-list,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details #filters-items-list,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends #filters-items-list {
  overflow: auto;
  height: 50vh;
  margin-bottom: 7px;
  padding-bottom: 7px;
  padding-top: 5px;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items #filters-items-list .active,
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items #filters-items-list .active:hover,
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items #filters-items-list li:hover,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details #filters-items-list .active,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details #filters-items-list .active:hover,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details #filters-items-list li:hover,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends #filters-items-list .active,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends #filters-items-list .active:hover,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends #filters-items-list li:hover {
  margin-left: 1px;
  background: #ebe8dc;
  border-radius: 5px;
  opacity: 1;
}
#megaplan-module-dadata-maps.content-container .tab-contents #filters-items #filters-items-list-without-geo,
#megaplan-module-dadata-maps.content-container .tab-contents #item-details #filters-items-list-without-geo,
#megaplan-module-dadata-maps.content-container .tab-contents #item-legends #filters-items-list-without-geo {
  cursor: default;
  max-height: 35vh;
  overflow: auto;
}
#megaplan-module-dadata-maps.content-container .tab-contents #item-details {
  overflow-wrap: break-word;
  white-space: normal;
}
#megaplan-module-dadata-maps.content-container .tab-contents #item-details .block {
  margin: 5px 0;
  line-height: initial;
}
#megaplan-module-dadata-maps.content-container .tab-contents #legend-items-list .description {
  margin-left: 7px;
  font-size: 16px;
}
#megaplan-module-dadata-maps.content-container .tab-contents .filters-items-title {
  margin-bottom: 10px;
  margin-left: 5px;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(/wp-content/themes/polytell/assets/img/black-loader-100.gif);
  background-size: 50px;
  background-repeat: no-repeat;
  z-index: 999;
  background-position-x: center;
  background-position-y: center;
  background-color: rgba(150, 150, 150, 0.6);
}/*# sourceMappingURL=yandex-maps.css.map */