@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800&display=swap";.topbar{width:100%;height:10vh;min-height:5em;background-color:#e63a16}.topbar .container{height:100%;width:100%;display:flex;align-items:flex-end;justify-content:flex-end;padding:0 1.5rem}.topbar .container .logo{margin-bottom:-1em;min-width:7.5em}@media screen and (max-width:550px){.topbar .container .logo{width:7.5em}}@media screen and (max-width:420px){.topbar .container .logo{width:5.5em}}.topbar .container .welcome-message{font-size:2.5em;color:#fff;text-align:right}.topbar .container .welcome-message span{font-weight:600}@media screen and (max-width:1024px){.topbar .container .welcome-message{font-size:4.5vw}}@media screen and (max-width:550px){.topbar .container .welcome-message{font-size:1.5em}.topbar{height:7.5vh}}.sidebar{width:100%;max-width:20rem;min-width:17.5rem;height:90vh;padding:1.5rem;z-index:99}.sidebar .logo{min-width:7.5em;margin-top:-5em}.sidebar__items{display:flex;margin-top:3em;flex-direction:column;top:0;left:0;width:100%}.sidebar__items a{width:100%}.sidebar__items a .button{justify-content:flex-start;margin-bottom:1em;padding:0 1.25em;font-size:.9rem}.sidebar__items a .button svg{margin-right:.75em}.sidebar__items a.active .button{background-color:#00acb6;color:#fff}.sidebar.hide{display:none!important}.logo{width:10em;display:flex;align-items:center;justify-content:center;overflow:hidden}.logo img{width:100%}.button{padding:0 2em;border-radius:.25em;background-color:rgba(0,0,0,0);color:#36c0c7;border:1px solid#36c0c7;opacity:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all.2s ease;height:3.5em}.button .button-text{white-space:nowrap;font-family:"Red Hat Display",sans-serif;font-weight:500;font-size:1.25em;margin-bottom:0}.button svg{font-size:1.5em;margin-right:.25em;transition:all.2s ease}.button:hover{opacity:.8;color:#fff;background-color:#00acb6}.loading{pointer-events:none;opacity:.5!important}.lg{font-size:1.5em}.alt{background-color:#00acb6;color:#fff}.alt svg{font-size:1.5em}#labels{width:100vw;min-height:90vh;overflow-x:auto;overflow-y:hidden;background-color:#ececec;align-items:flex-start}#labels .container{padding-bottom:5rem}#labels .container .wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}#labels .container .wrapper .buttons{display:flex}#labels .container .wrapper .buttons .button{max-width:-moz-fit-content;max-width:fit-content;padding-left:1.5rem}#labels .container .wrapper .buttons .button:last-child{margin-left:1.5rem}#labels .container .wrapper .title{font-size:1.75em;font-weight:400;margin:0;margin-bottom:.5em}#labels .container .bulk-payment-bar{position:sticky;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background-color:#fff;border-top:2px solid#00acb6;border-radius:.5rem .5rem 0 0;box-shadow:0 -4px 12px rgba(0,0,0,.1);margin-top:1rem}#labels .container .bulk-payment-bar .bulk-payment-info{font-weight:600;font-size:.95rem;color:#00acb6}#labels .container .bulk-payment-bar .bulk-payment-actions{display:flex;align-items:center;gap:.75rem}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn{display:flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all.15s ease-in-out}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-cancel{background-color:#ececec;color:#3d3d3d}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-cancel:hover{background-color:#c5c5c5}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-pay{background-color:#00acb6;color:#fff}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-pay:hover{background-color:#00858d}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-pay:disabled{opacity:.6;cursor:not-allowed}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-download{background-color:#28a745;color:#fff}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-download:hover{background-color:#208637}#labels .container .bulk-payment-bar .bulk-payment-actions .bulk-btn-download:disabled{opacity:.6;cursor:not-allowed}.help-button{position:fixed;background-color:#fff;height:3em;border:2px solid#00acb6;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#00acb6;bottom:2em;left:1.5em;transition:all.4s ease;z-index:999;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 1rem;font-weight:600}.help-button:hover{border-color:#36c0c7;color:#36c0c7}.help-button svg{font-size:1.5em}@media screen and (max-width:550px){.help-button{left:1em}}@media screen and (max-height:600px){.help-button{display:none}}.orders-table{border-radius:.25em;overflow:hidden;min-width:900px}.orders-table .orders-table-footer{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.orders-table .orders-table-footer .results-per-page select{margin:0 .5em;padding:.25em 1em}.orders-table .orders-table-footer .pagination{display:flex;align-items:center;list-style:none;margin:0;margin-top:1rem;padding:0;gap:.25rem}.orders-table .orders-table-footer .pagination__item .pagination__link,.orders-table .orders-table-footer .pagination__prev .pagination__link,.orders-table .orders-table-footer .pagination__next .pagination__link{color:#00acb6;min-width:2.25rem;height:2.25rem;padding:0 .5rem;display:flex;align-items:center;justify-content:center;border:1px solid#00acb6;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all.15s ease-in-out;text-decoration:none;background-color:#fff}.orders-table .orders-table-footer .pagination__item .pagination__link:hover,.orders-table .orders-table-footer .pagination__prev .pagination__link:hover,.orders-table .orders-table-footer .pagination__next .pagination__link:hover{background-color:#00acb6;color:#fff}.orders-table .orders-table-footer .pagination__item.active .pagination__link,.orders-table .orders-table-footer .pagination__prev.active .pagination__link,.orders-table .orders-table-footer .pagination__next.active .pagination__link{background-color:#00acb6;color:#fff;font-weight:600}.orders-table .orders-table-footer .pagination__item.disabled .pagination__link,.orders-table .orders-table-footer .pagination__prev.disabled .pagination__link,.orders-table .orders-table-footer .pagination__next.disabled .pagination__link{opacity:.4;cursor:not-allowed}.orders-table .orders-table-footer .pagination__item.disabled .pagination__link:hover,.orders-table .orders-table-footer .pagination__prev.disabled .pagination__link:hover,.orders-table .orders-table-footer .pagination__next.disabled .pagination__link:hover{background-color:#fff;color:#00acb6}.orders-table .orders-table-footer .pagination__prev .pagination__link,.orders-table .orders-table-footer .pagination__next .pagination__link{font-size:1.25rem;padding:0 .25rem}.orders-table .orders-table-footer .pagination__break .pagination__break-link{color:#828282;padding:0 .25rem;display:flex;align-items:center;justify-content:center;cursor:default}.orders-table .row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1em;color:#fff}.orders-table .row #checkbox-col{max-width:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;margin:0}.orders-table .row #checkbox-col input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#00acb6}.orders-table .row #checkbox-col .checkbox-placeholder{width:18px;height:18px;display:inline-block}.orders-table .row #id{max-width:5%;margin-left:0}.orders-table .row #receiver{max-width:20%}.orders-table .row #label{max-width:15%;min-width:11em}.orders-table .row #follow-order{max-width:15%;min-width:8em}.orders-table .row #follow-order .tracking-link{display:flex;align-items:center;justify-content:center;gap:.25em;font-size:.75em;height:3.5em;padding:0 2em;border:1px solid#36c0c7;border-radius:.25em;color:#36c0c7;text-decoration:none;font-family:"Red Hat Display",sans-serif;font-weight:500;white-space:nowrap;cursor:pointer;transition:all.2s ease}.orders-table .row #follow-order .tracking-link:hover{opacity:.8;color:#fff;background-color:#00acb6}.orders-table .row #follow-order .tracking-link svg{font-size:1.5em;margin-right:.25em}.orders-table .row .col{width:100%;margin:0 .5em}.orders-table .row .col input{width:100%;height:100%;border:none;background-color:#36c0c7;border-radius:.25em;padding:.5em 1vw;font-weight:600;outline:none;color:#fff}.orders-table .row .col input::placeholder{color:#fff;font-weight:600}.orders-table #props{background-color:#00acb6;padding:.75em 1em}.orders-table #props .col{font-weight:600}.orders-table #orders{flex-direction:column;flex-wrap:wrap}.orders-table #orders .order{color:#212529;background-color:#fff;padding:.35em 1em}.orders-table #orders .order .button{font-size:.75em}.orders-table #orders .order #id{font-weight:600}.orders-table #orders .order #point{color:#00acb6;cursor:pointer}.orders-table #orders .order #point span{font-weight:600;cursor:pointer}.orders-table #orders .order:last-child{border-bottom-left-radius:.5em}.orders-table #orders .order.selected{background-color:#e8f4fd!important;border-left:3px solid#00acb6}.orders-table #orders .empty{display:flex;align-items:center;justify-content:center;font-size:1.25em;padding:1rem 2rem;background-color:#fff;border-bottom-left-radius:.5em}.orders-table #orders .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background-color:#fff;border-bottom-left-radius:.5em}.orders-table #orders .loading-container p{margin-top:1rem;color:#828282;font-size:1rem}.orders-table #orders .loading-container .loading-spinner{width:40px;height:40px;border:4px solid#ececec;border-top:4px solid#00acb6;border-radius:50%;animation:spinner.8s linear infinite}.orders-table #orders .alt{background-color:#f5f5f5}#help-modal{font-family:"Poppins",sans-serif}#help-modal .content{font-size:.9rem}#help-modal .content .card{max-width:50em;width:100%;display:flex;align-items:center;justify-content:center}#help-modal .content .card .button{margin-top:2em}#help-modal .content .card a{text-decoration:none;color:#00acb6;margin:0 .5rem;cursor:pointer}#help-modal .content .card a:hover{color:#36c0c7}#help-modal .content .card .option-wrapper{background-color:#f5f5f5;padding:1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all.3s ease-in-out;width:-moz-fit-content;width:fit-content;margin:0 auto;margin-top:.5rem}#help-modal .content .card .option-wrapper .text-mask{width:-moz-fit-content;width:fit-content;margin:0}#help-modal .content .card .option-wrapper:hover{background-color:#ececec}#help-modal .content .card .text-mask{width:100%;display:flex;align-items:center;justify-content:center;margin:1rem 0}#help-modal .content .card .text-mask .text{align-items:center;justify-content:center;margin-bottom:0}#help-modal .content .card .wrapper{margin:.5rem 0}#help-modal .video-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}#help-modal .video-wrapper .close-button{z-index:9999;position:absolute;top:0}#help-modal .video-wrapper .close-button .button{background-color:#00acb6;color:#fff;opacity:.75!important}#help-modal .video-wrapper .close-button .button:hover{opacity:1!important}.modal{z-index:999;position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:1em}.modal:before{z-index:1;content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.35)}.modal .content{z-index:999;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;position:relative}.modal .content .close-button{position:absolute;background-color:#00acb6;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:0 0 0 .25rem;top:0;right:0;cursor:pointer;transition:background-color.2s ease-in-out}.modal .content .close-button:hover{background-color:#36c0c7}.card{background-color:#fff;padding:2em;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:.25em;width:100%;max-height:95vh;height:-moz-fit-content;height:fit-content;box-shadow:rgba(0,0,0,1%)0 3px 15px 0,rgba(0,0,0,8%)0 0 0 1px}.card .title{color:#212529;font-weight:500;text-align:center;margin-top:0}@media screen and (max-width:550px){.card{padding:1.5em 1em}}.title-mask{overflow:hidden}.title-mask h1{font-size:2.5em}.text-mask{overflow:hidden}.text-mask .text{font-size:1.25em;font-weight:400;font-family:"Poppins",sans-serif;text-align:center;color:#a3a3a3;margin-top:0;display:flex;flex-wrap:wrap;align-items:center}.text-mask .text span{font-weight:600}#label-modal .content .card{max-width:40em}#label-modal .content .card .image{max-height:100%}#label-modal .content .card .image img{height:70vh}#label-modal .content .card .button{margin-top:1em}#label-modal .content .card .button:first-child{margin-top:0}#point-iframe-modal{z-index:99999}#point-iframe-modal .content{width:90%;height:90%;max-width:50rem}#point-iframe-modal .content iframe{width:100%;height:100%}#tracking-iframe-modal{z-index:99999}#tracking-iframe-modal .content{width:90%;height:90%}#tracking-iframe-modal .content iframe{width:100%;height:100%}#search-order-modal .content .card{max-width:480px}#search-order-modal .content .card .text-mask{width:100%}#search-order-modal .content .card .form-section{width:100%;margin-top:1em}#search-order-modal .content .card .form-section label{display:block;font-weight:500;margin-bottom:.5em;color:#3d3d3d}#search-order-modal .content .card .form-section input{width:100%;margin-right:0;margin-bottom:.5em;padding:.75em 1em;font-size:1rem;border:1px solid#c5c5c5;border-radius:8px;transition:border-color.2s}#search-order-modal .content .card .form-section input:focus{outline:none;border-color:#00acb6}#search-order-modal .content .card .form-section input:disabled{background-color:#f5f5f5;cursor:not-allowed}#search-order-modal .content .card .info-box{width:100%;background-color:#c5e7e9;border-left:3px solid#00acb6;padding:.75em 1em;margin-top:1em;border-radius:0 8px 8px 0}#search-order-modal .content .card .info-box .text-mask p{font-size:.85rem;color:#5f5f5f;margin:0}#search-order-modal .content .card .result-section{width:100%;margin-top:1em}#search-order-modal .content .card .result-section .result-success,#search-order-modal .content .card .result-section .result-error,#search-order-modal .content .card .result-section .result-warning{text-align:center;padding:1.5em;border-radius:12px}#search-order-modal .content .card .result-section .result-success .result-icon,#search-order-modal .content .card .result-section .result-error .result-icon,#search-order-modal .content .card .result-section .result-warning .result-icon{font-size:3rem;margin-bottom:.5em}#search-order-modal .content .card .result-section .result-success .result-icon.success,#search-order-modal .content .card .result-section .result-error .result-icon.success,#search-order-modal .content .card .result-section .result-warning .result-icon.success{color:#44c200}#search-order-modal .content .card .result-section .result-success .result-icon.error,#search-order-modal .content .card .result-section .result-error .result-icon.error,#search-order-modal .content .card .result-section .result-warning .result-icon.error{color:#fd0658}#search-order-modal .content .card .result-section .result-success .result-icon.warning,#search-order-modal .content .card .result-section .result-error .result-icon.warning,#search-order-modal .content .card .result-section .result-warning .result-icon.warning{color:#e63a16}#search-order-modal .content .card .result-section .result-success h3,#search-order-modal .content .card .result-section .result-error h3,#search-order-modal .content .card .result-section .result-warning h3{margin:.5em 0;color:#3d3d3d}#search-order-modal .content .card .result-section .result-success p,#search-order-modal .content .card .result-section .result-error p,#search-order-modal .content .card .result-section .result-warning p{color:#828282;margin:.5em 0}#search-order-modal .content .card .result-section .result-success{background-color:#e5faf6}#search-order-modal .content .card .result-section .result-error{background-color:#ffe6ee}#search-order-modal .content .card .result-section .result-warning{background-color:#fff3e0}#search-order-modal .content .card .result-section .order-details{margin-top:1em;padding:1em;background-color:#fff;border-radius:8px;text-align:left}#search-order-modal .content .card .result-section .order-details p{margin:.25em 0;font-size:.9rem}#search-order-modal .content .card .result-section .order-details strong{color:#3d3d3d}#search-order-modal .content .card .result-section .warning-badge{display:flex;align-items:center;gap:.5em;margin-top:.75em;padding:.5em;background-color:#fff3e0;border-radius:4px;color:#e63a16;font-size:.85rem}#search-order-modal .content .card .buttons{width:100%;margin-top:1.5em;display:flex;flex-direction:column;gap:.5em}#search-order-modal .content .card .buttons .button{margin-top:0}.p-error{display:flex;justify-content:start;align-items:center;text-align:start;width:100%;font-size:.8rem;color:#fd0658;margin-bottom:.5rem}#points{width:100vw;overflow:hidden;background-color:#ececec;align-items:flex-start}#points .container{overflow:hidden}#points .container .title{font-size:1.75em;font-weight:400}#points .container .wrapper-top{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:9999}#points .container .wrapper-top .button{max-width:-moz-fit-content;max-width:fit-content;padding-left:1.5rem}#points .container .wrapper{width:100%;z-index:9999}#points .container .wrapper .topbar{width:100%;height:100%;background-color:#c5e7e9;height:7.5vh;margin-bottom:1em;border-radius:.5em;display:flex;align-items:center;justify-content:space-between;padding:1em 2em}#points .container .wrapper .topbar .left{width:80%}#points .container .wrapper .topbar .left input{margin-right:1em}#points .container .wrapper .topbar .right{width:20%;min-width:-moz-fit-content;min-width:fit-content}#points .container .wrapper .topbar .right .button{min-width:-moz-fit-content;min-width:fit-content;background-color:#00acb6;color:#fff}@media screen and (max-width:1024px){#points .container .wrapper{flex-direction:column}#points .container .wrapper .sidebar{width:100%}}#point-modal{z-index:99999}#point-modal .content .card{max-width:40em}#point-modal .content .card .title{font-size:2rem}#point-modal .content .card .image{max-height:100%}#point-modal .content .card .image img{height:70vh}#point-modal .content .card .button{margin-top:1em}#point-modal .content .card #point-name{margin-bottom:0}#point-modal .content .card .address{display:flex}#point-modal .content .card .address #door_number{margin-left:.5rem;color:#00acb6}#point-modal .content .card #horarios{margin-bottom:0;margin-top:1rem;font-size:1.75rem}#point-modal .content .card .schedule{width:100%;margin-top:.5rem}#point-modal .content .card .schedule .day{font-size:1rem;margin:.75rem 0;display:flex;width:100%;background-color:#fff;align-items:center;justify-content:space-between}#point-modal .content .card .schedule .day .day-name{font-weight:600}#point-modal .content .card .schedule .day .times{display:flex}#point-modal .content .card .schedule .day .times .time{margin-left:.5rem;background-color:#ececec;padding:.5rem;border-radius:.5rem}#point-modal .content .card .schedule .day .times .time span:first-child{margin-right:.5rem}#point-modal .content .card .schedule .day .times .time span:last-child{margin-left:.5rem}#points{width:100vw;min-height:100vh;overflow:hidden;background-color:#ececec;align-items:flex-start}#points .container .title{margin-top:2em;font-size:1.75em;font-weight:400}#points .container .wrapper-top{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:9999}#points .container .wrapper-top .button{max-width:-moz-fit-content;max-width:fit-content;padding-left:1.5rem}#points .container .wrapper{width:100%;z-index:9999}#points .container .wrapper .topbar{width:100%;height:100%;background-color:#c5e7e9;height:7.5vh;margin-bottom:1em;border-radius:.5em;display:flex;align-items:center;justify-content:space-between;padding:1em 2em}#points .container .wrapper .topbar .left{width:80%}#points .container .wrapper .topbar .right{width:20%;min-width:-moz-fit-content;min-width:fit-content}#points .container .wrapper .topbar .right .button{min-width:-moz-fit-content;min-width:fit-content;background-color:#00acb6;color:#fff}@media screen and (max-width:1024px){#points .container .wrapper{flex-direction:column}#points .container .wrapper .sidebar{width:100%}}#point-modal{z-index:99999}#point-modal .content .card{max-width:40em}#point-modal .content .card .title{font-size:2rem}#point-modal .content .card .image{max-height:100%}#point-modal .content .card .image img{height:70vh}#point-modal .content .card .button{margin-top:1em}#point-modal .content .card #point-name{margin-bottom:0}#point-modal .content .card .address{display:flex}#point-modal .content .card .address #door_number{margin-left:.5rem;color:#00acb6}#point-modal .content .card #horarios{margin-bottom:0;margin-top:1rem;font-size:1.75rem}#point-modal .content .card .schedule{width:100%;margin-top:.5rem}#point-modal .content .card .schedule .day{font-size:1rem;margin:.75rem 0;display:flex;width:100%;background-color:#fff;align-items:center;justify-content:space-between}#point-modal .content .card .schedule .day .day-name{font-weight:600}#point-modal .content .card .schedule .day .times{display:flex}#point-modal .content .card .schedule .day .times .time{margin-left:.5rem;background-color:#ececec;padding:.5rem;border-radius:.5rem}#point-modal .content .card .schedule .day .times .time span:first-child{margin-right:.5rem}#point-modal .content .card .schedule .day .times .time span:last-child{margin-left:.5rem}.title-mask{overflow:hidden;display:flex;justify-content:start;width:100%}.title-mask .sub-title{color:#00acb6;font-weight:700;font-size:1.25em}#generate-label{width:100vw;overflow:hidden;background-color:#ececec;align-items:flex-start}#generate-label .container{overflow:hidden;position:relative;display:flex;flex-direction:column}#generate-label .container .title{font-size:1.75em;font-weight:400}#generate-label .container .wrapper-top{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:9999}#generate-label .container .wrapper-top .button{max-width:-moz-fit-content;max-width:fit-content;padding-left:1.5rem}#generate-label .container .wrapper{width:100%;z-index:9999}#generate-label .container .wrapper .topbar{width:100%;height:100%;background-color:#c5e7e9;height:7.5vh;margin-bottom:1em;border-radius:.5em;display:flex;align-items:center;justify-content:space-between;padding:1em 2em}#generate-label .container .wrapper .topbar .left{width:80%}#generate-label .container .wrapper .topbar .left select,#generate-label .container .wrapper .topbar .left input{width:-moz-fit-content;width:fit-content;min-width:4em;height:100%;border:none;background-color:rgba(0,0,0,0);border-radius:.25em;border:1px solid#00acb6;padding:1rem;font-weight:500;outline:none;color:#00acb6;margin-right:1em}#generate-label .container .wrapper .topbar .left select option,#generate-label .container .wrapper .topbar .left input option{padding:.5em 1em;margin:1em 0;font-size:1em}#generate-label .container .wrapper .topbar .left select:last-child,#generate-label .container .wrapper .topbar .left input:last-child{margin-right:0}#generate-label .container .wrapper .topbar .left select::placeholder,#generate-label .container .wrapper .topbar .left input::placeholder{color:#00acb6;font-weight:500}#generate-label .container .wrapper .topbar .right{width:20%;min-width:-moz-fit-content;min-width:fit-content}#generate-label .container .wrapper .topbar .right .button{min-width:-moz-fit-content;min-width:fit-content;background-color:#00acb6;color:#fff}#generate-label .container .label-form{width:100%;max-width:900px;margin:0 auto;background-color:#fff;border-radius:.5em;padding:2em;box-shadow:0 2px 12px rgba(0,0,0,8%)}#generate-label .container .label-form__header{margin-bottom:1.5em}#generate-label .container .label-form__back{display:inline-flex;align-items:center;gap:.4em;background:none;border:none;color:#00acb6;font-size:.9rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:.75em}#generate-label .container .label-form__back:hover{text-decoration:underline}#generate-label .container .label-form__title{font-size:1.4rem;font-weight:500;color:#212529;margin:0 0 .4em}#generate-label .container .label-form__point{font-size:.9rem;color:#5f5f5f}#generate-label .container .label-form__point strong{color:#00acb6}#generate-label .container .label-form__body{display:flex;gap:1.5em}#generate-label .container .label-form__section{border:1px solid#c5c5c5;border-radius:.4em;padding:1.25em 1em 1em;flex:1}#generate-label .container .label-form__section legend{font-size:.85rem;font-weight:600;color:#5f5f5f;padding:0 .5em}#generate-label .container .label-form__field{margin-bottom:.75em}#generate-label .container .label-form__field label{display:block;font-size:.75rem;font-weight:600;color:#828282;margin-bottom:.25em}#generate-label .container .label-form__field input{width:100%;padding:.7em .8em;border:1px solid#c5c5c5;border-radius:.3em;font-size:.95rem;outline:none;transition:border-color.2s}#generate-label .container .label-form__field input:focus{border-color:#00acb6}#generate-label .container .label-form__field input::placeholder{color:#a3a3a3}#generate-label .container .label-form__row-2{display:flex;gap:.75em;margin-bottom:1.5em}#generate-label .container .label-form__row-2 .label-form__field{flex:1}#generate-label .container .label-form__dimensions{display:flex;gap:.75em}#generate-label .container .label-form__dimensions .label-form__field{flex:1}#generate-label .container .label-form__error{display:block;font-size:.75rem;color:#fd0658;margin-top:.2em}#generate-label .container .label-form__actions{margin-top:1.5em;display:flex;flex-direction:column;gap:.75em}#generate-label .container .label-form__actions .button{width:100%}@media screen and (max-width:1024px){#generate-label .container .wrapper{flex-direction:column}#generate-label .container .wrapper .sidebar{width:100%}}@media screen and (max-width:768px){#generate-label .container .label-form{padding:1.25em 1em}#generate-label .container .label-form__body{flex-direction:column}#generate-label .container .label-form__row-2,#generate-label .container .label-form__dimensions{flex-direction:column;gap:0}}#welcome{width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#ececec}#welcome .logo{position:absolute;top:2em!important}#welcome .title{font-size:2em;color:#1a1a1a;min-width:100%;display:flex;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;position:relative;z-index:5}#welcome .title h1{margin:.2em 0 0}#welcome .text{margin-bottom:1em;margin-top:.5em;font-size:1.25em}#welcome .wrapper{width:100%;max-width:70em;max-height:90vh;display:flex;flex-wrap:wrap;padding:2em 0;align-items:center}#welcome .wrapper .form{width:50%;min-height:5em;padding-left:2em}#welcome .wrapper .form input{height:3em;width:100%}#welcome .wrapper .form .label{margin-bottom:.5em;font-weight:600;color:#3d3d3d;animation-delay:2s;animation:fadeIn.5s ease-in-out}#welcome .wrapper .form .inputs-wrapper{display:flex}#welcome .wrapper .form .inputs-wrapper .button-wrapper{width:100%}#welcome .wrapper .form .inputs-wrapper .button{height:3rem;margin-top:0!important;width:100%;font-size:.8rem}#welcome .wrapper .form .inputs-wrapper .input-wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:1em}#welcome .wrapper .form .inputs-wrapper .input-wrapper:first-child{margin-right:.5em}#welcome .wrapper .form #continue{margin-top:2em}#welcome .wrapper .image{min-width:-moz-fit-content;min-width:fit-content;width:50%;min-height:5em}#welcome .wrapper .image .pin{box-shadow:rgba(149,157,165,.2)0 8px 24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-height:700px)and (min-width:1e3px){#welcome .logo{top:1em}#welcome .title h1{margin:.2em 0 0!important}#welcome .title .text{padding:0 1rem}}#map-container{height:55vh;width:100%;background-color:#fff;overflow:hidden!important;display:flex;position:relative;border-radius:.5em}#map-container #deckgl-wrapper{top:inherit!important;height:55vh!important;overflow:hidden!important}.go-back{position:absolute;top:.5em;right:.5em;z-index:99999;background-color:#00acb6;padding:.5em 1em;border-radius:.5rem;color:#fff;font-weight:600;cursor:pointer;font-size:1.25rem}.create-account{display:flex;align-items:center;justify-content:center;margin-top:1em}.create-account a{margin-left:.25em;color:#00acb6;font-weight:600}.spinner-container{margin:auto;display:flex;align-content:space-around;justify-content:center;align-items:center;height:50vh}.loading-spinner{width:50px;height:50px;border:10px solid#f3f3f3;border-top:10px solid#383636;border-radius:50%;animation:spinner 1s linear infinite}#label-pr>div>div{color:#fff}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}*,:before,:after{box-sizing:border-box}body{font-family:"Montserrat",serif;font-weight:500}.App{wdith:100vw;overflow:hidden}.App .main-wrapper{display:flex}.modal{z-index:99999}.container{width:100%;padding:2em}@media screen and (max-width:1024px){.container{padding:1em}}select,input{width:-moz-fit-content;width:fit-content;min-width:4em;height:100%;border:none;background-color:rgba(0,0,0,0);border-radius:.25em;border:1px solid#00acb6;padding:1rem;font-weight:500;outline:none;color:#00acb6}select option,input option{padding:.5em 1em;margin:1em 0;font-size:1em}select:last-child,input:last-child{margin-right:0}select::placeholder,input::placeholder{color:#00acb6;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:1px solid#00acb6;-webkit-text-fill-color:#00acb6;-webkit-box-shadow:0 0 0 1e3px rgba(0,0,0,0)inset;-webkit-transition:background-color 5e3s ease-in-out 0s;transition:background-color 5e3s ease-in-out 0s}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{text-decoration:none;color:inherit}.swal2-confirm{background-color:#00acb6!important}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.spinner-container{margin:auto;display:flex;align-content:space-around;justify-content:center;align-items:center;height:50vh}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{width:50px;height:50px;border:10px solid#f3f3f3;border-top:10px solid#383636;border-radius:50%;animation:spinner 1s linear infinite}