body {
    background-color: black;

}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    min-height: 3.5em;
}

main {
    position: relative;
}

.page-title {
    font-weight: lighter;
}

.nav-link:hover {
    background-color: var(--bs-link-hover-color);
}

#map {

    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%;
    height: 100%; */
}

.drawer {
    position: fixed;
    width: 350px;
    border-left: 1px solid white;
    right: 0;
    /* border: 0; */
    /* height: calc(100% - 60px); */
    bottom: 0;
    z-index: 1000;
    top: 60px;
    max-width: 60%;
}

.drawer-toggle {
    position: relative;
    min-height: 2.5em;

}

.drawer-toggle-button {
    /* border-radius: var(--bs-border-radius);  */
    height: 2em;
    width: 2.5em;
    position: absolute;
    right: 12px;
    bottom: 2px;
    top: 17px;
    zoom: .9;

}

.drawer form {
    width: 100%;
}

.leaflet-control-layers {
    display: none;
}

.accordion {
    --bs-accordion-bg: none;
    color: whitesmoke;
    border: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;

    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.accordion-button {
    color: whitesmoke !important;
}

.accordion-item {
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    border-right: 0;
}

.accordion-header {
    border-left: 0;
    border-right: 0;
}

.accordion-body {
    margin-bottom: 30%;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: whitesmoke;
    --bs-accordion-border-radius: 0;

}

.accordion-full-height {
    flex-grow: 1;
    overflow-y: auto;
}


.accordion-header span {
    margin-left: .4rem;
}

.hide {
    display: none;
}

.search-results>div {
    margin-bottom: 1rem;
    padding: 0.3rem;
    /* background-color: whitesmoke!important; */
    border: 1px solid whitesmoke;
    border-radius: var(--bs-border-radius);

}

.search-results>div:hover {
    background-color: var(--bs-yellow);
    color: black !important;
}

.search-results-selected {
    background-color: var(--bs-yellow);
    color: black !important;
}

.search-spinner {
    text-align: center;
    margin: 1rem;
    width: 100%;
    display: block;
}

.report_progress {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.flash {

    -webkit-animation: flashing-background 1s infinite;
    /* Safari 4+ */
    -moz-animation: flashing-background 1s infinite;
    /* Fx 5+ */
    -o-animation: flashing-background 1s infinite;
    /* Opera 12+ */
    animation: flashing-background 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes flashing-background {

    0%,
    49% {
        background-color: goldenrod;
    }

    50%,
    100% {
        background-color: inherit;
    }
}


.report-map {
    width: 100%;
    height: 150px;
}

.report-map .leaflet-control-attribution {}

.report-map .leaflet-control-zoom {
    display: none;
}

/* .job_card::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    color: black !important;
    --bs-accordion-border-radius: 0;
} */

.layers .form-check {
    display: inline-block;
}

.opacity_box {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: -webkit-fill-available;
    z-index: 10000;
}

.card_report_mean_image,
.legend_mini,
.legend_big,
.mean_big {
    max-width: 100%;
}

.card_report_mean_image {
    max-height: 8rem;
}

.card .content {
    max-height: 8rem;
    overflow: auto;
    /* background-color: lightgrey; */
    display: block;
    padding: .2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border: 1px dotted gray;
    border-radius: .2rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.job_card .leaflet-control-attribution {
    display: none;
}