.hidden {
    display: none !important;
}

.globe-map-widget-container {
    position: relative;
    background-color: white;
    border-radius: 25px;
    min-height: calc(100% - 200px);
}

.globe-map-widget-container.fullscreen-mobile {
    width: 100%;
    height: 100dvh;
}

.globe-map-widget-container.fullscreen-mobile .map-2d {
    width: 100% !important;
    height: 100dvh !important;
    border-radius: 0 !important;
}

.globe-map-widget-container .btn-open-map {
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent !important;
    border-radius: 18px;
    height: 45px;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 96px;*/
}

.globe-map-widget-container .btn-open-map img {
    width: 45px;
}

.globe-map-widget-container .btn-change-map {
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f5f5f5;
    border-radius: 18px;
    height: 45px;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
}

.globe-map-widget-container .btn-change-map img {
    width: 50px;
}

.globe-map-widget-container .map-2d {
    border-radius: 25px;
}