﻿html,
body {
    margin: 0px;
    padding: 0px;
}

#map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100vh;
    width: 100vw;
}

.custom-div button.selected {
   background-color: #f8f9fa;
}

.static-feedback-desktop {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2100;
    max-width: 350px;
}

@media (max-width: 767.98px) {
    .static-feedback-desktop {
        display: none !important;
    }
}
