:root {
    --cc-z-index: 1000;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*:hover{
    -webkit-transition: all .3s ease;
    transition: all .3s 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;
    bottom: 66px;
    right: 7px;
    width: 60px;
    height: 60px;
    display: none;
    transition: all 0s ease;
}
#btn_return_globe img {
    width: 100%;
    height: 100%;
    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;
}
#btn_list_vt {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
}
#btn_list_vt:hover {
    background: #000;
    color: #fff;
}
#list_vt {
    display: none;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    width: 300px;
    height: auto;
    max-height: calc(100% - 85px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#list_vt::-webkit-scrollbar {
    display: none;
}
#list_vt li {
    padding: 6px 12px;
    font-size: 14px;
    cursor: default;
}
.vt_list_btns {
    white-space: nowrap;
    padding-left: 10px;
    font-size: 16px;
}
.vt_list_btns .badge {
    border: 1px solid #000;
    padding: 6px;
    cursor: pointer;
}
.vt_list_btns .badge:hover {
    background-color: #000;
}
.vt_list_btns .badge:hover i {
    color: white;
}