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;
    scrollbar-width: none;
}
@-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;
    }
}
@-webkit-keyframes pulseAudio {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.75;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulseAudio {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.75;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.vl-body.with-header #offcanvasTopNavigation,
.vl-body.with-header #offcanvasBottomNavigation {
    height: var(--bs-brand-navbar-height);
    border-bottom: 0;
}
.vl-body.with-header #offcanvasTopNavigation .offcanvas-body,
.vl-body.with-header #offcanvasBottomNavigation .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: 100%;
    height: -webkit-fill-available;
    pointer-events: none;
    object-fit: cover;
}
.virtual-location-container img {
    width: 100%;
    height: -webkit-fill-available;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
}
.virtual-location-container-backround,
.virtual-location-container-transition {
    display: flex;
    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;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 0);
    transition: all 0.5s ease;
    visibility: visible;
    width: auto;
}
.action-wraper.p-center {
    z-index: 1028;
}
.action-wraper.p-right {
    right: 2rem;
    left: unset !important;
    z-index: 1056;
}
.action-inner-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 19.375rem;
    height: 4rem;
    border-radius: var(--bs-border-radius-pill);
    background-color: var(--bs-white);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navigation-indicator-t {
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    opacity: 1;
    width: 3rem;
    border-top: 4px solid var(--bs-brand-dark);
    border-radius: var(--bs-border-radius);
}
.navigation-indicator-b {
    position: absolute;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: 3rem;
    border-bottom: 4px solid var(--bs-primary);
    border-radius: var(--bs-border-radius);
}
.action-wraper.offcanvas-enabled .navigation-indicator-t {
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.action-wraper.offcanvas-enabled .navigation-indicator-b {
    transition: all 0.2s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.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;
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    border: unset;
    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,
.action-btn:hover,
.action-btn:focus,
.action-btn:active {
    background-color: transparent;
}
.action-btn.disabled {
    cursor: not-allowed;
    color: var(--bs-brand-gray);
    pointer-events: none;
}
.action-btn.navigation {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    border-radius: 50%;
    background-color: var(--bs-brand);
    color: var(--bs-white);
    font-size: 1.5rem;
}
.action-btn.navigation.disabled {
    background-color: var(--bs-brand-gray);
    color: var(--bs-white);
}
.action-btn.close-modal {
    position: absolute;
    top: 0;
    right: 0.75rem;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    width: 4rem;
    height: 4rem;
    background-color: rgb(255 255 255 / 50%);
}
.action-btn.close-modal:hover {
    background-color: rgb(255 255 255 / 85%);
}
#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;
    cursor: pointer;
    color: transparent;
}
.overlay-clickable-areas .item:hover {
    transition: all 0.5s ease;
    opacity: 0.5 !important;
    border: 1px solid var(--bs-white);
    background-color: rgba(255 255 255 / 20%) !important;
}
.overlay-clickable-areas .item.animate {
    transform-origin: 50% 50%;
    -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;
}
.overlay-clickable-areas .embed-link.no-iframe {
    background-color: var(--bs-yellow-100) !important;
    color: var(--bs-warning);
}
#clickable-area-modal.modal {
    height: 93%;
    padding: 0 !important;
}
#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;
}
.field-label {
    margin-bottom: 1.25rem;
    color: var(--bs-brand);
    font-weight: 600;
}
.typing_label {
    font-weight: 500;
}
.typing_label ol,
.typing_label ul {
    max-height: 300px;
    overflow-y: auto;
}
.typing_label ol::-webkit-scrollbar-thumb,
.typing_label ul::-webkit-scrollbar-thumb {
    border: 3px var(--bs-border-style) transparent;
}
.form-text {
    color: var(--bs-body-color);
    font-size: 1rem;
}
.form-text.show-hide {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.form-control.textarea-plain.cntdwn {
    resize: vertical;
}
/* .form-check {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.125rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    background: var(--bs-brand-light);
}
.form-check .form-check-input {
    margin-top: 0;
    margin-left: 0;
}
.form-check .form-check-label{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
} */
#form-modal {
    overflow-y: hidden;
}
#form-modal .modal-content {
    border: 0;
}
/* #form-modal .form-check .form-check-label {
    top: 1rem;
    left: 3.5rem;
}
.form-check .form-check-label span {
    position: absolute;
    margin-top: 1rem;
    margin-left: 3.5rem;
} */
#offcanvasForm.offcanvas.offcanvas-bottom {
    height: 50vh;
}
#offcanvasForm.offcanvas.offcanvas-bottom .form-save,
#offcanvasForm.offcanvas.offcanvas-bottom .offcanvas-body {
    padding: 1rem;
}
#offcanvasForm .offcanvas-body {
    padding: 1.5rem;
    overflow-y: auto;
}
#offcanvasForm .offcanvas-body .form-group li {
    margin-bottom: 0.5rem;
}
#offcanvasForm form > fieldset > .row {
    margin-bottom: 7rem;
}
#offcanvasForm .offcanvas-body .form-save {
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.12);
    background-color: var(--bs-white);
    padding: 1.5rem;
}
#offcanvasForm .offcanvas-body .form-save > div {
    padding-right: 0.25rem;
}
#offcanvasForm .file-custom-label {
    text-overflow: ellipsis;
	overflow: hidden;
}
.audio-and-form-toggler-wraper {
    display: flex;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 3;
    gap: 1rem;
}
#toggleAudio,
#toggleBBBOffcanvas,
#toggleFormOffcanvas {
    z-index: 3;
    width: 3rem;
    height: 3rem;
    border:unset;
    border-radius: 50%;
    background:var(--bs-brand);
    color:white;
}
#toggleAudioHeader {
    display: none;
    width: 3rem;
    height: 3rem;
    border:unset;
    border-radius: 50%;
    background:var(--bs-brand);
    color:white;
}
#toggleAudio.muted,
#toggleAudioHeader.muted {
    animation: pulseAudio 1s infinite;
}
#toggleBBBOffcanvas {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}
#user-list-menu {
    position:fixed;
    bottom:2rem;
    left:2rem;
}
.bbb-user-list.container {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 3;
    width: 480px;
    min-height: 480px;
    border-radius: 1rem 1rem 0 0;
    background:var(--bs-white);
    padding: 2rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}
#confirmCloseFormModal,
#helperFormsModal {
    z-index: 1056;
}
.modal-backdrop.fade.show ~ .modal-backdrop.fade.show {
    z-index: 1055 !important;
}
.form-fields-inner-wraper {
    min-height: 400px;
    max-height: 400px;
    padding-top: 0.5rem;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-brand-dark) var(--bs-white);
}
.form-fields-inner-wraper .field-label {
    color: var(--bs-body-color);
}
.form-fields-inner-wraper::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}
.form-fields-inner-wraper::-webkit-scrollbar-track {
    background: var(--bs-white);
}
.form-fields-inner-wraper::-webkit-scrollbar-thumb {
    background: var(--bs-brand-gray);
}
.form-fields-inner-wraper::-webkit-scrollbar-thumb:hover {
    background: var(--bs-brand-graydark);
}
#previous-form-btn,
#next-form-btn,
#save-form-btn {
    min-width: 7rem;
    max-width: 7rem;
}
#helperBtn {
    opacity: 0.5;
    margin-right: 1.25rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    text-decoration: none;
    line-height: normal;
    color: var(--bs-black);
}
#helperBtn:hover {
    opacity: 0.75;
}
#helperBtn:active,
#helperBtn:focus {
    opacity: 1;
}
@media all and (max-width: 575.98px) {
    .typing_label ol,
    .typing_label ul {
        max-height: unset;
        overflow-y: auto;
    }
    #offcanvasForm form > fieldset > .row {
        margin-bottom: 4rem;
    }
    .audio-and-form-toggler-wraper {
        bottom: 5rem;
    }
    #offcanvasTopNavigation {
        z-index: 9999 !important;
        width: 100vw;
    }
    #offcanvasTopNavigation .offcanvas.offcanvas-end {
        width: 100vw;
        border-left: 0;
    }
}
@media all and (max-width: 991.98px) {
    .vl-body .action-wraper {
        top: 1rem;
    }
    .vl-body.with-header #offcanvasTopNavigation,
    .vl-body.with-header #offcanvasBottomNavigation {
        height: var(--bs-brand-navbar-height-mobile);
        border-bottom: 0;
    }
    .vl-body.with-header #offcanvasTopNavigation .offcanvas-body,
    .vl-body.with-header #offcanvasBottomNavigation .offcanvas-body {
        padding: 0;
    }
    .vl-body.with-header.secondary-enabled #offcanvasTopNavigation,
    .vl-body.with-header.secondary-enabled #offcanvasBottomNavigation {
        height: var(--bs-brand-navbar-height-mobile);
        border-bottom: 0;
    }
    .vl-body.with-header .action-wraper.offcanvas-enabled {
        top: calc(var(--bs-brand-navbar-height-mobile) + 1rem);
    }
    .vl-body.with-header.secondary-enabled .action-wraper.offcanvas-enabled {
        top: calc(var(--bs-brand-navbar-height-mobile) + 1rem);
    }
    #form-modal {
        overflow-y: hidden;
    }
    #form-modal .horizontal-stepper .step-row .step-content {
        scrollbar-width: thin;
        scrollbar-color: var(--bs-brand-dark) var(--bs-white);

    }
    #form-modal .horizontal-stepper .step-row .step-content::-webkit-scrollbar {
        width: 0.25rem;
        height: 0.25rem;
    }
    #form-modal .horizontal-stepper .step-row .step-content::-webkit-scrollbar-track {
        background: var(--bs-white);
    }
    #form-modal .horizontal-stepper .step-row .step-content::-webkit-scrollbar-thumb {
        background: var(--bs-brand-gray);
    }
    #form-modal .horizontal-stepper .step-row .step-content::-webkit-scrollbar-thumb:hover {
        background: var(--bs-brand-graydark);
    }
    #form-modal .horizontal-stepper .step-row .step-content {
        justify-content: flex-start;
    }
    #form-modal .horizontal-stepper .step-row .step-content .step {
        display: flex;
        min-width: 9.375rem;
    }
    #form-modal .form-fields-inner-wraper {
        min-height: 380px;
        max-height: 380px;
        padding-right: 0;
        padding-left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #form-modal .validation-wraper {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
/* 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;
    }
}
