:root {
    --header-height: 85px;
}

.main-bg {
    background-image: url("../../images/euronics_hg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh);
}

header {
    background-color: #007FFF;
    height: 75px;
    width: 100%;
}

main {
    margin: 0 auto;
    width: 100%;
}

.embed-container {
    height: calc(100vh - var(--header-height));
}

iframe {
    border: none;
}

.dashboard-report {
    float: left;
    margin: 5px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}