body {
    background-color: limegreen;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    height: 100vh;
}

nav {
    height: 100%;
    background-color: #343a40;
    color: #fff;
    padding: 1rem;
}

main {
    flex: 1;
    overflow-y: auto;
    background-color: #F8F9FA;
    padding: 20px;
}

.scroll-container {
    max-height: 70vh;
    overflow-y: auto;
}

element.style {
    width: 280px;
}

.p-3 {
    padding: 1rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-column {
    flex-direction: row;
}

.d-flex {
    display: flex;
}

.text-bg-dark {
    color: #fff;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
}

.title-page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 2rem;
}

.scroll-container {
    height: 100vh;
    overflow-y: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 10px;
    height: fit-content;
}


*,
::after,
::before {
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}


.overview {
    background-color: #F8F9FA;
}

.dropdown-menu {
    position: absolute;
    bottom: 50px;
    left: 5px;
}

header {
    text-align: center;
}