html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}
/*.chart-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}*/
main {
    padding-bottom: 3rem; /* dá um pequeno espaço antes do footer */
    min-height: calc(100vh - 100px); /* força o main a ocupar o resto do ecrã */
}
#chartKW{
   
    margin: auto;
}

/*.left-sidebar .collapse.collapsing {
    transition: all 0.3s ease;
    overflow: hidden;
}

.left-sidebar .collapse.show {
    transition: all 0.3s ease;
}
.left-sidebar .nav-link.active {
    color: #0dcaf0;*/ /* ou outra cor */
    /*font-weight: 600;
}*/
.link-home-sidebar {
    background: url('/assets/images/LogoEZ.svg') no-repeat center center;
    background-size: contain;
    /*  height: 60px;
    text-indent: -9999px;*/
    overflow: hidden;
}
/* Ícone da seta */
.fade-menu {
    overflow: hidden;
    transition: height 0.35s ease, opacity 0.35s ease;
    height: 0;
    opacity: 0;
}

    .fade-menu.show {
        height: auto;
        opacity: 1;
    }

.toggle-icon {
    transition: transform 0.3s ease;
    margin-left: auto;
    color: #ccc;
}

.nav-link .toggle-icon {
    margin-left: 8px; /* espaçamento entre o texto e a seta */
    font-size: 0.9rem;
}

/*.nav-side-bar {
    background: linear-gradient(to bottom, #4cc23c, #b6c234, #e47c25);
    color: white;
}*/

.counter {
    font-size: 2rem;
    transition: color 0.3s;
}

.card:hover .counter {
    color: #000;
}