#web-space-settings{width:100%;height:100%;display:flex;flex-direction:column;gap:25px}#web-space-settings .s-top{width:100%;display:flex;flex-wrap:wrap;gap:25px}#web-space-settings .s-top .t-zero{width:300px;height:300px;border-radius:1rem;background-color:var(--color-1);overflow:hidden;position:relative}#web-space-settings .s-top .t-zero img{width:100%;height:100%;object-fit:cover;object-position:center}#web-space-settings .s-top .t-zero .msg{max-width:80%;max-height:80%;position:absolute;bottom:10px;left:10px;border-radius:1rem;background-color:var(--color-1);color:var(--color-2);box-sizing:border-box;padding:25px}#web-space-settings .s-top .t-zero .msg h1{font-size:1rem;text-align:justify}#web-space-settings .s-top .t-zero .msg h1 .name{color:var(--color-8)}#web-space-settings .s-top .t-zero .msg p{font-size:.8rem;text-align:justify;margin-top:10px}@media(max-width:1400px){#web-space-settings .s-top .t-zero{width:auto;flex:1 1}}#web-space-settings .s-top .t-core{flex:1 1;height:300px;border-radius:1rem;background-color:var(--color-1);background-color:#fff;opacity:.9;background-image:repeating-radial-gradient(circle at 0 0,transparent 0,#fff 10px),repeating-linear-gradient(rgba(249,255,254,.576),#d6d8fc);display:flex;align-items:flex-end;gap:10px;box-sizing:border-box;padding:10px}#web-space-settings .s-top .t-core .frame{width:300px;height:100%;border-radius:1rem;position:relative}#web-space-settings .s-top .t-core .frame img{width:100%;height:100%;border-radius:1rem;object-position:center;object-fit:cover}#web-space-settings .s-top .t-core .text{flex:1 1;box-sizing:border-box;padding:10px}#web-space-settings .s-top .t-core .text h2{font-size:1.3rem}#web-space-settings .s-top .t-core .text p{font-size:1rem;margin-top:10px;text-align:justify}@media(max-width:1400px){#web-space-settings .s-top .t-zero{width:100%}#web-space-settings .s-top .t-core{flex:auto;width:100%}}@media(max-width:700px){#web-space-settings .s-top .t-core{flex-direction:column;height:auto}}#web-space-settings .s-core{width:100%;flex:1 1;display:flex;flex-direction:column;gap:25px}#web-space-settings .s-core [class*=form-error],#web-space-settings .s-core [class*=form-message],#web-space-settings .s-core [class*=form-warning]{display:block;margin:10px 0;box-sizing:border-box;border-radius:5px;padding:10px}#web-space-settings .s-core .form-row input,#web-space-settings .s-core .form-row label,#web-space-settings .s-core .form-row textarea{display:block;margin:10px 0;box-sizing:border-box}#web-space-settings .s-core .form-row input,#web-space-settings .s-core .form-row textarea{border:none;outline:none;border-radius:.4rem}#web-space-settings .s-core .form-row label{font-weight:bolder}#web-space-settings .s-core .form-row input{width:100%;height:40px;border-radius:5px;outline:none;padding:10px}#web-space-settings .s-core .form-row .input-icon{position:relative}#web-space-settings .s-core .form-row .input-icon .icon,#web-space-settings .s-core .form-row .input-icon i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#web-space-settings .s-core .form-row .input-icon svg{width:15px;max-height:15px}#web-space-settings .s-core .form-row .input-icon input{padding:5px 5px 5px 40px}#web-space-settings .s-core .form-row .input-icon .icon,#web-space-settings .s-core .form-row .input-icon i{opacity:.5}#web-space-settings .s-core .form-row .input-icon input:focus+.icon,#web-space-settings .s-core .form-row .input-icon input:focus+i{opacity:1}#web-space-settings .s-core .form-row textarea{resize:vertical}#web-space-settings .s-core .form-row .button-submit{display:flex;gap:10px;font-size:1rem;font-weight:bolder;box-sizing:border-box;padding:10px 25px;border-radius:.4rem;outline:none;border:none;box-shadow:1px 1px 4px var(--color-100)}#web-space-settings .s-core .form-row .button-submit svg{width:15px}#web-space-settings .s-core .form-input-password{position:relative}#web-space-settings .s-core .form-input-password .icon,#web-space-settings .s-core .form-input-password i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#web-space-settings .s-core .form-input-password svg{width:15px;max-height:15px}#web-space-settings .s-core .form-input-password input{padding:5px 40px}#web-space-settings .s-core .form-input-password .btn-visible{width:30px;height:30px;position:absolute;top:50%;right:5px;transform:translateY(-50%);border-radius:.4rem;background-color:var(--color-3);color:var(--color-2)}#web-space-settings .s-core .form-input-password .icon,#web-space-settings .s-core .form-input-password i{opacity:.5}#web-space-settings .s-core .form-input-password input:focus+.icon,#web-space-settings .s-core .form-input-password input:focus+i{opacity:1}#web-space-settings .s-core .button-text{display:inline-flex;justify-content:center;align-items:center;padding:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.4rem;border:none}#web-space-settings .s-core a.button-text{text-decoration:none}#web-space-settings .s-core form{margin-top:25px}#web-space-settings .s-core .form-row{margin-top:10px}#web-space-settings .s-core .form-default.updating .form-message{color:var(--color-8)}#web-space-settings .s-core .form-default.updated .form-message{background-color:var(--color-8);color:var(--color-2)}#web-space-settings .s-core label,#web-space-settings .s-core p{font-size:.8rem}#web-space-settings .s-core input{color:var(--color-2)}#web-space-settings .s-core input::placeholder{color:var(--color-5)}#web-space-settings .s-core .form-input-password input,#web-space-settings .s-core .input-icon input{background-color:var(--color-3);box-sizing:border-box;border:1px solid var(--color-5)}#web-space-settings .s-core .button-text{padding:10px 25px;font-size:1rem;font-weight:bolder;background-color:var(--color-1);box-shadow:1px 1px 4px var(--color-2);box-sizing:border-box;border:1px solid var(--color-8);color:var(--color-2)}#web-space-settings .s-core .button-text:hover{background-color:var(--color-2);color:var(--color-1)}#web-space-settings .s-core .block-email,#web-space-settings .s-core .block-password,#web-space-settings .s-core .block-space,#web-space-settings .s-core .block-username{width:100%;box-sizing:border-box;padding:25px;border-radius:1rem;background-color:var(--color-1);color:var(--color-2)}#web-space-settings .s-core .block-email h6,#web-space-settings .s-core .block-password h6,#web-space-settings .s-core .block-space h6,#web-space-settings .s-core .block-username h6{font-size:1.1rem}#web-space-settings .s-core .block-email>p,#web-space-settings .s-core .block-password>p,#web-space-settings .s-core .block-space>p,#web-space-settings .s-core .block-username>p{margin-top:25px;font-size:1rem}#web-space-settings .s-core .block-space{box-sizing:border-box;background-color:var(--color-2);color:var(--color-1);border:2px solid var(--color-8)}#web-space-settings .s-core .block-space .button-text{background-color:var(--color-2);border:1px solid var(--color-8);color:var(--color-1)}#web-space-settings .s-core .block-space .button-text:hover{background-color:var(--color-8);color:var(--color-1)}#web-space-ads{width:100%;height:100%;display:flex;flex-direction:column;gap:25px}#web-space-ads .a-top{width:100%;display:flex;flex-wrap:wrap;gap:25px}#web-space-ads .a-top .t-zero{width:300px;height:300px;border-radius:1rem;background-color:var(--color-1);overflow:hidden;position:relative}#web-space-ads .a-top .t-zero img{width:100%;height:100%;object-fit:cover;object-position:center}#web-space-ads .a-top .t-zero .msg{max-width:80%;max-height:80%;position:absolute;bottom:10px;left:10px;border-radius:1rem;background-color:var(--color-1);color:var(--color-2);box-sizing:border-box;padding:25px}#web-space-ads .a-top .t-zero .msg h1{font-size:1rem;text-align:justify}#web-space-ads .a-top .t-zero .msg h1 .name{color:var(--color-8)}#web-space-ads .a-top .t-zero .msg p{font-size:.8rem;text-align:justify;margin-top:10px}@media(max-width:1400px){#web-space-ads .a-top .t-zero{width:auto;flex:1 1}}#web-space-ads .a-top .t-core{flex:1 1;height:300px;border-radius:1rem;background-color:var(--color-1);background-color:#fff;opacity:.9;background-image:repeating-radial-gradient(circle at 0 0,transparent 0,#fff 10px),repeating-linear-gradient(rgba(249,255,254,.576),#d6d8fc);display:flex;align-items:flex-end;gap:10px;box-sizing:border-box;padding:10px}#web-space-ads .a-top .t-core .frame{width:300px;height:100%;border-radius:1rem;position:relative}#web-space-ads .a-top .t-core .frame img{width:100%;height:100%;border-radius:1rem;object-position:center;object-fit:cover}#web-space-ads .a-top .t-core .text{flex:1 1;box-sizing:border-box;padding:10px}#web-space-ads .a-top .t-core .text h2{font-size:1.3rem}#web-space-ads .a-top .t-core .text p{font-size:1rem;margin-top:10px;text-align:justify}@media(max-width:1400px){#web-space-ads .a-top .t-zero{width:100%}#web-space-ads .a-top .t-core{flex:auto;width:100%}}@media(max-width:700px){#web-space-ads .a-top .t-core{flex-direction:column;height:auto}}#web-space-ads .a-core{width:100%;flex:1 1;display:flex;flex-direction:column;gap:25px}#web-space-ads .a-core .c-list{width:100%;flex:1 1;display:grid;grid-template-columns:repeat(auto-fill,400px);justify-content:center;grid-gap:25px;gap:25px}#web-space-ads .a-core .c-list .ad{width:400px;height:300px;border-radius:1rem;background-color:var(--color-1);color:var(--color-2);display:flex;flex-direction:column}#web-space-ads .a-core .c-list .ad .block-top{width:100%;box-sizing:border-box;padding:10px;display:flex;justify-content:space-between}#web-space-ads .a-core .c-list .ad .block-top .date-latest{font-size:.8rem;color:var(--color-6)}#web-space-ads .a-core .c-list .ad .block-top .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#web-space-ads .a-core .c-list .ad .block-top button.button-icon{outline:none;padding:0;border:none}#web-space-ads .a-core .c-list .ad .block-top .button-icon{background-color:var(--color-1);color:var(--color-2)}#web-space-ads .a-core .c-list .ad .block-top .button-icon svg{width:15px}#web-space-ads .a-core .c-list .ad .block-core{width:100%;flex:1 1;box-sizing:border-box;padding:10px;border-top:1px solid var(--color-4)}#web-space-ads .a-core .c-list .ad .block-core h6{font-size:.8rem}#web-space-ads .a-core .c-list .ad .block-core .ref{font-size:.7rem;font-weight:bolder;margin-top:10px;color:var(--color-6)}#web-space-ads .a-core .c-list .ad .block-core .description-short{font-size:.7rem;margin-top:10px}#web-space-ads .a-core .c-list .ad .block-expiry{width:100%;box-sizing:border-box;padding:10px;font-size:.8rem;font-weight:bolder;color:var(--color-8)}#web-space-ads .a-core .c-list .ad .block-indicators{width:100%;box-sizing:border-box;padding:10px;border-top:1px solid var(--color-4);display:flex;justify-content:space-between;align-items:center}#web-space-ads .a-core .c-list .ad .block-indicators div[class*="-"]{display:flex;align-items:center;gap:5px}#web-space-ads .a-core .c-list .ad .block-indicators div[class*="-"] .icon svg{width:15px}#web-space-ads .a-core .c-list .ad .block-indicators div[class*="-"] .value{font-size:.8rem}#web-space-ads .a-core .search{width:100%;display:flex;justify-content:center;box-sizing:border-box;padding:10px}#web-space-ads .a-core .search .warpper{flex:1 1;max-width:1000px;display:flex;justify-content:flex-end;position:relative}#web-space-ads .a-core .search [class*=form-error],#web-space-ads .a-core .search [class*=form-message],#web-space-ads .a-core .search [class*=form-warning]{display:block;margin:10px 0;box-sizing:border-box;border-radius:5px;padding:10px}#web-space-ads .a-core .search .form-row input,#web-space-ads .a-core .search .form-row label,#web-space-ads .a-core .search .form-row textarea{display:block;margin:10px 0;box-sizing:border-box}#web-space-ads .a-core .search .form-row input,#web-space-ads .a-core .search .form-row textarea{border:none;outline:none;border-radius:.4rem}#web-space-ads .a-core .search .form-row label{font-weight:bolder}#web-space-ads .a-core .search .form-row input{width:100%;height:40px;border-radius:5px;outline:none;padding:10px}#web-space-ads .a-core .search .form-row .input-icon{position:relative}#web-space-ads .a-core .search .form-row .input-icon .icon,#web-space-ads .a-core .search .form-row .input-icon i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#web-space-ads .a-core .search .form-row .input-icon svg{width:15px;max-height:15px}#web-space-ads .a-core .search .form-row .input-icon input{padding:5px 5px 5px 40px}#web-space-ads .a-core .search .form-row .input-icon .icon,#web-space-ads .a-core .search .form-row .input-icon i{opacity:.5}#web-space-ads .a-core .search .form-row .input-icon input:focus+.icon,#web-space-ads .a-core .search .form-row .input-icon input:focus+i{opacity:1}#web-space-ads .a-core .search .form-row textarea{resize:vertical}#web-space-ads .a-core .search .form-row .button-submit{display:flex;gap:10px;font-size:1rem;font-weight:bolder;box-sizing:border-box;padding:10px 25px;border-radius:.4rem;outline:none;border:none;box-shadow:1px 1px 4px var(--color-100)}#web-space-ads .a-core .search .form-row .button-submit svg{width:15px}#web-space-ads .a-core .search .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#web-space-ads .a-core .search button.button-icon{outline:none;padding:0;border:none}#web-space-ads .a-core .search form{flex:1 1;height:50px;max-width:500px;display:flex;align-items:center;gap:10px;border-radius:25px;background-color:var(--color-1);border:1px solid var(--color-3);box-shadow:1px 1px 4px #000;color:var(--color-2);overflow:hidden}#web-space-ads .a-core .search form .form-row:first-child,#web-space-ads .a-core .search form .input-icon{flex:1 1}#web-space-ads .a-core .search form input{background-color:var(--color-1);color:var(--color-2)}#web-space-ads .a-core .search form .fr-options{display:flex;align-items:center;box-sizing:border-box;padding:5px;gap:5px}#web-space-ads .a-core .search form .fr-options button{width:40px;height:40px;border-radius:50%;background-color:var(--color-5);color:var(--color-1)}#web-space-ads .a-core .search form .fr-options button svg{width:25px}#web-space-ads .a-core .pagination{width:100%;display:flex;align-items:center;gap:25px;box-sizing:border-box;padding:0 25px}#web-space-ads .a-core .pagination button{width:40px;height:40px;border-radius:.4rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-1);color:var(--color-2);outline:none;border:none;cursor:pointer}#web-space-ads .a-core .pagination button svg{width:20px}#web-space-ads .block-tools{width:100%;height:100%;position:fixed;top:0;left:0;display:none}#web-space-ads .block-tools.selected{display:block}#web-space-ads .block-tools .bt-container{position:fixed;display:inline-block;background-color:var(--color-3);box-shadow:1px 1px 4px var(--color-3)}#web-space-ads .block-tools .bt-container a,#web-space-ads .block-tools .bt-container button{width:100%;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:5px;font-size:.8rem;background-color:var(--color-3);color:var(--color-2)}#web-space-ads .block-tools .bt-container a:not(:last-child),#web-space-ads .block-tools .bt-container button:not(:last-child){border-bottom:1px solid #000}#web-space-ads .block-tools .bt-container a:hover,#web-space-ads .block-tools .bt-container button:hover{background-color:var(--color-5)}#web-space-ads .dialog-edit{min-width:500px;max-width:calc(100% - 20px);max-height:calc(100vh - 20px);border-radius:1rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background-color:var(--color-3);color:var(--color-2);overflow:auto;box-shadow:1px 1px 4px #000;display:none}#web-space-ads .dialog-edit.selected{display:block}#web-space-ads .dialog-edit .de-close{width:100%;box-sizing:border-box;padding:10px;display:flex;justify-content:flex-end}#web-space-ads .dialog-edit .de-close .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#web-space-ads .dialog-edit .de-close button.button-icon{outline:none;padding:0;border:none}#web-space-ads .dialog-edit .de-close .button-icon{background-color:var(--color-3);color:var(--color-2)}#web-space-ads .dialog-edit .de-close .button-icon svg{width:15px}#web-space-ads .dialog-edit .de-zero{width:100%;position:relative}#web-space-ads .dialog-edit .de-zero .frame{width:100%;height:100px;background-color:#fff;opacity:.7;background-image:repeating-radial-gradient(circle at 0 0,transparent 0,#fff 10px),repeating-linear-gradient(rgba(249,255,254,.576),#d6d8fc)}#web-space-ads .dialog-edit .de-zero h4{font-size:1.4rem;box-sizing:border-box;padding:10px 25px}#web-space-ads .dialog-edit .de-core{width:100%;box-sizing:border-box;padding:10px}#web-space-ads .dialog-edit .de-core [class*=form-error],#web-space-ads .dialog-edit .de-core [class*=form-message],#web-space-ads .dialog-edit .de-core [class*=form-warning]{display:block;margin:10px 0;box-sizing:border-box;border-radius:5px;padding:10px}#web-space-ads .dialog-edit .de-core .form-row input,#web-space-ads .dialog-edit .de-core .form-row label,#web-space-ads .dialog-edit .de-core .form-row textarea{display:block;margin:10px 0;box-sizing:border-box}#web-space-ads .dialog-edit .de-core .form-row input,#web-space-ads .dialog-edit .de-core .form-row textarea{border:none;outline:none;border-radius:.4rem}#web-space-ads .dialog-edit .de-core .form-row label{font-weight:bolder}#web-space-ads .dialog-edit .de-core .form-row input{width:100%;height:40px;border-radius:5px;outline:none;padding:10px}#web-space-ads .dialog-edit .de-core .form-row .input-icon{position:relative}#web-space-ads .dialog-edit .de-core .form-row .input-icon .icon,#web-space-ads .dialog-edit .de-core .form-row .input-icon i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#web-space-ads .dialog-edit .de-core .form-row .input-icon svg{width:15px;max-height:15px}#web-space-ads .dialog-edit .de-core .form-row .input-icon input{padding:5px 5px 5px 40px}#web-space-ads .dialog-edit .de-core .form-row .input-icon .icon,#web-space-ads .dialog-edit .de-core .form-row .input-icon i{opacity:.5}#web-space-ads .dialog-edit .de-core .form-row .input-icon input:focus+.icon,#web-space-ads .dialog-edit .de-core .form-row .input-icon input:focus+i{opacity:1}#web-space-ads .dialog-edit .de-core .form-row textarea{resize:vertical}#web-space-ads .dialog-edit .de-core .form-row .button-submit{display:flex;gap:10px;font-size:1rem;font-weight:bolder;box-sizing:border-box;padding:10px 25px;border-radius:.4rem;outline:none;border:none;box-shadow:1px 1px 4px var(--color-100)}#web-space-ads .dialog-edit .de-core .form-row .button-submit svg{width:15px}#web-space-ads .dialog-edit .de-core .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.4rem;border:none}#web-space-ads .dialog-edit .de-core a.button-text{text-decoration:none}#web-space-ads .dialog-edit .de-core .button-toggle{width:60px;height:30px;box-sizing:border-box;padding:1px;border-radius:30px;background-color:var(--color-3);position:relative}#web-space-ads .dialog-edit .de-core .button-toggle button{position:relative;width:29px;height:29px;border-radius:50%;outline:none;padding:0;border:none;background-color:var(--color-5);transition:left 1s}#web-space-ads .dialog-edit .de-core .button-toggle.on button{background-color:var(--color-9);left:50%}#web-space-ads .dialog-edit .de-core .tiptap-tools{width:100%;display:flex;gap:10px;margin-top:10px}#web-space-ads .dialog-edit .de-core .tiptap-tools .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#web-space-ads .dialog-edit .de-core .tiptap-tools button.button-icon{outline:none;padding:0;border:none;width:30px;height:30px;font-size:10px;border-radius:.4rem;background-color:var(--color-3);color:var(--color-2);box-sizing:border-box;border:1px solid var(--color-1)}#web-space-ads .dialog-edit .de-core .tiptap-tools button.button-icon:hover{background-color:var(--color-1)}#web-space-ads .dialog-edit .de-core .tiptap-tools button.button-icon svg{width:15px}#web-space-ads .dialog-edit .de-core .tiptap-indicators{width:100%;display:flex;gap:10px;margin-top:10px}#web-space-ads .dialog-edit .de-core .tiptap-indicators .indicator{width:100%;display:inline-flex;align-items:center;gap:10px;border-radius:1rem;font-size:.8rem}#web-space-ads .dialog-edit .de-core .tiptap-indicators .indicator .label{color:var(--color-6)}#web-space-ads .dialog-edit .de-core .tiptap-indicators .indicator .value{color:var(--color-8)}#web-space-ads .dialog-edit .de-core .tiptap{box-sizing:border-box;padding:10px;margin-top:10px;height:300px;border-radius:1rem;border:1px solid var(--color-1);background-color:var(--color-1);outline:none;overflow:auto}#web-space-ads .dialog-edit .de-core h6{font-size:1rem;margin-top:10px}#web-space-ads .dialog-edit .de-core li,#web-space-ads .dialog-edit .de-core p{font-size:.8rem;text-align:justify}#web-space-ads .dialog-edit .de-core .form-row,#web-space-ads .dialog-edit .de-core p{margin-top:10px}#web-space-ads .dialog-edit .de-core .form-default.updating .form-message{color:var(--color-8)}#web-space-ads .dialog-edit .de-core .form-default.updated .form-message{background-color:var(--color-8);color:var(--color-2)}#web-space-ads .dialog-edit .de-core .form-row textarea,#web-space-ads .dialog-edit .de-core .input-icon input{background-color:var(--color-1);border:1px solid var(--color-1);color:var(--color-2)}#web-space-ads .dialog-edit .de-core textarea{width:100%;height:200px;border-radius:1rem;background-color:var(--color-3);border:1px solid var(--color-1);resize:vertical;box-sizing:border-box;padding:10px}#web-space-ads .dialog-edit .de-core .button-value{margin-top:10px;display:flex;align-items:center;gap:10px}#web-space-ads .dialog-edit .de-core .button-value .button-toggle{background-color:var(--color-1)}#web-space-ads .dialog-edit .de-core .button-value .value{font-size:.8rem;color:var(--color-9)}#web-space-ads .dialog-edit .de-core button.button-text{box-shadow:1px 1px 4px #000;color:var(--color-1);background-color:var(--color-2)}@media(max-width:600px){#web-space-ads .dialog-edit{min-width:auto;max-width:auto;width:calc(100% - 20px)}}