html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    margin: 0;
    background-color: #252631;
    padding: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
@-webkit-keyframes blinkingClickableArea {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blinkingClickableArea {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.vl-body.with-header #offcanvasTopNavigation {
    height: var(--bs-brand-navbar-height);
    border-bottom: 0;
}
.vl-body.with-header #offcanvasTopNavigation .offcanvas-body {
    padding: 0;
}
.vl-body.with-header.secondary-enabled #offcanvasTopNavigation {
    height: calc(var(--bs-brand-navbar-height) + var(--bs-brand-navbar-height-secondary));
    border-bottom: 0;
}
.vl-body .action-wraper {
    top: 2rem;
}
.vl-body.with-header .action-wraper.offcanvas-enabled {
    top: calc(var(--bs-brand-navbar-height) + 2rem);
}
.vl-body.with-header.secondary-enabled .action-wraper.offcanvas-enabled {
    top: calc(var(--bs-brand-navbar-height) + var(--bs-brand-navbar-height-secondary) + 2rem);
}
/* Zamjenjen height: -webkit-fill-available */
.virtual-location-container video {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    object-fit: fill;
}
.virtual-location-container img {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
}
.virtual-location-container-backround,
.virtual-location-container-transition {
    position: absolute;
    top: 0;
    left: 0;
}
.virtual-location-container-backround.active,
.virtual-location-container-transition.active {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.virtual-location-container-backround.inactive,
.virtual-location-container-transition.inactive {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}
.action-wraper {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    visibility: visible;
    width: 100vw;
}
.action-wraper.p-center {
    opacity: 0;
    z-index: 1028;
}
.action-wraper.p-right,
.action-wraper.p-forward {
    opacity: 1;
    z-index: 1029;
}
.tooltip-wraper {
    margin-left: 0.5rem;
    display: inline-block;
}
.action-btn {
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    width: 2rem;
    height: 2rem;
    border: unset;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 25%);
    cursor: pointer;
    padding: 0.5rem 0;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.action-btn svg {
    vertical-align: baseline;
}
.action-btn:not(:first-child) {
    margin-left: 0.5rem;
}
.action-btn,
.action-btn:active,
.action-btn:focus {
    background-color: rgb(255 255 255 / 50%);
}
.action-btn:hover {
    background-color: rgb(255 255 255 / 85%);
}
.action-btn.close-modal {
    position: absolute;
    top: 0;
    right: 0.75rem;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    width: 4rem;
    height: 4rem;
}
#exit-full-screen {
    display: none;
}
#enter-full-screen {
    display: inline-block;
}
.overlay-clickable-areas .item {
    position: absolute;
    opacity: 0;
    z-index: 10;
    border-radius: 0.5rem;
    background-color: rgba(255 255 255 / 50%);
    cursor: pointer;
    color: transparent;
}
.overlay-clickable-areas .item:hover {
    transition: all 0.5s ease;
    opacity: 0.5;
    border: 1px solid var(--bs-white);
    background-color: rgba(255 255 255 / 20%);
}
.overlay-clickable-areas .item.animate {
    transform-origin: 50% 50%;
    background-color: rgba(255 255 255 / 50%) !important;
    -webkit-animation: blinkingClickableArea 0.8s 0.1s cubic-bezier(.5,.5,0,1);
    -moz-animation: blinkingClickableArea 0.8s 0.1s cubic-bezier(.5,.5,0,1);
    -o-animation: blinkingClickableArea 0.8s 0.1s cubic-bezier(.5,.5,0,1);
    animation: blinkingClickableArea 0.8s 0.1s cubic-bezier(.5,.5,0,1);
}
.overlay-clickable-areas .embed-link {
    position: absolute;
    opacity: 1;
    z-index: 10;
    border-radius: 0.5rem;
    background-color: rgb(255 255 255 / 50%);
    cursor: pointer;
    color: transparent;
}
#clickable-area-modal.modal {
    height: 93%;
    padding: 0 !important; /* override inline padding-right added from js */
}
#clickable-area-modal.modal .modal-dialog {
    margin: 5rem auto 0 auto;
    width: 80%;
    max-width: none;
    height: 80%;
}
#clickable-area-modal.modal .modal-content {
    height: 100%;
    border: 0;
    background-color: transparent;
}
#clickable-area-modal.modal .modal-body {
    height: 100%;
    background-color: transparent;
    padding: 0;
    overflow-y: hidden;
}
.preloader {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: var(--bs-white);
}
.preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.preloader-message {
    margin-top: 1rem;
    margin-bottom: 0;
}
@media all and (max-width: 991.98px) {
    .vl-body .action-wraper {
        top: 1rem;
    }
    .vl-body.with-header #offcanvasTopNavigation {
        height: var(--bs-brand-navbar-height-mobile);
    }
    .vl-body.with-header .action-wraper.offcanvas-enabled,
    .vl-body.with-header.secondary-enabled #offcanvasTopNavigation {
        top: calc(var(--bs-brand-navbar-height-mobile) + 1rem);
    }
}
/* CSS that you want to apply or alter in the fullscreen mode */
@media all and (display-mode: fullscreen) {
    #exit-full-screen {
        display: inline-block;
    }
    #enter-full-screen {
        display: none;
    }
}
