/* 
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('../images/icons/fs_blue.svg') url('../images/icons/invert_fs_blue.svg') url('../images/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;
    background: #FFFFFF;
    height: 100dvh;
}

body.inFrame {
    background: #FFFFFF;
}

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

body.inFullScreen::backdrop {
    background: #FFFFFF;
    height: 100dvh;
}

::backdrop {
    background: #FFFFFF;
    height: 100dvh;
}

:not(:root):fullscreen::backdrop {
    position: fixed;
    inset: 0px;
    background: #FFFFFF;
    height: 100dvh;
}

body {
    height: calc(var(--vh, 1vh) * 100);
}

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

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

figure {
    margin: 0;
}

.zonda-button {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    line-height: 1rem;
}

#zonda-configsListContainer .zonda-button {
    background-color: transparent;
}

#zonda-title input[name='zonda-title'].text {
    width: 100%;
}

.zonda-button:hover {
    cursor: pointer;
}

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

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

img.svg {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 8px;
}

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

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;
}

.header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    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;
}

.headerRightIcons {
    position: absolute;
    right: 20px;
}

#loginIcon,
#saveIcon,
#shareIcon {
    height: 50px;
    background: url(../images/icons/user.svg?v=1);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 40px;
    float: left;
    margin: 9px 5px;
}

#saveIcon {
    background: url(../images/icons/save_view.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#saveIcon:hover {
    background-image: url(../images/icons/save_view_active.png);
}

#shareIcon {
    background: url(../images/icons/share.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

#shareIcon:hover {
    background-image: url(../images/icons/share_active.svg);
}

#loginIcon:hover {
    background-image: url(../images/icons/user_hvr.svg);
}

#loginIcon.lggd,
#loginIcon.lggd:hover {
    background: url(../images/icons/user_logged.svg?v=1);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.bgOverlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    display: none;
}

.bgOverlay .logo,
.bgOverlay h1 {
    position: absolute;
    /* Following code commented because it creates issues on tablet & UI breaks*/
    /* top: 25%;
    left: 49%;
    transform: translate(-50%, -50%); */
}

.bgOverlay h1 {
    top: 30%;
    font-size: 25px;
    color: white;
    left: 50%;
    font-family: "Montserrat M", sans-serif;
    width: 100%;
    text-align: center;
}

.login {
    position: absolute;
    text-shadow: none;
}

.login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    min-width: 300px;
    background-color: #F4F6F9;
    border-radius: 5px;
    box-shadow: 0 0 12px #424242;
    text-shadow: none;
    z-index: 9999;
}

.loginFeild,
.saveField,
.comment-checkbox {
    margin: 10px 35px;
    text-align: left;
}

.loginFeild input,
.saveField input {
    height: 30px;
    margin-top: 5px;
    padding: 0 5px;
    color: #5d5d5d;
    border: 1px solid gray;
    width: 250px;
}

.login ul {
    list-style: none;
    padding: 0;
}

.login label {
    font-size: 13px;
    color: #000000;
    margin-right: 10px;
}

button.loginBtn,
button.saveBtn {
    background-color: #2678AD;
    color: #F4F6F9;
    border-style: hidden;
    font-family: "Montserrat R", sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    padding: 9px 15px;
    width: calc(100% - 66px);
    margin: 0 33px;
    margin-bottom: 10px;
}

button.loginBtn.disable {
    pointer-events: none;
    opacity: 0.4;
}

.authenticate {
    font-size: 13px;
    color: #8161ef;
    text-align: center;
    margin-bottom: 10px;
}

.login .close {
    position: absolute;
    top: 6px;
    right: 9px;
    cursor: pointer;
}

.popupTitle {
    margin-left: 10px;
    font-weight: normal;
}

.popupHeader {
    position: relative;
    border-bottom-style: none;
    padding: .6em 15px;
}

.popupHeader,
.popup .popupHeader {
    color: #FFFFFF;
    font-size: 16px;
    /* border-bottom: 2px solid #5E3AD8; */
    font-family: "Montserrat M", Arial, sans-serif;
    box-shadow: none;
    padding: 10px 0;
    background: #2678AD;
}

.bgOverlay .ui-shadow-inset {
    box-shadow: none;
    border: 0;
}

.loginBtn.cls,
.saveBtn.cls {
    background: url(https://apps.zondavirtual.com/ola/v1.0/images/close_new.svg?v=1);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2D2E31;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 50%;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

input.kpmesignedin {
    width: 15px;
    height: 15px;
    position: absolute;
}

.comment-checkbox label {
    padding-left: 25px;
}

.buttonSignout {
    background: url(https://apps.zondavirtual.com/app/v5.1/resources/images/logout_28X28.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-position: center;
}

#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: #565656;
    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;
    border-bottom: 1px solid #FFFFFF;
}

.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;
}

#header_menu.widthrem {
    width: auto !important;
}

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;
}

#optionsPanel .ZondaPanel .scroll {
    max-height: unset;
}

#optionsPanel .ZondaPanel details {
    margin: 0;
}

.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;
    width: calc(100% - 25%);
}

.noHeaderBtns .builder-image {
    top: 0 !important;
    max-height: 100% !important;
}

.noHeaderBtns .tools {
    bottom: 60px !important;
}

.noHeaderBtns .phonebtmpanel {
    bottom: 5px !important;
}

.noHeaderBtns #zonda-divLoader {
    display: none !important;
}

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

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

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

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

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

.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: #FFFFFF;
}

.toggle-sidebar button span {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    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: 25%;
    height: calc(100% - 70px);
    right: 0;
    background: #FFFFFF;
}

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

.large-image+.builder-sidebar,
#zonda-divSpacePlanner #zonda-header>div:first-child,
#zonda-divItemSelected h4 {
    display: none !important;
}

#plan-container #zonda-divSpacePlanner #zonda-search input {
    padding: 5px 10px !important;
    width: 100%;
    color: #8E8E8E;
    font-size: 14px;
    border: 1px solid #F1F1F1;
    z-index: 100;
    position: relative;
}

#plan-container #zonda-divSpacePlanner #zonda-header {
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    background: white;
    z-index: 999;
}

#zonda-divItemSelected {
    position: absolute;
    left: -55px;
    top: 40%;
}

.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 .zonda-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: none;
    max-width: none;
    margin: 0 0 5px;
}

.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: 0;
    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: #565656;
    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%;
    height: inherit;
}

#zonda-divLoading .zonda-header {
    background: none;
}

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

.builder-options.visible {
    pointer-events: all;
    display: block;
    top: 40px;
    height: calc(100% - 40px);
    position: relative;
}

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

.toggle-sidebar label {
    padding: 0;
}

#loading {
    position: absolute;
    width: calc(100% - 500px);
    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;
}

.tools {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.viewbtn,
#zonda-divSpacePlanner .zonda-icon.zonda-button {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    clear: both;
    cursor: pointer;
    margin: 5px 0;
    padding: 0;
    border-radius: 3px;
}

.ambientTools {
    position: absolute;
    top: 0;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px;
    right: 0;
    border-radius: 3px;
}

.ambientTools label {
    display: block;
}

div#zonda-divCatalog {
    display: block !important;
    height: calc(100% - 45px);
}

#zonda-divCatalog h4.zonda-title {
    display: none;
}

.zonda-spaceplanner-list {
    margin-top: 5px;
}

div#zonda-divItems {
    overflow-y: auto;
}

#zonda-divSpacePlanner #zonda-divItems {
    max-height: 100%;
    margin-top: 30px;
}

.viewbtn,
.icon.zonda-button {
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#zonda-divOptions .zonda-icon.zonda-button {
    height: 25px;
    margin-left: 5px;
}

button#btneye,
button#zonda-btneye {
    background-image: url(../images/icons/birdeye_grey.png);
}

#zonda-divOptions button#zonda-btneye {
    border: 0;
    position: relative;
    right: 2px;
    top: 3px;
}

.icon.zonda-button .fa:before {
    content: '';
}

#btnarrows-to-eye {
    background-image: url(../images/icons/focus.png);
}

#btnarrows-to-eye:hover {
    background-image: url(../images/icons/focus_active.png);
}

#btnclone {
    background-image: url(../images/icons/duplicate.png);
}

#btnclone:hover {
    background-image: url(../images/icons/duplicate_active.png);
}

#btntrash {
    background-image: url(../images/icons/delete.png);
    background-size: 60%;
}

#btntrash:hover {
    background-image: url(../images/icons/delete_active.png);
    background-size: 60%;
}

.fullscreenbtn:hover {
    background: url(../images/icons/fs_blue.svg);
    background-size: 100%;
}

.fullscreenbtn {
    background: url(../images/icons/fs_white.svg);
    background-size: 100%;
}

.fullscreenbtn:hover {
    background: url(../images/icons/fs_blue.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn {
    background: url(../images/icons/invert_fs_white.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn:hover {
    background: url(../images/icons/invert_fs_blue.svg);
    background-size: 100%;
}

label.viewbtn.birdeye {
    background-image: url(../images/icons/birdeye_grey.png);
}

label.viewbtn.birdeye:hover {
    background-image: url(../images/icons/birdeye_active.png);
}

label.viewbtn.dnwldv {
    background-image: url(../images/icons/download.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

label.viewbtn.dnwldv:hover {
    background-image: url(../images/icons/download_active.png);
}

label.viewbtn.copyvtc {
    background-image: url(../images/icons/copy-link.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

label.viewbtn.copyvtc:hover {
    background-image: url(../images/icons/copy-link_active.svg);
}

label.viewbtn.svvtc {
    background-image: url(../images/icons/save_view.png);
}

label.viewbtn.svvtc:hover {
    background-image: url(../images/icons/save_view_active.png);
}

label.viewbtn.csv {
    background-image: url(../images/icons/clear_view.png);
}

label.viewbtn.csv:hover {
    background-image: url(../images/icons/clear_view_active.png);
}

label.viewbtn.loadv {
    background-image: url(../images/icons/load_view.png);
}

label.viewbtn.loadv:hover {
    background-image: url(../images/icons/load_view_active.png);
}

label.viewbtn.wlkinv {
    background-image: url(../images/icons/walkinv_grey.png);
    background-size: 90%;
}

label.viewbtn.wlkinv:hover {
    background-image: url(../images/icons/walkinv_active.png);
}

label.viewbtn.hme {
    background-image: url(../images/icons/home_grey.png);
    background-size: 90%;
}

#header_menu label.viewbtn.hme {
    position: absolute;
    left: -70px;
    top: 10px;
}

label.viewbtn.hme:hover {
    background-image: url(../images/icons/home_active.png);
}

label.viewbtn.wlkinv.active,
label.viewbtn.hme.active,
label.viewbtn.birdeye.active {
    display: none;
}

.disclaimerVrHden,
.disclaimerVr {
    position: absolute;
    left: 10px;
    bottom: 15px;
    right: 45px;
    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: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.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: calc(100% - 60px);
    margin-top: 60px;
    display: none;
    overflow-y: hidden;
}

.nooptions #plan-container {
    height: calc(100% - 10px);
    margin-top: 10px;
}

.scene-container #zonda-divPopup {
    min-height: 30px;
}

.rmMode #plan-container,
.nooptions #plan-container {
    display: block;
}

.rmMode #optionsPanel,
.nooptions #optionsPanel {
    display: none;
}

details#zonda-divOptions {
    width: calc(100% - 20px) !important;
    top: 50px !important;
    border: 1px solid #F1F1F1;
    padding: 11.5px 20px 11.5px 14px !important;
    height: calc(100% - 50px);
    overflow-y: auto;
    left: 10px !important;
}

details#zonda-divOptions.ZondaPanel label {
    padding: 0 0 10px;
    font-size: 14px;
    border: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    white-space: pre-wrap;
}

details#zonda-divOptions.ZondaPanel .checkbox,
details#zonda-divOptions.ZondaPanel .radio {
    width: 20px;
    height: 20px;
    margin-left: -5px;
    margin-right: 10px;
    top: 0;
    cursor: pointer;
    accent-color: #2678AD;
    flex: none;
}

.switchMenuBtns {
    padding: 7px 10px 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    border-top: 1px solid #F1F1F1;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    top: 40px;
}

.switchMenuBtns label {
    padding: 10px;
    background: lightgray;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    width: 50%;
}

.switchMenuBtns label.active {
    background: #2678AD;
    cursor: default;
}

#zonda-divSpacePlanner .scroll {
    max-height: unset;
    overflow: hidden;
    height: 100%;
    text-align: left;
}

#zonda-divSpacePlanner label#zonda-search {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    display: none !important;
}

.main.rmMode .builder .builder-options #furniture-search-control {
    display: block;
    top: 52px;
    position: absolute;
    width: 90%;
    height: 30px;
    display: flex;
    align-items: center;
}

#main:not(.rmMode) .builder .builder-options #furniture-search-control {
    display: none;
}

#furniture-search-control label {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    cursor: pointer;
    padding-right: 20px;
    white-space: nowrap;
}

#furniture-search-control label input {
    border: 0;
    width: 100%;
    padding: 7px;
    color: #8E8E8E;
    outline: 0;
    font-size: 14px;
}

#zonda-divSpacePlanner label#zonda-search input {
    border: 0;
    width: 100%;
    padding: 7px;
    color: #8E8E8E;
    outline: 0;
    font-size: 14px;
}

details#zonda-divSpacePlanner {
    position: static;
    /*overflow: hidden;*/
    height: 100%;
}

#zonda-divSpacePlanner .zonda-thumbnail {
    width: 100px;
    height: 100px;
}


.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 {
    padding: 10px 0;
    height: 208px;
    object-fit: scale-down;
}

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

.product-img-left,
.product-img-right {
    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);
}

.img-slide.active {
    display: block;
}

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: 20px;
    width: 18px;
    left: 2px;
    bottom: 0px;
    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: 20px;
    display: block;
    float: left;
    clear: both;
    position: relative;
}

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

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

.hotspotToggleBtn .switch label {
    font-size: 14px;
    line-height: 18px;
    font-family: "CircularXXSub-Medium";
    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;
}

.floordetails {
    text-transform: uppercase;
    color: #6f6353;
    background: #FFFFFF;
    top: 0;
    z-index: 999;
    display: block;
    position: absolute;
    padding: 10px;
    border-radius: 2px;
    display: inline-block;
}

.hsflrs details#zonda-divOptions {
    top: 60px !important;
    height: calc(100% - 60px);
}

.hsflrs.hs2dplan details#zonda-divOptions {
    top: 380px !important;
    height: calc(100% - 380px) !important;
}

#plan2dcontainer,
.rmMode.hs2dplan #plan2dcontainer {
    background: #FFFFFF;
    position: absolute;
    border: 1px solid #F1F1F1;
    top: 60px;
    height: 310px;
    z-index: 99;
    width: calc(100% - 20px);
    left: 10px;
    display: none;
}

.hs2dplan #plan2dcontainer {
    display: flex;
    justify-content: center;
}

#loginPanel {
    position: absolute;
    top: 65px;
    right: 25px;
    width: 380px;
    border-style: solid;
    border-width: 1px;
    display: none;
    z-index: 999999;
    font-size: 13px;
    background: #fff;
    border-color: #2678AD;
    display: none;
}

#loginPanel.vertical,
#configsPanel.vertical {
    right: 55px;
    left: auto;
}

#page.right #loginPanel.vertical,
#page.right #configsPanel.vertical {
    right: auto;
    left: 55px;
}

.c1 {
    margin: -11px -191px 0 !important;
}

.c2 {
    margin: -10px -191px 0 !important;
}

.panelArrow {
    right: 200px;
    border-style: dashed dashed solid;
    border-color: transparent;
    border-width: 0 10px 10px;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 402;
    border-bottom-color: #2678AD;
}

.b1 {
    margin: -11px -185px 0;
}

.b2 {
    margin: -10px -185px 0;
}

#configsPanel {
    position: relative;
    width: 380px;
    border-radius: 0;
}

.configsTitle {
    height: 35px;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 35px;
    font-weight: normal;
    color: #FFF;
    background-color: #2678AD;
}

#homes {
    overflow: auto;
}

.home {
    position: relative;
    cursor: pointer;
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-top-style: none;
}

.homeCommunity {
    margin: 0 20px 5px 0;
    font-weight: bold;
}

.homePic {
    float: right;
    max-height: 66px;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 66px;
}

.divButtonHeader {
    float: right;
    padding-top: 5px;
    height: 30px;
}

.zonda-buttonSignin {
    /*background: url(../images/login_28X28.svg) no-repeat;*/
    display: inline-block;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.zonda-buttonSignout {
    background: url(https://apps.zondavirtual.com/app/v5.1/resources/images/logout_28X28.svg) no-repeat;
    display: inline-block;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.homePlan {
    font-weight: bold;
}

.homeRooms {
    margin-top: 5px;
}

.homeDelete,
.loadsavedPlan {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: #e80909;
    color: #FFF;
    padding: 3px;
    border-radius: 2px;
    font-size: 12px;
}

.loadsavedPlan {
    right: 60px;
    border-radius: 2px;
    font-size: 12px !important;
    pointer-events: none;
    background: #2678AD;
}

.dateTimeMsg {
    font-size: 8px;
    position: absolute;
    right: 5px;
}

.noHomes {
    padding: 10px;
    font-weight: bold;
}

.clear {
    height: 0;
    font-size: 1px;
    margin: 0;
    padding: 0;
    line-height: 0;
    clear: both;
    float: none;
}

.phonebtmpanel {
    display: none;
}

#main.rmMode .builder .builder-options .mobcategrydropdown {
    height: auto;
    top: 75px;
    position: absolute;
    width: 90%;
    color: #8E8E8E;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 10px 0;
    padding-left: 5px;
    padding-right: 12px;
    border: 0;
    background-color: #ffffffdd;
    overflow: hidden;
    margin-bottom: 0px;
    border: 1px solid rgba(211, 211, 211, 0.4);
}

.mobcategrydropdown,
.mobcategrydropdown li {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 20px 5px;
    font-size: 11px;
    position: relative;
    background-color: transparent;
    color: #565656;
}

ul.mobcategrydropdown li {
    padding: 5px;
    z-index: 2;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

li.init {
    cursor: pointer;
}

li.selected-category {
    background-color: #2678AD;
    border-color: #2678AD;
    color: white;
}

.mobcategrydropdown {
    height: 20px;
}

#main.rmMode .builder .builder-options .mobcategrydropdown li.init {
    background-image: url(https://apps.zondavirtual.com/3dfp/assets/images/icons/chevron-down-solid-blue.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 96% 53%;
    background-color: white;
    padding: 6px 10px;
}

#main.rmMode .builder .builder-options[data-set] .mobcategrydropdown {
    height: auto;
    padding: 0;
    max-height: calc(100% - 100px);
    overflow-y: auto;
}

#zonda-divOptions {
    background-color: white;
}

#zonda-divItems .zonda-spacePlanner.zonda-content[data-display="0"] {
    display: none;
}

#main:not(.rmMode) ul.mobcategrydropdown {
    display: none !important;
}

.pulsing.logo {
    position: absolute;
    width: 160px;
    height: 34px;
    top: 10px;
    left: 25px;
}

.pulsing.rooms {
    position: absolute;
    width: 600px;
    height: 34px;
    top: 10px;
    left: calc(50vw - 300px);
}

.pulsing.icons {
    position: absolute;
    width: 100px;
    height: 40px;
    top: 5px;
    right: 25px;
}

.pulsing.floors {
    position: absolute;
    width: 120px;
    height: 35px;
    top: 45px;
    left: calc(100% - 24.65%);
}

.pulsing.switches {
    position: absolute;
    width: 480px;
    height: 50px;
    top: 90px;
    right: 10px;
}

.pulsing.lists {
    position: absolute;
    width: 480px;
    height: calc(100dvh - 145px);
    top: 145px;
    right: 10px;
}

.pulsing.main-container {
    opacity: 1;
    /* width: calc(100% - 500px) !important; */
    top: 45px;
    background: transparent;
}

#zonda-divAlert {
    position: fixed;
    padding-right: 0px !important;
    padding: 0px;
}

.zonda-floorplan2d.zonda-content {
    height: 100%;
    width: 100%;
    position: absolute;
}

body.portrait-mode svg#floorplan {
    height: 95% !important;
    width: 100% !important;
}

svg#floorplan {
    height: 95% !important;
    width: 100% !important;
}

article #zonda-divItemSelectedActions button {
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

article div#zonda-divItemSelectedActions {
    display: flex;
    flex-direction: column;
}

article div#zonda-divItemSelected {
    position: absolute;
    right: 10px;
    top: 40%;
    left: auto !important;
}

details#zonda-divSession,
details#zonda-divFloorplan2d {
    height: 100% !important;
    width: 100% !important;
}

.headerRightIcons #saveIcon,
.headerRightIcons #shareIcon {
    /* font-size: 30px;
    text-align: center;
    color: #2678AD;
    background: none; */
}

/*#region New login & config popup changes*/
body:not(.logged-in) details#zonda-divSession {
    background: rgba(0, 0, 0, 0.3) !important;
    position: relative;
    z-index: 999999 !important;
}

body:not(.logged-in) .zonda-session.zonda-content {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: 11rem !important;
    width: 21rem !important;
    max-width: 600px !important;
    min-width: 300px;
    background-color: #F4F6F9 !important;
    box-shadow: 0 0 12px #424242;
    text-shadow: none;
    z-index: 1 !important;
    cursor: default;
}

body.logged-in .zonda-session.zonda-content {
    position: absolute;
    right: 25px;
    top: 45px;
    height: auto !important;
    width: 21rem !important;
    max-width: 600px !important;
    min-width: 300px;
    background-color: #F4F6F9 !important;
    box-shadow: 0 0 12px #424242;
    text-shadow: none;
    z-index: 1 !important;
}

body.logged-in.config-mode .zonda-session.zonda-content {
    right: 70px;
}

div#zonda-divSessionCloseIcon {
    /* background: url(https://apps.zondavirtual.com/ola/v1.0/images/close_new.svg?v=1); */
    /* background-size: 12px 12px; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-color: #2D2E31; */
    /* position: fixed; */
    /* width: 30px; */
    /* height: 30px; */
    /* padding: 2px; */
    /* border-radius: 50%; */
    /* cursor: pointer; */
    /* z-index: 1; */
    /* top: -15px !important; */
    /* right: -15px !important; */
}

div#zonda-divAlertCloseIcon, 
div#zonda-divSessionCloseIcon {
    background-image: url(../images/close-btn-white.svg) !important;
}

div#zonda-divSessionCloseIcon {
    /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+DQo8cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiI+PC9wYXRoPg0KPC9zdmc+); */    
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 5px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block !important;
}

.zonda-session.zonda-content h3.zonda-title {
    margin: 0px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-family: sans-serif;
    box-shadow: none;
    padding: 0.625rem;
    background: #2678AD;
    border-color: #2678AD;
    cursor: default;
}

div#zonda-loginRow {
    margin: 0.625rem;
    display: block !important;
}

label#zonda-email {
    display: block;
    height: auto;
    width: 100% !important;
}

body.logged-in button[title="Login"]#zonda-btnright-to-bracket {
    position: relative;
}

body:not(.logged-in) button[title="Login"]#zonda-btnright-to-bracket {
    background-color: #2678AD !important;
    color: #F4F6F9;
    border-style: hidden;
    font-family: "Montserrat R", sans-serif;
    font-size: 0.875rem;
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    width: 4.5rem;
    margin-bottom: 0.625rem;
    position: fixed;
    bottom: 0px;
    right: 10px;
}

body:not(.logged-in) div#zonda-autoLoginRow {
    padding: 10px;
    width: auto !important;
    display: flex !important;
    right: auto !important;
    box-sizing: border-box;
    padding: 0px !important;
    /* align-items: baseline !important; */
    box-sizing: border-box;
    height: 1.875rem;
    margin: 0px 7px;
}

div#zonda-autoLoginRow .zonda-text {
    display: none;
}

input[name="zonda-email"].text {
    height: 1.875rem;
    padding: 0 5px;
    color: #5d5d5d;
    border: 1px solid gray;
    width: 100% !important;
}

.zonda-session .zonda-text {
    width: 100% !important;
    height: 1.375rem;
    padding-top: 0px !important;
    font-size: 0.75rem;
}

label#zonda-autoLogin {
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
    border: none;
    align-items: end;
    align-items: center;
}

button#zonda-btnlink {
    display: none;
}

body:not(.logged-in) button[title='Login'] i {
    display: none;
}

body:not(.logged-in) button[title='Login']::after {
    content: 'Login'
}

div#zonda-selectRow {
    display: flex !important;
    padding: 0px !important;
    margin: 0.625rem;
    align-items: normal !important;
    height: 1.875rem;
}

div#zonda-configs {
    display: block !important;
    height: auto;
    width: calc(100% - 90px);
}

#zonda-configs select.zonda-session-list {
    height: 1.875rem;
    padding: 0px 5px 2px 3px;
    font-size: 0.875rem;
    border-radius: 0;
    outline: none;
    width: 100%;
}

div#zonda-detailsRow {
    display: flex !important;
    padding: 0px !important;
    margin: 0.625rem 0.625rem 0.625rem 0px;
    align-items: normal !important;
    justify-content: space-between;
    height: 1.875rem;
}

label#zonda-configLabel {
    padding: 0px !important;
    display: flex !important;
    height: 30px;
    width: calc(100% - 90px) !important;
}

div#zonda-loginRow {
    display: flex !important;
}

div#zonda-configsSection {
    width: 100%;
}

#zonda-configLabel input.text {
    width: inherit !important;
    position: absolute;
    height: 1.875rem;
    padding: 0 5px;
    min-width: inherit !important;
    padding-bottom: 0px;
    font-size: 0.9375rem;
    outline: none;
    border-radius: 0;
    border: none;
}

button#zonda-btntrash {
    width: 20px;
}

button#zonda-btnsave {
    width: 20px;
    right: 45px;
    position: absolute;
}

button.zonda-button {
    background-color: transparent;
}

#zonda-divItemSelectedActions button.zonda-button {
    background-color: #FFFFFF;
}

div#zonda-infoSection {
    padding-left: 10px;
    box-sizing: border-box;
    cursor: default;
}

#zonda-infoContent .zonda-text:first-child {
    width: auto !important;
    text-align: right;
}

#zonda-autoLogin input.checkbox {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

#zonda-autoLogin label {
    height: 1.4rem;
    align-content: end;
    margin-left: 2px;
    font-size: 0.875rem;
    cursor: default;
}

details#zonda-divSession * {
    /* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important; */
}

body.logged-in div#zonda-divSessionCloseIcon {
    z-index: 1;
}

.logged-in .zonda-session.zonda-content > h3.zonda-title {
    color: transparent;       /* hides original text */
    position: relative;
    cursor: default;
}

.logged-in .zonda-session.zonda-content > h3.zonda-title::after {
    content: "User Profile";
    color: white;
    left: 10px;
    position: absolute;
}

.logged-in.config-mode .zonda-session.zonda-content > h3.zonda-title::after {
    content: "Saved Designs";
    color: white;
    left: 10px;
    position: absolute;
}

.logged-in #zonda-divSession button.zonda-button.zonda-icon {
    width: 1.875rem;
    height: 1.875rem;
    padding-left: 10px;
    font-size: 1.25rem;
    background-color: transparent !important;
    outline: none;
    border: hidden;
    position: relative;
}

#zonda-infoSection h4.zonda-title {
    font-size: 0.937rem;
    margin-top: 0.75rem;
    font-weight: normal;
}

#zonda-divAlert h1.zonda-title.zonda-header {
    height: 38px;
    padding: 0px 10px;
    vertical-align: middle;
    line-height: 38px;
    font-weight: normal;
    color: #FFF;
    background-color: #2678AD;
    font-weight: lighter;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-family: sans-serif;
}

#zonda-divAlert .zonda-alert.zonda-content.scroll {
    padding: 10px;
}

#zonda-divAlert div#zonda-body {
    width: 100%;
    font-size: 12px;
}

#zonda-divAlert div#zonda-footer {
    margin: 0;
    cursor: default;
}

#zonda-divAlert button#zonda-btnNo,
#zonda-divAlert button#zonda-btnCancel {
    margin-left: 20px;
}

body.logged-in div#zonda-divAlert {
    padding: 0 !important;
    z-index: 1001 !important;
}

#zonda-divAlert div#zonda-divAlertCloseIcon {
    right: 5px;
    top: 8px;
}

.zonda-alert #zonda-footer button#zonda-btnYes, 
.zonda-alert #zonda-footer button#zonda-btnNo,
.zonda-alert #zonda-footer button#zonda-btnCancel {
    color: #FFF;
    background-color: #2678AD;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.875rem;
}

body.logged-in input[name="zonda-email"].text {
    border: none;
    opacity: 0.9;
    font-size: 0.875rem;
}

body.logged-in details#zonda-divSession {
    pointer-events: none;
}

body.logged-in details#zonda-divSession > div {
    pointer-events: all;
}

#zonda-description input.text {
    outline: none;
    border: 1px solid lightslategray;
    border-radius: 0;
    width: 100% !important;
}

#zonda-viewModeWrapper div {
    width: 60px;
    margin-right: 5px;
}

label#zonda-viewModeToggle {
    width: inherit;
    background: transparent;
    border: none;
    outline: none;
}

.ZondaPanel input:checked + .zonda-slider:before {
    transform: translateX(36px);
    top: 3px;
}

.zonda-slider.round:before {
    top: 3px;
}

div#zonda-configsSection {
    padding: 5px;
}

div#zonda-footer.zonda-session {
    padding: 5px;
}

button#zonda-btnShare {
    /* visibility: hidden; */
}

div#zonda-configs {
    padding: 2px 0px 5px 0px;
    width: 100%;
}

#zonda-configsHeaderRow h3.zonda-title {
    background: none;
    color: black;
    padding: 0px 0px 0px 1px;
}

p.zonda-title {
    font-size: 14px;
}

span.show-all-label {
    font-size: 0.875rem !important;
    font-family: sans-serif;
}

.config-item-label .zonda-editable-text-field-edit input.text, .config-item-label .zonda-editable-text-field-readonly input.text {
    font-size: 0.875rem !important;
}

.zonda-session.config-item-details .zonda-text.config-item-info {
    align-content: center;
}

.options, .furnitures {
    white-space: nowrap !important;
    display: inline;
    margin-right: 5px !important;
}


button#zonda-btnLoad {
    background: transparent;
    border: none;
    color: #2678AD;
    padding: 2px;
    cursor: pointer;
}

#zonda-configsListContainer .config-item:not(.current) {
    background-color: #FFFFFF;
    border: 1px solid darkgray;
}

.zonda-clearable.config-item-label {
    margin-right: 0px !important;
}

.config-item-image-container .config-item-details {
    display: block !important;
}

.zonda-session.config-item-footer button {
    font-family: sans-serif;
    font-size: 12px !important;
    width: auto !important;
    border: none;
    background: transparent;
    color: steelblue;
    cursor: pointer;
}

.zonda-clearable.config-item-label label,
.zonda-clearable.config-item-label input.text {
    /* outline: 0.5px solid lightgray; */
    border: none;
}

div#zonda-sessionFooter button:not([disabled]) {
    background: #2678AD;
    border: none;
    color: white;
    font-family: sans-serif;
}

.zonda-alert div#zonda-dynamic {
    margin: 5px 0px;
}

.zonda-alert p.zonda-title {
    margin: 5px 0px;
    font-family: sans-serif;
}

input[name="zonda-email"]::placeholder {
    font-size: 14px;
}

.zonda-session.config-item-footer {
    bottom: 0;
    position: absolute;
}

#zonda-configsListContainer .config-item-image-container {
    gap: 5px;
}

span[title="Edit"], span[title="Cancel changes"] {
    padding: 10px;
}

#zonda-configsListContainer .config-item-details {
    height: 100%;
    position: relative;
}

#zonda-configsListContainer button#zonda-btnDelete {
    margin-right: 10px;
}

#zonda-sessionFooter button#zonda-btnSave_As___ {
    font-size: 24px !important;
}

div#zonda-footer.zonda-session.zonda-panel-footer {
    padding: 3px 0px;
    gap: 5px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    cursor: default;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

div#zonda-footer.zonda-session.zonda-panel-footer button {
    /* border: hidden; */
    /* background-color: transparent; */
    font-size: 14px;
    padding: 0px 10px;
    /* min-width: 65px; */
    /* text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap; */
    border: 1px solid gray;
    border-radius: 5px;
    height: 25px;
}

div#zonda-footer.zonda-session.zonda-panel-footer button:not([disabled]) i {
    color: #2678AD;
}

div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave {
    /* background: url(../images/icons/save.svg); */
    /* background-size: 80%; */
    /* background-repeat: no-repeat; */
    background-position: center;
    height: 25px;
    width: auto;
    cursor: pointer;
}

div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave[disabled] {
    /* background: url(../images/icons/save_grey.svg);
    background-size: 80%;
    background-repeat: no-repeat; */
    background-position: center;
    height: 25px;
    width: 25px;
    cursor: no-drop;
}

div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave_As___ { 
    /* background: url(../images/icons/plus.svg);
    background-size: 80%;
    background-repeat: no-repeat; */
    background-position: center;
    height: 25px;
    width: 25px;
    /* margin-left: 10px; */
    white-space: nowrap;
    width: auto;
}

div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnShare { 
    /* background: url(../images/icons/share.svg);
    background-size: 80%;
    background-repeat: no-repeat; */
    background-position: center;
    height: 25px;
    width: auto;
    margin-left: 0px;
}

div#zonda-footer.zonda-session.zonda-panel-footer div#zonda-sessionFooter {
    justify-content: center;
    margin: 0px !important;
    cursor: default;
}

.zonda-session.config-item-footer #zonda-btnDelete {
    background: url(../images/icons/delete.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px !important;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.zonda-session.config-item-footer {
    display: flex;
    width: 100%;
    place-content: space-between;
    flex-wrap: wrap;
}

.zonda-editable-text-field-readonly input {
    padding: 3px 0px !important;
}

.logged-in #zonda-divSession div#zonda-autoLoginRow {
    position: relative;
    right: auto;
    padding-bottom: 10px;
    padding-left: 5px;
}

/* Hide by default (non-current items) */
.config-item:not(.current) span[title="Edit"],
.config-item:not(.current) .config-item-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Always visible for current item */
.config-item.current span[title="Edit"],
.config-item.current .config-item-footer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Desktop hover behavior */
@media (hover: hover) and (pointer: fine) {
  .config-item:not(.current):hover span[title="Edit"],
  .config-item:not(.current):hover .config-item-footer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #zonda-configsListContainer .config-item:not(.current):hover {
    background-color: #eef6ff;
    border-color: #90caf9;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
  }
}

/* Mobile toggle class */
.config-item.show-actions span[title="Edit"],
.config-item.show-actions .config-item-footer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#zonda-configsListContainer .config-item.show-actions:not(.current) {
  background-color: #eef6ff;
  border-color: #90caf9;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);
}

/*#endregion New login & config popup changes*/

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 768px) {
    .pulsing.switches {
        position: absolute;
        width: 480px;
        height: 60px;
        top: 90px;
        right: 10px;
    }

    .pulsing.main-container {
        top: 45px;
    }

    .pulsing.logo,
    .pulsing.rooms {
        top: 15px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 1024px) and (max-height: 1024px) {
    .pulsing.switches {
        position: absolute;
        width: 480px;
        height: 70px;
        top: 80px;
        right: 10px;
    }

    .pulsing.main-container {
        top: 45px;
    }

    .pulsing.logo,
    .pulsing.rooms {
        top: 15px;
    }
}

/* ========== MOBILE (Phones) ========== */
/* Mobile styles */
@media only screen and (max-width: 767px) {

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

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

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

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

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

    .cameraSection {
        bottom: 0;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    #discalimerText {
        font-size: 11px;
    }

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

    .fullscreenbtn {
        bottom: 5px;
        display: none;
    }

    .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;
        position: absolute;
    }

    div#zonda-divItems .zonda-content {
        padding: 5px;
    }

    .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        width: 100px;
        height: auto;
    }

    .main #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(5, 1fr);
    }

    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: none;
        overflow-y: auto;
        max-height: calc(100dvh - 140px);
    }

    nav#header_menu ul.header-menu {
        max-height: calc(30vh);
    }

    .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: #FFFFFF;
        display: inline;
        z-index: 99;
        right: 35px;
        position: fixed;
        top: 0;
    }

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

    .header_community {
        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: 0;
        height: 60px;
        top: 5px;
        width: auto;
    }

    #header_menu.active {
        height: auto;
    }

    .disclaimerVrHden,
    .disclaimerVr {
        position: fixed;
        border: 1px solid #e0e0e0;
        background: #e0e0e0;
        bottom: 50px;
    }

    .portrait-mode.pinned article.builder-image .disclaimerVrHden,
    .portrait-mode.pinned article.builder-image .disclaimerVr {
        bottom: calc(30% + 50px) !important;
    }

    .floordetails ul li .sub-menu label,
    .floordetails ul li>input:checked+label+.sub-menu {
        margin: 0;
        background: rgba(255, 255, 255, 0.67);
    }

    .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;
    }

    .header_info span {
        font-size: 14px;
        margin-top: 5px;
    }

    .header_community {
        padding-left: 0;
    }

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

    #loginPanel {
        max-width: 80vw;
        right: 5px;
    }

    #configsPanel {
        max-width: 80vw;
    }

    .phonebtmpanel {
        left: 0;
        right: 0;
        align-items: center;
        display: flex;
        height: 35px;
        background: white;
        color: #2678AD;
        width: 100%;
        bottom: 0px;
        position: fixed;
        z-index: 999999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .phonebtmpanel a {
        flex: 1 1 0%;
        position: relative;
        background-position: center center;
        text-align: center;
        font-weight: normal !important;
        border-right: 1px solid gray;
        color: #636363;
        border: none;
        font-size: 14px;
        cursor: pointer;
        z-index: 999;
        padding: 10px 15px;
        border-radius: 0px;
        height: 35px;
        align-items: center;
        vertical-align: middle;
        background: #e0e0e0;
        border-right: 1px solid gray;
    }

    .phonebtmpanel a:last-child {
        border-right: none;
    }

    .blocks span {
        font-size: 10px;
        display: block;
        position: relative;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .blocks span:first-child {
        width: 50px;
        height: 35px;
        display: inline-block;
        position: static;
        transform: none;
    }

    .phonebtmpanel .phn-opticn {
        background: url(../images/icons/bars_n.svg?v=1) center center no-repeat;
        background-size: 40%;
    }

    .phonebtmpanel .phn-furnitricn {
        background: url(../images/icons/sofa_n.svg?v=2) center center no-repeat;
        background-size: 63%;
    }

    .phonebtmpanel .phn-flricn {
        background: url(../images/icons/door_n.svg?v=1) center 80% no-repeat;
        background-size: 45%;
    }

    .phonebtmpanel .phn-flooricn {
        background: url(../images/icons/floor_n.svg?v=1) center center no-repeat;
        background-size: 50%;
    }

    .blocks.actv {
        background-color: #2678AD !important;
        color: white !important;
    }

    .phonebtmpanel .blocks.actv .phn-opticn {
        background: url(../images/icons/bars.svg?v=1) center center no-repeat;
        background-size: 40%;
    }

    .phonebtmpanel .blocks.actv .phn-furnitricn {
        background: url(../images/icons/sofa.svg?v=2) center center no-repeat;
        background-size: 63%;
    }

    .phonebtmpanel .blocks.actv .phn-flricn {
        background: url(../images/icons/door.svg?v=1) center 80% no-repeat;
        background-size: 45%;
    }

    .phonebtmpanel .blocks.actv .phn-flooricn {
        background: url(../images/icons/floor.svg?v=1) center center no-repeat;
        background-size: 50%;
    }

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

    #header_menu span:first-child {
        display: none
    }

    #header_menu {
        top: auto;
        bottom: 50px;
        height: auto;
    }

    ul.header-menu {
        width: 100% !important;
        margin: 0;
        max-height: 50%;
    }

    #header_menu.shw ul.header-menu {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.67)
    }

    .builder-sidebar {
        height: calc(100% - 100px);
        z-index: 999;
        top: 50px;
    }

    .switchMenuBtns,
    .floordetails {
        display: none;
    }

    #main .builder .builder-sidebar {
        max-width: 45% !important;
        left: 0;
        top: auto;
        bottom: 50px;
        background: transparent;
        max-height: 50%;
        height: 100%;
        pointer-events: none;
    }

    #main .builder .builder-sidebar>div {
        pointer-events: all;
        background: none;
    }

    /* #main.rmMode .builder .builder-sidebar {
        max-width: calc(100vw / 3) !important;
    } */

    details#zonda-divOptions.ZondaPanel .checkbox,
    details#zonda-divOptions.ZondaPanel .radio {
        width: 15px;
        height: 15px;
        margin-left: -18px;
        position: absolute;
        top: -2px;
        align-self: anchor-center;
    }

    details#zonda-divOptions.ZondaPanel label {
        padding-left: 20px;
        font-size: 11px;
        position: relative;
        background: inherit;
        color: #565656;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 0px;
    }

    .zonda-options #zonda-btneye {
        background: transparent !important;
    }

    #zonda-divOptions .zonda-icon.zonda-button {
        height: 15px;
        width: 22px;
    }

    #zonda-divOption {
        display: flex;
        padding-right: 0px;
        height: 28px;
        position: relative;
        justify-content: space-between;
    }

    .ios #zonda-divOption {
        align-items: center;
    }

    .rmMode #plan-container {
        margin-top: 0;
        height: 100%;
        max-height: 50dvh;
        overflow-y: auto;
    }

    #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)) !important;
        padding: 4px 2px;
        height: auto;
        max-height: calc(50vh - 65px);
        margin: 0;
        margin-bottom: 30px;
        justify-items: center;
    }

    .ios #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)) !important;
    }

    div#zonda-divCatalog {
        height: 100%;
    }

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

    .builder-image {
        top: 50px;
    }

    .header_community {
        padding: 10px;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        height: 50px;
    }

    .builder-sidebar.show-options-list .builder-options.visible {
        height: 100%;
    }

    #main .builder .builder-sidebar.show-options-list {
    	height: 100%;
    }

    #main.hs2dplan .builder-sidebar.show-options-list div#plan2dcontainer {
        display: block;
        left: auto;
        width: 100%;
        top: auto;
        height: 240px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    details#zonda-divOptions,
    .hsflrs.hs2dplan details#zonda-divOptions {
        width: 100% !important;
        top: auto !important;
        height: calc(100% - 240px);
        padding: 0 !important;
        left: 0;
        bottom: 0;
        border: 0;
    }

    #zonda-divSpacePlanner #zonda-header {
        display: none;
    }

    .rmMode details#zonda-divSpacePlanner {
        min-width: unset;
    }

    div#zonda-divItems .zonda-content {
        padding: 0;
        text-align: center;
        max-width: 55px;
    }

    .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        width: auto;
        max-width: 55px;
        margin: 0;
        padding: 0 2px;
    }

    .ios .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        max-width: 85px;
    }

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

    .header-menu li.menu-item a {
        font-size: 11px;
    }

    .tools {
        top: auto;
        bottom: 10px;
    }

    .builder-sidebar.shwflrs>div,
    .floordetails ul li>label svg {
        display: none;
    }

    .builder-sidebar.shwflrs,
    .shwflrs .floordetails {
        display: block !important;
    }

    .floordetails {
        position: fixed;
        right: 0;
        bottom: 50px;
        top: auto;
        padding: 0;
        background: rgba(255, 255, 255, 0.67);
    }

    .floordetails ul li .sub-menu {
        position: relative;
        margin: 0;
        opacity: 1;
        max-height: initial;
        display: block;
        transform: none;
    }

    .floordetails ul li>label {
        background-color: #2678AD;
        border-color: #2678AD;
    }

    .floordetails ul li>label,
    .floordetails ul li label {
        background-color: #2678AD;
        border-color: #2678AD;
        padding: 5px;
        display: block;
        float: left;
        width: 100%;
    }

    .floordetails ul li>label span {
        color: #FFFFFF
    }

    .floordetails ul li>label span,
    .floordetails ul li .sub-menu label p span.color-name {
        margin: 0;
        background: transparent;
        text-transform: capitalize;
        font-size: 11px;
        padding: 0;
    }

    .header {
        height: auto;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        margin: 0 5px;
    }

    #zonda-divItemSelected {
        z-index: 9999;
        left: auto;
        right: 10px;
    }

    .zonda-icon.zonda-button {
        width: 30px;
        height: 30px;
        float: left;
        clear: both;
        cursor: pointer;
        padding: 5px 0;
        padding: 0;
        border-radius: 3px;
        background-color: white !important;
    }

    #main.rmMode .builder .builder-options #plan-container,
    .zonda-spacePlanner.zonda-content[data-display="0"] {
        display: none;
    }

    #main.rmMode .builder .builder-options .mobcategrydropdown {
        height: auto;
        bottom: 0;
        top: auto;
        position: absolute;
        width: 100%;
        color: #8E8E8E;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        padding: 10px 0;
        padding-left: 5px;
        padding-right: 12px;
        border: 0;
        background-color: #ffffffaa;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .mobcategrydropdown,
    .mobcategrydropdown li {
        -webkit-appearance: none;
        appearance: none;
        padding: 0 20px 5px;
        font-size: 11px;
        position: relative;
        background-color: transparent;
        color: #565656;
    }

    ul.mobcategrydropdown li {
        padding: 5px;
        z-index: 2;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 11px;
    }

    li.init {
        cursor: pointer;
    }

    li.selected-category {
        background-color: #2678AD;
        border-color: #2678AD;
        color: white;
    }

    .mobcategrydropdown {
        height: 20px;
    }

    #main.rmMode .builder .builder-options .mobcategrydropdown li.init {
        background-image: url(https://apps.zondavirtual.com/3dfp/assets/images/icons/chevron-down-solid-gray.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 96% 53%;
        background-color: white;
        padding: 10px 10px;
    }

    #main.rmMode .builder .builder-options[data-set] .mobcategrydropdown {
        height: auto;
        padding: 0;
    }

    #main.rmMode .builder .builder-options[data-set] #plan-container {
        display: block;
    }

    #zonda-divSpacePlanner .scroll {
        padding-bottom: 0;
        height: 100%;
        overflow-y: auto;
    }

    #plan-container #zonda-divSpacePlanner #zonda-header {
        width: 100%;
        bottom: 0px;
        z-index: 1;
    }

    .zonda-spaceplanner-list {
        bottom: 20px;
        top: auto !important;
    }

    .builder-sidebar .builder-options {
        height: auto;
    }

    .header-slider-controls {
        display: none !important;
    }

    .loadingMsg {
        font-size: 14px;
    }

    .header-menu li.menu-item.current-menu-item {
        border-bottom: 0px !important;
    }

    .header-menu li.menu-item.current-menu-item:last-child {
        border-bottom: 2px solid #ffffff !important;
    }

    .headerRightIcons {
        right: 0px;
        position: fixed;
    }

    .homeCommunity {
        white-space: nowrap;
        width: calc(80vw - 105px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main section.builder .nodisp .builder-options,
    #main section.builder.ficonsactive .nodisp .mobcategrydropdown,
    #main section.builder.ficonsactive .nodisp .zonda-divCatalog,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header>div:first-child,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header>label,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-divCatalog {
        display: none !important;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner .scroll {
        padding: 0;
    }

    #main section.builder.ficonsactive .nodisp .builder-options,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divItemSelected,
    #main section.builder.ficonsactive .nodisp {
        display: block !important;
    }

    .builder-options #zonda-divItemSelected {
        position: fixed;
        top: 30%;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divItemSelected {
        position: static;
    }

    #main .ficonsactive .builder-sidebar.nodisp {
        right: 10px !important;
        width: 30px !important;
        height: 120px;
        bottom: auto;
        top: 40%;
    }

    #main .ficonsactive .nodisp #zonda-divSpacePlanner {
        background: none;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner {
        height: auto;
    }

    #zonda-divOptions {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px 5px 0px 5px;
        height: inherit;
    }

    details#zonda-select_Your_Options {
        height: inherit;
    }

    .main.rmMode .builder .builder-options #furniture-search-control {
        display: none;
    }

    .pulsing.logo {
        position: absolute;
        width: 160px;
        height: 25px;
        top: 12px;
        left: 0px;
    }

    .pulsing.rooms {
        display: none;
    }

    .pulsing.icons {
        position: absolute;
        width: 100px;
        height: 40px;
        top: 5px;
        right: 14px;
        z-index: 99999;
    }

    .pulsing.floors {
        position: absolute;
        width: 100%;
        height: 49px;
        bottom: 0;
        right: auto;
        top: auto;
        z-index: 9999999;
        left: 0;
    }

    .pulsing.switches {
        display: none;
    }

    .pulsing.lists {
        display: none;
    }

    .pulsing.main-container {
        opacity: 1;
        width: 100% !important;
        height: calc(100% - 100px) !important;
        top: 50px;
        background: transparent;
    }

    #loading {
        position: absolute;
        width: 100% !important;
        height: calc(100% - 100px);
        z-index: 9999999;
        background-color: white;
        font-size: 16px;
        top: 50px;
    }

    #zonda-divLoader {
        transform: translateY(50%) !important;
    }

    #optionsPanel .zonda-options.zonda-content.scroll {
        max-height: 30dvh;
        overflow-y: auto;
    }

    .phonebtmpanel a.blocks span {
        font-size: 14px;
        display: block;
        position: relative !important;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
        width: auto;
        height: auto;
        bottom: auto;
    }

    article.builder-image {
        max-height: calc(100% - 85px);
        height: 100%;
    }

    nav#header_menu.shw {
        bottom: 34px;
        height: 30%;
        width: 50%;
        background: white;
    }

    #main .builder aside.builder-sidebar {
        bottom: 35px;
    }

    #zonda-divSpacePlanner {
        background-color: #FFFFFFAA !important;
    }

    /*#region Maching CSS with VR360 */

    ul.header-menu {
        display: none;
        width: 150px;
        /* max-width: 200px; */
    }

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

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

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

    details#zonda-divOptions.ZondaPanel label,
    .header-menu li.menu-item a {
        font-size: 12px;
        text-align: left;
        color: black;
    }

    .menu-item {
        padding: 6px 10px;
    }

    .menu-item:last-child {
        border-bottom: none;
    }
    /*#endregion Maching CSS with VR360 */

    body.portrait-mode .builder-options.visible {
        max-height: 50dvh;
        height: auto;
        display: flex;
        flex-direction: column;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.67) !important;
    }

    .portrait-mode div#plan2dcontainer {
        position: relative;
        overflow: hidden;
        flex: 0 0 auto;
    }

    body.portrait-mode .builder-options .interior-selection {
        max-height: calc(50dvh - 240px);
        height: auto;
        position: relative;
        top: 0px;
        bottom: 35px;
        flex: 1 1 auto;
    }

    body.portrait-mode .hsflrs.hs2dplan details#zonda-divOptions {
        height: 100% !important;
        max-height: calc(50dvh - 240px) !important;
        position: absolute;
        overflow-y: auto;
        top: auto !important;
        inset: auto !important;
    }

    body.portrait-mode aside.builder-sidebar.show-options-list {
        overflow: hidden;
    }

    body.portrait-mode .floordetails {
        display: none;
        width: calc(100% / 2);
        position: absolute;
        top: 0;
        right: unset;
        height: fit-content;
        padding-left: 15px;
    }

    body.portrait-mode .zonda-floorplan2d.zonda-content {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    body.portrait-mode svg#floorplan {
        height: 95% !important;
        width: 100% !important;
    }

    div#zonda-divModal {
        position: fixed;
    }

    .pinned #zonda-divOptions button#zonda-btneye {
        text-align-last: right;
    }

    /*#region Pin tab functionality changes*/
    /* .pin-menu-opened .pin-icon-container {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.67) !important;
        width: 100%;
        height: 30px;
    }

    .pin-menu-opened.pinned .pin-icon-container {
        height: 0px;
        display: block !important;
        flex-basis: content;
    }

    .pin-menu-opened.pinned .pin-icon-container span.pin {
        top: 5px;
    }

    .pin-menu-opened .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;
        z-index: 2;
    }

    .pin-menu-opened:not(.pinned) .pin.unpinned {
        transform: rotate(90deg);
    } */

    .portrait-mode.pinned #main.rmMode aside.builder-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        height: 30%;
        max-height: 30%;
    }

    .portrait-mode.pinned .rmMode .builder-options.visible {
        max-height: 100%;
    }

    .portrait-mode.pinned #plan-container #zonda-divSpacePlanner #zonda-header {
        top: 0px;
        bottom: auto;
    }

    .portrait-mode.pinned #zonda-divSpacePlanner #zonda-divItems {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .portrait-mode.pinned #zonda-search .zonda-spaceplanner-list.scroll {
        position: relative !important;
        top: 0px !important;
        max-height: 110px !important;
    }

    .portrait-mode.pinned #zonda-divSpacePlanner #zonda-search input {
        width: 98% !important;
        margin: 4px 0px 4px 4px !important;
    }

    .portrait-mode.pinned #main article.builder-image {
        height: calc(70% - 85px);
        max-height: calc(70% - 85px);
    }

    .portrait-mode.pinned #main:not(.rmMode) .builder-options.visible {
        display: flex !important;
        flex-direction: row !important;
    }

    .portrait-mode.pinned #main section.builder aside.builder-sidebar.show-options-list {
        width: 100% !important;
        max-width: 100% !important;
        height: 30%;
        left: auto !important;
    }

    .portrait-mode.pinned.no-options.options-menu-opened #main.hs2dplan .builder-sidebar.show-options-list div#plan2dcontainer {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .portrait-mode.pinned #main.hs2dplan .builder-sidebar.show-options-list div#plan2dcontainer {
        width: 50%;
        max-width: 50%;
        height: 100%;
    }

    .portrait-mode.pinned .builder-options .interior-selection {
        height: 100%;
        min-height: 100% !important;
        max-height: 100%;
        background: #ffffff;
        border: 1px solid #F1F1F1;
    }

    .portrait-mode.pinned .hsflrs.hs2dplan details#zonda-divOptions {
        max-height: 100% !important;
    }

    .ios.portrait-mode.pinned details#zonda-divOptions.ZondaPanel label {
        padding: 2px 20px 2px 20px;
    }

    .portrait-mode.pinned details#zonda-divOptions.ZondaPanel label {
        padding: 0 20px 2px 20px;
    }

    .pinned #header_menu.shw ul.header-menu {
        /* background-color: rgba(255, 255, 255, 0.9); */
        /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); */
    }

    /* body.options-selected a.options-menu, 
    body.furniture-selected a.furniture-menu {
        background-color: #67a0c5;
        color: white;
    } */

    /*#endregion Pin tab functionality changes*/

    /*#region New login & config popup changes*/
    button[title="Login"]#zonda-btnright-to-bracket {
        padding: 0;
    }

    details#zonda-divSession {
        z-index: 9999 !important;
    }

    div#zonda-divSessionCloseIcon {
        top: 4px;
    }

    #zonda-configsListContainer .config-item-image-container {
        grid-template-columns: 1fr 100px;
    }

    .config-item-image-container img.config-item-preview {
        height: 100px !important;
        width: 100px !important;
    }

    h1.zonda-title.zonda-header b {
        font-size: 14px;
    }

    button#zonda-btnright-to-bracket i {
        font-size: 16px;
    }
    
    input[name="zonda-email"].text {
        height: 30px;
    }

    #zonda-autoLogin input.checkbox {
        width: 16px;
        height: 16px;
    }

    body.logged-in div#zonda-divAlert {
        max-width: 80%;
        width: max-content;
    }

    #zonda-divAlert h1.zonda-title.zonda-header,
    #zonda-autoLogin label,
    body:not(.logged-in) button[title="Login"]#zonda-btnright-to-bracket,
    input[name="zonda-email"]::placeholder,
    input[name="zonda-email"].text,
    .zonda-session.zonda-content h3.zonda-title,
    #zonda-description input::placeholder,
    #zonda-description input,
    body:not(.logged-in) button[title='Login']::after,
    .zonda-alert #zonda-footer button#zonda-btnYes, 
    .zonda-alert #zonda-footer button#zonda-btnNo,
    .zonda-alert #zonda-footer button#zonda-btnCancel {
        font-size: 14px !important;
        font-family: sans-serif;
    }

    span.show-all-label,
    #zonda-configs select.zonda-session-list,
    .config-item-label .zonda-editable-text-field-edit input.text, 
    .config-item-label .zonda-editable-text-field-readonly input.text {
        font-size: 12px !important;
    }

    body.logged-in .zonda-session.zonda-content {
        right: 15px;
    }

    body.logged-in.config-mode .zonda-session.zonda-content {
        right: 60px;
    }

    /*#endregion New login & config popup changes*/

    /*#region Floor menu styling*/
    .floor-item summary {
        cursor: pointer;
        font-weight: 600;
        padding: 2px;
        text-align: left;
        font-size: 13px;
        font-family: "DM Sans", sans-serif;
    }

    .room-submenu {
        list-style: none;
        padding-left: 16px;
    }

    details > summary {
        list-style: none;
    }

    ul.header-menu li.menu-item.floor-item {
        padding-left: 5px !important;
    }

    ul.header-menu details {
        width: 100%;
    }

    ul.header-menu ul.room-submenu li.menu-item {
        padding-left: 3px !important;
    }

    ul.header-menu ul.room-submenu li.menu-item.current-menu-item:last-child {
        border-bottom: none !important;
    }

    .floor-dropdown {
        position: absolute;
        width: 100px;
        top: 5px;
        left: 5px;
    }

    .floor-selected {
        width: auto;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: #fff;
        text-align: left;
    }

    .floor-options {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        margin-top: 4px;
        z-index: 20;
        list-style: none;
        padding: 0;
    }

    .floor-options li {
        padding: 10px 5px;
        cursor: pointer;
        width: 100%;
    }

    .floor-options li.active {
        background-color: #2678AD !important;
        color: #fff;
    }

    .floor-options li:hover {
        background-color: #e3f2fd;
    }

    .floor-dropdown.open .floor-options {
        display: block;
    }
    /*#endregion Floor menu styling*/

    /*#region Furniture searchbox styles*/
    #plan-container #zonda-divSpacePlanner #zonda-search input {
        padding: 5px 32px 5px 10px !important;
    }

    #zonda-search .clear-search-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        font-size: 16px;
        cursor: pointer;
        display: block;
        padding: 0;
        line-height: 1;
        z-index: 101;
        border: none;
    }
    /*#endregion Furniture searchbox styles*/
}

/* ========== TABLETS (iPads & Android Tablets) ========== */
/* Portrait tablet-specific styles */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    body {
        overflow: hidden;
        height: 100dvh;
    }

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

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

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

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

    .cameraSection {
        bottom: 0;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    #discalimerText {
        font-size: 11px;
    }

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

    .fullscreenbtn {
        bottom: 5px;
        display: none;
    }

    .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;
        position: absolute;
    }

    div#zonda-divItems .zonda-content {
        padding: 5px;
    }

    .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        width: 100px;
        height: auto;
    }

    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: none;
        overflow-y: auto;
        max-height: calc(100dvh - 140px);
    }

    nav#header_menu ul.header-menu {
        max-height: calc(30dvh - 1px);
    }

    .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: #FFFFFF;
        display: inline;
        z-index: 99;
        right: 35px;
        position: fixed;
        top: 0;
    }

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

    .header_community {
        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: 0;
        height: 60px;
        top: 5px;
        width: auto;
    }

    #header_menu.active {
        height: auto;
    }

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

    .floordetails ul li .sub-menu label,
    .floordetails ul li>input:checked+label+.sub-menu {
        margin: 0;
        background: rgba(255, 255, 255, 0.67);
    }

    .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;
    }

    .header_info span {
        font-size: 18px;
        margin-top: 5px;
    }

    .header_community {
        padding-left: 0;
    }

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

    #loginPanel {
        max-width: 80vw;
        right: 5px;
    }

    #configsPanel {
        max-width: 80vw;
    }

    .phonebtmpanel {
        left: 0;
        right: 0;
        align-items: center;
        display: flex;
        height: 35px;
        background: white;
        color: #2678AD;
        width: 100%;
        bottom: 0px;
        position: fixed;
        z-index: 999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .phonebtmpanel a {
        flex: 1 1 0%;
        position: relative;
        background-position: center center;
        text-align: center;
        font-weight: normal !important;
        border-right: 1px solid gray;
        color: #636363;
        border: none;
        font-size: 14px;
        cursor: pointer;
        z-index: 999;
        padding: 10px 15px;
        border-radius: 0px;
        height: 35px;
        align-items: center;
        vertical-align: middle;
        background: #e0e0e0;
        border-right: 1px solid gray;
    }

    .phonebtmpanel a:last-child {
        border-right: none;
    }

    .blocks span {
        font-size: 10px;
        display: block;
        position: relative;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .blocks span:first-child {
        width: 50px;
        height: 35px;
        display: inline-block;
        position: static;
        transform: none;
    }

    .phonebtmpanel .phn-opticn {
        background: url(../images/icons/bars_n.svg?v=1) center center no-repeat;
        background-size: 40%;
    }

    .phonebtmpanel .phn-furnitricn {
        background: url(../images/icons/sofa_n.svg?v=2) center center no-repeat;
        background-size: 63%;
    }

    .phonebtmpanel .phn-flricn {
        background: url(../images/icons/door_n.svg?v=1) center 80% no-repeat;
        background-size: 45%;
    }

    .phonebtmpanel .phn-flooricn {
        background: url(../images/icons/floor_n.svg?v=1) center center no-repeat;
        background-size: 50%;
    }

    .blocks.actv {
        background-color: #2678AD !important;
        color: white !important;
    }

    .phonebtmpanel .blocks.actv .phn-opticn {
        background: url(../images/icons/bars.svg?v=1) center center no-repeat;
        background-size: 40%;
    }

    .phonebtmpanel .blocks.actv .phn-furnitricn {
        background: url(../images/icons/sofa.svg?v=2) center center no-repeat;
        background-size: 63%;
    }

    .phonebtmpanel .blocks.actv .phn-flricn {
        background: url(../images/icons/door.svg?v=1) center 80% no-repeat;
        background-size: 45%;
    }

    .phonebtmpanel .blocks.actv .phn-flooricn {
        background: url(../images/icons/floor.svg?v=1) center center no-repeat;
        background-size: 50%;
    }

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

    #header_menu span:first-child {
        display: none
    }

    #header_menu {
        top: auto;
        bottom: 50px;
        height: auto;
    }

    ul.header-menu {
        width: 100% !important;
        margin: 0;
        max-height: 50%;
    }

    #header_menu.shw ul.header-menu {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.67)
    }

    .builder-sidebar {
        height: calc(100% - 100px);
        z-index: 999;
        top: 50px;
    }

    .switchMenuBtns,
    .floordetails {
        display: none;
    }

    #main .builder .builder-sidebar {
        max-width: calc(100vw/3) !important;
        left: 0;
        top: auto;
        bottom: 50px;
        background: transparent;
        max-height: 50%;
        height: 100%;
        pointer-events: none;
    }

    #main .builder .builder-sidebar>div {
        pointer-events: all;
        background: none;
    }

    .builder-sidebar.show-options-list .builder-options.visible {
        height: 100%;
    }

    #main.rmMode .builder .builder-sidebar {
        max-width: calc(100% / 3) !important;
    }

    details#zonda-divOptions.ZondaPanel .checkbox,
    details#zonda-divOptions.ZondaPanel .radio {
        width: 15px;
        height: 15px;
        margin-left: -18px;
        position: absolute;
        top: -2px;
	align-self: anchor-center;
    }

    details#zonda-divOptions.ZondaPanel label {
        padding-left: 20px;
        font-size: 11px;
        position: relative;
        background: inherit;
        color: #565656;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .zonda-options #zonda-btneye {
        background: transparent !important;
    }

    #zonda-divOptions .zonda-icon.zonda-button {
        height: 15px;
        width: 22px;
    }

    #zonda-divOption {
        display: flex;
        padding-right: 0px;
        height: 38px;
        position: relative;
        justify-content: space-between;
        align-items: end;
    }

    .rmMode #plan-container {
        margin-top: 0;
        height: 100%;
        max-height: 50dvh;
        overflow-y: auto;
    }

    #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        gap: 5px;
        padding: 4px 2px;
        height: auto;
        max-height: calc(50vh - 65px);
        margin: 0;
        margin-bottom: 30px;
        justify-items: center;
    }

    div#zonda-divCatalog {
        height: 100%;
    }

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

    .builder-image {
        top: 50px;
    }

    .header_community {
        padding: 10px;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        height: 50px;
    }

    details#zonda-divOptions,
    .hsflrs details#zonda-divOptions {
        width: 100% !important;
        top: auto !important;
        height: auto;
        padding: 0 !important;
        left: 0;
        bottom: 0;
        border: 0;
    }

    #zonda-divSpacePlanner #zonda-header {
        display: none;
    }

    .rmMode details#zonda-divSpacePlanner {
        min-width: unset;
    }

    div#zonda-divItems .zonda-content {
        padding: 0;
        text-align: center;
        max-width: 55px;
    }

    .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        width: auto;
        max-width: 55px;
        margin: 0;
        padding: 0 2px;
    }

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

    .header-menu li.menu-item a {
        font-size: 11px;
    }

    .tools {
        top: auto;
        bottom: 10px;
    }

    .builder-sidebar.shwflrs>div,
    .floordetails ul li>label svg {
        display: none;
    }

    .builder-sidebar.shwflrs,
    .shwflrs .floordetails {
        display: block !important;
    }

    .floordetails {
        position: fixed;
        right: 0;
        bottom: 50px;
        top: auto;
        padding: 0;
        background: rgba(255, 255, 255, 0.67);
    }

    .floordetails ul li .sub-menu {
        position: relative;
        margin: 0;
        opacity: 1;
        max-height: initial;
        display: block;
        transform: none;
    }

    .floordetails ul li>label {
        background-color: #2678AD;
        border-color: #2678AD;
    }

    .floordetails ul li>label,
    .floordetails ul li label {
        background-color: #2678AD;
        border-color: #2678AD;
        padding: 5px;
        display: block;
        float: left;
        width: 100%;
    }

    .floordetails ul li>label span {
        color: #FFFFFF
    }

    .floordetails ul li>label span,
    .floordetails ul li .sub-menu label p span.color-name {
        margin: 0;
        background: transparent;
        text-transform: capitalize;
        font-size: 11px;
        padding: 0;
    }

    .header {
        height: auto;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        margin: 0 5px;
    }

    #zonda-divItemSelected {
        z-index: 9999;
        left: auto;
        right: 10px;
    }

    .zonda-icon.zonda-button {
        width: 30px;
        height: 30px;
        float: left;
        clear: both;
        cursor: pointer;
        padding: 5px 0;
        padding: 0;
        border-radius: 3px;
        background-color: white !important;
    }

    #main.rmMode .builder .builder-options #plan-container,
    .zonda-spacePlanner.zonda-content[data-display="0"] {
        display: none;
    }

    #main.rmMode .builder .builder-options .mobcategrydropdown {
        height: auto;
        bottom: 0;
        top: auto;
        position: absolute;
        width: 100%;
        color: #8E8E8E;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        padding: 10px 0;
        padding-left: 5px;
        padding-right: 12px;
        border: 0;
        background-color: #ffffffaa;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .mobcategrydropdown,
    .mobcategrydropdown li {
        -webkit-appearance: none;
        appearance: none;
        padding: 0 20px 5px;
        font-size: 11px;
        position: relative;
        background-color: transparent;
        color: #565656;
    }

    ul.mobcategrydropdown li {
        padding: 5px;
        z-index: 2;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 11px;
    }

    li.init {
        cursor: pointer;
    }

    li.selected-category {
        background-color: #2678AD;
        border-color: #2678AD;
        color: white;
    }

    .mobcategrydropdown {
        height: 20px;
    }

    #main.rmMode .builder .builder-options .mobcategrydropdown li.init {
        background-image: url(https://apps.zondavirtual.com/3dfp/assets/images/icons/chevron-down-solid-gray.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 96% 53%;
        background-color: white;
        padding: 10px 10px;
    }

    #main.rmMode .builder .builder-options[data-set] .mobcategrydropdown {
        height: auto;
        padding: 0;
    }

    #main.rmMode .builder .builder-options[data-set] #plan-container {
        display: block;
    }

    #zonda-divSpacePlanner .scroll {
        padding-bottom: 0;
        height: 100%;
        overflow-y: auto;
    }

    #plan-container #zonda-divSpacePlanner #zonda-header {
        width: 100%;
        bottom: 5px;
        z-index: 1;
    }

    .zonda-spaceplanner-list {
        bottom: 20px;
        top: auto !important;
    }

    .builder-sidebar .builder-options {
        height: auto;
    }

    .builder-options .interior-selection {
        max-height: 50dvh;
        height: 100dvh;
        overflow-y: auto;
    }

    .header-slider-controls {
        display: none;
    }

    .loadingMsg {
        font-size: 14px;
    }

    .header-menu li.menu-item.current-menu-item {
        border-bottom: 0px !important;
    }

    .header-menu li.menu-item.current-menu-item:last-child {
        border-bottom: 2px solid #ffffff !important;
    }

    .headerRightIcons {
        right: 0px;
        position: fixed;
    }

    .homeCommunity {
        white-space: nowrap;
        width: calc(80vw - 105px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main section.builder .nodisp .builder-options,
    #main section.builder.ficonsactive .nodisp .mobcategrydropdown,
    #main section.builder.ficonsactive .nodisp .zonda-divCatalog,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header>div:first-child,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header>label,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-divCatalog {
        display: none !important;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner .scroll {
        padding: 0;
    }

    #main section.builder.ficonsactive .nodisp .builder-options,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner #zonda-header,
    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divItemSelected,
    #main section.builder.ficonsactive .nodisp {
        display: block !important;
    }

    .builder-options #zonda-divItemSelected {
        position: fixed;
        top: 30%;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divItemSelected {
        position: static;
    }

    #main .ficonsactive .builder-sidebar.nodisp {
        right: 10px !important;
        width: 30px !important;
        height: 120px;
        bottom: auto;
        top: 40%;
    }

    #main .ficonsactive .nodisp #zonda-divSpacePlanner {
        background: none;
    }

    #main section.builder.ficonsactive .nodisp .builder-options #zonda-divSpacePlanner {
        height: auto;
    }

    .portrait-mode #zonda-divOptions {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0px 5px 0px 5px;
        left: auto !important;
    }

    .main.rmMode .builder .builder-options #furniture-search-control {
        display: none;
    }

    .pulsing.logo {
        position: absolute;
        width: 160px;
        height: 25px;
        top: 12px;
        left: 0px;
    }

    .pulsing.rooms {
        display: none;
    }

    .pulsing.icons {
        position: absolute;
        width: 100px;
        height: 40px;
        top: 3px;
        right: 14px;
        z-index: 99999;
    }

    .pulsing.floors {
        position: absolute;
        width: 480px;
        height: 50px;
        bottom: 0;
        right: 0px;
        top: auto;
        z-index: 9999999;
    }

    .pulsing.switches {
        display: none;
    }

    .pulsing.lists {
        display: none;
    }

    .pulsing.main-container {
        opacity: 1;
        width: 100% !important;
        height: 100% !important;
        top: 50px;
        background: transparent;
    }

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

    #zonda-divLoader {
        transform: translateY(50%) !important;
    }

    #optionsPanel .zonda-options.zonda-content.scroll {
        max-height: 50dvh;
        overflow-y: auto;
    }

    .phonebtmpanel a.blocks span {
        font-size: 16px;
        display: block;
        position: relative !important;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
        width: auto;
        height: auto;
        bottom: 2px;
    }

    article.builder-image {
        max-height: calc(100% - 85px);
        height: 100%;
    }

    nav#header_menu {
        bottom: 35px;
        width: 50%;
        height: 30%;
    }

    #main .builder aside.builder-sidebar {
        bottom: 35px;
    }

    /*#region Maching CSS with VR360 */

    ul.header-menu {
        display: none;
        width: 150px;
        max-width: 200px;
    }

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

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

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

    details#zonda-divOptions.ZondaPanel label,
    .header-menu li.menu-item a {
        font-size: 16px;
        text-align: left;
        color: black;
        font-family: sans-serif;
    }

    .menu-item {
        padding: 6px 10px;
    }

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

    #zonda-divSpacePlanner {
        background-color: #FFFFFFAA !important;
    }
    /*#endregion Maching CSS with VR360 */


    /*#region ONLY FOR TABLETS */
    .hasTablet.portrait-mode.pinned #main article.builder-image {
        height: calc(70% - 100px);
        max-height: calc(70% - 100px);
    }

    .hasTablet.portrait-mode.pinned .disclaimerVrHden, 
    .hasTablet.portrait-mode.pinned .disclaimerVr {
        bottom: calc(30% + 65px);
    }

    .hasTablet .phonebtmpanel,
    .hasTablet .phonebtmpanel a {
        height: 50px;
        align-content: center;
    }

    .hasTablet article.builder-image {
        max-height: calc(100% - 100px);
    }

    .hasTablet .disclaimerVrHden, 
    .hasTablet .disclaimerVr {
        bottom: 65px;
    }

    .hasTablet nav#header_menu,
    .hasTablet #main .builder aside.builder-sidebar {
        bottom: 50px;
        overflow-x: hidden;
    }
    /*#endregion ONLY FOR TABLETS */


    body.portrait-mode .builder-options.visible {
        max-height: 50dvh;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: rgba(255, 255, 255, 0.67) !important;
    }

    .portrait-mode div#plan2dcontainer {
        position: relative;
        overflow: hidden;
        flex: 0 0 auto;
        top: 0;
        margin: 0;
        left: auto;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }

    body.portrait-mode .builder-options .interior-selection {
        max-height: calc(50dvh - 310px);
        height: auto;
        position: relative;
        min-height: 100px;
        top: 0px;
        bottom: 35px;
        flex: 1 1 auto;
    }

    body.portrait-mode .hsflrs.hs2dplan details#zonda-divOptions {
        height: 100% !important;
        max-height: calc(50dvh - 310px) !important;
        position: absolute;
        overflow-y: auto;
        top: auto !important;
    }

    body.portrait-mode aside.builder-sidebar.show-options-list {
        overflow: hidden;
    }

    body.portrait-mode .floordetails {
        display: none;
        width: calc(100% / 2);
        position: absolute;
        top: 0;
        right: unset;
        height: fit-content;
        padding-left: 15px;
    }

    body.portrait-mode .zonda-floorplan2d.zonda-content {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    body.portrait-mode svg#floorplan {
        height: 95% !important;
        width: 100% !important;
    }

    div#zonda-divModal {
        position: fixed;
    }

    .pinned #zonda-divOptions button#zonda-btneye {
        text-align-last: right;
    }

    /*#region Pin tab functionality changes*/
    /* .pin-menu-opened .pin-icon-container {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.67) !important;
        width: 100%;
        height: 35px;
    }

    .pin-menu-opened .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;
        z-index: 2;
        padding: 17px;
    }

    .pin-menu-opened.pinned .pin-icon-container span.pin {
        position: fixed;
    }

    .pin-menu-opened:not(.pinned) .pin.unpinned {   
        transform: rotate(90deg);
    } */

    .portrait-mode.pinned #main.rmMode aside.builder-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        height: 30%;
        max-height: 30%;
    }

    .portrait-mode.pinned .rmMode .builder-options.visible {
        max-height: 100%;
    }

    .portrait-mode.pinned #plan-container #zonda-divSpacePlanner #zonda-header {
        top: 0px;
        bottom: auto;
    }

    .portrait-mode.pinned #zonda-divSpacePlanner #zonda-divItems {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .pin-menu-opened .show-options-list .pin-icon-container {
        height: 30px;
    }

    .portrait-mode.pinned #zonda-search .zonda-spaceplanner-list.scroll {
        position: relative !important;
        top: 0px !important;
        max-height: 200px !important;
    }

    .portrait-mode.pinned #zonda-divSpacePlanner #zonda-search input {
        width: 99% !important;
        margin: 4px 0px 4px 4px !important;
    }

    .portrait-mode.pinned #main article.builder-image {
        height: calc(70% - 85px);
        max-height: calc(70% - 85px);
    }

    .portrait-mode.pinned #main:not(.rmMode) .builder-options.visible {
        display: flex !important;
        flex-direction: row !important;
        height: 100%;
    }

    .portrait-mode.pinned #main section.builder aside.builder-sidebar.show-options-list {
        width: 100% !important;
        max-width: 100% !important;
        height: 30%;
        left: auto !important;
        max-height: 30%;
    }

    .portrait-mode.pinned.no-options.options-menu-opened #main.hs2dplan .builder-sidebar.show-options-list div#plan2dcontainer {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .portrait-mode.pinned #main.hs2dplan .builder-sidebar.show-options-list div#plan2dcontainer {
        width: 50%;
        max-width: 50%;
        height: 100%;
    }

    .portrait-mode.pinned .builder-options .interior-selection {
        height: 100%;
        min-height: 100% !important;
        max-height: 100%;
        background: #ffffff;
        border: 1px solid #F1F1F1;
    }

    .portrait-mode.pinned .hsflrs.hs2dplan details#zonda-divOptions {
        max-height: 100% !important;
    }

    .portrait-mode.pinned details#zonda-divOptions.ZondaPanel label {
        padding: 0 20px 2px 20px;
        align-content: center;
    }

    .pinned #header_menu.shw ul.header-menu {
        max-width: 100%;
        background: white;
    }

    body.options-selected a.options-menu, 
    body.furniture-selected a.furniture-menu {
        background-color: #67a0c5;
        color: white;
    }

    .portrait-mode.pinned .disclaimerVrHden, .portrait-mode.pinned .disclaimerVr {
        bottom: calc(30% + 50px);
    }

    .portrait-mode.pinned .pin-icon-container {
        z-index: 11;
        width: 35px;
        border-bottom: none;
        position: fixed;
        background: white;
        margin-top: 5px;
    }

    .portrait-mode.pinned #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .portrait-mode .main #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        max-width: 110px;
    }

    .portrait-mode #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    }

    /*#endregion Pin tab functionality changes*/

    /*#region New login & config popup changes*/
    button[title="Login"]#zonda-btnright-to-bracket {
        padding: 0;
    }

    details#zonda-divSession {
        z-index: 9999 !important;
    }

    body.logged-in .zonda-session.zonda-content {
        right: 15px;
        top: 50px;
    }

    #zonda-autoLogin input.checkbox {
        width: 18px;
        height: 18px;
    }

    input[name="zonda-email"].text {
        height: 36px;
    }

    body:not(.logged-in) button[title="Login"]#zonda-btnright-to-bracket {
        padding: 10px;
        margin-bottom: 10px;
        height: auto;
    }
    
    #zonda-divAlert h1.zonda-title.zonda-header,
    #zonda-autoLogin label,
    body:not(.logged-in) button[title="Login"]#zonda-btnright-to-bracket,
    input[name="zonda-email"]::placeholder,
    input[name="zonda-email"].text,
    .zonda-session.zonda-content h3.zonda-title,
    #zonda-description input::placeholder,
    #zonda-description input {
        font-size: 18px !important;
    }

    div#zonda-divSessionCloseIcon,
    #zonda-divAlert div#zonda-divAlertCloseIcon,
    body.logged-in div#zonda-divSessionCloseIcon {
        height: 24px;
        width: 24px;
    }

    .config-item-label .zonda-editable-text-field-readonly input.text,
    #zonda-configs select.zonda-session-list,
    span.show-all-label,
    body.logged-in input[name="zonda-email"].text,
    #zonda-configsHeaderRow h3.zonda-title,
    p.zonda-title,
    .zonda-alert #zonda-footer button#zonda-btnYes,
    .zonda-alert #zonda-footer button#zonda-btnNo {
        font-size: 16px !important;
    }

    #zonda-sessionFooter.zonda-session button,
    .zonda-session.config-item-footer button {
        font-size: 14px !important;
    }

    #zonda-sessionFooter.zonda-session button#zonda-btnSave {
        border-radius: 0;
    }

    div#zonda-configsSection {
        padding: 8px;
    }

    div#zonda-footer.zonda-session {
        padding: 0px;
    }

    body.logged-in div#zonda-loginRow {
        margin: 10px 10px 10px 4px;
    }

    body.logged-in .zonda-session.zonda-content {
        width: 25rem !important;
    }

    #zonda-configsListContainer .zonda-text.config-item-info {
        font-size: 12px;
    }

    div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnShare,
    div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave_As___ {
        height: 25px;
        width: auto;
    }

    div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave[disabled],
    div#zonda-footer.zonda-session.zonda-panel-footer #zonda-btnSave {
        height: 25px;
        width: auto;
    }

    div#zonda-footer.zonda-session.zonda-panel-footer {
        padding: 10px 0px 5px 0px;
    }

    body.logged-in .zonda-session.zonda-content {
        right: 15px;
    }

    body.logged-in.config-mode .zonda-session.zonda-content {
        right: 60px;
    }

    /*#endregion New login & config popup changes*/

    /*#region Floor menu styling*/
    .floor-item summary {
        cursor: pointer;
        font-weight: 600;
        padding: 2px;
        text-align: left;
        font-size: 17px;
        font-family: "DM Sans", sans-serif;
    }

    .room-submenu {
        list-style: none;
        padding-left: 16px;
    }

    details > summary {
        list-style: none;
    }

    ul.header-menu li.menu-item.floor-item {
        padding-left: 5px !important;
    }

    ul.header-menu details {
        width: 100%;
    }

    ul.header-menu ul.room-submenu li.menu-item {
        padding-left: 3px !important;
    }

    ul.header-menu ul.room-submenu li.menu-item.current-menu-item:last-child {
        border-bottom: none !important;
    }

    .floor-dropdown {
        position: absolute;
        width: 100px;
        top: 5px;
        left: 5px;
    }

    .floor-selected {
        width: auto;
        padding: 8px 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: #fff;
        text-align: left;
        font-size: 16px;
    }

    .floor-options {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        margin-top: 4px;
        z-index: 20;
        list-style: none;
        padding: 0;
        font-size: 16px;
    }

    .floor-options li {
        padding: 10px 5px;
        cursor: pointer;
        width: 100%;
    }

    .floor-options li.active {
        background-color: #2678AD !important;
        color: #fff;
    }

    .floor-options li:hover {
        background-color: #e3f2fd;
    }

    .floor-dropdown.open .floor-options {
        display: block;
    }
    /*#endregion Floor menu styling*/

    /*#region Furniture searchbox styles*/
    #plan-container #zonda-divSpacePlanner #zonda-search input {
        padding: 5px 32px 5px 10px !important;
    }

    #zonda-search .clear-search-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        font-size: 24px;
        cursor: pointer;
        display: block;
        padding: 0;
        line-height: 1;
        z-index: 101;
    }
    /*#endregion Furniture searchbox styles*/
}

/* Landscape specific styles */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape),
only screen and (min-width: 1367px) {

    #header_menu {
        width: 40vw !important;
        left: 30vw !important;
    }

    .builder,
    .builder-image,
    .builder-sidebar {
        height: calc(100dvh - 45px);
    }

    .builder-image {
        width: calc(100% - 25%);
        max-height: 100%;
        transition: none;
    }

    .builder-sidebar {
        width: 25% !important;
        left: auto !important;
        max-height: 100%;
    }

    .header_community {
        padding: 10px;
    }

    .ios.inFullScreen .header_community {
        position: absolute;
        left: 60px;
    }

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

    #plan2dcontainer {
        display: flex;
    }

    .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);
    }

    .pulsing.main-container {
        width: calc(100% - 30%) !important;
    }

    .pulsing.switches {
        width: 285px !important;
    }

    .pulsing.lists {
        width: 285px !important;
    }

    .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(100dvh - 45px);
        position: fixed;
        width: 100%;
        top: 45px;
    }

    .cameraList span {
        margin-bottom: 0;
    }

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

    .hsflrs #optionsPanel details#zonda-divOptions {
        padding: 5px;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        height: 50px;
    }

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

    .header {
        height: 45px;
        position: fixed;
        width: 100%;
    }

    #header .container-fluid,
    #header .header-inner {
        height: 45px;
    }

    #header .header_community,
    #header #header_menu,
    #header .headerRightIcons {
        height: 45px;
        top: 0;
    }

    #header .headerRightIcons div {
        margin: 0 5px;
    }

    .header_community {
        padding: 10px;
    }

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

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

    .headerRightIcons {
        position: fixed;
        top: 0px;
        align-content: center;
    }

    #loginIcon,
    #saveIcon,
    #shareIcon {
        height: 35px;
        width: 35px;
    }

    .builder {
        height: 100%;
    }

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

    #zonda-divSpacePlanner #zonda-divItems {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)) !important;
        gap: 5px;
        min-height: 150px !important;
    }

    #zonda-divItems .zonda-spacePlanner {
        height: fit-content;
    }

    #plan-container #zonda-divSpacePlanner .zonda-thumbnail {
        width: 70px;
        height: 70px;
    }

    .pulsing.main-container {
        width: calc(100% - 25%) !important;
    }

    .pulsing.switches {
        width: 24.58% !important;
        right: 0;
    }

    .pulsing.lists {
        width: 24.58% !important;
        right: 0;
    }

    .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;
    }

    .floordetails ul li .sub-menu label p span.color-name,
    .floordetails ul li>label span {
        font-size: 14px
    }

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

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

    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;
    }

    .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: 0;
        margin-top: 10px;
        flex-direction: column;
    }

    .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;
    }

    .floordetails {
        bottom: auto !important;
        width: auto !important;
    }

    .toggle-sidebar button {
        right: 2px;
        top: 1px;
    }

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

    .rmMode #optionsPanel {
        display: none !important;
    }

    /*#region New login & config popup changes*/

    .zonda-clearable.config-item-label label,
    .zonda-clearable.config-item-label input.text {
        height: 30px;
    }

    .zonda-session.config-item-footer button {
        font-family: sans-serif;
        font-size: 14px !important;
        width: auto !important;
        border: none;
        background: transparent;
        color: steelblue;
        cursor: pointer;
    }

    div#zonda-configsSection {
        padding: 5px 8px;
    }

    div#zonda-footer.zonda-session {
        padding: 0px;
    }

    body.logged-in input[name="zonda-email"].text {
        padding: 0 0px;
    }

    .zonda-session .zonda-text {
        min-height: 30px;
        font-family: sans-serif;
    }

    body.logged-in .zonda-session.zonda-content h3.zonda-title {
        padding: 10px 5px;
    }

    .zonda-session.zonda-content h3.zonda-title {
        font-size: 16px;
    }

    body.logged-in div#zonda-loginRow {
        margin: 5px 8px;
    }

    #zonda-configsHeaderRow h3.zonda-title {
        font-size: 14px;
    }

    div#zonda-sessionFooter button {
        font-size: 14px !important;
        font-family: sans-serif;
    }

    div#zonda-sessionFooter {
        margin: 10px 0px 5px 0px !important;
    }
    /*#endregion New login & config popup changes*/

    /*#region Furniture searchbox styles*/
    #plan-container #zonda-divSpacePlanner #zonda-search input {
        padding: 5px 32px 5px 10px !important;
    }

    .ios #zonda-search .clear-search-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        font-size: 22px;
        cursor: pointer;
        display: block;
        padding: 0px 5px;
        line-height: 1;
        z-index: 101;
        border: none
    }

    #zonda-search .clear-search-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        font-size: 13px;
        cursor: pointer;
        display: block;
        padding: 0px 5px;
        line-height: 1;
        z-index: 101;
        border: none
    }
    /*#endregion Furniture searchbox styles*/
}