body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#map-container {
    float: right;
    right: 0px;
    position: absolute;
    z-index: 2;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #000000;
    height: 30vh;
    width: 40vh;
    height: calc(var(--vh, 1vh) * 30);
    width: calc(var(--vh, 1vh) * 40);
    /* resize: both; */
    overflow: hidden;
}

#map-container-header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #0594d5;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.map-box-container {
    position: relative;
    height: 100% !important;
    width: 100% !important;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-container {
    /* position: relative; */
    /* width: 90%; */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#images {
    width:100%;
    overflow-y: scroll;
    height: 55vh;
    height: calc(var(--vh, 1vh) * 55);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    background: #d3d3d3;
  }

#uploaded-image {
    width: 100%;
}

#uploaded-image-sm {
    width: 25vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#report-id {
    display: none;
}

#large-img {
    /* width: 80%; */
    height: 85vh;
    height: calc(var(--vh, 1vh) * 85);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.container {
    position: relative;
    display:inline-block;
}

.container .btn {
    position: absolute;
    bottom: 5px;
    right: 20px;
    padding: 2px 5px;
    border: none;
    border-radius: 0px;
}

#header {
    position: relative;
}
