html, body, #container /*, and all other map parent selectors*/ {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#map {
    width: auto;
    height: 100%;
}

.more-padding {
    right: 49.5 !important;
    bottom: 150 !important;
}

#map{ z-index:2; }
#modal{ z-index:3; }
.index {
    z-index:1;
}

.top-buttons {
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    z-index: 1000;
    right: 0;
    top: 0;
}

.buttons-wrap {
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 800;
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
}

.garbade-collection {
    position: absolute;
    right: 75px;
    top: 10px !important;
    z-index: 1001;
}

#add-menu {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
    padding-bottom: 3px;
}

.dropup-filter {
    position: absolute;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-right: 10px;
    bottom: 0;
    right: 0;
    z-index: 1001;
}

#add-filter {
    bottom: 0px;
    right: 0;
    padding: 30px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.imgFilter {
    width: 50px;
    height: 50px;
}

.iconSize {
    width: 30px;
}

.bi.bi-funnel {
    padding-top: 10px;
}

.control {
    margin-top: 20px !important;
}

.dropdown-toggle::after {
    display: none;
}

.canvas {
    display: none;
}

.camera {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.camera .video {
    width: 100%;
    object-fit: cover;
    background-color: #ccc;
    max-width: 475px;
}

.video-content {
    position: absolute;
    bottom: 0px;
}

.retake {
    transform: translate(75%, -50%) !important;
}

.report {
    transform: translate(100%, -50%) !important;
}

.output {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.photo {
    width: 100%;
}

#scan-viewport video {
    width: 100%;
    height: 50%;
    object-fit: cover;
    background-color: #ccc;
    max-width: 475px;
}

.drawingBuffer {
    display: None;
}