  html, body {
    overflow: hidden;
        overflow-y: auto !important;
}
 body, html { margin: 0; padding: 0; font-family: 'Hind Siliguri', sans-serif; }
   #map {
    height: 500px;
}
    .filtrospanel { display: flex; justify-content: center; align-items: center; padding: 5px; flex-wrap: wrap; background-color: #fff; width: fit-content;}
    label { font-weight: bold; margin: 0 5px; }
    select { padding: 8px; margin: 5px; border-radius: 5px; border: 1px solid #ccc; }
    .popup-title { font-size: 18px; font-weight: 700; color: #e3057c; margin-bottom: 5px; padding-left: 45px; position: relative; }
    .popup-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      height: 35px;
      background-image: url('./somos-rosa.svg');
      background-size: contain;
      background-repeat: no-repeat;
    }
    .popup-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 6px 12px;
      background-color: #e3057c;
    color: white !important;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
    }
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255,255,255,0.95);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999999999999999999999999;
    }
    
    span.Exitosa::before {
  content: "✅ ";
}
  #tablaEventos {
    border-collapse: collapse;
    min-width: 800px;
}
    #tablaEventos th, #tablaEventos td { border: 1px solid #ccc; padding: 8px; text-align: center; }
    #tablaEventos th { background-color: #e3057c; color: white; }

    
    span.Próxima {
    color: green;
    animation: parpadeo 1s infinite;
}

tr:hover {
    cursor: pointer;
}
a.popup-btn.Exitosa.botonuber {
    display: none;
}
.leyenda-asambleas {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  z-index: 1000;
}


a.google-calendar-link.Exitosa {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none;
    opacity: 0.6;
}

@keyframes parpadeo {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

tr.Exitosa {
    background: #e9e9e9;
}

.map_container {
    height: 500px;
    margin: 50px;
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.containermobile {
    margin: 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.filtrospanel-mapa {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filtrospanel-mapa select {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.containertable {
    display: flex
;
    align-content: center;
    justify-content: flex-end;
    margin-right: 30px;
    gap: 15px;
    flex-direction: row-reverse;
    width: fit-content !important;
        align-items: center;
}



.filtrospanel-mapa {
    display: flex;
    position: relative !important;
    top: 0px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    flex-wrap: wrap;
    background-color: #ffffff7a;
    z-index: 400;
    width: 100%;
    left: 0px;
    border-radius: 0px !important;
}

.leaflet-top.leaflet-left {
    top: 45px;
}

.important-block {
background-color: #f0f0f0;
    border-left: 6px solid #e3057c;
    padding: 15px;
    margin: 20px auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: start;
    gap: 10px;
    border-radius: 4px;
    width: calc(100vw - 100px);
    flex-direction: column;
}
.instructions-block-number {
    margin: 25px 25px;
}

.alert-icon {
  animation: blink 1s infinite;
  font-size: 20px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.instructions-block-number ol {
  margin-left: 20px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

.instructions-block-number ul {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.instructions-block {
    background-color: #ffdaee;
    border-left: 5px solid #e3057c;
    padding: 12px 16px;
    margin: 20px auto;
    width: calc(100vw - 100px);
    font-weight: 500;
    font-size: 22px;
    color: #dd0077;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: justify;
}

.bold {
    font-weight: bold;
}

table#tablaEventos {
    width: 100%;
}

@media (max-width: 1000px) {
  #tablaEventos {
    font-size: 14px;
    min-width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }


  #tablaEventos thead,
  #tablaEventos tbody,
  #tablaEventos th,
  #tablaEventos td,
  #tablaEventos tr {
    font-size: 14px;
  }

  #tablaEventos td,
  #tablaEventos th {
    font-size: 14px;
  }
  
   #tablaEventos .description{
    font-size: 14px !important;
  }
}

.tabs-header {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.tab-button {
  padding: 10px 20px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  font-weight: bold;
  margin: 0 5px;
  border-radius: 5px;
}
.tab-button.active {
  background-color: #e3057c;
  color: white;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.asamblea-ayuda-alerta {
  background-color: #ffe6f0;
  border-left: 4px solid #e3057c;
  padding: 12px 16px;
  margin: 20px 0;
  font-size: 16px;
  border-radius: 6px;
  color: #333;
}

.asamblea-ayuda-alerta a {
  color: #e3057c;
  font-weight: bold;
  text-decoration: none;
}

.asamblea-ayuda-alerta a:hover {
  text-decoration: underline;
}

.instructions-block a {
    color: #000000;
}

.instructions-block a:hover {
    color: #000000b3;
}

td.description a {
    color: #000000 !important;
    transition: all 0.4s ease-out;
}

td.description a:hover {
    color: #e3057c !important;
}

#tablaEventos{
  display: none;
}

.instructions-block-number li {
    font-size: 18px !important;
    font-weight: bold;
}

#tablaEventos {
  margin-bottom: 30px;
}

#tablaEventos tr {
  page-break-inside: avoid;
  break-inside: avoid;
}

button#btnDistrito {
padding: 8px 16px;
    background-color: #e3057c;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    width: fit-content;
    margin: auto;
    display: block;
    transition: all 0.5s ease-out;
    cursor:pointer !important;
}


button#btnDistrito:hover {
    background-color: #000000 !important;

        cursor:pointer !important;
}

button#exportarPDF {
    padding: 8px 16px;
    background-color: #e3057c;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    width: fit-content;
    margin: auto;
    display: block;
    transition: all 0.5s ease-out;
    opacity:1
}

button#exportarPDF:hover {
    background-color: #000000 !important;
}
.headerpanel {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding-left: 18px;
}

.instructions-block-number {
    font-weight: 600;
    font-size: 24px;
}

span.blockhead {
    font-size: 25px;
}

@media (max-width: 1250px) {
.headerpanel {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
        padding-left: 18px;
        margin: auto;
        width: fit-content;
}

.containertable {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    margin-right: 30px;
    gap: 15px;
    flex-direction: row-reverse;
    width: fit-content !important;
    align-items: center;
    margin: auto;
}
}

@media (max-width: 768px) {
.filtrospanel {
    display: flex;
    justify-content: center;
    padding: 5px;
    flex-wrap: wrap;
    background-color: #fff;
    width: fit-content;
    flex-direction: column;
    align-content: flex-start;
            align-items: flex-start;
}}