body {
    background-color: #142a3c;
}

#casa_title {
    color: #f8f9fa;
    display: none;
}

img#regua {
    width: 90%;
    margin-left: 16%;
}

.section-indicators {
    background-color: azure;
}

.card-indicators {
    border-radius: 20px;
    /* border: 1px solid #9bbbcd; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bd-placeholder-img {
    opacity: 0.1;
}

.bg-navbar-custom {
    background-color: #031422 !important;
}

rect.highcharts-background {
    opacity: 0.7;
}

.offcanvas-bottom {
    height: 52vh;
    background-color: azure;
}

.table_detalhes {
    border: 1px solid #0667bb;
    border-radius: 10px
}

.logo-senai-sesi {
    width: 200px;
}

.footer-color-text {
    color: #f0f8ff;
}

.popover{
    max-width:600px;
}

.bd-placeholder-img:hover {
    filter: invert(1);
    cursor: pointer;
    transition: 0.3s;
}