:root {
    --cc-z-index: 1000;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*:hover{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cesiumContainer {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
#loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.cesium-baseLayerPicker-dropDown {
    width: 150px;
    background-color: transparent;
    border: none;
}
.cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-categoryTitle, .cesium-baseLayerPicker-itemLabel {
    display: none;
}
.cesium-baseLayerPicker-choices {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.cesium-viewer .cesium-widget-credits {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 9px;
    width: 280px;
}
.cesium-credit-expand-link {
    text-decoration: none;
}
.cesium-credit-logoContainer {
    pointer-events: none;
    cursor: default;
}
.cesium-credit-logoContainer img {
    width: 80px;
}
.vt-card {
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 300px;
    text-align: center;
    cursor: default;
    opacity: 0;
    z-index: 12;
}
.vt-card:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}
.vt-card:hover {
    border: 1px solid rgba(0,0,0,.5);
}
.vt-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.vt-card .card-img-block img{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.65);
}
.vt-card h5{
    color: #303c5e;
    font-weight: 600;
    font-size: 14px;
}
.vt-card p{
    font-size: 12px;
    font-weight: 300;
}
.ripple-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    font-size: 0;
    z-index: 1000;
    top: 0; left: 0; right: 0; bottom: 0;
}
.card-title {
    text-transform: uppercase;
    margin-bottom: 0;
}
.card-author {
    margin: 0;
    font-style: italic;
}
.card-access {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 6px;
    background-color: white;
    font-size: 10px;
}
.card-text {
    margin-top: 10px;
}
#vt_viewer {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vt_viewer iframe {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}
#btn_return_globe {
    position: absolute;
    z-index: 11;
    display: none;
    transition: all 0s ease;
}
#btn_return_globe img {
    cursor: pointer;
}
.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    pointer-events: none;
}
.logo img {
    height: 40px;
}
.vt-card .card-body {
    padding: 15px;
}
.panorama_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 540px) {
    .vt-card {
        width: 200px;
    }
    .vt-card h5 {
        font-size: 12px;
    }
    .vt-card p {
        font-size: 10px;
    }
    .vt-card .card-text {
        margin-top: 5px;
    }
    .vt-card .card-body {
        padding: 10px;
    }
}
#cookie_consent_preferences {
    position: fixed;
    bottom: 16px;
    right: 0;
    padding: 2px 6px;
    background: white;
    color: black;
    cursor: pointer;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
}
#cookie_consent_preferences span {
    display: none;
}
#cookie_consent_preferences:hover span {
    display: inline-block;
}

/* custom */
#title_district{
    background: var(--background18);
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    left: 8rem;
}

#instructs_modal h3{
    background: var(--background19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}