html {
    min-height: 100%;
    position: relative;
}
body {
    height: 100vh;
    content: "";
    clear: both;
    box-sizing: border-box;
    margin: 0;
    background-color: rgb(32, 32, 32);
}
nav {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(294deg, rgba(2, 0, 36, 1) 0%, rgba(122, 7, 179, 1) 100%, rgba(0, 212, 255, 1) 100%);
    background: -webkit-linear-gradient(294deg, rgba(2, 0, 36, 1) 0%, rgba(122, 7, 179, 1) 100%, rgba(0, 212, 255, 1) 100%);
    background: linear-gradient(294deg, rgba(2, 0, 36, 1) 0%, rgba(122, 7, 179, 1) 100%, rgba(0, 212, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00d4ff", GradientType=1);

}
.main {
    width: 100%;
    /* height: calc(100% - 48px); */
    height: 100%;
    position: relative;
}
.admin-controls {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 3;
}
#map {
    z-index: 2;
    width: 100%;
    height: calc(100% - 76px);
    background-color: transparent;
}

#panorama {
    width: 100%;
    height: 100%;
}

.modal-content {
    position: relative;
}

.closeBtnModal {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: rgb(236, 236, 236);
    padding: 1rem;
    border-radius: 100%;
}

.form-control:focus {
    border-color: rgba(255, 0, 200, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 200, 0.075), 0 0 8px rgba(255, 0, 200, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 0, 200, 0.075), 0 0 8px rgba(174, 0, 255, 0.774);
}

/* .leaflet-popup-content-wrapper {
    background-color: gray;
} */
