:root {
    --dark-brown: #090001;
    --electric-blue: #203EE6;
    --dark-blue:#040237;
    --dark-yellow: #FEED01;
    --light-yellow: #fcd462;
    --lilac:#da64fa;
    --light-gray: #e3e8e3;
    --light-green: #4BA95B; /* #3E7351; */
    --green: #006525;
    --yellow: #FFCD00;
    --red: #E91011;
    --indigo: #860AF2;
    --light-indigo: #794CA0;
    
    --blue: #4e73df;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
  }
  
  :root{
      --gray-50:#f7f7f8;
      --gray-100:#ececf1;
      --gray-200:#d9d9e3;
      --gray-300:#c5c5d2;
      --gray-400:#acacbe;
      --gray-500:#8e8ea0;
      --gray-600:#565869;
      --gray-700:#40414f;
      --gray-800:#343541;
      --gray-900:#202123;-
      -gray-950:#050509}
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
body{
    text-align: center;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    color: white;
    background-color: #fcfbf9;
    min-height: 100vh;
    display: flex;
    /* Estilos de scrollbar para Firefox */
    scrollbar-width: thin; /* Ancho de la scrollbar */
    scrollbar-color: var(--gray) transparent; /* Color del thumb (barra de desplazamiento) y background-color */
}
  body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  body::-webkit-scrollbar-track {
    background-color: transparent;
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--gray) transparent;
  }

h1, h2, h3, h4, h5, h6{
    color: white;
}
.nav-link{
    font-size: 15px;
}
.grids{
    display: grid;
}
#left_menu_db{
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 30px;
    background-color: var(--light-green);
    color: #fff;
    overflow: hidden;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.4);
    flex: 1;
    text-align: left;
}
#left_menu_db_title{
    min-height: 25px;
}
#left_menu_db_body{
    position: relative; /* Posición relativa para controlar la altura en relación con left_menu_db_fooder */
    top: 0; /* Pegado al top */
    margin-bottom: 40px; /* Pegado al fondo del div padre */
    background-color: var(--light-green);
}

#left_menu_db_fooder{
    min-height: 45px;
    bottom: 0px;
    position: fixed;
    padding: 10px;
}
.logo_size{
    width: 180px; 
    height: auto;
}
.titulos_menu{
    color: #fff;
}

#left_menu_db_buttons{
    min-height: 75px;
    margin-top: 20px;
    margin-bottom: 15px;
}#left_menu_db_buttons a{
    color: #060a0f;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: solid;
    border-radius: 15px;
    margin-bottom: 5px;
    min-height: 35px;
    margin-left: 5%;
    max-width: 90%;
    letter-spacing: 0.12em;
}
.link_bd{
    color: var(--light-yellow);
    font-style: italic;
}
#left_menu_db_block{
    min-height: 100px;
    text-transform: lowercase;
}#rango_fecha{
    margin-top: -25px;
    max-width: 80%;
    margin-left: 10%;
    background-color: #bababa;
    border-radius: 8px;
}

a:link, a:visited, a:active {
    text-decoration:none;
  }
  
    ::-webkit-scrollbar {
    width: 7px; /* Ancho de la scrollbar */
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color del fondo de la scrollbar */
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #555; /* Color del thumb (barra de desplazamiento) */
    border-radius: 5px; /* Bordes redondeados del thumb */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--gray); /* Cambio de color al pasar el mouse sobre la scrollbar */
  }

.dash_container_e{
    padding: 10px;
}.dash_container_i{
    background-color: #f9f7f2;
    padding: 1%;
}.dash_01_caja_1 p{
    font-size: 15px;
}#dash_01{
    min-height: 500px;
}.dash_linea_01{
    min-height: 150px;
}#dash_barras_01{
    min-height: 150px;
}#dash_bloques_01{
    min-height: 150px;
}.dash_linea_02{
    min-height: 150px;
}#dash_barras_02{
    min-height: 150px;
}#dash_bloques_02{
    min-height: 150px;
}.dash_linea_03{
    min-height: 150px;
}#dash_barras_03{
    min-height: 150px;
}#dash_bloques_03{
    min-height: 150px;
}#row_cajas_01{
    min-height: 500px;
}#row_cajas_02{
    min-height: 250px;
}#dash_barras_04{
    min-height: 250px;  
}

#row_cajas_01_op{
    min-height: 300px;
}#row_cajas_02_op{
    min-height: 225px;
    margin-bottom: 25px;
}.ide{
    min-height:225px;
}#row_cajas_01_de{
    min-height: 250px;
}
#btn {
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
  }
  .sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
}
/* Estilos para los botones del panel lateral */
.sidebar button {
    display: block;
    background-color: #444;
    color: white;
    padding: 10px;
    border: none;
    width: 96%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
}
.sidebar button:hover {
    background-color: #555;
}
/* Estilos para el panel principal */
.main {
    margin-left: 200px;
    padding: 20px;
}
/* Estilos para los paneles de información */
.panel {
    display: none;
}
.panel.active {
    display: block;
}
.panel h2 {
    margin-top: 0;
}



.chart-container {
    background-color: rgb(232, 235, 232);
    display: flex;
    width: 100%;
    height: auto;

    overflow: hidden;
    position: relative;
}
#chart {
width: 50%;
}
#linea {
width: 50%;
}
button {
background-color: white !important;
color: black !important;
border: none;
border-radius: 15px;
padding: 10px 20px;
margin: 0 auto;
display: block;
box-sizing: border-box;
width: 100%;
max-width: 200px;
margin-bottom: 10px;
text-align: center !important;

}
button span {
text-align: center;
display: block;
}
.container {
    background-color: rgb(151, 147, 147);
    padding: 10px 10px;
    color: black !important;
    width: 100%;
    height: 100%;

}
.left-div {
    background-color: rgb(232, 235, 232);
    width: 35%;
    height: fit-content;
    float: none;
    padding: 10px 10px;
    display: flex;


  }
.right-div {
    background-color: rgb(232, 235, 232);
    width: 65%;
    height: 100%;
    float: none;
    padding: 10px 10px;
    display: flex;

  }
  .left-div1 {
    background-color: rgb(232, 235, 232);
    width: 50%;
    height: fit-content;
    float: none;
    padding: 10px 10px;
    display: flex;


  }
    .right-div1 {
    background-color: rgb(232, 235, 232);
    width: 50%;
    height: 100%;
    float: none;
    padding: 10px 10px;
    display: flex;

  }


  .main-content {
    top:0px;
    position:absolute;
    padding-left: 260px; /* Adjust this value based on the sidebar width */
    padding-top: 0px; /* Adjust this value based on the sidebar width */
    padding-bottom: 0px; /* Adjust this value based on the sidebar width */
    padding-right: 0px; /* Adjust this value based on the sidebar width */
    flex: 1;
    overflow: hidden;
    background-color: #F8F9FA; 
    width: 100%;
    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */
    width: stretch;                 /* Unprefixed */
    height: 100vh;
  }
  iframe{
    border: 0;
    width: 100%;
    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */
    width: stretch;                 /* Unprefixed */    
    height: 100vh;
  }
  .titulos_menu{
    text-align: center;
  }
  .imgusuario{
    width: 40px;
    height: 40px;
  }
@media only screen and (max-width: 915px){
    .main-content{
        width: 100%;
        
    }  
  }  
@media (max-width: 450px) {
    .sidebar{
        display: none;
    }
    #left_menu_db{
        display: none;
    }
    .main-content {
        width:100%;
        width: -moz-available;          /* For Mozzila */
        width: -webkit-fill-available;  /* For Chrome */
        width: stretch;                 /* Unprefixed */    
        padding-left: 0px;
        padding-top: 80px;
        }
    iframe{
        width: 100%;
        width: -moz-available;          /* For Mozzila */
        width: -webkit-fill-available;  /* For Chrome */
        width: stretch;                 /* Unprefixed */    
        }

}
