@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";.home-row{padding:1rem;margin:.2rem;flex-wrap:wrap}.home-container{height:100%;display:flex;justify-content:center;overflow:auto}.customer-order-information{display:flex;flex-wrap:wrap}.lead-information{width:28%;height:100%;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 1050px){.lead-information{display:unset;overflow:unset;max-width:100%;width:100%}.home-container{display:unset;flex-direction:column}}.not-found-page{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.not-found-page>*{margin:1rem}.copy-to-clipboard{padding:1rem;background-color:var(--color-a-tt);border:1px solid var(--color-s-t);border-radius:.4rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.copy-to-clipboard.copied{border-color:var(--color-a);background-color:var(--color-a-t)}.copy-to-clipboard:hover{border-color:var(--color-a)}.copy-icon{margin:0 .4rem}.search-products{min-height:60vh;width:100%;padding:1rem;align-items:center;justify-content:center;display:flex;flex-direction:column;height:32rem}.search-product-results{overflow:auto;width:90%;padding:1rem;display:flex;flex-direction:column;align-items:center;border:1px solid var(--color-a);border-radius:.4rem;background-color:var(--color-m-tt)}.search-product-result{width:80%;transition:.3s;background-color:var(--color-m);border:1px solid var(--color-a);padding:1rem;margin:.4rem;border-radius:.4rem;display:flex;cursor:pointer}.search-product-result>img{width:5rem;height:5rem;object-fit:cover}.search-product-result:hover{z-index:2;transform:scale(1.1);background-color:var(--color-a)}.search-product-result td{padding:.2rem 1rem}.search-product-details{margin-left:1rem;display:flex;flex-direction:column}.search-products-bar{display:flex;align-items:center}.images-item{position:relative;height:350px;overflow:hidden}.images-item img{width:100%;height:100%;object-fit:object}.images-item:hover{box-shadow:0 4px 20px #00000080}.images-item>div{transition:.3s;transform:translateY(100%)!important}.images-item:hover>div{transform:translate(0)!important}.full-image{position:"relative";padding:"2%"!important;width:"80vw"!important;height:"80vh"!important;display:"flex";justify-content:"center";align-items:"center"}.full-image li{height:100%!important}.image-bar{background:"linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, " + "rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%)"}.product-description{padding:1rem;max-width:90vw;min-width:50vw;min-height:20rem;position:relative;left:0;right:0;margin:auto}.product-description-title{font-size:1.1rem;font-weight:600;margin:1rem 0}.product-description-content,.product-notes-content{overflow:auto;text-indent:1rem;font-size:unset;font-size:1.3rem;padding:.4rem}.video-container{position:relative;height:100%;width:100%;overflow:hidden}.video-item{position:"reactive";object-fit:"cover";background-position:center;width:100%;height:100%}.product-price-option{position:relative;transition:.3s}.product-price-option:hover{background-color:var(--color-a-t)!important;cursor:pointer}.prices-switch-to-manual{left:0;right:0;width:fit-content;margin:1rem auto}.price-options-button{padding:.6rem!important;display:flex;align-items:center;justify-content:center}.current-price-container{width:100%}.current-price-label{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;padding:.4rem;border:1px solid var(--color-s-t);border-radius:.4rem}.current-price-label:hover{background-color:var(--color-a-t)}.current-price-label:hover .current-price-toolbar{display:unset;content:var(--content)}.current-price-toolbar{background-color:var(--color-m-t);border:1px solid var(--color-s);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;display:none;position:absolute;bottom:105%;border-radius:.4rem}.current-price-toolbar:hover{background-color:var(--color-a-t)}.current-price-toolbar>table{width:100%}.current-price-toolbar>table td{padding:.4rem}.current-price-toolbar>table tr>td:nth-child(1){font-weight:700}.product-data:nth-of-type(odd){background-color:var(--color-a-tt)}.product-data:nth-of-type(2n){border-top:1px solid var(--color-a)}.product-data{display:flex;align-items:center;justify-content:space-between;padding:.8rem}.product-data>*{margin:.4rem}.product-data-actions{width:100%;display:flex;align-items:center;justify-content:space-around}.product-data-actions>*{margin:0 .4rem}.product-image{object-fit:cover;border-radius:.2rem;border:1px solid var(--color-s-t);width:6rem;height:6rem}.imageButton{position:relative;height:80px;width:80px}.imageButton:hover .imageBackdrop,.imageButton.Mui-focusVisible .imageBackdrop{opacity:1}.imageButton:hover .imageMarked,.imageButton.Mui-focusVisible .imageMarked{opacity:.5}.imageSrc{position:absolute;left:0;right:0;top:0;bottom:0;background-size:cover;background-position:center 40%}.image{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;color:#fff}.imageBackdrop{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#000;opacity:.4;transition:opacity .5s}.imageMarked{height:3px;width:18px;background-color:#fff;position:absolute;bottom:-2px;left:calc(50% - 9px);transition:opacity .5s}.imageTitle{position:relative;padding:8px 16px 14px}.product-information{display:flex;flex-direction:column;align-items:stretch}.sell-types{width:100%;display:flex;margin:1rem 0}.sell-types>*:hover{background-color:var(--color-a-tt);border-color:var(--color-a-t)}.sell-type{color:var(--color-text)!important;border-color:var(--color-a-s);padding:1rem;margin-right:.4rem;border-radius:.4rem;border:1px solid var(--color-s-t);cursor:pointer}.sell-type.selected{background-color:var(--color-a-t)!important}.action-bar{z-index:100;bottom:0;display:flex;padding:.6rem;background-color:var(--color-m);border:1px solid var(--color-s-t);border-radius:1rem 1rem 0 0;width:100%;align-items:stretch;justify-content:space-around;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.action-bar>*{padding:.4rem;border:2px solid var(--button-color);background-color:var(--button-color-t);border-radius:.4rem;width:15%;margin:.2rem 1rem;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.action-bar>*:hover{background-color:var(--button-color)}.action-bar>*.call-later{color:#000;--button-color: #0D6EFD;--button-color-t: #0D6EFD99}.action-bar>*.no-reply{--button-color: var(--color-s-t);--button-color-t: #21252999;color:#ddd}.action-bar>*.confirmed{color:#000;--button-color: #198754;--button-color-t: #19875499}.action-bar>*.wrong-order{color:#000;--button-color: #FFC107;--button-color-t: #FFC10799}.action-bar>*.cancel-order{color:#000;--button-color: #DC3545;--button-color-t: #DC354599}.action-bar>*.cancel-reason-price{color:#ddd;--button-color: #6C757D;--button-color-t: #6C757D99}.round-table,.round-table tr{width:100%;border:1px solid var(--color-a)!important;border-collapse:collapse}.round-table td,.round-table th{border:none!important;padding:1rem}.round-table td:nth-of-type(2n){word-break:break-word}.round-table th{font-weight:700;text-align:left}.round-table tr:nth-of-type(2n){background-color:var(--color-a-tt)}.show-selector-trigger.active{background-color:var(--color-a-t)}.show-selector-trigger{height:100%;width:4rem;cursor:pointer;padding:.2rem;border-radius:.4rem;border:1px solid var(--color-a);display:flex;align-items:center;justify-content:center;margin-left:.4rem}.show-selector-trigger:hover{background-color:var(--color-a-t)}.phone-flag-container{display:flex;align-items:center;justify-content:space-between}.phone-flag{margin-left:.4rem;font-size:2rem;display:flex;align-items:center;justify-content:center;min-width:fit-content}.customer-info-illu{width:22rem;max-width:50%}.call-later-info{padding:1rem;display:flex;flex-direction:column;width:80%;min-width:fit-content;left:0;right:0;margin:1rem auto;align-items:center;justify-content:center;border:4px solid var(--color-a);border-radius:.4rem;background-color:var(--color-a-tt)}.long-lat-picker{position:relative;width:75vw;height:75vh}.map-autocomplete:focus{outline:none}.map-autocomplete-holder{position:absolute;z-index:1000;width:100%;top:.4rem}.map-autocomplete{position:relative;padding:1rem;width:90%;left:50%;transform:translate(-50%);border-radius:.4rem;border:1px solid var(--color-s);background-color:var(--color-m-t)}.map-holder{width:100%;height:100%}.map-marker{position:relative;transform:translate(-50%,-100%);color:red!important;font-size:3rem!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-map-container{width:100%;height:100%;border-radius:8px;overflow:hidden}.leaflet-container{font-family:inherit}.custom-marker{display:flex;align-items:center;justify-content:center;background:transparent;border:none}.custom-marker svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.leaflet-control-attribution{font-size:10px;background:#fffc}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:8px 12px;font-size:14px}.leaflet-overlay-pane svg path[stroke="#CCCCCC"],.leaflet-overlay-pane svg path[stroke="#BBBBBB"],.leaflet-overlay-pane svg path[stroke="#AAAAAA"],.leaflet-overlay-pane svg path[stroke="#999999"]{opacity:.1!important}text[text-anchor=middle]:has-text("Western Sahara"),.leaflet-marker-pane .leaflet-marker-icon[title*="Western Sahara"],.leaflet-popup-pane .leaflet-popup-content:contains("Western Sahara"){display:none!important}.leaflet-tile-pane{filter:contrast(1.1) brightness(.95)}.recent-orders-details{padding:1rem}.paymode{background-color:var(--color-a-s);width:fit-content}.lead-controls{overflow:unset!important}.lead-controls-toolbar{width:100%;display:flex;padding:0 .4rem}.lead-controls-toolbar>*{background-color:var(--color-a);color:var(--color-m);font-size:1.1rem;font-weight:700;padding:.6rem;border-radius:.4rem;border:var(--color-s);border:1px solid var(--color-a);cursor:pointer;margin:0 .4rem}.lead-controls-toolbar>*:hover{background-color:var(--color-s)}.google-translate-textarea{margin:1rem 0;width:100%}header{font-size:.8rem;-webkit-user-select:none;user-select:none;padding:.4rem;z-index:100;background-color:var(--color-m);border-bottom:1px solid var(--color-s-t);width:100%;max-height:fit-content;display:flex;align-items:center;justify-content:space-between}.header-toolbar{width:100%;display:flex;align-items:center;padding:0 1rem}.header-toolbar>*{background-color:var(--color-a);color:var(--color-m);font-size:1.1rem;font-weight:700;padding:.6rem;border-radius:.4rem;border:var(--color-s);border:1px solid var(--color-a);cursor:pointer;margin:0 .4rem}.header-toolbar>*:hover{background-color:var(--color-s)}.header-user{display:flex;align-items:center;justify-content:space-between}.header-user>*{margin:0 .4rem}.header-user-name-icon-group{padding:.4rem;border-radius:.4rem;border:1px solid var(--color-a);display:flex;align-items:center;justify-content:space-between}.header-user-name-icon-group:hover{background-color:var(--color-a-t)}.header-user-name-icon-group>*{margin:0 .4rem}.header-user-logout{padding:.4rem;border-radius:.4rem}.header-user-logout:hover{background-color:#e75a5088}.header-logo{height:100%;display:flex;align-items:center;justify-content:center}.header-logo>*{height:100%;width:13rem;object-fit:contain}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(100deg,#F57C47 0%,#F57C47 54%,var(--color-a) 100%)}.login-form{overflow:hidden;background-color:var(--color-m-tt);position:absolute;width:fit-content;height:fit-content;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);left:75%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;border:1px solid var(--color-a);border-radius:.4rem;min-width:40%}.login-form>*{margin:1rem;padding:.4rem}.login-form>button{position:relative;width:fit-content;top:0;right:0;bottom:0;left:0;margin:auto}.logo-big{width:30rem;position:relative;top:0;right:0;bottom:0;left:0;margin:auto}.login-background-image{top:0;right:0;bottom:0;left:0;position:absolute;width:50%;height:100%;object-fit:cover;background-position:center}.search-lead{display:flex;flex-direction:column;align-items:center;overflow:hidden}.search-lead>*{margin:1rem 0}.search-lead-controls{display:flex;align-items:center;justify-content:center;width:100%}.search-lead-controls>*{display:flex;min-width:12rem!important;margin:.4rem!important}.search-lead-results{overflow:auto;width:90%;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border:1px solid var(--color-a);border-radius:.4rem;background-color:var(--color-m-tt)}.search-lead-result{border:1px solid var(--color-a);padding:1rem;margin:.4rem;width:fit-content;border-radius:.4rem}.search-lead-result{transition:.3s;background-color:var(--color-m);border:1px solid var(--color-a);padding:1rem;margin:.4rem;width:fit-content;border-radius:.4rem;display:flex;align-items:center;justify-content:space-between}.search-lead-result:hover{z-index:2;transform:scale(1.1);background-color:var(--color-a)}.search-lead-result td{padding:.2rem 1rem}.notification-holder{z-index:100;position:fixed;top:5rem;right:0;margin:auto;display:flex;max-height:80%;overflow:auto}.notifications{width:fit-content;display:flex;flex-direction:column;align-items:flex-end;overflow:auto}.notification,.clear-notifications{text-align:center;max-width:fit-content;margin:.4rem;font-size:1.1rem;background-color:var(--color-success);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--color-s);border-radius:.4rem;padding:.8rem;animation:horizontal-shaking .3s alternate;border:1px solid #0000;cursor:pointer}.notification:hover{border:1px solid var(--color-s);padding-right:4rem}.notification:hover:after{width:1rem;height:1rem;color:var(--color-m);content:"X";position:absolute;top:0;bottom:0;right:2rem;margin:auto;transform:translate(50%);padding:.4rem;background-color:#e74646dd;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--color-s)}.notification.error{color:#fff;font-weight:700;background-color:#e74646dd}.clear-notifications{height:100%;align-self:center;max-width:fit-content;background-color:var(--color-s);border:1px solid #000;color:var(--color-m);display:flex;align-items:center;justify-content:center}.clear-notifications:hover{background-color:#e74646dd;border-color:var(--color-s)}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.full-screen-loading{position:fixed;background-color:var(--color-m);left:0;right:0;top:0;bottom:0;z-index:9999999999999;display:flex;align-items:center;justify-content:center}.full-screen-loading-content{min-height:80vw;min-width:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.full-screen-loading-content>*{margin:1rem}.full-screen-loading-image{width:100%;animation:zoom 1s infinite alternate;animation-timing-function:cubic-bezier(.04,.25,.32,.32)}.full-screen-loading-text{color:var(--color-a);font-size:1.3rem}@keyframes zoom{to{transform:scale(1.08)}}.modal-shown{position:relative;transition:.3s;max-width:80%;max-height:80%;width:fit-content;height:fit-content;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;background-color:var(--color-m-t);border-radius:.4rem;border:4px double var(--color-a);z-index:200;display:flex;flex-direction:column;transform:scale(1)}.modal-hidden{transform:scale(0);transition:.3s;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;background-color:var(--color-m-t);border-radius:1rem;z-index:200;width:0;height:0}.modal-hidden>*{display:none}.modal-bg-shown{transition:.3s;position:fixed;left:0;right:0;top:0;bottom:0;z-index:200;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-bg-hidden{display:none}.modal-content{max-width:100%;max-height:100%;overflow:hidden auto}.modal-title{align-self:center;width:100%;background-color:var(--color-a)}.dialog-title{width:100;color:var(--color-m);font-weight:700;font-size:1.1rem;text-align:center}::-webkit-scrollbar{width:5px;height:7px}::-webkit-scrollbar-thumb{background-color:var(--color-a-s);outline:1px solid var(--color-a);border-radius:50px}::-webkit-scrollbar-track{box-shadow:inset 0 0 4px #0003}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:none!important;box-shadow:none!important;transition:background-color 5000s ease-in-out 0s}*{padding:0;margin:0;box-sizing:border-box;font-family:Lato,sans-serif;font-weight:400;color:inherit;transition:width .3s,height .3s,padding .3s,background-color .3s}:root{color:var(--color-text);font-size:.85rem;--color-a: #f2a74c;--color-a-s: #21325B;--color-a-s-t: #63307844;--color-a-t: #fa9e2f66;--color-a-tt: #fa9e2f11;--color-s: #0c0802;--color-s-t: #0004;--color-m: #fff;--color-m-t: #fffd;--color-m-tt: #fff8;--color-success: #53A653aa;--color-danger: rgba(249, 61, 79, .864);--color-text-a: #fff;--color-text: #0c0802;--page-background-color: hsl(263, 37%, 96%);--color-text-diabled: #919191}@media (min-width: 1600px){:root{font-size:1rem}}#root{position:absolute;width:100vw;height:100vh;overflow:hidden auto;background:var(--page-background-color);display:flex;flex-direction:column}.line{border-top:1px solid var(--color-a);width:50%;left:0;right:0;margin:auto}.spacer{padding:2rem}.bottom-spacer{padding-bottom:12rem}body{overflow:hidden}.element{overflow:hidden auto;background-color:var(--color-m)}.flex-row{display:flex;align-items:flex-start;justify-content:space-evenly;padding:.4rem;margin:.4rem}.margin-h{margin-left:.4rem!important;margin-right:.4rem!important}.margin-v{margin-top:.4rem!important;margin-bottom:.4rem!important}.margin-h-b{margin-left:1rem!important;margin-right:1rem!important}.margin-v-b{margin-top:1rem!important;margin-bottom:1rem!important}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid>*{width:100%}.header-row{align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}h2{font-size:1.2rem;margin-bottom:1rem;font-weight:700}.MuiOutlinedInput-notchedOutline{border-color:var(--color-a-s)!important}.MuiFormLabel-colorPrimary.Mui-focused{color:var(--color-a-s)!important}.MuiTextarea-root.Mui-focused{--Textarea-focusedHighlight: var(--color-a-s) !important}.eff-fade{animation:anim-fade .4s forwards}.eff-zoomIn{animation:anim-zoomIn .4s forwards}.eff-zoomOut{animation:anim-zoomOut .4s forwards}.eff-translateL{animation:anim-translateL .4s forwards}.eff-translateR{animation:anim-translateR .4s forwards}.eff-translateU{animation:anim-translateU .4s forwards}.eff-translateD{animation:anim-translateD .4s forwards}.eff-rotateL{animation:anim-rotateL .4s forwards}.eff-rotateR{animation:anim-rotateR .4s forwards}@keyframes anim-fade{0%{opacity:0}}@keyframes anim-zoomIn{0%{transform:scale(.3)}}@keyframes anim-zoomOut{0%{transform:scale(1.3)}}@keyframes anim-translateL{0%{transform:translate(-100%)}}@keyframes anim-translateR{0%{transform:translate(100%)}}@keyframes anim-translateU{0%{transform:translateY(-100%)}}@keyframes anim-translateD{0%{transform:translateY(100%)}}@keyframes anim-rotateL{0%{transform:rotate(-45deg)}}@keyframes anim-rotateR{0%{transform:rotate(45deg)}}.max-width-fit-content{max-width:fit-content!important}.min-width-fit-content{min-width:fit-content!important}.min-height-fit-content{min-height:fit-content!important}.max-width-md{min-width:fit-content;max-width:10rem}.flex-text{display:flex;align-items:center}.text-center{text-align:center}.margin-left{margin-left:.4rem}.margin-bottom{margin-bottom:.4rem}.text-bold{font-weight:700}.header-button{max-width:fit-content;padding:.4rem;margin:.4rem;border:1px solid var(--color-s-t);border-radius:.4rem;background-color:#0000}.button{max-width:fit-content;padding:1rem;border:1px solid var(--color-s-t);border-radius:.4rem;background-color:#0000}.button.success{border:1px solid var(--color-success)}.button.success:hover{background-color:var(--color-success);cursor:pointer}.button.danger{border:1px solid var(--color-danger)}.button.danger:hover{background-color:var(--color-danger);cursor:pointer}.button:hover,.header-button:hover{border:1px solid var(--color-a);background-color:var(--color-a-t);cursor:pointer}.input[type=text],.input[type=datetime-local],.input[type=password]{padding:1rem;background-color:unset;border:1px solid var(--color-a);border-radius:.4rem}.input[type=text]:hover,.input[type=datetime-local]:hover,.input[type=password]:hover{background-color:var(--color-a-t)}.animate-rotate{animation:rotation 1s infinite linear;display:inline-block}@keyframes rotation{to{transform:rotate(360deg)}}.card{position:relative;border:1px solid var(--color-s-t);border-radius:.4rem;padding:1rem;margin:.4rem;min-width:10rem;flex-grow:1}.card:hover{z-index:10}.attention{position:relative;animation:attention 1s infinite alternate}.attention-badge{position:relative}.attention-badge:after{transition:.3s;transition-timing-function:cubic-bezier(.8,.34,.49,1.4);content:var(--badge-content);font-size:.8rem;color:var(--color-m);font-weight:700;font-family:monospace;width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-a);position:absolute;right:0;top:0;transform:translate(50%,-50%);border-radius:50%}.attention-badge:hover:after{font-size:1rem;width:2rem;height:2rem}@keyframes attention{0%{background-color:#0000}to{background-color:var(--color-a-t)}}.async-select-inner__control{height:100%;border:1px solid var(--color-a-s);border-radius:4px;padding:1rem}.async-select-inner__placeholder{color:#0009}.async-select-inner__menu{border:1px solid var(--color-a);background-color:var(--color-m);padding:.4rem;box-shadow:0 0 10px var(--color-s-t);border-radius:4px}.async-select-inner__option{padding:.4rem}.async-select-inner__option:hover{background-color:var(--color-a-t)}button.disabled{background-color:#656e77!important;color:var(--color-m)!important;cursor:not-allowed!important}.MuiRadio-root{color:var(--color-a)!important}.remove-button{padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}.remove-button:hover{background-color:#ff484860;cursor:pointer}.align-center{align-items:center}.justify-center{justify-content:center}.bold-first-tr tr:first-of-type>td{font-weight:700}.lost-access-dialog{min-width:fit-content;min-height:fit-content;padding:1rem;display:flex;align-items:center;justify-content:space-around;flex-direction:column}.lost-access-dialog>*{margin:1rem}.lost-access-dialog-text{font-size:1.5rem;font-weight:700}.vertical-input-group{display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin:.4rem;padding:.4rem}.vertical-input-group>*{margin:.4rem!important;width:100%}.MuiOutlinedInput-input{color:var(--color-text)!important}.MuiPickersLayout-root{background-color:var(--page-background-color)!important;border:1px solid var(--color-a)!important;padding:.4rem;border-radius:.4rem}.MuiPickersLayout-root *{color:var(--color-text)!important}.MuiPickersLayout-root .Mui-disabled{color:var(--color-text-diabled)!important}[class*=MuiTabs-indicator]{background-color:var(--color-a)!important}.Mui-selected[class*=MuiButtonBase-root-MuiTab-root]{color:var(--color-a)!important}[class*=MuiClockPointer-thumb]{border-color:var(--color-a)!important}[class*=MuiClockPointer-thumb],[class*=MuiClockPointer-root],[class*=MuiClock-pin]{background-color:var(--color-a)!important}.MuiTab-textColorPrimary.Mui-selected{color:var(--color-a)!important}.MuiPickersDay-dayWithMargin.Mui-selected{background-color:var(--color-a)!important}.loader{width:3rem;aspect-ratio:1;display:grid;border:4px solid #0000;border-radius:50%;border-right-color:var(--color-a);animation:l15 1s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}.loading-modal{padding:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.MuiMultiSectionDigitalClockSection-item.Mui-selected{background-color:var(--color-a)!important}table{table-layout:auto}.gallery{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.gallery>*{width:46%}.min-80vw{min-width:60vw}.vertical-form{width:50%;display:flex;align-items:stretch;justify-content:center;flex-direction:column}.vertical-form>*{margin:0 0 1rem}h1{font-weight:700;font-size:2.5rem}#page,.full-vertical-flex,#content{display:flex;flex-direction:column;height:100%;overflow:hidden}.max-height-scroll{height:100%;overflow:auto}.label-input{display:flex;flex-direction:column}.label-input>label{font-size:.9rem;color:var(--color-a-s)}textarea{background-color:unset;width:100%;border:1px solid var(--color-a-s);border-radius:.4rem;padding:1rem;resize:none}.hidden{display:none}mark{background-color:var(--color-a-t)}table,table tr,table td{border:1px solid var(--color-s-t);border-collapse:collapse;padding:.6rem}@media (max-width: 850px){.icon-button span{display:none}}.lead-inputs-line{background-color:var(--color-a);padding:.5rem!important}
