/*
THEME NAME: Alpha Vision Desktop
AUTHOR: ShooGa marketing
VERSION: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

.interior-selection ul,
.package-modal .package-content .package-slider,
.package-modal .package-content .package-list,
.footer-menu,
.header-icons,
.header-menu,
.ul {
    margin: 0;
    padding: 0;
}

body:after {
    display: none;
    content: url('https://apps.alpha-vision.com/api/vr/icons/fs_blue.svg') url('https://apps.alpha-vision.com/api/vr/icons/invert_fs_blue.svg') url('https://apps.alpha-vision.com/api/vr/icons/fs_white.svg');
}

.interior-selection ul li,
.floordetails ul li,
.package-modal .package-content .package-slider li,
.package-modal .package-content .package-list li,
.footer-menu li,
.header-icons li,
.header-menu li,
.ul li {
    list-style: none;
}

.header-icons li a,
.header-menu li.menu-item a {
    color: inherit;
    text-decoration: none;
}

.header-icons li a:hover,
.header-menu li.menu-item a:hover,
.header-icons li a:focus,
.header-menu li.menu-item a:focus {
    text-decoration: none;
}

/* media-max */
/* media-min */
/* media-min-max */
*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    user-select: none;
}

body.inFrame {
    background: #FFFFFF;
}

body.sticky-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.container-fluid {
    margin: 0 auto;
    padding: 0 16px;
}

.main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

figure {
    margin: 0;
}

.button {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.button:hover {
    cursor: pointer;
}

.button.active {
    border-color: #2678AD;
    color: #2678AD;
}

img {
    height: auto;
    max-width: 100%;
}

img.svg {
    display: none;
}

hr {
    border: 1px solid #D8D8D8;
    margin: 36px 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@keyframes animate-rotate-right {
    0% {
        right: 30.38%;
        transform: rotate(0);
    }

    100% {
        right: 0;
        transform: rotate(-90deg);
    }
}

@keyframes animate-rotate-left {
    0% {
        right: 0;
        transform: rotate(0);
    }

    100% {
        right: 30.38%;
        transform: rotate(90deg);
    }
}

@keyframes animate-slide-right {
    0% {
        opacity: 0;
        right: 30.38%;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes animate-slide-left {
    0% {
        opacity: 0;
        right: 30.38%;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        right: 30.38%;
    }
}

@keyframes animate-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-hidden {
    0% {
        opacity: 1;
        position: absolute;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        position: absolute;
    }
}

@keyframes animate-visible {
    0% {
        opacity: 0;
        position: absolute;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        position: absolute;
    }
}

.header {
    background-color: #FFFFFF;
}

.noheader .builder {
    height: 100vh !important;
}

.header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

.header-logo {
    padding: 13px 0 12px;
}

.header_info {
    float: left;
    margin-left: 15px;
}

.inFrame .header_info {
    display: none;
}

.inFrame.inFullScreen .header_info {
    display: block;
}

.header_info span {
    float: left;
    clear: both;
    font-size: 18px;
    color: #8E8E8E;
    font-weight: 500;
}

#header_menu>span svg {
    display: none;
}

.header-menu {
    position: relative;
}

.header-menu.centerAlign {
    text-align: center;
}

.header-menu li.menu-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 22px 15px 28px;
    position: relative;
    cursor: pointer;
}

.header-menu li.menu-item a,
.sponsor label {
    color: #8E8E8E;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.5s;
}

.header-menu li.menu-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50.65px;
}

li.menu-item.current-menu-item {
    background-color: #2678AD;
    border-color: #2678AD;
    cursor: default;
}

.header-menu li.menu-item.current-menu-item a {
    color: #FFFFFF;
}

.header-menu li.menu-item.current-menu-item a::before {
    background-color: #2678AD;
}

#header_menu {
    position: absolute;
    width: 40vw;
    left: 30vw;
}

div#header_icons {
    margin-right: 20px;
    display: none;
}

div#header_icons.shwShareBtn {
    display: block;
}

.header_community {
    padding: 20px 10px;
}

.header-menu-wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header-menu-wrapper .header-menu {
    left: 0;
    position: relative;
    transition: left 0.5s;
}

.header-menu-wrapper .header-menu.notransition {
    transition: none;
}

.header-slider-controls {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 23px;
    width: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-slider-controls span {
    position: absolute;
    padding: 5px;
    margin: -5px;
}

.header-slider-controls span:hover {
    cursor: pointer;
}

.header-slider-controls span.slide-prev {
    left: -21px;
}

.header-slider-controls span.slide-next {
    right: -21px;
}

.header-slider-controls span svg {
    height: auto;
    width: 10px;
}

.mobCameraList span svg {
    height: 20px;
    width: 15px;
    position: relative;
    top: 3px;
}

.header-slider-controls span svg path,
.mobCameraList span svg path {
    fill: #2678AD;
}

.header-icons {
    padding: 11.78px 0 0;
}

.header-icons li {
    display: none;
    padding: 6px 8.61px;
    position: relative;
}

.header-icons li.share {
    display: inline-flex;
}

.header-icons li a {
    text-align: center;
}

.header-icons li a span {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    left: 50%;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s;
}

.header-icons li a:hover path {
    fill: #2678AD;
}

.header-icons li a:hover span {
    opacity: 1;
}

.footer {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

label.floordetails {
    display: inline-block;
    float: left;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #2678AD;
}

.interior-selection {
    clear: both;
}

.footer.toggled .footer-menu.extended {
    display: block;
}

.footer.toggled .toggle-footer-menu svg {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.footer-inner {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-your-package {
    padding-top: 21px;
}

.select-your-package span {
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.footer-menu li.menu-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.footer-menu li.menu-item.current-menu-item>span {
    color: #2678AD;
}

.footer-menu li.menu-item>span {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 18px 0;
    transition: all 0.5s;
}

.footer-menu li.menu-item>span:hover {
    cursor: pointer;
}

.footer-menu:not(.extended) li.menu-item {
    padding: 0 15px;
}

.footer-menu:not(.extended) li.menu-item>span {
    border-top: 2px solid transparent;
}

.footer-menu:not(.extended) li.menu-item.current-menu-item>span {
    border-color: #2678AD;
    color: #FFFFFF;
}

.footer-menu.extended {
    display: none;
    padding-bottom: 44px;
    padding-top: 8px;
    text-align: center;
}

.footer-menu.extended li.menu-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 16px;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child {
    border-color: #2678AD;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child:after {
    background-color: #2678AD;
    border-color: #2678AD;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child:before {
    opacity: 1;
}

.footer-menu.extended li.menu-item.current-menu-item div:last-child svg path {
    fill: #2678AD;
}

.footer-menu.extended li.menu-item div:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    color: #9A9A9A;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    height: 76px;
    line-height: 17px;
    position: relative;
    width: 85px;
}

.footer-menu.extended li.menu-item div:first-child:after {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    content: "";
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
}

.footer-menu.extended li.menu-item div:first-child:before {
    background-image: url(../images/icons/checkmark.png);
    content: "";
    cursor: pointer;
    height: 10px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: -5px;
    transition: opacity 0.2s;
    width: 12px;
    z-index: 1;
}

.footer-menu.extended li.menu-item div:last-child {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

.footer-menu.extended li.menu-item div:last-child i {
    cursor: pointer;
}

.footer-menu.extended li.menu-item div:last-child i svg {
    height: 11px;
    margin-top: 4px;
    width: auto;
}

.footer-menu.extended li.menu-item div:last-child i svg path {
    fill: #9A9A9A;
}

#footer_menu {
    height: 100%;
    position: relative;
}

.footer-menu-wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 40vw;
}

.footer-menu-wrapper .footer-menu {
    left: 0;
    position: relative;
    transition: left 0.5s;
}

.footer-slider-controls {
    display: none;
    height: 18px;
    left: 50%;
    position: absolute;
    top: 23px;
    width: 40vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-slider-controls span {
    position: absolute;
}

.footer-slider-controls span:hover {
    cursor: pointer;
}

.footer-slider-controls span.slide-prev {
    left: -41px;
}

.footer-slider-controls span.slide-next {
    right: -41px;
}

.footer-slider-controls span svg {
    height: auto;
    width: 6px;
}

.footer-slider-controls span svg path {
    fill: #101010;
}

.toggle-footer-menu {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 21px 0 0;
}

.toggle-footer-menu:hover {
    cursor: pointer;
}

.toggle-footer-menu svg {
    height: 9px;
    margin-left: 11px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: auto;
}

.toggle-footer-menu svg path {
    fill: #101010;
}

.builder {
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.toggle-sidebar {
    position: absolute;
    right: 0 !important;
    top: 0;
}

.package-modal {
    display: none;
}

.package-modal .package-modal-container {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    height: 100%;
    left: 50%;
    max-width: 79.65%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.package-modal .package-modal-container::-webkit-scrollbar {
    display: none;
}

.package-modal .package-modal-container .close-package-modal {
    background-color: #2678AD;
    border: none;
    height: 36px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

.package-modal .package-modal-container .close-package-modal:hover {
    cursor: pointer;
}

.package-modal .package-modal-container .close-package-modal svg {
    height: auto;
    width: 14px;
}

.package-modal .package-modal-container .close-package-modal svg path {
    fill: #FFFFFF;
}

.package-modal .package-content .package-section {
    display: -ms-flexbox;
    display: flex;
}

.package-modal .package-content .package-section.package-section-one {
    margin: 0 -20.73px;
}

.package-modal .package-content .package-section.package-section-one .package-column {
    padding: 0 20.37px;
}

.package-modal .package-content .package-section.package-section-one .package-column:first-child {
    -ms-flex: 62.59%;
    flex: 62.59%;
}

.package-modal .package-content .package-section.package-section-one .package-column:last-child {
    -ms-flex: 37.41%;
    flex: 37.41%;
}

.package-modal .package-content .package-section.package-section-two .package-column:first-child,
.package-modal .package-content .package-section.package-section-four .package-column:first-child {
    -ms-flex: 50%;
    flex: 50%;
}

.package-modal .package-content .package-section.package-section-two .package-column:last-child,
.package-modal .package-content .package-section.package-section-four .package-column:last-child {
    -ms-flex: 50%;
    flex: 50%;
}

.package-modal .package-content .package-title {
    border-bottom: 2px solid #2678AD;
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 6.75px;
    padding-bottom: 17.25px;
}

.package-modal .package-content .package-info {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.package-modal .package-content .package-list {
    margin-top: 30.25px;
}

.package-modal .package-content .package-list li {
    border-top: 1px solid #C8C8C8;
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 8.75px 0 9.25px;
}

.package-modal .package-content .package-list li:before {
    background-color: #2678AD;
    background-image: url(../images/icons/checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 16.05px;
    vertical-align: middle;
    width: 17px;
}

.package-modal .package-content .package-image img {
    width: 100%;
}

.package-modal .package-content .package-section-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.package-modal .package-content p {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.package-modal .package-content .package-slider {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.outerBox {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.innerBox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#alertmessage .innerBox {
    padding: 40px;
    background: #C8C8C8;
    border: 1px solid #000000;
}

#alertmessage {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

#alertmessage label {
    color: red;
    text-shadow: none;
    font-size: 16px;
}

.package-modal .package-content .package-slider li {
    padding: 0 20.5px;
}

.package-modal-overlay {
    background-color: #9B9B9BA1;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.package-small-modal {
    display: none;
}

.package-small-modal .package-small-modal-container {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    left: 50%;
    padding: 0 24px 30px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.package-small-modal .package-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.package-small-modal p {
    color: #8E8E8E;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.package-small-modal .actions {
    text-align: center;
}

.package-small-modal .actions button {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 9px;
}

.package-small-modal .actions button:hover {
    cursor: pointer;
}

.package-small-modal .actions .close-small-modal {
    background-color: transparent;
    border: none;
    color: #2678AD;
    padding: 0;
}

.package-small-modal .actions .toggle-builder-options {
    background-color: #2678AD;
    border: 1px solid #2678AD;
    border-radius: 19px;
    color: #FFFFFF;
    padding: 10px 19px 10px 20px;
}

.builder-image {
    position: relative;
    transition: width 1s;
    width: calc(100% - 500px);
}

.no-floorplan .builder-image {
    width: calc(100%);
}

.no-floorplan aside {
    display: none;
}

.no-floorplan article .toggle-sidebar {
    display: none;
}

.no-floorplan article .fullscreenbtn {
    display: none;
}

.builder-sidebar .builder-options {
    width: 100%;
}

.builder-image figure {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.toggle-sidebar button {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    display: block;
    opacity: 1;
    position: absolute;
    padding: 10px;
    z-index: 1;
}

.toggle-sidebar button.active {
    background-color: #2678AD;
    border-color: #2678AD;
}

.toggle-sidebar button.active span {
    color: #FFFFFF;
}

.toggle-sidebar button.active svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-sidebar button.active svg path {
    fill: #FFFFFF;
}

/*.toggle-sidebar button.animate-rotate-right {
    animation: animate-rotate-right 0.8s forwards;
}

.toggle-sidebar button.animate-rotate-right span {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggle-sidebar button.animate-rotate-left {
    animation: animate-rotate-left 0.8s forwards;
}

.toggle-sidebar button.animate-rotate-left span {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggle-sidebar button:not(.active).animate-slide-right {
    animation: animate-opacity 0.8s forwards, 0.1s animate-slide-right 0.8s forwards;
}

.toggle-sidebar button:not(.active).animate-slide-left {
    animation: animate-opacity 0.8s forwards, 0.1s animate-slide-left 0.8s forwards;
}*/

.toggle-sidebar button:hover {
    cursor: pointer;
}

.toggle-sidebar button svg {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 8px;
}

.toggle-sidebar button svg path {
    fill: #2678AD;
}

.toggle-sidebar button span {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    display: block;
    font-size: 10px;
    line-height: 13px;
    pointer-events: none;
}

.builder-options {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
}

.builder-sidebar {
    position: fixed;
    width: 500px;
    overflow-y: auto;
    height: calc(100% - 70px);
    right: 0;
    background: #FFFFFF;
}

.noheader .builder-sidebar {
    height: 100%;
}

.large-image+.builder-sidebar,
.noheader #header {
    display: none;
}

.phn.inFrame #header_menu {
    left: 35vw;
    right: auto;
    top: 5px;
}

.rooms-buttons {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
    margin-left: 7px;
}

.rooms-buttons .button {
    max-width: 100%;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    text-transform: uppercase;
    width: 120px;
}

.interior-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 20px;
    display: inline-block;
    float: left;
    clear: both;
}

.interior-selection ul li {
    border: 1px solid #F1F1F1;
    padding: 11.5px 20px 11.5px 14px;
}

.interior-selection ul li>input,
.floordetails ul li>input {
    display: none;
}

.interior-selection ul li>input:checked+label svg {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.interior-selection ul li>input:checked+label+.sub-menu,
.interior-selection ul li .sub-menu label.nothumb p,
.floordetails ul li>input:checked+label+.sub-menu,
.floordetails ul li .sub-menu label.nothumb p {
    opacity: 1;
}

.interior-selection ul li>label,
.floordetails ul li>label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.floordetails.sngleRoom ul li>label {
    cursor: default;
}

.floordetails ul li>label {
    justify-content: flex-start;
}

.interior-selection ul li>label span,
.floordetails ul li>label span {
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.floordetails ul li>label span {
    line-height: 18px;
    margin-right: 15px;
    color: #2678AD;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.interior-selection ul li>label svg,
.floordetails ul li>label svg {
    height: 10px;
    transition: transform 0.5s;
    width: auto;
}

.interior-selection ul li>label svg path,
.floordetails ul li>label svg path {
    fill: #2678AD;
}

.interior-selection ul li .sub-menu,
.floordetails ul li .sub-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px;
    opacity: 0;
}

.interior-selection ul li .sub-menu input,
.floordetails ul li .sub-menu input {
    display: none;
}

.interior-selection ul li .sub-menu input:checked+label:after {
    background-color: #2678AD;
    border-color: #2678AD;
}

.interior-selection ul li .sub-menu input:checked+label:before {
    opacity: 1;
}

.interior-selection ul li .sub-menu label,
.floordetails ul li .sub-menu label {
    -ms-flex: 0 calc((100% / 3) - 34px);
    flex: 0 calc((100% / 3) - 34px);
    margin: 0 17px;
    position: relative;
    max-width: calc((100% / 3) - 34px);
}

.floordetails ul li .sub-menu label {
    cursor: pointer;
    -ms-flex: 0 calc(100% - 34px);
    flex: 0 calc(100% - 34px);
    max-width: none;
}

.interior-selection ul li .sub-menu label:hover {
    cursor: pointer;
}

.interior-selection ul li .sub-menu label:hover p {
    opacity: 1;
}

.interior-selection ul li .sub-menu label:after {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
}

.interior-selection ul li .sub-menu label:before {
    background-image: url(../images/icons/checkmark.png);
    content: "";
    height: 10px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: -5px;
    transition: opacity 0.2s;
    width: 12px;
    z-index: 1;
}

.interior-selection ul li .sub-menu input:checked+label.nothumb:after {
    background: none;
    border-color: none;
}

.interior-selection ul li .sub-menu label.nothumb:after {
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    right: auto;
    left: 0px;
    top: 5px;
}

.interior-selection ul li .sub-menu label[data-chkbox="1"].nothumb:after {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}

.interior-selection ul li .sub-menu label.nothumb:before {
    background-image: url(../images/icons/radio-marked.svg);
    background-size: 100%;
    height: 20px;
    right: auto;
    left: 0px;
    top: 5px;
    width: 20px;
}

.interior-selection ul li .sub-menu label[data-chkbox="1"].nothumb:before {
    background-image: url(../images/icons/checkmark.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-color: #2678AD;
}

.interior-selection ul li .sub-menu label img,
.floordetails ul li .sub-menu label img {
    width: 100%;
}

.interior-selection ul li .sub-menu label img {
    border: 1px solid #00000011;
}

.interior-selection ul li .sub-menu label p,
.floordetails ul li .sub-menu label p {
    margin: 0;
    opacity: 1;
    transition: opacity ease-in-out 0.2s;
}

.interior-selection ul li .sub-menu input:checked+label p,
.floordetails ul li .sub-menu input:checked+label p,
.floordetails ul li .sub-menu label p {
    opacity: 1;
}

.interior-selection ul li .sub-menu label p span,
.floordetails ul li .sub-menu label p span {
    color: #000000;
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.interior-selection ul li .sub-menu label p span.color-name,
.floordetails ul li .sub-menu label p span.color-name {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    padding: 0 0 12px;
    font-size: 14px;
    line-height: 14px;
}

.floordetails ul li .sub-menu label p span.color-name {
    padding: 3px 0px;
    /* color: #2678AD; */
    line-height: 18px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: normal;
    float: left;
    background: #FFFFFF;
}

.floordetails ul li .sub-menu label p span.color-name:hover {
    color: #30a9f7;
}

.interior-selection ul li .sub-menu label p span.color-price {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.interior-selection:not(.toggled) {
    display: none;
}

.scene-container {
    width: 100%;
    position: relative !important;
    max-height: 100%;
}

#divLoading .header {
    background: none;
}

.builder-options {
    pointer-events: none;
}

.builder-options.visible {
    pointer-events: all;
    display: block;
}

.scene-container canvas {
    outline-width: 0;
}

.toggle-sidebar label {
    padding: 0;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: white;
    font-size: 16px;
}

.loadingMsg {
    color: Black;
    font-weight: bold;
    width: 40%;
    margin: auto;
    padding-top: 200px;
    text-shadow: none;
    max-width: 500px;
}

.progressBox {
    margin: 5px auto;
    border: 1px solid #949DAD;
    width: 40%;
    height: 0.8em;
    overflow: hidden;
    padding: 1px;
    max-width: 500px;
}

#progress {
    background: #D4E4FF;
    width: 0.5%;
    height: 100%;
    font-size: 0;
    max-width: 98%;
}

#header_menu>span {
    display: none;
}

.interior-selection ul li .sub-menu label.nothumb {
    flex: 0 calc(100% - 34px);
    padding: 5px 0;
    margin-bottom: 10px;
    max-width: none;
}

label.nothumb img {
    display: none;
}

.interior-selection .sub-menu label.nothumb p span.color-name {
    padding: 0;
    padding-left: 30px;
    padding-top: 2px;
}

.fullscreenbtn {
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(https://apps.alpha-vision.com/api/vr/icons/fs_white.svg);
    background-size: 100%;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}

.fullscreenbtn:hover {
    background: url(https://apps.alpha-vision.com/api/vr/icons/fs_blue.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn {
    background: url(https://apps.alpha-vision.com/api/vr/icons/invert_fs_white.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn:hover {
    background: url(https://apps.alpha-vision.com/api/vr/icons/invert_fs_blue.svg);
    background-size: 100%;
}

.disclaimerVrHden,
.disclaimerVr {
    position: absolute;
    left: 10px;
    bottom: 20px;
    right: 40px;
    padding: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.498039);
    z-index: 11111111;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    overflow: hidden;
    z-index: 9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inFrame .disclaimerVr {
    right: 40px;
}

.large-image .disclaimerVr {
    right: 10px;
}

.inFrame .large-image .disclaimerVr {
    right: 50px;
}

#uncollapse_btn,
#collapse_btn {
    float: left;
    cursor: pointer;
    width: 100%;
    height: auto;
    position: absolute;
}


#uncollapse_btn span,
#collapse_btn span {
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAYAAACORR0GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjFBMTE0NTgxM0M4MTFFNEE3NERGRUNGRkNCOUQwRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjFBMTE0NTkxM0M4MTFFNEE3NERGRUNGRkNCOUQwRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMUExMTQ1NjEzQzgxMUU0QTc0REZFQ0ZGQ0I5RDBEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMUExMTQ1NzEzQzgxMUU0QTc0REZFQ0ZGQ0I5RDBEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnmiyAEAAADoSURBVHjaYvz//z8DPQATA53AMLVIUEHTBIjbqWUo0KxSIPbD5iMlIK4ASq6igiVlQKoLiA1QJECpDoQF5DUygPg/EK+GiZGKgXoroGb0o8uhK0yAKlxBhiXlUL092OSxaUiBalhGgiVVUD0TcKnBpTELqnE5CT6ZgU8dPgOSCVmGFCd9hBxEyLVxuOIMyZIeYoKXmPBPRI8zILuaWJ/AMCMxhSowb2QCqWlA3AzEt4F4ERDPfP/gegax+YuR2NIbaFk8kFoA5fYDLSkiJSMzklJNAC1rBFLKQEtiSC0xGEfrI3IBQIABAH0m8jnAtwGbAAAAAElFTkSuQmCC')
        /*../images/hide.png*/
        no-repeat 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    margin: 5px;
    margin-top: 3px;
}

#uncollapse_btn span {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTZGRTczNUExM0M4MTFFNDg4NDZCMDg2NkU3OTZBREUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTZGRTczNUIxM0M4MTFFNDg4NDZCMDg2NkU3OTZBREUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNkZFNzM1ODEzQzgxMUU0ODg0NkIwODY2RTc5NkFERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNkZFNzM1OTEzQzgxMUU0ODg0NkIwODY2RTc5NkFERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PssRCZMAAADfSURBVHjaYvz//z8DPQATA53A4LRIUEGzEYiXkGMRI7FxBLQgHkgtgHL73z+4XkR1HwEtyYRa0gzEcUBcCBSbQZKXQD7ChwXkNRKB+D8QL0MSq4aK9RHSD8OELImDGrgCi1wFVK6HIouABiRDDVqOR00FsT7DZUAWIUuQ1JZD1c4gySKghhT0OCHCsiqonglEWQRUmIArTkjwWQ9ei4AKMqAKV5NqCZY468dqEVAiDKpgFbmWIFlWBjWrDlmcBZqd7gFxBzC3V1JapgHN6AJmZlBxc5OsImi0mkAHAAEGAEYwLGcz/gRyAAAAAElFTkSuQmCC')
        /*../images/show.png*/
        no-repeat 0 0;
    background-size: 100% 100%;
}

.disclaimerVrHden #collapse_btn,
.disclaimerVr #uncollapse_btn,
.disclaimerVrHden #discalimerText {
    display: none;
}

.disclaimerVrHden #uncollapse_btn,
.disclaimerVr #collapse_btn,
.disclaimerVr #discalimerText {
    display: block;
}

.disclaimerVrHden {
    right: auto;
}

#discalimerText {
    text-align: justify;
    padding: 5px 10px;
    text-shadow: none;
    line-height: 15px;
    font-size: 12px;
    margin: 0;
}

.cameraList span {
    background: #FFFFFF;
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.disclmr-on .cameraSection {
    bottom: 3px;
}

.disclmr-on .cameraList span {
    margin-bottom: 0;
}

.cameraSection {
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9;
    transform: translateY(-100%);
    pointer-events: none;
}

.cameraList,
.mobCameraList {
    pointer-events: all;
}

.cameraList {
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.cameraList.visibilityOff {
    display: none !important;
}

.mobCameraList {
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 5px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
}

.mobCameraList span.slide-prev,
.mobCameraList span.slide-next {
    padding: 10px;
}

.mobCameraList label {
    font-size: 20px;
    letter-spacing: 3px;
}

.cameraList .cameraHover,
.cameraList span:hover,
.cameraList span.selected {
    background: #2678AD;
    box-shadow: 0px 0px 3px black;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: fixed;
    cursor: pointer;
    bottom: 10px;
    right: 25px;
    margin-left: -16px;
    display: none;
    width: 32px;
    height: 32px;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
}

.scroll-down.dsply {
    display: block;
}

.scroll-down span {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px solid #2678AD;
    border-radius: 50%;
}

.scroll-down.anim {
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
}

.scroll-down span:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #2678AD;
    border-width: 0px 0 2px 2px;
}

.floordetails ul {
    padding: 0;
    margin: 0;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.sub-menu {
    z-index: 9999;
}

#plan-container {
    width: 100%;
    height: 39.5dvh;
}

.floordetails {
    margin-bottom: 10px;
}

.builder-sidebar {
    overflow-x: hidden;
}

.sponsor label {
    display: block;
}

.sponsor {
    margin: 5px 0 0;
}

ul#shareuls {
    display: none;
    position: absolute;
    z-index: -1;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
    margin: 30px 0 0 -12px;
    width: 50px;
    z-index: 9;
}

.share:hover ul#shareuls {
    display: block;
}

#shareurls li {
    display: block;
    float: none;
    text-align: center;
    padding: 5px 0 5px;
}

#shareuls li {
    display: block;
    float: none;
    text-align: center;
    padding: 5px 0 5px;
    width: 50px;
    background: #FFFFFF;
}

#shareuls li:hover {
    background: #dedede;
}

#shareuls li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}

.share svg {
    width: 24px;
    height: 26px;
}

.share svg path {
    fill: #2678AD;
}

.mainroompackagegroup {
    padding: 11.5px 20px 11.5px 14px;
    margin: 10px 0;
    text-align: center;
}

.mainroompackagegroup span {
    border: 1px solid #F1F1F1;
    padding: 11.5px 20px 11.5px 14px;
    margin: 0 3px;
    cursor: pointer;
}

.mainroompackagegroup span.selected {
    background: #2B97CF;
    color: #FFFFFF;
    pointer-events: none;
}

.modal-hotspot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-hotspot {
    background: white;
    position: absolute;
    top: 300px;
    left: 300px;
    width: 280px;
    height: 436px;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
    border-radius: 5px;
    z-index: 99;
    cursor: default;
}

.modal-hotspot.adjsLeft {
    left: auto !important;
    right: 10px;
}

.modal-hotspot.adjsTop {
    top: auto !important;
    bottom: 10px;
}

.modal-hotspot>div {
    padding: 0 10px;
}

.ht-center {
    max-height: 125px;
    font-size: 12px;
}

.ht-header {
    font-size: 18px;
}

.bottom-text {
    background: #1E1D21;
    color: #FFFFFF;
    padding: 0 8.5px;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    height: 40px;
    display: flex;
    align-items: center;
}

.modal-hotspot .ht-bottom {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    width: 100%;
}

.ht-headertext {
    color: #1E1D21;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 500;
}

.bottom-text {
    border-radius: 0 0 5px 5px;
}

.ht-logo {
    width: 130px;
    height: 60px;
    display: flex;
}

.ht-logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: scale-down;
}

.product-img img,
.product-img video,
.product-img iframe {
    padding: 10px 0;
    height: 208px;
    object-fit: scale-down;
}

.product-img video,
.product-img iframe {
    width: 100%;
    background-color: #000000;
}

.img-slide {
    display: none;
    text-align: center;
}

.product-img-left,
.product-img-right,
.product-img-enlarge {
    background-image: url(../images/icons/chevron-left-solid.svg);
    background-size: 40% 40%;
    background-repeat: no-repeat;
    background-position: 13px;
    padding: 20px;
    position: absolute;
    top: 85px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 0px 0px 2px gray;
}

.product-img-right {
    right: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-img-enlarge {
    background-image: url(../images/icons/full_screen.svg);
    background-size: 55%;
    background-position: center;
    top: 175px;
    left: auto;
    right: 0;
    box-shadow: none;
    padding: 15px;
}

.img-slide.active {
    display: block;
    width: 100%;
    height: 100%;
}

.ht-bottom.enlarged {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.enlarged .product-img img,
.enlarged .product-img video,
.enlarged .product-img iframe {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.enlarged .product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.enlarged .product-img video,
.enlarged .product-img iframe {
    height: 100%;
    width: 100%;
    object-fit: none;
    max-width: none;
    max-height: none;
}

.enlarged .product-img {
    background: #FFFFFF;
    height: 80vh;
}

.enlarged .product-img-left,
.enlarged .product-img-right,
.enlarged .product-img-enlarge {
    top: 50%;
}

.enlarged .product-img-right,
.enlarged .product-img-enlarge {
    right: 50px;
}

.enlarged .product-img-enlarge {
    top: 70px;
    right: 25px;
    background-color: rgba(204, 204, 204, .8);
    border: 1px solid #545454;
    background-image: url(../images/icons/xmark-solid.svg);
    background-size: 40%;
    padding: 20px;
}

.enlarged .bottom-text {
    position: absolute;
    bottom: 10vh;
    width: calc(100% - 100px);
    border-radius: 0;
}

div.closebtn-hotspot {
    position: absolute;
    top: 13px;
    right: 13px;
    background: url(../images/icons/close-small.png) 0 no-repeat;
    background-position: center;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid #EBEBEB;
    margin: 0 !important;
    cursor: pointer;
}

.no-image .ht-bottom,
.no-imagecaption .bottom-text {
    display: none;
}

.modal-hotspot.no-image {
    height: 194px;
}

.modal-hotspot.no-imagecaption {
    height: 396px;
}

.hotspotToggleBtn .switch {
    position: relative;
    display: inline-block;
    width: auto;
    float: left;
}

.hotspotToggleBtn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.hotspotToggleBtn .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.hotspotToggleBtn input:checked+.slider {
    background-color: #3FC85D;
}

.hotspotToggleBtn input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.hotspotToggleBtn input:checked+.slider:before {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px);
}

/* Rounded sliders */
.hotspotToggleBtn .slider.round {
    border-radius: 34px;
    margin-top: 10px;
    width: 70px;
    height: 18px;
    display: block;
    float: left;
    clear: both;
    position: relative;
    z-index: 999;
}

.hotspotToggleBtn .slider.round:before {
    border-radius: 50%;
}

/* .hotspotToggleBtn {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
} */

body.livabl .hotspotToggleBtn {
    position: absolute;
    top: 20px;
    left: 20px;
}

body:not(.livabl).poiToggle .hotspotToggleBtn {
    display: block !important;
    float: right;
    position: relative;
    top: 0px;
    margin-right: 5px;
    height: 18px;
    box-sizing: border-box;
}
 
body:not(.livabl).poiToggle .hotspotToggleBtn label.switch {
    display: inline-flex;
    align-items: center;
    height: 18px;
}
 
body:not(.livabl).poiToggle .hotspotToggleBtn label.switch span.slider {
    margin: 0;
}

.hotspotToggleBtn .switch label {
    font-size: 14px;
    line-height: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    float: left;
    display: block;
}

.hotspotToggleBtn .slider label {
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    display: none;
    padding-left: 10px;
    pointer-events: none;
}

.hotspotToggleBtn .slider label:last-child {
    padding-left: 30px;
}

.slider[data-mode="1"] label:first-child,
.slider[data-mode="0"] label:last-child {
    display: inline;
    float: none;
}

.buttonPrint {
    position: absolute;
    top: 15px;
    width: 35px;
    height: 35px;
    z-index: 99999;
    right: 30px;
    background: url(https://apps.zondavirtual.com/alphaplans/layouts/1/media/print_blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.printFadeLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 999999;
    cursor: pointer;
    display: none;
}

.printPreviewPopup {
    position: relative;
    height: 95%;
    width: 95%;
    border: 10px solid #FFF;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    top: 2%;
}

.popupOuterBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.print-closebtn {
    position: absolute;
    top: -30px;
    right: -52px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 9999999;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDQ1LjYgMTY4LjkgNTA0IDUwNCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iNDUuNiAxNjguOSA1MDQgNTA0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGN4PSIyNTMuNyIgY3k9IjM0MC45IiBmaWxsPSIjRjQ0MzM2IiByPSIxMDEuNyIvPjxnPjxyZWN0IGZpbGw9IiNGRkZGRkYiIGhlaWdodD0iMTIyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMC43MDcxIC0yNjUuOTY3NiA0MzkuNjg1MykiIHdpZHRoPSIzMC41IiB4PSI0MjIuNSIgeT0iMjM0LjkiLz48cmVjdCBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjEyMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSA0OTkuMDA1NiAtMTIyLjc1NTYpIiB3aWR0aD0iMzAuNSIgeD0iMTM5LjQiIHk9IjQzNyIvPjwvZz48L3N2Zz4=');
}

.customtoastr .toast.toast-success {
    background-color: #2678AD;
}

.printloader {
    background-color: #bababa;
    position: absolute;
    text-align: center;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.printloader img {
    position: relative;
    top: 45%;
}

div#sponsor-logo {
    padding-bottom: 5px;
    padding-left: 20px;
}

div#sponsor-logo span.logo-header {
    display: block;
    color: darkgray;
    padding-bottom: 5px;
}

#plan-container #controls {
    right: 5px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    height: fit-content;
}

#plan-container #controls button {
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
    margin-bottom: 5px;
}

@media only screen and (max-width : 1366px) and (orientation:portrait) {
    .fullscreenbtn {
        display: none;
    }
}

@media all and (min-width: 769px) {

    .interior-selection ul li .sub-menu,
    .floordetails ul li .sub-menu {
        display: -ms-flexbox;
        display: flex;
        max-height: 0;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        transition: none;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li .sub-menu {
        display: none;
        transition: opacity 0.2s, display 0.2s;
    }
}

@media all and (min-width: 769px) {

    .interior-selection ul li>input:checked+label+.sub-menu,
    .floordetails ul li>input:checked+label+.sub-menu {
        margin-top: 17px;
        max-height: none;
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .floordetails ul li>input:checked+label+.sub-menu {
        margin-top: 3px;
        position: absolute;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li>input:checked+label+.sub-menu {
        display: -ms-flexbox;
        display: flex;
        padding-top: 17px;
        overflow-y: auto;
        max-height: 380px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .interior-selection ul li>input:checked+label+.sub-menu::-webkit-scrollbar {
        display: none;
    }
}

@media all and (min-width: 769px) {
    .interior-selection ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 769px) {
    .interior-selection ul {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 769px) {
    .builder-options {
        display: none;
        height: 100%;
        padding: 0 25px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30.38%;
        border: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .builder-options::-webkit-scrollbar {
        display: none;
    }

    .builder-options.visible {
        opacity: 1;
        position: absolute;
    }
}

@media all and (min-width: 769px) {
    .builder-options {
        transition: opacity 0.8s;
    }
}

@media all and (max-width: 768px) {
    .builder-options {
        padding: 7px 25px 0 25px;
        width: 100%;
    }
}

@media all and (max-width: 375px) {
    .builder-options {
        display: none;
        padding: 7px 20px 32px;
    }
}

@media all and (max-width: 768px) {
    .builder-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (max-width: 375px) {
    .toggle-sidebar button svg {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media all and (min-width: 376px) {
    .toggle-sidebar button {
        right: 0;
        top: 0;
    }
}

@media all and (max-width: 375px) {
    .toggle-sidebar button {
        bottom: 0;
        left: 0;
    }
}

@media all and (min-width: 376px) {
    .toggle-sidebar button:not(:first-child) {
        border-top-color: #FFFFFF;
        top: 50px;
    }
}

@media all and (max-width: 375px) {
    .toggle-sidebar button:not(:first-child) {
        border-left-color: #FFFFFF;
        left: 50px;
    }
}

@media all and (min-width: 769px) {
    .builder-image {
        transition: width 1s;
    }

    .builder-image.large-image {
        width: 100%;
    }
}

@media all and (max-width: 375px) {
    .builder-image {
        position: relative;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {
    .toggle-sidebar {
        display: none;
    }

    #main .builder-image {
        width: 100%;
    }
}

@media all and (min-width: 376px) {
    .package-small-modal .package-small-modal-container {
        max-width: 368px;
    }
}

@media all and (max-width: 375px) {
    .package-small-modal .package-small-modal-container {
        max-width: 332px;
    }
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-slider li {
        -ms-flex: 50%;
        flex: 50%;
    }
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media all and (min-width: 769px) {
    .package-modal .package-content .package-section.package-section-one .package-image {
        border-left: 1px solid #C8C8C8;
        height: 100%;
        margin-right: -54.5px;
    }
}

@media all and (min-width: 769px) {

    .package-modal .package-content .package-section.package-section-two,
    .package-modal .package-content .package-section.package-section-three,
    .package-modal .package-content .package-section.package-section-four {
        margin-bottom: 78px;
    }
}

@media all and (min-width: 769px) {

    .package-modal .package-content .package-section.package-section-two .package-column,
    .package-modal .package-content .package-section.package-section-four .package-column {
        padding: 0 23px;
    }
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-section {
        -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width: 769px) {
    .package-modal .package-modal-container {
        padding: 0 54.5px;
    }
}

@media all and (max-width: 768px) {
    .package-modal .package-modal-container {
        padding: 0 27.5px;
    }
}

@media all and (min-width: 768px) {
    .builder {
        height: calc(100vh - 68px);
    }
}

@media all and (max-width: 768px) {
    .builder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media all and (max-width: 375px) {
    .builder {
        height: calc(100vh - 202px);
    }
}

@media all and (max-width: 375px) {
    .select-your-package {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .footer {
        border-top: 1px solid #F1F1F1;
    }

    .cameraSection {
        width: 100% !important;
    }

    .small-image .disclaimerVrHden,
    .small-image .disclaimerVr {
        left: 5px !important;
        right: auto !important;
        bottom: 10px !important;
    }
}

@media all and (max-width: 375px) {
    #header_menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media all and (max-width: 375px) {
    .header-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media all and (min-width: 376px) {
    .header {
        height: 68px;
    }
}

@media only screen and (max-width : 1366px) {
    .header_info span {
        font-size: 14px;
        margin-top: 5px;
    }

    .header_community {
        padding-left: 0;
    }

    .header_info {
        float: none;
        margin: 0;
    }
}

@media only screen and (max-width : 768px) {

    .header-menu li.menu-item a {
        font-size: 12px;
        text-align: left;
    }

    .builder-image {
        width: 100%;
        position: fixed;
        top: 68px;
        max-height: 350px;
        z-index: 999;
    }

    .noheader .builder-image {
        top: 0;
    }

    .disclaimerVr,
    .inFrame .disclaimerVr {
        right: 10px;
    }

    .cameraSection {
        bottom: 0;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    #discalimerText {
        font-size: 11px;
    }

    .builder-sidebar {
        position: fixed;
        width: 100% !important;
        overflow-y: auto;
        height: calc(100vh - 410px);
        top: 418px;
        -webkit-overflow-scrolling: touch;
    }

    .fullscreenbtn {
        bottom: 5px;
    }

    .hsDisclaimer .builder-sidebar {
        height: calc(100% - 465px);
    }

    .noheader .builder-sidebar {
        height: calc(100% - 330px);
        top: 300px;
    }

    .noheader.hsDisclaimer .builder-sidebar {
        height: calc(100% - 345px);
    }

    .header {
        z-index: 9999;
    }

    .builder-sidebar .builder-options {
        width: 100% !important;
        border: 0;
    }

    label.floordetails {
        margin-bottom: 10px;
    }

    ul.header-menu {
        display: none !important;
    }

    .active ul.header-menu {
        display: block !important;
    }

    ul.header-menu {
        transition: none !important;
        width: 115px !important;
        left: auto !important;
        background: #FFFFFF;
        margin-top: 48px;
        margin-right: 35px;
        border: 1px solid #cfbfbf;
        overflow-y: auto;
        max-height: calc(100vh - 140px);
    }

    .adjsBtn ul.header-menu {
        margin-right: 65px;
    }

    #header_menu>span {
        padding-bottom: 0px;
        margin-top: 17.5px;
        text-align: center;
        width: 115px;
        color: #FFFFFF;
        background: #2678AD;
        z-index: 99;
        right: 77px;
        position: fixed;
        top: 0;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #header_menu>span label {
        background: #2678AD;
        border: 1px solid #2678AD;
        padding: 7.5px 0;
        pointer-events: none;
        width: 115px;
        display: inline-block;
    }

    .header_community {
        position: fixed;
    }

    .header-slider-controls {
        top: 25px;
        z-index: 9;
        width: 150px;
        left: auto;
        right: 60px;
        transform: none;
        position: fixed;
    }

    .inFrame #header_menu>span,
    .inFrame .header-slider-controls,
    .inFrame .header-menu-wrapper {
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .header-slider-controls span.slide-prev {
        left: 0;
    }

    .header-slider-controls span.slide-next {
        right: 0;
    }

    .header-menu li.menu-item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        cursor: pointer;
        padding: 10px;
        padding-right: 0;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    #header_menu {
        left: auto;
        right: 42px;
        height: 60px;
        top: 5px;
        width: auto;
    }

    #header_menu.active {
        height: auto;
    }

    .buttonPrint {
        right: 10px !important;
    }

    .disclaimerVrHden,
    .disclaimerVr {
        position: fixed;
        border: 1px solid #F1F1F1;
        background: rgba(255, 255, 255, 0.95);
    }

    .floordetails ul li .sub-menu label,
    .floordetails ul li>input:checked+label+.sub-menu {
        margin: 0;
        /* background: white; */
    }

    .floordetails ul li .sub-menu {
        position: absolute;
    }

    .floordetails ul {
        padding: 0;
    }

    .scroll-down {
        bottom: 10px;
        right: 10px;
    }

    .scroll-down span {
        transform: scale(.7);
    }

    .scroll-down span:before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .header-slider-controls span {
        padding: 10px 15px;
        margin: -10px -15px;
    }

    div#header_icons.shwShareBtn {
        position: fixed;
        right: 5px;
        top: 4px;
        margin: 0;
    }

    #header_menu.adjsBtn>span {
        right: 65px;
    }

    #header_menu.adjsBtn .header-slider-controls {
        right: 47px;
    }

    .shwShareBtn .share svg {
        width: 20px;
        height: 22px;
    }
}

@media only screen and (max-width : 767px) {
    #main .builder .builder-sidebar {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 376px) and (max-device-width : 1024px) and (orientation:landscape) {
    .header_community {
        padding: 10px;
    }

    .header-slider-controls {
        top: 14px;
    }

    .header-menu li.menu-item {
        padding: 14px;
    }

    .scroll-down {
        bottom: 2px;
        right: 10px;
    }

    .scroll-down span:before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .scroll-down span {
        transform: scale(.7);
    }

    .builder-image {
        width: calc(100% - 300px);
    }

    .builder-sidebar {
        width: 300px;
    }

    .fullscreenbtn {
        bottom: 5px;
    }

    .hsDisclaimer .builder-sidebar {
        height: calc(100% - 45px);
    }

    .small-image .disclaimerVr {
        background: rgba(255, 255, 255, 1);
    }

    .header-slider-controls span {
        padding: 10px 15px;
        margin: -10px -15px;
    }

    .builder {
        height: calc(100vh - 45px);
        position: fixed;
        width: 100%;
        top: 45px;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    .builder-options {
        padding: 0 15px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation:landscape) {

    body.sticky-footer {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        min-height: auto;
    }

    .buttonPrint {
        position: fixed !important;
        top: 10px !important;
    }

    .header {
        height: 45px;
        position: fixed;
    }

    .header_community {
        padding: 10px;
    }

    .header-slider-controls {
        top: 14px;
    }

    .header-menu li.menu-item {
        padding: 14px;
    }

    .builder {
        height: 100%;
    }

    .main {
        margin-top: 0;
        position: absolute;
        top: 45px;
        right: 0;
        left: 0;
        bottom: 0;
        flex: none;
    }
}

@media only screen and (min-width: 768px) and (orientation:portrait) {

    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        top: 68px;
        width: 300px !important;
        height: calc(100% - 68px);
    }

    .builder-image {
        max-height: initial;
        width: calc(100% - 300px);
        height: calc(100% - 68px);
    }
}

@media only screen and (max-width : 1200px) {

    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        width: 300px !important;
    }

    .builder-image {
        width: calc(100% - 300px);
        height: 100%;
    }

    .interior-selection ul li .sub-menu label p span,
    .floordetails ul li .sub-menu label p span {
        font-size: 11px;
        line-height: 12px;
        word-break: break-word;
    }
}

@media only screen and (width:768px) {

    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        width: 300px !important;
    }

    .builder-image {
        width: calc(100% - 300px) !important;
    }
}

@media only screen and (min-device-width : 376px) and (max-device-width : 768px) and (orientation:landscape) {
    #header_menu>span {
        margin-top: 8.5px;
    }

    .builder-image {
        height: calc(100% - 30px);
    }

    /*.builder-image,
    .builder-sidebar {
        top: 45px;
    }*/

    .builder-sidebar {
        width: 300px !important;
    }

    .header-slider-controls span {
        margin: -5px -15px;
    }
}

@media all and (max-width: 768px) {
    .builder-image {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-device-width : 767px) and (orientation:landscape) {
    #main .builder-image {
        width: calc(100% - 300px);
        height: calc(100% - 70px);
    }

    #main .builder .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        width: 300px !important;
        height: calc(100% - 70px) !important;
        top: 70px;
    }

    ul.header-menu {
        margin-top: 40px;
        max-height: calc(100vh - 110px);
    }
}

@media only screen and (max-device-width : 1024px) {
    .builder-image {
        transition: none !important;
    }
}

@media all and (max-width: 768px) {
    .ht-logo {
        max-height: 30px;
        margin-bottom: 0;
        width: 130px;
    }

    .ht-headertext {
        font-size: 11px;
        line-height: 14px;
        font-weight: 500;
        margin: 5px 0 5px;
    }

    .ht-body {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .modal-hotspot {
        width: 210px;
        height: 298px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .modal-hotspot.no-imagecaption {
        height: 272px;
    }

    .bottom-text {
        font-size: 10px;
        line-height: 10px;
        padding: 0 5px;
        height: 26px;
        display: flex;
        align-items: center;
    }

    .product-img-left,
    .product-img-right {
        padding: 15px;
        top: 42px;
        background-position: 8.5px;
    }

    .product-img img {
        height: 120px;
        padding: 5px 0;
    }

    .ht-center {
        max-height: 114px;
    }

    .modal-hotspot>div {
        padding: 2px 10px;
    }
}

@media only screen and (min-width: 768px) and (orientation:portrait) {

    .ht-logo img {
        margin-bottom: 0;
    }

    .ht-headertext {
        font-size: 12px;
        margin: 5px 0;
    }

    .ht-body {
        font-size: 10px;
    }

    .bottom-text {
        padding: 0 5px;
    }

    .modal-hotspot .ht-bottom {
        margin-top: 10px;
    }

    .product-img-left,
    .product-img-right {
        padding: 15px;
        background-position: 8.5px;
    }

    .modal-hotspot>div {
        margin: 10px 0;
    }

    .modal-hotspot {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation:landscape) {

    .product-img-left,
    .product-img-right {
        padding: 20px;
        background-position: 10px;
    }

    .modal-hotspot {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-device-width : 1024px) and (orientation:landscape) {
    div.closebtn-hotspot {
        border: 0;
        top: 5px;
        right: 5px;
    }

    .modal-hotspot {
        width: 210px;
        height: 298px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .modal-hotspot.no-imagecaption {
        height: 272px;
    }

    .ht-logo {
        max-height: 30px;
        margin-bottom: 0;
        width: 130px;
    }

    .ht-center {
        max-height: 114px;
    }

    .ht-headertext {
        font-size: 11px;
        line-height: 14px;
        font-weight: 500;
        margin: 2px 0 8px;
    }

    .ht-body {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .product-img-left,
    .product-img-right {
        padding: 15px;
        top: 42px;
        background-position: 8.5px;
    }

    .product-img img {
        height: 120px;
        padding: 10px 15px;
    }

    .bottom-text {
        font-size: 10px;
        line-height: 10px;
        padding: 0 5px;
        height: 26px;
        display: flex;
        align-items: center;
    }

    .modal-hotspot>div {
        padding: 2px 10px;
    }
}

@media only screen and (max-device-width : 768px) {

    div.closebtn-hotspot {
        border: 0;
        top: 5px;
        right: 5px;
    }
}

@media only screen and (width: 768px) and (orientation:portrait) {
    .header-menu li.menu-item a {
        font-size: 12px;
        text-align: left;
    }

    .builder-image {
        width: 100% !important;
        position: fixed;
        top: 80px;
        max-height: 40%;
        z-index: 999;
    }

    .noheader .builder-image {
        top: 0;
    }

    .disclaimerVr,
    .inFrame .disclaimerVr {
        right: 10px;
    }

    .cameraSection {
        bottom: 0;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    #discalimerText {
        font-size: 11px;
    }

    .builder-sidebar {
        position: fixed;
        width: 100% !important;
        overflow-y: auto;
        top: calc(40% + 50px) !important;
        height: calc(60% - 80px);
        top: calc(40% + 80px);
        -webkit-overflow-scrolling: touch;
        top: calc(40% + 50px) !important;
    }

    .fullscreenbtn {
        bottom: 5px;
    }

    .hsDisclaimer .builder-sidebar {
        height: calc(100% - 465px);
    }

    .noheader .builder-sidebar {
        height: calc(100% - 330px);
        top: 300px;
    }

    .noheader.hsDisclaimer .builder-sidebar {
        height: calc(100% - 345px);
    }

    .header {
        z-index: 9999;
        height: 80px;
    }

    .builder-sidebar .builder-options {
        width: 100% !important;
        border: 0;
    }

    label.floordetails {
        margin-bottom: 10px;
    }

    ul.header-menu {
        display: none !important;
    }

    .active ul.header-menu {
        display: block !important;
        width: calc(50vw - 65px) !important;
        max-height: 45vh;
    }

    ul.header-menu {
        transition: none !important;
        width: calc(50vw - 65px) !important;
        left: 5px !important;
        z-index: 9;
        background: #FFFFFF;
        margin-top: 52px;
        border: 1px solid #cfbfbf;
        overflow-y: auto;
        max-height: 45vh;
        right: auto;
    }

    .adjsBtn ul.header-menu {
        margin-right: 65px;
    }

    #header_menu>span {
        padding-bottom: 0px;
        margin-top: 10.5px;
        border: 1px solid #EBEBEB;
        padding-left: 20px;
        width: calc(50vw - 65px);
        color: #FFFFFF;
        background: #FFFFFF;
        display: inline;
        z-index: 99;
        left: 5px;
        position: absolute;
        top: 0;
    }

    .floordetails {
        display: block;
        width: 50%;
        float: left;
    }

    .interior-selection ul li .sub-menu label.nothumb,
    .interior-selection ul li .sub-menu label,
    .floordetails ul li .sub-menu label {
        flex: 0 calc((100% / 2) - 34px);
        max-width: calc((100% / 2) - 34px);
    }

    .separator {
        display: block !important;
        width: 1px;
        height: 100%;
        position: fixed;
        left: 50%;
        top: 0px;
        bottom: 0;
        z-index: 9;
        background: #EBEBEB;
    }

    #header_menu>span label {
        padding: 11px 0;
        pointer-events: none;
        width: 90%;
        display: inline-block;
        color: #1E1D21;
        font-family: "CircularXX M";
    }

    #header_menu>span svg {
        display: inline;
    }

    .header_community {
        position: fixed;
    }

    .header-slider-controls {
        top: 25px;
        z-index: 9;
        width: 150px;
        left: auto;
        right: 17px;
        transform: none;
        position: fixed;
        display: none;
    }

    .inFrame #header_menu>span,
    .inFrame .header-slider-controls,
    .inFrame .header-menu-wrapper {
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .header-slider-controls span.slide-prev {
        left: 0;
    }

    .header-slider-controls span.slide-next {
        right: 0;
    }

    .header-menu li.menu-item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        cursor: pointer;
        padding: 10px;
        padding-right: 0;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    li.menu-item.current-menu-item {
        background: #E7E7E7;
        border: 0;
    }

    #header_menu {
        left: auto;
        height: 60px;
        top: 5px;
        width: 40% !important;
    }

    .header .container-fluid {
        padding: 0 30px;
    }

    #header_menu.active {
        height: auto;
    }

    .disclaimerVrHden,
    .disclaimerVr {
        position: fixed;
        border: 1px solid #F1F1F1;
        background: rgba(255, 255, 255, 0.95);
    }

    .floordetails ul li .sub-menu label,
    .floordetails ul li>input:checked+label+.sub-menu {
        margin: 0;
        background: white;
    }

    .floordetails ul li .sub-menu {
        position: absolute;
    }

    .floordetails ul {
        padding: 0;
    }

    .scroll-down {
        bottom: 10px;
        right: 10px;
    }

    .scroll-down span {
        transform: scale(.7);
    }

    .scroll-down span:before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .header-slider-controls span {
        padding: 10px 15px;
        margin: -10px -15px;
    }

    div#header_icons.shwShareBtn {
        position: fixed;
        right: 5px;
        top: 4px;
        margin: 0;
    }

    #header_menu.adjsBtn>span {
        right: 65px;
    }

    #header_menu.adjsBtn .header-slider-controls {
        right: 47px;
    }

    .shwShareBtn .share svg {
        width: 20px;
        height: 22px;
    }

    #plan-container,
    .planInfoMessage {
        width: 50%;
        float: right;
        clear: none;
        position: fixed;
        right: 0;
        height: 300px;
    }

    .planInfoMessage {
        top: calc(50% + 300px);
        height: auto;
    }

    .toggle-sidebar {
        display: none;
    }

    .interior-selection {
        clear: both;
        width: 50%;
        float: left;
    }
}

@media only screen and (width: 1024px) and (orientation:landscape) {
    #header_menu>span {
        margin: 0 !important;
    }

    #header_menu {
        width: 40% !important;
    }

    ul.header-menu {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    /* Styles for mobile devices in portrait orientation */

    * {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 12px;
    }

    body.sticky-footer {
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }

    #main {
        max-height: calc(100dvh - 85px);
    }

    .header-menu li.menu-item a,
    .sponsor label {
        font-size: 12px;
    }

    .scroll-down.dsply {
        display: none;
    }

    .options-menu-container,
    .menu-container {
        position: relative;
        display: block !important;
    }

    body .bottom-nav {
        display: flex !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 35px;
        background: #fff;
        justify-content: space-around;
        align-items: center;
        z-index: 999;
        color: #2678AD;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    body .menu-button {
        color: #2678AD;
        background: #FFF;
        border: none;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        z-index: 999;
        padding: 10px 15px;
        border-radius: 0px;
        height: 35px;
        align-items: center;
        vertical-align: middle;
        text-align: center;
        flex: 1 1 0;
    }

    .menu-button.active {
        background-color: #2678AD;
        color: white;
    }

    body .menu-button {
        color: #636363;
        background: #e0e0e0;
        border-right: 1px solid gray;
    }

    body .menu-button:last-child {
        border-right: none;
    }

    body .options-menu,
    body .menu {
        position: fixed;
        width: 180px;
        max-height: 45dvh;
        /* border: 1px solid #ccc; */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        /* padding: 10px; */
        /* z-index: 999; */
        /* background-color: rgba(255, 255, 255, 1); */
        bottom: 35px;
    }

    .options-menu.show.options-visible {
        z-index: 999;
    }

    body .menu {
        z-index: 999;
    }

    body .options-pinned .options-menu {
        border: none !important;
        z-index: 2;
    }

    .options-menu.show,
    .menu.show {
        display: flex !important;
    }

    .menu-item {
        padding: 6px 10px !important;
        /* border-bottom: 1px solid #eee; */
        font-size: 14px;
        background: rgba(255, 255, 255, 0.7);
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    #contextOptionsMenu ul.header-menu,
    #contextMenu ul.header-menu {
        width: 100% !important;
        left: 0 !important;
        /* background: inherit; */
        margin: 0px !important;
        border: none !important;
        overflow-y: auto;
        max-height: inherit;
        display: block !important;
        background: rgba(128, 128, 128, 0.5);
    }

    #contextOptionsMenu ul.header-menu li.menu-item a,
    #contextMenu ul.header-menu li.menu-item a {
        color: black;
    }

    #contextOptionsMenu ul.header-menu li.current-menu-item a,
    #contextMenu ul.header-menu li.current-menu-item a {
        color: white;
    }

    nav#header_menu {
        visibility: hidden;
    }

    header#header {
        height: 50px;
    }

    header .container-fluid {
        height: inherit;
    }

    header .container-fluid .header-inner {
        height: inherit;
        align-items: center;
    }

    .header-inner .header_community {
        padding: 0;
    }

    .header_community .header_info span {
        margin-top: 0px;
        font-weight: 600;
        color: #636363;
    }

    header#header .buttonPrint {
        top: 7px;
    }

    body main section.builder {
        height: calc(100vh - 85px);
    }

    main section article.builder-image {
        top: 50px;
    }

    main section aside.builder-sidebar {
        top: 400px;
    }

    body button.menu-button span {
        font-size: 14px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
    }

    body button.menu-button span:first-child {
        display: none;
    }

    button.active {
        background-color: #2678AD !important;
        color: white !important;
    }

    body #main article.builder-image {
        max-height: calc(100% - 85px) !important;
    }

    body.options-pinned #main section article.builder-image,
    body.pinned #main section.show article.builder-image {
        max-height: calc(100% - 85px - 40%) !important;
    }

    body #main section article.builder-image {
        max-height: calc(100% - 85px) !important;
    }

    body.options-pinned #main section.show aside.builder-sidebar {
        max-height: calc(100% - 60%) !important;
        height: 40% !important;
        z-index: 999;
        bottom: 35px;
        background: rgba(255, 255, 255);
        box-shadow: none;
        margin: 0px;
        width: calc(100%) !important;
    }

    body #main section.show aside.builder-sidebar {
        max-height: calc(100% - 60%) !important;
        height: 40% !important;
        z-index: 999;
        top: auto !important;
        /* border-radius: 10px 10px 0px 0px; */
        /* margin: 0px auto;
        width: 90% !important; */
        bottom: 35px;
        /* left: 50%;
        transform: translate(-50%); */
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin: 0 20px;
        width: calc(100% - 40px) !important;
    }

    body.options-pinned #main section.show aside.builder-sidebar {
        z-index: 3;
    }

    body.pinned #main section.show aside.builder-sidebar {
        z-index: 2;
    }

    body.pinned #main section.show aside.builder-sidebar {
        height: 40% !important;
        /* z-index: 1000; */
        top: auto !important;
        /* position: relative; */
        width: calc(100%) !important;
        /* position: fixed; */
        border-radius: 0;
        background: white;
        box-shadow: none;
        margin: 0;
    }

    #divFloorplan2D {
        background: transparent;
        justify-self: anchor-center;
        /* margin: 0px -20px !important; */
    }

    .pinch-zoom-container {
        height: 100% !important;
        max-height: 100% !important;
    }

    .builder-sidebar .builder-options {
        height: 100%;
        background: transparent;
        padding: 0;
    }

    svg.target2D.target {
        opacity: 0.5;
    }

    .options-pin-icon-container,
    .pin-icon-container {
        display: block !important;
    }

    .options-pin-icon-container span.options-pin,
    .pin-icon-container span.pin {
        width: 30px;
        height: 30px;
        background: url(https://vpsstorage.blob.core.windows.net/vr360/assets/images/icons/pin.svg);
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 2;
    }

    body:not(.pinned) .options-pin.options-unpinned,
    body:not(.options-pinned) .pin.unpinned {
        transform: rotate(90deg);
    }

    body.pinned #contextOptionsMenu .item-list {
        background: rgba(255, 255, 255) !important;
    }

    #contextOptionsMenu .item-list,
    #contextMenu .item-list {
        list-style: none;
        padding: 0;
        width: inherit;
        margin: 0px !important;
        border: none !important;
        overflow-y: auto;
        display: block !important;
        background: rgba(128, 128, 128, 0.5);
        overscroll-behavior-y: none;
    }

    #contextMenu .header-menu {
        overscroll-behavior-y: none;
    }

    #contextOptionsMenu .item-list li,
    #contextMenu .item-list li {
        display: block;
        float: left;
        width: 100%;
        padding: 12px 5px 5px 5px;
        background: rgba(255, 255, 255, 0.7);
    }

    #contextOptionsMenu .item-list li .sub-menu,
    #contextMenu .item-list li .sub-menu {
        display: grid;
        grid-template-columns: 25px 1fr;
        width: 100%;
        align-items: center;
        gap: 10px 0px;
    }

    #contextOptionsMenu .item-list li .sub-menu {
        gap: 5px 0px !important;
    }

    #contextOptionsMenu .item-list li .sub-menu p {
        margin: 5px 0px;
        word-break: break-word;
    }

    #contextOptionsMenu .item-list[data-type="structural"] li .sub-menu p {
        margin: 5px 0px;
        word-break: break-word;
    }

    #contextOptionsMenu .item-list li>label:first-of-type {
        font-weight: 600;
        padding: 5px 0px;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="item"] label,
    #contextMenu .item-list li .sub-menu[data-type="item"] label {
        height: auto;
        align-content: center;
    }

    #contextOptionsMenu .item-list li .sub-menu label, 
    #contextMenu .item-list li .sub-menu label {
        height: auto;
        align-content: center;
    }

    .sponsor label {
        color: black;
    }

    body.pinned #contextOptionsMenu .item-list .sub-menu[data-type="item"] input[type="checkbox"],
    body.options-pinned #contextOptionsMenu .item-list .sub-menu[data-type="item"] input[type="checkbox"] {
        align-self: normal;
    }

    #contextOptionsMenu .item-list input[type="checkbox"],
    #contextMenu .item-list input[type="checkbox"] {
        height: 15px;
    }

    body.pinned #contextOptionsMenu .item-list input[type="checkbox"],
    body.options-pinned #contextOptionsMenu .item-list input[type="checkbox"] {
        align-self: normal;
    }

    body.pinned #contextOptionsMenu .item-list input[type="checkbox"]:has(+ label.nothumb),
    body.options-pinned #contextOptionsMenu .item-list input[type="checkbox"]:has(+ label.nothumb) {
        align-self: center !important;
    }

    #contextOptionsMenu .item-list label,
    #contextMenu .item-list label {
        display: block;
        cursor: pointer;
    }

    #contextOptionsMenu .item-list img,
    #contextMenu .item-list img {
        min-width: 50px;
        height: 50px;
        object-fit: contain;
        border: 1px solid #ccc;
    }

    label svg.injected-svg.svg {
        display: none;
    }

    .item-list li>input[type="checkbox"]:first-child {
        display: none;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="item"] {
        gap: 5px 0px !important;
    }

    body.pinned #contextOptionsMenu .item-list li .sub-menu[data-type="item"] label,
    body.options-pinned #contextOptionsMenu .item-list li .sub-menu[data-type="item"] label {
        display: block;
        padding: 0;
        margin: 0;
        line-height: 1;
        align-self: start;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="item"] label,
    #contextMenu .item-list li .sub-menu[data-type="item"] label {
        display: grid;
        grid-template-columns: 65px 1fr;
        align-items: center;
    }

    #contextOptionsMenu .item-list li .sub-menu label,
    #contextMenu .item-list li .sub-menu label {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        margin-left: -25px;
        padding-left: 25px;
    }

    body.pinned #contextOptionsMenu .item-list li .sub-menu[data-type="package"] label,
    body.options-pinned #contextOptionsMenu .item-list li .sub-menu[data-type="package"] label {
        margin-left: -60px !important;
        padding-left: 30px !important;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 1;
        align-self: start;
    }

    .interior-selection {
        display: none;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="package"] label,
    #contextMenu .item-list li .sub-menu[data-type="package"] label {
        display: grid;
        grid-template-columns: 65px 1fr;
        align-items: center;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="package"] label.nothumb,
    #contextMenu .item-list li .sub-menu[data-type="package"] label.nothumb {
        grid-template-columns: 1fr;
    }

    #contextOptionsMenu .item-list li .sub-menu[data-type="package"] img,
    #contextMenu .item-list li .sub-menu[data-type="package"] img {
        /* height: 30px !important;
        object-fit: cover; */
        min-width: 50px;
        height: 50px;
        object-fit: contain;
        border: 1px solid #ccc;
    }

    svg g.floor g.base path,
    svg g.floor g.std path,
    svg g.floor g.text path {
        /* stroke: black */
    }

    #plan-container {
        width: 100%;
        max-height: 100%;
        backface-visibility: visible !important;
        will-change: auto !important;
        float: left;
    }

    body.pinned .options-visible .options-pin-icon-container,
    body.options-pinned .options-visible .options-pin-icon-container {
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .options-visible .options-pin-icon-container {
        /* display: block;
        height: 30px;
        background: rgba(232, 232, 232, 0.9); */
        width: inherit;
    }

    .options-visible .options-pin-icon-container span {
        right: 5px;
        top: -5px;
    }

    .pinned div#contextOptionsMenu,
    .options-pinned div#contextOptionsMenu {
        height: 40% !important;
        top: auto !important;
        width: 100% !important;
        background: white;
        right: 0px !important;
        max-height: calc(100% - 60%) !important;
        left: auto !important
    }

    .options-pinned span.options-pin {
        top: 5px;
    }

    .options-pinned ul.item-list {
        background: white !important;
    }

    body.pinned .options-menu-container .item-list .sub-menu,
    body.options-pinned .options-menu-container .item-list .sub-menu {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    body.pinned .options-menu-container .item-list .sub-menu input,
    body.options-pinned .options-menu-container .item-list .sub-menu input {
        width: 15px;
    }

    body.pinned .options-menu-container .item-list .sub-menu label.nothumb,
    body.options-pinned .options-menu-container .item-list .sub-menu label.nothumb {
        margin-left: -60px !important;
        padding-left: 30px !important;
        grid-template-columns: auto !important;
    }

    body.pinned .options-menu-container .item-list div.sub-menu[data-type='item'] label,
    body.options-pinned .options-menu-container .item-list div.sub-menu[data-type='item'] label {
        margin-left: -60px !important;
        padding-left: 30px !important;
    }

    svg#floorplan {
        height: 30dvh !important;
        max-height: 100%;
    }

    body .modal-hotspot:not(.no-imagecaption) .product-img-enlarge {
        display: none;
    }

    .product-img-enlarge.image-object {
        display: none;
    }

    .options-pinned .ht-bottom.enlarged,
    .pinned .ht-bottom.enlarged {
        height: 47dvh !important;
    }

    .options-pinned .ht-bottom.enlarged .product-img,
    .pinned .ht-bottom.enlarged .product-img {
        height: 42dvh !important;
    }

    .ht-bottom.enlarged {
        width: 100vw;
        height: 80dvh;
        padding: 20px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }

    .ht-bottom.enlarged .product-img {
        height: 74dvh;
    }

    .enlarged .product-img-enlarge {
        top: 5px;
        right: -5px;
        padding: 15px;
        bottom: auto;
    }

    .enlarged .product-img-right {
        right: 20px;
    }

    .no-imagecaption .product-img-left,
    .no-imagecaption .product-img-right {
        top: 35%;
    }

    .enlarged .product-img img {
        max-height: 85% !important;
    }

    .enlarged .product-img-left,
    .enlarged .product-img-right {
        display: none !important;
    }

    body.floorplan-menu-selected button[data-menu="minimap-menu"],
    body.options-menu-selected button[data-menu="option-menu"] {
        background-color: #67a0c5;
        color: white;
    }

    body.no-floorplan button.menu-button[data-menu="minimap-menu"] {
        display: none;
    }

    .product-img img,
    .product-img video,
    .product-img iframe {
        padding: 35px 0;
        height: 175px;
        object-fit: scale-down;
    }

    .product-img-enlarge {
        position: fixed;
        bottom: 10px;
        top: auto;
    }

    .planInfoMessage {
        padding: 0px 5px !important;
        position: absolute;
        bottom: 0;
        font-size: 8px;
        justify-self: center;
        margin-bottom: 2px;
    }

    .planInfoMessage span {
        font-size: 8px;
    }

    body.poiToggle .hotspotToggleBtn {
        display: block !important;
        top: 2px;
        position: absolute !important;
        right: 50px;
        left: auto;
        top: 5px !important;
    }

    body.poiToggle .hotspotToggleBtn .slider.round {
        margin-top: 5px;
    }

    body.poiToggle .hotspotToggleBtn .slider label {
        vertical-align: text-bottom;
    }

    body.poiToggle .hotspotToggleBtn .switch label {
        font-family: 'DM Sans', sans-serif;
        color: #636363;
        font-size: 12px;
    }

    body.no-menu-icons.poiToggle .hotspotToggleBtn label.switch {
        display: inline-block;
    }

    .options-menu-container .item-list li:first-child {
        padding-top: 12px !important;
    }

    .room-label-container {
        display: block !important;
        top: 50px;
        position: absolute;
        width: 100%;
        height: 35px;
        color: black;
        z-index: 999;
        align-content: center;
        padding: 0px 16px;
        /* background: rgba(255, 255, 255, 0.7); */
        text-align: center;
    }

    .room-label {
        font-size: 14px;
        font-weight: 600;
        color: #636363;
    }

    .floordetails {
        display: block !important;
        margin: 0;
        height: 30px;
        padding: 0px;
        position: absolute;
        float: left;
        top: 8px;
        left: 10px;
        z-index: 999;
        max-width: 70%;
        white-space: nowrap;
    }

    .pinned .floordetails {
        top: 5px;
        width: auto;
    }

    .floordetails ul li>label {
        background-color: white;
        padding: 2px;
    }

    .floordetails ul li>input:checked+label+.sub-menu {
        /* height: 25px; */
        /* background-color: white; */
        /* padding: 2px; */
    }

    .floordetails ul li>label span {
        line-height: 1;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 75%;
        vertical-align: middle;
    }

    .floordetails ul li .sub-menu label p span.color-name {
        line-height: 1;
        font-size: 12px;
        background: transparent;
        width: -webkit-fill-available;
    }

    .floordetails ul li .sub-menu label,
    .floordetails ul li>input:checked+label {
        margin: 0;
        /* background: transparent; */
        background: rgba(255,255,255,0.7);
        height: 25px;
        display: block;
        padding: 2px;
        border: 1px solid darkgray;
    }

    .floordetails ul li .sub-menu {
        position: relative;
    }

    .floordetails label svg.injected-svg.svg {
        display: block;
        float: right;
        height: 12px;
        margin-top: 2px;
    }

    .floordetails ul li>label {
        background-color: transparent;
        padding: 2px;
        border: 1px solid darkgray;
        height: 25px;
        max-width: inherit;
        display: block;
        align-content: center;
    }

    .floordetails ul li>input:checked+label+.sub-menu {
        /* height: 25px; */
        /* background-color: white; */
        /* padding: 2px; */
        /* border: 1px solid lightgray; */
    }

    li.menu-item.headerItem a {
        border-bottom: 1px solid black;
        width: inherit;
    }

    .header-menu li.menu-item:not(.headerItem) {
        padding-left: 20px !important;
    }

    /* #plan-container.has-sponsor {
        height: calc(40dvh - 70px);
    } */

    #plan-container {
        height: calc(40dvh - 35px);
        position: relative;
        top: 35px;
    }

    #plan-container details {
        height: inherit;
    }

    #plan-container #controls {
        right: 5px;
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        height: fit-content;
    }

    #plan-container #controls button {
        height: 30px;
        width: 30px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
        margin-bottom: 5px;
    }
    
    li.headerItem a {
        border-bottom: 1px solid;
        font-size: 14px;
        font-weight: bold;
    }

    .livabl .floordetails {
        display: none;
    }

    .livabl li.menu-item.current-menu-item {
        background: #2678AD;
        border: 0;
    }

    .poi-opened .room-label-container {
        z-index: 998;
    }

    div#sponsor-logo {
        display: none;
    }

    /* div#sponsor-logo {
        height: 35px;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding-bottom: 0;
        padding-left: 10px;        
    }

    div#sponsor-logo span.logo-header {
        height: 14px;
        padding-bottom: 1px;
        font-size: 10px;
    }

    #sponsor-logo img {
        height: 16px;
        width: 80px !important;
    } */

    .modal-hotspot .ht-body {
        line-height: 10px !important;
    }

}