@keyframes orbit {
    0% {
        width: 58px;
    }
    100% {
        width: 0px;
    }
}

@-moz-keyframes pulse {
    0% {-moz-transform: scale(0.7, 0.7); }
    33% { opacity: 0; }
    65% { opacity: 1; }
    100% {-moz-transform: scale(1.4, 1.4); opacity: 0; }
}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.7, 0.7); }
    33% { opacity: 0; }
    65% { opacity: 1; }
    100% {-webkit-transform: scale(1.4, 1.4); opacity: 0; }
}
@keyframes pulse {
    0% {transform: scale(0.7, 0.7); }
    33% { opacity: 0; }
    65% { opacity: 1; }
    100% {transform: scale(1.4, 1.4); opacity: 0; }
}

body{
    background-color:#f4f4f4!important;
}

.ca-vr_container
{
    overflow:hidden;
    position: absolute;
    width: calc(100vw + 200px);
    height: 100vh;
    background-color: white;
    cursor: grab;
    margin-left:-200px;
}

.ca-vr_container .ca-ui-loadspinner
{
    position: absolute;
    top:calc(50% - 54px);
    left:200px;
    transform: scale(1.5);
    transform-origin: top center;
    filter: drop-shadow(2px 4px 6px white);
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
}

.ca-vr_container--disabled
{
    pointer-events: none;
    cursor: progress;
}

.ca-vr_load-ani
{
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 88px;
	height: 88px;
	border-radius: 100%;
	animation: cssload-spin ease infinite 4.6s;
    z-index:9;
    transition: opacity 1000ms ease-out;
}

.mfp-removing
{
    opacity:1!important;
}

.ca-vr_drag-hint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    pointer-events:none;
    opacity:1;
    transition: opacity 1s ease;
}

.ca-vr_tooltip {
    padding: 9px 20px;
    font-size: 14px!important;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon-container {
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 9;
    width: 200px;
    height: 100px;
    margin-left: -100px;
    pointer-events: none;
}

.ca-vr_drag-hint .c0161 {}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-0 {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0px;
}

.ca-vr_drag-hint .c0163 {
    position: absolute;
}

.ca-vr_drag-hint .c0165 {
    top: calc(50% - 62px);
    left: 50%;
    width: 78px;
    border: 1px solid #FFFFFF;
    height: 78px;
    z-index: 1000;
    position: absolute;
    border-radius: 50%;
    transform-origin: center;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon-label-container {
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 2005;
    opacity: 1;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
    text-align: center;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.ca-vr_drag-hint_icon-label
{
    background: #00000052;
    padding: 6px 10px;
    border-radius: 3px;
}

.ca-vr_drag-hint .c0158 {
    width: 54px;
    height: 37px;
    margin: -52px auto 0;
    z-index: 1000;
    position: relative;
    background: url(https://ca-v2.s3-ap-southeast-2.amazonaws.com/wcx/event/360-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.ca-vr_drag-hint .c0159 {
    width: 80px;
    border: 2px solid #fff;
    height: 80px;
    margin: -128px auto 0;
    position: relative;
    background: rgba(0, 0, 0, .4);
    border-radius: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_rings {
    top: 14px;
    width: 76px;
    border: 2px solid rbga(0, 0, 0, 0);
    height: 76px;
    margin: -66px auto 0;
    position: relative;
    border-radius: 50%;
}

.ca-vr_drag-hint .c0161 {
    pointer-events: none;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-1 {
    animation: orbit 1s 0s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-2 {
    animation: orbit 1s 0.4s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg);
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-3 {
    animation: orbit 1s 0.8s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 135deg);
}

.ca-vr_playbutton {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 9;
    opacity:0;
    transition: opacity 1s ease;
    text-align: center;
    font-size:80px;
    cursor: pointer;
    pointer-events: none;
}

.ca-vr_playbutton.visible {
    opacity:1;
}

.ca-vr_playbutton_icon-label-container
{
    background: #00000052;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 20px;
    color:white;
}

.ca-vr_logo-container {
    overflow: auto;
    position: fixed;
    top: 0px;
    height: 95px;
    width: 284px;
    z-index: 1042;
}

.ca-vr_logo {
    position: fixed;
    z-index: 999;
    background-size: 100%;
    left: 70px;
    top:33px;
    cursor: pointer;
    user-select: none;
    background-repeat: no-repeat;
    background-position-y:0;
}

.ca-vr_logo-size-sm
{
    width: 220px;
    height: 64px;
}

.ca-vr_logo-size-md
{
    width: 260px;
    height:76px;
}

.ca-vr_logo-size-lg
{
    width: 600px;
    height:76px;
}

.ca-vr_menu-open .ca-vr_logo,.ca-vr_logo-container:hover .ca-vr_logo
{
    z-index:9999;
}

/* .ca-vr_menu-open .ca-vr_logo-size-sm */
.ca-vr_logo-container:hover .ca-vr_logo-size-sm
{
    background-position-y:-64px;
}

/* .ca-vr_menu-open .ca-vr_logo-size-md */
.ca-vr_logo-container:hover .ca-vr_logo-size-md
{
    background-position-y:-76px;
}

.ca-vr_logo-container:hover .ca-vr_logo-size-lg
{
    background-position-y:-76px;
}

.ca-vr_menu-open .ca-vr_logo
{
    background-position-y:0px!important;
}

.ca-vr_menubutton
{
	position:absolute;
	width:32px;
	height:32px;
	top:49px;
	left:30px;
	z-index:9999;
	color:white;
	font-size:30px;
	cursor:pointer;
	opacity:0;
}

.ca-vr_loaded .ca-vr_menubutton
{
	opacity:1;
}

.ca-vr_menu-container
{
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(90deg, #00000070, transparent);
    z-index: 999;
    display:none;
    bottom:0;
    width:300px;
}

.ca-vr_control
{
	width:42px!important;
	height:42px!important;
	border: none;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	line-height:42px;
	cursor:pointer;
	font-size:20px;
	color: #666!important;
    opacity:0;
    transition: opacity 1s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px 1px #0000002e;
    font-weight:600;
}

.ca-vr--showingcontent .ca-vr_roomcontrol,.ca-vr--showingcontent .ca-vr_roomcontrols
{
    opacity: 0!important;
    pointer-events: none;
}

.ca-vr_control.disabled
{
    opacity: 0.4!important;
}

.ca-vr_control_tooltip
{
    content:'';
    position: absolute;
    height:42px;
    line-height:42px;
    right:52px;
    transition:opacity 200ms ease;
    opacity:0;
    text-align: right;
    padding:0 20px;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    pointer-events: none;
    background: #00000066;
    white-space: nowrap;
    align-items: center;
    border-radius: 3px;
    z-index:999;
}

.ca-vr_control:hover .ca-vr_control_tooltip
{
    opacity:1;
}

.ca-vr_control-group
{
	width:42px;
	border: none;
	border-radius: 3px;
    opacity:0;
    transition: opacity 1s ease;
    box-shadow: 0 0 3px 1px #0000002e;
}

.ca-vr_control-group .ca-vr_control
{
    box-shadow:none;
}

.ca-vr_control-group_zoom
{
    height:84px;
}

.ca-vr_control:hover
{
    color:white!important;
    text-decoration: none;
}

.ca-vr_control_motion
{
    top: 44px;
    right: 30px;
    display:none;
}

.ca-vr_control_vr
{
    top: 44px;
    right: 30px;
    display:none;
}

.ca-vr_control_edit
{
    right: 30px;
    display:none;
}

.ca-vr_control_motion svg
{
    width: 28px;
    height: 28px;
}

.pnlm-orientation-button
{
    display:none;
}

.ca-vr_control_motion svg path
{
    fill:#333;
}

.ca-vr_control_motion:hover svg path
{
    fill:white;
}

.ca-vr_control_media-fullscreen
{
    position:absolute;
    left:auto!important;
    top:15px!important;
    right:15px!important;
    font-weight:600;
    opacity: 1;
}

.ca-vr_control_map-reset
{
    position:absolute;
    left:auto!important;
    top:65px!important;
    right:15px!important;
    font-weight:600;
    opacity: 1;
}

.ca-vr_media-fullscreen>iframe
{
    width:100%!important;
    height:100%!important;
}

.ca-vr_media-fullscreen>img
{
    width:100%!important;
}

.ca-vr_control_retToPortal
{
    right: 30px;
    font-weight:600;
}

.ca-vr_menu-open .ca-vr_logo-container
{
    z-index:999;
}

.ca-vr_menu-open .ca-vr_logo,.ca-vr_logo-container:hover .ca-vr_logo
{
    z-index:9999;
}

.ca-vr_menu-scroller
{
    position: absolute;
    top: 120px;
    bottom: 80px;
    overflow-y: auto;
}

*::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

*::-webkit-scrollbar-thumb {
	background:#0000003b;
	border: 0px none #ffffff;
	border-radius: 50px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #00000085;
}

*::-webkit-scrollbar-thumb:active {
	background: #00000085;
}

*::-webkit-scrollbar-track {
	background:transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

*::-webkit-scrollbar-track:hover {
	background:transparent;
}

*::-webkit-scrollbar-track:active {
	background:transparent;
}

*::-webkit-scrollbar-corner{
	background: transparent;
}


.ca-vr_menu-list
{
    margin:0px;
    list-style: none;
    padding-left:20px;
}

.ca-vr_menu-list li
{
}

.ca-vr_menu-list li a
{
    color:white;
    text-decoration: none;
    padding:8px 15px;
    font-size:15px;
    display:inline-block;
    border-radius: 3px;
}

.ca-vr_menu-list li a:hover
{
    background: #00000042;
}

.ca-vr_menu-list li i
{
    padding-right: 10px;
}

.ca-vr_overlay-container
{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:8;
}

.ca-vr_overlay
{
    position:absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events:none!important;
    box-sizing: border-box;
    backface-visibility:hidden!important;
    width:50px;
    height:50px;
}

.ca-vr_overlay_sign
{
    width:1168px!important;
    height:833px!important;
    z-index: 9999!important;
    transform-origin: 0px 0px;
}

.ca-vr_overlay_sign .ca-vr_asset_container
{
    width:100%!important;
    height:100%!important;
    padding:0px!important;
    border-radius:0!important;
    background-color:#ffffff42!important;
}

.ca-vr_overlay_sign .ca-vr_asset_container img
{
    width:100%!important;
    height:100%!important;
    border-radius:6px!important;
    box-shadow: 2px 4px 19px 2px #0000003b;
}

.ca-vr_asset_shadow
{
    pointer-events: none;
    position: absolute;
    background: #0000003b;
    height: 10%;
    bottom: 5px;
    width: 90%;
    border-radius: 50%;
    z-index: 0;
    filter: blur(22px);
}

.ca-vr_overlay_distmax
{
    z-index: 1000!important;
}

.ca-vr_overlay_table
{
    width:1168px!important;
    height:833px!important;
    z-index: 999!important;
}

.ca-vr_overlay_table>.ca-vr_asset_container
{
    display: none!important;
}

.ca-vr_overlay_table .ca-vr_overlay_tabletophalf
{
    z-index: 999!important;
}

.ca-vr_overlay_table .ca-vr_overlay_tabletophalf .ca-vr_asset_container
{
    pointer-events: none;
    z-index: 999!important;
    background: transparent!important;
}

.ca-vr_overlay_tabletophalf_frame
{
    position: absolute;
    background-color: #363439;
    box-shadow: 0 0 4px 2px #363439;
    transform: translateZ(0);
}

.ca-vr_nightmode .ca-vr_overlay_tabletophalf_frame
{
    background-color: #2a3342;
    box-shadow: 0 0 4px 2px #2a3342;
}

.ca-vr_overlay_tabletophalf_edge
{
    pointer-events: none;
    position: absolute;
    left: -100px;
    width: calc(100% + 200px);
    bottom: -350px;
    height: 350px;
}

.ca-vr_overlay_tabletophalf_topframe
{
    height:43px;
    top: 0px;
    width: 100%;
}

.ca-vr_overlay_tabletophalf_leftframe
{
    top:0;
    width:43px;
    left: 0px;
    height:100%
}

.ca-vr_overlay_tabletophalf_rightframe
{
    top:0;
    width:43px;
    right: 0px;
    height:100%
}

.overlay_tabletophalf_0 .ca-vr_overlay_tabletophalf_rightframe,.overlay_tabletophalf_2 .ca-vr_overlay_tabletophalf_rightframe
{
    display: none;
}
.overlay_tabletophalf_1 .ca-vr_overlay_tabletophalf_leftframe,.overlay_tabletophalf_3 .ca-vr_overlay_tabletophalf_leftframe
{
    display: none;
}

.ca-vr_overlay_tabletophalf_bottomframe
{
    height:43px;
    bottom: 0px;
    width: 100%;
}

.ca-vr_overlay_table_leftleg_inner
{
    fill:#3d3332;
}

.ca-vr_nightmode .ca-vr_overlay_table_leftleg_inner
{
    fill:#1d1e22;
}
.ca-vr_overlay_table_leftleg
{
    fill:#444444;
}

.ca-vr_nightmode .ca-vr_overlay_table_leftleg
{
    fill:#22252e;
}

.ca-vr_overlay_table_rightleg_inner
{
    fill:#3d3332;
}

.ca-vr_nightmode .ca-vr_overlay_table_rightleg_inner
{
    fill:#1d1e22;
}

.ca-vr_overlay_table_rightleg
{
    fill:#444444;
}

.ca-vr_nightmode .ca-vr_overlay_table_rightleg
{
    fill:#22252e;
}


.ca-vr_overlay_table_frame
{
    fill:#444444;
}

.ca-vr_nightmode .ca-vr_overlay_table_frame
{
    fill:#22252e;
}

.ca-vr_overlay_table_edge
{
    fill:#4a4a4a;
}

.ca-vr_nightmode .ca-vr_overlay_table_edge
{
    fill:#22252e;
}


.ca-vr_overlay_tabletophalf_glass
{
    position: absolute;
    top:1px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    background: #c9cad2e8;
}

.ca-vr_overlay_tabletophalf_shadow
{
    position: absolute;
    top:330px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    background: #0000002e;
    filter: blur(60px);
}

.ca-vr_overlay_inner
{
    width:100%;
    height:100%;
}

.ca-vr_overlay video
{
    object-fit: fill;
}

.ca-vr_overlay video:hover
{
}

.ca-vr_overlay
{
    pointer-events: none;
    text-align: center;
}

.ca-vr_asset_container>img
{
    cursor:pointer;
    pointer-events: none;
    transform: translateZ(0);
    height: 800px;
}

.ca-vr_asset .ca-vr_asset_container
{
    display: inline-block;
    position: relative;
    pointer-events: all;
    padding:20px;
    border-radius: 30px;
}

.ca-vr_asset .ca-vr_asset_container .ca-vr_custom-overlay_banner-container .ca-vr_overlay_boardimg
{
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
}

.ca-vr_autorotate .ca-vr_asset
{
    transition: none!important;
}

.ca-vr_hotspot .ca-vr_asset_container
{
    border-radius:50%!important;
}

.ca-vr_asset.edit
{
    transition: none!important;
}

.ca-vr_asset.edit .ca-vr_asset_container
{
    background: #3569e091!important;
}

.ca-vr_editor .ca-vr_asset .ca-vr_asset_container:hover
{
    background: #3569e026;
}

.ca-vr_scene_offscreencanvas
{
    position:absolute;
    background:red;
    top:0;
    left:0;
    width:400px;
    height:400px;
}

.ca-vr_overlay_handle
{
    position: absolute;
    border:2px solid #007bff;
    display:none;
    background: white;
    top:0;
    left:0;
    width:8px;
    height:8px;
    z-index: 99999999;
    border-radius: 50%;
    margin:-4px 0 0 -4px;
    pointer-events: all;
}

.ca-vr_overlay_video iframe
{
    position: relative;
    transform: translate(-50%, 50%);
    left: 50%;
    top: -50%;
    min-height: 100%;
    min-width: 100%;
}

.ca-vr_clientlogo
{
    position: absolute;
    top: 0;
    /* left:0; */
    left: 7%;
    max-width: 200px;
    z-index: 999999;
    margin: 30px 0 0 230px;
    transition: left 200ms ease-in-out;
}

.ca-vr_clientlogo_white
{
    filter: brightness(0) invert(1);
}

.ca-vr--showingcontent .ca-vr_clientlogo_white,.ca-vr--welcoming .ca-vr_clientlogo_white
{
    filter: none!important;
}

.ca-vr_custom-overlay_banner-container .ca-vr_overlay_boardimg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ca-vr_overlay_board_heading-container
{
    z-index: 1;
    font-size:74px;
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    bottom:691px;
    font-family: Barlow,sans-serif;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateZ(0);
}

.ca-vr_overlay_board_heading-container.hidden {
    display: none !important;
}

.ca-vr_overlay_board_heading-bg
{
    background:#295261;
    min-height: 109px;
    min-width: 414px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0;
    border-radius: 5px;
}

.ca-vr_overlay_prop_board_easle .ca-vr_overlay_board_heading-container
{
    display:block;
    max-width: 450px;
    margin-left: 20px;
}

.ca-vr_overlay_prop_board_tvstand .ca-vr_overlay_board_heading-container {
    bottom: 818px;
}

.ca-vr_overlay_board_heading
{
    font-size:42px;
    color: white;
    text-align: center;
    font-family: Barlow,sans-serif;
    overflow: hidden;
    padding:0 29px;
    font-weight: 500;
    vertical-align: middle;
    line-height:2;
}

.ca-vr_overlay_boardimg_container
{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}

.ca-vr_overlay_nightlight
{
    display:none;
}

.ca-vr_nightmode .ca-vr_overlay_nightlight
{
    display:block;
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container {
    perspective: 900px;
}
.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container.ca-vr_overlay_boardimg_container_0 {
    clip-path: polygon(14% 7%, 61.5% 7%, 63% 38%, 6% 41%);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container.ca-vr_overlay_boardimg_container_1 {
    clip-path: polygon(72% 9%, 78% 9%, 80% 22%, 74% 22%);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container.ca-vr_overlay_boardimg_container_2 {
    clip-path: polygon(66% 22%, 72% 22%, 74% 37%, 67% 37%);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container.ca-vr_overlay_boardimg_container_3 {
    clip-path: polygon(83% 22%, 90% 22%, 94% 37%, 86% 37%);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container .ca-vr_overlay_boardimg_0 {
    transform: rotateX(50deg) translate(-270px, -470px);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container .ca-vr_overlay_boardimg_1 {
    transform: rotateX(50deg) translate(520px, -587px);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container .ca-vr_overlay_boardimg_2 {
    transform: rotateX(50deg) translate(368px, -453px);
}

.ca-vr_overlay_prop_board_maptable .ca-vr_overlay_boardimg_container .ca-vr_overlay_boardimg_3 {
    transform: rotateX(50deg) translate(712px, -465px);
}

.ca-vr_overlay_prop_board_easle .ca-vr_overlay_nightlight
{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 65px;
    background-image:url(https://ca-v2.s3.ap-southeast-2.amazonaws.com/ca/virtual-editor/assets/boards/board_easle_night_overlay.png);
}

.ca-vr_overlay_prop_board_aframe .ca-vr_overlay_boardimg_container
{
    clip-path: path('M98,79 L245,80 L245,85 L281,85 L281,80 L426,78 L431,536 L94,534');
}

.ca-vr_overlay_prop_board_easle .ca-vr_overlay_boardimg_container
{
    clip-path: path('M22,149 L510,148 L512,496 L335,497 L334,486 L205,486 L205,498 L21,498');
}

.ca-vr_overlay_prop_board_tvstand .ca-vr_overlay_boardimg_container
{
    clip-path: path('M56,57 L379,54  L677,56 L675,379 L379,385 L56,378')
}

.ca-vr_overlay_prop_board_banner .ca-vr_overlay_boardimg_container
{
    clip-path: polygon(9% 0%, 91% 0%, 91% 94%, 9% 93%);
}

.ca-vr_overlay_prop_board_banner .ca-vr_overlay_boardimg_container .ca-vr_overlay_boardimg
{
    transform: translate(-25px, 30px);
}

.ca-vr_snapshotcanvas
{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: opacity 800ms ease-in;
    z-index:10000;

}

.ca-vr_snapshotcanvas--zooming
{
    /* transform: scale(1); */
}

.ca-vr_snapshotcanvas--removing
{
    opacity:0;
}

.ca-vr_asset--removed
{
    opacity: 0!important;
}

.ca-vr_asset {
    opacity:1;
    transition: opacity 500ms ease-out!important;
}

.ca-vr_asset_fadein
{
    transition: opacity 1s ease-out!important;
    opacity:1;
}

.ca-vr_overlay_board_number
{
    font-size: 90px;
    position: absolute;
    color: black;
    text-align: center;
    width: 100px;
    top: 284px;
    left: 281px;
    font-weight: 600;
    font-family: Barlow,sans-serif;
}

.ca-vr_overlay_board_displayimage-container
{
    position: absolute;
    background:linear-gradient(45deg, white, #d0d0d0);
    top: 109px;
    left: -58px;
    width: 714px;
    height: 402px;
    border-radius: 6px;
}

.ca-vr_overlay_board_displayimage-border
{
    position:absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0000001f;
    border-radius: 6px;
}

.ca-vr_overlay_board_displayimage
{
    background-size: contain;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.ca-vr_action-link {
    cursor: pointer;
    z-index: 3;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ca-vr_action-link.disabled-in-editor {
    pointer-events: none;
}

.ca-vr_action-link a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.ca-vr_hotspot_pulse {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	border: 2px solid #FFF;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 20px;
	pointer-events: none;
	opacity: 0;
	animation: pulse 2s ease-out;
	animation-iteration-count: infinite;
    pointer-events: none;
    box-sizing: border-box;
}

.ca-vr_hotspot:hover .ca-vr_hotspot_pulse{
    border-color: transparent!important;
}

.ca-vr_hotspot .ca-vr_tooltip
{
    top: 0!important;
    left: 0!important;
    transform: translate(0%, -50%);
}

@keyframes startArrowFrames {
    0% {
      margin-top: -200px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: -200px;
    }
  }

  @keyframes startArrowOverlayFrames {
      0% {
        margin-top: -600px;
      }
      50% {
          margin-top: -130px;
      }
      100% {
          margin-top: -600px;
      }
    }

.ca-vr_hotspot-startarrow:after,.ca-vr_overlay-startarrow
{
    content:'\f063';
    position:absolute;
    width:50px;
    height:50px;
    font-family: "Font Awesome 5 Pro";
    color: #00a7df;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    animation: startArrowFrames 8s infinite;
    font-weight: 600;
    pointer-events: none;
}

.ca-vr_hotspot-startarrow::after
{
    margin-left: -25px;
    margin-top: -200px;
    font-size: 54px;
}

.ca-vr_hotspot_alwaysshowtooltip .ca-vr_tooltip
{
    opacity:1!important;
}

.ca-vr_overlay-startarrow
{
    font-size: 300px;
    animation: startArrowOverlayFrames 8s infinite;
}

.ca-vr_overlay_allowoverflow
{
    overflow:unset!important;
}




.ca-vr_tooltip
{
    opacity: 1!important;
    font-size: 26px!important;
    color: black;
    line-height: 48px!important;
    pointer-events: all!important;
    cursor: pointer!important;
    font-weight:500;
    z-index: 2;
    top: 71px!important;
    left: 157px!important;
}

@keyframes sliderframes {
    0% {
      left: 0;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }

.ca-vr_overlay_slider
{
    background-position:100%;
    background-size:cover;
}

.ca-vr_overlay_slider_slide
{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position:100%;
    background-repeat: no-repeat;
    border-left:14px solid white;
    animation: sliderframes 10s infinite;
}

.ca-vr_hotspot
{
    z-index:9;
}

.ca-vr_yawline
{
    position: absolute;
    top:0;
    bottom:0;
    width: 1px;
    background-color: #ffffff2e;
    z-index: 999;
}

.ca-vr_pitchline
{
    position: absolute;
    left:0;
    right:0;
    height: 1px;
    background-color: #ffffff2e;
    z-index: 999;
}

.ca-vr_hotspot {
	opacity:1;
	position: absolute;
    /*transition: transform 200ms ease-in-out, opacity 500ms ease-in-out!important;*/
    z-index: 99999;
}

.ca-vr_hotspot:hover .ca-vr_hotspot_dot{
    transform: scale(1.1);
    z-index: 999999;
}

.ca-vr_hotspot_dot {
	width: 100%;
    height: 100%;
    padding:0;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid #FFF;
	color: #FFF;
	cursor:pointer;
    box-sizing: border-box;
    transition: transform 200ms ease-in-out!important;
}

.ca-vr_hotspot_svgicon
{
	width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    overflow:auto!important;
    box-sizing:content-box!important;
    vertical-align:top;
}

.ca-vr_moving .ca-vr_hotspot,.ca-vr_moving .ca-vr_hotspot .ca-vr_tooltip,.ca-vr_moving .ca-vr_asset
{
    pointer-events: none!important;
    transition: none!important;
}

.ca-vr_hotspot-hidden
{
    opacity:0!important;
}

.ca-vr_hotspot:hover {
	z-index:9999999;
}

.ca-vr_tooltip {
	opacity:0;
	position: absolute;
	border-radius: 3px;
	text-align: center;
	max-width: 300px;
	padding: 5px 10px;
	cursor: default;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16.8px;
    margin:0!important;
    top:-20px;
    line-height: 16px;
    pointer-events:none;
    transition: all 200ms ease-in-out;
    transform-origin: center left;
}

.ca-vr_tooltip:hover {
	opacity:1;
}

.ca-vr_hotspot_dot i {
	width: 100%;
    height: 100%;
    line-height:28px;
    display:block!important;
}

.ca-vr_hotspot_dot {
    color:white;
    display:block!important;
    text-decoration:none;
}
.ca-vr_tooltip h3 {
	margin: 0;
	padding: 0;
	font-size: 16.8px;
	font-weight: 500;
}

.ca-vr_tooltip_bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ca-vr_tooltip_label
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding:6px 30px;
}

.ca-vr_tooltip_md:after
{
    border-width: 10px!important;
}

.ca-vr_tooltip_xl:after
{
    border-width: 15px!important;
}

.ca-vr_hotspot-360
{
    width:48px!important;
    height:48px!important;
}

.ca-vr_hotspot-360:before
{
    width:56px!important;
    height:56px!important;
}

.ca-vr_hotspot-360 img
{
    margin:-6px 0 0 -6px;
    width:60px;
}

.ca-vr_hotspot_dev_optsbutton
{
    background: #212529;
    width:20px;
    height:20px;
    margin: 12px 0 0 12px;
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    cursor: pointer;
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    z-index:999;
}
.ca-vr_hotspot_dev_optsbutton:hover
{
    background: #212529;
    z-index:999999;
}

.ca-vr_hotspot_dev_optsbutton:after
{
    content: "\f013";
}

.ca-vr_ca-powered
{
    position:absolute;
    left:30px;
    bottom:30px;
    white-space:nowrap;
    height:16px;
    line-height:16px;
    z-index: 99999;
    background-image:url(https://communityanalytics.com.au/favicon-16x16.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right:20px;
    cursor:pointer;
}

.ca-vr_ca-powered,.ca-vr_ca-powered:hover
{
    color:white;
    text-decoration: none;
}

.ca-vr_overlay_non-interactive
{
    pointer-events:none!important;
    box-shadow:none!important;
}

.ca-vr_overlay_non-interactive:before
{
    content:none;
}

.ca-vr_dev-hotspotpanel
{
    display:none;
    position:absolute;
    width:400px;
    height:200px;
    background:#29292940;
    left:20px;
    bottom:70px;
    z-index: 99;
    border-radius:3px;
    padding:10px;
}

.ca-vr_dev-hotspotpanel:hover
{
    background:#292929e0;
}

.ca-vr_dev-hotspotpanel textarea
{
    background:transparent;
    position:absolute;
    top:36px;
    left:10px;
    right:10px;
    bottom:10px;
    width:calc(100% - 25px);
    outline:none;
    border:none;
    font-family:monospace;
    color:white;
    font-size:12px;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button
{
    display:block;
    width:16px;
    height:16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color:#ffffff78;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin:3px;
    cursor:pointer;
    font-weight:100;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button_active
{
    color:white;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button_active:hover
{
    color:white;
    font-weight:100;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_pointbutton:after{
    content: "\f041";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_areabutton:after{
    content: "\f5cb";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton,.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton{
    float:right;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton:hover,.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton:hover{
    color:white;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton:after{
    content: "\f246";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton:after{
    content: "\f0c5";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_defaultbutton:after{
    content: "\f245";
}

.ca-vr_dev-hotspotpanel textarea::selection{
    background-color:#00000022;
}

.ca-vr_dev-hotspotpanel_optsbutton:after{
    content: "\f013";
}

.ca-vr_dev-hotspotpanel_optspanel
{
    display:none;
    padding:10px;
}

.ca-vr_dev-hotspotpanel_optspanel label,.ca-vr_dev-panel label
{
    font-family:monospace;
    color:white;
    display: inline-block;
    height:22px;
    line-height:22px;
    font-size:12px;
}
.ca-vr_dev-hotspotpanel_optspanel label
{
    width:80px;
}

.ca-vr_dev-panel label
{
    width:140px;
}

.ca-vr_dev-hotspotpanel_optspanel input,.ca-vr_dev-panel input
{
    font-family:monospace;
    color:white;
    background-color:#00000022;
    border:none;
    height:22px;
    outline:none;
    font-size:12px;
    box-sizing: border-box;
}

.ca-vr_dev-hotspotpanel_optspanel input
{
    width: calc(100% - 80px);
}

.ca-vr_dev-panel input
{
    width: calc(100% - 140px);
}

.mfp-bg {
    background-color: #ffffff2e!important;
}

#caDevModal
{
    background:#292929e0;
    border-radius: 4px;
}

.ca-vr_hotspot_xs .ca_hotspot_dot
{
    width:16px!important;
    height:16px!important;
}

.ca-vr_hotspot_sm .ca_hotspot_dot
{
    width:28px!important;
    height:28px!important;
}

.ca-vr_hotspot_md .ca_hotspot_dot
{
    width:32px!important;
    height:32px!important;
}

.ca-vr_hotspot_lg .ca_hotspot_dot
{
    width:48px!important;
    height:48px!important;
}

.ca-vr_hotspot_xl .ca_hotspot_dot
{
    width:80px!important;
    height:80px!important;
}

.ca-vr_hotspot_xl .ca-vr_tooltip_right
{
    top: 2px;
    left: 75px;
    padding-left:10px;
}

.ca-vr_hotspot_scenejump
{
    background-color: transparent!important;
    border:7px solid #ffffffc2;
}

.ca-vr_hotspot_scenejump:before
{
    border:14px solid rgba(255, 255, 255, 0.774);
    width: 135px!important;
    height: 135px!important;
    margin: -30px 0 0 -30px!important;
}

.ca-vr_hotspot_scenejump:hover
{
    background-color: transparent!important;
}

.ca-vr_hotspot_scenejump::before
{
    width:86px!important;
    height:86px!important;
}


#caDevModal .popup-header
{
    background:transparent;
}

#caDevModal .mfp-close
{
    background:transparent!important;
    border:none!important;
    top:0;
}

#caDevModal .mfp-close:hover
{
    background:transparent;
    border:none;
}

#caDevModal .ca-vr_dev-panel_opts
{
    max-height: 200px;
    overflow-y: scroll;
}

.ca-vr_share-panel_button
{
    padding:12px;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 100;
    font-size:40px;
}

.ca-vr_share-panel_button:hover
{
    text-decoration:none;
}

.ca-vr_share-panel_button-facebook:after{
    content: "\f39e";
    color: #007bff;
}

.ca-vr_share-panel_button-twitter:after{
    content: "\f099";
    color: #4d90fe;
}

.ca-vr_share-panel_button-linkedin:after{
    content: "\f0e1";
    color: #2760bd;
}

.ca-vr_share-panel_button-instagram:after{
    content: "\f16d";
    color:#989898;
}

.ca-vr_share-panel_button-youtube:after{
    content: "\f167";
    color: #dc3545;
}

.ca-vr_slidebar, .ca-vr_slidebar_fade
{
    left:0;
    right:0;
    bottom:0;
    position:fixed;
    z-index:9999999;
    opacity:0;
    transition: all 200ms ease-in-out;
}

.ca-vr_slidebar_fade
{
    height:100px;
    background: linear-gradient(0deg, white, transparent);
}

.ca-vr_slidebar
{
    height:80px;
    z-index:9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #00000036;
}

.ca-vr_slidebar_control
{
    width: 48px;
    height: 48px;
    background: #2aaade;
    border-radius: 50%;
    margin: 0 30px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 600;
    font-size:22px;
    line-height:48px;
    color:White;
    text-align: center;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: .5;
}

.ca-vr_slidebar_control.enabled
{
    opacity: 1;
    pointer-events: all;
}

.ca-vr_slidebar_control:hover
{
}

.ca-vr_slidebar_control:after
{
    width: 48px;
    height: 48px;
    text-align: center;
}

.ca-vr_slidebar_prev:after
{
    content: "\f060";
}

.ca-vr_slidebar_next:after
{
    content: "\f061";
}

body.ca-vr_slidebar-enabled .mfp-wrap
{
    height: calc(100% - 80px);
}

.ca-vr_hideonmodal
{
    transition: all 100ms ease-in-out;
}

.ca-vr_hotspot .ca-vr_tooltip_label
{
    padding: 8px 20px;
}

.ca-vr_hotspot .ca-vr_tooltip_label svg path
{
    stroke-width:0;
}

.ca-dialog_beforeafter
{
    list-style-type: none;
    padding:0;
    background-color: white;
}

.ca-dialog_beforeafter li
{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    pointer-events: none;
    opacity:0;
    transition: opacity 0ms ease-in 600ms;
}

.ca-dialog_beforeafter li h2
{
    position: absolute;
    right: 30px;
    top: 30px;
}

.ca-dialog_beforeafter_item--active
{
    opacity:1!important;
    pointer-events: all!important;
    z-index: 1;
    transition: opacity 600ms ease-in 0s!important;
}

.ca-dialog_beforeafter_buttons a
{
    background:black;
    cursor:pointer;
    background: #00000091;
    color: white!important;
    padding: 10px 60px;
    height:44px;
}

.card-thumb-360:after {
    content: url(https://ca-v2.s3-ap-southeast-2.amazonaws.com/vianova/north-east-link-project/360-icon.png);
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    color: #FFF;
    text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ca-dialog_beforeafter_button_before
{
    border-radius: 22px 0 0 22px!important;
}

.ca-dialog_beforeafter_button_after
{
    border-radius: 0 22px 22px 0!important;
}

.ca-dialog_beforeafter_buttons
{
    position:absolute;
    width:400px!important;
    height:50px!important;
    top:auto!important;
    left:calc(50% - 200px)!important;
    bottom:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: transparent!important;
    z-index: 2;
}

.ca-vr--showingcontent .ca-vr_overlay-container, .ca-vr--showingcontent .ca-vr_canvas, .ca-vr--welcoming .ca-vr_canvas
{
    filter:blur(20px);
    transition: all 600ms ease-in-out;
}

.ca-vr--welcoming .ca-vr_overlay:not(.ca-vr_overlay_prop_person--welcoming)
{
    filter:blur(20px);
    transition: all 600ms ease-in-out;
    pointer-events: none;
}

.ca-vr--welcoming .ca-vr_overlay:not(.ca-vr_overlay_prop_person--welcoming) .ca-vr_asset_container
{
    pointer-events: none;
}

.ca-vr--welcoming .ca-vr_hotspot
{
    display:none!important;
}

.ca-ui-vrcontentview
{
}

.ca-ui-vrcontentview_container
{
    position: absolute;
    top:0;
    z-index: 99999999;
    border-radius: 4px;
    background: #ffffffbd;
    box-shadow: 1px 1px 6px 0px #00000054;
    cursor: default;
    transition: all 200ms ease-in-out!important;
}

.ca-vr--welcoming .ca-vr_overlay_prop_person--welcoming
{
    z-index: 9999;
}

.ca-vr--welcoming .ca-vr_overlay_prop_person--welcoming,.ca-vr--welcoming .ca-vr_overlay_prop_person--welcoming .ca-vr_asset_container
{
    pointer-events: none!important;
}

.ca-ui-vrwelcomepopup
{
    position: absolute;
    min-height: 20vh;
    z-index: 9998;
    border-radius: 4px;
    /* overflow:hidden; */
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
    cursor: default;
    max-height:70vh;
    width: 100%;
    max-width: 800px;
    filter: drop-shadow(2px 2px 3px #00000040);
}

.ca-ui-vrwelcomepopup--showing
{
    opacity: 1;
    pointer-events: all;
    user-select: all;
}

.ca-ui-vrwelcomepopup_shim
{
    position: fixed;
    background: #ffffff36;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: zoom-out;
}

.ca-ui-vrwelcomepopup_container
{
    background:white;
    height: inherit;
    max-height: inherit;
    display: flex;
    flex-direction: column;
}

.ca-ui-vrwelcomepopup_header {
    background-color: #15377e;
    padding: 20px;
    color: white;
}

.ca-ui-vrwelcomepopup h1
{
    padding:30px;
    margin:0;
}

.ca-ui-vrwelcomepopup_content
{
    padding:30px;
    line-height: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: inherit;
    min-height:300px;
    border-radius: 4px;
    width: calc(100% - 22px);
}

.ca-ui-vrwelcomepopup_buttoncontainer
{
    padding:20px 30px;
    background:#f0f0f0;
}

.ca-ui-vrwelcomepopup_person-container {
    position: absolute;
    right: -15%;
}

.ca-ui-vrwelcomepopup_person-container img {
    width: 100%;
    max-height: 600px;
}

.ca-vr_texttospeech
{
    display:none;
    position: fixed;
    z-index: 799;
    right: 85px;
    margin: 0 auto;
    top: 172px;
}

.ca-ui-vrcontentview .ca-ui-controlbutton
{
    top: 30px;
    right: 30px;
}

.ca-ui-vrcontentview_container img
{
    max-width:100%;
}

.ca-ui-vrcontentview_container iframe
{
    border:0;
    width:100%;
    max-width:100%;
    height:100%;
}

.ca-ui-vrcontentview:not(.ca-ui-vrcontentview--closed) .ca-ui-controlbutton,.ca-ui-vrcontentview:not(.ca-ui-vrcontentview--closed) .ca-vr_control-group
{
    opacity: 1;
}

.ca-ui-vrcontentview--zoomed .ca-ui-vrcontentview_container
{
    transform: scale(1.5);
    margin-top: 15%;
}

.ca-ui-vrcontentview_shim
{
    position: absolute;
    top:0;
    bottom:0;
    background: transparent;
    left:0;
    right:0;
    display:none;
    z-index: 99;
}

.ca-ui-vrcontentview_scrollarea
{
    position: absolute;
    top:0;
    bottom:0;
    background: #ffffff36;
    left:200px;
    right:0;
    display:none;
    z-index: 99;
    overflow: auto;
    cursor: zoom-out;
}

.ca-ui-vrcontentview_container--resizing
{
    transition: all 400ms ease-in-out;
}

.ca-ui-vrcontentview:not(.ca-ui-vrcontentview--closed) .ca-ui-vrcontentview_container
{
    opacity: 1;
    z-index: 99999999!important;
}

.ca-vr_content_type-default
{

}

.ca-vr_content_type-placeholder
{
}

.ca-vr_content_type-video
{
}

.ca-ui-vrcontentview--closed
{
    opacity: 0;
   pointer-events: none;
}

.ca-vr_overlay_clickarea:hover
{
}

.ca-vr_overlay_nohoverglow:hover
{
    box-shadow:none!important;
}

.ca-vr_hotspot_hidden
{
    display:none;
}

.ca-dialog_gallery .popup-featured-content
{
    padding:15px;
    background-image:none;
}

.ca-dialog_gallery .card-deck
{
    margin:0!important;
}

.ca-dialog_gallery .card
{
    margin:12px;
}

.ca-vr_media-fullscreen
{
    width: 100vw!important;
    height:100vh!important;
}

.ca-dialog_gallery .card-thumb i
{
    position: absolute;
    left: 50%!important;
    top: calc(50% - 30px)!important;
    transform: translate(-50%, -50%);
    font-size:60px!important;
    color:white;
    text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
}

.popup-container-scale
{
    height:100%;
    max-width:1000px;
    max-width:max-content;
}

.popup-container-scale .popup-featured-content
{
    /* height:100%; */
   background:white;
   box-shadow:none!important;
}

.popup-container-scale .popup-featured-content,.popup-container-scale .popup-featured-content img,.popup-container-scale .popup-featured-content iframe
{
    /* height:100%; */
    max-height: inherit;
    border-radius:3px;
}

.ca-dialog_mediahotspot
{
    width: 90px;
    height: 90px;
    background-size: cover;
    border-radius: 4px;
}

.ca-dialog_mediahotspot:hover .ca-dialog_mediahotspot_tooltip
{
    opacity:1;
}

.ca-dialog_mediahotspot
{
    cursor: pointer;
}

.ca-dialog_mediahotspot_tooltip
{
	position: absolute;
	border-radius: 3px;
	text-align: center;
	width: 300px;
	max-width: 200px;
	padding: 10px;
	cursor: default;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
    transform: translate(-50%, -100%);
    margin:0 0 0 43px!important;
    top:-20px;
    box-shadow:0 0 20px 0px #0000002e;
    line-height: 16px;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.ca-dialog_mediahotspot,ca-dialog_mediahotspot .ca-dialog_mediahotspot_tooltip,ca-dialog_mediahotspot:hover,.ca-dialog_mediahotspot_tooltip:hover,ca-dialog_mediahotspot:active,.ca-dialog_mediahotspot_tooltip:active
{
    color:white!important;
}

.ca-dialog_mediahotspot_tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.ca-dialog_mediahotspot_tooltip--bottom
{
    margin:176px 0 0 43px!important;
}

.ca-dialog_mediahotspot_tooltip--bottom:after
{
    margin: 72px 50%;
    border-color:transparent transparent #1aa54d transparent;
}

.ca-dialog_mediahotspot_tooltip:hover
{
    color: white;
    text-decoration: none;
}

.ca-vr_canvas
{
    position: absolute;
    z-index: 0;
    height: 100%;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    touch-action: none;
}

.ca-vr_overlay_prop_person_0 .ca-vr_asset_container>img
{
}

.ca-vr_overlay_prop_board_0 .ca-vr_asset_container>img
{
    width: 600px;
    height: 823px;
}

.ca-vr_overlay_prop_person_1 .ca-vr_tooltip
{
    top: 71px!important;
    left: 217px!important;
}

.ca-vr_overlay_imagesvg
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events: none;
}

.ca-ui-vrroomlayoutview
{
    position: relative;
    height:100%;
}

.ca-ui-vrroomlayoutview .ca-ui-vrroomlayoutview_person
{
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    color: #47525d;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 46px;
    text-align: center;
    line-height: 48px;
}

.ca-ui-vrroomlayoutview .ca-ui-vrroomlayoutview_person:before
{
    content: "\f183";
}

.ca-ui-vrwelcomepopup-enterbutton
{
    border:none;
    padding: 8px 24px;
}

.ca-ui-vrinsetmap
{
    margin:30px 30px 30px 230px!important;
    left:0;
    bottom: 0;
}

.ca-ui-vrinsetmap
{
    position: absolute;
    z-index: 999;
    transition: all 200ms ease-in-out;
}

.ca-ui-vrinsetmap:not(.open)
{
    width: 42px!important;
    height: 42px!important;
}

.ca-ui-vrinsetmap_map-container
{
    opacity: 1;
    overflow: hidden;
    border-radius: 4px;
    height:100%;
}

.ca-ui-vrinsetmap:not(.open) .ca-ui-vrinsetmap_map-container
{
    opacity: 0;
    width: 0px!important;
    height: 0px!important;
}

.ca-ui-vrinsetmap.open
{
    width:auto;
    height:auto;
    box-shadow: 0 0 3px 1px #0000002e;
    border: 2px solid white;
    border-radius: 6px;
    opacity: .8;
    background: white;
    overflow: hidden;
}

.ca-ui-vrinsetmap_map
{
    width: 100%;
    filter: grayscale(1);
    opacity: 1;
}

.ca-ui-vrinsetmap_hotspot
{
    position: absolute;
    top: -100px;
    left: -100px;
    border-radius: 50%;
    cursor:pointer;
    opacity:.8;
    border-width: 4px;
    border-style: solid;
}

.ca-ui-vrinsetmap_hotspot.active .ca-ui-vrinsetmap_fovhotspot_fov
{
    opacity:1;
}

.ca-ui-vrinsetmap_hotspot.active,.ca-ui-vrinsetmap_hotspot:hover
{
    opacity:1;
}

.ca-ui-vrinsetmap:hover
{
    opacity: 1;
}

.ca-ui-vrinsetmap_fovhotspot_fov
{
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #0000001a, transparent, transparent);
    transform-origin: 0 0;
    border-radius: 30px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
}

.ca-ui-vrinsetmap .ca-ui-controlbutton
{
    position: absolute;
    top:4px;
    right:4px;
    z-index: 9999;
    opacity: 1;
}

.ca-ui-vrinsetmap.open .ca-ui-controlbutton .ca-ui-controlbutton_tooltip,.ca-ui-vrinsetmap.closing .ca-ui-controlbutton .ca-ui-controlbutton_tooltip
{
    display:none;
}

.ca-ui-vrinsetmap .ca-ui-vrinsetmap .ca-ui-controlbutton .ca-ui-controlbutton_tooltip
{
    display: block;
}

.ca-ui-vrinsetmap .ca-ui-vrinsetmap_person
{
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    color: #47525d;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 46px;
    text-align: center;
    line-height: 48px;
}

.ca-ui-vrinsetmap .ca-ui-vrinsetmap_person:before
{
    content: "\f183";
}

.ca-ui-vrinsetmap_personhotspot
{
    border:none!important;
    background-color: transparent!important;
}

.ca-ui-vrroomlayoutview
{
    pointer-events: none;
}

.ca-ui-vrroomlayoutview_asset
{
    position: absolute;
    width:100%;
    height:100%;
    border-radius: 50%;
}

.ca-ui-vrroomlayoutview_assetobject
{
    position: absolute;
    background-color: #0000008a;
}

.ca-ui-vrroomlayoutview_asset.active .ca-ui-vrroomlayoutview_assetobject:after
{
    position: absolute;
    content: ' ';
    background-color: #7c99e0;
    border: 8px solid #7c99e0;
    width: 100%;
    height: 100%;
    margin: -8px 0 0 -8px;
    z-index: -1;
    box-sizing: content-box;
    border-radius: 4px;
}

.ca-ui-vrroomlayoutview_assetobject_prop_person
{
    width:4%;
    height:4%;
    border-radius: 50%;
    left: calc(50% - 2%);
}

.ca-ui-vrroomlayoutview_assetobject_prop_board
{
    width:9%;
    height:1.5%;
    border-radius: 20%;
    left: calc(50% - 4.5%);
}

.ca-vr_overlay_drophint
{
    pointer-events: none;
}

.ca-vr_overlay_drophint,.ca-vr_overlay_imagesvg
{
    top:-10px;
    left:-10px;
}

#ca-vr_translate
{
    position: absolute;
    bottom:30px;
    right:30px;
    z-index: 999;
}

#ca-vr_translate .goog-te-gadget-simple
{
    padding: 7px 8px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px #0000002e;
}

.goog-te-menu-frame
{
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 3px 1px #0000002e;
}

.translated-rtl body,.translated-ltr body
{
    top:39px!important;;
    height: calc(100% - 39px)!important;
    min-height: calc(100% - 39px)!important;
}

.translated-rtl .ca-vr_container,.translated-ltr .ca-vr_container
{
    height: calc(100vh - 39px)!important;
}

.goog-te-banner-frame
{
    border:none!important;
    box-shadow:none!important;
}

.ca-ver_popup--heading {
    background-color: rgb(127, 131,136);
    padding: 10px;
    cursor: auto;
    color: white;
}

.ca-ver_popup--body {
    padding: 5px 10px;
    cursor: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
}

.ca-vr_popup-selector_draft {
    color: #c9c9c9;
}

.ca-ver_interest-regions-menu {
    position: absolute;
    top: 2%;
    left: 50%;
    z-index: 9999999999;
}

.ca-ver_interest-regions-menu .menu {
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

.ca-ver_interest-regions-menu .menu li {
    list-style-type: none;
    background: white;
    padding: 5px 10px;
    cursor: pointer;
    color: black;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0.2px solid gray;
    margin-left: -1px;
}

.ca-ver_interest-regions-menu .menu li.selected {
    background-color: #15377e;
    color: white;
}

.ca-ver_interest-regions-menu .menu li:not(.selected):hover {
    background-color: gray;
    color: white;
}

.ca-ver_interest-regions-menu .menu li:first-child {
    border-radius: 5px 0 0 5px;
}

.ca-ver_interest-regions-menu .menu li:last-child {
    border-radius: 0px 5px 5px 0;
}

.ca-ver_hotspot-list-menu {
    position: absolute;
    top: 3%;
    left: 7%;
    z-index: 9999999;
}

.ca-ver_hotspot-list-menu input[type='checkbox'] {
    position: absolute;
    display: block;
    height: 32px;
    width: 40px;
    left:45px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.ca-ver_hotspot-list-menu_button {
    display: block;
    height: 30px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    margin-left: 45px;
}

.ca-ver_hotspot-list-menu_button .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
}

.ca-ver_hotspot-list-menu_button .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
    margin-left: 0px;
}


.ca-ver_hotspot-list-menu_button .line2 {
    transition: transform 0.2s ease-in-out;
}

.ca-ver_hotspot-list-menu_button .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
    margin-left: 0px;
}

.ca-ver_hotspot-list-menu input[type="checkbox"]:checked ~ .menu {
    transform: translateX(-3%);
}

.ca-ver_hotspot-list-menu input[type="checkbox"]:checked ~ .ca-ver_hotspot-list-menu_button {
    border-color: white;
}

.ca-ver_hotspot-list-menu input[type="checkbox"]:checked ~ .ca-ver_hotspot-list-menu_button .line1 {
    transform: rotate(35deg);
    background: white;
    margin-left: 3px;
}

.ca-ver_hotspot-list-menu input[type="checkbox"]:checked ~ .ca-ver_hotspot-list-menu_button .line2 {
    transform: scaleY(0);
}

.ca-ver_hotspot-list-menu input[type="checkbox"]:checked ~ .ca-ver_hotspot-list-menu_button .line3 {
    transform: rotate(-35deg);
    background: white;
    margin-left: 3px;
}

.ca-ver_hotspot-list-menu .menu {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 200px;
    padding-left: 50px;
    position: absolute;
    top: -30px;
    height: 100vh;
    width: 405px;
    transform: translate(-105%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.ca-ver_hotspot-list-menu .menu li {
    color: white;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ca-ver_hotspot-list-menu .menu li i {
    margin-right: 5px;
}

.ca-ver_hotspot-list-menu .menu li a{
    display: block;
    text-decoration: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.ca-vr_container .ca-ui-controlbuttoncontainer.ca-vr_roomcontrols {
    margin-top: 0;
    top: 10%;
}

@media (max-width:1000px)
{
    .ca-ui-vrinsetmap
    {
        max-width: 400px;
    }
}

@media (max-width:900px)
{
    .ca-vr_clientlogo
    {
        max-width: 200px;
        max-height: 80px;
        margin: 10px 0 0 210px;
    }

    .ca-ui-controlbuttoncontainer
    {
        top:20px;
        right:20px;
    }

    .ca-vr_container .ca-ui-loadspinner
    {
        transform: none;
    }

    .ca-vr_asset_shadow, .ca-vr_overlay_tabletophalf_shadow
    {
        display:none;
    }
}

@media (max-width:900px)
{
    .ca-vr_clientlogo
    {
        max-width: 200px;
        max-height: 80px;
        margin: 10px 0 0 220px;
    }

    .ca-ui-controlbuttoncontainer
    {
        top:20px;
        right:20px;
    }

    .ca-ui-vrinsetmap
    {
        margin:10px 10px 10px 220px!important;
    }

    #ca-vr_translate
    {
        bottom: 20px;
        right: 20px;
    }

    .ca-ui-vrwelcomepopup
    {
        right:10px!important;
        top: 10%!important;
        left: 210px;
        bottom: 10%;
        left: 220px!important;
        right: 20px!important;
        z-index: 9999999!important;
    }
}

@media (max-width:500px)
{
    .ca-ui-controlbuttoncontainer
    {
        top:10px;
        right:10px;
    }

    .ca-ui-vrinsetmap
    {
        margin:10px 10px 10px 210px!important;
    }

    #ca-vr_translate
    {
        bottom: 10px;
        right: 10px;
    }

    .ca-vr_container .ca-ui-loadspinner
    {
        transform: none;
    }

    .ca-ui-vrwelcomepopup
    {
        right:10px!important;
        top: 10%!important;
        left: 210px;
        bottom: 10%;
        left: 210px!important;
        right: 10px!important;
        z-index: 9999999!important;
    }
}
