.inicio {
    background-color: #FFF;
    min-height: calc(100vh - 90px);
}

#dashboard-body {
    margin-top: 86px;
}
.dashboard-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x:auto;
}

.dashboard-header-fixed {
    position: fixed;
    background-color: #fff;
    top:0px;
    padding-top: 65px;
    width: 100vw;
    z-index: 999;
}

.dashboard-menu-container {
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: hidden;
    white-space: nowrap;
    width: 90vw;


}

.dashboard-header .chevron {
    margin-top: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chevron.left {
    padding-left: 10px;
}

.chevron.right {
    padding-right: 10px;
}

.chevron > span {
    cursor: pointer;
    align-self: center;
    display: block;
    font-size: 20px;
}

.dashboard-anio {
    color: #0C4497;
    text-align: right;
    font-family: Open Sans;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-titulo-resumen {
    color: #333;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;

}

.dashboard-titulo-red {
    color: #0C4497;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
}

.dashboard-section-gray{
    background-color:  #E8ECF3;
    padding: 15px;
}

.dashboard-section-white{
    background-color:  #FFF;
    padding: 15px;
}

.dashboard-section-gray-title {
    color: #2A518C;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.dashboard-reportes-bg {
    background-color: #D0D8E6;
    padding: 15px;
    padding-bottom: 40px;
}

.dashboard-section-gray-subtitle {
    color: #333;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dashboard-grafico {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.dashboard-grafico-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 8px;
}

.dashboard-grafico-container-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.grafico-leyenda-item-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.grafico-leyenda-item-texto {
    color: #333;
    font-family: Open Sans;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px; 
}

.grafico-leyenda-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.grafico-leyenda {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.dashboard-chips {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.dashboard-chip {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    width: 35vw;
    gap: 10px;
    height: 50px;
}

.dashboard-chip.reporte {
    width: 100%;
}

.dashboard-chip-icon {
    width: 30px;
    height: 30px;
    gap: 5px;
}

.dashboard-chip-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.dashboard-chip-texto-reporte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.dashboard-chip-texto-reporte .dashboard-chip-texto-titulo {
    color: #333;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard-chip-texto.horizontal {
    flex-direction: row;
    align-items: center;
    gap: 5px;
}



.dashboard-chip-texto-numero {
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dashboard-chip-texto-titulo {
    color: #FFF;
    font-family: Open Sans;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard-chip-texto.horizontal .dashboard-chip-texto-numero {
    width: 25px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dashboard-chip-texto.horizontal  .dashboard-chip-texto-titulo {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 

}

.progress-bar {
    width: 100%;
    height: 15px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0px;
  }
  
  .progress-section {
    height: 100%;
    float: left;
  }

  .dashboard-chips-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
}

.dashboard-chips-horizontal-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
    flex-wrap: wrap;
    width: 100%;

}

.dashboard-chips-horizontal-wrap .dashboard-chip {
    width: 48%;

}

.dashboard-chips-horizontal .dashboard-chip {
    height: 40px;
    width: 100%;
}

.dashboard-chips-horizontal .dashboard-chip-texto-numero {
    font-size: 15px;
}


.dashboard-chips-horizontal-wrap.red .dashboard-chip {
    height: 50px;
    width: 31%;
}

.dashboard-chips-horizontal-wrap.red .dashboard-chip-texto-numero {
    font-size: 22px;
    line-height: 22px;
}

.dashboard-chips-horizontal-wrap.red .dashboard-chip-icon {
    width: 25px;
    height: 25px;
}

.dashboard-chips-horizontal-wrap.red .dashboard-chip-texto-titulo {
    font-size: 9px;
    white-space: nowrap;
}

.dashboard-chips-horizontal .dashboard-chip-texto-titulo {
    font-size: 9px;
}

.wrap {
    white-space: normal !important;
}

.dashboard-chips-horizontal .dashboard-chip-icon {
    width: 20px;
    height: 20px;
}

.dashboard-menu {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 5px;
}

.dashboard-menu.selected{
    color: #2A518C;
    border-bottom: #2A518C solid 4px;

}
  
.dashboard-subtitle {
    color: #333;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    padding-right: 10px;
    width: fit-content;
    margin: 25px 0px ;
}

#respuesta_exito_reporte {
    position: fixed;
    bottom: 0;
    left: 10vw;
    width: 80vw;
    z-index: 99999;
    background-color: #FFF;
    margin-bottom: 45vh;
    padding: 10px;
}

@media (max-width:380px) {
    .dashboard-chips-horizontal-wrap.red .dashboard-chip {
        height: 50px;
        width: 100%;
    }
}