body,
.ggskin {
    font-family: 'GaramondUSB', 'Noto Sans', sans-serif !important;
}

.iconLabel,
.customFont,
.nodeTitle {
    font-family: Arial, sans-serif !important;
}

.popup_image {
    pointer-events: none !important;
    overflow: visible !important;
}

.popup_image img {
    pointer-events: all !important;
    width: auto !important;
    height: auto !important;
    max-width: 90vw !important;
    max-height: 85vh !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0px !important;
}

.mediaPopup {
    cursor: pointer !important;
    transition: scale 0.2s linear;
    box-shadow: 0px 0px 100px 10px #48abe0;
    animation: shadows 1.5s infinite;
    border-radius: 50%;
}

/* .mediaPopup:hover {
  box-shadow: 0 0 200px 100px #007dc6;
} */

@keyframes shadows {
    0% {
        box-shadow: 0px 0px 20px 10px #007dc6;
    }

    50% {
        box-shadow: 0px 0px 100px 40px #007dc6;
    }

    100% {
        box-shadow: 0px 0px 20px 10px #007dc6;
    }
}

.mediaPopup.active {
    z-index: 20 !important;
}

.mediaPopup::after {
    content: "";
    inset: 0;
    border: 3px solid #fff;
}

#hotspots {
    z-index: auto !important;
}

.Popup_Body>div:first-child {
    max-height: 70vh !important;
}


.categoryCloner .nodeCloner .nodeContainer .nodeTitle {
    font-weight: 500px !important;
}

/* Font Configuration*/
@font-face {
    font-family: 'GaramondUSB';
    src: url('Fonts/GaramondUSB.ttf') format('truetype');
    font-style: normal;
}