@qispace/vue3-player 0.3.33 → 0.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-components/src/components/structureChooser/VStructureChooser.vue.d.ts +19 -1
- package/dist/vue-components/src/components/virtualTour/VVirtualTour.vue.d.ts +8 -0
- package/dist/vue-components/style.css +1 -1
- package/dist/vue-components/vue3-player.js +2948 -2914
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { StructureChooserData } from './types';
|
|
2
|
+
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample, StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
2
3
|
import { ColorCallback, CdnFileResolverCallback, I18NConfig, Pos } from '../types';
|
|
3
4
|
import { ApartmentChooserDataLegacy, ApartmentChooserDataV5, BuildingChooserDataLegacy, BuildingChooserDataV5 } from '../../vue-components';
|
|
4
5
|
|
|
@@ -28,7 +29,24 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
28
29
|
mobileBreakpoint: number;
|
|
29
30
|
showVersion: boolean;
|
|
30
31
|
showUi: boolean;
|
|
31
|
-
}>, {
|
|
32
|
+
}>, {
|
|
33
|
+
getState: () => {
|
|
34
|
+
currentCamera: StructureChooserDataCameraStill;
|
|
35
|
+
currentDay: StructureChooserDataCameraDay;
|
|
36
|
+
currentTime: StructureChooserDataCameraDayTimeSample;
|
|
37
|
+
currentTransition: {
|
|
38
|
+
filename: string;
|
|
39
|
+
};
|
|
40
|
+
currentScene: number;
|
|
41
|
+
};
|
|
42
|
+
setState: ({ currentCamera: theCurrentCamera, currentDay: theCurrentDay, currentTime: theCurrentTime, currentTransition: theCurrentTransition, currentScene: theCurrentScene, }: {
|
|
43
|
+
currentCamera: any;
|
|
44
|
+
currentDay: any;
|
|
45
|
+
currentTime: any;
|
|
46
|
+
currentTransition: any;
|
|
47
|
+
currentScene: any;
|
|
48
|
+
}) => void;
|
|
49
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
50
|
onError: (error: Error) => void;
|
|
33
51
|
onClick: (structureId: string, goToScene: () => void) => void;
|
|
34
52
|
onHoverOver: (structureId: string) => void;
|
|
@@ -3,6 +3,10 @@ import { CdnFileResolverCallback, I18NConfig } from '../types';
|
|
|
3
3
|
import { ApartmentJson, PlayerSettings } from './types';
|
|
4
4
|
import { StructureChooserDataCameraDay } from '../structureChooser/types/StructureChooserData';
|
|
5
5
|
|
|
6
|
+
declare function getCurrentRotation(): any;
|
|
7
|
+
declare function setCurrentRotation(rotation: [number, number, number, string]): any;
|
|
8
|
+
declare function getCurrentFov(): any;
|
|
9
|
+
declare function setCurrentFov(rotation: number): any;
|
|
6
10
|
declare function setCurrentCamera(cameraId: string): void;
|
|
7
11
|
declare function updateSelectedInterior(value: string): void;
|
|
8
12
|
declare function takeSnapshot(): Promise<CameraSnapshot>;
|
|
@@ -69,6 +73,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
69
73
|
updateSelectedInterior: typeof updateSelectedInterior;
|
|
70
74
|
takeSnapshot: typeof takeSnapshot;
|
|
71
75
|
setCurrentCamera: typeof setCurrentCamera;
|
|
76
|
+
getCurrentRotation: typeof getCurrentRotation;
|
|
77
|
+
setCurrentRotation: typeof setCurrentRotation;
|
|
78
|
+
getCurrentFov: typeof getCurrentFov;
|
|
79
|
+
setCurrentFov: typeof setCurrentFov;
|
|
72
80
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
73
81
|
onError: (error: Error) => void;
|
|
74
82
|
saveSettings: (playerSettings: PlayerSettings) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-27d7323f]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-27d7323f]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-27d7323f]{border-radius:10px}}#container[data-v-e6c054c7]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-e6c054c7]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-e6c054c7],svg[data-v-e6c054c7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-e6c054c7] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-e6c054c7]{border-radius:10px}}.v-btn[data-v-44ed308e]{background-color:#fff}.frame-container[data-v-0c291cb9]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-0c291cb9]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-0c291cb9]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-0c291cb9]{visibility:hidden}#image-stack picture.show[data-v-0c291cb9]{visibility:visible}.fill-parent[data-v-0c291cb9]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-7d5e6067]{position:absolute;left:0;top:0;z-index:10;display:flex;transition:transform .1s ease-in-out}.is-not-hoverable[data-v-7d5e6067]{position:relative;width:100%}.v-dialog__content[data-v-7d5e6067]{align-items:flex-start}.zoom-box-container[data-v-3e334a46]{width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-3e334a46]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-34e2e7a2]{padding-top:56.65%;position:relative}.fill-parent[data-v-34e2e7a2]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-34e2e7a2]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-34e2e7a2]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-dbbdc1e0]{position:relative;display:block;z-index:1}img[data-v-ecb88391]{position:relative;display:block;z-index:3}.top-left[data-v-ecb88391]{top:0;left:0}.small[data-v-f2649c45]{font-size:80%}.top-left[data-v-09ccd2d0]{top:0;left:0}div[data-v-09ccd2d0] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-09ccd2d0]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-09ccd2d0]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-09ccd2d0],.v-leave-to[data-v-09ccd2d0]{opacity:0}.v-leave-from[data-v-09ccd2d0],.v-enter-to[data-v-09ccd2d0]{opacity:1}.actions-bar[data-v-0310f66a]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-0310f66a]{flex-basis:25%}.actions-bar>div[data-v-0310f66a]:last-child{flex-basis:50%}.actions-bar[data-v-0310f66a]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-0310f66a]:hover,.mobile .actions-bar[data-v-0310f66a]{opacity:1}.mobile .actions-bar.compact[data-v-0310f66a]{position:relative}.mobile .actions-bar>div[data-v-0310f66a]{flex-basis:50%}.mobile .actions-bar>div[data-v-0310f66a]:last-child{flex-basis:100%}.hover-bar[data-v-0310f66a]{position:absolute}.top-left[data-v-0310f66a]{top:0;left:0}.bottom-right[data-v-0310f66a],.bottom-right-compact[data-v-0310f66a]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-0310f66a]{bottom:inherit;right:0}.v-enter-from[data-v-0310f66a]{opacity:0}.v-enter-active[data-v-0310f66a]{transition:opacity .5s ease}.v-enter-to[data-v-0310f66a]{opacity:1}.sunsim-time-label[data-v-d5a3d3f8]{color:#000;vertical-align:top}.sunsim-date[data-v-d5a3d3f8]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-d5a3d3f8]{margin-top:0}.day-selector[data-v-d5a3d3f8] .v-field__outline{display:none}.day-selector[data-v-d5a3d3f8] .v-field__input{padding-top:2px}.day-selector[data-v-d5a3d3f8] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-d5a3d3f8] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-d5a3d3f8]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-d5a3d3f8]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-d5a3d3f8],.sunsim-date[data-v-d5a3d3f8]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-d5a3d3f8]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-8d357c5f]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-8d357c5f]{opacity:1}.north-indicator[data-v-9be2e160]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-9be2e160]{position:relative}.image-instances[data-v-9be2e160]{position:relative;width:100%;height:100%}canvas[data-v-9be2e160]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-9be2e160]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-9be2e160]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-9be2e160],svg[data-v-9be2e160]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-9be2e160] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-9be2e160] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-9be2e160]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-9be2e160]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-9e4cdd0e]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-5402374e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5402374e]{position:relative}.image-instances[data-v-5402374e]{position:relative;width:100%;height:100%}canvas[data-v-5402374e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5402374e]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-5402374e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5402374e]{margin-top:44px;margin-bottom:44px}}img[data-v-9866b8c2]{position:relative;display:block;z-index:1}.small[data-v-42a733f4]{font-size:80%}.top-left[data-v-61c8ae69]{top:0;left:0}div[data-v-61c8ae69] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-61c8ae69]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-61c8ae69]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-61c8ae69],.v-leave-to[data-v-61c8ae69]{opacity:0}.v-leave-from[data-v-61c8ae69],.v-enter-to[data-v-61c8ae69]{opacity:1}.actions-bar[data-v-47df87bc]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-47df87bc]{flex-basis:25%}.actions-bar>div[data-v-47df87bc]:last-child{flex-basis:50%}.actions-bar[data-v-47df87bc]:hover,.mobile .actions-bar[data-v-47df87bc]{opacity:1}.mobile .actions-bar.compact[data-v-47df87bc]{position:relative}.mobile .actions-bar>div[data-v-47df87bc]{flex-basis:50%}.mobile .actions-bar>div[data-v-47df87bc]:last-child{flex-basis:100%}.hover-bar[data-v-47df87bc]{position:absolute}.top-left[data-v-47df87bc]{top:0;left:0}.bottom-right[data-v-47df87bc],.bottom-right-compact[data-v-47df87bc]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-47df87bc]{bottom:inherit;right:0}.v-enter-from[data-v-47df87bc]{opacity:0}.v-enter-active[data-v-47df87bc]{transition:opacity .5s ease}.v-enter-to[data-v-47df87bc]{opacity:1}.actions-bar[data-v-47df87bc]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-47df87bc]:hover{opacity:1}#player-wrapper[data-v-4e601038]{position:relative;width:100%;height:100%}#player-sizer[data-v-4e601038]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-4e601038]{width:100%;height:100%}.player-control[data-v-4e601038]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-4e601038]{top:10px;left:10px}#controls-top-center[data-v-4e601038]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-4e601038]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-4e601038]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-4e601038]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-4e601038]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-4e601038]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-4e601038]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-4e601038]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.btn-placeholder[data-v-5ce91d8e]{width:36px;height:36px}.v-btn[data-v-5ce91d8e]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-5ce91d8e]{text-transform:capitalize}.v-image[data-v-be1645c7]{background-color:#aaa}.interior-selector-list[data-v-be1645c7]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-be1645c7]{background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item.active[data-v-be1645c7]{border:2px solid #a6d8a8}.interior-selector-list-item[data-v-be1645c7]>.v-list-item__content{overflow:visible!important}.interior-selector-list-item[data-v-be1645c7]:hover{transform:translate(-5px);border:2px solid #4caf50}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-a5e7f474]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-a5e7f474]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-a5e7f474]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-a5e7f474]{min-width:240px}.tablet-mobile-content .box.col[data-v-a5e7f474]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-a5e7f474]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-a5e7f474]{display:none!important}.settings-panel[data-v-bd4f66c3]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-bd4f66c3]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-bd4f66c3]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}#moveableDiv[data-v-1a87ee81]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3;max-width:80vw;max-height:80vh}.anchor[data-v-1a87ee81]{cursor:move}.top-right[data-v-1a87ee81]{position:absolute;top:5px;right:5px;z-index:4}.top-left[data-v-1a87ee81]{position:absolute;top:5px;left:5px;z-index:4}.sizer[data-v-1a87ee81]{overflow:hidden;min-width:250px;min-height:300px;max-width:1920px;max-height:1440px}.header-slot[data-v-1a87ee81]{min-height:40px;z-index:3}.body-slot[data-v-1a87ee81]{z-index:1}.footer-slot[data-v-1a87ee81]{z-index:3}.big[data-v-1a87ee81]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.bigger[data-v-1a87ee81]{width:768px;height:660px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-1a87ee81]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.moveable-body[data-v-1a87ee81]{padding-bottom:50px;height:100%;overflow:hidden}.moveable-footer[data-v-1a87ee81]{position:absolute;bottom:0;width:100%;height:50px;background:#fff;z-index:2}@media only screen and (max-width: 600px){.sizer[data-v-1a87ee81]{overflow:hidden;max-width:90%;max-height:80vh}}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-5cdee9d5]{position:relative}.web-minimap[data-v-5cdee9d5]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .2s ease-in}.minimap-background-image[data-v-5cdee9d5]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-5cdee9d5]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-5cdee9d5]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-5cdee9d5]{position:absolute;width:100%;height:100%}.minimap-compass[data-v-d047dca8]{width:50px;border-radius:50%}.ss-wrapper[data-v-52f122f2]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-52f122f2]{width:10%}.slider[data-v-52f122f2]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-52f122f2]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-52f122f2]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-79a93ab0]{position:absolute;right:10px;top:10px;z-index:11}.ss-slider-field[data-v-c06c753d]{min-width:300px;height:38px;width:100%}.small[data-v-c06c753d]{font-size:80%}[data-v-c06c753d] .v-input{margin-top:-4px}[data-v-c06c753d] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-c06c753d] .v-slider-track__background,[data-v-c06c753d] .v-slider-track__fill{background:transparent}.autoplay-btn[data-v-7fd2b4f3]{height:55px!important;display:inline-block}.autoplay-btn.mobile[data-v-7fd2b4f3]{height:40px!important;margin-right:3px}.v-card[data-v-9cc758dc]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-9cc758dc] .v-slide-group__content{justify-content:center}[data-v-9cc758dc] .v-slide-group__next--disabled,[data-v-9cc758dc] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-9cc758dc]{align-items:baseline}.active-apt[data-v-9cc758dc]{border:1.5px solid #4caf50!important}.v-image[data-v-9cc758dc]{border-radius:0!important}.single-waypoint[data-v-9cc758dc]{width:81px;height:54px}.mobile.carousel-button[data-v-9cc758dc]{scale:.7}.mobileWaypoint .single-waypoint[data-v-9cc758dc]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-9cc758dc]{max-width:50vw}.mobileWaypointWrapper[data-v-9cc758dc]{max-width:100vw}.sun-icon-wrapper[data-v-9cc758dc]{position:absolute;display:inline-block;top:0;left:0;width:30px;height:30px;background:#ffffffb9;border-radius:2px}.sun-icon[data-v-9cc758dc]{position:absolute;left:2px;top:2px;color:#ff8c00;font-size:25px;line-height:1}.mobileWaypointWrapper .sun-icon-wrapper[data-v-9cc758dc]{width:20px;height:20px}.mobileWaypointWrapper .sun-icon[data-v-9cc758dc]{font-size:15px}#share-btns-wrapper button[data-v-b6e473f1]{margin:0 8px}.v-btn[data-v-b6e473f1]{background-color:#fff;pointer-events:all}.img-div[data-v-31489804]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-31489804]{background:#fff}.compass-wrapper[data-v-508b264d]{width:50px}.player-and-components-wrapper[data-v-508b264d]{position:relative;width:100%;height:100%}.static-image[data-v-508b264d]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-508b264d]{background:#fff}div#controls-bottom-center>div[data-v-508b264d]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-508b264d]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-508b264d]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-508b264d]{display:none}}.settings-panel[data-v-508b264d]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-508b264d],.v-player.platform-desktop[data-v-508b264d]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}.v-player.platform-mobile[data-v-508b264d]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-508b264d]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-508b264d]{display:none}}.render-version[data-v-508b264d]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.sunsim-slider-desktop[data-v-508b264d]{height:64px}.v-enter-active[data-v-508b264d],.v-leave-active[data-v-508b264d]{transition:opacity .5s ease}.v-enter-from[data-v-508b264d],.v-leave-to[data-v-508b264d]{opacity:0}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}.minimap-compass[data-v-8077dfb5]{position:absolute;right:10px;top:10px;z-index:11}img[data-v-a12a9cdb]{position:relative;display:block;z-index:1}img[data-v-ea8553ab]{position:relative;display:block;z-index:3}.top-left[data-v-ea8553ab]{top:0;left:0}[data-v-743f5faf] .v-btn__content{text-transform:none}.icon-wrapper[data-v-a94daee8]{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:10px;background-color:#fff;display:flex;justify-content:center;align-items:center}.camera-thumbnail-image[data-v-a94daee8]{width:120px;height:67.5px;display:inline-block;background-size:contain;background-position:center center}.still-camera-image[data-v-a94daee8]{position:relative;cursor:pointer;border:2px solid #cfcfcf;border-radius:5px;overflow:hidden;margin:8px}.active-camera[data-v-a94daee8]{border:2px solid #4caf50}.camera-name[data-v-a94daee8]{background:#fff;display:block;text-align:center;left:0;width:100%;bottom:0;position:absolute}.still-camera-thumbnails-wrapper[data-v-a94daee8]{background:#00000054;border-radius:5px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,0,0,.1);transform-origin:bottom center}.mobile[data-v-a94daee8] .still-camera-thumbnails-wrapper[data-v-a94daee8]{border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border:none}.mobile[data-v-a94daee8] .still-camera-image[data-v-a94daee8]{margin:2px;border-radius:4px;border:1px solid #cfcfcf}.mobile[data-v-a94daee8] .camera-name[data-v-a94daee8]{font-size:8px!important}.mobile[data-v-a94daee8] .active-camera[data-v-a94daee8]{border:1px solid #4caf50}.mobile[data-v-a94daee8] .camera-thumbnail-image[data-v-a94daee8]{width:64px;height:36px}.small[data-v-4d44890b]{font-size:80%}[data-v-4d44890b] .v-input{margin-top:-5px}.mobile[data-v-4d44890b] .v-input{margin-top:-6px}[data-v-4d44890b] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-4d44890b] .v-slider-track__background,[data-v-4d44890b] .v-slider-track__fill{background:transparent}.top-left[data-v-6814fbb2]{top:0;left:0}div[data-v-6814fbb2] svg g{transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-6814fbb2]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-6814fbb2]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-6814fbb2],.v-leave-to[data-v-6814fbb2]{opacity:0}.v-leave-from[data-v-6814fbb2],.v-enter-to[data-v-6814fbb2]{opacity:1}.actions-bar[data-v-26b5f370]{position:absolute}.mobile .actions-bar[data-v-26b5f370]:not(.persistent){position:relative}.top-left[data-v-26b5f370]{top:0;left:0}.top-right[data-v-26b5f370]{top:0;right:0}.bottom-left[data-v-26b5f370]{bottom:0;left:0}.bottom-center[data-v-26b5f370]{bottom:0;left:50%;transform:translate(-50%)}.v-enter-from[data-v-26b5f370]{opacity:0}.v-enter-active[data-v-26b5f370]{transition:opacity .5s ease}.v-enter-to[data-v-26b5f370]{opacity:1}.render-version[data-v-26b5f370]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.still-cameras-wrapper[data-v-26b5f370]{transform-origin:bottom center}@media only screen and (min-width: 630px) and (max-width: 960px){.still-cameras-wrapper[data-v-26b5f370]{scale:.6}}@media only screen and (min-width: 960px) and (max-width: 1264px){.still-cameras-wrapper[data-v-26b5f370]{scale:.8}}
|
|
1
|
+
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-27d7323f]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-27d7323f]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-27d7323f]{border-radius:10px}}#container[data-v-e6c054c7]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-e6c054c7]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-e6c054c7],svg[data-v-e6c054c7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-e6c054c7] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-e6c054c7]{border-radius:10px}}.v-btn[data-v-44ed308e]{background-color:#fff}.frame-container[data-v-0c291cb9]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-0c291cb9]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-0c291cb9]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-0c291cb9]{visibility:hidden}#image-stack picture.show[data-v-0c291cb9]{visibility:visible}.fill-parent[data-v-0c291cb9]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-7d5e6067]{position:absolute;left:0;top:0;z-index:10;display:flex;transition:transform .1s ease-in-out}.is-not-hoverable[data-v-7d5e6067]{position:relative;width:100%}.v-dialog__content[data-v-7d5e6067]{align-items:flex-start}.zoom-box-container[data-v-3e334a46]{width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-3e334a46]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-34e2e7a2]{padding-top:56.65%;position:relative}.fill-parent[data-v-34e2e7a2]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-34e2e7a2]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-34e2e7a2]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-dbbdc1e0]{position:relative;display:block;z-index:1}img[data-v-ecb88391]{position:relative;display:block;z-index:3}.top-left[data-v-ecb88391]{top:0;left:0}.small[data-v-f2649c45]{font-size:80%}.top-left[data-v-09ccd2d0]{top:0;left:0}div[data-v-09ccd2d0] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-09ccd2d0]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-09ccd2d0]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-09ccd2d0],.v-leave-to[data-v-09ccd2d0]{opacity:0}.v-leave-from[data-v-09ccd2d0],.v-enter-to[data-v-09ccd2d0]{opacity:1}.actions-bar[data-v-0310f66a]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-0310f66a]{flex-basis:25%}.actions-bar>div[data-v-0310f66a]:last-child{flex-basis:50%}.actions-bar[data-v-0310f66a]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-0310f66a]:hover,.mobile .actions-bar[data-v-0310f66a]{opacity:1}.mobile .actions-bar.compact[data-v-0310f66a]{position:relative}.mobile .actions-bar>div[data-v-0310f66a]{flex-basis:50%}.mobile .actions-bar>div[data-v-0310f66a]:last-child{flex-basis:100%}.hover-bar[data-v-0310f66a]{position:absolute}.top-left[data-v-0310f66a]{top:0;left:0}.bottom-right[data-v-0310f66a],.bottom-right-compact[data-v-0310f66a]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-0310f66a]{bottom:inherit;right:0}.v-enter-from[data-v-0310f66a]{opacity:0}.v-enter-active[data-v-0310f66a]{transition:opacity .5s ease}.v-enter-to[data-v-0310f66a]{opacity:1}.sunsim-time-label[data-v-d5a3d3f8]{color:#000;vertical-align:top}.sunsim-date[data-v-d5a3d3f8]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-d5a3d3f8]{margin-top:0}.day-selector[data-v-d5a3d3f8] .v-field__outline{display:none}.day-selector[data-v-d5a3d3f8] .v-field__input{padding-top:2px}.day-selector[data-v-d5a3d3f8] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-d5a3d3f8] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-d5a3d3f8]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-d5a3d3f8]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-d5a3d3f8],.sunsim-date[data-v-d5a3d3f8]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-d5a3d3f8]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-8d357c5f]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-8d357c5f]{opacity:1}.north-indicator[data-v-9be2e160]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-9be2e160]{position:relative}.image-instances[data-v-9be2e160]{position:relative;width:100%;height:100%}canvas[data-v-9be2e160]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-9be2e160]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-9be2e160]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-9be2e160],svg[data-v-9be2e160]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-9be2e160] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-9be2e160] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-9be2e160]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-9be2e160]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-9e4cdd0e]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-5402374e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5402374e]{position:relative}.image-instances[data-v-5402374e]{position:relative;width:100%;height:100%}canvas[data-v-5402374e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5402374e]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-5402374e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5402374e]{margin-top:44px;margin-bottom:44px}}img[data-v-9866b8c2]{position:relative;display:block;z-index:1}.small[data-v-42a733f4]{font-size:80%}.top-left[data-v-61c8ae69]{top:0;left:0}div[data-v-61c8ae69] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-61c8ae69]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-61c8ae69]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-61c8ae69],.v-leave-to[data-v-61c8ae69]{opacity:0}.v-leave-from[data-v-61c8ae69],.v-enter-to[data-v-61c8ae69]{opacity:1}.actions-bar[data-v-47df87bc]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-47df87bc]{flex-basis:25%}.actions-bar>div[data-v-47df87bc]:last-child{flex-basis:50%}.actions-bar[data-v-47df87bc]:hover,.mobile .actions-bar[data-v-47df87bc]{opacity:1}.mobile .actions-bar.compact[data-v-47df87bc]{position:relative}.mobile .actions-bar>div[data-v-47df87bc]{flex-basis:50%}.mobile .actions-bar>div[data-v-47df87bc]:last-child{flex-basis:100%}.hover-bar[data-v-47df87bc]{position:absolute}.top-left[data-v-47df87bc]{top:0;left:0}.bottom-right[data-v-47df87bc],.bottom-right-compact[data-v-47df87bc]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-47df87bc]{bottom:inherit;right:0}.v-enter-from[data-v-47df87bc]{opacity:0}.v-enter-active[data-v-47df87bc]{transition:opacity .5s ease}.v-enter-to[data-v-47df87bc]{opacity:1}.actions-bar[data-v-47df87bc]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-47df87bc]:hover{opacity:1}#player-wrapper[data-v-4e601038]{position:relative;width:100%;height:100%}#player-sizer[data-v-4e601038]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-4e601038]{width:100%;height:100%}.player-control[data-v-4e601038]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-4e601038]{top:10px;left:10px}#controls-top-center[data-v-4e601038]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-4e601038]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-4e601038]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-4e601038]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-4e601038]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-4e601038]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-4e601038]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-4e601038]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.btn-placeholder[data-v-5ce91d8e]{width:36px;height:36px}.v-btn[data-v-5ce91d8e]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-5ce91d8e]{text-transform:capitalize}.v-image[data-v-be1645c7]{background-color:#aaa}.interior-selector-list[data-v-be1645c7]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-be1645c7]{background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item.active[data-v-be1645c7]{border:2px solid #a6d8a8}.interior-selector-list-item[data-v-be1645c7]>.v-list-item__content{overflow:visible!important}.interior-selector-list-item[data-v-be1645c7]:hover{transform:translate(-5px);border:2px solid #4caf50}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-a5e7f474]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-a5e7f474]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-a5e7f474]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-a5e7f474]{min-width:240px}.tablet-mobile-content .box.col[data-v-a5e7f474]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-a5e7f474]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-a5e7f474]{display:none!important}.settings-panel[data-v-bd4f66c3]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-bd4f66c3]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-bd4f66c3]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}#moveableDiv[data-v-1a87ee81]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3;max-width:80vw;max-height:80vh}.anchor[data-v-1a87ee81]{cursor:move}.top-right[data-v-1a87ee81]{position:absolute;top:5px;right:5px;z-index:4}.top-left[data-v-1a87ee81]{position:absolute;top:5px;left:5px;z-index:4}.sizer[data-v-1a87ee81]{overflow:hidden;min-width:250px;min-height:300px;max-width:1920px;max-height:1440px}.header-slot[data-v-1a87ee81]{min-height:40px;z-index:3}.body-slot[data-v-1a87ee81]{z-index:1}.footer-slot[data-v-1a87ee81]{z-index:3}.big[data-v-1a87ee81]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.bigger[data-v-1a87ee81]{width:768px;height:660px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-1a87ee81]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.moveable-body[data-v-1a87ee81]{padding-bottom:50px;height:100%;overflow:hidden}.moveable-footer[data-v-1a87ee81]{position:absolute;bottom:0;width:100%;height:50px;background:#fff;z-index:2}@media only screen and (max-width: 600px){.sizer[data-v-1a87ee81]{overflow:hidden;max-width:90%;max-height:80vh}}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-5cdee9d5]{position:relative}.web-minimap[data-v-5cdee9d5]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .2s ease-in}.minimap-background-image[data-v-5cdee9d5]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-5cdee9d5]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-5cdee9d5]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-5cdee9d5]{position:absolute;width:100%;height:100%}.minimap-compass[data-v-d047dca8]{width:50px;border-radius:50%}.ss-wrapper[data-v-52f122f2]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-52f122f2]{width:10%}.slider[data-v-52f122f2]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-52f122f2]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-52f122f2]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-79a93ab0]{position:absolute;right:10px;top:10px;z-index:11}.ss-slider-field[data-v-c06c753d]{min-width:300px;height:38px;width:100%}.small[data-v-c06c753d]{font-size:80%}[data-v-c06c753d] .v-input{margin-top:-4px}[data-v-c06c753d] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-c06c753d] .v-slider-track__background,[data-v-c06c753d] .v-slider-track__fill{background:transparent}.autoplay-btn[data-v-7fd2b4f3]{height:55px!important;display:inline-block}.autoplay-btn.mobile[data-v-7fd2b4f3]{height:40px!important;margin-right:3px}.v-card[data-v-9cc758dc]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-9cc758dc] .v-slide-group__content{justify-content:center}[data-v-9cc758dc] .v-slide-group__next--disabled,[data-v-9cc758dc] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-9cc758dc]{align-items:baseline}.active-apt[data-v-9cc758dc]{border:1.5px solid #4caf50!important}.v-image[data-v-9cc758dc]{border-radius:0!important}.single-waypoint[data-v-9cc758dc]{width:81px;height:54px}.mobile.carousel-button[data-v-9cc758dc]{scale:.7}.mobileWaypoint .single-waypoint[data-v-9cc758dc]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-9cc758dc]{max-width:50vw}.mobileWaypointWrapper[data-v-9cc758dc]{max-width:100vw}.sun-icon-wrapper[data-v-9cc758dc]{position:absolute;display:inline-block;top:0;left:0;width:30px;height:30px;background:#ffffffb9;border-radius:2px}.sun-icon[data-v-9cc758dc]{position:absolute;left:2px;top:2px;color:#ff8c00;font-size:25px;line-height:1}.mobileWaypointWrapper .sun-icon-wrapper[data-v-9cc758dc]{width:20px;height:20px}.mobileWaypointWrapper .sun-icon[data-v-9cc758dc]{font-size:15px}#share-btns-wrapper button[data-v-b6e473f1]{margin:0 8px}.v-btn[data-v-b6e473f1]{background-color:#fff;pointer-events:all}.img-div[data-v-31489804]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-31489804]{background:#fff}.compass-wrapper[data-v-45133d35]{width:50px}.player-and-components-wrapper[data-v-45133d35]{position:relative;width:100%;height:100%}.static-image[data-v-45133d35]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-45133d35]{background:#fff}div#controls-bottom-center>div[data-v-45133d35]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-45133d35]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-45133d35]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-45133d35]{display:none}}.settings-panel[data-v-45133d35]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-45133d35],.v-player.platform-desktop[data-v-45133d35]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-45133d35]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-45133d35]{height:100%}}.v-player.platform-mobile[data-v-45133d35]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-45133d35]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-45133d35]{display:none}}.render-version[data-v-45133d35]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.sunsim-slider-desktop[data-v-45133d35]{height:64px}.v-enter-active[data-v-45133d35],.v-leave-active[data-v-45133d35]{transition:opacity .5s ease}.v-enter-from[data-v-45133d35],.v-leave-to[data-v-45133d35]{opacity:0}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}.minimap-compass[data-v-8077dfb5]{position:absolute;right:10px;top:10px;z-index:11}img[data-v-a12a9cdb]{position:relative;display:block;z-index:1}img[data-v-ea8553ab]{position:relative;display:block;z-index:3}.top-left[data-v-ea8553ab]{top:0;left:0}[data-v-743f5faf] .v-btn__content{text-transform:none}.icon-wrapper[data-v-a94daee8]{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:10px;background-color:#fff;display:flex;justify-content:center;align-items:center}.camera-thumbnail-image[data-v-a94daee8]{width:120px;height:67.5px;display:inline-block;background-size:contain;background-position:center center}.still-camera-image[data-v-a94daee8]{position:relative;cursor:pointer;border:2px solid #cfcfcf;border-radius:5px;overflow:hidden;margin:8px}.active-camera[data-v-a94daee8]{border:2px solid #4caf50}.camera-name[data-v-a94daee8]{background:#fff;display:block;text-align:center;left:0;width:100%;bottom:0;position:absolute}.still-camera-thumbnails-wrapper[data-v-a94daee8]{background:#00000054;border-radius:5px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,0,0,.1);transform-origin:bottom center}.mobile[data-v-a94daee8] .still-camera-thumbnails-wrapper[data-v-a94daee8]{border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border:none}.mobile[data-v-a94daee8] .still-camera-image[data-v-a94daee8]{margin:2px;border-radius:4px;border:1px solid #cfcfcf}.mobile[data-v-a94daee8] .camera-name[data-v-a94daee8]{font-size:8px!important}.mobile[data-v-a94daee8] .active-camera[data-v-a94daee8]{border:1px solid #4caf50}.mobile[data-v-a94daee8] .camera-thumbnail-image[data-v-a94daee8]{width:64px;height:36px}.small[data-v-4d44890b]{font-size:80%}[data-v-4d44890b] .v-input{margin-top:-5px}.mobile[data-v-4d44890b] .v-input{margin-top:-6px}[data-v-4d44890b] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-4d44890b] .v-slider-track__background,[data-v-4d44890b] .v-slider-track__fill{background:transparent}.top-left[data-v-6814fbb2]{top:0;left:0}div[data-v-6814fbb2] svg g{transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-6814fbb2]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-6814fbb2]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-6814fbb2],.v-leave-to[data-v-6814fbb2]{opacity:0}.v-leave-from[data-v-6814fbb2],.v-enter-to[data-v-6814fbb2]{opacity:1}.actions-bar[data-v-3c195477]{position:absolute}.mobile .actions-bar[data-v-3c195477]:not(.persistent){position:relative}.top-left[data-v-3c195477]{top:0;left:0}.top-right[data-v-3c195477]{top:0;right:0}.bottom-left[data-v-3c195477]{bottom:0;left:0}.bottom-center[data-v-3c195477]{bottom:0;left:50%;transform:translate(-50%)}.v-enter-from[data-v-3c195477]{opacity:0}.v-enter-active[data-v-3c195477]{transition:opacity .5s ease}.v-enter-to[data-v-3c195477]{opacity:1}.render-version[data-v-3c195477]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.still-cameras-wrapper[data-v-3c195477]{transform-origin:bottom center}@media only screen and (min-width: 630px) and (max-width: 960px){.still-cameras-wrapper[data-v-3c195477]{scale:.6}}@media only screen and (min-width: 960px) and (max-width: 1264px){.still-cameras-wrapper[data-v-3c195477]{scale:.8}}
|