/* html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

#map-container {
    height: 800px;
    overflow: scroll;
}
#fp-canvas-container {
    position: relative;
    /* transform-origin: 0px 0px; */
    /* transform: scale(1) translate(0px, 0px); */
}

.fp-img,
.fp-canvas,
.fp-canvas-2 {
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: 1;
}

#fp-map {
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1);
    transition: ease-in-out;
}

#fp-img {
    transition: 0.5s;
    height: 100%;
    width: 100%;
    transform: scale(1);
    top: 0;
    left: 0;
    transition: ease-in-out;
}

.fp-canvas {
    z-index: 2;
    background: #0000000d;
    cursor: crosshair;
}

#fp-map {
    z-index: 2;
}

area {
    display: flex;
    position: absolute;
    justify-content: center;
}

.area-txt {
    /* position: absolute; */
    /* z-index: 99999; */
    font-size: 15px;
    color: white;
    margin-top: 5px;
    /* margin-left: 1px; */
    /* text-align: center; */
}

#save,
#cancel {
    display: none;
}
.required {
    color: red;
}

.nav-tabs {
    background-color: #224795;
    border-radius: 0.3em;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
}

.btn-map {
    background-color: #224795;
    color: white;
}

.btn-map:hover {
    background-color: white;
    color: #224795;
    border: 1px solid #224795;
}

.zoom-btn-dsk {
    right: 0;
    margin-right: 100px;
    position: absolute;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
    color: black;
    width: 35px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

#map-top-content {
    position: absolute;
    z-index: 3;
}

.mapa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    /* z-index: 9999; */
}
