.button{background-color:#fff;border:1px solid #e2e3e5;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:.8rem 1rem;width:100%}.button:hover{border:2px solid var(--purple-color);padding:calc(.8rem - 1px) calc(1rem - 1px)}.button-contained{background-color:var(--purple-color);border:1px solid var(--purple-color);color:#fff}.button:disabled{color:#000;color:initial;pointer-events:none}.button-contained:disabled{color:#fff;pointer-events:none}.display{background-color:#f3f4f6;border-radius:5px;border-radius:6px;display:flex;font-size:36px;font-weight:800;height:52px;justify-content:flex-end;overflow:hidden;padding:4px 8px}.numpad{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr 1fr}.button_0{grid-column-end:3;grid-column-start:1}.operations{display:flex;gap:8px}.operations .button{flex-basis:100%}.equal-button-container{display:grid;height:65px;width:100%}.paper{border-radius:4px;box-shadow:0 4px 6px 0 rgba(0,0,0,.1)}.switch-button{align-items:center;border:1px solid transparent;border-radius:6px;cursor:pointer;display:flex;flex-basis:100%;gap:11px;justify-content:center;padding:4px 12px}.switch-button_active{background-color:#fff;border:1px solid #e2e3e5}.switch-button__icon_active *{stroke:var(--purple-color)}.switch-button__radio{display:none}.switch-button label{cursor:pointer}.drag-container{cursor:move}.drag-container_dragging{opacity:50%}.drag-container_not-draggable{cursor:not-allowed}.drag-container_disabled{opacity:50%;pointer-events:none}.drop-highlight_bottom,.drop-highlight_top{background:var(--purple-color);bottom:5px;display:block;height:1px;position:relative;width:100%}.drop-highlight_bottom{bottom:0;top:5px}.drop-highlight_bottom:before,.drop-highlight_top:before{left:-4px}.drop-highlight_bottom:after,.drop-highlight_top:after{right:-4px}.drop-highlight_bottom:after,.drop-highlight_bottom:before,.drop-highlight_top:after,.drop-highlight_top:before{background-color:var(--purple-color);content:"";display:block;height:4px;position:absolute;top:-1.5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:4px}.palete{gap:12px}.empty-container,.palete{display:flex;flex-direction:column;height:var(--container-height);width:var(--container-width)}.empty-container{align-items:center;border:2px dashed #c4c4c4;border-radius:5px;justify-content:center}.filled-container{height:var(--container-height);width:var(--container-width)}.filled-container__content{display:flex;flex-direction:column;gap:12px}.empty-container__info{pointer-events:none;text-align:center}.empty-container__info__text{margin-top:12px}.empty-container__info__text span{color:var(--purple-color);font-size:14px;font-weight:500;line-height:17px}.empty-container__info__text p{color:#6b7280;font-size:12px;font-weight:400;line-height:15px;margin-top:2px}.switch-container{background-color:#f3f4f6;border-radius:6px;display:flex;height:38px;justify-content:space-between;padding:1px}.button-content{gap:10px}.button-content__icon_active{color:var(--purple-color)}.app{align-items:center;height:100vh}.app,.app__content-container{display:flex;justify-content:center}.app__content-container{align-items:flex-end;gap:58px}.drop-side-container{display:flex;flex-direction:column;gap:30px}:root{--purple-color:#5d5fef;--container-width:245px;--container-height:450px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:14px;font-weight:500;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.b5c5bbdd.css.map*/