.reports-container {
    margin: 3rem;
    font-weight: bold;
}

.reports-container .reports-edit-container input {
    font-size: 1rem;
    margin: 4px 0 4px 0;
    border-radius: 6px;
}

.reports-container .header-text {
    font-weight: bold;
    font-size: 2.2rem;
}

.reports-container i {
    cursor: pointer;
}

.activate-report:nth-child(odd) .grid-table-head {
    background: gainsboro;
}

.run-performance-report {
    border: none;
    color: white;
    background: #008a00;
    border-radius: 7px;
    margin-left: 1rem;
    padding: 4px;
}

.report-list-wrapper {

}

.performance-table-container {
    margin: 1rem 0 0 0;
}

.performance-radio-wrapper {
    display: flex;
    flex-direction: column;
}

.performance-radio-wrapper label {
    display: flex;
    align-items: center;
}

.performance-radio-wrapper input {
    margin-left: .4rem;
}


.reports-container .grid-table-head-5 {
    display: grid;
    grid-template-columns: .25fr .25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
    ". . . . .";
    padding: 4px;
    font-size: 1rem;
}

.reports-container .grid-table-head {
    display: grid;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: 1fr;
    padding: 4px;
    font-size: 1.4rem;
}

.reports-container .grid-table-head:hover, .reports-container .grid-table-head-5:hover {
    background: gainsboro;
}

.grid-table-head-5.background, .grid-table-head.background {
    background: #246D98;
    color: white;
}

.grid-table-head-5.background:hover, .grid-table-head.background:hover {
    background: #246D98;
    color: white;
}

.report-controls-container {
    margin: .7rem;
    display: flex;
    justify-content: space-around;
}

.report-controls-container button {
    border: none;
    border-radius: 7px;
    color: white;
    margin-right: .4rem;
    padding: 5px;
    opacity: .8;
}

.report-controls-container button:hover {
    opacity: 1;
}

.backbutton-wrapper {
    margin: 0 0 1rem 0;
}

.backbutton-wrapper button {
    border: none;
    color: white;
    background: green;
    padding: 4px;
    border-radius: 7px;
    opacity: .8;
}

.backbutton-wrapper button:hover {
    opacity: .8;
}

.flex-label-input input {
    display: block;
}

.flex-label-input {
    margin-left: 8px;
}
