html {
    background:#131749;
}
body {
    font-size: 13px;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.enter-live-screen {
    background:rgba(255,255,255,0.5);
    position:absolute;
    z-index:9998;
    width: 100%;
    height: 100% !important;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner {
    padding: 30px 0;
    background: #fff;
    box-shadow: 0px 1px 7px rgba(42, 53, 107, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 30px;
    }
}
.popup .close {
    line-height: 0.5em;
}
.popup-close {
    cursor:pointer !important;
    position: absolute;
    top: 10px;
    right: 14px;
}
.experience-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(42, 53, 107, 0.2);
    margin: 1em;
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.experience-title {
    font-size: 14px;
}
.live-property-head {
    background: #fff;
    color: #333;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
}
.live-property-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}
.ohchatcontainer.embed-full-screen {
    top: 6em !important;
}
.close-live-property {
    line-height: 36px;
}
.contact-profile {
    display: none !important;
}
.predefined-messages {
    overflow: hidden;
    white-space: nowrap;
    pointer-events: all;
    margin-bottom: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.predefined-msg-item {
    background: #fff;
    padding: 0.5em 1em;
    box-shadow: 0px 1px 7px rgba(42, 53, 107, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}
#ohChangeTour .btn,
#ohUserNameModal .btn,
#inviteUserLivetour .btn,
#ohFinished .btn,
#requestPermissions .btn {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.fa-paper-plane {
    color: var(--primary-color) !important;
}
.nav-tabs .nav-link {
    text-transform: initial !important;
}
.nav-tabs .nav-link.active{
    border-color: #dee2e6 #dee2e6 var(--primary-color) !important;
    color:var(--primary-color);
    font-weight: 600;
}
.modal-backdrop.show {
    opacity: 0.5;
    z-index: 999;
}
#ohUserNameModal,
#inviteUserLivetour {
    z-index: 9999999999;
}
.fa-paper-plane:before {
    color: var(--primary-color);
}
.btn {
    display: inline-block;
    padding: 8px 14px;
}
.frame-header-content {
    background:#fff;
    position: absolute;
    top: 0;
    z-index:9;
    width: 100%;
    padding-bottom: 2em;
}
#frame {
    width: 23%;
    max-width: inherit !important;
    min-width: inherit !important;
    transition: all 0.7s ease;
}
#frame .content {
    pointer-events: all;
}
#frame.embed-iframe {
    height:90.5vh;
    display: none !important;
}
#frame .content .message-input .wrap button {
    background: linear-gradient(180deg, #FF798E 0%, #FF2B47 100%) !important;
    color:#fff !important;
    border:none !important;
}
#frame .content .message-input .wrap .attachment {
    border:none !important;
}
.live-property-head .close {
    color:#404354;
    line-height: 1.5em;
}
.live-property-head {
    display: none;
}
.live-property-head.embed-full-screen {
    display: block;
}
.request-info-text-mobile {
    vertical-align:top;
    display:block;
    margin:0;
    line-height: 1;
}
.counter-col {
    display: block;
}
.full-screen-col {
    display: flex;
}
.btn-live-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.snackbar-container {
    width: 93% !important;
    margin: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5.75em !important;
}
.invite-link-copied {
    width: 22% !important
}
#volumeRange {
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(1, rgb(255, 255, 255)), color-stop(1, rgba(255, 255, 255, 0.25)));
}
#contactUserLiveBtn {
    -webkit-border-radius:3em;
    -moz-border-radius:3em;
    border-radius: 3em;
    background:#f87615;
    border: none;
    color: #fff;
    text-transform: initial;
}
#contactUserLiveBtn2 {
    -webkit-border-radius:3em;
    -moz-border-radius:3em;
    border-radius: 3em;
    background:#f87615;
    border: none;
    color: #fff;
    text-transform: initial;
}
#ohContact .form-group,
#ohRequestContact .form-group{
    margin-bottom: 0 !important;
}
#ohContact ,
#ohRequestContact {
    text-align: center;
}
#ohContact .modal-dialog ,
#ohRequestContact .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#ohContact .modal-subtitle ,
#ohRequestContact .modal-subtitle {
    opacity: 0.75;
}

#frame.embed-full-screen {
    border-top: 1px solid #A8B0BD;
}
#streams_container.embed-iframe {
    position: absolute;
    top: 0;
    width:100% !important;
}
@media (min-width:320px)  {
    .make-offer-text ,
    .schedule-visit-text ,
    .request-info-text {
        display: none;
    }
    .popup-schedule {
        bottom: -9.25em;
        width: 20%;
        right: 3.75em;
    }
    .popup-offer {
        bottom: inherit !important;
        right: 0 !important;
    }
    .popup-info{
        right: inherit;
        max-width: 100%;
        transform: inherit;
        bottom: 0;
    }
    #volumeRange {
        max-width: 4em;
    }
    .embed-iframe #volumeRange {
        max-width: 8em;
    }
    .btn-live-bar {
        margin:0 !important;
        vertical-align: top;
        line-height: 1.6em;
        display: block !important;
    }
    .live-player-bar {
        width:100%;
    }
    #frame {
        height: 100%;
        width: 85%;
       /* display: none;*/
        background: #fff;
        z-index: 999;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        display: block !important;
    }
    #frame .content .message-input {
        bottom: 0 !important;
    }
    #frame .content .messages {
        max-height: inherit;
        padding: 0 1.5em !important;
        padding-left:0 !important;
    }
    #container canvas {
        width: 100% !important;
    }
    .voice-volume {
        min-width: 8em !important;
    }
    #ohUserNameModal .modal-dialog {
        padding: 0;
        margin: 0;
    }
    #ohUserNameModal {
        padding: 0;
    }
    #ohUserNameModal .modal-dialog {
        min-height: inherit;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100% !important;
        margin: 0;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    #ohUserNameModal .modal-content {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    /*.voice-volume {
        display:none;
    }*/
    .request-info-btn svg, .schedule-visit-btn svg, .make-offer-btn svg {
        margin-right: 0;
    }
    .counter-col {
        display:none;
    }
    .full-screen-col {
        display:none !important;
    }
    .btn-live-bar {
        display: block !important;
    }
    .bars-content {
        margin: 0 1em;
        margin-right: 2.5em;
    }
    .popup-live ,
    .popup-schedule ,
    .popup-offer {
        width:100%;
        z-index: 9;
        transform: inherit;
        right: 0;
        min-width: 100%;
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .schedule-visit-content {
        padding:0 !important;
    }
    .show-calendar {
        margin: 0 !important;
        width: 100% !important;
        margin-top: 15.75em !important;
        padding: 0 !important;
        padding-right: 18px !important;
    }
    #inviteUserLivetour .modal-dialog{
        transform: inherit;
        bottom: 0;
    }
    #inviteUserLivetour .modal-content{
        bottom: 0;
        position: absolute;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .snackbar-container {
        left: 0 !important;
    }
    .attachment {
        right: 3.65em !important;
        font-size: 1.25em !important;
    }
    .add-fav i{
        font-size: 1.25em;
    }
    .messages {
        -webkit-mask-image: none !important;
    }
    #frame .content .messages {
        max-height: 100% !important;
        left: 0 !important;
        padding: 0.5em !important;
    }
    .instructions {
        width:100% !important;
    }
    #frame.opened .live-player-bar {
        z-index:9999;
    }
    .openhouse-finished-swal-popup,
    .live-expired-swal-popup,
    .openhouse-finished-contact-swal-popup {
        background: rgba(0,0,0,0.5) !important;
        height: 100%;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .openhouse-finished-swal-popup .swal2-title,
    .live-expired-swal-popup .swal2-title {
        font-size: 1.25em !important;
        color:#fff !important;
    }
    .openhouse-finished-swal-popup .swal2-html-container,
    .live-expired-swal-popup .swal2-html-container {
        font-size: 0.8em;
        color:#fff !important;
    }
    .swal2-confirm {
        width: 100%;
    }
    .openhouse-finished-swal-container ,
    .live-expired-swal-container {
        padding:0 !important;
    }
    body.swal2-shown > [aria-hidden="true"] {
        filter: blur(10px);
    }
    .swal2-shown {
        background:rgba(0,0,0,0.5) !important;
    }
    body > * {
        transition: 0.1s filter linear;
    }
    .openhouse-contact-form-swal {
        padding: 0 !important;
        z-index: 9999 !important;
    }
    .openhouse-contact-form-swal-popup {
        margin: 0;
        height: 100%;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .swal2-header {
        margin-top: auto !important;
    }
    .swal2-content {
        margin-bottom: auto !important;
    }
    .link-contact-swal {
        font-weight: 600 !important;

    }
    .openhouse-finished-swal-content a {
        color: inherit !important;
        font-weight: 600;
    }
    #snackbarCustom {
        left: 34.5%;
        bottom: 6.20em;
        min-width: 370px;
        max-width: 370px;
    }
    #offerSlider {
        margin: auto 1em;
    }
    .live-player-bar.embed-full-screen {
        width: 100% !important;
    }
    .close-live-property {
        display: none;
    }
    .floorfyLink {
        bottom: 43px;
    }
    .live-property-title {
        font-size: 1.5em;
        position: relative;
        bottom: 1px;
    }
    .come-back-chevron {
        font-size: 1.75em;
    }
    #frame.embed-full-screen {
        top:6em !important;
        height: 89.75vh !important;
    }
    .attachment {
      /*  right: 2.5em !important;*/
        right: 3.75em !important;
    }
    #ohUserNameModal .modal-dialog {
        transform: none;
    }
}
@media (min-width: 576px) {
    #frame {
        width: 23%;
        height: 100%;
        display:block !important;
        visibility: visible;
        right: 0;
    }
    .live-player-bar {
        width:77%;
    }
    .make-offer-text ,
    .schedule-visit-text ,
    .request-info-text {
        display: none;
    }
    .popup-schedule {
        bottom: -9.5em;
        width: 20%;
        right: 11em;
    }
    .popup-offer {
        bottom:-9.75em;
    }
    .popup-info,
    .popup-schedule,
    .popup-offer {
        bottom: -9.4em;
        right: 18em;
        min-width:31em;
        max-width: 31em;
        transform: translate3d(0, -50%, 0);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #volumeRange {
        max-width: 6em;
    }
    #frame .content .messages {
        padding: inherit !important;
    }
    #ohUserNameModal .modal-dialog {
        min-height: inherit;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100% !important;
        margin: 0;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
    }
    #ohUserNameModal .modal-content {
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
    }
    .request-info-text-mobile {
        display:none !important;
    }
    .full-screen-col {
        display:block !important;
    }
    .btn-live-bar {
        display: flex !important;
    }
    .voice-volume {
        display: block;
    }
    .counter-col {
        display:block;
    }
    #inviteUserLivetour .modal-dialog{
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
        margin: 0 auto;
    }
    #inviteUserLivetour .modal-content{
        bottom: initial;
        position: initial;
        border-radius: 10px;
    }
    .success-snackbar {
      /*  bottom: 4em !important;*/
     /*   left: 40% !important;*/
    }
    #toggle-frame-btn {
        display:none !important;
    }
    .private-chat-empty, .public-chat-empty {
        height: 65vh !important;
    }
    .instructions {
        width:75% !important;
    }
    .show-calendar {
        margin: initial !important;
        width: initial !important;
        bottom: initial !important;
        padding: 0 !important;
        min-width: 26.5em !important;
        margin-left: 2.35em !important;
        margin-top: 17.75em !important;
    }
    .snackbar-container {
        left: 38% !important;
    }
    .swal2-popup {
        height: initial !important;
    }
    .openhouse-finished-swal-popup,
    .openhouse-finished-contact-swal-popup,
    .live-expired-swal-popup {
        background: #fff !important;
        -webkit-border-radius: .3125em !important;
        -moz-border-radius: .3125em !important;
        border-radius: .3125em !important;
    }
    .swal2-title,
    .swal2-html-container,
    .swal2-container {
        font-size: initial !important;
    }
    body.swal2-shown > [aria-hidden="true"] {
        filter: blur(10px);
    }
    .swal2-title {
        font-size: 1.5em !important;
        color: #1D2349 !important;
    }
    .swal2-confirm {
        width: auto;
    }
    .live-expired-swal-container {
        margin: initial !important;
        height: initial !important;
    }
    .openhouse-contact-form-swal-popup {
        margin: initial !important;
        height: initial !important;
        -webkit-border-radius: .3125em !important;
        -moz-border-radius: .3125em !important;
        border-radius: .3125em !important;
    }
    .openhouse-finished-swal-popup .swal2-html-container,
    .live-expired-swal-popup .swal2-html-container,
    .openhouse-finished-swal-popup .swal2-title,
    .live-expired-swal-popup .swal2-title {
        color:#1D2349  !important;
    }
    .openhouse-finished-swal-content a {
        color:var(--primary-color) !important;
        font-weight: 500;
        text-decoration: underline !important;
    }
    .popup-live {
        min-width: 31em;
        max-width: 31em;
        transform: translate3d(0, -50%, 0);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .live-property-title {
        font-size: 1em;
    }
    #frame.embed-full-screen {
        top:6em !important;
        height: 93vh !important;
    }
}
/* IPHONE 6 (landscape) */
@media only screen
and (max-width: 667px)
and (orientation : landscape)
and (width : 667px)
and (height : 375px) {
    #ohContact .modal-dialog,
    #ohRequestContact .modal-dialog{
        min-width: 100%;
    }
}
/* IPHONE 6 (portrait) */
@media only screen
and (min-width : 375px)
and (max-width: 667px)
and (orientation : portrait) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
/* IPHONE 6+ (landscape) */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation : landscape) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
    #ohContact .modal-dialog,
    #ohRequestContact .modal-dialog{
        min-width: 100%;
    }
}
/* iPhone XR (landscape) */
/* 1792x828px at 326ppi */
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 2)
and (orientation : landscape) {
    #ohContact .modal-dialog,
    #ohRequestContact .modal-dialog{
        min-width: 100%;
    }
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 3px;
    }
    #frame .content .message-input .wrap button {
        width: 3em !important;
        height: 3em !important;
    }
}
/* IPHONE 6+, 6s+, 7+, 8+ (portrait) */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
/* iPhone X (landscape) ----------- */
@media only screen and (max-width: 812px) and (orientation : landscape) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
/* iPhone X (portrait) ----------- */
@media only screen
and (min-width : 375px)
and (max-width: 812px)
and (orientation : portrait) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
@media (max-width: 736px) {
    #ohContact .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #ohContact .modal-content {
        height: auto;
        min-height: 100%;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius: 0;
        overflow: hidden;
        max-height: calc(100vh - 210px);
        overflow-y: auto;
    }
    #ohRequestContact .modal-dialog  {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #ohRequestContact .modal-content  {
        height: auto;
        min-height: 100%;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius: 0;
        overflow: hidden;
        max-height: calc(100vh - 210px);
        overflow-y: auto;
    }
}
@media (min-width: 768px) {
    #frame {
        width: 25% !important;
        visibility: visible;
        right: 0;
    }
    #frame.embed-full-screen {
        width: 25% !important;
    }
    .live-player-bar {
        width:75% !important;
    }
    .make-offer-text ,
    .schedule-visit-text ,
    .request-info-text {
        display: none;
    }
    .popup-schedule {
        bottom: -9.5em;
        width: 20%;
        right: 11em;
    }
    .popup-offer {
        bottom:-9.75em;
    }
    .popup-info{
        bottom:-9.4em;
        right: 25em;
    }
    #volumeRange {
        max-width: initial;
    }
    #frame .content .messages {
        padding: inherit !important;
    }
    .request-info-text-mobile {
        display:none !important;
    }
    .counter-col {
        display:block;
    }
    .success-snackbar {
        /*bottom: 4em !important;*/
       /* left: 40% !important;*/
    }
    #toggle-frame-btn {
        display:none !important;
    }
    .instructions {
        width:75% !important;
    }
    .snackbar-container {
        left: 38% !important;
    }
    #frame {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .popup-live {
        min-width: 31em;
        max-width: 31em;
        transform: translate3d(0, -50%, 0);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .live-player-bar.embed-full-screen {
        width: 75% !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
    #ohContact:before ,
    #ohRequestContact:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    #ohContact:before,
    #ohRequestContact:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
    #ohContact:before,
    #ohRequestContact:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
/* IPAD 1,2,3 (portrait) */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
    #ohContact:before,
    #ohRequestContact:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media (max-width: 800px) {
    #ohRequestContact ,
    #ohContact {
        padding: 0 !important;
    }
    #ohContact .modal-dialog,
    #ohRequestContact .modal-dialog{
        margin: 0;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #ohContact ,
    #ohRequestContact {
        padding: 0 !important;
    }
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}
/* LARGE SCREENS */
@media only screen and (min-width : 1824px) {
    #ohContact ,
    #ohRequestContact {
        padding: 3em !important;
    }
}

@media only screen and (min-width: 873px) and (orientation: landscape) {

}
@media screen and (max-width: 991px),
screen and (max-height: 700px) {
    .popup-live {
        transform: none;
        min-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        bottom: 0;
    }
    #makeOfferBtn {
        margin-top: 0.5em;
    }
    .popup-live input{
        padding: 1.25em 0.5em;
    }
}
@media (min-width: 992px) {
    #frame .content .message-input .embed-full-screen {
        bottom: 2.25em !important;
    }
    #frame .content .messages {
        -webkit-mask-image: none !important;
        height: auto !important;
        bottom: 0 !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        width: 100%;
        margin-bottom: 9em !important;
        min-height: 0 !important;
        max-height: 100% !important;
    }
    #frame {
        width: 27%;
        visibility: visible;
        right: 0;
    }
    .live-player-bar {
        width:75% !important;
    }
    #frame.embed-full-screen .content .message-input {
        bottom: 16px !important;
    }
    .make-offer-text ,
    .schedule-visit-text ,
    .request-info-text {
        display: inline-block;
    }
    .popup-schedule {
        bottom: -7em;
        width: 20%;
        right: 11em;
    }
    .popup-offer {
        bottom: -11.5em !important;
    }
    .popup-info{
        bottom:-9.4em;
        right: 25em;
    }
    #volumeRange {
        max-width: initial;
    }
    #frame .content .messages {
        padding: inherit !important;
    }
    .request-info-text-mobile {
        display:none !important;
    }
    .counter-col {
        display:block;
    }
    .success-snackbar {
       /* bottom: 4em !important;*/
      /*  left: 40% !important;*/
    }
    #toggle-frame-btn {
        display:none !important;
    }
    .instructions {
        width:75% !important;
    }
    .snackbar-container {
        left: 38% !important;
    }
    #frame {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .popup-live {
        min-width: 31em;
        max-width: 31em;
        transform: translate3d(0, -50%, 0);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .daterangepicker {
        margin-top: 16em !important;
    }
}
@media (min-width: 1200px) {
    #frame .content .message-input .embed-full-screen {
        bottom: 2.25em !important;
    }
    #frame .content .messages {
        -webkit-mask-image: none !important;
        height: auto !important;
        bottom: 0 !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        width: 100%;
        margin-bottom: 9em !important;
        min-height: 0 !important;
        max-height: 100% !important;
    }
    #frame {
        width: 22%;
        visibility: visible;
        right: 0;
    }
    .live-player-bar {
        width:75% !important;
    }
    .make-offer-text ,
    .schedule-visit-text ,
    .request-info-text {
        display: inline-block;
    }
    .popup-schedule {
        bottom: -5.5em;
        width: 20%;
        right: 1em;
    }
    .popup-offer {
        bottom: -7.5em !important;
        right:1.5em !important;
    }
    .popup-info{
        bottom: -7em;
        right: 7em;
    }
    #volumeRange {
        max-width: initial;
    }
    #frame .content .messages {
        padding: inherit !important;
    }
    .request-info-text-mobile {
        display:none !important;
    }
    .counter-col {
        display:block;
    }
    .success-snackbar {
      /*  bottom: 7em !important;*/
       /* left: 36% !important;*/
    }
    #toggle-frame-btn {
        display:none !important;
    }
    .instructions {
        width:75% !important;
    }
    .snackbar-container {
        left: 38% !important;
    }
    #frame {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .popup-live {
        min-width: 31em;
        max-width: 31em;
        transform: translate3d(0, -50%, 0) !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        left: initial !important;
    }
    .daterangepicker {
        margin-top: 16em !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .popup-live {
        transform: none;
        left: 0;
        min-width: 100%;

    }

}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
    #frame {
        width: 40% !important;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    #frame {
        width: 40%;
        height: 100%;
        display:block !important;
        visibility: visible;
        right: 0;
    }
    #container canvas {
        width: 100% !important;
    }
    .live-player-bar {
        width: 100% !important;
        padding-right: 1.5em !important;
    }
    #toggle-frame-btn {
        display: inline-block !important;
    }
    .make-offer-text, .schedule-visit-text, .request-info-text {
        display:block;
    }
    .experience-card {
        display: none;
    }
    #frame .content .messages {
        max-height: 50% !important;
    }
    .popup-live {
        transform: none !important;
        left: 0 !important;
        min-width: 60% !important;
        margin: 0 auto;
    }
    .popup-schedule {
        padding: 1.25em !important;
    }
    .popup-offer {
        padding: 1em !important;
    }
    .send-offer-btn {
        margin-top:0.5em !important;
    }
    .row-data-offer {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .row-slider {
        margin-top: 0.5em !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    .heading-title-popup {
        margin-bottom: 0.5em !important;
    }
    .last-offers-content .input-group{
        width: 50% !important;
        margin: auto !important;
    }
    .daterangepicker {
        width: 60% !important;
        left: 0 !important;
        top: 0.5em !important;
        margin: 0 auto !important;
        right: 0 !important;
    }
    .calendar-time {
        margin-bottom: 0.25em !important;
        margin-top: 0em !important;
    }
    #ohUserNameModal .modal-dialog {
        min-height: inherit;
        position: relative;
        left: 0;
        right: 0;
        max-width: 100% !important;
        margin: 0;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
        bottom: inherit;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    #ohUserNameModal .modal-content {
        overflow: hidden !important;
    }
    .col-logo {
        display:none;
    }
    .floorfyLink {
        bottom: 5.5em;
    }
    .popup-live {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        right: 0 !important;
    }
    #offerSlider {
        margin:0;
    }
    .success-snackbar {
      /* bottom: 5em !important;*/
       /* left: 40% !important;*/
    }
    .live-audio-request-swal-container .swal2-warning {
        transform: scale(0.75);
        margin-bottom: 0.25em;
        margin-top: 0.25em;
    }
    .live-audio-request-swal-container .swal2-content {
        padding-top: 0.5em !important;
    }
    .live-audio-request-swal-container .swal2-actions {
        margin: 1.25em auto 0;
        margin-top: 0;
    }
    .live-audio-request-swal-popup {
        padding: 0.25em 0 1em 0 !important;
    }
    #frame .content .message-input .wrap input {
        padding: 8px 40px 8px 13px;
        width: calc(100% - 43px);
    }
    #frame .content .message-input .wrap button {
        width: 2.75em !important;
        height: 2.75em !important;
    }
    #frame .content .message-input .wrap .attachment {
        top: 1px;
    }

    .attachment {
        right: 3em !important;
    }
    .predefined-messages {
        margin-bottom: 0px;
    }
    #frame .content .message-input .wrap {
        top: 2px;
    }
}
.live-player-bar.embed-iframe {
    width: 100% !important;
    padding: 0.75em;
    z-index: 99999;
}
/*************************** OH CONTACT ****************************/
#ohContact ,
#ohRequestContact {
    background: rgba(0,0,0,0.5);
    color:#1D2349;
    text-align: center;
}
#ohContact .modal-content,
#ohRequestContact .modal-content{
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}
#ohContact:before ,
#ohRequestContact:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
#ohContact .modal-dialog  ,
#ohRequestContact .modal-dialog  {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
}
#ohContact .modal-content ,
#ohRequestContact .modal-content {
    padding: 1em 2em;
    height: auto;
    min-height: 100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius: 0;
    overflow: hidden;
    max-height: calc(100vh - 72px);
    background: #fff;
}
#ohContact .modal-body,
#ohRequestContact .modal-body,
#ohRequestContact .modal-header,
#ohContact .modal-header {
    padding: 0;
}
#ohContact .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
#ohRequestContact .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
#ohContact .modal-title ,
#ohRequestContact .modal-title {
    font-size: 1.5em;
    font-weight: bold;
}
#ohContact input ,
#ohRequestContact input {
    width: 100%;
    height: 3em;
    line-height: 2;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#ohContact input:focus {
    border-bottom: 1px solid transparent !important;
}
#ohContact .close {
    z-index: 999;
    position: absolute;
    right: 0;
}
#ohContact .bmd-label-floating {
    font-size:1em;
}
.live-player-bar.embed-full-screen {
    width: 75% !important;
}
.icon-experience {
    cursor: pointer;
    height:2.5em;
    width:2.5em;
    box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}
.icon-experience.active {
    background: radial-gradient(50% 50% at 50% 50%, #EEF0F2 66.15%, #DFE3E7 100%);
}
.icon-experience:hover {
    border: 2px solid #EEF0F2;
}
.emoji-icon {
    position: relative;
    top: 1px;
    font-size: 1.35em;
}
.close-chat-mobile ,
.counter-viewers {
    display: none !important;
}
#requestInfoCheckbox {
    margin-top: 3px;
}
.request-info-textarea {
    height: 100% !important;
    font-size: initial !important;
    padding: 0.75em !important;
}
.request-info-input ,
.make-offer-input ,
.schedule-visit-input {
    width: 100%;
    padding: 1.5em 0.75em;
    border: 1px solid #C5CBD3;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none !important;
    font-size: initial;
}
.schedule-date-input {
    width: 100%;
    border: 1px solid #C5CBD3;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none !important;
    font-size: initial;
    padding: 0.5em !important;
}
.request-info-checkbox-text {
    color:#2C2E3A;
    font-size: 1em !important;
    line-height: 1.8 !important;
}
/*#frame .content .messages ul li.replies p {
    background:#fff;
}
#frame .content .messages ul li p {
    box-shadow: 0px 2px 8px rgba(42, 53, 107, 0.2);
}*/
.message-input {
    background:#fff;
}
.messages-embed {
    position: absolute;
    right: 1em;
    height:49vh;
    width: 100%;
    display: none;
    top: 12.3em;
    text-align: right;
    overflow: auto;
}
.messages-embed .sent,
.messages-embed .reply{
    display:inherit !important;
}
.messages-embed ul{
    bottom: 0;
    position: absolute;
    right: 0;
}
.messages-embed .sent {
    left: 0 !important;
}
.messages-embed ul {
    list-style-type: none;
}
.messages-embed p ,
.messages-embed .notification-chat {
    display: inline-block !important;
    padding: 10px 12px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    max-width: 185px;
    line-height: 130% !important;
    word-wrap: break-word !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(84,93,120,.1) !important;
    box-shadow: 0 2px 5px 0 rgba(84,93,120,.1) !important;
    background: rgba(255,255,255,0.75) !important;
    color: #11132C !important;
}
.messages-embed .notification-chat {
    font-weight: bold;
}
.messages-embed.embed-iframe {
    display: block;
}
.daterangepicker {
    z-index:99999 !important;
    color:var(--primary-color) !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color:var(--primary-color) !important;
}
.daterangepicker.drop-up {
    padding: 1.75em 5.33em 2.45em 5.33em;
    margin-left: 2.2em;
}
.daterangepicker td.available:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.daterangepicker.drop-up:before,
.daterangepicker.drop-up:after,
.daterangepicker.drop-up {
    border:none !important;
}
.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    display: inline !important;
    float:initial !important;
}
.daterangepicker .drp-calendar.right {
    display: none !important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 25px !important;
}
.hourselect ,
.minuteselect ,
.ampmselect {
    font-size: 1.1em !important;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.drp-buttons {
    text-align:center !important;
}
.applyBtn {
    background:var(--primary-color) !important;
    color:#fff !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border:1px solid var(--primary-color) !important;
}
.schedule-date-icon {
    color:var(--primary-color);
}
#container {
    width:100% !important;
    height:100% !important;
    pointer-events: all !important;
}
#container canvas{
    width:75%;
    height: 93.5%;
}
#container .viewer-canvas{
    width:100% !important;
    height: 100% !important;
}
#container.embed-iframe  canvas  {
    width:100% !important;
}
.instructions.embed-iframe  {
    width:100% !important;
}
.messages-embed .msg-sent-name {
    display:none !important;
}
.empty-state-chat {
    height: 85vh;
    width: 100%;
    color:  rgba(0,0,0,0.25);
    position: relative;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-text {
    padding-top: 2px;
}
.user-chat-head {
    cursor: pointer;
}
.webvr-button {
    visibility: hidden;
}
.embed-iframe .bars {
    padding-left: 0.5em !important;
}
.embed-iframe .btn-live-bar{
    display:none !important;
}
.swal2-styled:focus {
    box-shadow: inherit !important;
}
.empty-state-chat i {
    font-size:6em;
}
.openhouse-finished-swal-popup ,
.openhouse-finished-contact-swal-popup {
    padding: 2em 1em !important;
}
.openhouse-finished-swal-content {
    padding: 1em 0.5em !important;
}
.openhouse-finished-swal-content a {
    text-decoration: underline !important;
}
.swal2-title {
    font-size: 1.5em !important;
}
.swal2-textarea {
    font-size: 1em;
}
.openhouse-finished-contact-swal-popup .swal2-content {
    padding-top: 0 !important;
}
.openhouse-finished-contact-swal-popup .swal2-actions {
    margin-top: 0 !important;
}
#ohFinishedContactEmail {
    margin-top: 2em;
}
#ohFinishedContactComment {
    font-size:1em !important;
}
.show-floorplan-btn ,
#floorItems ,
#floorPlan {
    display:none !important;
}
#popupOffer .input-group-append {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #DFE3E7;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-error {
    border:1px solid #FE4F51;
}
.text-error {
    color:#FE4F51 !important;
}
.request-info-checkbox-text.text-error:before {
    border:1px solid #FE4F51 !important;
}
.request-info-checkbox-text {

}
.checkbox-error {
    border:1px solid #FE4F51 !important;
}
.checkbox-label-oh .check {
    padding: 2px;
    border:initial;
}
#toggle-frame-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 2em;
    top: 47%;
    color:#2C2E3A;
    right: 35px;
    height:0;
    width:0;
}
#toggle-frame-btn  i:before {
    background: #fff;
    padding: 12px 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 2px 10px rgba(86, 92, 113, 0.1);
    clip-path: inset(-5px 0px -5px -5px);
    font-size: 0.75em;
    color:var(--primary-color);
}
#frame.opened {
    visibility: visible !important;
    transition: all 0.7s ease;
    z-index: 9999;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.input-chat-text {
    color:initial !important;
    font-size: 1em !important;
}
.input-chat-text::placeholder {
    color:initial !important;
}
.add-fav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drp-calendar.left {
    display: inline !important;
    padding:0 !important;
}

#scheduleVisitBtn {
    box-shadow:none;
}
.horizontal-scroll-wrapper{
    display:block;
    top:0;
    left:0;
    width:58px;
    max-height:600px;
    margin:0;
    overflow-y:auto;
    overflow-x:hidden;
    transform:rotate(-90deg) translateY(-152px);
    -moz-transform:rotate(-90deg) translateY(-152px); /* Firefox */
    -webkit-transform:rotate(-90deg) translateY(-152px); /* Safari and Chrome */
    -o-transform:rotate(-90deg) translateY(-152px); /* Opera */
    transform-origin:right top;
}
.horizontal-scroll-wrapper > div{
    display:block;
    padding:5px;
    transform:rotate(90deg);
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    transform-origin: right top;
}
.squares{
    padding:60px 0 0 0;
}
.rectangles{
    padding:169px 0 0 0;
    position: absolute;
    top: -4em;
    background: #fff;
}
.rectangles > div{
    width:112px;
    min-height:8em;
    margin:42px 10px;
    padding:5px;
    transform:rotate(90deg) translateY(80px);
    transform-origin: right top;
}
@-moz-document url-prefix() {
    .rectangles > div{
        height: 11em;
    }
    .horizontal-scroll-wrapper {
        scrollbar-width: none !important;
    }
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        .horizontal-scroll-wrapper {
            scrollbar-width: none !important;
        }
    }
}
.rectangles > div:first-of-type {
    min-height: 3.25em !important;
    height:1em;
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
.horizontal-scroll-wrapper::-webkit-scrollbar-track {
    background: transparent !important;        /* color of the tracking area */
    box-shadow:none;
}
.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;    /* color of the scroll thumb */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid transparent;  /* creates padding around scroll thumb */
}
.hidden-livebar-btn {
    display:flex;
}
.showed-livebar-btn {
    display: none !important;
}
#container {
    pointer-events: none !important;
}
#showButtons {
    display:none;
    filter: blur(5px);
}
#showFurnitureBtn {
    left: 38%;
    display: none !important;
}
#popupToCall {
    z-index: 999 !important;
}
#signInOH{
    display: block !important;
    width: 100% !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: var(--primary-color);
}
.custom-control-input:active ~ .custom-control-label:before {
    background-color:var(--primary-color);
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}
#dollhouseLayers ,
.rulerMeasurement {
    display: none !important;
}
.volume-range-0 {
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, rgb(255, 255, 255)), color-stop(0, rgba(255, 255, 255, 0.25))) !important;
}
.volume-range-75 {
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.75, rgb(255, 255, 255)), color-stop(0.75, rgba(255, 255, 255, 0.25))) !important;
}
#floorPlan,
.viewer-bottom-bar {
    display: none !important;
}
#frame .content .message-input .wrap input {
    margin-right: 0.5em;
}
#bars {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14vh;
    max-height: 6vh;
}
.viewer-bottom-bar,
#menu,
#viewer_terms {
    visibility: hidden !important;
}
