:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-container-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 auto;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wp-block-panorama-virtual-tour,.wp-block-panorama-virtual-tour *{box-sizing:border-box}.wp-block-panorama-virtual-tour .tourBody{display:flex;gap:10px}.wp-block-panorama-virtual-tour .tourViewerWrapper{display:flex;position:relative;width:100%}.wp-block-panorama-virtual-tour .tourViewerWrapper .tourViewer{position:relative}.wp-block-panorama-virtual-tour .tourViewerWrapper .tourViewer .tourViewerPlaceholder{align-items:center;color:red;display:flex;justify-content:center;left:25%;position:absolute;top:35%;width:50%;z-index:999}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper{background:rgba(22,22,29,.95)!important;border:1px solid hsla(0,0%,100%,.15)!important;border-radius:10px!important;box-shadow:0 8px 32px rgba(0,0,0,.4)!important;color:#fff!important;font-family:sans-serif!important;left:20px;padding:20px!important;position:absolute;top:50px;width:415px!important;z-index:1000!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .selectSceneOrInfo{color:#fff!important;font-family:sans-serif!important;font-size:15px!important;font-weight:600!important;margin-bottom:15px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoAndSceneBtnWrap{display:flex!important;gap:8px!important;margin-bottom:20px!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoAndSceneBtnWrap .infoBtn,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoAndSceneBtnWrap .sceneBtn{align-items:center!important;border:none!important;border-radius:6px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex:1!important;font-family:sans-serif!important;font-size:12px!important;font-weight:500!important;gap:6px!important;height:38px!important;justify-content:center!important;padding:0 8px!important;white-space:nowrap!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoAndSceneBtnWrap .infoBtn span,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoAndSceneBtnWrap .sceneBtn span{align-items:center!important;border:1.5px solid #fff!important;border-radius:50%!important;display:flex!important;font-size:10px!important;height:16px!important;justify-content:center!important;line-height:1!important;width:16px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.08)!important;border-radius:8px!important;margin-bottom:15px!important;padding:15px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap h3,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap h3{color:#fff!important;font-family:sans-serif!important;font-size:16px!important;font-weight:600!important;margin-bottom:10px!important;margin-top:0!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap hr,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap hr{border:none!important;border-top:1px solid hsla(0,0%,100%,.1)!important;margin:10px 0!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoChildWrap,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-container,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneWrapChild,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoChildWrap,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-container,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneWrapChild{align-items:flex-start!important;display:flex!important;gap:12px!important;margin-bottom:15px!important;margin-top:15px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoChildWrap .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoChildWrap .label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-container .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-container .label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneWrapChild .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneWrapChild .label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoChildWrap .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoChildWrap .label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-container .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-container .label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneWrapChild .input-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneWrapChild .label{color:hsla(0,0%,100%,.9)!important;display:block!important;font-family:sans-serif!important;font-size:14px!important;font-weight:500!important;margin-top:8px!important;min-width:55px!important;text-align:left!important;width:55px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoChildWrap>div,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-container>div,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneWrapChild>div,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoChildWrap>div,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-container>div,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneWrapChild>div{flex:1!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoInput,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-field,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoInput,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-field{background:rgba(0,0,0,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;font-size:14px!important;height:38px!important;margin-bottom:5px!important;max-width:100%!important;outline:none!important;padding:8px 12px!important;transition:border-color .2s!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .infoInput:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-field:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .infoInput:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-field:focus{border-color:#1e90ff!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .input-description,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap p,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-label,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .input-description,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap p{color:hsla(0,0%,100%,.6)!important;font-family:sans-serif!important;font-size:12px!important;margin:4px 0 5px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container{position:relative!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container button.sceneSlBtn,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container button.sceneSlBtn{align-items:center!important;background:rgba(0,0,0,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:14px!important;height:38px!important;justify-content:space-between!important;margin-bottom:5px!important;padding:8px 12px!important;text-align:left!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container button.sceneSlBtn .icon-container,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container button.sceneSlBtn .icon-container{display:flex!important;font-size:14px!important;gap:5px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container button.sceneSlBtn .dropdown-arrow,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container button.sceneSlBtn .dropdown-arrow{color:hsla(0,0%,100%,.7)!important;font-size:10px!important;margin-left:10px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list{background:#0f0f14!important;border:1px solid hsla(0,0%,100%,.15)!important;border-radius:6px!important;box-shadow:0 4px 12px rgba(0,0,0,.5)!important;left:0!important;max-height:187px!important;overflow-y:auto!important;position:absolute!important;top:100%!important;width:100%!important;z-index:1000!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item{align-items:center!important;background:transparent!important;border:none!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:13px!important;gap:10px!important;padding:8px 12px!important;text-align:left!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item.active,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item.active{background:rgba(30,144,255,.3)!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item:hover,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item:hover{background:hsla(0,0%,100%,.1)!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon{align-items:center!important;border:2px solid!important;border-radius:50%!important;display:flex!important;height:20px!important;justify-content:center!important;width:20px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon.scene,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon.scene{background-color:rgba(76,175,80,.1)!important;border-color:#4caf50!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon.info,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .dropdown-container .dropdown-list .dropdown-item .hotspot-icon.info{background-color:rgba(33,150,243,.1)!important;border-color:#2196f3!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn{margin-bottom:5px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn .components-select-control__input,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn select,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn .components-select-control__input,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:rgba(0,0,0,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:6px!important;box-shadow:none!important;color:#fff!important;font-size:14px!important;height:38px!important;max-width:100%!important;outline:none!important;padding:8px 12px!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn .components-select-control__input:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn select:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn .components-select-control__input:focus,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn select:focus{border-color:#1e90ff!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn .components-select-control__icon,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .infoWrap .sceneSlBtn svg,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn .components-select-control__icon,.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .sceneWrap .sceneSlBtn svg{color:#fff!important;fill:#fff!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .hotspotAddFirst{background:rgba(220,53,69,.3)!important;border-radius:6px!important;color:#fff!important;font-size:14px!important;margin:5px 0 10px!important;padding:8px 12px!important;width:100%!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .saveAndCancelWrap{display:flex!important;gap:10px!important;justify-content:flex-end!important;margin-top:15px!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .saveAndCancelWrap .saveBtn{background-color:#1b7c25!important;border:none!important;border-radius:6px!important;color:#fff!important;cursor:pointer!important;font-family:sans-serif!important;font-size:14px!important;font-weight:500!important;padding:8px 18px!important;transition:background-color .2s!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .saveAndCancelWrap .saveBtn:hover{background-color:#145e1c!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .saveAndCancelWrap .closeBtn{background-color:#b81515!important;border:none!important;border-radius:6px!important;color:#fff!important;cursor:pointer!important;font-family:sans-serif!important;font-size:14px!important;font-weight:500!important;padding:8px 16px!important;transition:background-color .2s!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .popupWrapper .saveAndCancelWrap .closeBtn:hover{background-color:#8c0f0f!important}.wp-block-panorama-virtual-tour .tourViewerWrapper .hambergerMenu{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(15,23,42,.75);border:1px solid hsla(0,0%,100%,.15);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.25);color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .25s cubic-bezier(.4,0,.2,1);width:40px;z-index:999}.wp-block-panorama-virtual-tour .tourViewerWrapper .hambergerMenu svg{display:block;fill:currentColor;height:16px;width:16px}.wp-block-panorama-virtual-tour .tourViewerWrapper .hambergerMenu:hover{background:rgba(15,23,42,.9);border-color:hsla(0,0%,100%,.3);box-shadow:0 6px 16px rgba(69,39,164,.4);transform:scale(1.05)}.wp-block-panorama-virtual-tour .tourViewerWrapper .hambergerMenu:active{transform:scale(.95)}.wp-block-panorama-virtual-tour .add-hotspot-icon{align-items:center;background:#1b7c25;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.wp-block-panorama-virtual-tour .hotspot-tooltip{cursor:pointer;position:relative}.wp-block-panorama-virtual-tour .hotspot-tooltip .action-buttons{align-items:center;border-radius:3px;display:flex;gap:30px;left:50%;margin-top:13px;opacity:0;padding:5px;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:1000}.wp-block-panorama-virtual-tour .hotspot-tooltip .action-buttons .delete-btn,.wp-block-panorama-virtual-tour .hotspot-tooltip .action-buttons .edit-btn{background:none;border:none;color:#fff;cursor:pointer}.wp-block-panorama-virtual-tour .hotspot-tooltip:hover .action-buttons{display:flex;gap:30px;opacity:1}.wp-block-panorama-virtual-tour .hotspot-title-tooltip{background:rgba(0,0,0,.8);border-radius:4px;color:#fff;display:none;font-size:12px;left:50%;padding:4px 8px;pointer-events:none;position:absolute;top:-25px;transform:translateX(-50%);white-space:nowrap;z-index:1000}.wp-block-panorama-virtual-tour .hotspot-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.wp-block-panorama-virtual-tour .hotspot-container ::-webkit-scrollbar{width:5px}.wp-block-panorama-virtual-tour .hotspot-container ::-webkit-scrollbar-track{background:transparent}.wp-block-panorama-virtual-tour .hotspot-container ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:10px}.wp-block-panorama-virtual-tour .hotspot-container ::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.wp-block-panorama-virtual-tour .hotspot-container.is-sidebar{background:rgba(22,22,29,.95);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.2);max-width:300px;min-width:300px;padding:16px;width:300px}.wp-block-panorama-virtual-tour .hotspot-container.is-overlay{animation:hotspotSlideIn .3s cubic-bezier(.4,0,.2,1) forwards;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:rgba(15,23,42,.85);border-left:1px solid hsla(0,0%,100%,.12);box-shadow:-10px 0 30px rgba(0,0,0,.35);height:100%;padding:20px;position:absolute;right:0;top:0;width:280px;z-index:1000}@keyframes hotspotSlideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header .hotspot-header-title{color:hsla(0,0%,100%,.9);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header .crossBtn{align-items:center;background:hsla(0,0%,100%,.08);border:none;border-radius:50%;color:hsla(0,0%,100%,.7);cursor:pointer;display:flex;height:26px;justify-content:center;outline:none;padding:0;transition:all .2s ease;width:26px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header .crossBtn svg{display:block}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header .crossBtn:hover{background:rgba(239,68,68,.2);color:#ef4444;transform:rotate(90deg)}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-header .crossBtn:active{transform:scale(.9) rotate(90deg)}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll{flex:1;overflow-y:auto;padding-right:4px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene{background-color:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;margin-bottom:12px;overflow:hidden;transition:border-color .2s ease}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene:hover{border-color:rgba(103,58,183,.4)}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-scene-title{background-color:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.85);cursor:pointer;font-size:13px;font-weight:600;padding:10px 12px;transition:all .2s ease}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-scene-title:hover{background-color:hsla(0,0%,100%,.08);color:#fff}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-scene-title.active{background:linear-gradient(135deg,#4527a4,#673ab7);color:#fff;font-weight:700}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list{background-color:rgba(0,0,0,.12);border-top:1px solid hsla(0,0%,100%,.05);padding:10px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item{align-items:center;background-color:hsla(0,0%,100%,.03);border:1px solid transparent;border-radius:6px;color:hsla(0,0%,100%,.7);cursor:pointer;display:flex;font-size:12px;gap:8px;margin-bottom:6px;padding:6px 10px;transition:all .2s ease}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item:last-child{margin-bottom:0}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item:hover{background-color:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.05);color:#fff;padding-left:12px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item.active{background-color:rgba(103,58,183,.15);border-color:rgba(179,157,219,.3);color:#b39ddb;font-weight:600}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item .hotspot-icon{align-items:center;border:1.5px solid;border-radius:50%;display:flex;font-size:9px;font-style:normal;font-weight:700;height:18px;justify-content:center;min-width:18px;width:18px}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item .hotspot-icon.scene{background-color:rgba(16,185,129,.15);border-color:#10b981;color:#10b981}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-item .hotspot-icon.info{background-color:rgba(59,130,246,.15);border-color:#3b82f6;color:#3b82f6}.wp-block-panorama-virtual-tour .hotspot-container .hotspot-scroll .hotspot-scene .hotspot-list .hotspot-empty{color:hsla(0,0%,100%,.4);font-size:11px;font-style:italic;margin:6px 0;text-align:center}.wp-block-panorama-virtual-tour .icon{font-style:inherit}.bPlBoxControl .sides{align-items:center;display:flex}.bPlBoxControl .sides.gap{gap:5px}.bPlBoxControl .bplUnitControlWrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.bPlBoxControl .bplUnitControlWrapper .components-base-control.components-input-control.components-number-control{margin-bottom:0!important}.bPlBoxControl .bplUnitControlWrapper .components-base-control.components-input-control.components-number-control .components-base-control__field .components-input-base .components-input-control__container .components-input-control__input{font-size:13px!important;padding-right:0!important}.bPlBoxControl .bplUnitControlWrapper .components-base-control.components-input-control.components-number-control .components-base-control__field .components-input-base .components-input-control__container .components-input-control__suffix .components-unit-control__select{font-size:8px!important;padding:0}.bPlBoxControl .bplUnitControlWrapper .components-base-control.components-input-control.components-number-control .components-base-control__field .components-input-base .components-input-control__container .components-input-control__suffix{width:17px!important}.bPlBoxControl .bplUnitControlWrapper .sideLabel{font-size:11px;text-transform:capitalize}.bPlBoxControl .bplBoxControlLinkButton{align-content:center;align-self:self-start;background:transparent;border:1px solid #949494;border-left:unset;border-radius:0 2px 2px 0;cursor:pointer;display:grid;height:32px;padding:0 4px}.bPlBoxControl .bplBoxControlLinkButton.activeLink{background-color:#146ef5}.bPlBoxControl .bplBoxControlLinkButton.activeLink .dashicons{color:#fff}.bPlBoxControl .bplBoxControlLinkButton .dashicons{align-items:center;display:flex;font-size:16px;justify-content:center}.bPlBoxControl .bplBoxControlLinkButton .dashicons.dashicons-image-rotate{color:#666}.bPlBoxControl .bplBoxControlLinkButton .dashicons.dashicons-image-rotate:hover{color:#000}
.bPlColorPopover{z-index:10000000}.bPlColorPopover .components-popover__content{max-width:250px;min-width:auto}.bPlColor{align-items:center;display:flex}.bPlColorButtonContainer{background-image:linear-gradient(45deg,#ddd 25%,transparent 0),linear-gradient(-45deg,#ddd 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ddd 0),linear-gradient(-45deg,transparent 75%,#ddd 0);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;border:1px solid #e9e9e9;border-radius:50%;height:30px;width:30px}.bPlColorButtonContainer .bPlColorButton{border:none;border-radius:50%;cursor:pointer;height:100%;outline:0;width:100%}.bPlColorButtonContainer .bPlColorButton:hover{cursor:pointer}.bPlThemeColors{display:flex;flex-wrap:wrap;gap:3px}
.bplAdvRangeColor .components-base-control.components-range-control .components-base-control__field .components-range-control__root .components-range-control__wrapper .components-range-control__thumb-wrapper span,.bplAdvRangeColor .components-base-control.components-range-control .components-base-control__field .components-range-control__root .components-range-control__wrapper .components-range-control__track{background:#146ef5!important}
.bPlHelpPanel .helpItems{display:grid;gap:10px;grid-template-columns:1fr 1fr}.bPlHelpPanel .helpItems a{align-items:center;aspect-ratio:1/1;background-color:#146ef5;border-radius:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);color:#fff;display:inline-flex;flex-direction:column;gap:10px;height:100%;justify-content:center;text-align:center;text-decoration:none;transition:all .3s ease-in-out;width:100%}.bPlHelpPanel .helpItems a:hover{box-shadow:0 8px 12px 1px rgba(0,0,0,.1),0 2px 16px 1px rgba(0,0,0,.06);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px)}.bPlHelpPanel .helpItems a:active,.bPlHelpPanel .helpItems a:focus,.bPlHelpPanel .helpItems a:hover{border:none;outline:0}.bPlHelpPanel .helpItems a svg{fill:#fff}.bPlHelpPanel .helpItems a p{color:inherit;font-weight:700;margin:0}
.bPlIconTitle i{font-size:25px}.bPlIconSelect{position:relative}.bPlIconSelect input{width:100%}.bPlIconSelect .bPlIconLists{align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 15px 0 #5495f8;display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;margin:0;max-height:200px;min-height:80px;overflow-y:scroll;position:absolute;width:100%;z-index:99}.bPlIconSelect .bPlIconLists i{box-sizing:content-box;font-size:24px;height:24px;margin:0;padding:8px 0;width:24px}.bPlIconSelect .bPlIconLists i:hover{background-color:#85b4fa;cursor:pointer}.bPlIconSelect .dashicon{position:absolute;right:5px;top:50%;transform:translateY(-50%)}
.bPlIconLibrary .panel-icon{display:flex}.bPlIconLibrary .panel-icon svg{height:18px}.bPlIconLibrary .bPlIconLibrary-removeIconBtn{background:#da5757;color:#fff;transition:all .2s ease-in-out}.bPlIconLibrary .bPlIconLibrary-removeIconBtn:hover{background:#da5757!important;color:#fff!important;opacity:.8}.bPlIconLibrary .bPlIconLibraryModalWrapper{align-items:center;background:rgba(0,0,0,.158);display:flex;inset:0;justify-content:center;position:fixed;transition:all .3s ease-in-out;z-index:9999999!important}.bPlIconLibrary .bPlIconLibraryModalWrapper *{box-sizing:border-box;margin:0;padding:0}.bPlIconLibrary .bPlIconLibraryModalWrapper.isOpen .bPlIconLibraryModal{animation:open .3s ease-in}@keyframes open{0%{transform:scale(.8)}to{transform:scale(1)}}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal{background:#fff;border-radius:5px;height:80%;width:55%}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader{align-items:center;border-bottom:1px solid #ccc;display:flex;height:40px;justify-content:space-between;margin:0;padding:0 10px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader .bPlIconLibraryHeaderLogo{align-items:center;display:flex;gap:5px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader .bPlIconLibraryHeaderLogo svg{height:22px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader .bPlIconLibraryHeaderLogo h3{font-size:18px;font-weight:600;text-transform:none;white-space:nowrap}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader .bPlIconLibraryHeaderClose{border-left:1px solid #ccc;display:grid;padding-left:5px;place-items:center}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryHeader .bPlIconLibraryHeaderClose svg{cursor:pointer}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody{display:flex;height:calc(100% - 90px)}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibrarySidebar{border-right:1px solid #ccc;width:255px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibrarySidebar .bPlIconLibrarySidebarMenu{color:gray;font-size:15px;font-weight:400;list-style:none}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibrarySidebar .bPlIconLibrarySidebarMenu li{border-left:3px solid transparent;cursor:pointer;font-weight:400;padding:15px 0 15px 30px;transition:background .2s ease-in-out}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibrarySidebar .bPlIconLibrarySidebarMenu li:hover{background:#f4f2fa}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibrarySidebar .bPlIconLibrarySidebarMenu li.active{background:#efebfa;border-left:3px solid #146ef5;color:#000}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain{display:flex;flex-direction:column;padding-bottom:0;padding-left:70px;padding-top:20px;width:calc(100% - 255px)}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibrarySearch{margin-right:70px;position:relative}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibrarySearch .bPlIconLibrarySearchInput{border:1px solid #ccc;border-radius:3px;color:#757575;font-size:13px;height:30px;padding:0 15px;transition:all .1s ease-in-out;width:100%}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibrarySearch .bPlIconLibrarySearchInput:focus{border-color:#146ef5;box-shadow:none;box-shadow:0 0 0 1px #146ef5;outline:none}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibrarySearch .bPlIconLibrarySearchIcon{height:15px;position:absolute;fill:#707070;right:12px;top:50%;transform:translateY(-50%)}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper{display:flex;flex:1;flex-direction:column;margin-right:45px;overflow:hidden}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPl-icon-library-iconCategory{display:flex;gap:5px;margin-top:15px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPl-icon-library-iconCategory .bPl-icon-singleCategory{align-items:center;background-color:#146ef5;border-radius:20px;box-shadow:0 0 5px 2px #d9d9d9;color:#fff;display:flex;font-size:10px;font-weight:400;gap:2px;padding:6px 10px;text-transform:capitalize}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPl-icon-library-iconCategory .bPl-icon-singleCategory svg{cursor:pointer;margin:0;padding:0}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;overflow:hidden auto}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon{align-items:center;border:1px solid #ccc;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:80px;justify-content:center;transition:background .2s ease-in-out;width:80px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon.isActive{background:#146ef5;color:#fff;fill:#fff}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon.isActive:hover{background:#146ef5}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon:hover{background:#f3f0ff}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon svg{height:22px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryBody .bPlIconLibraryMain .bPlIconLibraryIconsWrapper .bPlIconLibraryIcons .bPlIconLibraryIcon .bPlIconLibraryIconLabel{font-size:11px;max-width:100%;overflow:hidden;padding:0 12px;text-overflow:ellipsis;white-space:nowrap}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryFooter{align-items:center;border-top:1px solid #ccc;display:flex;height:50px;justify-content:end;padding:0 10px}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryFooter .bPlIconLibraryFooterInsert{all:unset;background:#146ef5;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;padding:6px 12px;transition:background .2s ease-in-out}.bPlIconLibrary .bPlIconLibraryModalWrapper .bPlIconLibraryModal .bPlIconLibraryFooter .bPlIconLibraryFooterInsert:hover{background:#6244c1;box-shadow:1px 1px 1px #d1d1d1}
.bPlSortablePanelItem .itemsPanelHeader{align-items:center;border:1px solid #ccc;display:flex;height:40px;margin:0}.bPlSortablePanelItem .itemsPanelHeader .gripIcon{cursor:grab;display:grid;height:100%;margin:0;padding:0 10px}.bPlSortablePanelItem .itemsPanelHeader .gripIcon svg{height:16px;place-self:center;width:16px}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .repeater-panel-title{cursor:pointer;display:inline-block;height:100%;margin:0;overflow:hidden;padding-left:5px;padding-top:10px;text-overflow:ellipsis;transition:background-color .2s ease-in-out;white-space:nowrap;width:125px}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .repeater-panel-title:hover{background-color:#ccc}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .itemAction{display:flex;height:100%}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .itemAction>div{align-items:center;border-left:1px solid #ccc;cursor:pointer;display:flex;font-size:17px;height:100%;justify-content:center;width:35px}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .itemAction>div svg{height:18px;width:18px}.bPlSortablePanelItem .itemsPanelHeader .panel-header-title .itemAction>div:hover{background-color:#ccc}.bPlSortablePanelItem .itemsPanelBody{border:1px solid #ccc;border-top:0;padding:10px;transition:all .5s ease}.bPlSortablePanelItem .itemsPanelBody.hidden{height:0}
.bPlInlineMediaUpload .components-base-control{width:calc(100% - 36px)!important}.bPlInlineMediaUpload button{background-color:#146ef5!important;border:none!important;color:#fff!important;height:31px;outline:0;padding:3px!important;width:36px}.bPlInlineMediaUpload button:focus{box-shadow:0 0 0 0 #146ef5!important;outline:0}.bPlMediaPlaceholder .components-placeholder__fieldset{flex-direction:row!important}.bPlMediaPlaceholder button{background-color:#146ef5!important;color:#fff!important}.bPlMediaPlaceholder .components-button{margin:0!important;width:-moz-fit-content;width:fit-content}.bPlMediaPlaceholder .bPlUrlInput{flex:1}.bPlMediaPlaceholder .bPlUrlInput h3{font-size:15px!important;margin:0 10px;text-transform:uppercase}.bPlMediaPlaceholder .bPlUrlInput input{border-bottom-right-radius:0;border-top-right-radius:0;line-height:0;padding:8.5px 15px;width:-webkit-fill-available}.bPlMediaPlaceholder .bPlUrlInput button{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:10px!important}.bPlPanelBody .bPlMediaPlaceholder .bPlUrlInput .components-base-control{flex:1}.bPlPanelBody .bPlMediaPlaceholder .bPlUrlInput input{width:100%}.bPlMediaArea .mediaAreaContainer{align-items:center;background-color:#fff;background-image:linear-gradient(45deg,#d5d8dc 25%,transparent 0,transparent 75%,#d5d8dc 0,#d5d8dc),linear-gradient(45deg,#d5d8dc 25%,transparent 0,transparent 75%,#d5d8dc 0,#d5d8dc);background-position:0 0,8px 8px;background-size:16px 16px;cursor:pointer;display:flex;height:110px;justify-content:center;overflow:hidden;position:relative}.bPlMediaArea .mediaAreaContainer .mediaPlusBtnWrapper .mediaPlusBtnCircle{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid #ababab;border-radius:30px;display:flex;height:30px;justify-content:center;width:30px}.bPlMediaArea .mediaAreaContainer .mediaPlusBtnWrapper .mediaPlusBtnCircle svg{margin:0!important}.bPlMediaArea .mediaAreaContainer .mediaButton{background:#161616;bottom:-40px;color:#fff;left:0;padding:5px 0;position:absolute;right:0;text-align:center;transition:all .3s ease-in-out}.bPlMediaArea .mediaAreaContainer .mediaDelete{background:#161616;color:#fff;display:none;padding:3px 6px;position:absolute;right:10px;top:10px}.bPlMediaArea .mediaAreaContainer .mediaImage{border:none;-o-object-fit:unset!important;object-fit:unset!important}.bPlMediaArea .mediaAreaContainer:hover .mediaButton{bottom:0}.bPlMediaArea .mediaAreaContainer:hover .mediaDelete{display:block}.bPlMediaArea .bplMediaAreaErrorMessage{color:#d93025;font-size:12px;line-height:1.2;margin:4px 0 0!important}
.bPlMultiSelect ul.listWrap{align-items:center;border:1px solid #ccc;display:flex;flex-wrap:wrap;gap:3px;margin:0;padding:4px}.bPlMultiSelect ul.listWrap li.valueItem{align-items:center;background:#515962;border:none;border-radius:0;color:#fff;display:flex;font-size:10px;font-weight:700;gap:2px;line-height:1.2;margin-bottom:0;padding:2px 3px}.bPlMultiSelect ul.listWrap li.valueItem span{cursor:pointer;font-size:16px;height:16px;width:16px}.bPlMultiSelect ul.listWrap li.plusIcon{margin:0}.bPlMultiSelect ul.listWrap li.plusIcon span{color:#515962;cursor:pointer;font-size:20px;height:20px;padding-top:1px;width:20px}.bPlMultiSelect ul.listWrap input[type=search]{border:none;display:inline-block;font-size:13px;font-weight:700;height:20px;min-height:20px;min-width:10px;outline:none;padding:2px 3px;width:auto}.bPlMultiSelect ul.listWrap input[type=search]:focus{box-shadow:none}.bPlItemsPopover .components-popover__content{width:247px}.bPlItemsPopover .components-popover__content p{cursor:pointer;margin:0;padding:5px}.bPlItemsPopover .components-popover__content .activeItem{background-color:#d5d8dc}.bPlItemsPopover .components-popover__content p:hover{background-color:#e6e8ea}
.anchor-list-admin-panel{align-items:center;border:1px solid #ccc;display:flex;gap:3px;height:34px;margin-top:0;padding:4px}.anchor-list-admin-panel .anchor-admin-panel-list{align-items:center;background:#515962;border:none;border-radius:3px;color:#fff;display:flex;font-size:10px;font-weight:500;line-height:1.2;margin:0;padding:2px 3px;text-transform:capitalize;white-space:nowrap}.anchor-list-admin-panel .anchor-admin-panel-list .deleteIcon{cursor:pointer;font-size:12px}.anchor-list-admin-panel .anchor-admin-panel-list-plus-icon{align-items:center;display:flex;margin:0 0 2px}.anchor-list-admin-panel .anchor-admin-panel-list-plus-icon .squirePlusIcon{color:#515962;cursor:pointer;font-size:17px}.anchor-list-admin-panel input[type=search]{border:none;outline:none;width:100%}.anchor-list-admin-panel input[type=search]:focus{box-shadow:none}.popover-anchor-admin-panel{width:246px}.popover-anchor-admin-panel .components-popover__content{width:100%}.popover-anchor-admin-panel p{cursor:pointer;margin:0;padding:2px 4px;text-transform:capitalize;width:100%}.popover-anchor-admin-panel .isActiveTag{background-color:#d5d8dc}
.bplSelectPure{background-color:rgba(20,110,245,.145);border:1px solid rgba(20,110,245,.314);border-radius:4px;box-shadow:0 2px 4px rgba(20,110,245,.145);cursor:pointer;font-size:15px;font-weight:500;min-height:44px;padding:5px 10px;position:relative;transition:.3s;width:100%}.bplSelectPure .selectSelectedLabel{background-color:#146ef5;border-radius:3px;color:#fff;cursor:auto;display:inline-flex;font-size:14px;margin:5px 10px 5px 0;padding:4px 5px}.bplSelectPure .selectSelectedLabel:last-of-type{margin-right:0}.bplSelectPure .selectSelectedLabel .closeIcon{cursor:pointer;display:inline-block;margin-left:5px;position:relative;width:18px}.bplSelectPure .selectSelectedLabel .closeIcon:hover{color:#e4e4e4}.bplSelectPure .selectSelectedLabel .closeIcon:after,.bplSelectPure .selectSelectedLabel .closeIcon:before{background-color:#fff;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:13px}.bplSelectPure .selectSelectedLabel .closeIcon:after{transform:translate(-50%,-50%) rotate(-45deg)}.bplSelectPure .selectOptions{background-color:#fff;border-radius:4px;box-shadow:0 4px 15px 0 #5495f8;color:#146ef5;display:none;left:0;max-height:220px;overflow:hidden;overflow-y:scroll;position:absolute;top:100%!important;width:100%;z-index:99}.bplSelectPure.selectOptionsOpened .selectOptions{display:block}.bplSelectPure .selectAutocomplete{background-color:#f9f9f8;border:none;border-bottom:1px solid #146ef5;border-radius:0;font-size:15px;outline:none;padding:5px 10px;width:100%}.bplSelectPure .selectAutocomplete:focus{border-color:#146ef5;box-shadow:none}.bplSelectPure .selectOption{border-bottom:1px solid #146ef5;height:44px;line-height:24px;padding:10px}.bplSelectPure .selectOptionSelected{color:#5495f8;cursor:auto;pointer-events:none}.bplSelectPure .selectOptionHidden{display:none}
.bPlPanelBody .bplSortableList ul{cursor:grab;display:flex;flex-direction:column;gap:10px;list-style-type:none;margin:0}.bplSortableListItem{background-color:#146ef5;border-radius:4px;box-sizing:border-box;color:#fff;cursor:grab;list-style-type:none;margin:0;padding:8px 12px}.bplSortableListItem.hide{opacity:.5}
.bPlDropdown .dashicon{margin-right:0!important}.bPlDropdownPopover .bPlTypoFontTitle p:last-child{margin-right:0;width:73px}.bPlDropdownPopover .bPlTypoFont{margin-top:0}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect{margin-right:8px;position:relative;width:175px}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect input{width:100%}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect .bPlTypoFontLists{background:#fff;border-radius:8px;box-shadow:0 4px 15px 0 #5495f8;height:200px;margin:0;overflow-y:scroll;position:absolute;width:100%;z-index:99}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect .bPlTypoFontLists li{margin:0;padding:3px 10px}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect .bPlTypoFontLists li:hover{background-color:#85b4fa;cursor:pointer}.bPlDropdownPopover .bPlTypoFont .bPlTypoFontSelect .dashicon{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.bPlDropdownPopover .bPlTypoFont>div.components-base-control>div.components-base-control__field{border-radius:4px;margin-bottom:0!important}.bPlDropdownPopover .bPlTypoFont>div.components-base-control>div.components-base-control__field select{height:32px;width:73px}
.bPlDropdownPopover .components-popover__content .bDevicePopup,.bPlPanelBody .bDevicePopup{position:absolute;top:-11px;width:30px;z-index:999}.bPlDropdownPopover .components-popover__content .bDevice button,.bPlPanelBody .bDevice button{cursor:pointer;padding:1px 6px}.bPlDropdownPopover .components-popover__content .bDevice,.bPlPanelBody .bDevice{position:relative;width:30px}.bPlDropdownPopover .components-popover__content .bDevice+div,.bPlPanelBody .bDevice+div{margin-bottom:0!important;margin-top:0!important}.bPlDropdownPopover .components-popover__content .iconButton,.bPlPanelBody .iconButton{align-items:center;background:#fff;border:1px solid #146ef5;display:inline-flex;height:22px;margin-left:3px;padding:0!important;width:26px}.bPlDropdownPopover .components-popover__content .iconButton span,.bPlPanelBody .iconButton span{font-size:14px;height:auto;margin:0 auto;width:auto}.bPlDropdownPopover .components-popover__content .iconButton svg,.bPlPanelBody .iconButton svg{height:auto;margin:0 auto;width:auto}.bPlDropdownPopover .components-popover__content .iconButton span:before,.bPlPanelBody .iconButton span:before{font-size:inherit}
.editImageHolder{min-height:40px;position:relative;text-align:center}.editImageHolder .mediaControl{border-radius:5px;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;z-index:100}.editImageHolder .mediaControl .btnControl{align-items:center;background-color:hsla(0,0%,100%,.8);border-radius:3px;display:flex;justify-content:center;padding:0 10px;width:-moz-max-content;width:max-content}.editImageHolder .mediaControl .btnControl button{color:#146ef5;font-weight:700}.editImageHolder .mediaControl .btnControl button.btnRed{color:red}.editImageHolder img{-o-object-fit:cover;object-fit:cover}
.bPlSpaceControl .components-unit-control-wrapper .components-unit-control__select{width:18px!important}.bPlSpaceControl .fourColumn{justify-content:space-between}.bPlSpaceControl .fourColumn>.components-unit-control-wrapper>.components-unit-control{width:55px}.bPlSpaceControl .fourColumn>.components-unit-control-wrapper>.components-unit-control>.css-d373l0-Item-LabelWrapper{margin-right:0}.bPlSpaceControl .twoColumn{justify-content:space-between}.bPlSpaceControl .twoColumn>.components-unit-control-wrapper>.components-unit-control{width:110px}.bPlSpaceControl .twoColumn>.components-unit-control-wrapper>.components-unit-control>.css-d373l0-Item-LabelWrapper{margin-right:0}.bPlSpaceControl .bPlBtnGroup{display:flex}.bPlSpaceControl .bPlBtnGroup .bPlBtnGroup .is-primary,.bPlSpaceControl .bPlBtnGroup .components-button{height:auto;padding:6px}.bPlSpaceControl .bPlBtnGroup .components-button.side2{align-items:baseline}.bPlSpaceControl .bPlBtnGroup .bPlBtnGroup .is-primary:hover{color:#fff}.bPlSpaceControl .bPlBtnGroup .sideScrollIcon svg{transform:rotate(90deg)}.bPlSpaceControl .bPlBtnGroup .dashicons,.bPlSpaceControl .bPlBtnGroup .scrollIcon,.bPlSpaceControl .bPlBtnGroup .sideScrollIcon{font-size:14px;height:14px;width:14px}