html, body {
    overflow-x: hidden; /*
    background: #eeebf0;
    background: linear-gradient(180deg, #eeebf0, #fff); */
  }

  body#demo {
    background: 
        linear-gradient(
            to bottom, 
            rgba(51, 71, 31, 0.905),
            rgba(46, 204, 113, 0.4) 
        ),
        url('../images/auth/bg.jpg'); 
    background-size: cover; 
    background-position: center;
    margin:0px;
    height: 100vh;
}

.toDemo{
  height: 100%;
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.toDemo h4{
  color: var(--bs-warning);
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  line-height: 0px;
}

div.headsign span{
  color: #03c9f5;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 90%;
}

.login-box{
  z-index: 300;
  background-color: transparent
}
/* */
.sidebar {
     background: linear-gradient(180deg, rgb(44 60 57 / 98%), rgb(18 38 36 / 95%));
    }
.iq-navbar {
    background: linear-gradient(180deg, rgba(56, 68, 45, 0.498), rgba(143, 192, 163, 0.15) );
    backdrop-filter: blur(10px);
    } 
.card-body {
    background-color:  rgba(34, 44, 25, 0.291);
    border:1px solid var(--bs-third);
    color:white;
    border-radius: 8px;
    }

   .color-health{
    fill: var(--bs-secondary);
/*       filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg); 
 */    
   } 

  iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .boxmap {
    height: calc(100vh - 70px);
    margin-top: 3px;
    padding: 0px;
  }

  .map{
    padding: 10px;
  }

.floating-filter {
    position: absolute;
    bottom: 0px; 
    left: 0px; 
    width: 100%;
   /*  background-color:var(--bs-secondary);  */
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255); 
    z-index: 10; 
    padding:2px 10px;
}

.floating-filter:hover {
    background-color: rgba(20,185,166,.95); 
}

.floating-link-dashboard {
    position: absolute;
    top: 30px; 
    right: 30px; 
    background-color: rgba(3,9,32,.8);
    padding:10px;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255); 
    z-index: 10; 
}

.floating-link-dashboard:hover {
    background-color: rgba(3,9,32,1);
}

.floating-data {
    position: absolute;
    top: 0px; 
    right: 0px; 
    background-color: rgba(3,9,32,.2);
    padding: 4px;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255); 
    z-index: 10;
    width: 100%; 
    padding:2px 10px;
}

.floating-data:hover {
    background-color: rgba(3,9,32,.4);
}

#menu-filters {
    display: none; 
    transition: transform 0.3s ease, opacity 0.3s ease; 
    transform: translateY(20px); 
    opacity: 0; 
}

#menu-filters.show {
    display: block; 
    transform: translateY(0); 
    opacity: 1; 
}

#box-data {
    display: none; 
    transition: transform 0.3s ease, opacity 0.3s ease; 
    transform: translateY(-20px); 
    opacity: 0; 
}

#box-data.show {
    display: block; 
    transform: translateY(0); 
    opacity: 1; 
}

#btnFullscreen {
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
  }
  
  
  .fullscreen-icon::before {
    color:black;
    content: "⛶"; 
  }
  
  .exit-fullscreen-icon::before {
    color:black;
    content: "⛚";
  }

 #aigiscity > .card {
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(17, 38, 146, .05);
    box-shadow: 0 10px 30px 0 rgba(17, 38, 146, .05);*/
     margin-bottom: 0rem;
     margin-right: 12px; 
}

.marquee-container {
    width: 100%;
    border:1px solid #2154878a;
    padding: 8px 0;
    margin:0px 10px;
    border-radius: 4px;
  }
 
  .marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
  }
 
  .marquee-item {
    flex: 0 0 auto;
    padding: 0 12px;
    font-size: 0.85rem;
    color: #a2a2a2;
  }

  .caption-title{
    color: #a2a2a2;
  
  }
 
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
 
    100% {
      transform: translateX(-100%);
    }
  }

  .marquee-container:hover .marquee-content {
    animation-play-state: paused;
  }

  .loginbgbox {
    transform: rotate(-15deg);
    opacity: 0.02;
    scale: 1.5;
    position:absolute;
    top:0%;
    right:30%;
    z-index: 0;
  }

  @media (max-width: 1199.98px) {
    .marquee-container {
        display: none;
    }

    .container-fluid.navbar-inner{
        justify-content: flex-end;
    }
}

.offcanvas-backdrop {
  display: none !important; /* Oculta completamente el fondo */
}

#menu {
  position: absolute;
  background: #efefef;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  z-index:900;
}

.overlay {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 1005;
}

.overlay button {
  font:
      600 12px/20px 'Helvetica Neue',
      Arial,
      Helvetica,
      sans-serif;
  background-color: #3386c0;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.overlay button:hover {
  background-color: #4ea0da;
}

.overlay button:disabled {
  background: #f5f5f5;
  color: #c3c3c3;
}
#offcanvasRight  {
background-color: 222738f7;

}
#offcanvasRight .offcanvas-body-data {

  margin-bottom: 20px;
 }

 #offcanvasRight .offcanvas-body-data h5 {
  font-size: .85em;
  margin: 0px;
  color:#7ce1f3;
 }
#offcanvasRight .offcanvas-body-data p {
 font-size: .75em;
 margin: 0px;
}

#offcanvasRight .offcanvas-body .d-activity  {
  margin-top: 20px;
 }

#offcanvasRight .offcanvas-body .d-activity .apexcharts-title-text  {
  font-size: .85em;
  color:#7ce1f3;
 }

.popupsVideo .mapboxgl-popup-content {
  background:#222738f7;
  width: 340px;
 }

 /* ícono movil */
 .movil {
  background-image: url('../images/icons/police-car.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #e5f50d80;
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}

.ambulancia {
  background-image: url('../images/icons/icon-medical.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #e5f50d80;
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}

.robot_1 {
  background-image: url('../images/icons/icon-robot.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #0d85f5b2;
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}

.alert {
  background-image: url('../images/icons/icon-alert.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #f50d0d80;
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}

.alert-resuelto {
  background-image: url('../images/icons/icon-alert-resuelto.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  /* background-color: #f50d0d80; */
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}


.dron {
  background-image: url('../images/icons/icon-drone.svg');
  background-size: contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #e5f50d80;
  border-radius: 70%; 
  cursor: pointer;
  width: 40px;
  height: 30px;
}
@keyframes hoverEffect {
  0%, 100% {
      transform: translateY(0px) rotateX(30deg);
  }
  50% {
      transform: translateY(-5px) rotateX(30deg);
  }
}

.flying {
  animation: hoverEffect 2s infinite ease-in-out; /* Movimiento suave */
}

.chat-movil {
  font-size: medium;
  color:white;
}

.popupAlert .mapboxgl-popup-content {
  background:#222738f7;
  width: 340px;
 }
.chatmovil .mapboxgl-popup-content {
  background:#222738f7;
  width: 340px;
 }

 .mapboxgl-popup-tip {
 /*  transform: translateY(-12px); */
 border-bottom-color:#222738f7 !important;
}
.action-movil{
  display:flex;
  width: 100%;
  align-items:center;
  justify-content: space-between;
}
a.linkPopup{
  border:1px solid #ffffffab;
  border-radius: 2px;
  padding:2px;
  display:block;
  width: 26px;
  height: 26px;
  margin:1px;
}
#offcanvasRight  {
  background-color: 222738f7;
  
  }


  .dropdown-item.active {
    color: rgb(15, 194, 200) !important;
    background-color: transparent !important;
    font-weight: bold;
}


.dropdown-item.inactive {
    color: gray !important;
}

.container-inner-alert{
  padding:4px;
  border-radius: 4px;
  border:1px solid #7ce1f397;
  margin:3px;
   background-color: rgba(217, 236, 236, 0.875);
}

.container-inner-alert .timer {
  font-size: 2em;
  color:#011519;
 
}


.mapboxgl-popup-close-button:hover {
  color: rgb(15, 206, 187) !important;
}
.mapboxgl-popup-close-button {
  color: rgb(255 255 255 / 100%) !important;
}

.table tbody tr td {
  color: #232D42;
  vertical-align: middle;
  background-color: rgba(217, 236, 236, 0.875);
}

.progress-detail h4{
  color:white;
}

#carouselExampleCaptions {
  border: 2px solid #490fbd; 
  border-radius: 8px; 
  width:95%;
  margin: 20px auto;
}

.carousel-caption{
  position: absolute; 
  bottom: 20px; 
  left: 10%; 
  transform: translateX(0%); 
  color: #fff; 
  text-align: left;  
  width: 50%;
}

.carousel-caption h5{
  font-size: 3rem; 
  font-weight: bold; 
  text-align: left; 
  margin-bottom: 10px; 
  color: #fff; 
}
.carousel-caption P{
  font-size: 1.4rem; 
  font-weight: bold; 
  text-align: left; 
  margin-bottom: 10px; 
  color: #fff; 
}

.carousel-caption small {
  font-size: 0.8rem; 
  font-weight: bold; 
  text-align: left; 
  margin-bottom: 10px; 
  color: #fff; 
  background-color: #490fbd;
  padding: 5px;
  border-radius: 5px;
}

  .carousel-item {
  height: 85vh; /* Ocupa todo el alto de la pantalla */
  background-size: cover; /* Ajusta la imagen de fondo */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.carousel-inner {
  width: 100%; /* Ocupa todo el ancho del contenedor */
  height: 100%; /* Asegura que el carrusel ocupe todo el alto */
}

#level-control {
  position: absolute;
  top: 10px; right: 50px;
  z-index: 1;
  background: white;
  padding: 6px;
  border-radius: 4px;
  font-family: sans-serif;
}


#offcanvasBottomAlerts {
  width: 98%;
  margin-left: 18px;
  background: linear-gradient(180deg, rgb(44 60 57 / 98%), rgb(18 38 36 / 95%));

}