@import"https://fonts.googleapis.com/icon?family=Material+Icons";*,body{font-family:Source Sans Pro,Cantarell,Droid Sans,Ubuntu,DejaVu Sans,Arial,sans-serif}.logout-text{display:inline}@media (max-width: 900px){.logout-btn{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;padding:0!important;border-radius:50%!important;margin:8px auto 0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;box-shadow:0 2px 8px #0002!important}.logout-btn .material-icons{margin-right:0!important;font-size:24px!important;padding:0!important}.logout-text{display:none!important}}.simple-blue-btn{background:#90caf9!important;color:#232a3d!important;border:none!important;border-radius:18px!important;width:60%;min-width:140px;max-width:200px;padding:8px 0;font-size:1rem;margin:16px auto 0;display:block;text-align:center;font-weight:600;box-shadow:0 2px 8px #3616c411;cursor:pointer;transition:background .2s,color .2s}.simple-blue-btn:hover,.simple-blue-btn:active{background:#245DD9!important;color:#fff!important}.sidebar-footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin-top:auto;padding-bottom:12px;border-top:1.5px solid #31343a;background:#1a2236;min-height:80px}.sidebar-lang-selector{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:8px}.sidebar-lang-select{width:80%;margin:8px auto;padding:6px 12px;border-radius:18px;background:#232a3d;color:#fff;font-size:1em;border:1.5px solid #31343a;outline:none;box-shadow:0 2px 8px #0002;transition:border .2s,box-shadow .2s}.sidebar-lang-select:focus{border-color:#245dd9;box-shadow:0 0 0 2px #245dd933}@media (max-width: 900px){.sidebar-lang-select{width:48px;font-size:.65em;padding:2px 6px}}.logout-btn{background:#245DD9!important;color:#fff!important;border:none!important;box-shadow:none!important;opacity:1!important;background-image:none!important;width:60%;background-color:#059669;min-width:140px;max-width:200px;padding:5px 0;font-size:.97rem;border-radius:18px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;transition:background .2s,box-shadow .2s}.logout-btn:hover,.logout-btn:active{background:#245DD9!important;color:#fff!important}.logout-btn .material-icons{background:transparent!important;border-radius:50%;padding:6px;margin-right:10px;font-size:24px;transition:color .2s;background:none}@media (max-width: 900px){.sidebar-footer{min-height:60px;padding-bottom:6px}.lang-pill-group{gap:4px;width:48px;background:transparent;padding:2px}.lang-pill-btn{padding:0;height:28px}.lang-pill-flag{width:16px;height:16px}}@media (max-width: 600px){.radios-list-responsive{padding-left:0!important;padding-right:4px!important;gap:4px!important}}@media (max-width: 600px){.voices-list-responsive{padding-left:0!important;padding-right:4px!important;gap:4px!important}}@media (max-width: 600px){.prompts-list-responsive{padding-left:0!important;padding-right:4px!important;gap:4px!important}}@media (max-width: 600px){.beds-list-responsive{padding-left:0!important;padding-right:4px!important;gap:4px!important}}@media (max-width: 600px){.breaknotes-list-responsive{padding-left:0!important;padding-right:4px!important;gap:4px!important}}.radio-edit-form-responsive{width:100%;max-width:80vw;box-sizing:border-box;padding-left:32px;padding-right:0}@media (max-width: 900px){.radio-edit-form-responsive{padding-left:16px!important}.radio-edit-form-responsive form{max-width:80vw!important;padding-left:0!important;padding-right:4px!important;box-sizing:border-box!important}}body,html{height:100%;margin:0;font-family:Source Sans Pro,Cantarell,Droid Sans,Ubuntu,DejaVu Sans,Arial,sans-serif;overflow-x:hidden!important}body{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#0a2342 0%,#1e3c72 100%);overflow-x:hidden!important}.login-bg{width:100vw;height:100vh;display:flex;align-items:flex-start;justify-content:center;position:relative;overflow-y:auto;background:linear-gradient(120deg,#0a2342 0%,#1e3c72 100%)}.login-logo{position:absolute;top:80px;left:50%;transform:translate(-50%);width:240px;height:240px;z-index:2;filter:drop-shadow(0 4px 24px rgba(30,60,114,.22));pointer-events:none}.login-panel{background:linear-gradient(120deg,#1a2236 0%,#26292D 100%);border-radius:18px;box-shadow:0 12px 40px #0a234252;padding:24px 24px 20px;min-width:320px;max-width:370px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:350px auto 40px;animation:fadeInPanel .7s cubic-bezier(.4,0,.2,1);color:#f3f6fa;position:relative;height:auto;min-height:340px;z-index:1}@keyframes fadeInPanel{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.login-title{color:#f3f6fa;font-size:2.1rem;font-weight:700;margin-bottom:28px;letter-spacing:1px;text-align:center}.login-form{width:100%;display:flex;flex-direction:column;gap:18px}.login-input{width:100%;box-sizing:border-box;background:#26292D;border:1.5px solid #3b4363;border-radius:10px;padding:15px 40px 15px 18px;color:#f3f6fa;font-size:1.08rem;outline:none;transition:border .2s,background .2s,box-shadow .2s;box-shadow:0 1px 4px #1e3c7212}.login-input:focus{border:2px solid #2563eb;background:#26292D;box-shadow:0 2px 8px #1e3c7221}.input-password-wrapper{position:relative;width:100%;display:flex;align-items:center}.input-password-wrapper .login-input{padding-right:40px}.input-password-wrapper .material-icons{position:absolute;right:6px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888;font-size:24px;z-index:2;border-radius:50%;padding:6px;transition:color .2s;background:transparent!important}.input-password-wrapper .material-icons:hover{color:#fff}.login-btn,.logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,#1976d2 0%,#1565c0 100%);color:#fff;font-weight:600;border:none;border-radius:24px;padding:14px 0;font-size:1.13rem;cursor:pointer;margin-top:10px;box-shadow:0 2px 8px #1976d22e;transition:box-shadow .2s,background .2s;position:relative;overflow:hidden}.login-btn:active,.logout-btn:active{box-shadow:0 4px 16px #1976d247}.login-btn:hover,.logout-btn:hover{background:linear-gradient(90deg,#1a3a68 0%,#1E4375 100%)}.login-btn{background:#1E4375!important;color:#fff!important;border:none!important;box-shadow:none!important;opacity:1!important;background-image:none!important;width:60%;min-width:140px;max-width:200px;padding:5px 0;font-size:.97rem;border-radius:18px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:8px}.login-btn:hover,.login-btn:active{background:#1a3a68!important;color:#fff!important}.login-btn .material-icons,.logout-btn .material-icons,.login-tabs .material-icons{background:transparent!important;border-radius:50%;padding:6px;margin-right:10px;font-size:24px;transition:color .2s;background:none}.login-btn .material-icons:hover,.logout-btn .material-icons:hover,.login-tabs .material-icons:hover{color:#fff}.login-btn:after,.logout-btn:after{content:"";position:absolute;border-radius:50%;width:100px;height:100px;left:50%;top:50%;pointer-events:none;transform:translate(-50%,-50%) scale(0);background:rgba(255,255,255,.3);transition:transform .3s,opacity .3s;opacity:0}.login-btn:active:after,.logout-btn:active:after{transform:translate(-50%,-50%) scale(1.2);opacity:1}.login-forgot{color:#3b82f6;font-size:.98em;text-align:right;margin-top:-10px;margin-bottom:10px;text-decoration:none;transition:color .2s;cursor:pointer}.login-forgot:hover{color:#fff;text-decoration:underline}.login-error{color:#e11d48;background:#fbe9ee;border-radius:6px;padding:10px 16px;font-size:.95em;margin-top:12px;text-align:center;width:100%;max-width:370px;box-shadow:0 4px 12px #e11d4826;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-info{color:#059669;background:#e6f9f0;border-radius:6px;padding:10px 16px;font-size:.95em;margin-top:12px;text-align:center;width:100%;max-width:370px;box-shadow:0 4px 12px #05966926;animation:slideDown .3s ease-out}.logout-btn{background:linear-gradient(90deg,#e11d48 0%,#be123c 100%);color:#fff;font-weight:600;border:none;border-radius:8px;padding:6px 0;font-size:.97em;cursor:pointer;margin-top:18px;box-shadow:0 2px 8px #e11d481f;transition:background .2s}.logout-btn:hover{background:linear-gradient(90deg,#be123c 0%,#e11d48 100%)}.material-icons{font-family:Material Icons;font-style:normal;font-weight:400;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.login-tabs{display:flex;gap:12px;margin-bottom:24px;background:transparent!important;z-index:3;position:relative}.login-tabs button{background:transparent!important;border:none;color:#1e3c72;font-size:.89rem;font-weight:600;padding:4px 18px;border-radius:8px;cursor:pointer;transition:color .2s,background .2s;min-width:110px;max-width:160px;height:34px;line-height:1.1;white-space:nowrap;display:flex;align-items:center;justify-content:center}.login-tabs button.active{color:#fff;background:linear-gradient(90deg,#2563eb 0%,#1e3c72 100%)!important}.login-tabs .material-icons{margin-right:6px;margin-left:0;font-size:20px;vertical-align:middle;display:inline-flex;align-items:center}.logout-btn,.login-tabs button,.logout-btn:active,.login-tabs button:active,.logout-btn:hover,.login-tabs button:hover{background:transparent!important;background-color:transparent!important}.login-tabs button.active{background:linear-gradient(90deg,#2563eb 0%,#1e3c72 100%)!important;color:#fff}.lang-selector{position:absolute;top:24px;right:32px;display:flex;gap:10px;z-index:10}.lang-selector button{background:transparent;border:none;padding:0;cursor:pointer;border-radius:50%;transition:box-shadow .2s;outline:none}.lang-selector button.active{box-shadow:0 0 0 2px #245dd9}.lang-flag{width:32px;height:32px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #00000026;transition:transform .2s,box-shadow .2s}.lang-selector button:hover .lang-flag{transform:scale(1.1);box-shadow:0 4px 12px #00000040}@media (max-width: 768px){.lang-selector{top:16px;right:16px;gap:8px}.lang-flag{width:28px;height:28px}.header-breadcrumb{display:none!important}}.sidebar-lang-selector{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:auto;margin-bottom:8px;justify-content:center;padding-left:0}.lang-pill-group{display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;width:80%;margin:0 auto 8px;background:#232a3d;border-radius:24px;padding:6px 12px}.lang-pill-btn{background:transparent;border:none;padding:0 8px;cursor:pointer;display:flex;align-items:center;border-radius:18px;transition:background .2s;height:36px}.lang-pill-btn.active{background:#245DD9}.lang-pill-flag{width:24px;height:24px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #ccc;transition:box-shadow .2s,border .2s;border:2px solid gray}.lang-pill-flag.active{box-shadow:0 0 0 2px #245dd9;border:2px solid #245DD9}@media (max-width: 900px){.lang-pill-group{gap:4px;width:48px;background:transparent;padding:2px}.lang-pill-btn{padding:0;height:28px}.lang-pill-flag{width:16px;height:16px}}.sidebar{position:fixed;top:0;left:0;width:220px;height:100vh;background:#232a3d;color:#f3f6fa;box-shadow:2px 0 16px #1e3c721a;display:flex;flex-direction:column;z-index:3000;border-right:1.5px solid #31343a;box-shadow:2px 0 12px #1e3c722e}.sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sidebar-list li{display:flex;align-items:center;gap:14px;padding:12px 24px;cursor:pointer;border-radius:8px;transition:background .2s,color .2s}.sidebar-list li.active,.sidebar-list li:hover{background:#1E4375;color:#fff}.sidebar-icon{font-size:22px;color:#90caf9}.sidebar-sublist{list-style:none;margin:0 0 0 38px;padding:0;display:flex;flex-direction:column;gap:2px}.sidebar-sublist li{padding:8px 18px;border-radius:6px;cursor:pointer;color:#b0b8c1;font-size:.98em;transition:background .2s,color .2s}.sidebar-sublist li.active,.sidebar-sublist li:hover{background:#31343a;color:#fff}.sidebar-subsection{width:100%;display:block;padding:10px 20px;box-sizing:border-box;cursor:pointer;border-radius:4px;transition:background .2s}.sidebar-subsection:hover{background:#e0e0e0}.dashboard-bg{display:flex;min-height:100vh;width:100vw;background:linear-gradient(120deg,#0a2342 0%,#1e3c72 100%)}.dashboard-panel{background:#232a3d;flex:1;min-height:100vh;width:auto;display:flex;flex-direction:column;align-items:flex-start;background-color:red;padding:40px 32px 32px;box-sizing:border-box;position:relative;left:unset;top:unset;right:unset;bottom:unset}@media (max-width: 900px){html,body{min-height:100vh;height:100vh;width:100vw;overflow:hidden}#root{min-height:100vh;height:100vh;width:100vw;display:flex;flex-direction:column}.sidebar{width:100vw;height:100vh;min-height:100vh;max-height:100vh;position:fixed;top:0;left:0;z-index:100}.dashboard-bg{min-height:100vh;height:100vh;width:100vw;background:linear-gradient(120deg,#0a2342 0%,#1e3c72 100%);display:flex;flex-direction:column}.dashboard-panel{min-height:100vh;height:100vh;width:100vw;background:#232a3d;display:flex;flex-direction:column;align-items:flex-start;padding:40px 16px 16px;box-sizing:border-box;position:relative;left:unset;top:unset;right:unset;bottom:unset}}header{overflow-y:hidden!important}.form-edit-textarea{font-size:16px!important;border-radius:6px!important;padding:8px 12px!important;box-sizing:border-box!important;min-height:80px!important;line-height:1.5!important;resize:vertical!important;width:100%!important;max-width:600px!important;background:#fff!important}.minifichas-section{padding:24px;display:flex;flex-wrap:wrap;gap:32px 24px}.minificha{min-height:300px;max-height:300px;width:260px;max-width:260px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0002;border:2px solid #1976d2;box-sizing:border-box;background:#fff;border-radius:24px!important;padding:24px}.minificha-new{background:#e3f2fd!important;border-color:#43a047;border-radius:24px!important}.minificha-logo{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;object-fit:contain;margin-top:8px;margin-bottom:6px;width:100%;height:auto;min-height:80px;background:transparent;box-sizing:border-box}.minificha-logo img{width:100px;height:100px;object-fit:contain;max-width:100%;max-height:100%;display:block;margin:0 auto}.minificha-logo-voice img,.minificha-logo-voice>div{width:50px!important;height:50px!important}.minificha-logo-text{font-size:.85em;font-weight:600;color:#222;display:block;margin-top:4px;text-align:center}.minificha-logo-text-global{color:#1976d2!important}.minificha-logo-new{filter:invert(1)}.minificha-content{text-align:center;width:100%;box-sizing:border-box;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.minificha-actions{display:flex;justify-content:center;margin-top:auto;align-items:center;gap:8px}.minificha-btn{background:#43a047;color:#fff;border:none;border-radius:20px;padding:10px 24px;font-weight:700;font-size:1em;cursor:pointer;margin-top:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0002;margin-left:auto;margin-right:auto}.minificha-btn-new{border-radius:20px}.minificha-icon{font-size:22px;padding:15px}.minificha-btn-edit{background:#43a047!important;color:#fff!important;border-radius:50%!important;width:40px!important;height:40px!important;padding:0!important;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0002;border:none}.minificha-btn-edit .minificha-icon{font-size:20px!important;color:#fff!important}.minificha-btn-delete{background:#d32f2f!important;color:#fff!important;border-radius:50%!important;width:40px!important;height:40px!important;padding:0!important;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0002;border:none;margin-left:8px}.minificha-btn-delete .minificha-icon{font-size:20px!important;color:#fff!important}.minificha-btn-delete:hover{background:#b71c1c!important}.form-edit-section-flag{display:inline-flex;align-items:center;gap:2px}.form-edit-flag{width:1.5em;height:1.5em;border-radius:3px;box-shadow:0 0 2px #aaa;margin-right:8px}.form-edit-dropzone{margin:24px 0;text-align:center}.form-edit-dropzone-area{border:2px dashed #1976d2;border-radius:12px;padding:24px;background:#fafafa;cursor:pointer;margin-bottom:12px;transition:background .2s}.form-edit-dropzone-active{background:#e3f2fd!important}.form-edit-dropzone-text{color:#222}.form-edit-dropzone-text-active{color:#1976d2}.form-edit-logo-preview{max-width:120px;max-height:120px;border-radius:8px;box-shadow:0 2px 8px #0002;background:transparent;margin-top:8px}.form-edit-input{font-size:16px!important;border-radius:6px!important;padding:6px 12px!important;box-sizing:border-box!important;min-height:38px!important;height:38px!important;max-height:42px!important;line-height:38px!important;max-width:255px!important}.form-edit-input::placeholder{line-height:36px!important;height:38px!important;padding-top:2px!important;padding-bottom:0!important;display:block!important;color:#888!important;opacity:1!important}.MuiInputBase-input.form-edit-input{line-height:38px!important;height:38px!important;padding-top:0!important;padding-bottom:0!important;display:flex;align-items:center}.MuiInputBase-input.form-edit-input,.form-edit-input::placeholder{line-height:38px!important;height:38px!important;padding-top:0!important;padding-bottom:0!important;display:block!important;align-items:unset!important}.form-edit-label{font-size:16px!important}.form-edit-select{height:38px!important;min-height:0!important;padding:6px 12px!important;font-size:16px!important;line-height:38px!important}.MuiSelect-select{height:38px!important;padding:0 12px!important;display:flex!important;align-items:center!important;line-height:38px!important;box-sizing:border-box!important}.form-edit-bg{background:transparent;min-height:100vh;width:100vw;max-width:100vw;position:absolute;left:260px;top:0;box-sizing:border-box;overflow-y:unset;overflow-x:hidden;transition:left .2s;display:flex;justify-content:left}.form-edit-bg .form-edit-form{background:#fff;margin-top:72px;min-height:calc(100vh - 72px)}.form-edit-form{margin-left:0;margin-right:auto;padding:56px 24px 80px!important;width:100%;max-width:100%;box-shadow:none;display:flex;flex-direction:column;gap:0px;box-sizing:border-box;align-self:flex-start}*{scrollbar-width:thin;scrollbar-color:#245DD9 #f5f5f5}*::-webkit-scrollbar{width:8px;background:#f5f5f5}*::-webkit-scrollbar-thumb{background:#245DD9;border-radius:8px}*::-webkit-scrollbar-button{display:none;height:0;width:0}*::-webkit-scrollbar-corner{background:#f5f5f5}@media (max-width: 900px){.form-edit-section-flag{margin-left:-12px!important}.form-edit-flag{width:.75em!important;height:.75em!important;margin-right:4px!important}}.form-edit-title{margin-bottom:16px;color:#222;font-weight:600;font-size:1.5em}.form-edit-actions{display:flex;gap:16px;justify-content:flex-end;margin-top:24px}.form-edit-btn{padding:6px 16px;border-radius:20px;border:none;font-weight:500;font-size:.95em;display:flex;align-items:center;gap:8px;text-transform:none;cursor:pointer}.form-edit-btn-cancel{background:#43a047!important;color:#fff!important;border:none;border-radius:20px!important;padding:10px 24px;font-weight:700;font-size:1em;cursor:pointer;margin-top:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0002;margin-left:auto;margin-right:auto}.form-edit-btn-save{background:#1976d2!important;color:#fff!important;border:none;border-radius:20px!important;padding:10px 24px;font-weight:700;font-size:1em;cursor:pointer;margin-top:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0002;margin-left:auto;margin-right:auto}.edit-form-container{position:fixed;top:0;left:220px;height:100vh;width:calc(100vw - 220px);overflow-y:auto;box-sizing:border-box;background:transparent;z-index:100}.edit-form-container .form-edit-form{background:rgba(255,255,255,.95);margin:56px 0 0;padding:20px}@media (max-width: 900px) and (min-width: 769px){.minifichas-section{padding-left:8px!important;gap:16px 12px!important}.minificha{min-height:180px!important;max-height:180px!important;width:160px!important;max-width:160px!important;padding:10px!important;font-size:.95em!important}.minificha-logo img{width:48px!important;height:48px!important}.minificha-title,.minificha-logo-text{font-size:1em!important}.minificha-content{font-size:.95em!important;padding:6px!important}.minificha-btn,.minificha-btn-edit,.minificha-btn-delete{font-size:.95em!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important}.minificha-icon{font-size:18px!important;padding:8px!important}.form-edit-bg{left:64px!important;width:100vw!important;padding-left:16px!important;padding-right:24px!important}.form-edit-form{max-width:98vw!important;padding-left:0!important;padding-right:16px!important}}@media (max-width: 1024px){.edit-form-container{left:64px;width:calc(100vw - 64px)}}.MuiPopover-root,.MuiMenu-paper,.MuiMenuItem-root,.MuiPaper-root.MuiMenu-paper,.MuiPopover-paper,.form-edit-bg .MuiPopover-root,.form-edit-form .MuiPopover-root,.edit-form-container .MuiPopover-root,.form-edit-bg .MuiMenu-paper,.form-edit-form .MuiMenu-paper,.edit-form-container .MuiMenu-paper{z-index:9999!important}@media (max-width: 768px){.minifichas-section,.prompts-list-responsive,.breaknotes-list-responsive{padding:4px!important;gap:8px!important;justify-content:center;width:100%!important;box-sizing:border-box!important}.minifichas-section .MuiGrid-container{width:100%!important;margin:0!important;padding:0!important;gap:0px!important}.minifichas-section .MuiGrid-item,.minifichas-section [class*=MuiGrid],.radios-list-responsive .MuiGrid-item,.radios-list-responsive [class*=MuiGrid]{padding:0!important;width:100%!important;max-width:100%!important;flex-basis:100%!important;margin:0 0 4px!important}.minifichas-section .MuiCard-root,.radios-list-responsive .MuiCard-root,.voices-list-responsive .MuiCard-root,.prompts-list-responsive .MuiCard-root,.breaknotes-list-responsive .MuiCard-root{width:80%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important}.prompts-list-responsive,.breaknotes-list-responsive{display:flex!important;flex-direction:column!important;gap:4px!important;width:80%!important}.prompts-list-responsive>div,.breaknotes-list-responsive>div{display:flex!important;flex-direction:column!important;gap:0px!important;width:100%!important}.prompts-list-responsive .MuiCard-root,.breaknotes-list-responsive .MuiCard-root{width:100%!important;max-width:100%!important;margin:0 0 4px!important;flex-basis:auto!important}.minificha{width:100%!important;max-width:100%!important;min-height:auto!important;max-height:none!important;padding:16px!important;margin:0!important;box-sizing:border-box!important}.minificha-new{width:100%!important;max-width:100%!important;min-height:auto!important;max-height:none!important}.minificha-logo{min-height:60px;margin-top:4px;margin-bottom:4px}.minificha-logo img{width:60px;height:60px}.minificha-logo-text{font-size:.9em;margin-top:8px}.minificha-content{padding:8px 0}.minificha-content .MuiTypography-h6{font-size:1.1rem}.minificha-content .MuiTypography-body2{font-size:.875rem;line-height:1.4}.minificha-actions{margin-top:12px;gap:12px}.minificha-btn{padding:8px 20px;font-size:.9em;margin-top:12px}.minificha-btn-edit,.minificha-btn-delete{width:36px!important;height:36px!important}.minificha-btn-edit .minificha-icon,.minificha-btn-delete .minificha-icon{font-size:18px!important;padding:0}footer{padding:12px 16px!important;min-height:auto!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}footer>div:first-child{width:100%!important}footer>div:first-child>div:first-child>div:first-child{font-size:14px!important;margin-bottom:8px!important}footer>div:first-child>div:first-child>div:nth-child(2),footer>div:last-child{display:none!important}footer>div:nth-child(2){width:100%!important;gap:16px!important;font-size:13px!important;justify-content:flex-start!important}footer>div:nth-child(2) a:last-child{display:none!important}footer>div:nth-child(2) a{font-size:13px!important}}.ftp-field-wide{width:100%!important}.ftp-field-wide .MuiInputBase-root{width:100%!important;max-width:none!important}.ftp-field-wide .MuiInputBase-root.form-edit-input{max-width:none!important}.ftp-field-wide .MuiInputBase-root .MuiInputBase-input{width:100%!important;flex:1 1 auto!important}
