@import"https://fonts.googleapis.com/css?family=Roboto:wght@100;300;400;500;700;900&display=swap";body{display:flex;width:100vw;height:100vh;max-height:100vh;overflow:hidden;flex-direction:column;justify-content:center;align-items:center;font-family:Roboto}h2{font-family:Roboto,sans-serif;font-weight:700}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:#ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0;justify-content:center;align-items:center}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.modal-background{background-color:#000000b3;position:fixed;width:100%;height:100%;z-index:1}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal-content{background-color:#fff!important;border-radius:10px;box-shadow:0 2px 10px #0000001a}.modal-header{background-color:#fff;border-bottom:1px solid #e9ecef}.modal-body{background-color:#fff;border-radius:10px;z-index:10}.header{width:100%;height:70px;background-color:#000000b3;border-radius:10px 10px 0 0;align-items:center;justify-content:center;color:#fff}.calculator-container{text-align:center}.calculator{width:400px;padding:20px;border-radius:0 0 15px 15px;box-shadow:0 4px 8px #0000001a;background-color:#d9d9d9;margin:0 auto}.display{width:90%;height:100px;background-color:#fff;color:#000;text-align:center;line-height:50px;border-radius:10px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:24px}.btn{width:60px;height:60px;margin:5px;font-size:24px;border-radius:10px}.btn-number{background-color:#535050;color:#fff}.btn-backspace{background-color:#563a19;color:#fff}.btn-enter{background-color:#006d00;color:#fff}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-title{margin-bottom:0}.modal-footer .btn{padding:.375rem .75rem;font-size:1rem}.back-button{width:70%;max-width:220px}.modal-qr{display:flex;flex-direction:column;position:fixed;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border:1px solid #ccc;box-shadow:0 4px 8px #0003;z-index:10;align-items:center;justify-content:center}.product-card-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;width:700px}.product-card{display:flex;flex-direction:column;width:278px;height:168px;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:25px}.header-product-card{position:relative;height:50px;width:100%;background-color:#000;color:#fff;align-items:center;justify-content:center;border-radius:25px 25px 0 0}.body-container{background-color:#d9d9d98c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;box-shadow:0 4px 30px #0003;border-radius:0 0 25px 25px}.splash-screen-modal{animation:fadeIn .3s ease-in}.splash-screen-content{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#00000080}.form-group{display:flex;flex-direction:column;gap:.5 rem}.box{position:absolute;transform-origin:top left;margin:0;padding:0;cursor:move}.dropdown-header{padding:10px;background-color:#f3f4f6;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:4px;margin-bottom:5px}.dropdown-header:hover{background-color:#e5e7eb}.dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.dropdown-content.open{max-height:500px;transition:max-height .5s ease-in}.chevron{transition:transform .3s ease}.chevron.open{transform:rotate(180deg)}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;margin-bottom:10px}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.radio-group{display:flex;flex-direction:row;gap:8px;margin-top:8px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer}.radio-label input[type=radio]{cursor:pointer}.file-input{width:100%;padding:8px;margin:5px 0;border:1px solid #ddd;border-radius:4px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.dimensions-display{display:flex;flex-direction:column;background-color:#f5f5f5;padding:8px 12px;border-radius:4px;margin-bottom:8px;font-family:monospace}.dimension-item{display:flex;justify-content:space-between;margin-bottom:4px}.dimension-item:last-child{margin-bottom:0}.dimensions-info{font-size:.85em;color:#666;margin-bottom:8px}.video-container{position:relative;width:100%;height:100vh;overflow:hidden}.background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:-1}
