/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./main_prj/media/css/project.css ***!
  \*******************************************************************************************************************************************************************************************/
.map-image-header {
    display: flex;
    flex-direction: row;
}

.map-with-images-header {
    max-height: 600px;
    width: 55%;
}

.map-sans-images-header {
    max-height: 600px;
}

.legacy-report-carousel {
    width: 45%;
    float: right;
}

.graph-summary-plugin {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* color: rgb(142, 205, 226) */
    /* fill-outline-color: #e25700; */
    overflow-y: scroll;
}

.body-et-rel-resources-container {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}

.body-et-al {
    flex-grow: 1;
    flex-shrink: 1; /* Allows the first child to shrink if necessary */
    flex-basis: 0%;
}

.rel-resources {
    flex-grow: 0; /* Do not grow beyond content size */
    flex-shrink: 1; /* Allows the second child to shrink if necessary, not usually needed if it takes up less space */
    flex-basis: auto; /* Takes up space based on its content */
    max-width: 33%;
}

.csv-import-options {
    display: flex;
    flex-direction: row;
}
