.editor-styles-wrapper .guten-fix-style{background:transparent}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{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{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.snackbar{background:#323232;border-radius:2px;bottom:1rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-sizing:border-box;color:#f1f1f1;display:inline-block;font-size:90%;left:1rem;min-height:50px;min-width:290px;padding:16px 24px 12px;position:fixed;transform:translateY(100px);transition:visibility .3s,transform .3s;visibility:hidden;will-change:transform}.snackbar--visible{transform:none;visibility:visible}#gutenverse-dashboard .content-wrapper.license{min-height:750px}#gutenverse-dashboard .license-container{align-items:center;border-radius:5px;display:flex;font-size:14px;justify-content:center;overflow:hidden;padding:120px 0}#gutenverse-dashboard .license-container>div{min-width:920px}#gutenverse-dashboard .license-container .input-license{border:1px solid #bdbebf;width:70%}#gutenverse-dashboard .license-container h2{display:block;font-size:20px;font-weight:700;line-height:1;margin:0 0 25px}#gutenverse-dashboard .license-container p{line-height:1.6}#gutenverse-dashboard .license-container .license-wrapper{background:#fff;border-radius:10px;margin:0 auto;padding:100px 20px;text-align:center;width:600px}#gutenverse-dashboard .license-container .license-wrapper.loading{padding:250px 0}#gutenverse-dashboard .license-container .license-wrapper.activated .gutenverse-button{background:#4bd37b}#gutenverse-dashboard .license-container .license-wrapper ol{color:#777;display:inline-block;font-size:13px;margin:5px;max-width:400px;text-align:left}#gutenverse-dashboard .license-container .license-wrapper ol li{color:#494949}#gutenverse-dashboard .license-container .license-wrapper ol input{background:#f1f1f1;border:1px solid #ddd;border-radius:3px;color:#504f4f;font-size:13px;line-height:27px;margin-top:9px;padding:7px 14px;text-align:center;width:100%}#gutenverse-dashboard .license-container .license-wrapper ol input:active,#gutenverse-dashboard .license-container .license-wrapper ol input:focus{box-shadow:none}#gutenverse-dashboard .license-container .gutenverse-button{background:#5e81f4;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:13px;padding:12px 28px;text-decoration:none}#gutenverse-dashboard .license-container .gutenverse-button:hover{background:#395fdc}#gutenverse-dashboard .license-container .gutenverse-button-group{align-items:center;display:flex;gap:15px;justify-content:center;padding-top:15px}#gutenverse-dashboard .license-container .gutenverse-button-group>div{cursor:pointer}#gutenverse-dashboard .license-container .gutenverse-button-group span{color:#888;font-size:13px;font-style:italic}#gutenverse-dashboard .license-container .gutenverse-navigation{cursor:pointer}#gutenverse-dashboard .license-container .license-text input{border:1px solid #bebebe;line-height:40px;text-align:center;width:400px}#gutenverse-dashboard .license-container .license-text input::-moz-placeholder{color:#c9c9c9}#gutenverse-dashboard .license-container .license-text input::placeholder{color:#c9c9c9}#gutenverse-dashboard .license-container .license-text input:active,#gutenverse-dashboard .license-container .license-text input:focus{box-shadow:none}#gutenverse-dashboard .license-container .activation-image{margin:0 auto;max-width:724px}#gutenverse-dashboard .license-container .activation-image img{width:100%}#gutenverse-dashboard .license-container .activation-title{font-family:Roboto,serif;font-size:32px;font-weight:500;letter-spacing:0;line-height:38px;margin:48px auto 0;text-align:center}#gutenverse-dashboard .license-container .activation-description{color:#40505d;font-family:Roboto,serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin:16px auto 0;text-align:center}#gutenverse-dashboard .license-container .license-description{color:#40505d;font-family:Roboto,serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:23px;text-align:center}#gutenverse-dashboard .license-container .remove-license{border:1px solid #3b57f7;border-radius:5px;color:var(--Primary,#3b57f7);font-family:Roboto,serif;font-size:12px;font-style:normal;font-weight:400;gap:10px;letter-spacing:0;line-height:normal;padding:9px 16px;text-align:center;width:108px}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper{align-items:center;display:flex;gap:16px;justify-content:center;margin:32px auto 0}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .back-icon,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .back-icon,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .back-icon{cursor:pointer}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper p,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper p,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper p{font-family:Roboto,serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin:0;text-align:center}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .license-button,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .license-button,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .license-button{background:var(--gutenverse-dashboard-primary);border-radius:50px;color:#fff;cursor:pointer;font-family:Roboto,serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:19px;padding:12px 40px;width:-moz-fit-content;width:fit-content}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .license-button.manual,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .license-button.manual,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .license-button.manual{background:#fff;border:1px solid var(--gutenverse-dashboard-primary);color:var(--gutenverse-dashboard-primary)}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .license-button.key,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .license-button.key,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .license-button.key{border-radius:5px;padding:12px 24px}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .license-button.activated,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .license-button.activated,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .license-button.activated{background:#e4fbe6;color:#5bbd96}#gutenverse-dashboard .license-container .gutenverse-activated-wrapper .license-button.expired,#gutenverse-dashboard .license-container .gutenverse-activation-wrapper .license-button.expired,#gutenverse-dashboard .license-container .gutenverse-expired-wrapper .license-button.expired{background:#f45e5e}#gutenverse-dashboard .license-container .license-h2{font-family:Roboto,serif;font-size:32px;font-weight:700;letter-spacing:0;line-height:38px;text-align:center}#gutenverse-dashboard .license-container .license-h5{font-family:Roboto,serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-align:center}#gutenverse-dashboard .license-container .remove-license{cursor:pointer;display:block}#gutenverse-dashboard .license-container .license-table{border:1px solid #e3e4e6;border-radius:5px;width:100%}#gutenverse-dashboard .license-container .license-table tr>td{border-right:1px solid #e3e4e6;padding:10px}#gutenverse-dashboard .license-container .license-table td:first-child{width:35.14%}#gutenverse-dashboard .license-container .license-table td:nth-child(2){width:16.64%}#gutenverse-dashboard .license-container .license-table td:nth-child(3) div{justify-content:center}#gutenverse-dashboard .license-container .license-table td:last-child{border:none;text-align:-webkit-center}#gutenverse-dashboard .license-container .license-status{color:var(--Placeholder-Text,#99a2a9);font-family:Roboto,serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;text-align:center;white-space:nowrap}#gutenverse-dashboard .license-container .pin-label{background:var(--gtv-acc-border);border-radius:50px;color:var(--gtv-acc-label);font-family:Roboto,serif;font-size:10px;font-style:normal;font-weight:500;line-height:12px;margin:0 0 0 5px;padding:4px 8px 4px 20px;position:relative;text-transform:uppercase;width:-moz-fit-content;width:fit-content}#gutenverse-dashboard .license-container .pin-label:before{background:var(--gtv-acc-label);border-radius:50%;content:"";height:8px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:8px}#gutenverse-dashboard .license-container .pin-label.active,#gutenverse-dashboard .license-container .pin-label.completed{background:#e4fbe6;color:#5bbd96}#gutenverse-dashboard .license-container .pin-label.active:before,#gutenverse-dashboard .license-container .pin-label.completed:before{background:#5bbd96}#gutenverse-dashboard .license-container .pin-label.expired,#gutenverse-dashboard .license-container .pin-label.failed,#gutenverse-dashboard .license-container .pin-label.refunded{background:#fbe4e4;color:#e72525}#gutenverse-dashboard .license-container .pin-label.expired:before,#gutenverse-dashboard .license-container .pin-label.failed:before,#gutenverse-dashboard .license-container .pin-label.refunded:before{background:#e72525}#gutenverse-dashboard .license-container .pin-label.not-active,#gutenverse-dashboard .license-container .pin-label.on-hold,#gutenverse-dashboard .license-container .pin-label.pending,#gutenverse-dashboard .license-container .pin-label.processing{background:#fff9e2;color:#ffdc5f}#gutenverse-dashboard .license-container .pin-label.not-active:before,#gutenverse-dashboard .license-container .pin-label.on-hold:before,#gutenverse-dashboard .license-container .pin-label.pending:before,#gutenverse-dashboard .license-container .pin-label.processing:before{background:#ffdc5f}#gutenverse-dashboard .license-container .pro-license-description{align-items:center;display:flex;gap:20px}#gutenverse-dashboard .license-container .pro-license-description .license-name{color:var(--Black,#011627);font-family:Roboto,serif;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin:0;text-align:left}#gutenverse-dashboard .license-container .pro-license-description .license-type{color:var(--Normal-Text,#40505d);font-family:Roboto,serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-align:left}#gutenverse-dashboard .license-container .pro-license-description div{display:grid;gap:9px}#gutenverse-dashboard .license-container .pro-license-description img{border-radius:5px;height:56px;width:56px}#gutenverse-dashboard .license-container .pro-license-description .license-date-label{color:var(--Placeholder-Text,#99a2a9);font-family:Roboto,serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;margin:0;text-align:left}#gutenverse-dashboard .license-container .pro-license-description .license-date{color:var(--Normal-Text,#40505d);font-family:Roboto,serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin:0;text-align:left}#gutenverse-dashboard .popup-container{backdrop-filter:blur(2px);background-color:rgba(0,0,0,.5);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}#gutenverse-dashboard .popup-content{background:#fff;border-color:#000;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.35);left:50%;margin:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px}#gutenverse-dashboard .popup-content .popup-header{align-items:center;border-bottom:1px solid #e3e4e6;display:flex;justify-content:space-between;padding:15px 20px}#gutenverse-dashboard .popup-content .popup-header .title{align-items:center;color:#40505d;display:flex;font-family:Roboto,serif;font-size:16px;font-style:normal;font-weight:600;gap:6px;line-height:19px}#gutenverse-dashboard .popup-content .popup-header .title.pattern{display:flex;font-size:20px;justify-content:center;line-height:23px;width:100%}#gutenverse-dashboard .popup-content .popup-header .close-button svg{cursor:pointer;fill:#99a2a9}#gutenverse-dashboard .popup-content .popup-footer{border-top:1px solid #e3e4e6;padding:15px 20px}#gutenverse-dashboard .popup-content .popup-body{padding:20px}#gutenverse-dashboard .popup-content .popup-body .input-wrap{display:flex;flex-wrap:wrap}#gutenverse-dashboard .popup-content .popup-body .input-wrap>input,#gutenverse-dashboard .popup-content .popup-body .input-wrap>select{background:#fff;border:1px solid #e3e4e6;border-radius:5px;height:36px;width:100%}#gutenverse-dashboard .popup-content .popup-body .input-wrap label{align-items:center;display:flex;font-family:Roboto,serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin:12px 0}#gutenverse-dashboard .popup-content .popup-body .input-wrap .description{align-items:center;color:#99a2a9;display:flex;font-family:Roboto,serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin:10px 0}#gutenverse-dashboard .buttons{align-items:center;display:flex;gap:8px;width:100%}#gutenverse-dashboard .buttons.inline{width:auto}#gutenverse-dashboard .buttons.end{justify-content:flex-end}#gutenverse-dashboard .buttons.spaced{justify-content:space-between}#gutenverse-dashboard .buttons .button{align-items:center;background-color:#3b57f7;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,serif;font-size:12px;font-style:normal;font-weight:500;line-height:14px;padding:4px 24px}#gutenverse-dashboard .buttons .button.cancel{background-color:#fff;border:1px solid #e3e4e6;color:#99a2a9}#gutenverse-dashboard .buttons .button.proceed{background-color:#e73030;border-color:#e73030;color:#fff}#gutenverse-dashboard .buttons .button.data{background-color:#fff;border:1px solid #3b57f7;color:#3b57f7}#gutenverse-dashboard .buttons .back-button{align-items:center;cursor:pointer;display:flex}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotating svg{animation:rotating 2s linear infinite}.toplevel_page_gutenverse .snackbar{left:unset;right:1rem;z-index:999999}.gutenverse-license-expired-true{display:block}.gutenverse-license-active-true,.gutenverse-license-expired-false{display:none}.gutenverse-license-active-false{display:block}#gutenverse-dashboard .gutenverse.pro-100 .upgrade-notice-head>div{border-radius:20px}#gutenverse-dashboard .gutenverse.pro-100 .upgrade-notice-head>div>.upgrade-notice-title{color:#011627;display:flex;flex-wrap:wrap;font-family:Roboto;font-size:48px;font-style:normal;font-weight:700;justify-content:center;letter-spacing:-.64px;line-height:normal;text-align:center}#gutenverse-dashboard .gutenverse.pro-100 .upgrade-notice-head>div>.upgrade-notice-title svg{margin-top:-10px}#gutenverse-dashboard .gutenverse.pro-100 .upgrade-notice-head>div>.upgrade-notice-title>span{background:-webkit-linear-gradient(45deg,#f045ff,#4569ff,#68e4f4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#gutenverse-dashboard .gutenverse.pro-100 .custom-notice-header{position:relative}#gutenverse-dashboard .gutenverse.pro-100 .custom-notice-header img{height:100%;left:0;position:absolute;top:0;width:100%}#gutenverse-dashboard .gutenverse.pro-100 .custom-notice-header .upgrade-notice-title{z-index:1}#gutenverse-dashboard .gutenverse.pro-100 .inner-content{padding:0 30px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .top-content{align-items:center;background:#f2f2f2;border-radius:15px;display:flex;margin-top:35px;padding:18px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .top-content .badge{background:linear-gradient(34deg,#f045ff 1%,#4569ff 63.85%,#68e4f4 128.88%);border-radius:6px;color:#fff;font-family:Roboto;font-size:14px;font-style:normal;font-weight:700;line-height:140%;padding:5px 10px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .top-content h5{color:#011627;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;line-height:140%;margin:0 0 0 12px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .top-content p{color:#3c434a;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:29px;margin:0 0 0 15px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content h4{align-items:center;color:#011627;display:flex;font-family:Roboto;font-size:24px;font-style:normal;font-weight:600;gap:15px;line-height:25.5px;margin:60px 0 0;text-transform:capitalize}#gutenverse-dashboard .gutenverse.pro-100 .inner-content p{color:#3c434a;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:30px;margin:16px 0 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .detail-ecosystem{background:linear-gradient(262deg,#65fbf2 -3.53%,#448bff 66.97%,#0851ca 105.41%);border-radius:20px;display:flex;margin:30px 0 0;overflow:hidden}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight{border-radius:20px;box-sizing:border-box;display:flex;margin:30px 0 0;min-height:286px;overflow:hidden}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight>div{padding:40px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.orange{background:linear-gradient(258deg,#ffdb7e -2.27%,#ff823d 43.66%,#fd505d 95.18%)}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.blue{background:linear-gradient(262deg,#65fbf2 -3.53%,#448bff 66.97%,#0851ca 105.41%)}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.green{background:linear-gradient(265deg,#6affb3 -8.66%,#15adf7 73.99%),linear-gradient(258deg,#ffdb7e -2.27%,#ff823d 43.66%,#fd505d 95.18%)}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight h5{color:#fff;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:25.5px;margin:0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight p{color:hsla(0,0%,100%,.6);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:12px 0 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight p strong{color:#fff}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight img{margin:0;-o-object-fit:contain;object-fit:contain;width:60%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight img.library{width:50%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.feature-1 img{width:66%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.feature-2 img{width:62%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.feature-3 img{width:55%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-highlight.feature-4 img{width:65%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col{display:flex;gap:30px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div{width:33%}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div>img{border-radius:20px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div .img-text{align-items:center;background:linear-gradient(250deg,#6affb3 -9.9%,#15adf7 98.05%),linear-gradient(228deg,#6b52ff -3.52%,#cfa6ff 86.94%);border-radius:20px;box-sizing:border-box;display:flex;height:258px;justify-content:center;margin-top:30px;padding:20px}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div .img-text p{color:hsla(0,0%,100%,.6);font-family:Inter;font-size:30px;font-style:normal;font-weight:500;line-height:40px;margin:0;text-align:center}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div .img-text p strong{color:#fff;font-weight:700}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div h5{color:#011627;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:25px;margin:20px 0 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-3-col>div p{color:#3c434a;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:10px 0 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail{border-radius:20px;display:flex;gap:70px;margin:30px 0;overflow:hidden}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail.reverse{flex-direction:row-reverse}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail>div{display:flex;flex-wrap:wrap;padding:50px 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail h5{font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:25.5px;margin:0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail p{color:#3c434a;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:12px 0 0}#gutenverse-dashboard .gutenverse.pro-100 .inner-content .features-detail img{border-radius:20px;margin:0;width:50%}#gutenverse-dashboard .gutenverse.pro-100 img.bordered{background:linear-gradient(0deg,hsla(0,0%,87%,.2),#dfdfdf);background-clip:padding-box;padding:1px}#gutenverse-dashboard .gutenverse.pro-100 img.bordered.reversed{background:linear-gradient(0deg,#dfdfdf,hsla(0,0%,87%,.2))}#gutenverse-dashboard .content-wrapper.form-pro{padding:0}input[type=text]#font-family{border-bottom:1px solid #000;border-radius:0}select.font-select{max-width:100%;width:100%}.font-group{margin:15px 0}.font-required{color:red}.font-row{display:grid;gap:10px;grid-template-columns:auto auto}.font-row .font-col{max-width:100%;width:100%}.form-tab-body .control-error{background-color:#f48c9d;color:#870303;padding:10px;text-align:center}.gutenverse-button{text-align:center}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}.Toastify__toast{border-radius:0;margin-bottom:0}}@media only screen and (max-width:1024px){#gutenverse-dashboard .content-wrapper.license{min-height:653px}#gutenverse-dashboard .content-wrapper.license .license-container{padding:64px 30px}#gutenverse-dashboard .content-wrapper.license .license-container .activation-image{padding:0 34px}#gutenverse-dashboard .content-wrapper.license .license-container .license-h2{margin-top:31.88px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table{display:flex}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr{display:flex;flex-wrap:wrap}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td{align-items:center;display:flex;min-height:86px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:first-child{border-bottom:1px solid #e3e4e6;padding:16px;width:100%}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(2){padding:0 27px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(2) p{margin:0}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(3){padding:0 24px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(3) div{justify-content:space-between;width:100%}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:last-child{flex:1;justify-content:center}#gutenverse-dashboard .content-wrapper.license .license-container>div{min-width:100%}#gutenverse-dashboard .content-wrapper.license .license-container .activation-title{margin-top:40px;max-width:543px}#gutenverse-dashboard .content-wrapper.license .license-container .activation-description{max-width:419px}}@media only screen and (max-width:767px){#gutenverse-dashboard .content-wrapper.license{min-height:0}#gutenverse-dashboard .content-wrapper.license .license-container{padding:24px 20px}#gutenverse-dashboard .content-wrapper.license .license-container .activation-image{padding:0}#gutenverse-dashboard .content-wrapper.license .license-container .license-h2{font-size:20px;margin-bottom:0}#gutenverse-dashboard .content-wrapper.license .license-container .license-h5{font-size:12px;margin-top:4px}#gutenverse-dashboard .content-wrapper.license .license-container .activation-title{font-size:20px;font-weight:600;line-height:120%}#gutenverse-dashboard .content-wrapper.license .license-container .activation-description{font-size:12px;margin:4px 15px 0}#gutenverse-dashboard .content-wrapper.license .license-container .gutenverse-activation-wrapper{gap:12px;margin:20px auto 0}#gutenverse-dashboard .content-wrapper.license .license-container .gutenverse-activation-wrapper p{display:none}#gutenverse-dashboard .content-wrapper.license .license-container .gutenverse-activation-wrapper .license-button{font-size:12px;padding:10px 20px}#gutenverse-dashboard .content-wrapper.license .license-container .gutenverse-activation-wrapper .input-license{font-size:12px;width:50%}#gutenverse-dashboard .content-wrapper.license .license-container .license-table .hide-phone{display:none}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td{border-bottom:1px solid #e3e4e6;min-height:0;padding:16px;width:100%}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(2){padding:16px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(2) .license-status{display:flex;justify-content:space-between;width:100%}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(3){padding:16px}#gutenverse-dashboard .content-wrapper.license .license-container .license-table tr td:nth-child(3) .pro-license-description{justify-content:space-between}}