.editcss-area{background:#d3d3d3;position:fixed;left:0;bottom:0;width:100%;height:260px;padding:1%;padding-left:3%;padding-right:3%}.components-spinner-box{margin-left:auto;margin-right:auto;z-index:999999999!important;left:0;top:0;margin-top:0!important;height:10%!important;right:0;display:flex;justify-content:center;align-items:center}.components-pulse-container{width:120px;display:flex;justify-content:space-between;align-items:center}.components-pulse-bubble{width:20px;height:20px;border-radius:50%;background-color:#3ff9dc}.components-pulse-bubble-1{animation:pulse .4s ease 0s infinite alternate}.components-pulse-bubble-2{animation:pulse .4s ease .2s infinite alternate}.components-pulse-bubble-3{animation:pulse .4s ease .4s infinite alternate}.hide{display:none}.scroll_bar::-webkit-scrollbar{width:10px}.scroll_bar::-webkit-scrollbar-track{background-color:#a9a9a9}.scroll_bar::-webkit-scrollbar-thumb{background-color:grey}.fadeUp{animation-name:fadeUpAnime;animation-duration:.5s;animation-fill-mode:forwards;opacity:0}@keyframes fadeUpAnime{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-w{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.spinner-box-w{margin-left:auto;margin-right:auto;margin-top:12%;width:20%;height:50%;display:flex;justify-content:center;align-items:center;background-color:transparent}.pulse-container-w{width:60px;display:flex;justify-content:space-between;align-items:center}.pulse-bubble-w{width:10px;height:10px;border-radius:50%;background-color:snow}.pulse-bubble-1-w{animation:pulse-w .4s ease 0s infinite alternate}.pulse-bubble-2-w{animation:pulse-w .4s ease .2s infinite alternate}.pulse-bubble-3-w{animation:pulse-w .4s ease .4s infinite alternate}#app{font-family:Avenir,Helvetica,Arial,sans-serif}#sidebarMenu{position:fixed;top:60px;left:0;bottom:0;width:280px;height:calc(100vh - 60px);background-color:#fff!important;border-right:1px solid #f0f0f0;box-shadow:2px 0 10px rgba(0,0,0,.05);padding-top:20px!important;z-index:1030;transform:translateX(-100%);transition:transform .3s ease-in-out;overflow-y:auto}#sidebarMenu.open{transform:translateX(0)}#sidebarMenu .nav-link,#sidebarMenu a{white-space:normal;word-break:break-word;line-height:1.4;color:#555!important;font-weight:500!important;padding:12px 20px!important;margin:4px 12px;border-radius:8px;transition:all .2s ease;display:block;text-decoration:none!important;font-size:.95rem}#sidebarMenu .nav-link:hover,#sidebarMenu a:hover{background-color:#eff6ff!important;color:#2563eb!important;transform:translateX(3px)}#sidebarMenu .router-link-active,#sidebarMenu .router-link-exact-active{background-color:#e0e7ff!important;color:#2563eb!important;font-weight:600!important}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.effect-fadeout{animation-name:fadeout;animation-duration:1s}.effect-fadein{animation-name:fadein;animation-duration:1s}#app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}main{height:100vh;background-color:#f8fafc}h1,h2,h3,h4,li{margin:.5em!important}a{font-weight:700;color:#696969!important;text-decoration:none!important}#nav{padding:30px}.form-check-input{clear:left}.form-switch.form-switch-sm{margin-bottom:.5rem}.form-switch.form-switch-sm .form-check-input{height:1rem;width:1.75rem;border-radius:2rem}.form-switch.form-switch-md{margin-bottom:1rem}.form-switch.form-switch-md .form-check-input{height:1.5rem;width:2.75rem;border-radius:3rem}.form-switch.form-switch-lg{margin-bottom:1.5rem}.form-switch.form-switch-lg .form-check-input{height:2rem;width:3.75rem;border-radius:4rem}.form-switch.form-switch-xl{margin-bottom:2rem}.form-switch.form-switch-xl .form-check-input{height:2.5rem;width:4.75rem;border-radius:5rem}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.spinner-box{margin-left:auto;margin-right:auto;margin-top:12%;width:20%;height:20%;justify-content:center;background-color:transparent}.pulse-container,.spinner-box{display:flex;align-items:center}.pulse-container{width:120px;justify-content:space-between}.pulse-bubble{width:20px;height:20px;border-radius:50%;background-color:#3ff9dc}.pulse-bubble-1{animation:pulse .4s ease 0s infinite alternate}.pulse-bubble-2{animation:pulse .4s ease .2s infinite alternate}.pulse-bubble-3{animation:pulse .4s ease .4s infinite alternate}#logContainer{position:fixed;bottom:0;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:rgba(0,0,0,.8);color:#fff;font-family:monospace;padding:10px;box-sizing:border-box;z-index:1000}.log{color:#0f0}.warn{color:#ff0}.error{color:red}.login-screen{position:fixed;inset:0;z-index:2000;background:#f8f8fb;display:flex;align-items:center;justify-content:center}.login-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:48px 56px;text-align:center;max-width:90vw}.login-screen-btn{background:#0017c1;color:#fff;border:none;border-radius:8px;padding:12px 64px;font-size:16px;font-weight:700;cursor:pointer}.login-screen-btn:hover{background:#3460fb}.login-screen-btn:focus{outline:3px solid #7096f8;outline-offset:2px}