.leaflet-popup-content {
  width: 220px !important;
  margin: 10px;
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px !important;
}

.popup_map h3 {
  background-color: #00000008;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  padding: 6px 0;
  border-radius: 12px 12px 0 0;
  text-align: center;
  /* color: #395cad; */
  font-weight: bold;
}

.popup_content {
  padding: 10px 5px;
  max-height: 140px;
  overflow-y: scroll;
  /* padding-top: 5px; */
}

.popup_content hr {
  margin: 10px 0 10px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.popup_content span {
  font-weight: bold;
}

.popup_content .btnReporte {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #395cad;
  color: #fff !important;
  padding: 4px 0;
  margin-top: 8px;
}

.estatus-1 {
  background-color: #33CCFF !important;
}

.estatus-2 {
  background-color: #F4B75B !important;
}

.estatus-3 {
  background-color: #1EE592 !important;
}

.estatus-4 {
  background-color: #E18F8F !important;
}

.estatus-5 {
  background-color: #B195FD !important;
}

.estatus {
  /* transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: .15s;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  height: 1.25rem; */
  font-size: 11px;
  /* line-height: 1.25rem; */
  padding: 2px 10px;
  color: white;
  border-radius: var(--rounded-badge, 1.9rem);
}
