body {
    background: #041268;
    font-size: 18px;
    overflow-x: hidden;
} 


@media screen and (max-width: 1920px) {

    .sesion{
        margin-left: 50px;
    }
    .botonHistorial{
        margin-right: -7%; 
    }
    
}
@media screen and (max-width: 1395px) {

    .sesion{
        margin-left: 10px;
    }
    .botonHistorial{
        margin-right: -9%; 
    }
    

}

#container{
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    width: 99%;
}
.popup-button-container{
    background-color: #03CDFD; 
    height: 40px; 
    border-radius: 15px; 
    margin-top: 8px; 
    margin-left: 15px;

}
#openPopupButton{
    background-color: #03CDFD; 
    color: #080808; 
    border-radius: 15px;  
    width: 255px; 
    margin-left: 8px; 
    height: 40px;
    font-size: 15px; 
    border: none;

}
.imagen-dashboard-dinside{
    width: 7%; 
    margin-left: 3%;
    
}


/* <div class="col-sm-12">
					
<div style="display: flex; align-items: center; justify-content: space-between; ">
    
    <div class="popup-button-container" style="background-color: #03CDFD; height: 40px; border-radius: 15px; margin-top: 8px;">
        <a href="https://qa-3cx.dinside.app/menu" class=" rentaColor custom-button" style="margin-top: 3%;color: #080808;font-size: 13px; ">
            <img src="img/volerRecurso 1@4x.png" alt="Icono" style="width: 7%; margin-left: -10px;">	VOLVER</a>
    </div>
    
    <img src="img/logo dash.png"  class="titulosdash">
    <div class="popup-button-container" style="background-color: #03CDFD; height: 40px; border-radius: 15px; margin-top: 8px; margin-left: 30px;">
        <button id="openPopupButton" class=" rentaColor historico" style=" background-color: #03CDFD; color: #080808; border-radius: 15px;  width: 255px; margin-left: 8px; height: 40px;font-size: 15px; border: none;">
            <img src="img/historialRecurso 2@4x.png" style="width: 7%; margin-left: 3%; " alt=""> DASHBOARD HISTORICO</button>
    </div>
</div>

    
<!-- SUBIR -->

</div> */


.chartDiv {
    padding: 0.732vw;
}

.card {
    background-color: #fff;
    padding: 0.366vw;
    border-radius: 0;
}

.card.card-title {
    color: #db0a5b;
}

th {
    font-size: 1em;

}

thead,
tr.sumas {
    color: #fff;
    background: #db0a5b !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.220vw 0.732vw !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0.732vw 0.366vw;
    border-bottom: 0.073vw solid #9c9c9c;
}


h4 {
    font-family: Helvetica, Arial, sans-serif;
    text-anchor: start;
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(219, 10, 91);
}

.p-10 {
    padding: 0.732vw;
}

.chartDiv .col-sm-6.col-md-6.col-lg-6 {
    padding: 0.366vw 1.830vw;
}
.sparks h3{
    font-size: 1.7em;
    margin: 1.098vw 1.098vw 0.732vw 1.098vw;
}		

.titulosCard{
    font-family: Helvetica, Arial, sans-serif;
    text-anchor: start;
    font-size: 1.1em;
    font-weight: bold;
    color: rgb(219, 10, 91);
    margin: 0 1em;
}

.numerosCard {
    margin: inherit !important;
    font-size: 1.5em !important;
    margin-bottom: 0 !important;
    padding: 0.220vw;
}

.filaCard {
    margin: auto;
    width: 50%;
}

.titulosdash {
    padding: 0.952vw;
    /* font-weight: 400; */
    margin-left: 1%;
    width: 620px;
    height: 80px;
    margin: 20px
    
  
    
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 0.073vw solid #111;
    padding: 0.220vw 0.732vw !important;
}

tfoot,
tr.sumas {
    color: #fff;
    background: #db0a5b !important;
}

.tituloUniverso {
    color: #063865;
    font-size: 1.1em;
    font-weight: 500;
}

h1.tituloUniverso {
    margin-left: 2%;
}

thead,
th {
    padding: 0.366vw 0.073vw !important;
}

table.dataTable thead .sorting {
    background: none;
}

td.recoger_titulo {
    width: 15%;
}

table.dataTable thead .sorting_asc {
    background: none !important;
}

.skeleton-l4gxqypa788:empty {
    position: relative;
    height: 320px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    background-image: linear-gradient(#E0E0E0 20px, transparent 0),
        radial-gradient(circle 17.5px at 17.5px 17.5px, #E0E0E0 16.5px, transparent 17.5px),
        linear-gradient(#E0E0E0 320px, transparent 0);
    background-repeat: repeat-y;
}

.skeleton-l4gxqypa788:empty:before {
    content: ' ';
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 320px;
    -webkit-mask-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
    mask-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-size: 50px 320px;
    mask-size: 50px 320px;
    -webkit-mask-position: -20% 0;
    mask-position: -20% 0;
    background-image: linear-gradient(rgba(102, 102, 102, 1) 20px, transparent 0),
        radial-gradient(circle 17.5px at 17.5px 17.5px, rgba(102, 102, 102, 1) 16.5px, transparent 17.5px),
        linear-gradient(rgba(102, 102, 102, 1) 320px, transparent 0);
    background-repeat: repeat-y;
    animation: shineForSkeleton-l4gxqypa788 5s infinite;
}

@keyframes shineForSkeleton-l4gxqypa788 {
    to {
        -webkit-mask-position: 100% 0
    }
}

.skeleton-consolidado:empty {
    position: relative;
    height: 120px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    background-image: linear-gradient(#E0E0E0 20px, transparent 0),
        radial-gradient(circle 17.5px at 17.5px 17.5px, #E0E0E0 16.5px, transparent 17.5px),
        linear-gradient(#E0E0E0 120px, transparent 0);
    background-repeat: repeat-y;
}

.skeleton-consolidado:empty:before {
    content: ' ';
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 120px;
    -webkit-mask-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
    mask-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-size: 50px 160px;
    mask-size: 50px 160px;
    -webkit-mask-position: -20% 0;
    mask-position: -20% 0;
    background-image: linear-gradient(rgba(102, 102, 102, 1) 20px, transparent 0),
        radial-gradient(circle 17.5px at 17.5px 17.5px, rgba(102, 102, 102, 1) 16.5px, transparent 17.5px),
        linear-gradient(rgba(102, 102, 102, 1) 200px, transparent 0);
    background-repeat: repeat-y;
    animation: shineForSkeleton-l4gxqypa788 5s infinite;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer!important; /* la manito */
    position: unset!important;
    padding-right: 0px!important;
}





.popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
}

.popup-content {
background-color: #fff;
padding: 0px;
width: 500px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
/* margin-bottom: 2rem; */
}

.popup-button-container {
display: flex;
justify-content: flex-end; /* Alinea el contenido a la derecha */
padding: 10px; /* Espaciado opcional */
}

.popup-button-container button {
margin-left: auto; /* Mueve el botón a la derecha */
}

.print-button-container {
display: flex;
justify-content: flex-end; /* Alinea el contenido a la derecha */
padding: 10px; /* Espaciado opcional */
}

.print-button-container button {
margin-right: auto; /* Mueve el botón a la derecha */
}

.rounded-bottom-corners {
border-bottom-left-radius: 20px; /* Radio de la esquina inferior izquierda */
border-bottom-right-radius: 20px; /* Radio de la esquina inferior derecha */
}

.rounded-select {
border-bottom-left-radius: 4px; /* Radio de la esquina inferior izquierda */
border-bottom-right-radius: 4px; /* Radio de la esquina inferior derecha */
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.rounded-div {
border-bottom-left-radius: 6px; /* Radio de la esquina inferior izquierda */
border-bottom-right-radius: 6px; /* Radio de la esquina inferior derecha */
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.scroll-btn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 20px;
padding: 4px 10px;

/*     padding: 10px 20px; */
/*     background-color: #063865;
color: white;
border: none; */
/* border-radius: 3px; */
/*     cursor: pointer; */
z-index: 9999;

box-shadow: 0 6px 14px 0 #666;
transition: all 0.1s ease-in-out;
}

.scroll-btn:hover {
color: #fff;
/*     background-color: #063865; */
box-shadow: 0 6px 14px 0 #666;
/*     transform: scale(1.1); */
}

/* #openPopupButton:hover, */
 #printButton:hover{
color: #fff;
box-shadow: 0 6px 14px 0 #666;
/*    transform: scale(1.1); */
}

#recargarBoton:hover{
color: #fff;
box-shadow: 0 6px 14px 0 #666;
/*     transform: scale(1.1); */

}

.popup-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

html {
    font-size: 18px; /* Sets the base font size for the page */
  }
  
  .popup-content {
      background-color: #fff;
      padding: 0px;
      width: 500px;
      height: 330px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2rem;
  }
  
      .apexcharts-legend-text {
        font-size: 1.1em !important;
      }
  
      .apexcharts-legend-series {
        font-size: 0.8em !important;
      }
  
      .apexcharts-legend-marker {
        font-size: 0.8em !important;
      }
  
      .apexcharts-datalabel {
        font-size: 0.8em !important;
      }
  
      .apexcharts-bar-area {
        font-size: 0.8em !important;
      }
      
      .apexcharts-text  {
        font-size: 0.8em !important;
      }
    
      .apexcharts-yaxis-label  {
        font-size: 0.8em !important;
      }
  
      .apexcharts-xaxis-label  {
        font-size: 0.8em !important;
      }
  
      .apexcharts-title-text {
        font-size: 1.1em !important;
      }
  
  
  @media (max-width: 1799px) {
  
  html {
    font-size: 16px; /* Sets the base font size for the page */
  }
  
      .apexcharts-legend-text {
        font-size: 1.1em !important;
      }
  
      .apexcharts-legend-series {
        font-size: 0.8em !important;
      }
  
      .apexcharts-legend-marker {
        font-size: 0.8em !important;
      }
  
      .apexcharts-datalabel {
        font-size: 0.8em !important;
      }
  
      .apexcharts-bar-area {
        font-size: 0.8em !important;
      }
      
      .apexcharts-text  {
        font-size: 0.8em !important;
      }
    
      .apexcharts-yaxis-label  {
        font-size: 0.8em !important;
      }
  
      .apexcharts-xaxis-label  {
        font-size: 0.8em !important;
      }
  
      .apexcharts-title-text {
        font-size: 1.1em !important;
      }
  
  }

  .apexcharts-datalabel {
    display: none !important;
  }


.custom-button {
    width: 235px; 
    height: 30px;
    text-align: center;
    line-height: 5px; 
    
}
img{
    width: 40%;
    margin-left: -50%;
    
    
}
.form-select {
    width: 30%;
    margin-left: 10px;
    
}

