body {
    min-height: 100vh;
}

.img-card {
    width: 60%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.5rem;
}

.power-bi-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.power-bi-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 991px) {
    .br-menu {
        box-shadow: none !important;
    }

}

@media (max-width: 575px) {

    .logos-container img,
    .menu-title img {
        display: none;
    }

    .header-title {
        font-size: 1.2rem !important;
    }
}