html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:12px;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{min-width:680px;min-height:420px;width:100vw;height:100vh;font-size:12px}*{outline:none;box-sizing:border-box;user-select:none;overflow:hidden;font-size:12px;font-family:monospace,Arial,sans-serif}form{display:flex;flex-direction:column;width:100%}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background-color:#292929;border:1px solid #1c1c1c}*::-webkit-scrollbar-track{background-color:#353535}#notify-layout{position:absolute;z-index:600}#dropdown-layout{position:absolute;z-index:500}#context-menu-layout{z-index:300;position:absolute}#window-layout{z-index:200;position:absolute}#toolbar-layout{position:absolute;z-index:100;width:100vw;height:36px;background-color:#191919;box-shadow:0 0 3px #161616}#sidebar-layout{position:absolute;bottom:0;z-index:100;width:100vw;height:36px;background-color:#191919;box-shadow:0 0 3px #161616}#page-layout{position:absolute;top:36px;z-index:50;width:100vw;height:calc(100vh - 72px);background-color:#424242;box-shadow:0 0 3px #161616}.m-micro{margin:1.5px}.m-micro-start{margin-inline-start:1.5px}.m-micro-end{margin-inline-end:1.5px}.m-micro-top{margin-block-start:1.5px}.m-micro-bottom{margin-block-end:1.5px}.m-micro-horizontal{margin-inline-start:1.5px;margin-inline-end:1.5px}.m-micro-vertical{margin-block-end:1.5px;margin-block-start:1.5px}.m-mini{margin:3px}.m-mini-start{margin-inline-start:3px}.m-mini-end{margin-inline-end:3px}.m-mini-top{margin-block-start:3px}.m-mini-bottom{margin-block-end:3px}.m-mini-horizontal{margin-inline-start:3px;margin-inline-end:3px}.m-mini-vertical{margin-block-end:3px;margin-block-start:3px}.m-half{margin:6px}.m-half-start{margin-inline-start:6px}.m-half-end{margin-inline-end:6px}.m-half-top{margin-block-start:6px}.m-half-bottom{margin-block-end:6px}.m-half-horizontal{margin-inline-start:6px;margin-inline-end:6px}.m-half-vertical{margin-block-end:6px;margin-block-start:6px}.m{margin:12px}.m-start{margin-inline-start:12px}.m-end{margin-inline-end:12px}.m-top{margin-block-start:12px}.m-bottom{margin-block-end:12px}.m-horizontal{margin-inline-start:12px;margin-inline-end:12px}.m-vertical{margin-block-end:12px;margin-block-start:12px}.p-micro{padding:1.5px}.p-micro-start{padding-inline-start:1.5px}.p-micro-end{padding-inline-end:1.5px}.p-micro-top{padding-block-start:1.5px}.p-micro-bottom{padding-block-end:1.5px}.p-micro-horizontal{padding-inline-start:1.5px;padding-inline-end:1.5px}.p-micro-vertical{padding-block-end:1.5px;padding-block-start:1.5px}.p-mini{padding:3px}.p-mini-start{padding-inline-start:3px}.p-mini-end{padding-inline-end:3px}.p-mini-top{padding-block-start:3px}.p-mini-bottom{padding-block-end:3px}.p-mini-horizontal{padding-inline-start:3px;padding-inline-end:3px}.p-mini-vertical{padding-block-end:3px;padding-block-start:3px}.p-half{padding:6px}.p-half-start{padding-inline-start:6px}.p-half-end{padding-inline-end:6px}.p-half-top{padding-block-start:6px}.p-half-bottom{padding-block-end:6px}.p-half-horizontal{padding-inline-start:6px;padding-inline-end:6px}.p-half-vertical{padding-block-end:6px;padding-block-start:6px}.p{padding:12px}.p-start{padding-inline-start:12px}.p-end{padding-inline-end:12px}.p-top{padding-block-start:12px}.p-bottom{padding-block-end:12px}.p-horizontal{padding-inline-start:12px;padding-inline-end:12px}.p-vertical{padding-block-end:12px;padding-block-start:12px}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes endlessMove{0%{background-position:100% 100%}to{background-position:0% 0%}}@keyframes upscale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes downscale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes blink{0%{opacity:.2}to{opacity:1}}.blink{animation:blink .5s steps(20,start) infinite}.spinning{animation:spinner 4s linear infinite}.pending{background:linear-gradient(-45deg,#da810d 25% 25%,#191919 25% 50%,#da810d 50% 75%,#191919 75% 100%);background-size:200% 200%;animation:endlessMove .3s linear infinite;opacity:.5}.blur{filter:blur(1px)}.h100p{height:100%}.w100p{width:100%}.border{border:1px solid #161616}.border-top{border-top:1px solid #161616}.border-bottom{border-bottom:1px solid #161616}.border-right{border-right:1px solid #161616}.border-left{border-left:1px solid #161616}.border-vertical{border-top:1px solid #161616;border-bottom:1px solid #161616}.border-horizontal{border-left:1px solid #161616;border-right:1px solid #161616}small{font-size:9.6px}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.dropdown-wrapper{position:relative;height:100vh;width:100vw;z-index:1000}.dropdown-children{position:absolute;overflow-y:auto}.window{position:absolute;border:solid 1px #161616;background-color:#424242;box-shadow:5px 5px 1px #0000001a;filter:saturate(20%) contrast(.8)}.window.active{filter:unset}.window.hidden{top:-200vh}.window-wrapper{position:relative;top:36px;height:calc(100vh - 72px);width:100vw;background-color:#4242424d}.window.react-draggable-dragging{opacity:.5}.window-toolbar{cursor:pointer;height:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:solid 1px #161616}.react-draggable-dragging .window-toolbar{cursor:all-scroll}.window-control{display:flex;flex-grow:0}.window-control-hide{display:flex;justify-content:center;align-items:center;width:24px;height:24px;color:#e3e3e3;background-color:#2b2b2b}.window-control-hide:hover{background-color:#e3e3e3;color:#424242}.window-control-close{display:flex;justify-content:center;align-items:center;width:24px;height:24px;color:#dc3848;background-color:#2b2b2b}.window-control-close:hover{background-color:#dc3848;color:#e3e3e3}.window-title{background-color:#2b2b2b;color:#e3e3e3;font-weight:700;flex-grow:1;display:flex;justify-content:start;align-items:center}.window-title-icon{display:flex;justify-content:center;align-items:center;color:#da810d;width:24px;height:24px}.window-title-text{margin-inline-start:6px}.window-content{color:#e3e3e3;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:1280px;max-height:760px}.window-content-blind{cursor:not-allowed;width:100%;height:100%;z-index:2;position:absolute;opacity:.05;background-color:#424242}.window-sidebar{border-top:solid 1px #161616;padding-inline:6px;padding-block:3px;display:flex;justify-content:end;align-items:center}.window-message-error{background-color:#dc3848;color:#e3e3e3;padding:12px;width:100%;display:flex;justify-content:center;align-items:center}.window-message-info{background-color:#4a8eb5;color:#e3e3e3;padding:12px;width:100%;display:flex;justify-content:center;align-items:center}.window-message-warning{background-color:#f58f0a;color:#e3e3e3;padding:12px;width:100%;display:flex;justify-content:center;align-items:center}.window-message-success{background-color:#1a9336;color:#e3e3e3;padding:12px;width:100%;display:flex;justify-content:center;align-items:center}.sidebar{height:100%;display:flex;justify-content:start;align-items:center;background-color:#191919;padding-inline-start:3px;padding-inline-end:3px}.sidebar-panel{display:flex;justify-content:start;align-items:center;flex-grow:1}.sidebar-tray{display:flex;font-weight:700;justify-content:end;align-items:center;color:#da810d;flex-direction:row;margin-inline-end:12px;font-size:15px}.sidebar-indicator{font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;height:30px;width:100%;max-width:288px;min-width:72px;margin:3px;background-color:#333;padding-inline-start:3px;padding-inline-end:3px}.sidebar-indicator:hover{background-color:#3f3f3f}.sidebar-indicator.active{background-color:#4c4c4c}.sidebar-indicator.active:hover{background-color:#595959}.sidebar-indicator-title{color:#e3e3e3;padding-inline-start:3px}.sidebar-indicator-icon{color:#da810d;padding-inline-end:3px}.notification{max-height:288px;cursor:pointer;animation:upscale .25s ease-in;margin-block-end:12px;display:flex;flex-direction:column;color:#e3e3e3;transition:opacity .25s ease}.notification-list{right:12px;bottom:36px;width:288px;max-height:calc(100vh - 72px);display:flex;flex-direction:column-reverse;justify-content:flex-end}.notification-title{display:flex;font-weight:700;justify-content:space-between;align-items:center;padding:3px}.error .notification-title{border-bottom:1px solid #d52537}.warning .notification-title{border-bottom:1px solid #dd8109}.success .notification-title{border-bottom:1px solid #167d2e}.info .notification-title{border-bottom:1px solid #4380a3}.message .notification-title{border-bottom:1px solid #bababa}.notification-message{padding:6px;overflow-y:auto}.notification.hidden{animation:downscale .5s ease-in}.notification.error{color:#e3e3e3;background-color:#dc3848;border:1px solid #d52537}.notification.warning{color:#e3e3e3;background-color:#f58f0a;border:1px solid #dd8109}.notification.success{color:#e3e3e3;background-color:#1a9336;border:1px solid #167d2e}.notification.info{color:#e3e3e3;background-color:#4a8eb5;border:1px solid #4380a3}.notification.message{color:#e3e3e3;background-color:#c7c7c7;border:1px solid #bababa}.notification:hover{opacity:.75}.page-navigator{display:flex;flex-direction:column;height:100%;border-right:1px solid #161616;background-color:#2b2b2b;color:#da810d}.page-navigator-item{width:36px;height:36px;font-size:15px;cursor:pointer;display:flex;justify-content:center;align-items:center}.page-navigator-item.color{color:#4a8eb5}.page-navigator-item.color:hover{color:#6ea5c4;background-color:#454545}.page-navigator-item:hover{color:#f29a28;background-color:#454545}.page-navigator-item.active{background-color:#121212}.page-content{background-color:#424242;width:100%;height:100%;border-right:solid 1px #161616}.context-menu{display:flex;flex-direction:column;min-width:200px;width:fit-content;position:relative;border:solid 1px #161616;background-color:#424242;box-shadow:5px 5px 1px #0000001a}.context-menu-wrapper{position:relative;height:100vh;width:100vw}.context-menu-item{cursor:pointer;display:flex;color:#e3e3e3;padding:6px}.context-menu-item:hover{background-color:#da810d;color:#e3e3e3}.context-menu-icon{display:flex;justify-content:center;align-items:center;width:15px;height:15px}.context-menu-label{height:15px;display:flex;justify-content:start;align-items:center;padding-inline-start:6px}.toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:24px;width:100%;height:36px;background-color:#191919;padding-inline-start:6px;padding-inline-end:12px}.toolbar-logo{display:flex;flex-direction:row;height:24px;width:100%;justify-content:start;align-items:center}.toolbar-logo-image{width:24px;height:24px}.toolbar-logo-item{padding-inline-start:12px;color:#da810d;font-weight:700;display:flex;flex-direction:row}.toolbar-middle{width:240px;display:flex;font-weight:700;justify-content:end;align-items:center;color:#da810d;flex-direction:row;margin-inline-end:12px;font-size:15px}.toolbar-buttons{width:120px;display:flex;flex-direction:row;justify-content:end;align-items:center}.toolbar-button{height:100%;width:24px;height:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:row;scale:1;transition:.2s ease scale;color:#da810d}.toolbar-button:hover{scale:1.25}.button{height:24px;min-width:72px;display:flex;font-size:10.8px;justify-content:center;align-items:center;background-color:#2b2b2b;border:solid 1px #121212;color:#e3e3e3;cursor:pointer;transition:all .25s ease-in-out;padding-inline-start:4px;padding-inline-end:4px}.button-group{margin-inline-start:4px}.button:hover{background-color:#121212}.button.primary{background-color:#da810d;border:solid 1px #aa650a}.button.primary:hover{background-color:#aa650a}.button.disable{cursor:not-allowed;background-color:#dbdbdb}.row{display:flex;justify-content:center;align-items:center;flex-grow:1;padding-inline-start:3px;padding-inline-end:3px;padding-block-start:3px;width:100%}.row.last{padding-block-end:3px}.col{display:flex;justify-content:center;text-align:center;align-items:center;flex-grow:1;padding:3px;height:100%}.col.center{justify-content:center}.col.start{justify-content:start}.col.end{justify-content:end}.col-1{width:10%}.col-2{width:20%}.col-3{width:30%}.col-4{width:40%}.col-5{width:50%}.col-6{width:60%}.col-7{width:70%}.col-8{width:80%}.col-9{width:90%}.col-10{width:100%}.field{width:100%;height:100%;border:solid 1px #161616;display:flex;justify-content:space-between;align-items:center;transition:all .25s ease-in-out;color:#e3e3e3}.field-wrapper{width:100%;height:24px;min-height:24px;display:flex}.field.focus{border:solid 1px #da810d}.field-disabled{cursor:not-allowed;background-color:#292929}.field-label{width:72px;text-align:start}.field-icon{display:flex;justify-content:center;align-items:center;cursor:pointer;height:18px;width:18px;margin-inline-end:3px;background-color:#2b2b2b;border:solid 1px #121212}.field-icon:hover{background-color:#121212}.field-join{width:100%;display:flex;align-items:center}.field-join-button{margin-inline-start:3px}.field-json{width:100%;display:flex;align-items:center}.field-json-button{margin-inline-start:3px}.field-boolean{width:100%;display:flex;align-items:center}.field-boolean-icon{display:flex;align-items:center;justify-content:start;cursor:pointer;color:#da810d;height:24px;width:24px}.field-boolean-icon svg{font-size:18px}.field-boolean-text{font-weight:700}.field-select{border:solid 1px #da810d;border-top:none;background-color:#424242;min-height:0px;max-height:250px}.field-select.reverse{border:solid 1px #da810d;border-bottom:none}.field-select-option{background-color:#424242;color:#e3e3e3;padding-inline-start:1.5px;align-items:center;justify-content:start;height:24px;width:100%;cursor:pointer;display:flex}.field-select-option.selected{background-color:#2b2b2b}.field-select-option.selected:hover,.field-select-option:hover{background-color:#da810d}input{flex-grow:1;border:none;background-color:#424242;color:#e3e3e3}.field-disabled input{cursor:not-allowed;background-color:#292929}.tabs-header{display:flex;justify-content:start;width:100%;height:24px}.tabs-header-button{user-select:none;cursor:pointer;padding:6px;padding-inline-start:6px;padding-inline-end:6px;transition:background-color .25s ease;color:#da810d}.tabs-header-button.active{background-color:#2b2b2b}.tabs-header-button.color{color:#4a8eb5}.tabs-header-button:hover{color:#f29a28}.tabs-header-button.active:hover{background-color:#121212}.tabs-content{width:100%;height:calc(100% - 24px);border-top:solid 1px #161616}.table-wrapper{width:100%;height:100%}.table-placeholder{padding:6px;color:#e3e3e3}.table-title{height:24px;font-weight:700;display:flex;justify-content:space-between;align-items:center;padding-inline-end:12px;color:#e3e3e3;background-color:#424242;border-bottom:solid 1px #161616}.table-title-action-list{height:100%;display:flex}.table-title-action{height:100%;width:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:row;scale:1;transition:.2s ease scale;color:#da810d}.table-title-action:hover{scale:1.25}.table-record-row{display:flex;position:absolute;top:0;left:0;height:18px;transition:.2s ease filter}.table-record-row:hover{filter:brightness(1.1)}.table-record-cell{cursor:pointer;white-space:nowrap;user-select:none;display:flex;justify-content:start;align-items:center;border-right:solid 1px #161616;border-bottom:solid 1px #161616;font-size:12px;height:18px;padding-inline-start:2px;background-color:#8b8b8b;color:#000}.table-record-cell.selected{color:#e3e3e3;background-color:#da810d}.table-record-cell.last{border-right:none}.table-header-row{display:flex;height:18px}.table-header-cell{cursor:pointer;white-space:nowrap;user-select:none;display:flex;justify-content:space-between;align-items:center;border-right:solid 1px #161616;border-bottom:solid 1px #161616;font-size:12px;font-weight:700;height:18px;padding-inline-start:2px;padding-inline-end:2px;transition:.2s ease filter;background-color:#2b2b2b;color:#e3e3e3}.table-header-cell:hover{filter:brightness(1.2)}.table-header-cell.last{border-right:none}.table-filter-row{display:flex;height:18px;background-color:#424242}.table-filter-cell{cursor:text;white-space:nowrap;user-select:none;display:flex;justify-content:start;align-items:center;border-right:solid 1px #161616;border-bottom:solid 1px #161616;background-color:#424242;font-size:12px;height:18px}.table-filter-cell.last{border-right:none}.table-filter-input{width:100%;height:100%;background-color:unset;padding:0;margin:0}.table-filter-wrapper{width:100%;height:100%;transition:.25s ease border}.table-filter-wrapper.focus{border:solid 1px #da810d}.table-filter-wrapper.disabled{display:none;cursor:not-allowed}.table-filter-wrapper.disabled:hover{border:none}.table-sidebar{border-top:solid 1px #161616;font-weight:700;background-color:#424242;height:18px;display:flex;justify-content:space-between;align-items:center;padding-inline-start:1.5px;padding-inline-end:1.5px}.table-sidebar-icon{cursor:pointer;color:#da810d;width:18px;height:18px;display:flex;justify-content:center;align-items:center;padding-inline-start:1.5px;padding-inline-end:1.5px;transition:.2s ease scale}.table-sidebar-icon:hover{color:#f29a28;scale:1.25}.table-sidebar-icon.disable{cursor:not-allowed;color:#da810d}.table-sidebar-text{display:flex;justify-content:center;align-items:center;color:#da810d;padding-inline-start:1.5px;padding-inline-end:1.5px}.table-sidebar-start{display:flex;color:#da810d;justify-content:start;align-items:center}.table-sidebar-end{display:flex;height:100%;color:#da810d;justify-content:end;align-items:center}.table-info{border-top:solid 1px #161616}.image{aspect-ratio:1;width:auto;max-height:400px;z-index:0}.image-wrapper{position:relative;width:100%;height:100%;text-align:center}.image-open{cursor:pointer;width:24px;height:24px;position:absolute;z-index:1;top:0;right:0;background-color:#191919;color:#e3e3e3;font-size:14.4px;display:flex;justify-content:center;align-items:center;border:1px solid #121212;opacity:.5;transition:.2s ease opacity}.image-open:hover{opacity:1}.content{display:flex;justify-content:center;align-items:center;flex-direction:column}.content-column{flex-direction:column}.content-row{flex-direction:row}.content-width-10{width:10%}.content-width-20{width:20%}.content-width-30{width:30%}.content-width-40{width:40%}.content-width-50{width:50%}.content-width-60{width:60%}.content-width-70{width:70%}.content-width-80{width:80%}.content-width-90{width:90%}.content-width-100{width:100%}.content-height-10{height:10%}.content-height-20{height:20%}.content-height-30{height:30%}.content-height-40{height:40%}.content-height-50{height:50%}.content-height-60{height:60%}.content-height-70{height:70%}.content-height-80{height:80%}.content-height-90{height:90%}.content-height-100{height:100%}.label{font-weight:700;color:#da810d}.textarea{outline:none;resize:none;overflow-y:auto;height:120px;width:100%;word-wrap:break-word;padding-block:6px;border:solid 1px #161616;flex-grow:1;background-color:#424242;color:#e3e3e3;transition:all .25s ease-in-out}.textarea:focus{border:solid 1px #da810d}.list{width:fit-content;overflow-y:auto;contain:strict}.spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.chat-sidebar-button{font-size:18px;color:#da810d;height:24px;width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease scale}.chat-sidebar-button.start{margin-inline-end:6px}.chat-sidebar-button.end{margin-inline-start:6px}.chat-sidebar-button:hover{scale:1.2}.chat-title{display:flex;justify-content:space-between;flex-direction:row;align-items:center;background-color:#2b2b2b;border-block-end:1px solid #161616}.chat-title-text{color:#e3e3e3;padding-inline-start:6px}.chat-title-icons{display:flex;flex-direction:row;align-items:center;justify-content:center}.chat-title-icon{cursor:pointer;color:#da810d;width:18px;height:18px;display:flex;justify-content:center;align-items:center;padding-inline-start:6px;padding-inline-end:6px;transition:.2s ease scale}.chat-title-icon:hover{color:#f29a28;scale:1.25}.chat-title-icon.inactive{color:#e3e3e3}.chat-messages{width:100%;height:100%;display:flex;justify-content:end;flex-direction:column}.chat-message-wrapper{width:100%;padding:6px;padding-block-end:0}.chat-message-system{user-select:text;width:100%;min-height:24px;display:flex;justify-content:center;align-items:center;color:#e3e3e3;background:#353535}.chat-message{width:100%;min-height:24px;display:flex;justify-content:start;align-items:stretch;border:1px solid #353535}.chat-message-text{user-select:text;padding:12px;color:#e3e3e3}.chat-message-file{color:#da810d;padding:6px;padding-inline-start:0;font-weight:700;cursor:pointer;transition:.2s ease color}.chat-message-file:hover{color:#f29a28}.chat-message-title{color:#e3e3e3;padding:12px;max-width:50%;min-width:192px;background:#353535}.chat-message-title-row{user-select:text}.system-chat-sidebar-button{font-size:18px;color:#da810d;height:24px;width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease scale}.system-chat-sidebar-button.start{margin-inline-end:6px}.system-chat-sidebar-button.end{margin-inline-start:6px}.system-chat-sidebar-button:hover{scale:1.2}.system-chat-title{display:flex;justify-content:space-between;flex-direction:row;align-items:center;background-color:#2b2b2b;border-block-end:1px solid #161616}.system-chat-title-text{color:#e3e3e3;padding-inline-start:6px}.system-chat-title-icons{display:flex;flex-direction:row;align-items:center;justify-content:center}.system-chat-title-icon{cursor:pointer;color:#da810d;width:18px;height:18px;display:flex;justify-content:center;align-items:center;padding-inline-start:6px;padding-inline-end:6px;transition:.2s ease scale}.system-chat-title-icon:hover{color:#f29a28;scale:1.25}.system-chat-title-icon.inactive{color:#e3e3e3}.system-chat-messages{width:100%;height:100%;display:flex;justify-content:end;flex-direction:column}.system-chat-message-wrapper{width:100%;padding:6px;padding-block-end:0}.system-chat-message-system{user-select:text;width:100%;min-height:24px;display:flex;justify-content:center;align-items:center;color:#e3e3e3;background:#353535}.system-chat-message{width:100%;min-height:24px;display:flex;justify-content:start;align-items:stretch;border:1px solid #353535}.system-chat-message-text{user-select:text;padding:12px;color:#e3e3e3}.system-chat-message-file{color:#da810d;padding:6px;padding-inline-start:0;font-weight:700;cursor:pointer;transition:.2s ease color}.system-chat-message-file:hover{color:#f29a28}.system-chat-message-title{color:#e3e3e3;padding:12px;max-width:50%;min-width:192px;background:#353535}.system-chat-message-title-row{user-select:text}.not-chat{color:#e3e3e3}.payment-chat-sidebar-button{font-size:18px;color:#da810d;height:24px;width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease scale}.payment-chat-sidebar-button.start{margin-inline-end:6px}.payment-chat-sidebar-button.end{margin-inline-start:6px}.payment-chat-sidebar-button:hover{scale:1.2}.payment-chat-title{display:flex;justify-content:space-between;flex-direction:row;align-items:center;background-color:#2b2b2b;border-block-end:1px solid #161616}.payment-chat-title-text{color:#e3e3e3;padding-inline-start:6px}.payment-chat-title-icons{display:flex;flex-direction:row;align-items:center;justify-content:center}.payment-chat-title-icon{cursor:pointer;color:#da810d;width:18px;height:18px;display:flex;justify-content:center;align-items:center;padding-inline-start:6px;padding-inline-end:6px;transition:.2s ease scale}.payment-chat-title-icon:hover{color:#f29a28;scale:1.25}.payment-chat-title-icon.inactive{color:#e3e3e3}.payment-chat-messages{width:100%;height:100%;display:flex;justify-content:end;flex-direction:column}.payment-chat-message-wrapper{width:100%;padding:6px;padding-block-end:0}.payment-chat-message-system{user-select:text;width:100%;min-height:24px;display:flex;justify-content:center;align-items:center;color:#e3e3e3;background:#353535}.payment-chat-message{width:100%;min-height:24px;display:flex;justify-content:start;align-items:stretch;border:1px solid #353535}.payment-chat-message-text{user-select:text;padding:12px;color:#e3e3e3}.payment-chat-message-file{color:#da810d;padding:6px;padding-inline-start:0;font-weight:700;cursor:pointer;transition:.2s ease color}.payment-chat-message-file:hover{color:#f29a28}.payment-chat-message-title{color:#e3e3e3;padding:12px;max-width:50%;min-width:192px;background:#353535}.payment-chat-message-title-row{user-select:text}.right-panel{width:100%;height:100%}.right-order{width:100%;height:70%}.left-panel{height:100%;min-width:500px}.active-order{height:50%}.disput-order,.fast-requisite{height:25%}.order-chat,.system-chat{height:50%}.not-chat{display:flex;justify-content:center;align-items:center;color:#e3e3e3;height:100%;width:100%}.config{border-width:1px;font-size:12px}.api-text{color:#7c6933}.api-bg{background-color:#7c6933}.info-text{color:#8499aa}.info-bg{background-color:#8499aa}.danger-text{color:#deaea4}.danger-bg{background-color:#deaea4}.warning-text{color:#ddca8f}.warning-bg{background-color:#ddca8f}.success-text{color:#86987c}.success-bg{background-color:#86987c}.x404-bg{background-color:#602525!important;color:#fff!important}.secret-bg{background-color:#6452c0!important;color:#fff!important}.bitzone-bg{background-color:#000!important;color:#fff!important}.mobius-bg{background-color:#033541!important;color:#fff!important}.x023-bg{background-color:#34c29a!important;color:#fff!important}.extasy-bg,.extasy-sber-bg{background-color:#6b005d!important;color:#fff!important}.extasy-check-bg{background-color:#70436a!important;color:red!important}.brabus-bg{background-color:#e6e6e6!important;color:#1b1b1b!important}.onyx-bg{background-color:#7aa700!important;color:#fff!important}.yappy-bg{background-color:#2d00a7!important;color:#fff!important}.storm-bg{background-color:#ff4271!important;color:#fff!important}.level-bg{background-color:#ffec42!important;color:#000!important}.paymoon-bg{background-color:#6a6a6a!important;color:#fff!important}.epic-bg{background-color:#02008f!important;color:#fff!important}.protocol-bg{background-color:#793600!important;color:#fff!important}.hanpay-bg{background-color:#5f367d!important;color:#fff!important}.smackpay-bg{background-color:#ff00d9!important;color:#fff!important}.continentale-bg{background-color:#2d00f8!important;color:#fff!important}.rocket-bg{background-color:#0090a3!important;color:#fff!important}.green-bg{background-color:#00530b!important;color:#fff!important}.red-bg{background-color:#9b0000;color:#fff}.default-bg{background-color:#8b8b8b}.default-text{color:#8b8b8b}.another-bg{background-color:#ab99b8}.another-text{color:#ab99b8}.alert-info{background-color:#4a8eb5}.error-message{background-color:red;color:#000}.payment-order{width:67%;height:100%}.payment-chat{width:33%;height:100%;display:flex;justify-content:center;align-items:center;color:#e3e3e3}
