@import url("https://cdnjs.cloudflare.com/ajax/libs/pannellum/2.5.6/pannellum.css");

.pnlm-cotainer {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
/* ref: https://stackoverflow.com/a/42508425/13930800 */
.pnlm-container *:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.pnlm-hotspot {
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/map_cursor.svg");
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: 40px 40px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
}
/* for browsers larger than 767px */
@media screen and (min-width: 767px) {
    .pnlm-container.is-full .pnlm-hotspot {
        height: 84px;
        width: 84px;
        background-size: 80px 80px;
    }
}
.pnlm-hotspot .pnlm-pointer {
    width: auto !important;
    display: inline-block !important;
    white-space: nowrap;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: -10px;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    max-width: none;
}
.pnlm-panorama-info {
    bottom: auto;
    top: 0;
    border-radius: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.pnlm-title-box {
    padding: 0;
    margin: 0;
}
.spot-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    cursor: pointer;
    transition: 0.5s;
}
.spot-menu.hidden-controls {
    transform: translateY(100%);
    transition: 0.5s;
}
.controls {
    position: absolute;
    box-sizing: border-box;
    left: 10px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px 4px 0 0;
}
.controls div {
    display: inline-block;
}
.ctrl-group {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ctrl-group .ctrl {
    margin: 4px 5px;
    border-radius: 50%;
}
.ctrl-group .ctrl:first-child {
    margin-left: 10px;
}
.ctrl-group .ctrl:last-child {
    margin-right: 10px;
}
.ctrl-group .ctrl:hover {
    box-shadow: 0 0 4px #ffffff;
}
#menu-toggle {
    width: 32px;
    height: 32px;
    margin: 4px;
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/arrow_down.svg");
}
.spot-menu.hidden-controls #menu-toggle {
    transform: scaleY(-1);
}
#zoom-in {
    width: 32px;
    height: 32px;
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/plus.svg");
}
#zoom-out {
    width: 32px;
    height: 32px;
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/minus.svg");
}
#fullscreen {
    width: 32px;
    height: 32px;
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/expand.svg");
}
.pnlm-container.is-full #fullscreen {
    background-image: url("/wp-content/themes/kuiso/filesdir/images/housing/vr/shrink.svg");
}
.spots {
    overflow-x: scroll;
    white-space: nowrap;
}
.spots.grabbing {
    cursor: grabbing;
}
.spot {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 120px;
    height: 60px;
    margin: 10px 6px;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spot div {
    display: block;
    box-sizing: border-box;
    padding: 2px;
    line-height: 1.2em;
    word-wrap: break-word;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
}
.spot:first-child {
    margin-left: 10px;
}
.spot:last-child {
    margin-right: 10px;
}
.spot:hover {
    box-shadow: 0 0 4px #ffffff;
}
.spot.current {
    border: 2px solid #669cff;
}
.spot.current div {
    padding: 0;
}
