/* ================= Fontawesome =========== */
/* ================= Colors =========== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.dpg-overlay-filter {
  position: fixed;
  width: 50%;
  height: auto;
  right: 0;
  background: rgba(255, 255, 255, 0.14);
  z-index: 2;
  min-height: 400px;
  overflow: auto;
  top: 65px;
  bottom: 0;
  box-shadow: 0 0 5px #ccc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}

.dpg-overlay-filter .risks .distribution-div .check-box .radio-btn input {
  opacity: 1;
  cursor: pointer;
  display: block;
  z-index: 99;
  left: 5px;
  accent-color: #ffffff;
  top: 1px;
  position: absolute;
}

.dpg-overlay-filter .distribution-div .radio-btn {
  padding-left: 0;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 0;
  cursor: pointer;
  height: 25px;
  width: 85px;
}

.dpg-overlay-filter .distribution-div .radio-btn input:checked ~ .checkmark-span1 {
  background: #228B22;
  color: #fff;
  border: 1px solid #228B22;
}

.dpg-overlay-filter .distribution-div .radio-btn input:checked ~ .checkmark-span2 {
  background: #FFA500;
  color: #fff;
  border: 1px solid #FFA500;
}

.dpg-overlay-filter .distribution-div .radio-btn input:checked ~ .checkmark-span3 {
  background: #8B0000;
  color: #fff;
  border: 1px solid #8B0000;
}

.dpg-overlay-filter .slider {
  background-color: #FFA500;
}

#climateMap {
  height: auto;
  position: fixed !important;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 40px;
  top: 65px;
}

.dpg-section .climateData-popup {
  position: fixed;
  bottom: 75px;
}

.dpg-section .climateData-popup-tabs .nav-tabs > li.active {
  background: transparent;
  border-bottom: 2px solid #ec971f;
}

.dpg-section .climateData-popup-tabs .nav-tabs > li.active > a {
  color: #828282;
}

.dpg-section .climateData-popup-tabs .nav-tabs-verticle li.active {
  border-right: 2px solid #ec971f;
  border-bottom: none;
}

.dpg-section .climateData-popup-tabs .nav-tabs-verticle li {
  width: 100%;
}

.dpg-section .climateData-popup-tabs .nav-tabs-verticle li a {
  border-right: 1px solid #ffffff;
  border-bottom: none;
}

.dpg-section .climateData-popup-tabs .nav-tabs-verticle li.active a {
  border-right: none;
}

.dpg-section .topSection {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  top: 18px;
  backdrop-filter: blur(14px);
  padding: 10px 15px;
}

/*# sourceMappingURL=dpg.css.map */
