:root {
    --oc-ex-heading-width: 260px;
    --oc-ex-ratio: 0.91;
    --oc-ex-iheight: 73.5vh;
    --oc-ex-iwidth: calc(var(--oc-ex-iheight) - 3.5vh);
    --oc-ex-board-width: calc(var(--oc-ex-iwidth) * var(--oc-ex-ratio));
    --tvwidth: 281px;
}

.room-popup-frame-background {
    /*opacity: 0;*/
    display: none;
}

.info-hotspot.visible {
    z-index: 1000;
}

.info-hotspot:not(.hotspot-iframe) iframe {
    opacity: 0;
    width: var(--oc-ex-board-width) !important;
    height: var(--oc-ex-iheight);
    pointer-events: none;
}

.info-hotspot:not(.hotspot-iframe).visible iframe {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s;
    /*pointer-events: all;*/
}

.info-hotspot .link-button {
    opacity: 0;
    pointer-events: none;
}

.info-hotspot.visible .link-button {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s;
    pointer-events: all;
}

.info-hotspot .hotspot-button-text {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s !important;
    transition: opacity 0.3s ease-in-out 0.2s !important;
}

.info-hotspot.visible .hotspot-button-text {
    opacity: 1;
    padding: 1rem;
    background: #f06135a0;
    margin-left: calc(calc(calc(var(--oc-ex-board-width) - var(--oc-ex-heading-width)) / 2) * -1);

    -webkit-transition: opacity 0.3s ease-in-out 0.2s !important;
    transition: opacity 0.3s ease-in-out 0.2s !important;
}

#iframetv {
    position: relative;
    background-color: #444;
    width: var(--tvwidth);
    height: calc(var(--tvwidth) * 0.555);
}

#iframetv iframe {
    width: 100%;
    height: 100%;
}

#iframetv.nodrag {
    pointer-events: none;
}

/*--jdi-darker-orange*/

#staticHello {
    /*font-family: Poppins,sans-serif;*/

    --bs-modal-border-color: #044f94;
    --bs-modal-border-width: 2px;
    --bs-modal-width: 700px;

    --bs-modal-padding: 0rem 1.5rem;
    --bs-modal-header-padding: 1.5rem 1.5rem;
    --bs-modal-footer-padding: 1.5rem;
}

#staticHello h1 {
    color: #044f94;
    font-weight: 600;
}

#staticHello p {
    color: black;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

#staticHello p.special {
    color: #044f94;
    font-weight: 600;
}

#staticHello .modal-footer {
    --bs-modal-padding: 1.5rem;
}

#staticHello .modal-footer button {
    background-color: #044f94;
    border-color: #044f94;
    font-weight: 600;
}

#staticHello .modal-footer button:focus,
#staticHello .modal-footer button:hover {
    border-color: #ffd207;
    background: #ffd207;
    color: #111;
}

#staticHello .modal-header {
    border-bottom: 0;
}

#staticHello .modal-footer {
    border-top: 0;
}
