#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}#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:250px}}#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 .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-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 form{margin-top:25px}#web-space-settings .s-core .form-row{margin-top:10px}#web-space-settings .s-core .form-errors{font-size:.8rem;font-weight:bolder;color:var(--color-10)}#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 .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-3)}#web-space-settings .s-core .button-text{padding:10px 25px;font-size:1rem;font-weight:bolder;background-color:var(--color-1);box-sizing:border-box;border:1px solid var(--color-8);color:var(--color-2);box-shadow:1px 1px 4px 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 .button-text{background-color:var(--color-2);color:var(--color-1)}