body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}iframe{overflow:scroll}.Menu{color:snow}.MenuItem{color:#ff8c00!important;font-size:120%!important}.test{color:beige}.ant-layout-header,.ant-menu-dark{background-color:#2f4f4f}.ant-menu-dark .ant-menu-item-selected{background-color:transparent!important;font-style:italic;text-decoration:underline;text-decoration-color:#87ceeb;text-underline-offset:5px}.ant-picker-calendar .ant-picker-date-panel .ant-picker-content th{width:"100%"!important}.ant-spin-dot-item{background-color:salmon!important}.form button{border:none;background:none;color:#8b8ba7}.form{--timing: .3s;--width-of-input: 200px;--height-of-input: 40px;--border-height: 2px;--input-bg: #fff;--border-color: #2f2ee9;--after-border-radius: 1px;position:relative;width:var(--width-of-input);height:var(--height-of-input);display:flex;align-items:center;padding-inline:.8em;border-radius:var(--border-radius);transition:border-radius .5s ease;background:var(--input-bg,#fff)}.input{font-size:.9rem;background-color:transparent;width:100%;height:100%;padding-inline:.5em;padding-block:.7em;border:none}.form:before{content:"";position:absolute;background:var(--border-color);transform:scaleX(0);transform-origin:center;width:100%;height:var(--border-height);left:0;bottom:0;border-radius:1px;transition:transform var(--timing) ease}.form:focus-within{border-radius:var(--after-border-radius)}input:focus{outline:none}.form:focus-within:before{transform:scale(1)}.reset{border:none;background:none;opacity:0;visibility:hidden}input:not(:placeholder-shown)~.reset{opacity:1;visibility:visible}.form svg{width:17px;margin-top:3px}.wheel-and-hamster{--dur: 1s;position:relative;width:12em;height:12em;font-size:14px}.wheel,.hamster,.hamster div,.spoke{position:absolute}.wheel,.spoke{border-radius:50%;top:0;left:0;width:100%;height:100%}.wheel{background:radial-gradient(100% 100% at center,#9990 47.8%,#999 48%);z-index:2}.hamster{animation:hamster var(--dur) ease-in-out infinite;top:50%;left:calc(50% - 3.5em);width:7em;height:3.75em;transform:rotate(4deg) translate(-.8em,1.85em);transform-origin:50% 0;z-index:1}.hamster__head{animation:hamsterHead var(--dur) ease-in-out infinite;background:#f48c25;border-radius:70% 30% 0 100%/40% 25% 25% 60%;box-shadow:0 -.25em #facc9e inset,.75em -1.55em #fce6cf inset;top:0;left:-2em;width:2.75em;height:2.5em;transform-origin:100% 50%}.hamster__ear{animation:hamsterEar var(--dur) ease-in-out infinite;background:#fbb6b6;border-radius:50%;box-shadow:-.25em 0 #f48c25 inset;top:-.25em;right:-.25em;width:.75em;height:.75em;transform-origin:50% 75%}.hamster__eye{animation:hamsterEye var(--dur) linear infinite;background-color:#000;border-radius:50%;top:.375em;left:1.25em;width:.5em;height:.5em}.hamster__nose{background:#f98686;border-radius:35% 65% 85% 15%/70% 50% 50% 30%;top:.75em;left:0;width:.2em;height:.25em}.hamster__body{animation:hamsterBody var(--dur) ease-in-out infinite;background:#fce6cf;border-radius:50% 30%/15% 60% 40% 40%;box-shadow:.1em .75em #f48c25 inset,.15em -.5em #facc9e inset;top:.25em;left:2em;width:4.5em;height:3em;transform-origin:17% 50%;transform-style:preserve-3d}.hamster__limb--fr,.hamster__limb--fl{clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);top:2em;left:.5em;width:1em;height:1.5em;transform-origin:50% 0}.hamster__limb--fr{animation:hamsterFRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 80%,#f98686 80%);transform:rotate(15deg) translateZ(-1px)}.hamster__limb--fl{animation:hamsterFLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 80%,#fbb6b6 80%);transform:rotate(15deg)}.hamster__limb--br,.hamster__limb--bl{border-radius:.75em .75em 0 0;clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);top:1em;left:2.8em;width:1.5em;height:2.5em;transform-origin:50% 30%}.hamster__limb--br{animation:hamsterBRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 90%,#f98686 90%);transform:rotate(-25deg) translateZ(-1px)}.hamster__limb--bl{animation:hamsterBLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 90%,#fbb6b6 90%);transform:rotate(-25deg)}.hamster__tail{animation:hamsterTail var(--dur) linear infinite;background:#fbb6b6;border-radius:.25em 50% 50% .25em;box-shadow:0 -.2em #f98686 inset;top:1.5em;right:-.5em;width:1em;height:.5em;transform:rotate(30deg) translateZ(-1px);transform-origin:.25em .25em}.spoke{animation:spoke var(--dur) linear infinite;background:radial-gradient(100% 100% at center,#999 4.8%,#9990 5%),linear-gradient(#8c8c8c00 46.9%,#a6a6a6 47%,#a6a6a6 52.9%,#a6a6a600 53%) 50% 50% / 99% 99% no-repeat}@keyframes hamster{0%,to{transform:rotate(4deg) translate(-.8em,1.85em)}50%{transform:rotate(0) translate(-.8em,1.85em)}}@keyframes hamsterHead{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(8deg)}}@keyframes hamsterEye{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(0)}}@keyframes hamsterEar{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(12deg)}}@keyframes hamsterBody{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-2deg)}}@keyframes hamsterFRLimb{0%,25%,50%,75%,to{transform:rotate(50deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-30deg) translateZ(-1px)}}@keyframes hamsterFLLimb{0%,25%,50%,75%,to{transform:rotate(-30deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(50deg)}}@keyframes hamsterBRLimb{0%,25%,50%,75%,to{transform:rotate(-60deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(20deg) translateZ(-1px)}}@keyframes hamsterBLLimb{0%,25%,50%,75%,to{transform:rotate(20deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-60deg)}}@keyframes hamsterTail{0%,25%,50%,75%,to{transform:rotate(30deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(10deg) translateZ(-1px)}}@keyframes spoke{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.ql-container.ql-snow{background-color:#fff!important}.ql-container.ql-snow.ql-disabled{background-color:#0000000a!important}.wrapper{width:100%;display:flex}.wrapper .item{flex:1}.animationColorChange{width:100px;height:100px;background-color:red;animation-name:animationColorChange;animation-duration:4s;animation-iteration-count:infinite}@keyframes animationColorChange{0%{background-color:red}to{background-color:#ff0}}.animationHeightChange{width:100px;height:100px;background-color:red;animation-name:animationHeightChange;animation-duration:4s;animation-iteration-count:infinite}@keyframes animationHeightChange{0%{height:min-height}to{height:max-height}}.codeArea{height:500px;width:500px;border-width:1px;border-style:dashed}.box{height:50px;width:50px;position:relative;border-width:1px;border-style:dashed}.pos1{margin:0 auto auto 0}.pos2{margin:0 auto auto}.pos3{margin:0 0 auto auto}.pos4{margin:auto 0}.pos5{margin:auto}.pos6{margin:auto 0 auto auto}.pos7{margin:auto 0 0}.pos8{margin:auto auto 0}.pos9{margin:auto 0 0 auto}.toggler{width:72px}.toggler input{display:none}.toggler label{display:block;position:relative;width:72px;height:36px;border:1px solid #d6d6d6;border-radius:36px;background:#e4e8e8;cursor:pointer}.toggler label:after{display:block;border-radius:100%;background-color:#d7062a;content:"";animation-name:toggler-size;animation-duration:.15s;animation-timing-function:ease-out;animation-direction:forwards;animation-iteration-count:1;animation-play-state:running}.toggler label:after,.toggler label .toggler-on,.toggler label .toggler-off{position:absolute;top:50%;left:25%;width:26px;height:26px;transform:translateY(-50%) translate(-50%);transition:left .15s ease-in-out,background-color .2s ease-out,width .15s ease-in-out,height .15s ease-in-out,opacity .15s ease-in-out}.toggler input:checked+label:after,.toggler input:checked+label .toggler-on,.toggler input:checked+label .toggler-off{left:75%}.toggler input:checked+label:after{background-color:#50ac5d;animation-name:toggler-size2}.toggler .toggler-on,.toggler .toggler-off{opacity:1;z-index:2}.toggler input:checked+label .toggler-off,.toggler input:not(:checked)+label .toggler-on{width:0;height:0;opacity:0}.toggler .path{fill:none;stroke:#fefefe;stroke-width:7px;stroke-linecap:round;stroke-miterlimit:10}@keyframes toggler-size{0%,to{width:26px;height:26px}50%{width:20px;height:20px}}@keyframes toggler-size2{0%,to{width:26px;height:26px}50%{width:20px;height:20px}}.button{color:#ecf0f1;font-size:17px;background-color:#e67e22;border:1px solid #f39c12;border-radius:5px;cursor:pointer;padding:10px;box-shadow:0 6px #d35400;transition:all .1s}.button:active{box-shadow:0 2px #d35400;position:relative;top:2px}.inputGroup{font-family:Segoe UI,sans-serif;margin:1em 0;max-width:190px;position:relative}.inputGroup input{font-size:100%;padding:.8em;outline:none;border:2px solid rgb(200,200,200);background-color:transparent;border-radius:20px;width:100%}.inputGroup label{font-size:100%;position:absolute;left:0;padding:.8em;margin-left:.5em;pointer-events:none;transition:all .3s ease;color:#646464}.inputGroup :is(input:focus,input:valid)~label{transform:translateY(-50%) scale(.9);margin:0 0 0 1.3em;padding:.4em;background-color:#e8e8e8}.inputGroup :is(input:focus,input:valid){border-color:#9696c8}.number-control{display:flex;align-items:center}.number-left:before,.number-right:after{content:attr(data-content);background-color:#333;display:flex;align-items:center;justify-content:center;border:1px solid black;width:20px;color:#fff;transition:background-color .3s;cursor:pointer}.number-left:before{content:"-"}.number-right:after{content:"+"}.number-quantity{padding:.25rem;border:0;width:50px;-moz-appearance:textfield;border-top:1px solid black;border-bottom:1px solid black}.number-left:hover:before,.number-right:hover:after{background-color:#666}.message-bubble{border-color:"#fea";height:"auto";margin:"5px 15px 5px 15px"}.message-bubble-time{font-size:10;border-width:"0px";border-style:"solid";padding:"5px 5px 5px 5px";margin:"5px 5px 0px 5px";border-radius:"5px"}.color{color:#87ceeb;color:#7cfc00;color:#adff2f;color:#32cd32}.bar{background-color:#d3d3d3;color:#00f}.bar2{background-color:#add8e6;color:orange}.pdf-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1147483647}.pdf-modal-overlay .pdf-modal-content{background-color:gray;width:100%;z-index:1001}.pdf_viewer{text-align:center;height:100vh;width:100%;overflow:auto;display:flex;flex-direction:column}.pdf_toolbar{display:flex;background-color:#323639;color:#fff;padding:5px}.pdf_toolbar .pdf_file_name{padding-top:1px}.pdf_toolbar__icon{color:#fff;-webkit-filter:brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(74%) hue-rotate(169deg) brightness(93%) contrast(87%);filter:brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(74%) hue-rotate(169deg) brightness(93%) contrast(87%)}.pdf_toolbar div{flex:1}.pdf_toolbar div:first-child{text-align:left;margin-left:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf_toolbar div:last-child{text-align:right;margin-right:5px}.pdf_toolbar .pdf_page_control{display:flex;justify-content:center;align-items:center}.pdf_toolbar .pdf_page_control .pdf_page_to{max-width:130px}.pdf_toolbar .pdf_page_control .pdf_page_to .pdf_jump_button{width:80px;margin-right:5px;cursor:pointer}.pdf_toolbar .pdf_page_control .pdf_page_to .pdf_page_input{width:30px;padding:0 5px;margin:0 5px;background-color:#000;color:#fff;border:none}.pdf_toolbar .pdf_page_control .vertical_separator{background:#ffffff4d;height:15px;width:1px;margin:auto 15px}.pdf_toolbar .pdf_page_control .zoom_icon{cursor:pointer}.pdf_toolbar .pdf_page_control .scale_input{width:55px;padding:0 5px;margin:0 5px;text-align:center;background-color:#000;color:#fff;border:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pdf_container{display:flex;flex:1;overflow:auto;position:relative;flex-direction:column;justify-content:center;touch-action:none}.pdf_container .hidden{display:none}.pdf_container .visible{visibility:visible}.pdf_page{display:flex;justify-content:center}.react-pdf__Page__textContent{border:1px solid darkgrey}.react-pdf__Page__annotations.annotationLayer{padding:20px}
