/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.notice.notice-success.wpvr-halloween-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.iframe-wrapper .pnlm-panorama-info {
    background-color: rgb(0, 0, 0,0.8);
    border-radius: 0 5px 5px 0;
    padding-right: 10px;
    padding: 9px 14px;
    color: #fff;
    text-align: left;
}

.iframe-wrapper .pnlm-panorama-info .pnlm-title-box {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 3px;
    line-height: 1.2;
    width: 349px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-weight: 500;
}

.rex-pano-tab .inner-nav-content input[type=radio] {
    border-radius: 50%;
    border: 1px solid #E0D7FF;
    background: #F3EFFF;
    margin: 0;
}

.rex-pano-tab .inner-nav-content input[type=radio]:focus {
    border-color: #3F04FE;
    box-shadow: 0 0 0 1px #3F04FE;
    outline: 1px solid transparent;
}

.rex-pano-tab .inner-nav-content input[type=radio]:checked::before {
    content: "";
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    margin: .1875rem;
    background-color: #3F04FE;
    line-height: 1.14285714;
}

.wpvr_halloween_dismiss {
    cursor: pointer;
    border: 1px solid red;
}

.wpvr_gt_settings_ruler {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    margin: 30px 0 30px 0;
    background: #929eaa;
}

.wpvr_tabs_row {
    width: 20% !important;
}

.rex-add-coordinates .upload-scene-wrapper-first,
.rex-add-coordinates .upload-scene-wrapper {
    border: 1px dashed #AFADB6;
    border-radius: 8px;
    margin-top: 17px;
    padding-top: 13px;
}
.rex-add-coordinates .upload-scene-wrapper-first{
    margin-top: 0;
}

img.scctrl.upload-form-scene-gallery-first,
img.scctrl.upload-form-scene-gallery {
    max-width: 41px;
    width: 100%;
    margin: 0 auto;
}

.scene-gallery ul li img.scctrl.upload-form-scene-gallery-first,
.scene-gallery ul li img.scctrl.upload-form-scene-gallery {
    height: auto;
    filter: blur(0) brightness(1);
    -webkit-filter: blur(0) brightness(1);
}

.scene-gallery ul li img.scctrl.upload-form-scene-gallery-first:hover,
.scene-gallery ul li img.scctrl.upload-form-scene-gallery:hover {
  background: none;
}
/* wpvr_role-container  */

.wpvr_role-container .switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpvr_role-container ul {
    padding: 10px;
}

.wpvr_role-container .switch h6 {
    width: calc(100% - 130px);
    padding-right: 20px;
}

#adminmenu .toplevel_page_wpvr .wp-menu-image img {
    padding: 7px 0 0px 0;
}

/* Absolute Center Spinner */

.wpvr-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.wpvr-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.wpvr-loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.wpvr-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.wpvr-loader {
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top: 2px solid #3f05fe;
    width: 13px;
    height: 13px;
    animation: spinner 0.7s linear infinite;
    display: none;
    margin-left: 4px;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pulse-wpvr {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(71, 117, 246,0.7);;
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

.wpvr-alert {
    color: #383d41;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    cursor: default;
    display: none;
}
.wpvr-alert.box {
    background-color: #e2e3e5;
    padding: 11px 20px;
    border: 1px solid #d6d8db;
}
.wpvr-alert.wpvr-success {
    color: #269c41;
}
.wpvr-alert.wpvr-success.box {
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpvr-alert.wpvr-error {
    color: #d63342;
}
.wpvr-alert.wpvr-error.box {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.wpvr-alert.wpvr-warn {
    color: #856404;
}
.wpvr-alert.wpvr-warn.box {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.vrgallery-gallery-icon-size .wpvr-switcher label:before {
    content: "S";
    display: block;
    color: #201cfe;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 4px;
    left: 26px;
}

.vrgallery-gallery-icon-size .wpvr-switcher input[type="checkbox"]:checked + label:before {
    content: "L";
    color: #fff;
    left: 8px;
}

.pnlm-load-button p {
    color: #fff;
}

.icon-wpvrtourmake_icon:before {
    content: '';
    height: 30px;
    width: 30px;
    background: url('../images/icon.png') no-repeat center center / 100% 100%;
}


.scene-gallery {
    border-radius: 6px;
    max-width: 626px;
    margin: 0 auto;
    padding: 0 10px;
    color: #32373c;
    background-color: #eceef1;
    box-sizing: border-box;
}

.scene-gallery ul {
    display: inline-grid;
}

.scene-gallery ul li {
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    word-break: break-word;
}

.scene-gallery ul li.owlscene {
    margin-bottom: 5px;
}

.scene-gallery .marked .owlscene {
    color: #004efa;
}

.scene-gallery ul li img {
    filter: blur(0.5px) brightness(0.5);
    -webkit-filter: blur(0.5px) brightness(0.5);
}

.scene-gallery .marked ul li img {
    filter: blur(0) brightness(1);
    -webkit-filter: blur(0) brightness(1);
}

.scctrl {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.scctrl:hover {
    background: rgba(200, 200, 200, 1);
}

.vr-export {
    color: #fff!important;
    background-color: #4775f6 !important;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
}

.rex-pano-tab-content ::-webkit-input-placeholder {
    color: #ccc;
}

.rex-pano-tab-content ::-moz-placeholder {
    color: #ccc;
}

.rex-pano-tab-content :-ms-input-placeholder {
    color: #ccc;
}

div.custom-tooltip > p {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    cursor: default;
    margin: 0 0px 0px 12px !important;
    bottom: 40px;
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 15px;
    line-height: 24px;

}

/* div.pnlm-container p iframe {
  max-width: 300px !important;
  margin-bottom: 0;
  max-height: 300px !important;
} */

div.pnlm-container p iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

div.custom-tooltip:hover {
    z-index: 3;
}

div.custom-tooltip:hover p {
    visibility: visible;
    width: 300px;
}

#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
    overflow: auto;
    max-height: 280px; 
    overflow-y: auto;
    overflow-x: hidden;
}

#et-boc .et-l div.custom-tooltip > p p img ,
div.custom-tooltip > p p img  {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 6px;
}

#et-boc .et-l div.custom-tooltip > p p img:last-child,
div.custom-tooltip > p p img:last-child {
  margin-bottom: 0px;
}

div.custom-tooltip:hover p:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}





#custom-ifram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 90%;
    height: 293px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
}

.icons-selector .selector {
    width: 100%;
}

.iframe-wrapper {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 400px;
}

.iframe-wrapper .pnlm-container {
    height: 100%;
    width: 100%;
}

.pano-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.pano-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

.iframe-wrapper.show-modal .pano-wrap:before {
    opacity: 1;
    visibility: visible;
}

#custom-ifram iframe {
    width: 100%;
    height: 100%;
}

.iframe-wrapper #cross {
    background: #fff;
    width: 24px;
    height: 24px;
    color: red;
    line-height: 26px;
    position: absolute;
    top: 43px;
    right: 26px;
    text-align: center;
    z-index: 999;
    font-size: 13px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.iframe-wrapper.show-modal #cross {
    opacity: 1;
    visibility: visible;
}

.wp-vr_page_wpvr-setting:before,
.post-type-wpvr_item:before {
    content: "";
    background: rgba(0, 0, 0, 0.54);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.post-type-wpvr_item.wpvr-layout-overlay:before,
.post-type-wpvr_item.error-overlay2:before,
.wp-vr_page_wpvr-setting.error-overlay2:before,
.post-type-wpvr_item.error-overlay:before {
    opacity: 1;
    visibility: visible;
}

#custom-ifram p {
    background-color: #fff;
    padding: 10px;
    margin: auto;
    border-radius: 5px;
    font-size: 15px;
    line-height: 24px;
}

.custom-tooltip p {
    background-color: #fff;
    padding: 10px 0;
    margin: auto;
    border-radius: 5px;
    width: 500px;
    font-size: 16px;
    line-height: 1.3;
}

#custom-ifram img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#custom-ifram p img {
    margin-bottom: 5px;
}

#custom-ifram p img:last-child {
    margin-bottom: 0px;
}

#custom-ifram iframe {
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    height: auto;
}

.custom-tooltip span img {
    height: 220px;
    width: 400px;
}


.rex-add-coordinates > ul:first-child {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rex-add-coordinates ul li {
    position: relative;
    display: inline-block;
    text-align: center !important;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
}

.rex-add-coordinates ul li #panodata {
    margin-top: 0!important;
    font-size: 13px;
}

.rex-add-coordinates ul li.add-pitch i {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: rgb(71, 117, 246);
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    margin-left: 6px;
    position: relative;
    box-shadow: 0 0 3px 0 rgba(71, 118, 246, 0.631);
	transform: scale(1);
	animation: pulse-wpvr 2s infinite;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.rex-hide-coordinates {
    display: none !important;
}

.toppitch {
    font-size: 11px;
    vertical-align: middle;
    /* transform: rotate(-90deg); */
}



.rex-add-coordinates ul li.add-pitch .rex-tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    padding: 6px 12px;
    /* white-space: nowrap; */
    font-size: 11px;
    margin-top: -16px;
    letter-spacing: 0.5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.rex-add-coordinates ul li.add-pitch:hover .rex-tooltiptext {
    visibility: visible;
    margin-top: -18px;
    opacity: 1;
}

@media (min-width: 2560px) {

    .rex-add-coordinates ul li.add-pitch:hover .rex-tooltiptext {
        margin-left: -41px;
        margin-top: -12px;

    }

    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
        left: 162px;
    }
}

@media (max-width: 1920px) {
    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext {
        left: -28px;
        padding: 1px 12px;
    }

    .rex-add-coordinates ul li.add-pitch:hover .rex-tooltiptext {
        margin-left: -6px;
        margin-top: -7px;

    }

    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
       left: 69%;
    }

}

@media (max-width: 1499px) {
    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext {
        right: 0;
        left: -61px;
    }

    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
        left: 83%;
    }
}

@media (max-width: 1399px) {
    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext {
        left: 50%;
    }

    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
        left: 52%;
    }
}

@media (max-width: 1199px) {
    .pnlm-container {
        width: 100%!important;
    }

    .custom-tooltip p {
        width: 420px;
    }
    .custom-tooltip span img {
        height: 230px;
        width: 420px;
    }
}

@media (max-width: 768px) {
    .rex-add-coordinates ul li.add-pitch .rex-tooltiptext::after {
        left: 52%;
    }
}

@media (max-width: 991px) {
    .custom-tooltip p {
        width: 530px;
    }
    .custom-tooltip span img {
        height: 310px;
        width: 540px;
    }
}

@media (max-width: 575px) {
    .pano-wrap .cross {
        top: 2px;
        right: 1px;
    }
}


/*------------------------------panolens layout style-----------------------------*/

.post-type-wpvr_item #poststuff #post-body {
    margin-right: 0;
    display: flex;
    flex-flow: row wrap;
}

.post-type-wpvr_item #post-body-content {
    width: 100%;
    min-width: 463px;
    float: none;
}

.postbox-container {
    float: none;
}

.post-type-wpvr_item #post-body #postbox-container-1 {
    float: none;
    margin-right: 0;
    width: 550px;
    order: 2;
}

.post-type-wpvr_item #post-body #postbox-container-1 .iframe-wrapper {
    max-width: 625px;
}

.post-type-wpvr_item #post-body #postbox-container-1 #side-sortables {
    width: 100%;
}

.post-type-wpvr_item #post-body #postbox-container-2 {
    order: 1;
    width: calc(100% - 570px);
    margin-right: 20px;
}


/*------------------------------panolens tab style-----------------------------*/

.pano-setup * {
    box-sizing: border-box;
}


/*-----------switcher style------- */

.wpvr-switcher {
    position: relative;
    top: 2px;
}

.wpvr-switcher input[type="checkbox"] {
    display: none;
}

.wpvr-switcher label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background-color: #F3EFFF;
    border: 1px solid #F3EFFF;
    transition: all 0.3s ease;
}

.wpvr-switcher label:before {
    display: none;
}

.wpvr-switcher label:after {
    content: ""!important;
    width: 16px!important;
    height: 16px!important;
    border-radius: 9px!important;
    filter: box-shadow: 0px 1px 2px 0px rgba(63, 4, 254, 0.25);
    background-color: #fff;
    border-radius: 100%!important;
    position: absolute!important;
    top: 3px!important;
    left: 4px!important;
    transition: all 0.3s ease!important;
    transform: none!important;
    margin: 0!important;
}

.wpvr-switcher input[type="checkbox"]:checked+label {
    border-color: #201cfe;
    background-color: #201cfe;
}

.wpvr-switcher input[type="checkbox"]:checked+label:after {
    margin-left: 19px!important;
    filter: none;
}

.wpvr-switcher input:disabled+label {
    cursor: not-allowed;
}


/*-----------/switcher style------- */

/*-----------switcher-v2 style------- */
.wpvr-switcher-v2 {
    margin-bottom: 0!important;
}
.wpvr-switcher-v2 input[type="checkbox"] {
    display: none;
}
.wpvr-switcher-v2 .switcher-box {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 80px;
    user-select: none;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background-color: #f7f7fa;
    border: 1px solid #e6e6ec;
    transition: all 0.3s ease;
}
.wpvr-switcher-v2 .switcher-box:after {
    content: "";
    width: 16px;
    height: 16px;
    filter: drop-shadow(0px 2px 1px rgba(193, 193, 218, 0.45));
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: all 0.3s ease;
    transform: none;
    margin: 0;
}
.wpvr-switcher-v2 input[type="checkbox"]:checked + .switcher-box {
    border-color: #201cfe;
    background-color: #201cfe;
}
.wpvr-switcher-v2 input[type="checkbox"]:checked + .switcher-box:after {
    margin-left: 19px!important;
    filter: none;
}
.wpvr-switcher-v2 input:disabled + .switcher-box {
    cursor: not-allowed;
}
/*-----------end switcher-v2 style------- */

.pano-setup {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* direction: ltr; */
}

.rex-pano-tabs {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -12px;
}

.rex-pano-tabs .rex-pano-tab-nav {
    text-align: left;
    width: 120px;
    padding: 0;
}

.rex-pano-tabs .rex-pano-tab-nav ul {
    margin: 0;
}

.rex-pano-tabs .rex-pano-tab-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e7e7ec;
}

.rex-pano-tabs .rex-pano-tab-nav li:last-child {
    border-bottom: none;
}

.rex-pano-tabs .rex-pano-tab-nav li.logo {
    height: 110px;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.rex-pano-tabs .rex-pano-tab-nav li span {
    text-transform: uppercase;
    color: #a8a7be;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 124px;
    padding: 0 20px;
    position: relative;
    transition: all 0.3s ease;
}

.rex-pano-tabs .rex-pano-tab-nav li span img {
    margin-bottom: 10px;
}

.rex-pano-tabs .rex-pano-tab-nav li span img.hover {
    display: none;
}

.rex-pano-tabs .rex-pano-tab-nav li:hover>span,
.rex-pano-tabs .rex-pano-tab-nav li.active>span {
    color: #fff;
    background: #3F04FE;
}


.rex-pano-tabs .rex-pano-tab-nav li:hover span img.hover,
.rex-pano-tabs .rex-pano-tab-nav li.active span img.hover {
    display: block;
}

.rex-pano-tabs .rex-pano-tab-nav li:hover span img.regular,
.rex-pano-tabs .rex-pano-tab-nav li.active span img.regular {
    display: none;
}

.rex-pano-sub-tabs .rex-pano-tab,
.rex-pano-tabs .rex-pano-tab {
    display: none;
}

.rex-pano-sub-tabs .rex-pano-tab.active,
.rex-pano-tabs .rex-pano-tab.active {
    display: block !important;
}

.rex-pano-sub-tabs .rex-pano-tab.clearfix,
.rex-pano-tabs .rex-pano-tab.clearfix {
    overflow: initial;
}

.pano-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 605px;
    width: 100%;
}



/*--------------tab content style----------------*/

.rex-pano-tab-content {
    background: #f6f6f8;
    width: calc(100% - 120px);
    position: relative;
    align-self: stretch;
    border-radius: 20px;
}

.rex-pano-tab-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #4775f6;
    margin: 0 0 40px 0;
    text-transform: capitalize;
    background: #f9fbff;
    border: 1px solid #ecf1fe;
    padding: 15px 30px;
    width: 100%;
}

.rex-pano-tab-content .single-hotspot .title span {
    color: #252525;
}

.rex-pano-tab-content .title .scene-num,
.rex-pano-tab-content .single-hotspot .title .hotspot-num {
    color: #4775f6;
}

.rex-pano-tab-content .title i {
    margin-right: 10px;
}

.rex-pano-tab-content .rex-pano-tab.floor-plan,
.rex-pano-tab-content .rex-pano-tab.streetview,
.rex-pano-tab-content .rex-pano-tab.background-tour,
.rex-pano-tab-content .rex-pano-tab.video,
.rex-pano-tab-content .rex-pano-tab.export,
.rex-pano-tab-content .rex-pano-tab.general {
    padding: 28px;
}


.pro-tag {
    position: absolute;
    right: -8px;
    top: -11px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    line-height: 0.8;
    background: #00B4FF;
    border-radius: 9px 9px 9px 0px;
}

li.floor-plan.floor-plan-pro-tag,
li.background-tour.background-tour-pro-tag,
li.streetview.streetview-pro-tag ,
li.export.export-pro-tag {
    position: relative;
}

.navigator-pro-tag {
    position: absolute;
    right: -7px;
    top: 12px;
    display: block;
    border-radius: 9px 9px 9px 0px;
    background: #00B4FF;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    z-index: 1;
    line-height: 0.8;
}

/* ----general inner tab style----- */

.rex-pano-tab-content .general .general-inner-tab .inner-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li {
    margin-right: 15px;
    margin-bottom: 0;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li:last-child {
    margin-right: 0;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
    position: relative;
    font-size: 15px;
    color: #73707D;
    font-weight: 500;
    text-transform: capitalize;
    padding: 11px 20px;
    display: flex;
    flex-flow: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(63, 4, 254, 0.15);
}


.rex-pano-tab-content .general .general-inner-tab .inner-nav li>span img.hover {
    display: none;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.active>span img.hover {
    display: block;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.active>span img.regular {
    display: none;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.active>span {
    background: #3F04FE;
    color: #fff;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.active .pro-tag {
    color: #004efa;
    background: #fff;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation {
    margin-left: auto;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    margin-top: auto;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(63, 4, 254, 0.15);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.07;
    color: #73707D;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a:hover {
    background-color: #3F04FE;
    color:#fff;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a:hover svg path {
    stroke: #fff;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a svg {
    width:15px;
    height: 15px;
}


/* ---inner tab content style---- */

.rex-pano-tab-content .general .inner-nav-content .inner-single-content {
    display: none;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content.active {
    display: block;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.rex-pano-tab-content .general .general-inner-tab .inner-nav-content {
    position: relative;
    border-radius: 6px;
    border: 1px solid #EAE4FF;
    padding: 20px;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left {
    width: 50%;
    padding-right: 20px;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 100%;         
    background-color: #EAE4FF;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .right {
    width: 50%;
    padding-left: 20px;
}

.rex-pano-tab-content .wpvr-pre-img,
.rex-pano-tab-content .wpvr-set-pre-img {
    display: flex;
    align-items: center;
}

.rex-pano-tab-content .wpvr-set-pre-img {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    line-height: 1;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #F2EFFE;
    padding: 15px 16px;
    background-color: #ffffff;
}

.rex-pano-tab-content .wpvr-pre-img span,
.rex-pano-tab-content .wpvr-set-pre-img span {
    font-size: 15px;
    color: #0E003C;
    font-weight: 500;
}


/* ------img preview------- */

.rex-pano-tab-content .general .single-settings.preview-setting {
    display: block;
    margin-bottom: 20px;
}

.rex-pano-tab-content .general .single-settings .wpvr-set-pre-img-area {
    border-radius: 0 0 6px 6px;
    background-color: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
    padding: 14px 20px;
}

.rex-pano-tab-content .general .single-settings.preview-setting .hints {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    width: 100%;
    margin-top: 14px;
    color: #73707D;
}

.rex-pano-tab-content .general .single-settings.preview-setting>span {
    margin-bottom: 10px;
}

.rex-pano-tab-content .general .single-settings.preview-setting .vr-upload-text {
    font-size: 14px;
    font-weight: 400;
    color: #73707D;
    margin-top: 10px;
}

.rex-pano-tab-content .general .single-settings.preview-setting .vr-upload-text strong {
    font-weight: 500;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .floor-plan-upload,
.rex-pano-tab-content .general .single-settings.preview-setting .preview-attachment-url,
.rex-pano-tab-content .general .single-settings.preview-setting .preview-upload {
    display: none;
}


.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame {
    width: 100%;
    height: 210px;
    border-radius: 8px;
    border: 1px dashed #D2CAEC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame{
    background-size: contain;
}
.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame label,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame label span {
    font-size: 14px;
    color: #363b4e;
    font-weight: 400;
    margin-top: 10px;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame label img,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame label img {
    max-width: 100%;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame.img-uploaded span,
.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame.img-uploaded img,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame.img-uploaded span,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame.img-uploaded img {
    display: none;
}


/* -----remove attachment style----- */

.rex-pano-tab .floorPlanData .floot-plan-setting .floor-plan-remove-attachment,
.rex-pano-tab-content .general .single-settings.preview-setting .remove-attachment {
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    padding: 5px;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    line-height: normal;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .img-upload-frame.img-uploaded .floor-plan-remove-attachment,
.rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame.img-uploaded span.remove-attachment {
    display: block;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .floor-plan-remove-attachment:before,
.rex-pano-tab .floorPlanData .floot-plan-setting .floor-plan-remove-attachment:after,
.rex-pano-tab-content .general .single-settings.preview-setting .remove-attachment:before,
.rex-pano-tab-content .general .single-settings.preview-setting .remove-attachment:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: calc(100% - 14px);
    background: #201cfe;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
}

.rex-pano-tab .floorPlanData .floot-plan-setting .floor-plan-remove-attachment:after,
.rex-pano-tab-content .general .single-settings.preview-setting .remove-attachment:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* ---autoload--- */

.rex-pano-tab-content .floor-plan .single-settings.inline-style,
.rex-pano-tab-content .background-tour .single-settings.inline-style,
.rex-pano-tab-content .general .inner-nav-content .single-settings:not(.preview-setting) {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    border-radius: 6px;
    border-bottom: 1px solid #F2EFFE;
    padding: 15px 16px;
    margin-bottom: 20px;
    background-color: #ffffff;
}


.rex-pano-tab-content .general .inner-nav-content .single-settings select.wpvr-membership-access {
    max-width: 210px;
    height: 36px;
}

/* Focus State (Gray border instead of WP blue) */
.wp-core-ui select:focus,
.rex-pano-tab-content .general .inner-nav-content .single-settings select.wpvr-membership-access:focus {
  border-color: #ccd0d4;
  box-shadow: 0 0 0 1px #ccd0d4;
  outline: none;
  color: #2c3338;
}

/* Hover */
select.wpvr-membership-access:hover {
  border-color: #b5bcc2;
  color:#2c3338; 
}


.rex-pano-tab-content .general .inner-nav-content .single-settings.preview-img-message input {
    padding: 2px 7px;
    height: 33px;
    max-width: 170px;
}

.rex-pano-tab-content .floor-plan .single-settings .wpvr-switcher,
.rex-pano-tab-content .background-tour .single-settings.inline-style .wpvr-switcher,
.rex-pano-tab-content .general .inner-nav-content .single-settings .wpvr-switcher {
    min-width: auto;
    padding-right: 0;
    margin-left: auto;
    position: relative;
}

/* ---scene-fade-duration--- */
.rex-pano-tab-content .general .inner-nav-content .single-settings.autorotationdata input,
.rex-pano-tab-content .general .inner-nav-content .single-settings.scene-fade-duration input {
    width: 70px;
    padding: 2px 7px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #EAE4FF;
    background: #FCFCFF;
    margin: -6px 0;
}

/* ---autorotationdata--- */

.rex-pano-tab-content .general .inner-nav-content .single-settings.autorotationdata input {
    margin: 0;
}

.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper select {
    width: 180px;
    padding: 2px 7px;
    height: 33px;
    margin-left: auto;
    background-color: transparent;
}



.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings span {
    font-size: 14px;
    font-weight: 400;
}

.rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings .wpvr-tooltip-area span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1
    color: #0E003C;
}


.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content {
    display: flex;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0px 0px 6px 6px;
    background-color: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
}


.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: none;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}


.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings .vr-switcher-radio {
    display: none;
}


.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings .custom-radio-label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #E0D7FF;
    background: #F3EFFF;
    border-radius: 50%;
    top: 0%;
    left: 0px;
    transition: border-color 400ms ease;
}

.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings .custom-radio-label::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #3F04FE;
    border: 1px solid #3F04FE;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transform: scale(0);
    transition: transform 400ms ease;
}

.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings .vr-switcher-radio:checked + .custom-radio-label::before {
    border-color: #3F04FE;
}

.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings .vr-switcher-radio:checked + .custom-radio-label::after {
    transform: scale(0.55);
}


.rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings > span:first-of-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #0E003C;
    padding-right: 10px;
    padding-left: 10px;
}

.rex-pano-tab-content .general .inner-nav-content .call-to-action,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0px 0px 6px 6px;
    background-color: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
}

.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper .explainer-info-wrapper {
    padding-bottom:15px;
    border-bottom: 1px solid #F2EFFE;
}

.rex-pano-tab-content .general .inner-nav-content .custom-css-field .single-settings .CodeMirror {
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .company-info-wrapper,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates,
.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .bg-music-content,
.rex-pano-tab-content .general .inner-nav-content .mouse-zoom-control-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .mouse-dragable-control-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper {
    width: 100%;
    padding: 15px;
    display: none;
    margin-bottom: 20px;
    border-radius: 0px 0px 6px 6px;
    background-color: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
}



.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings,
.rex-pano-tab-content .general .inner-nav-content .company-info-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings,
.rex-pano-tab-content .general .inner-nav-content .custom-css-field .single-settings,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .mouse-zoom-control-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .mouse-dragable-control-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper .single-settings {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: transparent;
}


.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .company-info-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .custom-css-field .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .mouse-zoom-control-settings-wrapper .single-settings:first-child,
.rex-pano-tab-content .general .inner-nav-content .mouse-dragable-control-settings-wrapper .single-settings:first-child ,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings:first-child ,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper .single-settings:first-child {
    padding-top: 0;
}


.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .company-info-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .custom-css-field .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .mouse-zoom-control-settings-wrapper .single-settings:last-child,
.rex-pano-tab-content .general .inner-nav-content .mouse-dragable-control-settings-wrapper .single-settings:last-child ,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings:last-child ,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper .single-settings:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings  span,
.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings .wpvr-tooltip-area span,
.rex-pano-tab-content .general .inner-nav-content .company-info-wrapper .single-settings>span,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings .wpvr-tooltip-area span,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper .single-settings .wpvr-tooltip-area span,
.rex-pano-tab-content .general .inner-nav-content .explainer-video-settings-wrapper .single-settings>span,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings .wpvr-tooltip-area span,
.rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings>span,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .single-settings .wpvr-tooltip-area span,
.rex-pano-tab-content .general .inner-nav-content .mouse-dragable-control-settings-wrapper .single-settings.controls>span,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings .wpvr-tooltip-area span ,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper .single-settings .wpvr-tooltip-area span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    color: #0E003C;
}


.rex-pano-tab-content .general .inner-nav-content .mouse-zoom-control-settings-wrapper .single-settings span,
.rex-pano-tab-content .general .inner-nav-content .autorotationdata-wrapper .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .zyro-settings-wrapper .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings .wpvr-tooltip-area .field-tooltip span,
.rex-pano-tab-content .general .inner-nav-content .set-zoom-perference-control-settings-wrapper .single-settings .wpvr-tooltip-area .field-tooltip span {
    color: #363b4e;
    font-size: 13px;
    line-height: 1.5;
}

.rex-pano-tab-content .general .inner-nav-content .generic-form-associates .single-settings input[type="text"] {
    max-width: 200px;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings input[type="text"] {
    max-width: 240px;
    height: 38px;
    color: #0E003C;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .call-to-action .single-settings input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #0E003C;
}

.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .scene-gallery-icon-size-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #73707D;
    border-radius: 6px;
    border: 1px solid #EAE4FF;
    max-width: 114px;
    height: 30px;
    padding: 6px 10px;
    appearance: none;
    background-color: #FCFCFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M0 0L4.5 4.5L9 0' fill='%23A49FB6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 13px 12px;
    cursor: pointer;
}

  
.rex-pano-tab-content .general .inner-nav-content .scene-gallery-settings-wrapper .scene-gallery-icon-size-name:focus {
    border-color: #EAE4FF;
    outline: none;
    box-shadow: none;
}


.rex-pano-tab-content .general .inner-nav-content .gyro-orientation {
    display: none;
    margin-bottom: 20px;
}

.single-settings.margin-bottom-remove {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* ---icon control settings--- */

.rex-pano-tab-content .general .control-settings-content.inner-single-content .single-settings>span {
    min-width: 106px;
    padding-right: 10px;
}

.rex-pano-tab-content .general .control-settings-content.inner-single-content .single-settings .wpvr-switcher {
    margin-left: 0;
    min-width: auto!important;
    padding-right: 0!important;
}

.rex-pano-tab-content .general .inner-nav-content .inner-single-content .color-icon {
    margin-left: 25px;
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 30px;
    /* border-right: 1px solid #ececf5;
    padding-right: 15px;
    margin-right: 15px; */
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons {
    display: flex;
    align-items: center;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons-selector .selector {
    border: 1px solid #E6E2F5;
    height: 30px;
    background-color: #FFF;
    border-radius: 4px;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons-selector .selected-icon {
    width: 29px;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons-selector .selected-icon i {
    line-height: 30px;
    font-size: 16px;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons-selector .selector-button {
    width: 29px;
    border-left: none;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons-selector .selector-button i {
    line-height: 30px;
    text-align: center;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .colors {
    margin-right: 13px;
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .icons>span,
.rex-pano-tab-content .general .inner-nav-content .color-icon .colors>span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #73707D;
    margin-right: 8px;
}

.rex-pano-tab-content .general .inner-nav-content .color-icon .colors input[type="color"] {
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    height: 30px;
    display: block;
    width: 30px;
}

.rex-pano-tab-content .general .inner-nav-content .icons-selector .selector-popup {
    width: 280px;
}


/* ---advanced settings--- */

.rex-pano-tab-content .general .advanced-settings-content .single-settings .wpvr-switcher {
    margin-left: auto;
}

.rex-pano-tab-content .general .advanced-settings-content .gallery_title {
    display: none;
}

/* -----audio setting style----- */

/* .rex-pano-tab-content .general .inner-nav-content .inner-single-content .bg-music-content {
    width: 100%;
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: -18px;
    margin-bottom: 20px;
} */

/* .rex-pano-tab-content .general .inner-nav-content .bg-music-content .single-settings {
    padding: 0;
    border-radius: 0;
} */

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting {
    display: block;
    position: relative;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting>span {
    margin-bottom: 5px;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting input[type="text"] {
    padding: 6px 94px 6px 12px;
    max-width: 100%;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting .audio-upload span {
    color: #73707D;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting .audio-upload {
    display: flex;
    align-items: center;
    gap:5px;
    border: none;
    position: absolute;
    right: 6px;
    bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting .audio-upload img {
    padding: 5px 10px;
    background-color: #201CFE;
    border-radius: 5px;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings .audio-attachment-url::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #73707D;
}


.rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting .audio-upload:focus {
    outline: none;
}


/*----company-info style-----*/

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area {
    flex-wrap: wrap;
    flex-direction: column;
    gap:15px;
    align-items: flex-start;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .cp-logo-upload {
    display: none;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .cp-logo-attachment-url {
    display: none;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .form-group {
    width: 100%;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame {
    height: 140px;
    border-radius: 8px;
    border: 1px dashed #D2CAEC;
}


.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame label {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame label .vr-upload-text {
    font-size: 14px;
    font-weight: 400;
    color: #73707D;
    margin-top: 10px;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame img {
    max-width: 100px;
    max-height: 70px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame img.placeholder-icon {
    width: 67px;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame.img-uploaded img.placeholder-icon {
    display: none;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .hints {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    padding: 0;
    width: 100%;
    margin-top: 13px;
    color: #73707D;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-details {
    display: block;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-details span {
    margin-bottom: 8px;
    padding: 0;
    min-width: auto;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-details textarea {
    border: 1px solid #dae3fd;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings.cp-details textarea:focus {
    outline: none;
}


/* --------Zoom Preferences-------- */
.rex-pano-tab-content .general .inner-nav-content .single-settings.czscenedata input {
    width: 70px;
    padding: 2px 7px;
    height: 33px;
    margin-left: auto;
    background-color: transparent;
}

/* --------------end general inner tab style--------------- */

.rex-pano-tab-content .general .inner-nav-content .wpvr-pro {
    display: block;
}

.rex-pano-tab-content .general .inner-nav-content .wpvr-pro:focus {
    outline: none;
    box-shadow: none;
}

.rex-pano-tab-content .general .inner-nav-content .wpvr-pro .pro-tag {
    right: 55px;
    top: 2px;
    background-color: #fff;
    color: #004efa;
}


/* -------shortcode area style-------- */

.wpvr-use-shortcode {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
}

.wpvr-use-shortcode .area-title {
    width: 100%;
    margin: 0;
    font-size: clamp(14px, 5vw, 17px);
    line-height: normal;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    font-weight: 600;
}

.wpvr-use-shortcode .shortcode-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.wpvr-use-shortcode .wpvr-shortcode-wrapper {
    padding: 24px;
}

.wpvr-use-shortcode .single-shortcode {
    width: 100%;
    flex: 1;
    background: #ffffff;
    padding: 0px 0px 5px 0px;
    border-radius: 5px;
    margin-top: 20px;
}

.wpvr-use-shortcode .wpvr-single-shortcode {
    width: 100%;
    background: #f6f6f6;
    padding: 12px 15px 15px 15px;
    border-radius: 5px;
}
.wpvr-social-share-area .wpvr-social-share-btn-area{
    width: 100%;
    background: #f6f6f6;
    padding: 12px 15px 15px 15px;
    border-radius: 5px;
}
.wpvr-use-shortcode .wpvr-qrcode-area {
    width: 100%;
}

.wpvr-embaded-share-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 1700px) and (min-width: 1400px) {
    .wpvr-embaded-share-wrapper {
        display: block;
    }
}


.wpvr-social-share-area h4,
.wpvr-use-shortcode .wpvr-qrcode-area h4 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, 5vw, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #3D4248;
    margin: 20px 0;
}

.wpvr-use-shortcode .wpvr-qrcode-btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wpvr-use-shortcode .wpvr-qrcode-btn-section {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}


.wpvr-use-shortcode .wpvr-qrcode {
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 16px;
}

.wpvr-use-shortcode button.wpvr-download-btn {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    background: #1F1CF4;
    color: #FFF;
    padding: 10px;
    border: none;
    width: 100%;
    margin-top: 16px;
    cursor: pointer; 
}

.wpvr-use-shortcode .shortcode-wrapper.col2 .single-shortcode {
    width: calc(50% - 10px);
    flex: 1;
    margin-right: 10px;
}

.wpvr-use-shortcode .shortcode-wrapper.col2 .single-shortcode.gutenberg {
    display: block;
    margin-right: 0;
    margin-left: 10px;
}

.wpvr-use-shortcode .shortcode-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.wpvr-use-shortcode .single-shortcode .field-wapper span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
}

.wpvr-use-shortcode .single-shortcode .shortcode-field {
    background: #f6f6f8;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    border-radius: 5px;
    float: right;
}

.wpvr-use-shortcode .wpvr-single-shortcode .wpvr-shortcode-field {
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 10px;
    min-width: 183px;
}

.wpvr-use-shortcode .single-shortcode .shortcode-field p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}

.wpvr-use-shortcode .wpvr-single-shortcode .wpvr-shortcode-field p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}

.wpvr-use-shortcode .single-shortcode .shortcode-field .wpvr-copy-shortcode {
    background:#3F04FE;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wpvr-use-shortcode .single-shortcode .shortcode-field .wpvr-copy-shortcode img {
    width: 22px;
}

.wpvr-use-shortcode .single-shortcode .wpvr-copied-notice {
    display: inline-block!important;
    margin-left: 10px;
}


/*----checkbox style----*/

.rex-pano-tab .radio-btn {
    position: relative;
    margin: 0;
}

.rex-pano-tab.video .single-settings>span,
.rex-pano-tab.streetview  .single-settings>span {
    min-width: 170px;
}

.rex-pano-tab .styled-radio {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.rex-pano-tab .styled-radio+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #555555;
    font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: 0;
    width: 30px;
    margin: 0 auto;
}

.rex-pano-tab .styled-radio+label:before {
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    vertical-align: text-top;
    width: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rex-pano-tab .styled-radio:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.rex-pano-tab .styled-radio:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.rex-pano-tab .styled-radio:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.rex-pano-tab .styled-radio:checked+label:before {
    border-color: #4775f6;
}

.rex-pano-tab .styled-radio+label:after {
    content: "";
    color: #000;
    left: 5px;
    position: absolute;
    top: 5px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    width: 10px;
    height: 10px;
    background: #4775f6;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
    ;
}

.rex-pano-tab .styled-radio:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.rex-pano-tab-content .general .inner-nav-content .single-settings #code-mirror-editor-custom-css {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px;
    border-radius: 0px 0px 6px 6px;
    background-color: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
}


/*--------end checkbox style-------*/

.rex-pano-tab .single-settings {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.rex-pano-tab .single-settings.s_tab {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rex-pano-tab .single-settings:last-child {
    margin-bottom: 0px;
}

.rex-pano-tab .single-settings>span {
    /* min-width: 170px; */
    font-size: 15px;
    display: block;
    color: #0E003C;
    font-weight: 500;
    line-height: 1;
}

.rex-pano-tab .single-settings .wpvr-tooltip-area {
    display: flex;
    align-items: center;
}

.rex-pano-tab .single-settings .wpvr-tooltip-area>span {
    font-size: 15px;
    display: block;
    color: #0E003C;
    font-weight: 500;
    line-height: 1;
}

.rex-pano-tab.general .single-settings>span {
    padding-right: 20px;
}

.general .auto-rotation-control-wrapper .single-settings>span {
    min-width: 224px;
}

.rex-pano-tab .single-settings ul {
    margin: 0;
}

.rex-pano-tab .single-settings ul li {
    display: inline-block;
    margin-right: 20px;
}

.rex-pano-tab input[type="password"],
.rex-pano-tab input[type="email"],
.rex-pano-tab input[type="number"],
.rex-pano-tab input[type="text"] ,
.rex-pano-tab input[type="color"] ,
.rex-pano-tab select {
    border: 1px solid #dae3fd;
    width: 100%;
    max-width: 400px;
    height: 46px;
    padding: 10px 10px;
    font-size: 14px;
    color: #454545;
    border-radius: 6px;
    line-height: 1;
    outline: none;
    box-shadow: none;
}

.rex-pano-tab input[type="password"]:active,
.rex-pano-tab input[type="email"]:active,
.rex-pano-tab input[type="number"]:active,
.rex-pano-tab input[type="text"]:active,
.rex-pano-tab input[type="color"]:active,
.rex-pano-tab select:active {
    color: #454545!important;
}

.single-scene .scene-content .scene-setting {
    max-width: 440px;
}


/*------------input field tooltip-----------*/
.rex-pano-tab.streetview  .wpvr-global-tooltip-area .field-tooltip,
.rex-pano-tab.video .wpvr-global-tooltip-area .field-tooltip,
.rex-pano-tab .single-scene .scene-setting .wpvr-global-tooltip-area .field-tooltip,
.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area .field-tooltip,
.rex-pano-tab .single-settings .single-setting-tooltip-area .field-tooltip,
.rex-pano-tab .single-settings.inline-style .field-tooltip,
.rex-pano-tab.floor-plan h4 .field-tooltip,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip,
.rex-pano-tab.general .single-settings .field-tooltip {
    position: relative;
    top: 2px;
    padding-left: 12px;
}

.rex-pano-tab.streetview  .wpvr-global-tooltip-area,
.rex-pano-tab.video .wpvr-global-tooltip-area {
    display: flex;
    align-items: center;
    min-width: 170px;
}

.rex-pano-tab.video .single-settings .form-group {
    display: flex;
    width: 100%;
}

.rex-pano-tab.video .single-settings {
    margin-bottom: 20px;
}

.rex-pano-tab.streetview  .wpvr-global-tooltip-area>span,
.rex-pano-tab.video .wpvr-global-tooltip-area>span {
    font-size: 15px;
    display: block;
    color: #0E003C;
    font-weight: 500;
    line-height: 1;
}

.rex-pano-tab .single-scene .scene-setting .wpvr-global-tooltip-area  {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
}

.rex-pano-tab .single-scene .scene-setting .wpvr-global-tooltip-area label {
    margin-bottom: 0;
}


.rex-pano-tab.floor-plan h4 .field-tooltip i,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip i,
.rex-pano-tab.streetview .single-settings .field-tooltip i,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip i,
.single-scene .scene-setting .field-tooltip i,
.hotspot-setup .hotspot-setting.custom-icon .field-tooltip i,
.rex-pano-tab.general .single-settings .field-tooltip i {
    font-size: 20px;
    cursor: help;
}

.rex-pano-tab.video .wpvr-global-tooltip-area .field-tooltip span,
.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area .field-tooltip span,
.rex-pano-tab .single-settings .single-setting-tooltip-area .field-tooltip span,
.rex-pano-tab .single-settings.inline-style .field-tooltip span,
.rex-pano-tab.floor-plan h4 .field-tooltip span,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip span,
.rex-pano-tab.streetview .single-settings .field-tooltip span,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip span,
.single-scene .scene-setting .field-tooltip span,
.hotspot-setup .hotspot-setting.custom-icon .field-tooltip span,
.rex-pano-tab.general .single-settings .field-tooltip span {
    position: absolute;
    top: 50%;
    font-weight: 400;
    background: #fff;
    color: #363b4e;
    display: inline-block;
    min-width: 240px;
    max-width: 280px;
    padding: 10px 15px;
    font-size: 13px;
    left: 35px;
    line-height: 20px;
    border-radius: 3px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0px 5px 30px rgba(29, 4, 111, 0.2));
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rex-pano-tab.video .wpvr-global-tooltip-area .field-tooltip span:before,
.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area .field-tooltip span:before,
.rex-pano-tab .single-settings .single-setting-tooltip-area .field-tooltip span:before,
.rex-pano-tab .single-settings.inline-style .field-tooltip span:before,
.rex-pano-tab.floor-plan h4 .field-tooltip span:before,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip span:before,
.rex-pano-tab.streetview .single-settings .field-tooltip span:before,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip span:before,
.single-scene .scene-setting .field-tooltip span:before,
.hotspot-setup .hotspot-setting.custom-icon .field-tooltip span:before,
.rex-pano-tab.general .single-settings .field-tooltip span:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 9px solid #fff;
    border-bottom: 6px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rex-pano-tab.video .wpvr-global-tooltip-area .field-tooltip:hover span,
.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area .field-tooltip:hover span,
.rex-pano-tab .single-settings .single-setting-tooltip-area .field-tooltip:hover span,
.rex-pano-tab .single-settings.inline-style .field-tooltip:hover span,
.rex-pano-tab.floor-plan h4 .field-tooltip:hover span,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip:hover span,
.rex-pano-tab.streetview .single-settings .field-tooltip:hover span,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip:hover span,
.single-scene .scene-setting .field-tooltip:hover span,
.hotspot-setup .hotspot-setting.custom-icon .field-tooltip:hover span,
.rex-pano-tab.general .single-settings .field-tooltip:hover span {
    opacity: 1;
    visibility: visible;
}

.rex-pano-tab.video .wpvr-global-tooltip-area .field-tooltip span a,
.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area .field-tooltip span a,
.rex-pano-tab .single-settings .single-setting-tooltip-area .field-tooltip span a,
.rex-pano-tab .single-settings.inline-style .field-tooltip span a,
.rex-pano-tab.floor-plan h4 .field-tooltip span a,
.rex-pano-tab.floor-plan .floot-plan-setting .field-tooltip span a,
.rex-pano-tab.streetview .single-settings .field-tooltip span a,
.rex-pano-tab.backgroundTour .single-settings .field-tooltip span a,
.single-scene .scene-setting .field-tooltip span a,
.hotspot-setup .hotspot-setting.custom-icon .field-tooltip span a ,
.rex-pano-tab.general .single-settings .field-tooltip span a {
    color: #3F04FE;
    text-decoration: underline;
}


/*--------------tab content streetview style----------------*/

.rex-pano-tab.streetview .single-settings .field-tooltip {
    position: relative;
}

.rex-pano-tab.streetview .single-settings .field-tooltip span:before {
    left: -8px;
}

.rex-pano-tab.streetview .single-settings .field-tooltip span {
    left: 26px;
}

.rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span {
    bottom: calc(100% + 13px);
    top: initial;
    left: initial;
    right: -20px;
    transform: translateY(0);
}

.rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span:before {
    left: inherit;
    right: 24px;
    top: initial;
    bottom: -10px;
    transform: translateY(0) rotate(-92deg);
}


/*------------sub tab style----------*/

.rex-pano-sub-tabs .rex-pano-tab-nav {
    width: auto;
    padding: 32px 30px 21px;
    border-bottom: 1px solid #c3d3fc;
}

.rex-pano-sub-tabs .rex-pano-tab-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.rex-pano-sub-tabs .rex-pano-tab-nav ul li {
    width: auto;
}

.rex-pano-sub-tabs .rex-pano-tab-nav ul li:last-child {
    margin-right: 0;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li span {
    text-transform: capitalize;
    color: #494b51;
    font-size: 16px;
    border: 1px solid #c3d3fc;
    height: 45px;
    margin-bottom: 0;
    line-height: 45px;
    padding: 0 30px;
    transition: all 0.25s ease-in-out;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li span:after {
    right: 50%;
    top: inherit;
    bottom: -6px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -o-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
    transition: all 0.2s ease-in-out 0.1s;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li.add>span,
.rex-pano-sub-tabs .rex-pano-tab-nav li:not(.active):hover>span {
    border-color: #4775f6;
    box-shadow: none;
    color: #4775f6;
    background: transparent;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li span .delete {
    color: #4775f6;
    border: 1px solid #4775f6;
    font-size: 12px;
    display: block;
    position: absolute;
    top: -12px;
    right: -8px;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li span .delete:focus {
    box-shadow: none;
    outline: none;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li span .delete i {
    font-size: 14px;
    margin: 0;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li:hover span .delete,
.rex-pano-sub-tabs .rex-pano-tab-nav li.active span .delete {
    visibility: visible;
    opacity: 1;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li.add span:after {
    display: none;
}

.rex-pano-sub-tabs .rex-pano-tab-nav li.add span>i {
    font-size: 17px;
    margin-right: 0;
}

/*-----------sub tab content style-----------*/

.rex-pano-sub-tabs .rex-pano-tab-content {
    width: 100%;
    padding: 30px 30px;
    border-left: none;
    position: relative;
}

.single-hotspot .hotspot-setting,
.single-scene .scene-setting {
    margin-bottom: 21px;
    position: relative;
}

.single-hotspot .hotspot-setting .change-icon {
    position: absolute;
    bottom: 14px;
    right: 50px;
    font-size: 18px;
}

.single-hotspot .hotspot-setting .change-icon .custom-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.pnlm-hotspot-base.icon1,
.single-hotspot .hotspot-setting .change-icon .icon1 {
    background: url(../icon/audio.png) no-repeat center center / 100% 100%;
}

.pnlm-hotspot-base.icon2,
.single-hotspot .hotspot-setting .change-icon .icon2 {
    background: url(../icon/video.png) no-repeat center center / 100% 100%;
}

.pnlm-hotspot-base.icon3,
.single-hotspot .hotspot-setting .change-icon .icon3 {
    background: url(../icon/gallery.png) no-repeat center center / 100% 100%;
}

.pnlm-hotspot-base.icon4,
.single-hotspot .hotspot-setting .change-icon .icon4 {
    background: url(../icon/info.png) no-repeat center center / 100% 100%;
}

.pnlm-hotspot-base.icon5,
.single-hotspot .hotspot-setting .change-icon .icon5 {
    background: url(../icon/link.png) no-repeat center center / 100% 100%;
}

.wpvr-floor-preview .floor-plan-pointer.ui-draggable-dragging {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    transform: scale3d(1.2, 1.2, 1.2);
    background: rgba(255, 255, 255, 0.7);
}

.wpvr-floor-preview .floor-plan-pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #cca92c;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    animation: pulse 1s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.7);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.wpvr-floor-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 80%;
    display: none;
    height: 80%;
}

.wpvr-floor-preview .wpvr-floor-preview-inner {
    width: 100%;
    height: 100%;
    display: flex;
}


.wpvr-floor-preview img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.flooplan-toggle {
    position: absolute;
    bottom: 10px;
    right: 60px;
    z-index: 98;
    background: #fff;
    border: none;
    cursor: pointer;
    color: #000;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 19px;
}

.floor-plan-pointer-list .floor-plan-pointer-list-title {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top : 0px;
    display: flex;
    align-items: center;

}

.floor-plan-pointer-list ul li {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0 0 9px 0;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translateY(0) scale(1);
    height: auto;
}

.floor-plan-pointer-list li.removing {
    opacity: 0;
    transform: translateY(-20px) scale(0.8);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.floor-plan-pointer-list ul li label {
    color: #494b51;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 120px;
    padding-right: 12px;
}

.floor-plan-pointer-list ul li select {
    border: 1px solid #dae3fd;
    box-shadow: none;
    width: 230px;
    max-width: 100%;
    padding: 4px 14px;
    font-size: 16px;
    color: #454545;
    border-radius: 5px;
    margin-right: 11px;
}

.floor-plan-pointer-list ul li .plan-delete {
    color: #e93747;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    font-size: 18px;
    border-radius: 5px;
    padding: 8px 9px;
    cursor: pointer;
    margin-left: auto;
}

.floorPlanData .floot-plan-setting label,
.single-hotspot .hotspot-setting label,
.single-scene .scene-setting label {
    color: #494b51;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.floorPlanData .floot-plan-setting label{
    display: flex;
}

.rex-pano-tab .streetview-setting .form-group input:not([type=checkbox]):not([type=button]),
.rex-pano-tab .preview-setting input.preview-upload,
.rex-pano-tab .video-setting input.video-upload,
.single-hotspot .hotspot-setting select,
.single-hotspot .hotspot-setting textarea,
.single-hotspot .hotspot-setting input:not([type=checkbox]):not([type=button]),
.single-scene .scene-setting select,
.single-scene .scene-setting input:not([type=checkbox]):not([type=button]) {
    border: 1px solid #dae3fd;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 10px 20px;
    font-size: 16px;
    color: #454545;
    border-radius: 6px;
}

.single-hotspot .hotspot-setting input.hotspot-custom-color,
.single-hotspot .hotspot-setting input.hotspot-customclass-color {
    padding: 3px 5px!important;
    width: 50px!important;
    cursor: pointer;
}

.single-hotspot .hotspot-setting input[type="color"]::-webkit-color-swatch {
    border: none;
}

.single-hotspot .hotspot-setting select {
    padding: 0px 20px;
}

.hotspot-setting.hotspot-border-setting {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hotspot-border-setting .hotspot-border-style,
.hotspot-border-setting .hotspot-border-color,
.hotspot-border-setting .hotspot-setting-border-width {
    width: calc(100% / 3 - 7px);
}

.rex-pano-tab .streetview-setting .form-group input {
    max-width: 100%;
}

.floorPlanData .floot-plan-setting .form-group > img ,
.single-scene .scene-setting .form-group img {
    max-width: 440px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
}

.rex-pano-tab .video-setting input.video-upload,
.single-scene .scene-setting input.scene-upload {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #3F04FE;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 10px 20px;
    border-radius: 4px;
}

.rex-pano-tab .wpvr_continue_guide {
    margin-top: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    text-align: right;
}

.rex-pano-tab .wpvr_continue_guide:hover {
    text-decoration: underline;
}

.rex-pano-tab .video-setting .single-settings input.video-upload:hover,
.single-scene .scene-setting input.scene-upload:hover {
    background: #3869f3;
}

.rex-pano-tab .streetview-setting .form-group input:focus,
.single-scene .scene-setting input.scene-upload:focus {
    box-shadow: none;
    outline: inherit;
}

.rex-pano-tab .video-setting input.video-upload {
    max-width: 160px;
}

.rex-pano-tab.streetview .single-settings,
.rex-pano-tab.video .single-settings {
    gap: 40px;
}

/* .rex-pano-tab .video-setting:before,
.rex-pano-tab .video-setting:after {
    content: "";
    display: table;
    clear: both;
} */

/*--------------------hotspot style-------------------*/

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

.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
}

.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area label {
    margin-bottom: 0;
}

.rex-pano-tab .hotspot-setting .wpvr-global-tooltip-area span {
    font-size: 16px;
    font-weight: 500;
    color: #494b51;
}

.hotspot-setup .rex-pano-tab-nav {
    padding: 20px 0px 30px;
}

.hotspot-setup .rex-pano-tab-content {
    padding: 30px 0px;
}

.hotspot-setup .single-hotspot>.wrapper,
.hotspot-setup .single-hotspot .hotspot-type {
    float: left;
    width: 50%;
}

.hotspot-setup .single-hotspot>.wrapper {
    padding-right: 30px;
}

.single-hotspot .hotspot-setting textarea {
    height: auto;
    resize: none;
    min-height: 110px;
}

.single-hotspot .hotspot-setting select,
.single-hotspot .hotspot-setting textarea,
.single-hotspot .hotspot-setting input {
    max-width: 100%;
}

.hotspot-setup .hotspot-setting.custom-icon select {
    max-width: calc(100% - 30px);
}

.single-hotspot .hotspot-type .hotspot-scene,
.single-hotspot .hotspot-type .hotspot-hover,
.single-hotspot .hotspot-type .hotspot-content,
.single-hotspot .hotspot-type .hotspot-url,
.single-hotspot .hotspot-type select {
    margin-bottom: 21px;
}

button.delete-hotspot,
button.delete-scene {
    position: absolute;
    top: 36px;
    right: 46px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    border: 1px solid #c3d3fc;
    height: 38px;
    margin-bottom: 0;
    line-height: 38px;
    padding: 0 15px;
    transition: all 0.25s ease-in-out;
    background: #3F04FE;
    cursor: pointer;
    border-radius: 5px;
}

button.delete-hotspot:hover,
button.delete-scene:hover {
    background: #3869f3;
}

button#panolenspreview:focus,
button.delete-hotspot:focus,
button.delete-scene:focus {
    outline: none;
}

button.delete-hotspot {
    right: 12px;
    top: 40px;
}
button.delete-scene {
    top: 40px;
    right: 52px;
}

.active_scene_id p {
    margin: 0;
}

/* ---------background tour style---------- */
.rex-pano-tab-content .background-tour .content-wrapper {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #e4e4e4;
}

.rex-pano-tab-content .floor-plan .floor-plan-left {
    width: 50%;
    padding-right: 15px;
}

.rex-pano-tab-content .background-tour .background-tour-left {
    width: 100%;
}

.rex-pano-tab-content .background-tour .background-tour-right {
    width: 50%;
    padding-left: 15px;
}
.rex-pano-tab-content .background-tour .single-settings:not(.inline-style) {
    display: block;
    margin-bottom: 20px;
}

.rex-pano-tab-content .background-tour .single-settings:not(.inline-style) > span {
    margin-bottom: 6px;
    display: flex;
    align-items: center;

}

.rex-pano-tab-content .background-tour .single-settings:not(.inline-style) > input {
    max-width: 100%;
    margin: 0;
}

.rex-pano-tab .background-tour-left .single-setting-tooltip-area {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.rex-pano-tab .background-tour-left .single-setting-tooltip-area span {
    font-size: 16px;
    display: block;
    color: #494b51;
    font-weight: 500;
}

/* -------product------- */
.single-hotspot .hotspot-products {
    margin-bottom: 20px;
}

.single-hotspot .hotspot-products .select2-container--default {
    width: 100%!important;
}

.single-hotspot .hotspot-products .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dae3fd;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 10px 12px;
    font-size: 16px;
    color: #454545;
    border-radius: 3px;
}

.single-hotspot .hotspot-products .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #dae3fd!important;
    margin-top: -1px;
    box-shadow: 0 7px 10px rgba(218, 227, 253, 0.3);
    padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

.select2-container--default .select2-dropdown .select2-search--dropdown {
    display: block;
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dae3fd;
    padding: 4px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    box-shadow: none;
}

.select2-container--default .select2-results .select2-results__option {
    padding: 0;
    margin: 4px 0 0 4px;
}

/* ---insert link modal style----  */
.hotspot-setting .note-modal-footer {
    height: auto;
    padding: 10px 30px 30px;
    text-align: left;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    background: #fff;
}

.hotspot-setting .note-modal-footer input.btn {
    float: none;
    text-align: left;
    background: #3869f3;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 5px;
}

/*--------preview-btn-area---------*/

.preview-btn-wrapper {
    padding: 0px 30px;
}

.preview-btn-area {
    padding: 30px 0px;
    border-top: 1px solid #e4eafe;
}

.streetview-setting #streetviewpreview,
.video-setting button#videopreview,
.preview-btn-area #panolenspreview {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    border: 1px solid #c3d3fc;
    height: 45px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 45px;
    padding: 0 30px;
    transition: all 0.25s ease-in-out;
    background: #4775f6;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 7px 25px 0px rgba(56, 84, 163, 0.2);
    width: 120px;
    margin-left: auto;
    display: block;
}

/* .wpvr_preview_button {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    border: 1px solid #c3d3fc;
    height: 45px;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
    background: rgb(32, 28, 254);
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 7px 25px 0px rgba(56, 84, 163, 0.2);
    line-height: 45px;
    width: auto;
    padding: 0 30px;
} */


.wpvr_preview_button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 25px;
    border: 1px solid #c3d3fc;
    border-radius: 5px;
    background: rgb(32, 28, 254);
    cursor: pointer;
    box-shadow: 0px 7px 25px 0px rgba(56, 84, 163, 0.2);
    transition: all 0.25s ease-in-out;
    text-transform: capitalize;
    color: #fff;

    /* Flexibility */
    width: auto; 
    min-width: 80px; 
    max-width: 100%; 
    display: inline-block; 
    text-align: center; 
    box-sizing: border-box; 
}


.video-setting button#videopreview:hover,
.preview-btn-area #panolenspreview:hover {
    background: #3869f3;
    box-shadow: none;
}

#error_occured {
    display: none;
    min-height: 15px;
    position: absolute;
    top: 50%;
    right: 50%;
    max-width: 605px;
    width: 100%;
    padding: 40px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

.pano-error-wrapper {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    border-left: 5px solid #FAAC14;
}

.wpvr-delete-alert-wrapper .pano-error-wrapper {
    max-width: 605px;
}

.pano-default-warning .pano-error-wrapper {
    border-left-color: #004EFA;
}

.pano-error-color .pano-error-wrapper {
    border-left-color: #F13637;
}

.pano-error-color .pano-error-wrapper .icon rect,
.pano-error-color .pano-error-wrapper .icon path {
    fill: #F13637;
}

.pano-error-wrapper .pano-error-body {
    position: relative;
    padding: 40px;
    text-align: center;
}

.pano-error-wrapper .pano-error-body .cross {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.pano-error-wrapper .pano-error-body .icon.pano-warning {
    display: block;
    margin-bottom: 15px;
}

.pano-error-wrapper .pano-error-body .pano-error-message .pano-error-title {
    padding: 0;
    font-weight: 700;
    color: #39393F;
    font-size: 18px;
    max-width: 370px;
    margin: 0 auto 3px;
    display: block;
}

.pano-error-wrapper .pano-error-body .pano-error-message p {
    padding: 0;
    color: #868693;
    font-size: 18px;
    margin: 0;
}

.pano-error-wrapper .pano-error-footer {
    background: #F6F6F8;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #E6E6EF;
    padding: 14px 14px 15px;
}

.pano-error-wrapper .pano-error-footer ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.pano-error-wrapper .pano-error-footer ul li {
    margin: 0 10px;
    padding: 0;
}

.pano-error-wrapper .pano-error-footer ul li a,
.pano-error-wrapper .pano-error-footer ul li button {
    background: #004EFA;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    display: inline-block;
}

.wpvr-delete-alert-wrapper .pano-error-wrapper .pano-error-footer ul li a,
.wpvr-delete-alert-wrapper .pano-error-wrapper .pano-error-footer ul li button {
    font-weight: 500;
    text-transform: capitalize;
}
.wpvr-delete-alert-wrapper .pano-error-wrapper .pano-error-footer ul li button.yes {
    background-color: #dedede;
    color: #333;
}

.pano-error-wrapper .pano-error-footer ul li a {
    text-decoration: none;
    text-transform: none;
}

.hotspot-setup.rex-pano-sub-tabs {
    display: none;
}

/* ----------------- */

.single-scene .scene-content {
    display: flex;
    flex-flow: row wrap;
}

.single-scene .scene-content .scene-left {
    width: 50%;
    padding-right: 15px;
}

.single-scene .scene-content .scene-right {
    width: 50%;
    padding-left: 15px;
}

/* ---------woocomerce product hotspot style--------- */

.wpvr-product-container {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.wpvr-product-container .wpvr-pr-left-block {
    width: 50%;
    box-sizing: border-box;
}

.wpvr-product-container .wpvr-pr-left-block .woocommerce-product-gallery__image img {
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: auto;
}

.wpvr-product-container .wpvr-pr-right-block {
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
}

.wpvr-product-container .wpvr-pr-right-block a {
    text-decoration: none!important;
    display: inline-block;
}

.wpvr-product-container .wpvr-pr-right-block a h2 {
    line-height: 1.4!important;
    margin: 0 0 15px 0!important;
    text-align: left;
    padding: 0!important;
    font-size: 23px!important;
    color: #201cfe;
}

.wpvr-product-container .wpvr-pr-right-block a:focus {
    outline: none;
    box-shadow: none;
}

.wpvr-product-container .wpvr-pr-right-block a:hover h2 {
    text-decoration: underline;
}

.wpvr-product-container .wpvr-pr-right-block a h2:before {
    display: none;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .wpvr-cart-wrap {
    display: flex;
    gap:6px;
    align-items: center;
}

.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
    font-size: 14px;
    line-height: 1.1;
    min-height: auto;
    padding: 7px 15px;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
    border: none!important;
    padding: 0!important;
    text-align: left!important;
    border-radius: 0!important;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
    display: inline-block;
    margin-bottom: 7px;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
    text-decoration: line-through;
    opacity: 0.5;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(32, 28, 254);
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    box-shadow: none;
    margin-top: auto;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: normal;
    line-height: normal;
    border-color: transparent;
}


/*-----------------responsive style------------------*/

@media (max-width: 1760px) and (min-width: 1701px) {

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .color-icon img {
        width: 96px;
    }

    .rex-pano-tab-content .general .control-settings-content.inner-single-content .single-settings>span {
        min-width: 102px;
    }
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .color-icon {
        padding-right: 0px;
        margin-right: 10px;
        border-right: none;
    }
    .rex-pano-tab-content .general .inner-nav-content .color-icon .colors {
        margin-right: 3px;
    }

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .right {
        width: 100%;
        padding-right: 0px;
        padding-left: 0;
    }

  

    .rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span {
        top: initial;
        left: 0;
        right: 0;
    }

    .rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span:before {
        left: 15px;
    }

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left::before {
        display: none;
    }


}


@media (max-width: 1700px) {

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left::before {
        display: none;
    }

    .rex-pano-tab-content {
        border-radius: 10px;
    }
    .rex-pano-tab-content .rex-pano-tab.streetview,
    .rex-pano-tab-content .rex-pano-tab.backgroundTour,
    .rex-pano-tab-content .rex-pano-tab.video,
    .rex-pano-tab-content .rex-pano-tab.export,
    .rex-pano-tab-content .rex-pano-tab.general {
        padding: 20px;
    }
    .post-type-wpvr_item #post-body #postbox-container-1 {
        width: 610px;
    }
    .post-type-wpvr_item #post-body #postbox-container-2 {
        width: calc(100% - 630px);
    }
    #custom-ifram {
        height: 278px;
    }
    .iframe-wrapper #cross {
        top: 47px;
        right: 20px;
    }
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
        flex-flow: row;
        text-align: center;
    }
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span img {
        margin-right: 0;
    }
    .rex-pano-tab-content .background-tour .content-wrapper,
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper {
        display: block;
    }

    .rex-pano-tab-content .background-tour .background-tour-left,
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .rex-pano-tab-content .background-tour .background-tour-right,
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .right {
        width: 100%;
        padding-left: 0;
    }
    .rex-pano-tab-content .general .single-settings.preview-setting .img-upload-frame {
        height: 210px;
    }
    .rex-pano-tab.general .control-settings-content .single-settings>span {
        min-width: 120px;
    }


    .rex-pano-tab-content .general .inner-nav-content .single-settings.audio-setting>span {
        min-width: auto;
        padding-right: 20px;
    }
   
}

@media (max-width: 1499px) {

    .post-type-wpvr_item #post-body #postbox-container-1 {
        width: 500px;
    }
    .post-type-wpvr_item #post-body #postbox-container-2 {
        width: calc(100% - 520px);
    }
    .post-type-wpvr_item #post-body #postbox-container-1 .iframe-wrapper {
        height: 290px;
    }
    #custom-ifram {
        height: 228px;
    }
    .iframe-wrapper #cross {
        top: 21px;
        right: 17px;
    }
    .rex-pano-tabs {
        display: block;
        margin-left: 0;
    }
    .rex-pano-tabs .main-nav {
        padding: 0;
        width: 100%;
    }
    .rex-pano-tabs .main-nav>ul {
        display: flex;
        align-items: center;
     
        gap: 8px;
    }
    .rex-pano-tabs .main-nav li {
        display: inline-block;
        border-bottom: none;
        margin-right: 0;
        flex: 1;
    }
    /* .rex-pano-tabs .main-nav li:last-child {
        margin-right: 0px;
    } */
    .rex-pano-tabs .main-nav li span {
        margin-bottom: 0;
    }
    .rex-pano-tabs .rex-pano-tab-nav.main-nav li span {
        height: 76px;
        padding: 0 10px;
        font-size: 13px;
        text-transform: none;
        line-height: 1.2;
    }
    .rex-pano-tabs .rex-pano-tab-nav.main-nav li.logo {
        height: 76px;
        padding: 7px;
    }
    .rex-pano-tab-content {
        width: 100%;
    }

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left {
        width: 100%;
        padding-left: 0px;
    }
    
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .right {
        width: 100%;
        padding-right: 0px;
    }

    .rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span {
        top: initial;
        left: 0;
        right: 0;
    }

    .rex-pano-tab-content .general .inner-nav-content .right .field-tooltip span:before {
        left: 15px;
    }

    .navigator-pro-tag {
        right: -11px;
        top: 17px;
    }


}

@media (max-width: 1399px) {
    .post-type-wpvr_item #poststuff #post-body {
        display: block;
    }
    .post-type-wpvr_item #post-body #postbox-container-1 {
        width: 100%;
    }
    .post-type-wpvr_item #post-body #postbox-container-1 .iframe-wrapper {
        height: 370px;
    }
    .post-type-wpvr_item #post-body #postbox-container-2 {
        width: 100%;
        margin-right: 0;
    }
    #custom-ifram {
        height: 296px;
    }
    .iframe-wrapper #cross {
        top: 24px;
        right: 20px;
    }
    .rex-pano-tabs .rex-pano-tab-nav.main-nav li span {
        padding: 0 10px;
    }
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
        flex-flow: row;
    }
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span img {
        margin-bottom: 0;
    }
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper {
        display: flex;
    }

    .rex-pano-tab .single-settings .wpvr-tooltip-area>span,
    .rex-pano-tab-content .wpvr-pre-img span,
    .rex-pano-tab-content .wpvr-set-pre-img span,
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
        font-size: 14px;
    }

    .rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a {
        font-size: 14px;
    }

    .rex-pano-tab-content .wpvr-set-pre-img span {
        font-size: 14px;
    }

    .navigator-pro-tag {
        right: 0px;
        top: 12px;
    }

    /* ----------scene tab tooltip----- */
    .single-scene .scene-content .scene-right .field-tooltip span {
        bottom: calc(100% + 13px);
        top: initial;
        left: initial;
        right: -20px;
        transform: translateY(0);
    }

    .single-scene .scene-content .scene-right .field-tooltip span:before {
        left: inherit;
        right: 24px;
        top: initial;
        bottom: -10px;
        transform: translateY(0) rotate(-92deg);
    }
}

@media (max-width: 1300px) {
    .preview-btn-area #error_occured {
        float: none;
        margin-bottom: 20px;
    }
    .preview-btn-area #panolenspreview {
        float: none;
    }
}

@media (max-width: 1199px) {
    .rex-pano-tab-content {
        border-left: none;
    }
    
    .rex-pano-tab-content .general .inner-nav-content .scene-animation-settings-wrapper select {
        width: 130px;
    }

    .rex-pano-tabs .main-nav li {
        width: 100px;
        /* margin-right: 10px; */
    }

    .rex-pano-tabs .main-nav li span {
        padding: 0 10px;
    }
    .rex-pano-tab-content .rex-pano-tab.video,
    .rex-pano-tab-content .rex-pano-tab.export,
    .rex-pano-tab-content .rex-pano-tab.general {
        padding: 20px 20px;
    }
    .rex-pano-sub-tabs .rex-pano-tab-nav {
        padding: 20px 20px 20px;
    }
    .rex-pano-sub-tabs .rex-pano-tab-content {
        padding: 20px 20px;
    }

    .rex-pano-tabs .rex-pano-tab-nav li span {
        font-size: 13px;
        line-height: 1.2;
    }

    .navigator-pro-tag {
        right: -4px;
        top: 14px;
        font-weight: 500;
        padding: 4px 6px
    }

    .hotspot-setup .rex-pano-tab-content {
        padding: 30px 0px 0;
    }
    .preview-btn-area {
        padding: 0 0 25px 0px;
        border-top: none;
    }
    .preview-btn-wrapper {
        padding: 0px 20px;
    }
    input.delete-hotspot,
    input.delete-scene {
        position: absolute;
        top: 25px;
        right: 25px;
    }
    input.delete-hotspot {
        right: 5px;
        top: 35px;
    }

    /* ----------------- */
    .single-scene .scene-content .scene-left {
        width: 48%;
    }
    .single-scene .scene-content .scene-right {
        width: 48%;
    }
    .single-scene .scene-content .scene-setting {
        max-width: 410px;
    }
}


@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .rex-pano-tabs .main-nav>ul {
        flex-wrap: wrap;
    }

    .rex-pano-tab-content .general .inner-nav-content .single-settings.cp-logo-area .logo-upload-frame img {
        max-width: 80px;
        max-height: 50px;
    }

}

@media only screen and (max-width: 991px) {
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper {
        display: block;
    }

    .rex-pano-tabs .main-nav>ul {
        flex-wrap: wrap;
    }

    .rex-pano-tab-content .general .general-inner-tab .inner-nav li.vr-documentation a {
        font-size: 13px;
        padding: 12px 20px;
    }

    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
        font-size: 13px;
        gap: 5px;
    }

    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span img {
        margin-right: 0;
    }

    .rex-pano-tab-content .general .general-inner-tab .inner-nav li {
        margin-right: 10px;
    }


    .navigator-pro-tag {
        right: -9px;
        top: 18px;
    }

    .wpvr-embaded-share-wrapper {
        display: block;
    }
    .wpvr-use-shortcode .wpvr-qrcode-btn-area {
        padding: 30px;
    }
    .wpvr-embaded-share-wrapper .wpvr-qrcode-btn-area {
        padding: 0;
    }
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 20px;
    }
    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .content-wrapper .right {
        width: 100%;
        padding-left: 0;
    }

    .rex-pano-tab-content .general .inner-nav-content .left .field-tooltip span {
        bottom: calc(100% + 13px);
        top: initial;
        left: 0px;
        right: 0px;
        transform: translateY(0);
    }
    .rex-pano-tab-content .general .inner-nav-content .left .field-tooltip span:before {
        left: 14px;
        right: 24px;
        top: initial;
        bottom: -10px;
        transform: translateY(0) rotate(-92deg);
    }

    /* .rex-pano-tab-content .floor-plan .single-settings.inline-style,
    .rex-pano-tab-content .background-tour .single-settings.inline-style,
    .rex-pano-tab-content .general .inner-nav-content .single-settings:not(.custom-data-set),
    .rex-pano-tab-content .general .inner-nav-content .single-settings:not(.autorotationdata) {
        margin-bottom: 15px;
    } */

    .rex-pano-tab-content .wpvr-set-pre-img span {
        font-size: 13px;
    }

    .rex-pano-tab .single-settings .wpvr-tooltip-area>span,
    .rex-pano-tab-content .wpvr-pre-img span,
    .rex-pano-tab-content .wpvr-set-pre-img span,
    .rex-pano-tab-content .general .general-inner-tab .inner-nav li>span {
        font-size: 13px;
    }

}

/* @media (max-width: 1470px) {
    .post-type-wpvr_item #post-body #postbox-container-1 .iframe-wrapper iframe {
        width: 475px;
        height: 300px;
    }
} */

/* -----------On Boarding Page style----------- */

.rex-onboarding * {
    box-sizing: border-box;
}

.rex-onboarding {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(2, 0, 105, 0.05);
    /* max-width: 1280px; */
    width: calc(100% - 15px);
    margin-top: 20px;
}

.rex-onboarding ul.rex-tabs {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e9edf4;
    border-radius: 15px 15px 0 0;
    padding-top: 30px;
    height: auto;
    overflow: visible;
}

.rex-onboarding ul.rex-tabs>.wpvr_tabs_row {
    width: auto !important;
}

.rex-onboarding ul.rex-tabs>li {
    margin-left: 130px;
}

.rex-onboarding ul.rex-tabs>li:first-child {
    margin-left: 0;
}

.rex-onboarding ul.rex-tabs>li>a {
    font-size: 16px;
    color: #787890;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: visible;
}

.rex-onboarding ul.rex-tabs>li>a:hover,
.rex-onboarding ul.rex-tabs>li>a.active {
    color: #201cfe;
}

.rex-onboarding ul.rex-tabs>li>a:focus {
    box-shadow: none;
    border: none;
}

.rex-onboarding ul.rex-tabs>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: all 0.3s ease;
}

.rex-onboarding ul.rex-tabs>li>a.active::before {
    background: #201cfe;
}

.rex-onboarding ul.rex-tabs>li>a svg {
    height: 18px;
    width: 18px;
    margin-right: 14px;
}

.rex-onboarding ul.rex-tabs>li>div svg {
    height: 18px;
    width: 18px;
    margin-right: 14px;
}
.rex-onboarding ul.rex-tabs>li>div{
    position: relative;
    cursor: pointer;
}

.rex-onboarding ul.rex-tabs>li>.rex-import-disable {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color:#787890;
}

.rex-onboarding ul.rex-tabs>li>.rex-import-disable svg path {
    fill:#787890;
}

.rex-import-disable span.is-pro {
    position: absolute;
    right: -15px;
    top: -2px;
    display: block;
    border-radius: 9px 9px 9px 0px;
    background: #00B4FF;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    z-index: 1;
    line-height: 0.8;
}

.rex-onboarding ul.rex-tabs>li>a svg path {
    fill: #787890;
    transition: all 0.3s ease;
}

.rex-onboarding ul.rex-tabs>li>a:hover svg path,
.rex-onboarding ul.rex-tabs>li>a.active svg path {
    fill: #201cfe;
}

.rex-onboarding ul.rex-tabs .indicator {
    display: none;
}


.rex-onboarding .block-wrapper {
    padding: 40px 30px;
}


.rex-onboarding .wpvr-btn {
    border-radius: 5px;
    background-color: rgb(32, 28, 254);
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    box-shadow: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.rex-onboarding .wpvr-btn:hover {
    background: #004EFA;
}


/* -------wpvr premium feature popup------- */
.wpvr-premium-feature {
    position: fixed;
    top: 10px;
    right: 0;
    width: calc(100% - 160px);
    height: 100%;
    z-index: 999;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: rgba(22, 7, 73, 0.30);
    backdrop-filter: blur(7px);
}

.wpvr-premium-feature__wrapper {
    width: 100%;
    max-width: 542px;
    margin: 0 auto;
    background: #fff;
    filter: drop-shadow(0px 14px 14px #a7a4af);
    border-radius: 10px 0px 10px 10px;
}

.wpvr-premium-feature__body {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    overflow: hidden;
}

.wpvr-premium-feature__body::before {
    position: absolute;
    content: "Premium";
    top: 30px;
    left: -40px;
    background-color: #00b4ff;
    padding: 7px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    line-height: 1.13;
    color: #fff;
    width: 150px;
    transform: rotate(-47.19deg);
}

.wpvr-premium-feature__close-btn {
    position: absolute;
    right: -13px;
    top: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 1px 1px 0px #cdd8ec;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    z-index: 11;
}

.wpvr-premium-feature__message {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpvr-premium-feature__message p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #6c798f;
    margin-top: 0;
    margin-bottom: 0;
}

.wpvr-premium-feature__svg-icon {
    text-align: center;
    margin-bottom: 8px;
}

.wpvr-premium-feature__heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #0f2f72;
    margin-top: 0;
    margin-bottom: 12px;
}

.wpvr-premium-feature__subheading {
    max-width: 290px;
    margin: 0 auto;
}

.wpvr-premium-feature__btn-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid #e7f0ff;
    padding-top: 46px;
    margin-top: 30px;
    justify-content: center;
}

.wpvr-premium-feature__discount-price {
    display: flex;
    align-items: center;
    gap:22px;
}

p.wpvr-premium-feature__discount-price-label {
    position: relative;
    font-size: 16px;
}

p.wpvr-premium-feature__discount-price-label:before {
    content: "";
    position: absolute;
    background: #00b4ff;
    border-radius: 16px 16px 16px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    padding: 7px 11px;
    top: -27px;
    left: 74%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 69px;
    box-sizing: content-box;
}


.wpvr-premium-feature__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background-color: #3F04FE;
    border: 1px solid #3F04FE;
    border-radius: 10px;
    padding: 14px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:active.wpvr-premium-feature__btn {
    color: #3F04FE;
}

a:focus.wpvr-premium-feature__btn {
    outline: none;
    box-shadow: none;
    color:#fff;
}

.wpvr-premium-feature__btn:hover {
    background-color: #fff;
    color: #3F04FE;
}

.wpvr-premium-feature__close-btn:hover svg path {
    stroke: #3F04FE;
}

.wpvr-premium-feature__btn:hover svg path {
    fill: #3F04FE;
}

#wpvr-main-tab-contents .wpvr-switcher input:disabled+label {
    cursor: pointer;
}

/* ----------wpvr-compare (free vs pro)-------- */

.wpvr-compare .compare-tbl-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #eee9ff;
}

.rex-onboarding .compare-tbl-wrapper {
    position: relative;
    margin-bottom: 75px;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .free,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .pro {
    width: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature {
    width: calc(100% - 610px);
    display: flex;
    align-items: center;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    background: #3f04fe;
    left: 0;
}

.wpvr-compare .compare-tbl-wrapper .list-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(113deg, #bea9ff -10.04%, #ece6ff 27.32%, #d8f3ff 76.63%, #aae6ff 112.27%);
    padding: 21px 30px;
    border-radius: 20px 20px 0 0;
    position: sticky;
    top: 22px;
    z-index: 1;
    line-height: 0;
    border: 1px solid #fff;
    margin: -2px;
    transition: all 0.3s ease;
}

.wpvr-compare .compare-tbl-wrapper .list-header.sticked {
    border-radius: 0;
}

.wpvr-compare .compare-tbl-wrapper .list-header .free,
.wpvr-compare .compare-tbl-wrapper .list-header .pro {
    width: 245px;
    text-align: center;
}

.wpvr-compare .compare-tbl-wrapper .list-header .feature {
    width: calc(100% - 610px);
}

.wpvr-compare .compare-tbl-wrapper .list-header .comparison-tbl-col {
    font-family: 'Inter', sans-serif;
    color: #0e003c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.wpvr-compare .compare-tbl-wrapper .list-header .comparison-tbl-col.pro,
.wpvr-compare .compare-tbl-wrapper .list-header .comparison-tbl-col.free {
    text-align: center;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .single-feature {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
    margin-bottom: 12px;
    border-top: 1px solid #eee9ff;
    border-bottom: 1px solid #eee9ff;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature:first-child,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .single-feature:first-child {
    border-top: none;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature:last-child,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .single-feature:last-child {
    margin-bottom: 0;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .comparison-tbl-col {
    padding: 22px 30px;
    border-right: 1px solid #eee9ff;
    margin-bottom: 0;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col:last-child,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .comparison-tbl-col:last-child {
    border-right: none;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature p,
.wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature p {
    /* font-family: 'Inter', sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin: 0;
    color: #0e003c;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature {
    justify-content: flex-end;
    border: none;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col {
    margin: 0 0 0 auto;
    text-align: center;
    max-width: 306px;
    border-left: 1px solid #eee9ff;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature .comparison-tbl-col:last-child {
    border-left: none;
}

.wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature::before {
    display: none;
}


@media (max-width: 1199px) {

    .wpvr-compare .compare-tbl-wrapper .list-header {
        padding: 18px 25px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col {
        max-width: 201px;
    }

    .rex-onboarding .wpvr-compare .wpvr-btn {
        padding: 0 22px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .comparison-tbl-col,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col {
        padding: 17px 25px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature p,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature p {
        font-size: 16px;
    }

    .wpvr-compare .compare-tbl-wrapper .list-header .comparison-tbl-col {
        font-size: 18px;
        line-height: 1.5;
    }

    .comparison-tbl-body .comparison-tbl-col {
        padding: 18px 25px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col {
        padding: 18px 6px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature {
        width: calc(100% - 400px);
    }

    .wpvr-compare .compare-tbl-wrapper .list-header .feature {
        width: calc(100% - 400px);
    }

    .wpvr-compare .compare-tbl-wrapper .list-header .free,
    .wpvr-compare .compare-tbl-wrapper .list-header .pro {
        width: 150px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .free,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .pro,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .free,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .pro {
        width: 200px;
    }

}

@media (max-width: 767px) {
    .wpvr-compare .compare-tbl-wrapper .list-header {
        padding: 12px 12px;
    }

    .wpvr-compare .compare-tbl-wrapper .list-header .feature {
        width: calc(100% - 98px);
    }

    .wpvr-compare .compare-tbl-wrapper .list-header .comparison-tbl-col {
        font-size: 14px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .comparison-tbl-col {
        padding: 10px 11px;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .comparison-tbl-col {
        padding: 5px 11px;
        width: 100%;
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature,
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature {
        width: calc(100% - 100px);
    }

    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer {
        padding: 10px 0;
        display: none;
   }
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .single-feature:last-child {
        border-bottom: none;
   }
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .feature p, .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .feature p {
        font-size: 14px;
   }
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .comparison-tbl-col svg {
        width: 14px;
   }
    .wpvr-compare .compare-tbl-wrapper .list-header .free, .wpvr-compare .compare-tbl-wrapper .list-header .pro {
        width: 35px;
   }
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .free, .wpvr-compare .compare-tbl-wrapper .comparison-tbl-body .pro {
        width: 50px;
   }
    .wpvr-compare .compare-tbl-wrapper .comparison-tbl-footer .single-feature .comparison-tbl-col {
        border-left: none;
   }
}


/* ------------------help resources style------------------ */

.wpvr-help-resource {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 100;
}
  
.wpvr-help-resource__playlist {
    position: relative;
}

.wpvr-help-resource__dropdown-section,
.wpvr-help-resource__video-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 1px 2px 0px #D8D2EB;
    cursor: pointer;
    padding: 12px 20px 14px;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
  
.wpvr-help-resource__video-icon {
    margin-right: 6px;
}
  
.wpvr-help-resource__video-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #73707D;
  margin: 0;
}
  
.wpvr-help-resource__dropdown {
   position: relative;
}
  
.wpvr-help-resource__dropdown-section {
    padding: 11px 14px;
}
  
.wpvr-help-resource__dropdown-list {
    list-style: none;
    margin: 0;
    background: #fff;
    border: 1px solid #e2e5ed;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    display: none;
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    transition: all 0.3s ease;
    width: 150px;
    z-index: 5;
}
      
.wpvr-help-resource__dropdown-list.show-dropdown {
    display: block;
}
  
.wpvr-help-resource__dropdown-item {
    display: flex;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}
  
.wpvr-help-resource__dropdown-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 6px 8px;
    color: #2d3149;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wpvr-help-resource__dropdown-item a:focus {
    color: #2d3149;
    box-shadow: none;
    outline: none;
}
  
.wpvr-help-resource__dropdown-link:hover {
    color: #2d3149;
    text-decoration: none;
    background: #f6f8fa;
}

/* ----------wpvr image layout style---------- */

.wpvr-layout {
    width: 100%;
}
.single-settings.vr-tour-layout.is_pro{
    position: relative;
}

.single-settings .basic-setting-checkbox-pro-tag ,
.single-settings.vr-tour-layout.is_pro .tour-layout-pro-tag {
    position: absolute;
    right: -8px;
    top: -11px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    line-height: 0.8;
    background: #00B4FF;
    border-radius: 9px 9px 9px 0px;
}

.basic-settings-content .single-settings{
    position: relative;
}

.wpvr-layout__label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #494b51;
    font-weight: 500;
}

.wpvr-layout__container {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    padding: 15px;
    max-width: 320px;
}

.wpvr-layout__radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
   
}


.wpvr-layout__radio-label {
    position: relative;
    display: block;
    cursor: pointer;
}

.wpvr-layout__radio-container input[type="radio"]:checked + .wpvr-layout__radio-label img {
    border: 2px solid #00f; 
}


.wpvr-layout__radio-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 2px solid transparent; 
    border-radius: 2px;
    transition: border 0.3s;
}

.wpvr-layout__hover-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.wpvr-layout__radio-label:hover .wpvr-layout__hover-text {
    opacity: 1;
    visibility: visible;
}

.wpvr-layout__radio-text {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 30px;
    color: #0E003C;
    transition: all 0.4s ease;
}

.wpvr-layout__radio-container input[type="radio"] {
    display: none;
}
  
.wpvr-layout__radio-label {
    margin-left: 30px;
}
  
.wpvr-layout__radio-label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #E0D7FF;
    background: #F3EFFF;
    border-radius: 50%;
    top: 24px;
    left: -30px;
    transform: translateY(0);
    transition: border-color 400ms ease;
}
  
.wpvr-layout__radio-label::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #3F04FE;
    border: 1px solid #3F04FE;
    border-radius: 50%;
    top: 25px;
    left: -29px;
    transform: translateY(0) scale(0);
    transition: transform 400ms ease;
}
  
  .wpvr-layout__radio-image {
    width: 100px;
    height: auto;
  }
  
  .wpvr-layout__hover-text {
    font-size: 13px;
    color: #fff;
  }


.wpvr-layout__radio-container input[type="radio"]:checked + .wpvr-layout__img .wpvr-layout__radio-label::before {
    border-color: #3F04FE;
}


.wpvr-layout__radio-container input[type="radio"]:checked + .wpvr-layout__img img {
    border-color: #3F04FE;
}

  
.wpvr-layout__radio-container input[type="radio"]:checked + .wpvr-layout__img .wpvr-layout__radio-label::after {
    transform: translateY(0) scale(0.55);
}


.rex-pano-tab.general .inner-nav-content .single-settings.vr-tour-layout .wpvr-tooltip-area {
    display: flex;
    align-items: center;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #F2EFFE;
    background: #FFF;
    padding: 15px;
}

.rex-pano-tab.general .inner-nav-content .single-settings.vr-tour-layout {
    border-radius: 6px 6px 6px 6px;
    background: #FCFCFF;
    box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.08);
    padding: 0;
}
  
.wpvr-layout__radio-label:hover {
    border-color: #3F04FE;
    background-color: #f9f9ff;
    box-shadow: 0 4px 15px rgba(63, 4, 254, 0.1);
}

/* ----------image popup layout style---------- */

.wpvr-layout-modal {
    display: none;
    background: #fff;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    bottom: 24px;
    padding: 30px 28px;
    right: 24px;
    transition: all .3s ease;
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 9;
    max-width: 945px;
    width: 100%;
    /* min-height: 820px; */
    max-height: max-content;

}







.wpvr-layout-modal__cross-icon {
    outline: none;
    outline-offset: 0;
    border: none;
    text-decoration: none;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 1px 1px #dadada;
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -12px;
    width: 34px;
}

.wpvr-iframe-modal {
    display: none;
    background: #fff;
    border: 1px solid #ebedf0;
    border-radius: 16px;
    bottom: 24px;
    box-shadow: 0 16px 35px 0 rgba(220, 228, 236, .75);
    padding: 20px 20px 16px;
    position: fixed;
    right: 24px;
    transition: all .3s ease;
    z-index: 999;
}

.wpvr-iframe-modal__cross-icon {
    outline: none;
    outline-offset: 0;
    border: none;
    text-decoration: none;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 1px 1px #dadada;
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -12px;
    width: 34px;
}

.wpvr-layout-modal__img svg {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.wpvr-layout-modal__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.wpvr-layout-modal__img.layout-default-preview{
    display:none;
}

.wpvr-layout-modal__setting-content {
    display: flex;
    align-items: center;
    gap:15px;   
    margin-top: 32px;
    border-radius: 8px;
    background: #EFEEFF;
    padding: 18px 24px;
}

.wpvr-layout-modal__setting-content h5 {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #211CFD;
    margin: 0;
}

.wpvr-layout-modal__setting-control {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    border-bottom: 1px solid #EFEEFF;
    padding: 30px 20px;
}


.wpvr-layout-modal__setting-control-options {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpvr-layout-modal__setting-control-options p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #76737E;
}

.wpvr-layout-modal__setting-control-options span {
    display: block;
    cursor: pointer;
}

.wpvr-layout-modal__setting-control-options input[type=color] {
    border-radius: 6px;
    border: 1px solid rgba(63, 4, 254, 0.10);
    width: 45px;
    height: 35px;
    padding: 4px;
    cursor: pointer;
    color: #2c3338;
}

.wpvr-layout-modal__setting-button  {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}

.wpvr-layout-modal__setting-button button {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    padding: 10px 30px;
    border-radius: 30px;
    background: rgba(63, 4, 254, 0.9);
    border: none;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
.wpvr-iframe-modal .video-link {
    border-radius: 14px;
}

.wpvr-layout-modal__setting-button button:hover {
    background: #EFEEFF;
    color: #211CFD;
    backdrop-filter: blur(10px); 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ----------import tab style---------- */

.rex-onboarding .import-tab .tab-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.rex-onboarding .import-tab .file-path-wrapper input {
    border: 1px solid #deddff;
    background-color: #fafbff;
    max-width: 650px;
    border-radius: 5px;
    height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.rex-onboarding .import-tab .file-path-wrapper input:focus {
    box-shadow: none;
    outline: none;
}

.rex-onboarding .import-tab .wpvr-import-btn {
    margin-bottom: 10px;
    background: #f3f3ff !important;
    box-shadow: none;
    border: 1px solid #8f8dfe;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 10px;
    cursor: pointer;
}

.rex-onboarding .import-tab .wpvr-import-btn  i {
    line-height: 1.2;
    color: #1f1cfd;
}

.rex-onboarding .import-tab .vr-notice {
    margin-top: 0;
    color: #e23636;
}

/* ---------wpvr-settings tab style------------ */
.rex-onboarding .wpvr-settings h4 {
    font-size: 24px;
    color: #3c3e4a;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.rex-onboarding .wpvr-settings .settings-wrapper {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

.rex-onboarding .wpvr-settings .wpvr_role-container {
    width: 50%;
    padding-right: 30px;
}

.rex-onboarding .wpvr-settings.pro-active .wpvr_role-container {
    padding-right: 0;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul {
    padding: 0;
    margin: 0;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li {
    display: flex;
    margin-bottom: 28px;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-video-script.wpvr_enqueue_video_script_list {
    flex-wrap: wrap;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li:last-child {
    margin-bottom: 0;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li h6 {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    width: calc(100% - 50px);
    padding-right: 30px;
    color: #787890;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-script {
    display: flex;
    flex-flow: row wrap;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-script h6 {
    padding-right: 0;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.front-notice h6 {
    width: calc(100% - 91px);
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-script textarea,
.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-video-script textarea {
    border: 1px solid #ddd;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li.enqueue-script textarea:focus {
    box-shadow: none;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li .wpvr-version {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li .wpvr-version .wpvr-btn {
    margin-top: 0;
    height: 45px;
    border: none;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li .wpvr-version select {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    margin-right: 10px;
    width: 220px;
    margin-left: auto;
}

.rex-onboarding .wpvr-settings .wpvr_role-container ul li .wpvr-version select:focus {
    outline: none;
}

.rex-onboarding .wpvr-settings .wpvr_role-container .save-progress-bar {
    height: 10px;
    margin-bottom: 25px;
    padding-top: 8px;
}

.rex-onboarding .wpvr-settings .wpvr_role-container .save-progress-bar .progress {
    background-color: #c3c2fd;
    margin: 0;
}

.rex-onboarding .wpvr-settings .wpvr_role-container .save-progress-bar .indeterminate {
    background-color: #201cfe;
    display: block;
}

.rex-onboarding .wpvr-settings a.wpvr-pro {
    position: absolute;
    top: 14px;
    left: -14px;
}

/* ----------- */

.rex-onboarding .wpvr-settings .upgrade-pro {
    border: 1px solid #201cfe;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    border-radius: 10px;
    background: #fff;
    width: 346px;
}

.rex-onboarding .wpvr-settings .upgrade-pro img {
    margin-bottom: 20px;
}


/*-----------wpvr-tooltip style------- */

.wpvr-tooltip {
    position: relative;
    margin-left: 25px;
    display: inline-block;
}

.wpvr-tooltip .icon {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.wpvr-tooltip p {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 24px;
    color: #363b4e;
    font-weight: 400;
    background: #fff;
    filter: drop-shadow(0px 5px 30px rgba(29, 4, 111, 0.2));
    padding: 10px 15px;
    border-radius: 5px;
    width: 230px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wpvr-tooltip p:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
}

.wpvr-tooltip .icon:hover+p {
    opacity: 1;
    visibility: visible;
}

#et-boc .et-l div.pnlm-tooltip span, div.pnlm-tooltip span{
    display: none;
}
.note-group-select-from-files {
    display: none;
}


/*------------responsive style------------*/

@media (max-width: 1499px) {
    .rex-onboarding {
        max-width: calc(100% - 15px);
    }
    .rex-onboarding .wpvr-settings .wpvr_role-container {
        width: calc(100% - 346px);
    }
    .rex-onboarding .wpvr-settings.pro-active .wpvr_role-container {
        width: 70%;
        padding-right: 0;
    }
}


/*--media max 1499px */

@media (max-width: 1399px) {
    .rex-onboarding .block-wrapper {
        padding: 50px 30px;
        flex-flow: column;
    }
    .rex-onboarding .compare-tbl-wrapper {
        margin-bottom: 45px;
    }
    .rex-onboarding .info-wrapper {
        margin-left: -30px;
        width: calc(100% + 30px);
    }
    
    .wpvr-layout-modal {
        top: 450px;
        padding: 25px 20px;
        transform: translate(-46%, -51%);
        /* transform: translate(-46%, -60%); */
        max-width: 760px;
        /* min-height: 710px; */
    }
}


/*--media max 1399px */

@media (max-width: 1199px) {

    .wpvr-layout-modal {
        padding: 25px 20px;
        transform: translate(-40%, -50%);
    }

    .rex-onboarding ul.rex-tabs>li {
        margin-left: 70px;
    }
    .rex-onboarding .single-block {
        width: calc(100% / 2 - 30px);
    }
    .rex-onboarding .single-block.banner {
        width: calc(100% / 3 * 3 - 30px);
    }
    .rex-onboarding .single-block.share-block {
        margin-top: 30px;
    }
    .rex-onboarding .wpvr-more-feature ul {
        column-count: 2;
    }
    .rex-onboarding .wpvr-settings .settings-wrapper {
        display: block;
    }
    .rex-onboarding .wpvr-settings .wpvr_role-container {
        width: 100%;
        padding-right: 0;
    }
    .rex-onboarding .wpvr-settings .wpvr-tooltip p {
        top: inherit;
        bottom: calc(100% + 11px);
        left: inherit;
        right: -10px;
        transform: translateY(0);
    }
    .rex-onboarding .wpvr-settings .wpvr-tooltip p:before {
        left: inherit;
        right: 17px;
        top: inherit;
        bottom: -10px;
    }
    .rex-onboarding .wpvr-settings .upgrade-pro {
        margin-top: 40px;
    }
    .rex-onboarding .wpvr-settings.pro-active .wpvr_role-container {
        width: 100%;
        padding-right: 0;
    }
    .rex-onboarding .video-wrapper {
        display: block;
    }
    .rex-onboarding .video-wrapper .video-left {
        width: 100%;
    }
    .rex-onboarding .video-wrapper .video-right {
        padding-left: 0;
    }
}

.wpvr-delete-alert-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px;
    width: calc(100% - 160px);
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    z-index: 999;
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirmation {
    background: #fff;
    box-shadow: 0 1px 34px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    max-width: 420px;
    text-align: center;
    animation: wpvr-bounce 0.3s;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirmation h3 {
    font-size: 16px;
    font-weight: 500;
}

.wpvr-delete-alert-wrapper .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn li {
    margin: 0 10px;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn .btn-default {
    height: 41px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 110px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn .btn-default.yes {
    background-color: #004EFA;
    color: #fff;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn .btn-default.yes:hover {
    background-color: #0c4ee0;
    cursor: pointer;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn .btn-default.cancel {
    background-color: #eee;
    color: #333;
    cursor: pointer;
}

.wpvr-delete-alert-wrapper .wpvr-delete-confirm-btn .btn-default.cancel:hover {
    background-color: #e2e2e2;
}

@keyframes wpvr-bounce {
    0% {
        transform: scale(.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 992px) {
    .rex-onboarding ul.rex-tabs>.wpvr_tabs_row {
        flex-grow: inherit;
    }
}

@media (max-width: 991px) {

    .wpvr-layout-modal {
        transform: translate(-51%, -51%);
        max-width: 610px;
    }

    .single-hotspot .hotspot-setting select {
        height: 46px!important;
    }
    .hotspot-setup .hotspot-setting.custom-icon .field-tooltip span {
        top: inherit;
        left: inherit;
        right: -5px;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        bottom: 42px;
    }
    .hotspot-setup .hotspot-setting.custom-icon .field-tooltip span:before {
        left: inherit;
        top: inherit;
        -webkit-transform: translateY(0) rotate(-90deg);
        -moz-transform: translateY(0) rotate(-90deg);
        -ms-transform: translateY(0) rotate(-90deg);
        -o-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg);
        bottom: -10px;
        right: 10px;
    }
}

/* .rex-pano-tab-content .background-tour .single-settings.inline-style, */
.rex-pano-tab-content .general .inner-nav-content .single-settings.button_configuration {
    display: block;
}


/* ---- call to action button style----- */
.button-style-configaration {
    display: flex;
    flex-flow: row wrap;
}

.button-style-configaration select {
    outline: none;
    box-shadow: none!important;
    border-color: #dae3fd!important;
}

.button-style-configaration .single-cta-control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #F2EFFE;
}


.button-style-configaration .single-cta-control:first-child {
    padding-top: 0;
} 

.button-style-configaration .single-cta-control:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.button-style-configaration .single-cta-control select,
.button-style-configaration .single-cta-control input[type="number"]{
    max-width: 110px !important;
    height: 30px;
    padding: 5px 9px;
    background-color: transparent !important;
}

.button-style-configaration .single-cta-control.new-tab {
    width: 100%;
}

.button-style-configaration .single-cta-control.new-tab .wpvr-switcher {
    margin-left: 0;
    width: 100%;
}

.button-style-configaration .single-cta-control .wpvr-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.button-style-configaration .single-cta-control .control-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    color: #0E003C;
    display: block;
}

.button-style-configaration .single-cta-control .wpvr-switcher .control-title {
    margin-bottom: 0;
}


/* ---color box style---- */
.button-style-configaration .color-box,
.button-style-configaration .color-box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.button-style-configaration .color-box, .button-style-configaration .color-box .colors {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #73707D;
    font-size: 14px;
    font-weight: 500;
}

.button-style-configaration .color-box label,
.button-style-configaration .color-box label {
    margin-bottom: 0!important;
}

.button-style-configaration .color-box input[type="color"],
.button-style-configaration .color-box input[type="color"] {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 6px;
}

.button-style-configaration .color-box input[type="color" i]::-webkit-color-swatch-wrapper,
.button-style-configaration .color-box input[type="color" i]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.button-style-configaration .color-box  input[type="color"]::-webkit-color-swatch,
.button-style-configaration .color-box  input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 6px;
}

/* -----control group style------ */
.button-style-configaration .control-group {
    display: flex;
    column-gap: 12px;
    width: 100%;
}

.button-style-configaration .control-group .border-property-area {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 270px;
}


.button-style-configaration .control-group input {
    padding: 10px 10px!important;
}

.button-style-configaration .control-group .control-title {
    width: 50%;
}

.button-style-configaration .control-group .control-inner-title {
    font-size: 13px;
    margin-bottom: 5px!important;
    display: block;
    color: #8a8484;
}

.button-style-configaration .border .color-box {
    width: auto;
    border: none;
    padding: 0;
    display: block;
}

.button-style-configaration .border .color-box input[type="color"] {
    width: 36px;
    height: 36px;
    padding: 4px !important;
}

.button-style-configaration .border .border-property {
    width: calc(100% / 2 - 35px);
}

.button-style-configaration .border .border-color {
    width: 46px;
}

.button-style-configaration .border-radius input {
    max-width: 100%!important;
}

.button-style-configaration .padding .padding-property {
    width: calc(100% / 4 - 9px);
}

a.wpvr-facebook-icon { background: #3B5998; }
a.wpvr-twitter-icon { background: #ffffff; }
a.wpvr-linkedin-icon { background: #0077B5; }
a.wpvr-reddit-icon { background: #FF5700; }
a.wpvr-email-icon { background: #000000; }

.share-buttons-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bcbcf2;
    width: 100%;
    height: 100vh;
}

.wpvr-share-buttons-container .share-list {
    display: flex;
    flex-direction: row;
}

.wpvr-share-buttons-container .share-list a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
}

.wpvr-share-buttons-container .share-list a img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}


.wpvr_cardboard_disable_is_pro span {
    position: absolute;
    left: 68%;
    transform: translateX(-64%);
    top: -22px;
    display: block;
    border-radius: 9px 9px 9px 0px;
    background: #00B4FF;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    z-index: 1;
    line-height: 0.8;
}

.wpvr-input-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.post-type-wpvr_item div#publishing-action {
    display: flex;
}

.post-type-wpvr_item #wpvr-success-message {
    color: green;
}


/* ------------ wpvr global settings page style start ------------ */
body.wp-vr_page_wpvr-setting {
    background: #E4E0F1;
}
.wpvr-global-settings * {
    box-sizing: border-box;
}

.wpvr-global-settings {
    width: calc(100% - 15px);
    padding: 40px 40px 40px 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 31px;
}

.wpvr-global-settings ul.rex-tabs {
    overflow: visible;
    width: 314px;
    padding: 21px 24px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px 0px rgba(184, 177, 206, 0.70);
    height: auto;
    white-space: inherit;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 16px;
}
.wpvr-global-settings ul.rex-tabs>.wpvr_tabs_row {
    width: 100% !important;
    height: auto;
    line-height: 1.3;
    display: block;
    text-transform: none;
}


.wpvr-global-settings ul.rex-tabs>li>.rex-import-disable,
.wpvr-global-settings ul.rex-tabs>li>a {
    font-size: 15px;
    color: #535963;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    text-align: center;
    position: relative;
    overflow: visible;
    border-radius: 8px;
    border: 1px solid #EBE8F5;
    transition: all 0.3s ease;
}

.wpvr-global-settings ul.rex-tabs>li>a:hover {
    color: #535963;
}

.wpvr-global-settings ul.rex-tabs>li>a.active {
    background-color: #3F04FE;
    color: #fff;
    box-shadow: 0px 10px 16px 0px rgba(63, 4, 254, 0.15);
}



.wpvr-global-settings ul.rex-tabs>li>a:focus {
    box-shadow: none;
}

.wpvr-global-settings ul.rex-tabs li a path {
    transition: all 0.3s ease;
}

.wpvr-global-settings ul.rex-tabs>li.general-settigs>a.active path {
    stroke: #fff;
    fill: #fff;
}

.wpvr-global-settings ul.rex-tabs>li.import>a.active path {
    stroke: #fff;
}

.wpvr-global-settings ul.rex-tabs>li>.rex-import-disable {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color:#787890;
}

.rex-import-disable span.is-pro {
    position: absolute;
    right: -15px;
    top: -2px;
    display: block;
    border-radius: 9px 9px 9px 0px;
    background: #00B4FF;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 6px;
    text-transform: capitalize;
    z-index: 1;
    line-height: 0.8;
}

.wpvr-global-settings ul.rex-tabs .indicator {
    display: none;
}

.wpvr-global-settings .block-wrapper.info-tab {
    display: flex;
    align-items: flex-start;
}


/* ------tab content style-------- */
.wpvr-global-settings .wpvr-global-settings-tab-content {
    width: calc(100% - 345px);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(184, 177, 206, 0.70);
}

.wpvr-global-settings .tab-content-title {
    color: #0E003C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    border-bottom: 1px solid #EBE8F5;
    padding: 18px 24px;
}

.wpvr-global-settings .wpvr-settings {
    border-radius: 6px;
    border: 1px solid #EBE8F5;
    margin: 24px;
    width: calc(100% - 48px);
}

.wpvr-global-settings .wpvr-settings p a {
    color: #3F04FE;
    text-decoration: underline;
}

/* ---------wpvr-settings tab style------------ */
.wpvr-global-settings .wpvr-settings h4 {
    font-size: 24px;
    color: #3c3e4a;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.wpvr-global-settings .wpvr-settings .settings-box-title {
    color: #0E003C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 14px 19px;
    border-bottom: 1px solid #EBE8F5;
}

.wpvr-global-settings .wpvr-settings .settings-ul {
    padding: 0;
    margin: 0;
}

.wpvr-global-settings .wpvr-settings .settings-ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #EBE8F5;
    margin: 0;
    padding: 23px 22px;
}
.wpvr-global-settings .wpvr-settings .settings-ul li:last-child {
    border-bottom: none;
}

.wpvr-global-settings .wpvr-settings .single-settings-title {
    margin: 0;
    width: calc(100% - 100px);
    color: #0E003C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: auto;
}

.wpvr-global-settings .wpvr-settings li:nth-child(1) .single-settings-title,
.wpvr-global-settings .wpvr-settings li:nth-child(2) .single-settings-title {
    max-width: 502px;
}

.wpvr-global-settings .wpvr-switcher label {
    width: 42px;
    height: 20px;
    background-color: #EBE8F5;
    border: none;
}

.wpvr-global-settings .wpvr-switcher label:after {
    filter: none;
    top: 2px !important;
    left: 3px !important;
}

.wpvr-switcher input[type="checkbox"]:checked+label {
    border-color: #00B4FF;
    background-color: #00B4FF;
}
.wpvr-switcher input[type="checkbox"]:checked+label:after {
    margin-left: 21px !important;
}

.wpvr-global-settings .wpvr-tooltip {
    margin-left: 0;
}

.wpvr-global-settings .wpvr-tooltip .icon {
    display: block;
}

.wpvr-global-settings .wpvr-tooltip svg {
    display: block;
}
.wpvr-global-settings .wpvr-tooltip p {
    bottom: calc(100% + 10px);
    right: -16px;
    top: inherit;
    left: inherit;
    transform: inherit;
    font-size: 13px;
    line-height: 1.5;
}

.wpvr-global-settings .wpvr-tooltip:hover p {
    visibility: visible;
    opacity: 1;
}

.wpvr-global-settings .wpvr-tooltip p:before {
    left: inherit;
    right: 20px;
    top: calc(100% - 6px);
    transform: translateY(0) rotate(45deg);
}

.wpvr-global-settings .inner-settings-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.wpvr-global-settings .single-settings-inner-title {
    width: 50%;
    color: #73707D;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    max-width: 385px;
}

.wpvr-global-settings .settings-input-wrapper {
    width: calc(50% - 30px);
}

.wpvr-global-settings .import-tab .file-path,
.wpvr-global-settings input#wpvr_frontend_notice_area,
.wpvr-global-settings .settings-input-wrapper input {
    margin: 0;
    padding: 15px 15px 12px;
    box-shadow: none!important;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #EBE8F5!important;
    background: #FBFAFF;
    color: #73707D;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 50px;
    outline: none;
}

.wpvr-global-settings .import-tab .file-path,
.wpvr-global-settings textarea#wpvr_frontend_notice_area::-webkit-input-placeholder,
.wpvr-global-settings .settings-input-wrapper input::-webkit-input-placeholder { 
    color: #73707D;
}

.wpvr-global-settings .import-tab .file-path,
.wpvr-global-settings textarea#wpvr_frontend_notice_area::-moz-placeholder,
.wpvr-global-settings .settings-input-wrapper input::-moz-placeholder {
    color: #73707D;
}

.wpvr-global-settings .import-tab .file-path,
.wpvr-global-settings textarea#wpvr_frontend_notice_area:-ms-input-placeholder,
.wpvr-global-settings .settings-input-wrapper input:-ms-input-placeholder {
    color: #73707D;
}

.wpvr-global-settings .import-tab .file-path,
.wpvr-global-settings textarea#wpvr_frontend_notice_area:-moz-placeholder,
.wpvr-global-settings .settings-input-wrapper input:-moz-placeholder {
    color: #73707D;
}

.wpvr-global-settings .settings-input-wrapper .hints {
    font-size: 11px;
    font-style: italic;
    color: #b6b6b6;
}

.wpvr-global-settings .wpvr-version {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}
.wpvr-global-settings .wpvr-version .wpvr-version-select {
    border-radius: 6px;
    border: 1px solid #EBE8F5;
    display: block;
    height: 38px;
    width: 144px;
    box-shadow: none;
    outline: none;
    color: #535963;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.13px;
    padding: 0 24px 0 12px;
}

.wpvr-global-settings .wpvr-version .wpvr-btn {
    border-radius: 6px;
    background-color: #00B4FF;
    box-shadow: 0px 10px 16px 0px rgba(63, 4, 254, 0.15);
    padding: 10px 30px;
    margin: 0;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    transition: all 0.3s ease;

}

.wpvr-global-settings .wpvr-version .wpvr-btn:hover {
    background-color: #3F04FE;
}

.wpvr-global-settings  .settings-footer-area {
    margin: 24px;
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    border-top: 1px solid #EBE8F5;
    padding-top: 24px;
}

.wpvr-global-settings .settings-footer-area .wpvr-btn {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    background: #3F04FE;
    border: 1px solid transparent;
    letter-spacing: -0.13px;
    transition: all 0.3s ease;
}

.wpvr-global-settings .settings-footer-area .wpvr-btn .wpvr-loader {
    position: relative;
    top: 2px;
}

.wpvr-global-settings .settings-footer-area .wpvr-btn.reset {
    border-color: #EBE8F5;
    color: #535963;
    background-color: transparent;
}

.wpvr-global-settings .settings-footer-area .wpvr-btn.reset:hover {
    background-color: #ededed;
}

.wpvr-global-settings .settings-footer-area .wpvr-btn[type="submit"] {
    box-shadow: 0px 10px 16px 0px rgba(33, 109, 240, 0.15);
}

.wpvr-global-settings .settings-footer-area .wpvr-btn[type="submit"]:hover {
    background-color: #3304cb;
}

/* --------inport tab content style-------- */
.wpvr-global-settings .import-tab .wpvr-settings {
    border: none;
}

.wpvr-global-settings .import-tab .wpvr-import-btn {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px dashed #D6D0EB;
    max-width: 492px;
    height: 166px;
    padding: 30px;
    color: #0E003C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.wpvr-global-settings .import-tab .wpvr-import-btn svg {
    display: block;
    margin: 0 auto;
}

.wpvr-global-settings .import-tab .vr-notice {
    color: #FF5E5E;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.wpvr-global-settings .import-tab .file-path-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 34px;
    flex-flow: row wrap;
    row-gap: 6px;
}

.wpvr-global-settings .import-tab .file-path {
    width: calc(100% - 165px);
}

.wpvr-global-settings .import-tab  .wpvr-btn {
    border-radius: 6px;
    background: #3F04FE;
    box-shadow: 0px 10px 16px 0px rgba(63, 4, 254, 0.15);
    width: 150px;
}

.wpvr-global-settings .import-tab  .wpvr-btn:hover {
    background-color: #3304cb;
}

@media screen and (max-width: 1399px) {
    .wpvr-global-settings {
        padding: 20px 5px 20px 0px;
        gap: 20px;
    }

    .wpvr-global-settings ul.rex-tabs {
        width: 264px;
        padding: 16px 18px;
    }

    .wpvr-global-settings .wpvr-global-settings-tab-content {
        width: calc(100% - 284px);
    }

    .wpvr-global-settings .inner-settings-wrapper {
        gap: 10px;
        flex-direction: column;
        margin-top: 0;
    }
    .wpvr-global-settings .single-settings-inner-title {
        width: 100%;
        max-width: 100%;
    }
    .wpvr-global-settings .settings-input-wrapper {
        width: 100%;
    }

}

@media screen and (max-width: 1199px) {
    .wpvr-global-settings ul.rex-tabs {
        width: 240px;
    }
    .wpvr-global-settings ul.rex-tabs>li>.rex-import-disable, 
    .wpvr-global-settings ul.rex-tabs>li>a {
        padding: 14px 20px;
    }
    .wpvr-global-settings .wpvr-global-settings-tab-content {
        width: calc(100% - 260px);
    }

    .wpvr-global-settings .tab-content-title {
        font-size: 18px;
    }

    .wpvr-global-settings .wpvr-settings .settings-box-title {
        padding: 12px 12px;
    }
    .wpvr-global-settings .wpvr-settings .settings-ul li {
        padding: 12px 12px;
    }

    .rex-pano-tab-content .general .inner-nav-content .single-settings.preview-img-message {
        gap: 10px;
    }

    .rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings {
        justify-content: flex-end;
    }

}

@media screen and (max-width: 991px) {
    .wpvr-global-settings .import-tab .file-path {
        width: calc(100% - 145px);
    }
    .wpvr-global-settings .import-tab .wpvr-btn {
        width: 130px;
    }

    .wpvr-global-settings .import-tab .file-path-wrapper {
        margin-top: 20px;
    }
    .wpvr-global-settings .import-tab .wpvr-import-btn {
        height: 146px;
    }

    .button-style-configaration .control-group .control-title {
        width: 62%;
    }

    .rex-pano-tab-content .general .inner-nav-content .wpvr-scene-navigation-content .single-settings {
        justify-content: flex-end;
    }

    .rex-pano-tab-content .general .inner-nav-content .inner-single-content .color-icon {
        margin-right: 0;
        padding-right: 0;
    }

}
/* ------------ wpvr global settings page style end ------------ */


.wpvr-checklist-items {
    pointer-events: none;
}

#wpvr_item_tour_checklist__box .inside {
    margin: 15px 0 0;
    padding: 0 20px 20px;
}

#wpvr-checklist .wpvr-progress-container {
    position: relative;
    height: 15px;
    background: transparent;
    border-radius: 40px;
    overflow: hidden;
    box-sizing: content-box;
    background-clip: padding-box;
    padding: 3px;
}

#wpvr-checklist .wpvr-progress-container:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(90deg, #B097FF, #3F04FE);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

#wpvr-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #B097FF, #3F04FE);
    border-radius: 40px;
    transition: width 0.3s ease-in-out;
}

#wpvr-progress-text {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #3F04FE;
}


.wpvr-checklist {
    list-style: none;
    padding: 0;
    margin: 15px 0 ;
}

.wpvr-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #73707D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.wpvr-checklist li .wpvr-custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.wpvr-checklist-items {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.wpvr-checklist li .checkmark {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #C6BBEA;
    border-radius: 50px;
    transition: background-color 0.3s, transform 0.2s ease-in-out;
}


/* Hotspot Editor – Make embedded videos responsive */
.hotspot-setting .note-editable .note-video-clip {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.hotspot-setting .note-editable img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto auto 6px;
}

.hotspot-setting .note-editable img:last-child {
    margin-bottom: 0;
}

.wpvr-checklist-items:checked + .checkmark {
    background-color: #3F04FE;
    border:1px solid transparent;
}

.wpvr-checklist-item input {
    display: none;
}

.wpvr-checklist-item .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    transform: rotate(45deg);
}

.wpvr-checklist-items:checked + .checkmark::after {
    display: block;
}

.wpvr-checklist-item .wpvr-tooltip {
    margin-left: 0px ;
}

#wpvr-checklist-items .wpvr-tooltip a {
    color: #3F04FE;
    text-decoration: underline;
}

#wpvr-checklist-items .wpvr-tooltip p {
    background: #ffff;
    filter: drop-shadow(0px 5px 30px rgba(29, 4, 111, 0.20));
    border-radius: 10px;
    left:27px;
    color: #0E003C;
}

#wpvr-checklist-items .wpvr-tooltip p:before {
    background: #fff;
}

.hotspot-hover ul ,
.custom-tooltip p ul,
.hotspot-content ul {
    list-style: disc;
    margin-left: 10px;
}

#custom-ifram ul,
#custom-ifram p ul {
    list-style: disc;
    margin-left: 20px;
}

.et-db #et-boc .et-l .et_pb_text .scene-gallery ul li {
    list-style: none;
}

.et-db #et-boc .et-l .et_pb_text .scene-gallery ul {
    margin: 0;
    padding: 0;
}


/*
* Fix for floorplan pointers in admin panel preview
*/

/* Ensure the floorplan container has proper positioning */
.wpvr-floor-map {
    position: relative !important;
    overflow: hidden !important;
}

/* Fix pointer position in admin preview */
.post-type-wpvr_item .wpvr-floor-map .floor-plan-pointer {
    position: absolute;
    /* Prevent pointers from going outside the container */
    max-width: 100%;
    max-height: 100%;
    /* Clamp pointer positions to stay within boundaries */
    left: clamp(9px, var(--x-pos, 50%), calc(100% - 9px)) !important;
    top: clamp(9px, var(--y-pos, 50%), calc(100% - 9px)) !important;
    transform-origin: center;
    z-index: 99;
}

/* Scale the floorplan container properly in admin preview */
.post-type-wpvr_item .iframe-wrapper .wpvr-floor-map {
    transform-origin: center;
    transform: scale(1);
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

/* Ensure image maintains proper aspect ratio and containment */
.post-type-wpvr_item .iframe-wrapper .wpvr-floor-map img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

/* Add JavaScript fix to ensure pointers stay within boundaries */
@media only screen and (min-width: 768px) {
    .post-type-wpvr_item .wpvr-floor-map {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

/* Additional fix for admin preview container */
.post-type-wpvr_item #wpvr_item_builder__box .inside {
    overflow: hidden;
}


/* === Pro Preview: Sticky Banner === */
.wpvr-pro-preview-banner {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    margin: 10px 20px 5px 5px;
    background: #3F04FE;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 4px;
    box-sizing: border-box;
    width: calc(100% - 20px);
}

.wpvr-pro-preview-banner__left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.wpvr-pro-preview-banner__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #01B5FF;
}

.wpvr-pro-preview-banner__text {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.wpvr-pro-preview-banner__pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.wpvr-pro-preview-banner__pricing-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpvr-pro-preview-banner__old-price {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
}

.wpvr-pro-preview-banner__badge {
    display: inline-block;
    padding: 2px 8px;
    background: #01B5FF;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpvr-pro-preview-banner__new-price {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.wpvr-pro-preview-banner__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    border: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.wpvr-pro-preview-banner__btn:hover {
    background: #00B6FF;
    color: #ffffff;
    transform: translateY(-1px);
    text-decoration: none;
}

.wpvr-pro-preview-banner__btn:active {
    transform: translateY(0);
}

/* === Pro Preview: Watermark Overlay === */
.wpvr-pro-preview-watermark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wpvr-pro-preview-watermark span {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.12);
    text-transform: uppercase;
    transform: rotate(-30deg);
    user-select: none;
    white-space: nowrap;
}

/* Responsive adjustments for sticky banner */
@media (max-width: 768px) {
    .wpvr-pro-preview-banner {
        flex-direction: column;
        text-align: center;
        padding: 12px 16px;
        gap: 10px;
        margin: 10px 16px 0 0;
    }

    .wpvr-pro-preview-banner__left {
        justify-content: center;
    }

    .wpvr-pro-preview-banner__text {
        white-space: normal;
    }

    .wpvr-pro-preview-banner__pricing {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .wpvr-pro-preview-watermark span {
        font-size: 32px;
        letter-spacing: 4px;
    }
}

/* === Pro Preview: Feature Mockup Overlays (Option B) === */
.wpvr-pro-mockup {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

/* -- Scene Gallery Mockup -- */
.wpvr-pro-mockup--gallery {
    bottom: 0;
    left: 0;
    right: 0;
}

.wpvr-pro-mockup-gallery__bar {
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
}

.wpvr-pro-mockup-gallery__toggle {
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    opacity: 0.8;
}

.wpvr-pro-mockup-gallery__thumbs {
    display: flex;
    gap: 6px;
    flex: 1;
    overflow: hidden;
}

.wpvr-pro-mockup-gallery__thumb {
    width: 52px;
    height: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wpvr-pro-mockup-gallery__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* -- Scene Navigation Mockup -- */
.wpvr-pro-mockup--navigation {
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 8px 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 160px;
}

.wpvr-pro-mockup-navigation__icon {
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.wpvr-pro-mockup-navigation__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wpvr-pro-mockup-navigation__item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    line-height: 1.4;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.wpvr-pro-mockup-navigation__item:first-child {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

/* -- Background Music Mockup -- */
.wpvr-pro-mockup--audio {
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0.8;
}

.wpvr-pro-mockup--audio span {
    display: none;
}

/* -- Gyroscope Mockup -- */
.wpvr-pro-mockup--gyro {
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(6px);
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}

/* -- Adjust positions when mockups coexist -- */
.wpvr-pro-mockup--audio.wpvr-pro-mockup--has-gallery {
    bottom: 60px;
}

/* Responsive mockup adjustments */
@media (max-width: 768px) {
    .wpvr-pro-mockup-gallery__thumb {
        width: 40px;
        height: 28px;
    }

    .wpvr-pro-mockup--navigation {
        max-width: 130px;
    }

    .wpvr-pro-mockup--gyro span {
        display: none;
    }
}


