.Panel{background-color:#fff;flex-direction:column;align-items:flex-start;min-height:100vh;padding:30px 60px;display:flex}@media screen and (max-width:750px){.Panel{padding:30px 20px}}.Panel h1,.Panel h2,.Panel h3,.Panel h4,.Panel h5,.Panel h6{margin:0}.Panel h1,.Panel h4{color:#0075ff;font-size:45px;line-height:1}.Panel h2,.Panel h5{color:#4c607d;max-width:500px;margin:10px 0;font-size:22px;font-weight:600;line-height:1.1}.Panel h2 strong,.Panel h5 strong{font-weight:800}.Panel hr{background-color:#4c607d30;border:none;width:100%;height:1px;margin:10px 0 0;display:block}.Panel .panel{width:100%}.Panel .panel__header{z-index:30;background:#fff;border-bottom:1px solid #4c607d59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex}@media screen and (min-width:500px){.Panel .panel__header{position:sticky;top:70px}}@media screen and (max-width:485px){.Panel .panel__header h3{display:none}}.Panel .panel__header-name{font-size:20px}.Panel .panel__header-buttons{gap:5px;display:flex}@media screen and (max-width:485px){.Panel .panel__header-buttons{width:100%}}.Panel .panel__header-buttons button{color:#fff;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#0075ff;border:none;border-radius:10px;padding:13px 25px;font-size:16px;transition:opacity .1s ease-in-out}@media screen and (max-width:485px){.Panel .panel__header-buttons button{width:100%;padding:18px 25px}}.Panel .panel__header-buttons button.is-2{color:#494949b5;background-color:#f0f0f0;justify-content:center;align-items:center;padding:0;display:flex;width:45px!important}@media screen and (max-width:485px){.Panel .panel__header-buttons button.is-2{width:70px!important}}.Panel .panel__header-buttons button.is-2 svg{font-size:1.4rem}.Panel .panel__header-buttons button:hover{opacity:.8}.Panel .panel__tools{gap:10px;width:100%;padding:20px 0;display:flex}@media screen and (max-width:670px){.Panel .panel__tools{flex-wrap:wrap}}@media screen and (max-width:460px){.Panel .panel__tools{flex-direction:column}}.Panel .panel__tools label{flex-direction:column;gap:3px;width:100%;max-width:200px;display:flex}.Panel .panel__tools label.is-2{max-width:330px}.Panel .panel__tools label span{-webkit-user-select:none;user-select:none;font-size:14px}@media screen and (max-width:670px){.Panel .panel__tools label{flex:33.3333%;max-width:inherit!important}}@media screen and (max-width:460px){.Panel .panel__tools label.no-active{display:none!important}}.Panel .panel__tools button.filter-btn{cursor:pointer;border:none;border-radius:7px;padding:13px 20px;font-size:16px}@media screen and (min-width:461px){.Panel .panel__tools button.filter-btn{display:none}}.Panel .panel__tools select,.Panel .panel__tools input{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:7px;outline:none;width:100%;padding:13px;font-family:NunitoSans,sans-serif;font-size:15px;transition:box-shadow .13s ease-in-out;position:relative;box-shadow:0 0 0 1px #91969973}.Panel .panel__tools select::placeholder,.Panel .panel__tools input::placeholder{color:var(--modal-btn-color)}.Panel .panel__tools select:focus,.Panel .panel__tools input:focus{box-shadow:0 0 0 2px #65799173}.Panel .panel__tools input{cursor:text;padding:11px}.Panel .panel__tools .is-select{position:relative}.Panel .panel__tools .is-select:after{content:"↕";color:var(--modal-btn-color);display:block;position:absolute;top:25%;right:13px}.Panel .panel .wk-tbd-container{scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.Panel .panel .wk-tbd-container::-webkit-scrollbar{width:6px!important;height:6px!important}.Panel .panel .wk-tbd-container::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.Panel .panel .wk-tbd-container::-webkit-scrollbar-track{background:#9195ac!important}.Panel .panel__body{margin-top:10px}.Panel .panel__body table{width:100%}@media screen and (min-width:501px){.Panel .panel__body table{table-layout:fixed}}.Panel .panel__body table th{overflow:hidden}.Panel .panel__body table th.is-min{width:113px!important}.Panel .panel__body table th.is-min-2{width:80px!important}.Panel .panel__body table th,.Panel .panel__body table td{width:200px}@media screen and (max-width:500px){.Panel .panel__body table th,.Panel .panel__body table td{width:auto}}.Panel .panel__body .overflow-width{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-width:500px){.Panel .panel__body .overflow-width{max-width:200px}}.Panel .panel__body .d-btns{flex-wrap:wrap;gap:3px;display:flex}.Panel .panel__body .d-btns button{cursor:pointer;color:#4b4f61;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:3px;font-size:1em;transition:opacity .1s ease-in-out,border .1s ease-in-out;display:flex}.Panel .panel__body .d-btns button:hover{opacity:.8;border:1px solid #b2b5b8}.Panel .panel__body .d-flex{align-items:center;display:flex}.Panel .panel__body .d-flex.gap-10{gap:10px}.Panel .panel__body .d-flex.justify-between{justify-content:space-between}.Panel .panel__body .d-flex .more-buttons{opacity:0;transition:opacity .1s ease-in-out}.Panel .panel__body .d-flex .btns,.Panel .panel__body .d-flex .more-buttons{gap:3px;display:flex}.Panel .panel__body .d-flex .btns button,.Panel .panel__body .d-flex .more-buttons button{cursor:pointer;-webkit-backdrop-filter:blur(23px);backdrop-filter:blur(23px);background:#e2e3e54a;border:1px solid #3e4b600d;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:17px;transition:transform .1s ease-in-out;display:flex}.Panel .panel__body .d-flex .btns button:hover,.Panel .panel__body .d-flex .more-buttons button:hover{transform:scale(1.1)}.Panel .panel__body .d-flex .more-buttons{position:relative}.Panel .panel__body .d-flex .more-buttons.is-active{opacity:1!important}.Panel .panel__body .d-flex .btns{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;background-color:#3e4b6017;border:1px solid #3e4b600d;border-radius:7px;padding:10px;position:absolute;top:-10px;left:-40px}.Panel .panel__body .d-flex .btns button{background-color:#ffffffd6}.Panel .panel__body .d-flex input{background:0 0;border:none;outline:none;align-items:center;width:100%;min-width:150px;padding:5px 0;font-family:NunitoSans,sans-serif;font-size:16px;font-weight:500;transition:padding .1s ease-in-out;display:flex}.Panel .panel__body .d-flex input:focus{border-radius:2px;outline:1.5px solid #3e4b602e;padding:5px}.Panel .panel__body .d-flex textarea{resize:none;background:0 0;border:none;outline:none;align-items:center;width:100%;min-width:150px;max-width:500px;height:31px;min-height:31px;max-height:300px;padding:5px 0;font-family:NunitoSans,sans-serif;font-size:16px;font-weight:500;transition:padding .1s ease-in-out;display:flex;overflow:hidden}.Panel .panel__body .d-flex textarea:focus{resize:both;border-radius:2px;outline:1.5px solid #3e4b602e;padding:5px;overflow:auto}.Panel .panel__body span.is-opacity-4{opacity:.4}.Panel .panel__body th{padding:.5em .75em!important}.Panel .panel__body td:hover .more-buttons{opacity:1}.Panel .panel__body td.no-data{text-align:center;padding:15px!important}@media screen and (max-width:1050px){.Panel .panel__body td.no-data{text-align:left}}.Panel .panel .resizer{cursor:col-resize;z-index:1;width:10px;height:100%;position:absolute;top:0;right:0}.Panel .panel .resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.Panel .sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.Panel .sortable .th-wrapper{white-space:nowrap;align-items:center;gap:5px;display:flex}.Panel .sortable .th-wrapper span{align-items:center;gap:5px;display:flex}.Panel .sortable .th-wrapper span svg{width:11px}.Panel .sortable .th-wrapper.is-min-width{min-width:170px}.Panel mark.highlight{background-color:#3e4b6029}.Panel .qr-modal{z-index:9999990;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#cbd0d53e;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Panel .qr-modal-container{text-align:center;aspect-ratio:1;background:#fff;border:1px solid #ddd;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:350px;margin:20px;padding:40px;display:flex;position:relative}@media screen and (max-width:500px){.Panel .qr-modal-container{border-radius:20px;padding:0}}.Panel .qr-modal-container img{aspect-ratio:1;border-radius:20px;width:100%}.Panel .qr-modal-container button{color:#9699a6;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;font-size:1.5rem;transition:opacity .15s ease-in-out;display:flex;position:absolute;top:20px;right:20px}@media screen and (max-width:500px){.Panel .qr-modal-container button{background-color:#fff;border-radius:10px;top:-50px;right:0}}.Panel .qr-modal-container button:hover{opacity:.9}
@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans.ttf)}:root{--modal-bg:#fff;--modal-border:#d1d1d1;--modal-btn-bg:#f0f0f0;--modal-btn-color:#808aa1;--bg-modal-box:#ffffff67}[data-theme=dark]{--modal-bg:#131c2f69;--modal-border:#282a3f;--modal-btn-bg:#0b0c20;--modal-btn-color:#969fb2;--bg-modal-box:#01051f67}.Modal{background:var(--bg-modal-box);z-index:999999999;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);width:100%;height:100vh;transition:opacity .1s ease-in-out;position:fixed;inset:0;overflow:hidden;transform:translate(-100%)}.Modal.is-active{opacity:1;transform:translate(0%)}@media screen and (min-width:501px){.Modal.is-active .Modal-Container{animation:.2s .1s forwards transformModal1}}@media screen and (max-width:500px){.Modal.is-active .Modal-Container{animation:.2s ease-in-out .1s forwards transformModal2}}.Modal .custom-scrollbar{max-height:700px}@media screen and (max-height:860px){.Modal .custom-scrollbar{max-height:600px}}@media screen and (max-height:755px){.Modal .custom-scrollbar{max-height:500px}}@media screen and (max-height:660px){.Modal .custom-scrollbar{max-height:400px}}@media screen and (max-height:565px){.Modal .custom-scrollbar{max-height:calc(100vh - 200px)}}@media screen and (max-width:500px){.Modal .custom-scrollbar{max-height:45vh}}.Modal .custom-scrollbar .simplebar-scrollbar:before{background:#8b959f}.Modal.is-btns .custom-scrollbar{max-height:600px}@media screen and (max-height:860px){.Modal.is-btns .custom-scrollbar{max-height:500px}}@media screen and (max-height:755px){.Modal.is-btns .custom-scrollbar{max-height:400px}}@media screen and (max-height:660px){.Modal.is-btns .custom-scrollbar{max-height:300px}}@media screen and (max-height:565px){.Modal.is-btns .custom-scrollbar{max-height:calc(100vh - 300px)}}@media screen and (max-width:500px){.Modal.is-btns .custom-scrollbar{max-height:35vh}}.Modal.is-fullwidth .custom-scrollbar{max-height:calc(100vh - 150px)}.Modal.is-fullwidth.is-btns .custom-scrollbar{max-height:calc(100vh - 226px)}@media screen and (min-width:501px){.Modal-Box{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}}.Modal-Container{background:var(--modal-bg);outline:1px solid var(--modal-border);border-radius:40px;width:100%;padding:20px;transition:transform .1s ease-in-out}@media screen and (min-width:501px){.Modal-Container{transform:scale(0)}}@media screen and (max-width:500px){.Modal-Container{border-bottom:none;border-left:none;border-right:0;border-radius:40px 40px 0 0;padding:10px;position:fixed;bottom:0;transform:translateY(100%)}}.Modal-Content{padding:20px 0 0;position:relative}.Modal-Content .btns{border-radius:99999px;gap:5px;padding:10px;display:flex;position:absolute}@media screen and (max-width:500px){.Modal-Content .btns{background-color:var(--modal-bg);outline:1px solid var(--modal-border);top:-90px;right:0}}@media screen and (min-width:501px){.Modal-Content .btns{top:0;right:0}}.Modal-Content .btns button.btn{cursor:pointer;width:40px;height:40px;color:var(--modal-btn-color);background:var(--modal-btn-bg);opacity:.8;border:none;border-radius:99999px;justify-content:center;align-items:center;padding:10px;font-size:1.7rem;transition:opacity .15s ease-in-out;display:flex}.Modal-Content .btns button.btn:hover{opacity:1}.Modal-Content small{color:var(--modal-btn-color)}.Modal-Content small.is-btm{margin-bottom:10px}.Modal-Content .text{scroll-behavior:smooth;max-height:700px;padding:0 20px;font-size:16px;line-height:1.4;scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.Modal-Content .text::-webkit-scrollbar{width:6px!important;height:6px!important}.Modal-Content .text::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.Modal-Content .text::-webkit-scrollbar-track{background:#9195ac!important}@media screen and (max-width:500px){.Modal-Content .text{font-size:14px}}.Modal-Content .text p:last-child{margin-bottom:0}.Modal-Content .text blockquote{background:linear-gradient(90deg,#0075ff2b,#0000);border-left:3px solid #0075ff;margin-left:0;padding:10px}.Modal-Content .text blockquote p:first-child{margin-top:0}.Modal-Content .text blockquote p:last-child{margin-bottom:0}.Modal-Content .text form{flex-direction:column;gap:7px;padding:10px 0;display:flex}.Modal-Content .text input{background:0 0;border:none;border-radius:7px;outline:none;width:100%;padding:13px;font-family:NunitoSans,sans-serif;font-size:15px;transition:box-shadow .13s ease-in-out;box-shadow:0 0 0 1px #91969973}.Modal-Content .text input::placeholder{color:var(--modal-btn-color)}.Modal-Content .text input:focus{box-shadow:0 0 0 2px #65799173}.Modal-Content .text select{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:7px;outline:none;width:100%;padding:13px;font-family:NunitoSans,sans-serif;font-size:15px;transition:box-shadow .13s ease-in-out;position:relative;box-shadow:0 0 0 1px #91969973}.Modal-Content .text select::placeholder{color:var(--modal-btn-color)}.Modal-Content .text select:focus{box-shadow:0 0 0 2px #65799173}.Modal-Content .text .select{position:relative}.Modal-Content .text .select:after{content:"↕";color:var(--modal-btn-color);display:block;position:absolute;top:25%;right:13px}.Modal-Content .text ol,.Modal-Content .text ul{padding-left:15px}.Modal-Content .text a{color:#0075ff;text-decoration:none;transition:color .13s ease-in-out}.Modal-Content .text a:hover{color:#ff00d9}.Modal-Content .buttons{border-top:1px solid var(--modal-border);flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:20px;display:flex}.Modal-Content .buttons button{color:#fff;cursor:pointer;background-color:#0075ff;border:none;border-radius:10px;padding:13px 20px;font-family:NunitoSans,sans-serif;font-size:16px;text-decoration:none;transition:opacity .13s ease-in-out}.Modal-Content .buttons button.is-fullwidth{width:100%}.Modal-Content .buttons button:hover{opacity:.8}.Modal-Content h2{margin:0 20px 10px;font-size:26px}@media screen and (max-width:500px){.Modal-Content h2{font-size:23px}}.Modal.is-fullwidth .Modal-Box{padding:0}.Modal.is-fullwidth .Modal-Container{border-radius:0;width:100%;height:100vh;inset:0;max-width:inherit!important}@media screen and (max-width:500px){.Modal.is-fullwidth .Modal-Container .Modal-Content h2{margin-top:10px}}.Modal.is-fullwidth .Modal-Container .Modal-Content .text{max-height:calc(100vh - 150px)}.Modal.is-fullwidth .Modal-Container .Modal-Content .btns{top:0;right:0}@media screen and (max-width:500px){.Modal.is-fullwidth .Modal-Container .Modal-Content .btns{background-color:#0000;outline:none;padding:0}.Modal.is-fullwidth .Modal-Container .Modal-Content .btns button.btn{border-radius:99999px;width:30px;height:30px;padding:5px;font-size:1.5rem}}.Modal.is-fullwidth.is-btns .text{max-height:calc(100vh - 226px)}@keyframes transformModal1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes transformModal2{0%{transform:translateY(100%)}to{transform:translateY(0%)}}
[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:auto;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;left:0;right:0}.simplebar-scrollbar:before{content:"";opacity:0;background:#000;border-radius:7px;transition:opacity .2s linear .5s;position:absolute;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-duration:0s;transition-delay:0s}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;min-height:0;inset:0 auto 0 0}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}
.ModalCreate{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999996;background-color:#cbd0d53e;width:100%;height:calc(100vh - 70px);transition:opacity .15s ease-in-out,transform .5s;position:fixed;top:70px;left:0;right:0}.ModalCreate:not(.is-active){opacity:0;transform:translate(-100%)}.ModalCreate__container{background-color:#fff;border-right:1px solid #ddd;width:50%;height:100vh;padding:20px}@media screen and (max-width:1070px){.ModalCreate__container{width:80%}}@media screen and (max-width:550px){.ModalCreate__container{border-right:none;width:100%}}.ModalCreate__container-header{width:100%}.ModalCreate__container-header button{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:opacity .1s ease-in-out;display:flex}.ModalCreate__container-header button:hover{opacity:.8}.ModalCreate__container-content{padding:20px}@media screen and (max-width:450px){.ModalCreate__container-content{padding:20px 0}}.ModalCreate__container form{width:100%;max-width:650px;margin-top:30px}.ModalCreate__container form .line{gap:10px;display:flex}@media screen and (max-width:580px){.ModalCreate__container form .line.is-adaptive{flex-direction:column}}.ModalCreate__container form .line.is-column{flex-direction:column}.ModalCreate__container form .line span.is-vr{opacity:.5;background-color:#9da3c1;width:1px;margin:5px 0;display:block}.ModalCreate__container form .line input,.ModalCreate__container form .line button,.ModalCreate__container form .line textarea{font-family:NunitoSans,sans-serif}.ModalCreate__container form .line input{color:#4c547d;background-color:#f2f3f6;border:none;border-radius:15px;outline:none;width:100%;height:60px;padding:0 17px;font-size:17px}.ModalCreate__container form .line input[type=file]{cursor:pointer;padding-top:17.5px}.ModalCreate__container form .line input::placeholder{color:#b3b7c7}.ModalCreate__container form .line textarea{color:#4c547d;resize:vertical;background-color:#f2f3f6;border:none;border-radius:15px;outline:none;width:100%;height:170px;min-height:100px;max-height:350px;padding:20px 17px;font-size:17px}.ModalCreate__container form .line textarea::placeholder{color:#b3b7c7}.ModalCreate__container form .line button.is-standard{cursor:default;-webkit-user-select:none;user-select:none;color:#505d78;background-color:#eaebf0;border:none;border-radius:15px;height:60px;padding:0 37px;font-size:17px;transition:background-color .15s ease-in-out,opacity .1s ease-in-out}.ModalCreate__container form .line button.is-standard.btn-setting{cursor:pointer;place-content:center;place-items:center;padding:0 20px;font-size:1.6rem;display:flex}@media screen and (max-width:360px){.ModalCreate__container form .line button.is-standard.btn-setting{height:50px;padding:15px;font-size:1.4rem}}.ModalCreate__container form .line button.is-standard.btn-setting:not(.is-active):hover{opacity:.7}.ModalCreate__container form .line button.is-standard.is-active{color:#fff;cursor:pointer;background-color:#0075ff}.ModalCreate__container form .line button.is-switch{-webkit-user-select:none;user-select:none;color:#505d78;cursor:pointer;background-color:#eaebf0;border:none;border-radius:15px;outline:1px solid #0000;place-content:center;place-items:center;height:60px;padding:0 20px;font-size:1.6rem;transition:outline .15s ease-in-out,background-color .15s ease-in-out,opacity .1s ease-in-out;display:flex}.ModalCreate__container form .line button.is-switch:not(.is-active):hover{opacity:.8}@media screen and (max-width:360px){.ModalCreate__container form .line button.is-switch{height:50px;padding:15px;font-size:1.4rem}}.ModalCreate__container form .line button.is-switch.is-active{cursor:default;background-color:#ebeefa;outline:1px solid #c6d1e7}
.ModalEdit{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999996;background-color:#cbd0d53e;width:100%;height:calc(100vh - 70px);transition:opacity .15s ease-in-out,transform .5s;position:fixed;top:70px;left:0;right:0}.ModalEdit:not(.is-active){opacity:0;transform:translate(-100%)}.ModalEdit h2{margin-bottom:30px}.ModalEdit__container{background-color:#fff;border-right:1px solid #ddd;width:50%;height:100vh;padding:20px}@media screen and (max-width:1070px){.ModalEdit__container{width:80%}}@media screen and (max-width:550px){.ModalEdit__container{border-right:none;width:100%}}.ModalEdit__container-header{width:100%}.ModalEdit__container-header button{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:opacity .1s ease-in-out;display:flex}.ModalEdit__container-header button:hover{opacity:.8}.ModalEdit__container-content{padding:20px}@media screen and (max-width:450px){.ModalEdit__container-content{padding:20px 0}}.ModalEdit__container-content label{margin-bottom:16px;display:block}.ModalEdit__container-content label span{color:#333;font-size:13.5px;font-weight:500;display:block}.ModalEdit__container-content label input,.ModalEdit__container-content label textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:12px;font-size:14px;transition:box-shadow .1s ease-in-out,border-color .1s ease-in-out}.ModalEdit__container-content label input:focus,.ModalEdit__container-content label textarea:focus{border-color:#0075ff;outline:none;box-shadow:0 0 0 3px #0075ff1c}.ModalEdit__container-content label textarea{resize:vertical;height:100px;min-height:55px;max-height:270px}.ModalEdit__container-content button{color:#fff;cursor:pointer;background:#0075ff;border:none;border-radius:6px;width:100%;margin-top:7px;padding:12px;font-size:15px;transition:background .1s ease-in-out,opacity .1s ease-in-out}.ModalEdit__container-content button:hover{opacity:.8}.ModalEdit__container-content button:disabled{cursor:not-allowed;background:#c0c4cc}.ModalEdit__container-content button.is-loading{color:#0000;position:relative}.ModalEdit__container-content button.is-loading:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{to{transform:rotate(360deg)}}
.ModalStatistic{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999996;background-color:#cbd0d540;width:100%;height:calc(100vh - 70px);transition:opacity .15s ease-in-out,transform .3s;position:fixed;top:70px;left:0;right:0}.ModalStatistic:not(.is-active){opacity:0;pointer-events:none;transform:translate(-100%)}.ModalStatistic__container{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-right:1px solid #e2e8f0;width:800px;max-width:90%;height:100vh;padding:0 0 100px;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.ModalStatistic__container::-webkit-scrollbar{width:6px!important;height:6px!important}.ModalStatistic__container::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.ModalStatistic__container::-webkit-scrollbar-track{background:#9195ac!important}@media screen and (max-width:968px){.ModalStatistic__container{border-right:none;width:100%;max-width:100%}}.ModalStatistic__container-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 24px;position:sticky;top:0}.ModalStatistic__container-header .back-button{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:opacity .1s ease-in-out;display:flex}.ModalStatistic__container-header .back-button:hover{opacity:.8}.ModalStatistic__container-header h2{color:#1e293b;margin:16px 0 0;font-size:24px;font-weight:600}.ModalStatistic__container-header .link-url{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:14px;overflow:hidden}.ModalStatistic__container-content{padding:24px}.ModalStatistic__container-content h3{color:#374151;align-items:center;gap:8px;margin:0 0 20px;font-size:18px;font-weight:600;display:flex}.ModalStatistic__container-content .stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:32px;display:grid}.ModalStatistic__container-content .stats-details{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}@media screen and (max-width:768px){.ModalStatistic__container-content .stats-details{grid-template-columns:1fr}}.ModalStatistic__container-content .stats-column,.ModalStatistic__container-content .stats-lists{flex-direction:column;gap:20px;display:flex}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:15px;padding:20px;display:flex}.stat-card__icon{background-color:#f2f3f6;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.stat-card__icon.icon-1{color:#868996;background-color:#f2f3f6}.stat-card__icon.icon-2{color:#325fff;background-color:#e8edff}.stat-card__icon.icon-3{color:#ff2093;background-color:#ffe8fa}.stat-card__content{flex:1}.stat-card__content h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:14px;font-weight:500}.stat-card__content__value{color:#1e293b;margin:0;font-size:24px;font-weight:700}.stat-card__content__subtitle{color:#94a3b8;margin:4px 0 0;font-size:12px}.stat-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.stat-section__header{cursor:pointer;background:#f8fafc;align-items:center;gap:12px;padding:16px 20px;display:flex}.stat-section__header svg{color:#64748b;font-size:18px}.stat-section__header h3{color:#374151;-webkit-user-select:none;user-select:none;flex:1;margin:0;font-size:16px;font-weight:600}.stat-section__header__toggle{color:#64748b;font-size:12px}.stat-section__content{padding:16px 20px}.stat-section__content .no-data{color:#94a3b8;text-align:center;margin:0;padding:16px 0;font-size:14px}.stat-item{margin-bottom:12px}.stat-item:last-child{margin-bottom:0}.stat-item__info{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:14px;display:flex}.stat-item__label{color:#374151;flex:1;padding-right:12px;font-weight:500;overflow:hidden}.stat-item__count{color:#64748b;white-space:nowrap;font-weight:500}.stat-item__bar{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.stat-item__bar-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;height:100%;transition:width .3s}.real-time-stats{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px}.real-time-stats .real-time-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.real-time-stats .real-time-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.real-time-stats .real-time-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.real-time-stats .real-time-card__icon{color:#0ea5e9;background:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.real-time-stats .real-time-card__content{flex:1}.real-time-stats .real-time-card__content h4{color:#64748b;margin:0 0 4px;font-size:14px;font-weight:500}.real-time-stats .real-time-card__content__value{color:#1e293b;margin:0;font-size:20px;font-weight:700}@media screen and (max-width:768px){.ModalStatistic__container-content{padding:16px}.stats-grid,.stats-details{grid-template-columns:1fr!important}.stat-card{padding:16px}.stat-card__icon{width:40px;height:40px;font-size:20px}.stat-card__value{font-size:20px!important}}@media screen and (max-width:768px) and (max-width:700px){.stat-card__value{font-size:15px!important}}@media screen and (max-width:768px){.stat-item__info{flex-direction:column;align-items:flex-start;gap:2px}.stat-item__count{font-size:12px}.real-time-grid{grid-template-columns:1fr!important}}
