body {
    font-family: 'Barlow';
    color: #424242;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1,
.h1 {
    font-size: 45px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

.loadingdlg {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .95) url('../img/loading.gif') 50% 50% no-repeat;
}

body.loading .loadingdlg {
    overflow: hidden;
    display: block;
}

.main-sidebar,
.main-sidebar::before {
    width: 120px !important;
    background-color: #D8EFE7;
    position: fixed !important;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    border-right: 6px solid #7AC4C3;
    border-left: 6px solid transparent;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active img {
    filter: invert(84%) sepia(67%) saturate(2207%) hue-rotate(134deg) brightness(100%) contrast(48%);
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
}

.nav-sidebar .nav-item>.nav-link {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.brand-link {
    padding: 40px 0.5rem;
    border: none !important;
}

.content-wrapper {
    background: #fff;
}

.logo2 {
    position: absolute;
    left: calc(50% - 100px);
    height: 50px;
}

.apexcharts-tooltip.apexcharts-theme-light {
    color: black;
}

.title-tab {
    text-transform: uppercase;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    padding: 6px 20px;
    box-shadow: none;
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.green {
    color: #7AC4C3;
}

.sodaTitle {
    color: #7AC4C3;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}

.totalTitle .form-control {
    height: 2.7rem;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 12px;
    border: none;
}

.totalTitle .input-group-text {
    background: transparent;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 0 12px 12px 0;
    border: none;
}

.small-box {
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    text-align: center;
    padding: 3rem 1rem 1rem;
    box-shadow: none;
    position: relative;
}

.small-box.active {
    border: 2px solid #7AC4C3;
    background-color: #7AC4C3;
    color: #fff;
}

.small-box.active img {
    filter: invert(148%) sepia(99%) saturate(476%) hue-rotate(186deg) brightness(118%) contrast(119%);
}

.hourpickerGroup, .agepickerGroup, .heatpickerGroup {
    float: right;
    width: fit-content;
}

.small-box .date {
    position: absolute;
    top: 20px;
}

.small-box .date.right {
    right: 20px;
}

.small-box .date.left {
    left: 20px;
}

.small-box h1 {
    font-weight: bold;
    font-size: 45px;
    color: #7AC4C3;
}

.small-box.active h1 {
    color: #fff;
}

.rotateM45 {
    transform: rotate(-45deg);
}

.rotateP45 {
    transform: rotate(-45deg);
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.dayRanges {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dayRange {
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 15px 1rem;
    text-align: center;
    width: 160px;
    margin: 1rem;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    color: #424242;
}

.dayRange.active {
    background-color: #7AC4C3;
    border: 2px solid #7AC4C3;
    color: #fff;
}

.font-weight-light {
    font-weight: 400 !important;
}

.totalTitle {
    margin: 20px 0 40px;
}

.barChart {
    background-color: #D8EFE7;
    border-radius: 30px;
    padding: 150px 30px 30px;
    /* display: none; */
}

.lineChart {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    padding: 150px 30px 30px;
    display: none;
}

#heatChart {
    height: 2000px;
    margin: auto;
}

#heatChart svg[viewBox='0 0 16 16'] {
    display: none;
}

#brandingLogo {
    display: none;
}

.main-footer {
    padding: 2.5rem 0;
    text-align: center;
}

.main-footer img {
    width: 100%;
    max-width: 450px;
}

.anychart-credits {
    display: none;
}

.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown{
    z-index: 10;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    font-size: 18px;
    color: #424242;
    text-decoration: none;
    outline: none;
}

.dropdown dt a {
    background: url("../img/Incono_de_Flecha_volver.png") no-repeat scroll 285px center;
    display: block;
    align-items: center;
    width: 345px;
    height: 60px;
    border: 2px solid #E5E5E5;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 12px 25px;
}

.dropdown dd ul {
    display: none;
    border: 2px solid #E5E5E5;
    background-color: #fff;
    border-radius: 10px;
    left: 0px;
    padding: 6px 15px;
    position: absolute;
    top: 5px;
    width: auto;
    min-width: 345px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 8px;
    display: block;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

.exportCSV, .exportHeatCSV, .Impresion{
    cursor: pointer;
}

.logo{
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

.ageblock{
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

#hour-chart{
    height: 300px!important;
}

.heatLabels{
    display: flex;
    align-items: center;
    justify-content: center;
}

.heatLabel{
    text-align: center;
    margin-bottom: 50px;
}

.heatLabel .col{
    width: 181px;
    height: 38px;
    margin: auto;
}

.heatLabel .color1{
    background-color: #7AC4C340;
}

.heatLabel .color2{
    background-color: #7AC4C380;
}

.heatLabel .color3{
    background-color: #7AC4C3;
}

.heatLabel .color4{
    background-color: #7AC4C380;
}

.heatLabel .color5{
    background-color: #7AC4C3;
}

.heatLabel p{
    font-size: 32px;
    line-height: 1;
}