body {
  color: rgb(69, 69, 69);
  font-family: "Montserrat";
}

h4 {
  color: rgb(69, 69, 69);
}

.table-bordered td {
  border: none !important;
  border-right: none;
}

.table-bordered td,
.table-bordered th {
  border: none !important;
}


.text-only-label {
  position: absolute;
  width: 60px;
  font-size: 20px;
  background-color: #007AC2;
  color: #007AC2;
}

#zoom-banner {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.50);
  color: white;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 4px;
  z-index: 1;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #007AC2 !important;
  border-radius: 0px;
  border-color: #007AC2 !important;
  text-decoration: none;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited {
  background-color: #19B89B !important;
  border-radius: 0px;
  border-color: #19B89B !important;
  color: none;
}

.btn-info {
  font-size: 0.8rem !important;
  border-radius: 1rem !important;
}

.btn-growth {
  background: #E4F0E4 !important;
  border-color: #E4F0E4 !important;
  color: #1a635c !important;
}

.btn-decrease {
  background: #f0e6e4 !important;
  border-color: #f0e6e4 !important;
  color: #631a1a !important;
}

.w-6 {
  width: 1.5rem;
}

p {
  font-family: "Montserrat";
}

.progress-bar-blue {
  background-color: #56B5E2 !important;
}

.progress-bar-red {
  background-color: #DE4A4A !important;
}

.progress {
  border-radius: 0px;
}

.h-2 {
  height: 0.5rem;
}

.logo-fondo {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.info_zona {
  top: 30px;
  position: fixed;
  left: 40px;
  overflow: scroll;
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  color: black;
  width: 30%;
  /* top:20px; */
  height: 100%;
  overflow-x: hidden;
  /*box-shadow: 5px 5px 10px #888888;*/
  border-radius: 4px;

}

/* On screens that are 1000px wide or less, go from four columns to two columns */
@media screen and (max-width: 1000px) {
  .info_zona {
    width: 100%;
    top: 190px;
  }

  .map {
    height: 0%;
  }
}

.lower_value {
  background: rgb(235, 120, 120);
}

.info {
  top: 70px;
  right: 50px;
  padding: 12px 40px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  border-radius: 0px !important;
}


.info span {
  position: relative;
  bottom: 3px;
  width: 1.5rem;
  height: 0.5rem;
}



.info i {
  width: 30px;
  height: 11px;
  float: left;
  margin: 0 0px 0 0;
  opacity: 0.7;
}


.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.header_info {

  left: 0px;
  width: 30%;
  padding: 15px;
  position: fixed;
  background-color: rgb(220, 231, 236);
  color: rgb(56, 56, 56);
}


.boton {
  border-radius: 0px;


}


.texto_gris {
  color: rgb(220, 231, 236);
  font-weight: 600;
}

.titulo_gris {
  color: rgb(116, 120, 122);
  font-weight: 600;
}

/* .loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}  */

.image_center {
  position: relative;
  display: inline-block;
}

/* .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
} */

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loeader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

.leaflet-popup-tip {
  display: none !important;
}

.leaflet-popup-content-wrapper {
  background: #2c3e50;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  border-radius: 5px;
}

.leaflet-popup-content-wrapper a {
  color: rgba(255, 255, 255, 0.1);
}

.leaflet-popup-tip-container {
  width: 30px;
  height: 15px;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  bottom: -105px
}

.leaflet-popup-label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: white;
  border-radius: 4px;
  padding: 2px 6px;
}

/*---------------- scrollbar*/

::-webkit-scrollbar {
  width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(224, 233, 238, 1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(194, 194, 194);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(168, 168, 168);
}

.leaflet-control-container .leaflet-top.leaflet-left {
  position: absolute;
  left: auto;
  border-radius: 0px !important;
}


@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* tooltip */
#tooltip {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  display: none;
}

#tooltip[data-show] {
  display: block;
}

#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

#arrow {
  visibility: hidden;
}

#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

#tooltip[data-popper-placement^='top']>#arrow {
  bottom: -4px;
}

#tooltip[data-popper-placement^='bottom']>#arrow {
  top: -4px;
}

#tooltip[data-popper-placement^='left']>#arrow {
  right: -4px;
}

#tooltip[data-popper-placement^='right']>#arrow {
  left: -4px;
}

/* custom menu (right click */


/* pruebas */

/* Indicators */
.text-c-green {
  color: #2ed8b6;
}

.m-l-10 {
  margin-left: 10px;
}

.proj-progress-card .progress {
  height: 6px;
  overflow: visible;
  margin-bottom: 10px;
}

.proj-progress-card .progress .progress-bar {
  position: relative;
}

.progress .progress-bar {
  height: 100%;
  color: inherit;
  height: 5px !important;
}

.progress {
  height: 5px !important;
}

.bg-c-red {
  background: #FF5370;
}

.proj-progress-card .progress .progress-bar.bg-c-red:after {
  border: 3px solid #FF5370;
}

.proj-progress-card .progress .progress-bar:after {
  content: "";
  background: #fff;
  position: absolute;
  right: -6px;
  top: -4px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.bg-c-blue {
  background: #4099ff;
}

.proj-progress-card .progress .progress-bar.bg-c-blue:after {
  border: 3px solid #4099ff;
}

.proj-progress-card .progress .progress-bar.bg-c-green:after {
  border: 3px solid #2ed8b6;
}

.bg-c-green {
  background: #2ed8b6;
}

.bg-c-yellow {
  background: #FFB64D;
}

.proj-progress-card .progress .progress-bar.bg-c-yellow:after {
  border: 3px solid #FFB64D;
}

.m-b-30 {
  margin-bottom: 30px;
}

.text-c-red {
  color: #FF5370;
}

/* Custom scrollable bar */
.my-custom-scrollbar {
  position: relative;
  height: 500px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.tableFixHead {
  overflow: auto;
  height: 100px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 8px 16px;
}

/* range-slider */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #5580a0;
  background-color: #DFEFFA;
  border-top-color: #5599ed;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #5599ed;
}

.irs-bar,
.irs-handle {
  background-color: #6cb9da !important;
}

.irs--flat .irs-handle>i:first-child {
  background-color: #4494da00;
}

.irs--flat .irs-bar--single {
  border-radius: 0px 0 0 0px;
}

.irs--flat .irs-line {}


.image-container {
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.image-container img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.4;
}

.light-text {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a !important;
  font-family: "Montserrat" !important;
  ;
}

.leaflet-text-label {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: white;
  border-radius: 4px;
  padding: 2px 6px;
}

.hexbin-hexagon {
  stroke: #9f9c9c;
  stroke-width: 1px;
}

.hexbin-container:hover .hexbin-hexagon {
  transition: 200ms;
  stroke: rgb(0, 0, 0);
  stroke-width: 2px;
  stroke-opacity: 1;
}

.hexbin-tooltip {
  padding: 8px;
  border-radius: 0px;
  border: 1px solid rgb(114, 114, 114);
  background-color: white;
}

/* sidebar  */
.sidebar {
  position: fixed;
  margin-top: 40px;
  height: 100vh;
  width: 40px;
  background-color: #ececec;
}

/* Estilo de los íconos */
.sidebar a {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #bbbbbb;
  display: block;
}

/* Estilo de los íconos al pasar el mouse por encima */
.sidebar a:hover {
  background-color: #8e8e8e;
  color: #ffffff;
  text-decoration: none;
}

.colored-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #11c4f7;
  border-radius: 50%;
  margin-right: 5px;
}

/* MAPLIBRE  .---------------------------> */
.maplibregl-ctrl-top-right {
  margin-top: 5%; /* Adjust the value as needed */
}

.map-overlay {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  width: 200px;
  top: 6%;
  left: 32%;
  padding: 10px;
}

.map-overlay .map-overlay-inner {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}

.map-overlay-inner fieldset {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.map-overlay-inner fieldset:last-child {
  margin: 0;
}

.map-overlay-inner select {
  width: 100%;
}

.map-overlay-inner label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}

.map-overlay-inner button {
  display: inline-block;
  width: 36px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.map-overlay-inner button:focus {
  outline: none;
}

.map-overlay-inner button:hover {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
}