:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-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{left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;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)}}
.fb_template_library_sidebar .fb-typography-panel{border-top:1px solid #e1e3e8;margin-top:8px;padding-top:32px}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section{margin-bottom:24px}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading{color:#404655;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px;margin-bottom:12px;text-transform:capitalize}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color,.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn span{display:flex}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn svg path{stroke:#404655}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .fb-panel-heading{margin:0}.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .components-button{height:unset;padding:0}.fb_template_library_sidebar .fb-tab-element{margin-bottom:10px;padding:0 16px}.fb_template_library_sidebar .components-navigator-button{font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:16px;padding:0}.fb_template_library_sidebar .fb-tab-wrapper{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;width:100%}.fb_template_library_sidebar .fb-tab-wrapper .fb-tab-icon svg{fill:none!important}.fb_template_library_sidebar .fb-tab-wrapper .fb-tab-title{color:#1e1e1e;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-tab-wrapper:hover .fb-tab-icon path,.fb_template_library_sidebar .fb-tab-wrapper:hover .fb-tab-title{color:#399cff}.fb_template_library_sidebar .fb-global-header-inner-wrapper{display:flex;gap:8px;margin:0 0 10px}.fb_template_library_sidebar .fb-global-header-inner-wrapper .fb-global-header-inner h3{color:#404655;font-family:Manrope;font-size:18px;font-weight:700;line-height:normal;margin:0;text-transform:capitalize}.fb_template_library_sidebar .fb-global-header-inner-wrapper svg{fill:none!important}.fb_template_library_sidebar .fb-global-header-inner-wrapper svg:hover path{stroke:#399cff}.fb_template_library_sidebar .fb-global-font-sizes-presets .font-size-presettes-wrapper{align-items:center;display:flex;justify-content:space-between}.fb_template_library_sidebar .fb-color-section>div>div:last-child{border:1px solid #e1e3e8;border-radius:4px;margin-top:10px;padding:12px}.fb_template_library_sidebar .fb-color-section>div>div:last-child .components-circular-option-picker__swatches{justify-content:start!important}.fb_template_library_sidebar .fb-color-section>div>div:last-child .components-circular-option-picker__option-wrapper{border:1px solid #c9c9c9;border-radius:50%;height:22px;width:22px}.fb_template_library_sidebar .fb-color-section>div>div:last-child .components-circular-option-picker__option-wrapper .components-circular-option-picker__option{padding:6px}.fb_template_library_sidebar .fb-color-section>div>div:last-child .components-circular-option-picker__option-wrapper .components-circular-option-picker__option:after{display:none}.fb_template_library_sidebar .fb-color-section{margin-bottom:24px}.fb_template_library_sidebar .fb-color-section h3{color:#404655;font-family:Onest,sans-serif;font-size:14px!important;font-weight:500;line-height:16px;text-transform:capitalize}.fb_template_library_sidebar .fb-color-section .add-custom-color{padding:24px 0;text-align:center}.fb_template_library_sidebar .fb-color-section .add-custom-color .add-custom-color-btn{align-items:center;background:#3991ff;border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;gap:10px;height:44px;line-height:16px;padding:12px 14px}.fb_template_library_sidebar .fb-color-section .add-custom-color .add-custom-color-btn span{align-items:center;display:flex;height:100%}.fb_template_library_sidebar .fb-color-section .fb-section-title{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px;margin-bottom:12px;text-transform:capitalize}.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .fb-section-title{margin:0}.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color{padding:0}.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn{background:none;padding:0}.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn.components-button{height:unset;padding:0}.fb_template_library_sidebar .fb-color-section .fb-color-panel .components-button.block-editor-panel-color-gradient-settings__dropdown{height:unset;padding:12px}.fb_template_library_sidebar .fb-color-section .fb-color-panel .components-button.block-editor-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:130px}.fb_template_library_sidebar .components-panel__body{border:none;margin-bottom:10px;padding:0 16px}.fb_template_library_sidebar .components-panel__body .components-panel__body-title{margin-bottom:0}.fb_template_library_sidebar .components-panel__body .components-panel__body-title .components-panel__body-toggle.components-button{background:#f9f9f9;border-radius:4px;padding:16px 12px}.fb_template_library_sidebar .components-panel__body .components-panel__body-title .components-panel__body-toggle.components-button .components-panel__arrow{color:#555e72;right:5px}.fb_template_library_sidebar .components-panel__body.is-opened{padding:16px 32px 0}.fb_template_library_sidebar .components-panel__body.is-opened .components-panel__body-toggle.components-button{border-bottom-left-radius:0;border-bottom-right-radius:0}.fb_template_library_sidebar .components-panel__body.is-opened .fb-blocks-color-tabs{border:1px solid #e1e3e8;border-top:0}.fb_template_library_sidebar .components-panel__body:first-child{padding-top:16px}.fb_template_library_sidebar .components-panel__body:first-child.is-opened{padding-top:32px}.fb_template_library_sidebar .components-panel__body:last-child{margin-bottom:0}.fb_template_library_sidebar .components-panel__body .fb-blocks-color-tabs{border-top:0;margin-left:-16px;width:calc(100% + 32px)}.fb_template_library_sidebar .components-panel__body .fb-blocks-color-tabs .fb-global-color-panel{padding:0}.fb_template_library_sidebar .components-panel__body .components-base-control{margin-left:-16px;width:calc(100% + 32px)}.fb_template_library_sidebar .components-panel__body .components-base-control .components-textarea-control__input{border:1px solid #e1e3e8;margin-top:0}.fb_template_library_sidebar .fb-global-typography-element-content{padding-top:10px}.fb_template_library_sidebar .fb-global-typography-element-content .components-navigator-screen .components-button{font-family:Onest,sans-serif;font-size:14px;font-weight:500;gap:8px;line-height:16px;padding-left:0}.fb_template_library_sidebar .fb-global-typography-element-content .components-navigator-screen .components-navigator-back-button svg{fill:none}.fb_template_library_sidebar .fb-global-typography-element-content .fb-custom-typo-name{margin-bottom:20px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-setting-label-text{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings{margin-top:10px;padding:0 1px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-base-control__label{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px;margin-bottom:12px;text-transform:capitalize}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-text-control__input{border:1px solid #e1e3e8;border-radius:4px;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;height:unset;line-height:16px;padding:15px 12px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container{border-radius:4px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-input-control__input:focus{outline:none}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-select-control__input{border:1px solid #e1e3e8;border-radius:4px;color:#404655;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;height:44px;line-height:20px;padding:12px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-select-control__input:focus{outline:none}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-input-control__backdrop{border:none}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper span:nth-child(2){background:#c3c8d2;height:2px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper span:nth-child(3){background:#399cff;height:2px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper .components-range-control__thumb-wrapper span{background-color:#399cff}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__number .components-input-control__container{border:1px solid #399cff;border-radius:6px;margin-left:16px;margin-right:-8px}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .fb-setting-spacing-label-container{margin:14px 0}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__label{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px;margin-bottom:4px;margin-top:10px;text-transform:capitalize}.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .fb_global_typo_wrap .fb-letter-case-control{margin-top:18px}.fb_template_library_sidebar .fb-global-typography-element-content .components-base-control{margin-left:0;width:auto}.fb_template_library_sidebar .fb-global-typography-element-content:empty{display:none}.fb_template_library_sidebar .font_preview_box{align-items:center;background:#f9f9f9;border-radius:2px;display:flex;justify-content:center;margin-bottom:16px;max-width:100%;min-height:100px;overflow:hidden}.fb-color-panel.fb-gradient-color-panel{margin-bottom:24px}.fb-gradient-color-popup .components-popover__content{max-height:100%!important}.fb_template_library_sidebar .components-panel__header.interface-complementary-area-header{background:#fff;min-height:58px;padding:14px 16px}.fb_template_library_sidebar .components-panel__header.interface-complementary-area-header .interface-complementary-area-header__title{color:#0b0c0e;font-family:Onest,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:19px}.fb_template_library_sidebar .fb-global-back{align-items:center;display:flex;gap:8px;padding-left:0}.fb_template_library_sidebar .fb-global-back span{display:flex}.fb_template_library_sidebar .fb-global-back span svg{fill:none!important}.fb_template_library_sidebar .fb-setting-spacing-container{padding:0 6px 0 0}.fb_template_library_sidebar .fb-setting-spacing-container .fb-setting-spacing-inner-container{padding:0 10px}.fb_template_library_sidebar .fb-setting-spacing-label-container{margin:14px -7px!important}.fb_template_library_sidebar .fb-global-color-panel .components-tools-panel-header{padding-bottom:0}.fb_template_library_sidebar .fb-custom-color-panel{border-top:none;margin-top:24px;position:relative}.fb_template_library_sidebar .fb-custom-color-panel .components-tools-panel-header{margin-bottom:12px;padding-bottom:0}.fb_template_library_sidebar .fb-custom-color-panel .components-text{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color{padding:0;position:absolute;right:26px;top:0}.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color .add-custom-color-btn{align-items:center;background:none;border-radius:none;color:#404655;font-size:unset;gap:unset;height:unset;line-height:0;padding:0}.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color .add-custom-color-btn svg path{stroke:#404655}.fb_template_library_sidebar .fb-gradient-color-panel{border-left:1px solid #ddd;border-radius:4px;border-right:1px solid #ddd;border-top:1px solid #ddd}.fb_template_library_sidebar .fb-gradient-color-panel:nth-child(3){margin-top:24px}.fb_template_library_sidebar .fb-blocks-color-tabs{padding:0 16px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs{border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;padding-left:16px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs button{border-bottom:2px solid transparent;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs button:first-child{padding-left:0}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-flex.components-h-stack{padding-left:12px;padding-right:3px;padding-top:16px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-flex.components-h-stack button svg{fill:#555e72}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item{border-left:0;border-right:0;margin-top:0}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-button{border-left:0;border-right:0;height:48px;padding:0 12px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-button .components-flex-item{color:#404655;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-flex.components-h-stack{padding-left:0;padding-top:0}.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel.block-editor-panel-color-gradient-settings{border-top:none}.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color{padding:14px 0;text-align:center}.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color .add-custom-color-btn{align-items:center;background:#3991ff;border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;gap:10px;height:44px;line-height:16px;padding:12px 14px}.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color .add-custom-color-btn span{align-items:center;display:flex;height:100%}.fb_template_library_sidebar .block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:transparent}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel{border:1px solid #e1e3e8;border-radius:4px;padding:0}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item{border:none;border-bottom:1px solid #e1e3e8}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item:first-child{margin-top:0}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item:last-child{border-bottom:none}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel{padding:0!important}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item{align-items:center;display:flex;justify-content:space-between;margin-top:0;padding-right:12px}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item:first-child{border-radius:4px 4px 0 0}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item:last-child{border-radius:0 0 4px 4px}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item .fb-delete-custom-color{background:transparent;border:none;border-left:1px solid #e1e3e8;color:#e43242;cursor:pointer;display:none;padding-left:12px}.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item .fb-delete-custom-color:first-of-type{display:block}.fb_template_library_sidebar .fb-custom-color-item .actions{cursor:pointer;margin-left:auto;margin-right:0}.fb_template_library_sidebar .fb-custom-color-item .actions .dashicons-trash:before{color:#e43242}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .components-panel__row.fb-gradient-color-label{border-bottom:1px solid #e1e3e8;color:#0b0c0e;display:none;font-family:Onest,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:19.2px;padding:14px 12px}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item{align-items:center;border-bottom:1px solid #e1e3e8;cursor:pointer;display:flex;height:44px;justify-content:space-between;padding:0 12px;position:relative}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .item-content{align-items:center;color:#404655;display:flex;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;gap:8px;line-height:16px}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .actions .fb-reset .dashicons-image-rotate{cursor:pointer}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .actions .fb-reset .dashicons-image-rotate:before{color:#404655;font-size:17px}.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .fb-gradient-color-popup-content{background:#fff;border:1px solid #e1e3e8;border-radius:4px;box-shadow:0 5px 5px #e1e3e8;left:0;padding:10px;position:absolute;top:100%;width:100%;z-index:1}.fb_template_library_sidebar .components-navigator-screen{scrollbar-width:none}.fb_template_library_sidebar .fb-gradient-color-popup .fb-gradient-color-popup-content{padding:10px}.fb_template_library_sidebar .fb-gradient-color-popup .components-circular-option-picker .components-circular-option-picker__swatches{display:none!important}.fb_template_library_sidebar .fb-global-typo-elements-wrap .components-navigator-back-button:focus{box-shadow:none!important;outline:none!important}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element{border-bottom:1px solid #e1e3e8;padding:14px 12px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:first-child{border-radius:4px 4px 0 0;border-top:1px solid #e1e3e8}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child{border-radius:0 0 4px 4px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button{color:#404655;font-size:14px;font-weight:400;gap:10px;height:auto;padding:0;width:100%}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button:focus{box-shadow:none!important;outline:none!important}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button .font_preview{align-items:center;border-radius:2px;display:flex;font-size:12px;justify-content:center}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button .edit_indecator{margin-left:auto;margin-top:5px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child .font_preview{background:#399cff}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child .font_preview svg path{fill:#fff}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element{align-items:center;border-left:1px solid #e1e3e8;border-right:1px solid #e1e3e8;display:flex;height:44px;justify-content:space-between}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:hover .components-button{color:#3991ff}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:hover .components-button .font_preview svg{fill:#3991ff}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:nth-child(2) .components-button .font_preview svg{color:#3991ff;fill:none}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element .fb-delete svg{fill:none}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper{border:1px solid #e1e3e8;border-radius:4px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element{padding:12px 20px 12px 12px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element:first-child{border:none}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element:last-child{border-bottom:none;border-radius:none}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element.fb-global-typography-element{align-items:center;border:none;border-bottom:1px solid #e1e3e8;display:flex;justify-content:space-between}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element.fb-global-typography-element:last-child{border-bottom:none;border-radius:none}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element .fb-delete{border-left:1px solid #e1e3e8;padding-left:12px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-typography-settings .components-base-control{margin-left:0!important;width:auto!important}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-typography-settings .fb-typography-settings .fb-letter-case-control{margin-top:18px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-delete-custom-typo{margin-left:auto;margin-right:0;width:20px!important}.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-delete-custom-typo .dashicons-trash:before{color:#e43242}.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color{text-align:center}.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color .add-custom-color-btn{align-items:center;background:#3991ff;border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;gap:10px;height:44px;line-height:16px;padding:12px 14px}.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color .add-custom-color-btn span{align-items:center;display:flex;height:100%}.fb_template_library_sidebar svg#fb-global-panel-icon{height:25px}.fb_template_library_sidebar .block-editor-panel-color-gradient-settings__color-name{font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:16px}.fb_template_library_sidebar .fb-delete{border-left:1px solid #e1e3e8;padding-left:12px}.fb_template_library_sidebar button.fb-custom-color-btn{background-color:#3991ff;color:#fff;margin-top:16px;padding:10px 16px}.fb_template_library_sidebar button.fb-custom-color-btn:hover{background-color:#3991ff;color:#fff!important}
