@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;background-color:#fff}:root{--select-arrow-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");--select-arrow-size: 10px 6px;--select-arrow-position: right 12px center;--select-arrow-padding: 36px}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:var(--select-arrow-svg);background-repeat:no-repeat;background-position:var(--select-arrow-position);background-size:var(--select-arrow-size);padding-right:var(--select-arrow-padding);cursor:pointer}.cc-input select,.filter-field select{background-image:var(--select-arrow-svg)!important;background-repeat:no-repeat!important;background-position:var(--select-arrow-position)!important;background-size:var(--select-arrow-size)!important;padding-right:var(--select-arrow-padding)!important}select.cc-input{appearance:none;background-image:var(--select-arrow-svg)!important;background-repeat:no-repeat!important;background-position:var(--select-arrow-position)!important;background-size:var(--select-arrow-size)!important;padding-right:var(--select-arrow-padding)!important}.App{width:100vw;height:100vh;background:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.login-container{position:fixed;inset:0;background:linear-gradient(to right,#7b5fff,#4f9cff 40%,#ff6b4f);display:flex;align-items:center;justify-content:center;font-family:Poppins,Inter,sans-serif;z-index:9999;overflow:hidden}.login-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px;padding:0;text-align:center;overflow:hidden;position:relative;z-index:10}.login-logo-section{padding:30px 20px 20px;display:flex;justify-content:center;align-items:center;background:#fff}.login-logo{max-width:150px;height:auto}.login-tabs{display:flex;border-bottom:2px solid #E0E0E0;padding:0 20px}.login-tab{flex:1;padding:16px 0;background:none;border:none;color:#999;font-size:13px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;position:relative;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.login-tab:hover,.login-tab.active{color:#ea580c}.login-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#ea580c}.login-form{display:flex;flex-direction:column;gap:16px;padding:24px 20px}.login-field{display:flex;flex-direction:column;text-align:left;gap:6px}.login-field label{font-size:11px;font-weight:600;color:#ea580c;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.login-field input{height:36px;padding:0 12px;border:1px solid #E0E0E0;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;color:#262626;transition:all .3s ease;background-color:#fafafa}.login-field input::placeholder{color:#bbb}.login-field input:focus{outline:none;border-color:#ea580c;background-color:#fff}.login-input-senha{position:relative;display:flex;align-items:center}.login-input-senha input{width:100%;padding-right:40px}.login-toggle-senha{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:16px;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.login-toggle-senha:hover{opacity:.7}.login-checkbox{display:flex;align-items:center;gap:8px;padding:4px 0}.login-checkbox input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#EA580C}.login-checkbox label{font-size:11px;color:#262626;font-family:Inter,sans-serif;cursor:pointer;margin:0;font-weight:400}.login-error{font-size:12px;color:#d32f2f;background-color:#ffebee;padding:10px 12px;border-radius:4px;border-left:3px solid #d32f2f;text-align:left;font-weight:500;font-family:Inter,sans-serif}.login-btn{height:40px;background:#ea580c;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:700;font-family:Poppins,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;margin-top:8px}.login-btn:hover{background:#d94700;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c4d}.login-btn:active{transform:translateY(0)}.login-links{text-align:center;padding-top:4px}.login-links a{font-size:11px;color:#262626;text-decoration:none;font-family:Inter,sans-serif;transition:color .2s ease;font-weight:500}.login-links a:hover{color:#ea580c}@media(max-width:480px){.login-box{max-width:90%;max-height:90vh}.login-logo{max-width:120px}.login-form{gap:14px;padding:20px 16px}.login-field input{height:32px;font-size:11px}.login-btn{height:36px;font-size:11px}}.password-requirements{background:#f5f5f5;border-radius:6px;padding:10px 12px;margin-top:8px;text-align:left;border-left:3px solid #FF6B4F}.password-requirements small{display:block;font-size:12px;line-height:1.8;color:#888;font-weight:500}.password-requirements small.ok{color:#4caf50}.password-requirements small.falta{color:#ff6b4f}.login-error-alert{background:#fee;border:1px solid #fcc;border-radius:6px;padding:12px 14px;margin:12px 0;font-size:14px;color:#c33;animation:slideDown .3s ease-out}.login-error-alert p{margin:0;line-height:1.5}.login-error-alert.email-exists{background:#fff3cd;border:1px solid #ffe3b3;color:#664d00}.error-message{display:flex;flex-direction:column;gap:10px}.error-text{margin:0;font-weight:500}.error-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.error-link-btn{background:none;border:none;color:#06c;cursor:pointer;font-weight:600;font-size:13px;padding:0;text-decoration:underline;transition:color .2s}.error-link-btn:hover{color:#0052a3}.error-link-btn:active{color:#003d7a}.error-separator{color:#999;font-size:12px}@media(max-width:400px){.login-error-alert{padding:10px 12px;font-size:13px}.error-actions{flex-direction:column;align-items:flex-start}.error-separator{display:none}.error-link-btn{margin-top:4px}}.welcome-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Arial,sans-serif;animation:fadeInBg .8s ease-out}.welcome-content{background:#fff;border-radius:20px;padding:60px 40px;max-width:500px;text-align:center;box-shadow:0 10px 40px #0003;animation:slideUp .6s ease-out}.welcome-logo{margin-bottom:40px;animation:scaleIn .8s ease-out}.welcome-logo-img{width:80px;height:80px;object-fit:contain}.welcome-message{margin:30px 0}.welcome-user-name{margin:25px 0 15px;animation:fadeIn .6s ease-out .4s both}.user-greeting{font-size:22px;color:#333;margin:0;line-height:1.6;font-weight:500}.user-greeting .name{color:#667eea;font-weight:700;font-size:24px}.welcome-description{font-size:16px;color:#666;margin:15px 0 0;line-height:1.6;animation:fadeIn .6s ease-out .5s both}.welcome-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;margin-top:30px;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;animation:fadeIn .6s ease-out .5s both}.welcome-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.welcome-btn:active{transform:translateY(0);box-shadow:0 2px 10px #667eea66}@media(max-width:600px){.welcome-content{padding:40px 20px}.welcome-title{font-size:28px}.welcome-subtitle{font-size:20px}.user-greeting{font-size:16px}.user-greeting .name{font-size:18px}.welcome-btn{padding:12px 30px;font-size:14px}}.logout-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Arial,sans-serif;animation:fadeInBg .8s ease-out}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.logout-content{background:#fff;border-radius:20px;padding:60px 40px;max-width:500px;text-align:center;box-shadow:0 10px 40px #0003;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logout-logo{margin-bottom:40px;animation:scaleIn .8s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.logout-logo-img{width:80px;height:80px;object-fit:contain;opacity:.9}.logout-message{margin:30px 0}.logout-title{font-size:36px;font-weight:700;color:#333;margin:0 0 20px;animation:slideInDown .6s ease-out .2s both}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logout-text{font-size:16px;color:#555;margin:12px 0;line-height:1.6;animation:fadeIn .6s ease-out .3s both}.logout-text.secondary{color:#888;font-style:italic;margin-top:20px;animation:fadeIn .6s ease-out .4s both}.logout-status{margin-top:30px;animation:fadeIn .6s ease-out .5s both}.loading-text{font-size:14px;color:#999;margin-bottom:10px}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:pulse 1.4s infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media(max-width:600px){.logout-content{padding:40px 20px}.logout-title{font-size:32px}.logout-text{font-size:14px}.logout-logo-img{width:70px;height:70px}}.navbar{width:100%;border-bottom:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:flex-start;gap:10px}.navbar-content{align-self:stretch;padding-left:10px;padding-right:10px;background:#fff;overflow:hidden;display:flex;justify-content:flex-start;align-items:center}.navbar-left{align-self:stretch;display:flex;justify-content:flex-start;align-items:center;gap:16px}.logo-container{align-self:stretch;padding-right:5px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.logo{width:113px;height:40.28px;position:relative;overflow:hidden}.logo img{width:114.61px;height:44.94px;position:absolute;left:-.22px;top:-1.26px}.navbar-menu{display:flex;justify-content:flex-start;align-items:center}.menu-item{width:150px;height:42px;padding-left:5px;padding-right:5px;background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer}.menu-icon{width:27px;height:27px;position:relative;overflow:hidden}.menu-icon img{width:100%;height:100%}.menu-item span{text-align:center;color:#000;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:20px;word-wrap:break-word;transition:color .2s ease}.menu-cadastros:hover,.menu-cadastros.active{background:#008236!important}.menu-cadastros:hover span,.menu-cadastros.active span{color:#fff!important}.menu-cadastros:hover .menu-icon img,.menu-cadastros.active .menu-icon img{filter:brightness(0) invert(1)}.menu-comercial:hover,.menu-comercial.active{background:#0047cc!important}.menu-comercial:hover span,.menu-comercial.active span{color:#fff!important}.menu-comercial:hover .menu-icon img,.menu-comercial.active .menu-icon img{filter:brightness(0) invert(1)}.menu-financeiro:hover,.menu-financeiro.active{background:#e66400!important}.menu-financeiro:hover span,.menu-financeiro.active span{color:#fff!important}.menu-financeiro:hover .menu-icon img,.menu-financeiro.active .menu-icon img{filter:brightness(0) invert(1)}.menu-fiscal:hover,.menu-fiscal.active{background:#8300e6!important}.menu-fiscal:hover span,.menu-fiscal.active span{color:#fff!important}.menu-fiscal:hover .menu-icon img,.menu-fiscal.active .menu-icon img{filter:brightness(0) invert(1)}.menu-relatorios:hover,.menu-relatorios.active{background:#0096b8!important}.menu-relatorios:hover span,.menu-relatorios.active span{color:#fff!important}.menu-relatorios:hover .menu-icon img,.menu-relatorios.active .menu-icon img{filter:brightness(0) invert(1)}.navbar-right{flex:1;align-self:stretch;overflow:hidden;display:flex;justify-content:flex-end;align-items:center;gap:10px}.search-container{width:187px;height:34px;position:relative;overflow:hidden;border-radius:4px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.search-button{height:34px;padding:6px 7px;background:transparent;border:none;border-radius:4px;display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer}.search-icon{width:22px;height:22px;position:relative;overflow:hidden}.search-icon img{width:100%;height:100%}.navbar-icons{align-self:stretch;overflow:hidden;display:flex;justify-content:flex-end;align-items:center;gap:10px}.icon-button{width:24px;height:24px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;background:none;border:none;cursor:pointer;padding:0}.icon-button img{width:24px;height:24px}.user-avatar{width:35px;height:35px;border-radius:9999px;border:1px solid rgba(0,0,0,.5);overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.dropdown-menu-container{position:absolute;top:100%;left:0;width:100%;padding:10px 50px;overflow:hidden;display:none;z-index:1000;box-shadow:0 4px 6px #0000001a}.dropdown-menu-container.visible{display:flex}.dropdown-menu-cadastros{background:#ccfae3;border-top:2px solid #008236;border-bottom:2px solid #008236}.dropdown-menu-cadastros .dropdown-section-title{color:#008236}.dropdown-menu-cadastros .dropdown-item:hover{background-color:#0082361a}.dropdown-menu-cadastros .dropdown-item:hover .dropdown-item-text{color:#008236}.dropdown-menu-comercial{background:#ccdaf5;border-top:2px solid #0047CC;border-bottom:2px solid #0047CC}.dropdown-menu-comercial .dropdown-section-title{color:#0047cc}.dropdown-menu-comercial .dropdown-item:hover{background-color:#0047cc1a}.dropdown-menu-comercial .dropdown-item:hover .dropdown-item-text{color:#0047cc}.dropdown-menu-financeiro{background:#fae0cc;border-top:2px solid #E66400;border-bottom:2px solid #E66400}.dropdown-menu-financeiro .dropdown-section-title{color:#e66400}.dropdown-menu-financeiro .dropdown-item:hover{background-color:#e664001a}.dropdown-menu-financeiro .dropdown-item:hover .dropdown-item-text{color:#e66400}.dropdown-menu-fiscal{background:#e6ccfa;border-top:2px solid #8300E6;border-bottom:2px solid #8300E6}.dropdown-menu-fiscal .dropdown-section-title{color:#8300e6}.dropdown-menu-fiscal .dropdown-item:hover{background-color:#8300e61a}.dropdown-menu-fiscal .dropdown-item:hover .dropdown-item-text{color:#8300e6}.dropdown-menu-relatorios{background:#ccf2fa;border-top:2px solid #0096B8;border-bottom:2px solid #0096B8}.dropdown-menu-relatorios .dropdown-section-title{color:#0096b8}.dropdown-menu-relatorios .dropdown-item:hover{background-color:#0096b81a}.dropdown-menu-relatorios .dropdown-item:hover .dropdown-item-text{color:#0096b8}.dropdown-menu-content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.dropdown-section{padding:5px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.dropdown-section-header{padding-left:10px;padding-right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.dropdown-section-title{text-align:center;font-size:11px;font-family:Poppins,sans-serif;font-weight:600;line-height:20px;word-wrap:break-word}.dropdown-section-items{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.dropdown-item{padding:5px 10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{border-radius:4px;transition:background-color .2s ease}.dropdown-item-text{text-align:center;color:#1a1a1a;font-size:12px;font-family:Poppins,sans-serif;font-weight:600;line-height:20px;word-wrap:break-word}.clientes-header-container{width:100%;height:auto;background:#fff;border-top:1px solid #D4D4D4;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.clientes-header-content{align-self:stretch;flex:1;position:relative;padding-right:10px;display:flex;justify-content:space-between;align-items:center;min-height:56px}.clientes-title-section{padding:0 20px;height:56px;background:#008236;color:#fff;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;gap:10px;min-width:fit-content}.clientes-title{text-align:center;color:#fff;font-size:14px;font-family:Poppins,sans-serif;font-weight:700;line-height:20px;word-wrap:break-word}.clientes-actions{display:flex;justify-content:flex-start;align-items:center;gap:10px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:15}.btn-action{width:110px;height:28px;padding:0 10px;background:#fff;overflow:hidden;border-radius:4px;border:1.5px solid #008236;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn-icon-plus,.btn-icon-print{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px}.btn-icon{width:20px;height:20px;object-fit:contain}.btn-action:hover{background:#006629;border-color:#006629}.btn-action:hover .btn-icon{filter:brightness(0) invert(1)}.btn-label{flex:1 1 0;text-align:center;display:flex;justify-content:center;flex-direction:column;color:var(--Cadastral-primary, #008236);font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;letter-spacing:.24px;word-wrap:break-word;transition:color .2s ease}.btn-action:hover .btn-label,.btn-action:hover .btn-icon-plus,.btn-action:hover .btn-icon-print{color:#fff}.clientes-header-border{align-self:stretch;height:1px;background-image:linear-gradient(to right,#008236e6,#008236e6);background-size:100% 1px;background-repeat:no-repeat;margin-top:0}.filters-container{width:100%;padding:10px;background:#fff;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.filter-row{align-self:stretch;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px;flex-wrap:wrap;width:100%;box-sizing:border-box}.filter-field{overflow:visible;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:1px;position:relative;min-width:0;box-sizing:border-box}.filter-clear-btn{position:absolute;right:28px;top:72%;transform:translateY(-50%);background:none;border:none;color:#008236;font-size:18px;font-weight:700;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:20;line-height:1}.filter-clear-btn:hover{color:#00a63e}.filter-field label{align-self:stretch;color:#008236;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.filter-field select,.filter-field input{align-self:stretch;height:28px;padding-left:7px;padding-right:7px;background:#fff;overflow:hidden;border-radius:4px;border:1px solid #D4D4D4;color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;word-wrap:break-word;outline:none}.filter-field select{appearance:none;background-image:var(--select-arrow-svg);background-repeat:no-repeat;background-position:var(--select-arrow-position);background-size:var(--select-arrow-size);padding-right:var(--select-arrow-padding);cursor:pointer;background-color:#fff}.filter-field select option{background-color:#fff;color:#404040}.filter-field input{text-transform:none}.filter-field-radio{overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.filter-field-radio>label{align-self:stretch;color:#008236;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.radio-group{padding:0 5px;margin-top:-3px;gap:25px;overflow:hidden;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.radio-group label{display:flex;justify-content:flex-start;align-items:center;gap:5px;cursor:pointer}.radio-group input[type=radio]{width:10px;height:2px;padding:6px;overflow:hidden;border-radius:100px;border:1px solid #D4D4D4;cursor:pointer;appearance:none;position:relative}.radio-group input[type=radio]:checked{border-color:#008236;background-color:#fff}.radio-group input[type=radio]:checked:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#008236;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-group span{text-align:center;color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:18px;word-wrap:break-word}@media(max-width:1400px){.filter-field{min-width:120px}}@media(max-width:1000px){.filter-field{min-width:100px}}@media(max-width:768px){.filter-row{flex-wrap:wrap}.filter-field{flex:1 1 calc(50% - 5px)!important;min-width:unset}}@media(max-width:480px){.filter-field{flex:1 1 100%!important}.filter-row{gap:5px}.filters-container{padding:5px;gap:3px}}.select-button-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%;overflow:visible;min-width:0}.select-button-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.select-button-field-container{display:flex;align-items:center;position:relative;width:100%}.select-button-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,background-color .2s ease;position:relative;z-index:10}.select-button-field:hover{background-color:#fafafa;border-color:#008236}.select-button-field:focus{outline:none;border-color:#008236;box-shadow:inset 0 0 0 2px #0082361a;background-color:#fff}.select-button-field.disabled,.select-button-field:disabled{background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.7}.select-button-field.disabled:hover,.select-button-field:disabled:hover{background-color:#f5f5f5;border-color:#e0e0e0}.select-button-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 35px)}.select-button-arrow-icon{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.select-button-text-section{display:flex;align-items:center;flex:1;overflow:hidden;position:relative}.select-button-text{flex:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.select-button-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:99999;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column}.select-button-search{padding:8px 7px;border:none;border-bottom:1px solid #f0f0f0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.4px;color:#404040;background:#fff;box-sizing:border-box;width:100%}.select-button-search::placeholder{color:#d4d4d4}.select-button-search:focus{outline:none;background-color:#fafafa}.select-button-no-results{padding:12px 10px;color:#737373;font-size:12px;font-weight:500;text-align:center;font-family:Inter,sans-serif}.select-button-suggestion{width:100%;padding:8px 10px;background:#fff9e6;border:none;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:auto;display:flex;align-items:center;gap:8px;flex-direction:column}.select-button-suggestion:hover{background-color:#fff0cc}.select-button-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.select-button-clear-option:hover{background-color:#fff3e0}.select-button-icon-section{display:flex;align-items:center;justify-content:center;width:auto;height:20px;flex-shrink:0;margin-left:8px}.select-button-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.select-button-arrow.open{transform:scaleY(-1)}.select-button-arrow:after{display:none}.select-button-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center}.select-button-option.simple{min-height:28px;height:28px}.select-button-option.structured{height:47px}.select-button-option:hover{background-color:#f5f5f5}.select-button-option.active{background-color:#e8f5e9;color:#008236;font-weight:600}.select-button-option:last-child{border-bottom:none}.select-button-option-content{display:flex;flex-direction:column;gap:2px;width:100%}.simple-option-text{color:#404040;font-family:Inter,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:-.4px}.select-button-field-container .vendedor-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;position:relative;z-index:11}.select-button-field-container .vendedor-field:hover{background-color:#fafafa;border-color:#008236}.select-button-field-container .vendedor-field:focus{outline:none;border-color:#008236;box-shadow:inset 0 0 0 2px #0082361a;background-color:#fff}.vendedor-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px);z-index:11}.vendedor-arrow-icon{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all;z-index:15}.vendedor-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.vendedor-arrow.open{transform:scaleY(-1)}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.select-btn-header,.select-btn{padding-right:var(--ff-scrollbar-width)}}.cliente-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.cliente-select-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.cliente-select-field-container{display:flex;align-items:center;position:relative;width:100%}.cliente-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.cliente-select-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px)}.cliente-select-field:hover{background-color:#fafafa;border-color:#008236}.cliente-select-field:focus{outline:none;border-color:#008236;box-shadow:inset 0 0 0 2px #0082361a;background-color:#fff}.cliente-select-arrow-icon{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.cliente-select-text-section{display:flex;align-items:center;flex:1;overflow:hidden;position:relative}.cliente-select-text{flex:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.cliente-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column}.cliente-select-search{padding:8px 7px;border:none;border-bottom:1px solid #f0f0f0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.4px;color:#404040;background:#fff;box-sizing:border-box;width:100%}.cliente-select-search::placeholder{color:#d4d4d4}.cliente-select-search:focus{outline:none;background-color:#fafafa}.cliente-select-no-results{padding:12px 10px;color:#737373;font-size:12px;font-weight:500;text-align:center;font-family:Inter,sans-serif}.cliente-select-suggestion{width:100%;padding:8px 10px;background:#fff9e6;border:none;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:auto;display:flex;align-items:center;gap:8px;flex-direction:column}.cliente-select-suggestion:hover{background-color:#fff0cc}.cliente-select-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.cliente-select-clear-option:hover{background-color:#fff3e0}.cliente-select-icon-section{display:flex;align-items:center;justify-content:center;width:auto;height:20px;flex-shrink:0;margin-left:8px}.cliente-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.cliente-select-arrow.open{transform:scaleY(-1)}.cliente-select-arrow:after{display:none}.cliente-select-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:47px;display:flex;align-items:center}.cliente-select-option:hover{background-color:#f5f5f5}.cliente-select-option.active{background-color:#e8f5e9;color:#008236;font-weight:600}.cliente-select-option:last-child{border-bottom:none}.cliente-select-option-content{display:flex;flex-direction:column;gap:2px;width:100%}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cliente-dropdown-header,.cliente-select{padding-right:var(--ff-scrollbar-width)}}.empresa-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.empresa-select-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.empresa-select-field-container{display:flex;align-items:center;position:relative;width:100%}.empresa-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.empresa-select-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px)}.empresa-select-field:hover{background-color:#fafafa;border-color:#008236}.empresa-select-field:focus{outline:none;border-color:#008236;box-shadow:inset 0 0 0 2px #0082361a;background-color:#fff}.empresa-select-arrow-icon{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.empresa-select-text-section{display:flex;align-items:center;flex:1;overflow:hidden;position:relative}.empresa-select-text{flex:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.empresa-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column}.empresa-select-search{padding:8px 7px;border:none;border-bottom:1px solid #f0f0f0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.4px;color:#404040;background:#fff;box-sizing:border-box;width:100%}.empresa-select-search::placeholder{color:#d4d4d4}.empresa-select-search:focus{outline:none;background-color:#fafafa}.empresa-select-no-results{padding:12px 10px;color:#737373;font-size:12px;font-weight:500;text-align:center;font-family:Inter,sans-serif}.empresa-select-suggestion{width:100%;padding:8px 10px;background:#fff9e6;border:none;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:auto;display:flex;align-items:center;gap:8px;flex-direction:column}.empresa-select-suggestion:hover{background-color:#fff0cc}.suggestion-text{font-size:11px;color:#737373;font-weight:500;width:100%;margin-bottom:4px}.empresa-select-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.empresa-select-clear-option:hover{background-color:#fff3e0}.empresa-select-icon-section{display:flex;align-items:center;justify-content:center;width:auto;height:20px;flex-shrink:0;margin-left:8px}.empresa-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.empresa-select-arrow.open{transform:scaleY(-1)}.empresa-select-arrow:after{display:none}.empresa-select-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:47px;display:flex;align-items:center}.empresa-select-option:hover{background-color:#f5f5f5}.empresa-select-option.active{background-color:#e8f5e9;color:#008236;font-weight:600}.empresa-select-option:last-child{border-bottom:none}.empresa-select-option-content{display:flex;flex-direction:column;gap:2px;width:100%}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.empresa-dropdown-header,.empresa-select{padding-right:var(--ff-scrollbar-width)}}.input-field-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.input-field-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.input-field-container{position:relative;display:flex;align-items:center;width:100%}.input-field-input{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding-left:7px;padding-right:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.input-field-input::placeholder{color:#a0a0a0;text-transform:none}.input-field-input:hover{background-color:#fafafa;border-color:#008236}.input-field-input:focus{outline:none;border-color:#008236;box-shadow:0 0 0 2px #0082361a}.input-field-container.focused .input-field-input{border-color:#008236}.input-field-clear-btn{position:absolute;right:2px;background:linear-gradient(90deg,#fff0,#fff 50%);border:none;cursor:pointer;width:45px;height:28px;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.input-field-clear-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:18px;color:#00a63e;font-weight:700;cursor:pointer}.input-field-clear-icon:hover{color:#006b29}.table-wrapper{flex:1;display:flex;flex-direction:column;width:100%;overflow:hidden}.table-header{width:100%;height:24px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr);background:#008236;position:sticky;top:0;min-width:100%;z-index:10;flex:0 0 auto;padding-right:8px;box-sizing:border-box;position:relative}.table-header:after{content:"";position:absolute;right:0;top:0;width:8px;height:24px;background:#008236;z-index:11}.header-cell{background:#008236;display:flex;justify-content:center;align-items:center;border-right:1px solid rgba(255,255,255,.3)}.header-cell:last-child{border-right:none}.header-text{color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.table-body{flex:1;width:100%;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.table-body::-webkit-scrollbar{width:8px;height:8px}.table-body::-webkit-scrollbar-track{background:#f1f1f1}.table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.table-body::-webkit-scrollbar-button{display:none}.table-row{width:100%;height:48px;min-height:48px;background:#fff;display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr);border-bottom:1px solid #D4D4D4;transition:background .2s ease,opacity .3s ease;align-items:center;box-sizing:border-box;flex:0 0 auto;min-width:100%;overflow:hidden}.table-row.removing{opacity:0}.table-row{min-width:0}.table-row>*{height:100%;box-sizing:border-box}.table-row:hover{background:#48cf8023}.table-row:last-child{border-bottom:none}.table-cell-double{padding:4px 10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;border-right:1px solid #D4D4D4;position:relative;min-width:0}.table-cell-double{flex:1 1 0;min-width:0}.table-cell-double:last-child{border-right:none}.table-cell-single{padding:4px 10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;border-right:1px solid #D4D4D4;position:relative;min-width:0;flex:1 1 0}.table-cell-single:last-child{border-right:none}.cell-hover-icons{width:100%;height:100%;left:0;top:0;position:absolute;background:linear-gradient(90deg,#f0fdf400,#f0fdf4);overflow:hidden;justify-content:flex-end;align-items:center;display:inline-flex;z-index:5}.cell-hover-content{padding-left:10px;padding-right:10px;justify-content:flex-start;align-items:center;gap:10px;display:flex}.icon-wrapper{width:21.78px;height:21.78px;justify-content:center;align-items:center;display:flex}.icon-inner{width:21.78px;height:21.78px;position:relative;overflow:hidden}.cell-hover-icons img{width:100%;height:100%;cursor:pointer}.cell-text-primary{color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cell-text-primary,.cell-text-secondary,.cell-text-secondary-email{min-width:0;display:block;max-width:100%}.cell-text-secondary{color:#737373;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cell-text-secondary-email{color:#737373;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:lowercase;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.table-header{padding-right:var(--ff-scrollbar-width)}.table-header:after{width:var(--ff-scrollbar-width)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:4px;box-shadow:0 4px 16px #0003;width:90%;max-width:625px;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #008236;height:36px}.modal-title{margin:0;color:#008236;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;line-height:24px}.modal-close{background:none;border:none;font-size:24px;color:#008236;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1}.modal-close:hover{opacity:.8}.modal-body{padding:20px;display:flex;flex-direction:column;gap:10px;min-height:120px;align-items:center;justify-content:center;text-align:center}.modal-message{margin:0;color:#404040;font-size:14px;font-weight:400;font-family:Inter,sans-serif;line-height:20px;letter-spacing:-.056px}.modal-spacer{margin:0;height:0}.modal-item-info{margin:0;color:#404040;font-size:14px;font-weight:400;font-family:Inter,sans-serif;line-height:20px;letter-spacing:-.056px;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.modal-footer{display:flex;gap:13px;padding:10px;justify-content:flex-end;align-items:flex-end}.modal-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 10px;height:28px;border-radius:4px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;border:1.5px solid transparent;cursor:pointer;transition:all .2s ease;min-width:71px}.btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.modal-btn-secondary{background:#fff;color:#008236;border-color:#008236}.modal-btn-secondary:hover{background:#f5f5f5}.modal-btn-primary{background:#008236;color:#fff;border-color:#008236}.modal-btn-primary:hover{background:#006b2a;border-color:#006b2a}.toast-container{position:fixed;top:50px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;justify-content:center;animation:slideUp .3s ease-in-out;pointer-events:auto}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.toast-container.exit{animation:slideDown .3s ease-in-out}.toast-content{display:flex;gap:10px;align-items:center;justify-content:center;padding:15px 20px;background:#b9f8cf;border-radius:4px;box-shadow:0 4px 10px #0003}.toast-icon{width:17px;height:17px;color:#016630;flex-shrink:0}.toast-icon-svg{width:17px;height:17px;flex-shrink:0}.toast-message{margin:0;color:#016630;font-size:12px;font-weight:500;font-family:Poppins,sans-serif;line-height:15px;white-space:nowrap}.calendar-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000000f;z-index:9999}.calendar-card{width:900px;max-width:98%;background:#fff;border-radius:6px;display:flex;box-shadow:0 6px 24px #0000001f;overflow:hidden;border:2px solid rgba(0,130,54,.06)}.calendar-left{width:190px;border-right:1px solid rgba(0,0,0,.04);background:#fbfbfb}.calendar-presets{display:flex;flex-direction:column;gap:12px;padding:14px}.calendar-presets button{text-align:left;background:transparent;border:none;color:#333;padding:8px 6px;cursor:pointer;font-size:13px}.calendar-main{flex:1;display:flex;flex-direction:column}.calendar-months{display:flex;gap:14px;padding:14px}.cal-month{width:340px;background:#fff;border-radius:4px;border:1px solid #f3f3f3;padding:12px;box-sizing:border-box}.cal-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.cal-header .nav{background:#fff;border:1.5px solid rgba(0,130,54,.12);color:#008236;width:34px;height:34px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px #00000008;margin:0 6px}.cal-header .nav svg{width:16px;height:16px;display:block}.cal-header .nav:hover{background:#eaf8ee;border-color:#008236}.cal-header .nav:hover svg path{stroke:#008236}.cal-header .nav:active{transform:translateY(1px)}.cal-title{font-weight:600;text-transform:none;text-align:center;font-size:15px;margin:0 4px}.cal-weekdays{display:flex;gap:6px;padding:4px 6px;color:#666}.wd{width:38px;text-align:center;font-size:12px}.cal-days{padding:6px}.cal-week{display:flex;gap:6px;margin-bottom:6px}.cal-day{width:38px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:#6b6b6b;font-size:13px}.cal-day.disabled{color:#d0d0d0}.cal-day:hover{background:#f3fff6;color:#007a31}.cal-day.in-range{background:#e6fbef;color:#006a2b}.cal-day.start,.cal-day.end{background:#008236;color:#fff}.cal-day.today{border:2px solid #008236;color:#008236;font-weight:600}.calendar-footer{display:flex;align-items:center;justify-content:space-between;padding:12px;border-top:1px solid #eee}.calendar-inputs{display:flex;align-items:center;gap:12px}.calendar-inputs input{height:36px;border:1px solid #d4d4d4;border-radius:6px;padding:6px 12px;min-width:150px}.calendar-actions{display:flex;align-items:center;gap:12px}.btn-outline{background:transparent;border:2px solid #008236;color:#008236;padding:8px 18px;border-radius:8px;cursor:pointer;height:36px}.btn-primary{background:#008236;border:none;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer;height:36px;min-width:80px}.btn-primary:active{transform:translateY(1px)}.error-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}.error-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:90%;animation:slideUp .3s ease-out;border-left:5px solid #dc3545;overflow:hidden}.error-modal-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px 24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #dee2e6;position:relative}.error-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#dc3545;color:#fff;border-radius:50%;flex-shrink:0}.error-icon svg{width:18px;height:18px}.error-modal-title{margin:0;font-size:18px;font-weight:600;color:#212529;flex:1}.error-modal-close{position:absolute;right:16px;top:16px;background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.error-modal-close:hover{background:#0000000d;color:#212529}.error-modal-content{padding:20px 24px}.error-modal-detail{margin:0;font-size:14px;line-height:1.6;color:#495057;word-break:break-word}.error-modal-footer{padding:16px 24px;border-top:1px solid #dee2e6;display:flex;justify-content:flex-end;gap:10px;background:#f8f9fa}.error-modal-button{padding:10px 20px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.error-modal-button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.error-modal-button:active{transform:translateY(0)}.error-modal-container.warning .error-modal-container{border-left-color:#ffc107}.error-modal-container.warning .error-icon{background:#ffc107}.error-modal-container.success .error-modal-container{border-left-color:#28a745}.error-modal-container.success .error-icon{background:#28a745}@media(max-width:600px){.error-modal-container{width:95%;border-radius:8px}.error-modal-header{padding:16px}.error-modal-title{font-size:16px}.error-modal-close{right:12px;top:12px}.error-modal-content{padding:16px}.error-modal-detail{font-size:13px}.error-modal-footer{padding:12px 16px}.error-modal-button{padding:8px 16px;font-size:13px}}.duplicacao-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.duplicacao-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:90%;animation:slideUp .3s ease-out;border-left:5px solid #28a745;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.duplicacao-modal-header{background:linear-gradient(135deg,#f0f9f0,#e8f5e9);padding:20px 24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #c8e6c9;position:relative}.duplicacao-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#28a745;color:#fff;border-radius:50%;flex-shrink:0;font-size:18px}.duplicacao-modal-title{font-size:18px;font-weight:600;color:#1b5e20;flex:1;margin:0}.duplicacao-close{position:absolute;right:16px;top:16px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;line-height:1}.duplicacao-close:hover{background:#28a7451a;color:#28a745}.duplicacao-modal-content{padding:24px}.duplicacao-message{margin:0 0 12px;font-size:14px;line-height:1.6;color:#495057}.duplicacao-documento{background:#f0f9f0;border:1px solid #c8e6c9;border-radius:6px;padding:12px 16px;text-align:center;font-size:16px;color:#1b5e20;font-family:Courier New,monospace;font-weight:600;letter-spacing:1px}.duplicacao-modal-footer{padding:16px 24px;border-top:1px solid #e8f5e9;display:flex;justify-content:flex-end;background:#f8f9f8}.duplicacao-button{padding:10px 24px;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.duplicacao-button:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.duplicacao-button:active{transform:translateY(0)}.cc-page:has(.cc-anexos-section){padding-left:0!important;padding-right:0!important}.cc-anexos-section{padding-top:0;padding-bottom:10px;box-sizing:border-box}.cc-upload-progress{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50;border-radius:12px;padding:16px 20px;margin:16px;box-shadow:0 4px 12px #4caf5040;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cc-upload-progress.cc-upload-completed{background:linear-gradient(135deg,#c8e6c9,#a5d6a7);border-color:#2e7d32}.cc-upload-progress-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cc-upload-progress-icon{font-size:24px}.cc-upload-progress-text{font-size:15px;font-weight:600;color:#2e7d32}.cc-upload-progress-filename{font-size:13px;color:#388e3c;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.cc-upload-progress-bar-container{background:#fffc;border-radius:6px;height:10px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.cc-upload-progress-bar{background:linear-gradient(90deg,#43a047,#66bb6a,#81c784);height:100%;border-radius:6px;transition:width .3s ease;box-shadow:0 2px 4px #4caf504d}.anexos-fullwidth-table{width:100%;margin:0;table-layout:fixed}.cc-attachments-table .cc-table td{padding-left:10px!important;padding-right:0!important}.cc-attachments-table{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.cc-attachments-table .cc-table{width:100%;max-width:100%;min-width:100%;table-layout:fixed}.cc-attachments-table .cc-table tbody tr{width:100%;max-width:100%;min-width:100%;margin-right:0;table-layout:fixed}.cc-attachments-table .cc-table tbody{display:block;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;flex:1 1 auto;width:100%}.cc-attachments-table .cc-table tbody tr{width:100%;margin-right:0}.cc-table{width:100%;display:flex;flex-direction:column;table-layout:fixed;border-collapse:collapse}.cc-table colgroup col{width:100%}.cc-table thead{display:table;table-layout:fixed;width:100%;padding-right:8px;box-sizing:border-box}.cc-table tbody{display:block;overflow-y:scroll;overflow-x:hidden;flex:1 1 auto;width:100%}.cc-table thead tr,.cc-table tbody tr{display:table;table-layout:fixed;width:100%}@media(min-width:480px)and (max-width:768px){body .cc-table{font-size:13px}}@media(min-width:768px)and (max-width:1024px){body .cc-table{font-size:14px}}@media(min-width:1024px)and (max-width:1280px){body .cc-table{font-size:14px}}@media(min-width:1280px){body .cc-table{font-size:14px}}.cc-page{width:100%;height:calc(100vh - 70px);padding:0;background:#fff;display:flex;flex-direction:column;gap:0;font-family:Inter,sans-serif;overflow:visible;margin:0}.cc-header-top{width:100%;background:#fff;border-top:1px solid #D4D4D4;display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 10px 0 0;box-sizing:border-box;gap:20px;min-height:56px}.cc-header-top,.cc-toolbar,.cc-row,.cc-tabs,.cc-address-section,.cc-add-button-group{flex:none}.cc-title{padding:0 20px;height:56px;font-size:14px;background:#008236;color:#fff;font-family:Poppins,sans-serif;font-weight:700;display:flex;align-items:center}.cc-table tbody tr:hover td.cc-cell-with-icons .cc-row-icons,.cc-table tbody td.cc-cell-with-icons:hover .cc-row-icons{display:flex!important}.cc-table tbody tr:hover td.cc-cell-with-icons .cc-row-icons,.cc-table tbody td.cc-cell-with-icons:hover .cc-row-icons,.cc-table tbody tr:hover .cc-row-icons{width:100%;height:100%;left:0;top:0;position:absolute;right:0;background:linear-gradient(90deg,#f0fdf400,#f0fdf4);overflow:hidden;justify-content:flex-end;align-items:center;display:inline-flex!important;z-index:5;transform:none}.cc-actions{display:flex;justify-content:flex-start;align-items:center;gap:10px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:15}.cc-btn-outline{width:110px;height:28px;padding:0 10px;background:#fff;overflow:hidden;border-radius:4px;border:1.5px solid #008236;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.24px;color:#008236}.cc-btn-icon,.cc-btn-icon-plus,.cc-btn-icon-v{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#008236}.cc-btn-icon-svg{width:20px;height:20px;object-fit:contain}.cc-btn-label{flex:1 1 0;text-align:center;display:flex;justify-content:center;flex-direction:column;color:var(--Cadastral-primary, #008236);font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;letter-spacing:.24px}.cc-btn-outline:hover{background:#006629;border-color:#006629}.cc-btn-outline:hover .cc-btn-label,.cc-btn-outline:hover .cc-btn-icon,.cc-btn-outline:hover .cc-btn-icon-plus,.cc-btn-outline:hover .cc-btn-icon-v{color:#fff}.cc-btn-outline:hover .cc-btn-icon-svg{filter:brightness(0) invert(1)}.cc-divider{display:block;align-self:stretch;height:1px;min-height:1px;background-image:linear-gradient(to right,#008236f2,#008236f2);background-size:100% 1px;background-repeat:no-repeat;background-color:#008236f2;margin-top:0}.cc-header-top+.cc-divider{display:block;height:1px;min-height:1px;background-image:linear-gradient(to right,#008236f2,#008236f2);background-size:100% 1px;background-repeat:no-repeat;background-color:#008236f2}.cc-toolbar{width:100%;padding:10px;background:#fff;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:10px;display:flex;flex-wrap:wrap;z-index:100;box-sizing:border-box}.cc-row{width:100%;padding:10px;background:#fff;overflow:visible;flex-direction:row;justify-content:flex-start;margin-top:-15px;align-items:flex-end;gap:10px;display:flex;box-sizing:border-box;flex-wrap:wrap;min-width:0}.cc-field{overflow:visible;display:flex;flex-direction:column;gap:1px;justify-content:flex-end;align-items:flex-start;height:48px;flex:1;min-width:0;position:relative;z-index:10}.cc-toolbar .cc-field,.cc-row .cc-field{min-height:49px;justify-content:flex-end}.cc-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;display:block}.cc-input{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding-left:7px;padding-right:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease}.cc-input:focus{outline:none;border-color:#008236}.cc-input:disabled{background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.7;color:gray}select.cc-input{background-color:#fff}select.cc-input option{background-color:#fff;color:#404040}.cc-input-disabled{width:100%;height:28px;background:#f5f5f5;border:1px solid #D4D4D4;border-radius:4px;padding-left:7px;padding-right:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;display:flex;align-items:center;position:relative;box-sizing:border-box}.cc-input-checkbox{display:flex;align-items:center;gap:6px;padding:0 7px;height:28px;width:100%;border:1px solid #D4D4D4;border-radius:4px;background:#fff;box-sizing:border-box;transition:border-color .2s ease}.cc-input-checkbox:focus-within{border-color:#008236}.cc-input-with-icon{position:relative;width:100%}.cc-input-with-icon img{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;opacity:1}.cc-input-with-icon .cc-input{padding-right:44px}.cc-input-with-calendar img{width:22px;height:22px;opacity:1}.cc-input-with-calendar .cc-input{padding-right:48px}.cc-calendar-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;padding:0;margin:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.cc-calendar-btn img{width:20px;height:20px}.cc-date-input-hidden{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.cc-input-text{flex:1 1 auto;min-width:0;height:100%;border:none;outline:none;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;background:transparent;box-sizing:border-box;transition:border-color .2s ease}.cc-input-text:focus{outline:none;border-color:#008236}.cc-input-text:disabled{background-color:#e0e0e0;color:#888;cursor:not-allowed}.cc-input-disabled-cpf{background-color:#e0e0e0!important;cursor:not-allowed}.cc-input-disabled-cpf .cc-input-text{background-color:transparent;color:#888}.cc-input-error{border-color:#e53935!important;background-color:#fff5f5!important}.cc-error-text{color:#e53935;font-size:11px;font-weight:500;margin-top:4px;display:block}.cc-calendar-svg{width:30px;height:26px;margin-left:30px;display:block;flex:0 0 26px;fill:#0b7a3f;stroke:#0b7a3f}.cc-calendar-btn{padding:6px;display:inline-flex;align-items:center;justify-content:center}.cc-checkbox-inline{display:flex;align-items:center;gap:6px;color:#404040;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:-.4px;text-transform:none}.cc-checkbox-inline span{text-transform:none}.cc-checkbox{width:14px;height:14px;margin:0;border:1px solid #D4D4D4;border-radius:2px;cursor:pointer;accent-color:#008236}.cc-checkbox:disabled{cursor:not-allowed;opacity:.5}.cc-row{width:100%;padding:10px;background:#fff;overflow:hidden;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:10px;display:flex;box-sizing:border-box}.cc-toolbar{width:100%;padding:10px;background:#fff;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:10px;z-index:100;display:flex;flex-wrap:wrap;box-sizing:border-box}.cc-tabs{width:100%;padding:10px 10px 0;background:#fff;overflow:visible;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:0;display:flex;border-bottom:1px solid #008236;box-sizing:border-box}.cc-tab{padding:5px 10px;margin-right:0;background:transparent;color:#404040;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.cc-tab:hover,.cc-tab.active{background:#008236;color:#fff}.cc-address-section{width:100%;padding:10px;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;display:flex;height:106px;position:relative;box-sizing:border-box;overflow:visible}.cc-line{align-self:stretch;display:flex;justify-content:flex-start;align-items:flex-start;margin-top:-5px;gap:10px;width:100%;flex-wrap:nowrap}.cc-finance-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;height:36px;align-items:center;width:100%;box-sizing:border-box}.cc-finance-grid .cc-field{display:flex;flex-direction:column;gap:4px;min-width:0}.cc-finance-grid .cc-input{height:28px;box-sizing:border-box;width:100%;padding-left:8px;padding-right:8px}@media(max-width:900px){.cc-finance-grid{grid-template-columns:repeat(2,1fr)}}.cc-complement-grid-1,.cc-complement-grid-2,.cc-complement-grid-3{display:grid;gap:10px;align-items:start;width:100%;box-sizing:border-box}.cc-complement-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:4px;column-gap:10px;margin-top:-6px;align-items:start;width:100%;box-sizing:border-box}.cc-complement-grid-1,.cc-complement-grid-2{grid-template-columns:1fr 2fr .9fr}.cc-complement-grid-3{grid-template-columns:1fr 2fr .9fr;align-items:center;gap:10px;width:100%}.cc-complement-left-pair{grid-column:1 / 2;display:flex;gap:10px;width:100%;max-width:100%}.cc-complement-left-pair .cc-field{flex:1 1 0;min-width:0;box-sizing:border-box}.cc-complement-left-pair .cc-input,.cc-complement-left-pair .cc-input-with-icon .cc-input,.cc-complement-insc-mun,.cc-complement-insc-suframa{width:100%;box-sizing:border-box}.cc-complement-insc-pair{grid-column:2 / 3;display:flex;gap:10px;align-items:center;width:100%;box-sizing:border-box}.cc-complement-insc-pair .cc-field{flex:1 1 0;min-width:0;box-sizing:border-box}.cc-complement-insc-pair .cc-input,.cc-complement-insc-pair .cc-input-with-icon .cc-input{width:100%;max-width:100%;box-sizing:border-box}.cc-complement-grid-3{grid-template-columns:1fr 2fr .9fr}.cc-address-section .cc-complement-grid-1 .cc-field,.cc-address-section .cc-complement-grid-2 .cc-field,.cc-address-section .cc-complement-grid-3 .cc-field{flex:none;min-width:0}@media(max-width:1000px){.cc-complement-grid-1,.cc-complement-grid-2,.cc-complement-grid-3{grid-template-columns:1fr}}.cc-address-section .cc-complement-grid-1 .cc-input,.cc-address-section .cc-complement-grid-2 .cc-input,.cc-address-section .cc-complement-grid-3 .cc-input{height:28px;box-sizing:border-box}.cc-address-section .cc-input-with-calendar img{width:18px;height:18px}.cc-address-section .cc-field{flex:1 1 0;min-width:0;flex-shrink:1;overflow:hidden;display:flex;flex-direction:column;gap:1px;justify-content:flex-start;align-items:flex-start;height:auto}.cc-phone-grid{display:grid;grid-template-columns:3fr 1fr 2fr 2fr;gap:10px;align-items:end;width:100%;height:98px;box-sizing:border-box}.cc-phone-grid .cc-field{margin:0}.cc-add-btn{height:28px;min-height:28px;padding-left:10px;padding-right:10px;background:#008236;color:#fff;border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.cc-add-btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.cc-add-button-group,.cc-add-button-group-email{display:flex;justify-content:flex-end;align-items:center;gap:10px;height:28px;margin:10px;box-sizing:border-box}.cc-table-container{width:100%;flex:0 0 auto;padding:0;background:#fff;overflow-y:auto;overflow-x:auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;box-sizing:border-box;position:relative;height:auto;min-height:auto;max-height:calc(71vh - 150px)}.cc-attachments-actions{width:100%;padding:8px 10px;box-sizing:border-box}.cc-attachments-add-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#737373;font-weight:600;cursor:pointer;text-transform:uppercase;font-size:12px}.cc-attachments-add-btn:disabled{cursor:not-allowed;opacity:.5}.cc-attachments-add-btn img{width:18px;height:18px}.cc-attachments-add-svg{width:18px;height:18px;display:block}.cc-attachments-table .cc-table thead th{color:#008236;font-weight:700}.cc-attachment-icon{width:20px;height:20px;margin-right:8px;vertical-align:middle}.cc-attachment-name{display:flex;align-items:center}.cc-attachment-text{display:inline-block;vertical-align:middle}.cc-attachment-add-row td{background:transparent;border-bottom:1px solid #D4D4D4;text-align:left;vertical-align:middle;padding:10px 12px 10px 16px}.cc-attachments-table .cc-attachment-add-row td{text-align:left!important}.cc-attachment-add-row .cc-attachments-add-btn{background:transparent;border:none;color:#737373;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:6px 0;font-weight:600}.cc-attachment-add-row .cc-attachments-add-svg{width:18px;height:18px;display:block}.cc-attachment-add-row .cc-attachment-add-empty,.cc-attachment-add-row td.cc-attachment-add-empty{padding:0;border-left:1px solid transparent}.cc-attachment-add-cell{padding-left:16px}.cc-table{width:100%;border-collapse:collapse;background:#fff;border:none;display:flex;flex-direction:column;height:100%;min-height:0}.cc-table thead{background:transparent;border-top:1px solid #D4D4D4;border-bottom:2px solid #D4D4D4;display:table;table-layout:fixed;width:100%;z-index:0;position:relative;pointer-events:none;padding-right:8px;box-sizing:border-box}.cc-table thead th{height:32px;padding:8px 12px;text-align:center;color:#008236;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;line-height:16px;border-right:1px solid #D4D4D4;border-bottom:1px solid #D4D4D4;vertical-align:middle;background:#fff;display:table-cell}.cc-table thead th:last-child{border-right:none}.cc-table tbody{display:block;overflow-y:scroll;-webkit-overflow-scrolling:touch;flex:1 1 auto;width:100%}.cc-table tbody tr{background:#fff;border-bottom:1px solid #D4D4D4;height:40px;transition:background .2s ease;position:relative;z-index:1;display:table;width:100%;margin-right:0;table-layout:fixed}.cc-table tbody tr:last-child{border-bottom:none}.cc-table tbody td{padding:8px 12px;text-align:center;color:#404040;font-family:Inter,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;border-right:1px solid #D4D4D4;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;display:table-cell;height:40px}.cc-table thead th,.cc-table tbody td{display:table-cell;vertical-align:middle;padding:8px 12px}.cc-table thead th{height:32px}.cc-table tbody tr{height:40px}.cc-field .cc-input,.cc-field .cc-input-disabled,.cc-field .cc-input-text{height:28px;line-height:20px;display:flex;align-items:center;box-sizing:border-box}.cc-table tbody td:last-child{border-right:none}.cc-table tbody tr:hover{background:#48cf8023}.cc-cell-with-icons{position:relative;overflow:hidden}.cc-cell-text{position:relative;z-index:1;display:inline-block;width:100%;text-align:center}.cc-row-icons{position:absolute;right:8px;left:auto;top:50%;transform:translateY(-50%);height:auto;display:none!important;align-items:center;justify-content:center;gap:8px;padding:0 6px;background:transparent;pointer-events:auto;z-index:2}.cc-table tbody td>*,.cc-table tbody td .cc-cell-text,.cc-table tbody td .cc-attachment-text,.cc-table tbody td span,.cc-table tbody td div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;display:inline-block;vertical-align:middle;max-width:100%}.cc-attachment-name .cc-attachment-text{display:inline-block;vertical-align:middle;max-width:calc(100% - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-table tbody td img,.cc-attachment-icon,.cc-row-icon-btn img{max-width:28px;height:auto;display:inline-block}.cc-table tbody td.cc-flag-true,.cc-table tbody td.cc-flag-false{font-size:18px;font-weight:800;text-align:center;vertical-align:middle;line-height:1}.cc-table tbody td.cc-flag-true{color:#008236}.cc-table tbody td.cc-flag-false{color:#d9534f}.cc-row-icon-btn{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto}.cc-row-icon-btn img{width:100%;height:100%;filter:brightness(0) saturate(100%) invert(31%) sepia(84%) saturate(686%) hue-rotate(103deg) brightness(92%) contrast(98%)}.cc-table tbody tr:hover td.cc-cell-with-icons .cc-row-icons,.cc-table tbody tr:hover .cc-row-icons{display:flex!important;pointer-events:auto}.cc-table tbody td.cc-cell-with-icons .cc-row-icons{display:none!important}.cc-table tbody td.cc-cell-with-icons:hover .cc-row-icons{display:flex!important}.cc-table tbody td.cc-cell-with-icons:hover .cc-row-icons .cc-row-icon-btn:hover{background:#00823614;border-radius:4px}.cc-table tbody td.cc-cell-with-icons:hover .cc-row-icons .cc-row-icon-btn:hover img{transform:scale(1.02)}@media(max-width:1024px){.cc-toolbar,.cc-row,.cc-line{flex-direction:column}.cc-field{width:100%}}@media(max-width:1079px){.cc-toolbar,.cc-row,.cc-line{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-left:8px;padding-right:8px;align-items:center;white-space:nowrap}.cc-toolbar .cc-field,.cc-row .cc-field,.cc-line .cc-field{flex:0 0 auto!important;min-width:140px;max-width:420px;box-sizing:border-box}.cc-field .cc-input,.cc-field .cc-input-disabled,.cc-field .cc-input-text{padding-left:6px;padding-right:6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cc-toolbar .cc-field .cc-input,.cc-toolbar .cc-field .cc-input-disabled{max-width:320px}.cc-tabs{overflow-x:auto;white-space:nowrap}.cc-add-button-group,.cc-add-button-group-email{padding-right:8px;margin:6px 4px}.cc-title{font-size:13px}.cc-btn-outline{width:96px;height:26px}}.cc-complement-grid .select-button-wrapper,.cc-complement-grid .prospectador-select-wrapper,.cc-complement-grid .transportadora-select-wrapper{width:100%}.cc-complement-grid .select-button-label,.cc-complement-grid .prospectador-select-label,.cc-complement-grid .transportadora-select-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:2px}.cc-complement-grid .select-button-field,.cc-complement-grid .prospectador-select-field,.cc-complement-grid .transportadora-select-field{height:28px;padding:0 7px;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-weight:500;color:#404040}.cc-complement-grid .select-button-field:hover,.cc-complement-grid .prospectador-select-field:hover,.cc-complement-grid .transportadora-select-field:hover{background-color:#fafafa;border-color:#008236}.cc-table{width:100%}.cc-table colgroup{display:contents}.cc-phone-table colgroup col:nth-child(1){width:173px}.cc-phone-table colgroup col:nth-child(2){width:106px}.cc-phone-table colgroup col:nth-child(3){width:197px}.cc-phone-table colgroup col:nth-child(4){width:249px}.cc-phone-table colgroup col:nth-child(5){width:249px}.cc-phone-table colgroup col:nth-child(6){width:298px}.cc-phone-table thead th:nth-child(1),.cc-phone-table tbody td:nth-child(1){width:173px}.cc-phone-table thead th:nth-child(2),.cc-phone-table tbody td:nth-child(2){width:106px}.cc-phone-table thead th:nth-child(3),.cc-phone-table tbody td:nth-child(3){width:197px}.cc-phone-table thead th:nth-child(4),.cc-phone-table tbody td:nth-child(4){width:249px}.cc-phone-table thead th:nth-child(5),.cc-phone-table tbody td:nth-child(5){width:249px}.cc-phone-table thead th:nth-child(6),.cc-phone-table tbody td:nth-child(6){width:298px}.cc-email-table colgroup col:nth-child(1){width:200px}.cc-email-table colgroup col:nth-child(2){width:480px}.cc-email-table colgroup col:nth-child(3){width:100px}.cc-email-table colgroup col:nth-child(4){width:100px}.cc-email-table colgroup col:nth-child(5){width:100px}.cc-email-table colgroup col:nth-child(6){width:100px}.cc-email-table colgroup col:nth-child(7){width:192px}.cc-email-table thead th:nth-child(1),.cc-email-table tbody td:nth-child(1){width:200px}.cc-email-table thead th:nth-child(2),.cc-email-table tbody td:nth-child(2){width:480px}.cc-email-table thead th:nth-child(3),.cc-email-table tbody td:nth-child(3){width:100px}.cc-email-table thead th:nth-child(4),.cc-email-table tbody td:nth-child(4){width:100px}.cc-email-table thead th:nth-child(5),.cc-email-table tbody td:nth-child(5){width:100px}.cc-email-table thead th:nth-child(6),.cc-email-table tbody td:nth-child(6){width:100px}.cc-email-table thead th:nth-child(7),.cc-email-table tbody td:nth-child(7){width:192px}.cc-address-table colgroup col:nth-child(1){width:128px}.cc-address-table colgroup col:nth-child(2){width:96px}.cc-address-table colgroup col:nth-child(3){width:256px}.cc-address-table colgroup col:nth-child(4){width:160px}.cc-address-table colgroup col:nth-child(5){width:96px}.cc-address-table colgroup col:nth-child(6){width:auto;flex:1}.cc-address-table colgroup col:nth-child(7){width:175px}.cc-address-table thead th:nth-child(1),.cc-address-table tbody td:nth-child(1){width:128px}.cc-address-table thead th:nth-child(2),.cc-address-table tbody td:nth-child(2){width:96px}.cc-address-table thead th:nth-child(3),.cc-address-table tbody td:nth-child(3){width:256px}.cc-address-table thead th:nth-child(4),.cc-address-table tbody td:nth-child(4){width:160px}.cc-address-table thead th:nth-child(5),.cc-address-table tbody td:nth-child(5){width:96px}.cc-address-table thead th:nth-child(6),.cc-address-table tbody td:nth-child(6){flex:1;width:auto}.cc-address-table thead th:nth-child(7),.cc-address-table tbody td:nth-child(7){width:175px}.anexos-table colgroup col:nth-child(1){width:763px}.anexos-table colgroup col:nth-child(2){width:254px}.anexos-table colgroup col:nth-child(3){width:255px}.anexos-table thead th:nth-child(1),.anexos-table tbody td:nth-child(1){width:763px}.anexos-table thead th:nth-child(2),.anexos-table tbody td:nth-child(2){width:254px}.anexos-table thead th:nth-child(3),.anexos-table tbody td:nth-child(3){width:255px}@media(min-width:1025px)and (max-width:1280px){.cc-phone-table colgroup col{width:auto!important}.cc-phone-table colgroup col:nth-child(1){width:156px!important}.cc-phone-table colgroup col:nth-child(2){width:95px!important}.cc-phone-table colgroup col:nth-child(3){width:177px!important}.cc-phone-table colgroup col:nth-child(4){width:224px!important}.cc-phone-table colgroup col:nth-child(5){width:224px!important}.cc-phone-table colgroup col:nth-child(6){width:268px!important}.cc-phone-table thead th,.cc-phone-table tbody td{width:auto!important}.cc-phone-table thead th:nth-child(1),.cc-phone-table tbody td:nth-child(1){width:156px!important}.cc-phone-table thead th:nth-child(2),.cc-phone-table tbody td:nth-child(2){width:95px!important}.cc-phone-table thead th:nth-child(3),.cc-phone-table tbody td:nth-child(3){width:177px!important}.cc-phone-table thead th:nth-child(4),.cc-phone-table tbody td:nth-child(4){width:224px!important}.cc-phone-table thead th:nth-child(5),.cc-phone-table tbody td:nth-child(5){width:224px!important}.cc-phone-table thead th:nth-child(6),.cc-phone-table tbody td:nth-child(6){width:268px!important}.cc-email-table colgroup col{width:auto!important}.cc-email-table colgroup col:nth-child(1){width:180px!important}.cc-email-table colgroup col:nth-child(2){width:432px!important}.cc-email-table colgroup col:nth-child(3){width:90px!important}.cc-email-table colgroup col:nth-child(4){width:90px!important}.cc-email-table colgroup col:nth-child(5){width:90px!important}.cc-email-table colgroup col:nth-child(6){width:90px!important}.cc-email-table colgroup col:nth-child(7){width:173px!important}.cc-email-table thead th,.cc-email-table tbody td{width:auto!important}.cc-email-table thead th:nth-child(1),.cc-email-table tbody td:nth-child(1){width:180px!important}.cc-email-table thead th:nth-child(2),.cc-email-table tbody td:nth-child(2){width:432px!important}.cc-email-table thead th:nth-child(3),.cc-email-table tbody td:nth-child(3){width:90px!important}.cc-email-table thead th:nth-child(4),.cc-email-table tbody td:nth-child(4){width:90px!important}.cc-email-table thead th:nth-child(5),.cc-email-table tbody td:nth-child(5){width:90px!important}.cc-email-table thead th:nth-child(6),.cc-email-table tbody td:nth-child(6){width:90px!important}.cc-email-table thead th:nth-child(7),.cc-email-table tbody td:nth-child(7){width:173px!important}.anexos-table colgroup col{width:auto!important}.anexos-table colgroup col:nth-child(1){width:687px!important}.anexos-table colgroup col:nth-child(2){width:229px!important}.anexos-table colgroup col:nth-child(3){width:230px!important}.anexos-table thead th,.anexos-table tbody td{width:auto!important}.anexos-table thead th:nth-child(1),.anexos-table tbody td:nth-child(1){width:687px!important}.anexos-table thead th:nth-child(2),.anexos-table tbody td:nth-child(2){width:229px!important}.anexos-table thead th:nth-child(3),.anexos-table tbody td:nth-child(3){width:230px!important}.cc-address-table colgroup col{width:auto!important}.cc-address-table colgroup col:nth-child(1){width:115px!important}.cc-address-table colgroup col:nth-child(2){width:86px!important}.cc-address-table colgroup col:nth-child(3){width:230px!important}.cc-address-table colgroup col:nth-child(4){width:144px!important}.cc-address-table colgroup col:nth-child(5){width:86px!important}.cc-address-table colgroup col:nth-child(6){width:auto!important;flex:1!important}.cc-address-table colgroup col:nth-child(7){width:158px!important}.cc-address-table thead th,.cc-address-table tbody td{width:auto!important}.cc-address-table thead th:nth-child(1),.cc-address-table tbody td:nth-child(1){width:115px!important}.cc-address-table thead th:nth-child(2),.cc-address-table tbody td:nth-child(2){width:86px!important}.cc-address-table thead th:nth-child(3),.cc-address-table tbody td:nth-child(3){width:230px!important}.cc-address-table thead th:nth-child(4),.cc-address-table tbody td:nth-child(4){width:144px!important}.cc-address-table thead th:nth-child(5),.cc-address-table tbody td:nth-child(5){width:86px!important}.cc-address-table thead th:nth-child(6),.cc-address-table tbody td:nth-child(6){flex:1!important;width:auto!important}.cc-address-table thead th:nth-child(7),.cc-address-table tbody td:nth-child(7){width:158px!important}}@media(max-width:1024px){.cc-table-container{max-height:calc(100vh - 320px)}.cc-phone-table-1024 colgroup col:nth-child(1){width:138px}.cc-phone-table-1024 colgroup col:nth-child(2){width:85px}.cc-phone-table-1024 colgroup col:nth-child(3){width:158px}.cc-phone-table-1024 colgroup col:nth-child(4){width:199px}.cc-phone-table-1024 colgroup col:nth-child(5){width:199px}.cc-phone-table-1024 colgroup col:nth-child(6){width:238px}.cc-phone-table-1024 thead th:nth-child(1),.cc-phone-table-1024 tbody td:nth-child(1){width:138px}.cc-phone-table-1024 thead th:nth-child(2),.cc-phone-table-1024 tbody td:nth-child(2){width:85px}.cc-phone-table-1024 thead th:nth-child(3),.cc-phone-table-1024 tbody td:nth-child(3){width:158px}.cc-phone-table-1024 thead th:nth-child(4),.cc-phone-table-1024 tbody td:nth-child(4){width:199px}.cc-phone-table-1024 thead th:nth-child(5),.cc-phone-table-1024 tbody td:nth-child(5){width:199px}.cc-phone-table-1024 thead th:nth-child(6),.cc-phone-table-1024 tbody td:nth-child(6){width:238px}.cc-email-table-1024 colgroup col:nth-child(1){width:160px}.cc-email-table-1024 colgroup col:nth-child(2){width:384px}.cc-email-table-1024 colgroup col:nth-child(3){width:80px}.cc-email-table-1024 colgroup col:nth-child(4){width:80px}.cc-email-table-1024 colgroup col:nth-child(5){width:80px}.cc-email-table-1024 colgroup col:nth-child(6){width:80px}.cc-email-table-1024 colgroup col:nth-child(7){width:154px}.cc-email-table-1024 thead th:nth-child(1),.cc-email-table-1024 tbody td:nth-child(1){width:160px}.cc-email-table-1024 thead th:nth-child(2),.cc-email-table-1024 tbody td:nth-child(2){width:384px}.cc-email-table-1024 thead th:nth-child(3),.cc-email-table-1024 tbody td:nth-child(3){width:80px}.cc-email-table-1024 thead th:nth-child(4),.cc-email-table-1024 tbody td:nth-child(4){width:80px}.cc-email-table-1024 thead th:nth-child(5),.cc-email-table-1024 tbody td:nth-child(5){width:80px}.cc-email-table-1024 thead th:nth-child(6),.cc-email-table-1024 tbody td:nth-child(6){width:80px}.cc-email-table-1024 thead th:nth-child(7),.cc-email-table-1024 tbody td:nth-child(7){width:154px}.anexos-table-1024 colgroup col:nth-child(1){width:610px}.anexos-table-1024 colgroup col:nth-child(2){width:203px}.anexos-table-1024 colgroup col:nth-child(3){width:204px}.anexos-table-1024 thead th:nth-child(1),.anexos-table-1024 tbody td:nth-child(1){width:610px}.anexos-table-1024 thead th:nth-child(2),.anexos-table-1024 tbody td:nth-child(2){width:203px}.anexos-table-1024 thead th:nth-child(3),.anexos-table-1024 tbody td:nth-child(3){width:204px}}@media(max-width:768px){.cc-page{height:calc(100vh - 60px)}.cc-table-container{max-height:calc(100vh - 340px)}.cc-phone-table-768 colgroup col:nth-child(1){width:104px}.cc-phone-table-768 colgroup col:nth-child(2){width:64px}.cc-phone-table-768 colgroup col:nth-child(3){width:118px}.cc-phone-table-768 colgroup col:nth-child(4){width:149px}.cc-phone-table-768 colgroup col:nth-child(5){width:149px}.cc-phone-table-768 colgroup col:nth-child(6){width:179px}.cc-phone-table-768 thead th:nth-child(1),.cc-phone-table-768 tbody td:nth-child(1){width:104px}.cc-phone-table-768 thead th:nth-child(2),.cc-phone-table-768 tbody td:nth-child(2){width:64px}.cc-phone-table-768 thead th:nth-child(3),.cc-phone-table-768 tbody td:nth-child(3){width:118px}.cc-phone-table-768 thead th:nth-child(4),.cc-phone-table-768 tbody td:nth-child(4){width:149px}.cc-phone-table-768 thead th:nth-child(5),.cc-phone-table-768 tbody td:nth-child(5){width:149px}.cc-phone-table-768 thead th:nth-child(6),.cc-phone-table-768 tbody td:nth-child(6){width:179px}.cc-email-table-768 colgroup col:nth-child(1){width:120px}.cc-email-table-768 colgroup col:nth-child(2){width:288px}.cc-email-table-768 colgroup col:nth-child(3){width:60px}.cc-email-table-768 colgroup col:nth-child(4){width:60px}.cc-email-table-768 colgroup col:nth-child(5){width:60px}.cc-email-table-768 colgroup col:nth-child(6){width:60px}.cc-email-table-768 colgroup col:nth-child(7){width:115px}.cc-email-table-768 thead th:nth-child(1),.cc-email-table-768 tbody td:nth-child(1){width:120px}.cc-email-table-768 thead th:nth-child(2),.cc-email-table-768 tbody td:nth-child(2){width:288px}.cc-email-table-768 thead th:nth-child(3),.cc-email-table-768 tbody td:nth-child(3){width:60px}.cc-email-table-768 thead th:nth-child(4),.cc-email-table-768 tbody td:nth-child(4){width:60px}.cc-email-table-768 thead th:nth-child(5),.cc-email-table-768 tbody td:nth-child(5){width:60px}.cc-email-table-768 thead th:nth-child(6),.cc-email-table-768 tbody td:nth-child(6){width:60px}.cc-email-table-768 thead th:nth-child(7),.cc-email-table-768 tbody td:nth-child(7){width:115px}.anexos-table-768 colgroup col:nth-child(1){width:458px}.anexos-table-768 colgroup col:nth-child(2){width:152px}.anexos-table-768 colgroup col:nth-child(3){width:153px}.anexos-table-768 thead th:nth-child(1),.anexos-table-768 tbody td:nth-child(1){width:458px}.anexos-table-768 thead th:nth-child(2),.anexos-table-768 tbody td:nth-child(2){width:152px}.anexos-table-768 thead th:nth-child(3),.anexos-table-768 tbody td:nth-child(3){width:153px}}@media(max-width:480px){.cc-page{height:calc(100vh - 60px)}.cc-table-container{max-height:calc(100vh - 360px)}.cc-phone-table-480 colgroup col:nth-child(1){width:61px}.cc-phone-table-480 colgroup col:nth-child(2){width:37px}.cc-phone-table-480 colgroup col:nth-child(3){width:69px}.cc-phone-table-480 colgroup col:nth-child(4){width:87px}.cc-phone-table-480 colgroup col:nth-child(5){width:87px}.cc-phone-table-480 colgroup col:nth-child(6){width:104px}.cc-phone-table-480 thead th:nth-child(1),.cc-phone-table-480 tbody td:nth-child(1){width:61px}.cc-phone-table-480 thead th:nth-child(2),.cc-phone-table-480 tbody td:nth-child(2){width:37px}.cc-phone-table-480 thead th:nth-child(3),.cc-phone-table-480 tbody td:nth-child(3){width:69px}.cc-phone-table-480 thead th:nth-child(4),.cc-phone-table-480 tbody td:nth-child(4){width:87px}.cc-phone-table-480 thead th:nth-child(5),.cc-phone-table-480 tbody td:nth-child(5){width:87px}.cc-phone-table-480 thead th:nth-child(6),.cc-phone-table-480 tbody td:nth-child(6){width:104px}.cc-email-table-480 colgroup col:nth-child(1){width:70px}.cc-email-table-480 colgroup col:nth-child(2){width:168px}.cc-email-table-480 colgroup col:nth-child(3){width:35px}.cc-email-table-480 colgroup col:nth-child(4){width:35px}.cc-email-table-480 colgroup col:nth-child(5){width:35px}.cc-email-table-480 colgroup col:nth-child(6){width:35px}.cc-email-table-480 colgroup col:nth-child(7){width:67px}.cc-email-table-480 thead th:nth-child(1),.cc-email-table-480 tbody td:nth-child(1){width:70px}.cc-email-table-480 thead th:nth-child(2),.cc-email-table-480 tbody td:nth-child(2){width:168px}.cc-email-table-480 thead th:nth-child(3),.cc-email-table-480 tbody td:nth-child(3){width:35px}.cc-email-table-480 thead th:nth-child(4),.cc-email-table-480 tbody td:nth-child(4){width:35px}.cc-email-table-480 thead th:nth-child(5),.cc-email-table-480 tbody td:nth-child(5){width:35px}.cc-email-table-480 thead th:nth-child(6),.cc-email-table-480 tbody td:nth-child(6){width:35px}.cc-email-table-480 thead th:nth-child(7),.cc-email-table-480 tbody td:nth-child(7){width:67px}.anexos-table-480 colgroup col:nth-child(1){width:267px}.anexos-table-480 colgroup col:nth-child(2){width:89px}.anexos-table-480 colgroup col:nth-child(3){width:89px}.anexos-table-480 thead th:nth-child(1),.anexos-table-480 tbody td:nth-child(1){width:267px}.anexos-table-480 thead th:nth-child(2),.anexos-table-480 tbody td:nth-child(2){width:89px}.anexos-table-480 thead th:nth-child(3),.anexos-table-480 tbody td:nth-child(3){width:89px}.cc-table thead,.cc-table tbody{font-size:11px}.cc-table th,.cc-table td{padding:6px 4px}}@media(min-width:481px)and (max-width:768px){.cc-table thead,.cc-table tbody{font-size:12px}.cc-table th,.cc-table td{padding:7px 6px}}@media(min-width:769px)and (max-width:1024px){.cc-table thead,.cc-table tbody{font-size:13px}.cc-table th,.cc-table td{padding:8px 6px}}@media(min-width:1025px){.cc-table thead,.cc-table tbody{font-size:14px}.cc-table th,.cc-table td{padding:8px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cc-table,.cc-table thead{padding-right:var(--ff-scrollbar-width)}}.prospectador-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.prospectador-select-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.prospectador-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,background-color .2s ease}.prospectador-select-field:hover{background-color:#fafafa;border-color:#008236}.prospectador-select-field:focus{outline:none;border-color:#008236;box-shadow:0 0 0 2px #0082361a}.prospectador-select-text-section{display:flex;align-items:center;flex:1;overflow:hidden;position:relative}.prospectador-select-text{flex:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.prospectador-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 8px #0000001a}.prospectador-select-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.prospectador-select-clear-option:hover{background-color:#fff3e0}.prospectador-select-icon-section{display:flex;align-items:center;justify-content:center;width:auto;height:20px;flex-shrink:0;margin-left:8px}.prospectador-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.prospectador-select-arrow.open{transform:scaleY(-1)}.prospectador-select-arrow:after{display:none}.prospectador-select-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:47px;display:flex;align-items:center}.prospectador-select-option:hover{background-color:#f5f5f5}.prospectador-select-option.active{background-color:#e8f5e9;color:#008236;font-weight:600}.prospectador-select-option:last-child{border-bottom:none}.prospectador-select-option-content{display:flex;flex-direction:column;gap:2px;width:100%}.option-cpf{font-weight:500;color:#008236;font-family:Inter,sans-serif;font-size:12px}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.prospect-dropdown-header,.prospect-select{padding-right:var(--ff-scrollbar-width)}}.transportadora-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.transportadora-select-label{color:#008236;font-size:12px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;display:block;margin-bottom:0}.transportadora-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,background-color .2s ease}.transportadora-select-field:hover{background-color:#fafafa;border-color:#008236}.transportadora-select-field:focus{outline:none;border-color:#008236;box-shadow:0 0 0 2px #0082361a}.transportadora-select-text-section{display:flex;align-items:center;flex:1;overflow:hidden;position:relative}.transportadora-select-text{flex:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.transportadora-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 8px #0000001a}.transportadora-select-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.transportadora-select-clear-option:hover{background-color:#fff3e0}.clear-icon{color:#00a63e;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;min-width:20px}.clear-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transportadora-select-icon-section{display:flex;align-items:center;justify-content:center;width:auto;height:20px;flex-shrink:0;margin-left:8px}.transportadora-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23008236'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.transportadora-select-arrow.open{transform:scaleY(-1)}.transportadora-select-arrow:after{display:none}.transportadora-select-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:47px;display:flex;align-items:center}.transportadora-select-option:hover{background-color:#f5f5f5}.transportadora-select-option.active{background-color:#e8f5e9;color:#008236;font-weight:600}.transportadora-select-option:last-child{border-bottom:none}.transportadora-select-option-content{display:flex;flex-direction:column;gap:2px;width:100%}.option-top{display:flex;gap:3px;align-items:center;font-size:12px;line-height:16px;letter-spacing:-.048px}.option-number{font-weight:600;color:#008236;font-family:Inter,sans-serif}.option-separator{font-weight:600;color:#737373;font-family:Inter,sans-serif}.option-name{font-weight:500;color:#404040;font-family:Inter,sans-serif}.option-bottom{display:flex;align-items:center;justify-content:space-between;font-size:10px;line-height:12px;letter-spacing:-.04px;width:100%}.option-fullname{font-weight:500;color:#737373;font-family:Inter,sans-serif}.option-cnpj{font-weight:500;color:#008236;font-family:Inter,sans-serif;font-size:12px}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.transport-dropdown-header,.transport-select{padding-right:var(--ff-scrollbar-width)}}.car-page{width:100vw;height:calc(100vh - 70px);background:#fff;display:flex;flex-direction:column;gap:0;padding:0;margin:0;margin-left:calc(-50vw + 50%);box-sizing:border-box;overflow:hidden}.car-header-top{width:100%;background:#fff;border-bottom:1px solid #ea580c;display:flex;justify-content:space-between;align-items:center;padding:0;box-sizing:border-box;gap:20px;min-height:56px;flex:none}.car-title{padding:0 20px;height:56px;font-size:14px;background:#ea580c;color:#fff;font-family:Poppins,sans-serif;font-weight:700;display:flex;align-items:center;gap:10px;line-height:20px}.car-actions,.car-buttons-container{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:10px;flex:1}.car-btn-action{width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.car-btn-action img{width:18px;height:18px;display:block}.car-btn-action:hover{opacity:.8}.car-btn-action-text{width:110px;height:28px;background:#fff;border:1.5px solid #ea580c;border-radius:4px;padding:0 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#ea580c;transition:all .2s ease}.car-btn-action-text img{width:20px;height:20px;display:block}.car-btn-action-text:hover{background:#d64806;color:#fff;border-color:#d64806}.car-btn-action-text:hover img{filter:brightness(0) invert(1)}.car-btn-outline{width:auto;height:28px;padding:0 15px;background:#fff;border:1.5px solid #ea580c;border-radius:4px;color:#ea580c;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.car-btn-outline:hover{background:#d64806;color:#fff;border-color:#d64806}.car-form-container{width:100%;padding:10px;background:#fff;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.car-form-row{width:100%;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:10px;box-sizing:border-box;align-items:flex-end}.car-field{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.car-field-cliente,.car-field-empresa,.car-field-vendedor,.car-field-periodo,.car-field-tipo-data{grid-column:span 2}.car-field-nota-fiscal,.car-field-duplicata,.car-field-pedido,.car-field-orcamento{grid-column:span 1}.car-field-situacao{grid-column:span 4}.car-input{width:100%;box-sizing:border-box}.car-label{align-self:stretch;color:#ea580c;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.car-input{align-self:stretch;height:28px;padding-left:7px;padding-right:7px;background:#fff;overflow:hidden;border-radius:4px;border:1px solid #D4D4D4;color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;word-wrap:break-word;outline:none}.car-input:focus{outline:1px solid #ea580c;outline-offset:-1px}.car-field-wrapper{position:relative;display:flex;align-items:center;width:100%}.car-field-icon{position:absolute;right:7px;width:10px;top:14px;height:6px;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:10px 6px}.car-arrow-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23ea580c'/%3E%3C/svg%3E");transform:translateY(-3px)}.car-calendar-icon{width:29px;height:29px;top:3px;right:2px;transform:translateY(-3px)}.car-situacao-container{display:flex;gap:24px;align-items:center;padding-left:5px;padding-top:12px}.car-radio-group{display:flex;align-items:center;gap:5px;cursor:pointer}.car-radio-input{display:none}.car-radio-label{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.car-radio-circle{width:14px;height:14px;border:1px solid #D4D4D4;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .2s ease;position:relative;transform:translateY(-7px)}.car-radio-circle:after{content:"";width:8px;height:8px;border-radius:50%;background:transparent;transition:background .2s ease}.car-radio-input:checked+.car-radio-label .car-radio-circle{border-color:#ea580c}.car-radio-input:checked+.car-radio-label .car-radio-circle:after{background:#ea580c}.car-radio-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;white-space:nowrap;transform:translateY(-7px)}.car-totalizador{width:100%;height:40px;background:#fff;border-top:1px solid #D4D4D4;margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:5px 10px;box-sizing:border-box;flex:none}.car-total-item{display:flex;align-items:center;gap:8px;min-width:fit-content;height:30px}.car-total-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.car-total-icon img{width:100%;height:100%;object-fit:contain}.car-checkbox{width:14px;height:14px;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;border:2px solid #D4D4D4;border-radius:2px;background:#fff!important;transition:all .2s ease;position:relative}.car-checkbox:checked{background:#fff!important;border-color:#ea580c!important}.car-checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:3px;border-left:2px solid #ea580c;border-bottom:2px solid #ea580c;transform:translate(-50%,-60%) rotate(-45deg)}.car-total-label{font-size:12px;font-weight:400;color:#404040;font-family:Inter,sans-serif;line-height:15px}.car-total-value{font-size:12px;font-weight:500;color:#404040;font-family:Inter,sans-serif;line-height:15px}.car-total-text-wrapper{display:flex;flex-direction:column;gap:0}.car-table-section{flex:1;display:flex;flex-direction:column;width:100%;overflow-y:scroll;overflow-x:auto;-webkit-overflow-scrolling:touch}.car-table-section::-webkit-scrollbar{width:8px;height:8px}.car-table-section::-webkit-scrollbar-track{background:#f1f1f1}.car-table-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.car-table-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.car-table{display:none}.car-table-header{width:100%;height:24px;min-height:24px;max-height:24px;background:#ea580c;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;border:none;border-bottom:1px solid #D4D4D4;flex:0 0 auto;padding:0 8px 0 0;margin:0;box-sizing:border-box;overflow:hidden;z-index:10}.car-table-body{flex:1;width:100%;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch}.car-table-row{width:100%;height:34px;min-height:34px;max-height:34px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background:#fff;flex:0 0 auto;border-bottom:1px solid #D4D4D4;padding:0;margin:0;box-sizing:border-box;min-width:100%;overflow:hidden}.car-table-row:hover{background:#ea5a0c00}.car-th{color:#fff;font-size:10px;font-weight:600;font-family:Poppins,sans-serif;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;height:24px;flex:0 0 auto;line-height:24px}.car-th:first-child{border-left:1px solid #D4D4D4}.car-th:last-child{border-right:none}.car-td{font-size:12px;font-weight:400;font-family:Inter,sans-serif;color:#404040;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;background:inherit;margin:0;height:34px;flex:0 0 auto;line-height:1}.car-table-row:hover .car-td{background:#ea580c0d}.car-td:first-child{border-left:1px solid #D4D4D4}.car-td:last-child{border-right:none}.car-th-checkbox{width:36px;min-width:36px;flex:none}.car-td-checkbox{width:36px;min-width:36px;flex:none;border-right:1px solid #D4D4D4}.car-th-cliente{flex:2.5;min-width:280px;text-align:center;justify-content:center;padding-left:10px}.car-td-cliente{flex:2.5;min-width:280px;text-align:left;justify-content:flex-start;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.car-th-emp,.car-td-emp{width:50px;min-width:50px;flex:none}.car-th-pedido,.car-td-pedido{width:80px;min-width:80px;flex:none}.car-th-nota,.car-td-nota{width:90px;min-width:90px;flex:none}.car-th-par,.car-td-par{width:75px;min-width:75px;flex:none}.car-th-vencimento,.car-td-vencimento,.car-th-valor{width:110px;min-width:110px;flex:none}.car-td-valor{width:110px;min-width:110px;flex:none;text-align:right;padding-right:10px}.car-th-dias,.car-td-dias{width:75px;min-width:75px;flex:none}.car-th-multa{width:95px;min-width:95px;flex:none}.car-td-multa{width:95px;min-width:95px;flex:none;text-align:right;padding-right:10px}.car-th-juros{width:95px;min-width:95px;flex:none}.car-td-juros{width:95px;min-width:95px;flex:none;text-align:right;padding-right:10px}.car-th-total{width:110px;min-width:110px;flex:none;text-align:center;justify-content:center}.car-td-total{width:110px;min-width:110px;flex:none;text-align:center;justify-content:center;overflow:visible}.car-total-cell{display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:100%;padding-right:0;color:#ea580c;font-weight:400;position:relative}.car-hover-icons-container{width:100%;height:100%;right:0;top:0;position:absolute;background:linear-gradient(90deg,#fdfdfd7f,#fff);overflow:visible;justify-content:flex-end;align-items:center;display:none;z-index:50;gap:10px;padding-right:6px}.car-table-row:hover .car-hover-icons-container{display:inline-flex}.car-checkbox{width:14px;height:14px;cursor:pointer;accent-color:#ea580c;appearance:none;-webkit-appearance:none;border:1px solid #D4D4D4;border-radius:2px;background:#fff;transition:all .2s ease}.car-checkbox:checked{background:#ea580c;border-color:#ea580c}.car-btn-icon-action{width:20px;height:20px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;flex-shrink:0}.car-btn-icon-action:nth-child(2){right:auto}.car-btn-icon-action:nth-child(3){right:auto}.car-btn-icon-action:nth-child(4){right:auto}.car-btn-icon-action:nth-child(5){right:auto}.car-table-row:hover .car-btn-icon-action{opacity:1}.car-table-row:hover .car-btn-icon-action:hover{background:var(--gradients-financeiro-hover-secondary, linear-gradient(180deg, rgba(255, 247, 237, 0) 0%, var(--Financeiro-bg-hover, #FFF7ED) 50%));border-radius:4px}.car-btn-icon-action img{width:20px;height:20px;display:block;transition:filter .2s ease;filter:brightness(.6) saturate(0%)}.car-table-row:hover .car-btn-icon-action:hover img{filter:invert(36%) sepia(100%) saturate(500%) hue-rotate(360deg) brightness(105%)}.car-row-vencido .car-td{color:#c10007}.car-row-avencer .car-td{color:#a65f00}.car-row-normal .car-td{color:#404040}.car-row-baixado .car-td{color:#008236}.car-row-cancelado .car-td,.car-row-cancelado .car-td-cliente,.car-row-cancelado .car-td-total,.car-row-cancelado .car-total-cell{color:#1e3a8a!important}.car-table thead{display:flex;flex-direction:column;flex:none}.car-calendar-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:4px 6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.car-calendar-btn:hover{opacity:.7}.car-calendar-svg{width:28px;height:30px;margin-right:-15px;object-fit:contain;filter:drop-shadow(0 0 .8px #EA580C);fill:#ea580c;stroke:#ea580c}.car-input-with-calendar{position:relative}.car-input-with-calendar .car-input{padding-right:48px}@media(max-width:1600px){.car-th-cliente,.car-td-cliente{flex:2;min-width:200px}.car-th-emp,.car-td-emp{width:35px;min-width:35px}.car-th-pedido,.car-td-pedido{width:60px;min-width:60px}.car-th-nota,.car-td-nota{width:65px;min-width:65px}.car-th-par,.car-td-par{width:55px;min-width:55px}.car-th-vencimento,.car-td-vencimento,.car-th-valor,.car-td-valor{width:85px;min-width:85px}.car-th-dias,.car-td-dias{width:55px;min-width:55px}.car-th-multa,.car-td-multa,.car-th-juros,.car-td-juros{width:75px;min-width:75px}.car-th-total,.car-td-total{width:85px;min-width:85px}}@media(max-width:1400px){.car-th-cliente,.car-td-cliente{flex:1.8;min-width:160px}.car-th-emp,.car-td-emp{width:30px;min-width:30px;font-size:9px}.car-td-emp{font-size:9px}.car-th-pedido,.car-td-pedido{width:50px;min-width:50px;font-size:9px}.car-td-pedido{font-size:9px}.car-th-nota,.car-td-nota{width:55px;min-width:55px;font-size:9px}.car-td-nota{font-size:9px}.car-th-par,.car-td-par{width:48px;min-width:48px;font-size:9px}.car-td-par{font-size:9px}.car-th-vencimento,.car-td-vencimento{width:75px;min-width:75px;font-size:9px}.car-td-vencimento{font-size:9px}.car-th-valor,.car-td-valor{width:75px;min-width:75px;font-size:9px}.car-td-valor{font-size:9px}.car-th-dias,.car-td-dias{width:48px;min-width:48px;font-size:9px}.car-td-dias{font-size:9px}.car-th-multa,.car-td-multa{width:65px;min-width:65px;font-size:9px}.car-td-multa{font-size:9px}.car-th-juros,.car-td-juros{width:65px;min-width:65px;font-size:9px}.car-td-juros{font-size:9px}.car-th-total,.car-td-total{width:75px;min-width:75px;font-size:9px}.car-td-total{font-size:9px}}@media(max-width:1200px){.car-th-cliente,.car-td-cliente{flex:1.5;min-width:130px}.car-th-emp,.car-td-emp{width:28px;min-width:28px;font-size:8px}.car-td-emp{font-size:8px}.car-th-pedido,.car-td-pedido{width:45px;min-width:45px;font-size:8px}.car-td-pedido{font-size:8px}.car-th-nota,.car-td-nota{width:50px;min-width:50px;font-size:8px}.car-td-nota{font-size:8px}.car-th-par,.car-td-par{width:42px;min-width:42px;font-size:8px}.car-td-par{font-size:8px}.car-th-vencimento,.car-td-vencimento{width:65px;min-width:65px;font-size:8px}.car-td-vencimento{font-size:8px}.car-th-valor,.car-td-valor{width:65px;min-width:65px;font-size:8px}.car-td-valor{font-size:8px}.car-th-dias,.car-td-dias{width:42px;min-width:42px;font-size:8px}.car-td-dias{font-size:8px}.car-th-multa,.car-td-multa{width:58px;min-width:58px;font-size:8px}.car-td-multa{font-size:8px}.car-th-juros,.car-td-juros{width:58px;min-width:58px;font-size:8px}.car-td-juros{font-size:8px}.car-th-total,.car-td-total{width:65px;min-width:65px;font-size:8px}.car-td-total{font-size:8px}}@media(max-width:1024px){.car-th-cliente{flex:1.2;min-width:100px}.car-td-cliente{flex:1.2;min-width:100px;font-size:7px}.car-th-emp,.car-td-emp{width:25px;min-width:25px;font-size:7px}.car-td-emp{font-size:7px}.car-th-pedido,.car-td-pedido{width:40px;min-width:40px;font-size:7px}.car-td-pedido{font-size:7px}.car-th-nota,.car-td-nota{width:43px;min-width:43px;font-size:7px}.car-td-nota{font-size:7px}.car-th-par,.car-td-par{width:38px;min-width:38px;font-size:7px}.car-td-par{font-size:7px}.car-th-vencimento,.car-td-vencimento{width:58px;min-width:58px;font-size:7px}.car-td-vencimento{font-size:7px}.car-th-valor,.car-td-valor{width:58px;min-width:58px;font-size:7px}.car-td-valor{font-size:7px}.car-th-dias,.car-td-dias{width:38px;min-width:38px;font-size:7px}.car-td-dias{font-size:7px}.car-th-multa,.car-td-multa{width:50px;min-width:50px;font-size:7px}.car-td-multa{font-size:7px}.car-th-juros,.car-td-juros{width:50px;min-width:50px;font-size:7px}.car-td-juros{font-size:7px}.car-th-total,.car-td-total{width:58px;min-width:58px;font-size:7px}.car-td-total{font-size:7px}}@media(max-width:768px){.car-th-cliente{flex:1;min-width:80px;padding-left:5px}.car-td-cliente{flex:1;min-width:80px;padding-left:5px;font-size:6px}.car-th-emp,.car-td-emp{width:22px;min-width:22px;font-size:6px}.car-td-emp{font-size:6px}.car-th-pedido,.car-td-pedido{width:35px;min-width:35px;font-size:6px}.car-td-pedido{font-size:6px}.car-th-nota,.car-td-nota{width:38px;min-width:38px;font-size:6px}.car-td-nota{font-size:6px}.car-th-par,.car-td-par{width:34px;min-width:34px;font-size:6px}.car-td-par{font-size:6px}.car-th-vencimento,.car-td-vencimento{width:50px;min-width:50px;font-size:6px}.car-td-vencimento{font-size:6px}.car-th-valor,.car-td-valor{width:50px;min-width:50px;font-size:6px}.car-td-valor{font-size:6px}.car-th-dias,.car-td-dias{width:34px;min-width:34px;font-size:6px}.car-td-dias{font-size:6px}.car-th-multa,.car-td-multa{width:42px;min-width:42px;font-size:6px}.car-td-multa{font-size:6px}.car-th-juros,.car-td-juros{width:42px;min-width:42px;font-size:6px}.car-td-juros{font-size:6px}.car-th-total,.car-td-total{width:50px;min-width:50px;font-size:6px}.car-td-total{font-size:6px}}.car-th-pagamento{width:75px;min-width:75px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.car-td-pagamento{width:75px;min-width:75px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.car-th-acrescimo{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.car-td-acrescimo{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.car-th-desconto{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.car-td-desconto{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.car-th-totalPago{width:85px;min-width:85px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.car-td-totalPago{width:85px;min-width:85px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236;position:relative;overflow:visible}.car-th-cancelamento{width:100px;min-width:100px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.car-td-cancelamento{width:100px;min-width:100px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#c10007;position:relative;overflow:visible}@media(max-width:1600px){.car-th-pagamento,.car-td-pagamento{width:85px;min-width:85px;padding-right:2px;font-size:10px}.car-td-pagamento{font-size:10px}.car-th-acrescimo,.car-td-acrescimo{width:80px;min-width:80px;padding-right:2px;font-size:10px}.car-td-acrescimo{font-size:10px}.car-th-desconto,.car-td-desconto{width:80px;min-width:80px;padding-right:2px;font-size:10px}.car-td-desconto{font-size:10px}.car-th-totalPago,.car-td-totalPago{width:95px;min-width:95px;padding-right:2px;font-size:10px}.car-td-totalPago{font-size:10px}.car-th-cancelamento,.car-td-cancelamento{width:90px;min-width:90px;padding-right:2px;font-size:10px}.car-td-cancelamento{font-size:10px}.car-hover-icons-container{width:100%;gap:10px;padding-right:2px}}@media(max-width:1400px){.car-th-pagamento,.car-td-pagamento{width:80px;min-width:80px;padding-right:1px;font-size:9px}.car-td-pagamento{font-size:9px}.car-th-acrescimo,.car-td-acrescimo{width:75px;min-width:75px;padding-right:1px;font-size:9px}.car-td-acrescimo{font-size:9px}.car-th-desconto,.car-td-desconto{width:75px;min-width:75px;padding-right:1px;font-size:9px}.car-td-desconto{font-size:9px}.car-th-totalPago,.car-td-totalPago{width:90px;min-width:90px;padding-right:1px;font-size:9px}.car-td-totalPago{font-size:9px}.car-th-cancelamento,.car-td-cancelamento{width:85px;min-width:85px;padding-right:1px;font-size:9px}.car-td-cancelamento{font-size:9px}.car-hover-icons-container{width:100%;gap:10px;padding-right:1px}.car-btn-icon-action{width:16px;height:16px}}@media(max-width:1200px){.car-th-pagamento,.car-td-pagamento{width:70px;min-width:70px;padding-right:1px;font-size:8px}.car-td-pagamento{font-size:8px}.car-th-acrescimo,.car-td-acrescimo{width:65px;min-width:65px;padding-right:1px;font-size:8px}.car-td-acrescimo{font-size:8px}.car-th-desconto,.car-td-desconto{width:65px;min-width:65px;padding-right:1px;font-size:8px}.car-td-desconto{font-size:8px}.car-th-totalPago,.car-td-totalPago{width:80px;min-width:80px;padding-right:1px;font-size:8px}.car-td-totalPago{font-size:8px}.car-th-cancelamento,.car-td-cancelamento{width:75px;min-width:75px;padding-right:1px;font-size:8px}.car-td-cancelamento{font-size:8px}.car-hover-icons-container{width:100%;gap:10px;padding-right:1px}.car-btn-icon-action{width:14px;height:14px}}@media(max-width:1024px){.car-th-pagamento,.car-td-pagamento{width:65px;min-width:65px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.car-td-pagamento{font-size:7px}.car-th-acrescimo,.car-td-acrescimo{width:60px;min-width:60px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.car-td-acrescimo{font-size:7px}.car-th-desconto,.car-td-desconto{width:60px;min-width:60px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.car-td-desconto{font-size:7px}.car-th-totalPago,.car-td-totalPago{width:70px;min-width:70px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.car-td-totalPago{font-size:7px}.car-hover-icons-container{width:100%;gap:10px;padding-right:1px}.car-btn-icon-action{width:12px;height:12px}.car-th-cancelamento,.car-td-cancelamento{width:65px;min-width:65px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.car-td-cancelamento{font-size:7px}}@media(max-width:768px){.car-th-pagamento,.car-td-pagamento{width:55px;min-width:55px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.car-td-pagamento{font-size:6px}.car-th-acrescimo,.car-td-acrescimo{width:50px;min-width:50px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.car-td-acrescimo{font-size:6px}.car-th-desconto,.car-td-desconto{width:50px;min-width:50px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.car-td-desconto{font-size:6px}.car-th-totalPago,.car-td-totalPago{width:60px;min-width:60px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.car-td-totalPago{font-size:6px}.car-hover-icons-container{width:100%;gap:10px;padding-right:0}.car-btn-icon-action{width:11px;height:11px}.car-th-cancelamento,.car-td-cancelamento{width:55px;min-width:55px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.car-td-cancelamento{font-size:6px}}.car-hover-icons-canceladas{width:155px;right:7px}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.car-table-header,.car-table{padding-right:var(--ff-scrollbar-width)}}.car-field-cliente .cliente-select-label{color:#ea580c}.car-field-cliente .cliente-select-placeholder-text span:first-child{color:#ea580c!important}.car-field-cliente .cliente-select-field:hover{border-color:#ea580c}.car-field-cliente .cliente-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.car-field-cliente .cliente-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.car-field-cliente .cliente-select-option.active{background-color:#fff3e0;color:#ea580c}.car-field-cliente .option-number,.car-field-cliente .option-cnpj,.car-field-cliente .clear-icon{color:#ea580c}.car-field-cliente-wrapper{position:relative}.car-field-cliente-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.car-field-cliente-wrapper:hover .car-field-cliente-clear{display:flex}.car-field-cliente-clear:hover{opacity:.7}.car-field-empresa .empresa-select-label{color:#ea580c}.car-field-empresa .empresa-select-placeholder-text span:first-child{color:#ea580c!important}.car-field-empresa .empresa-select-field:hover{border-color:#ea580c}.car-field-empresa .empresa-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.car-field-empresa .empresa-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.car-field-empresa .empresa-select-option.active{background-color:#fff3e0;color:#ea580c}.car-field-empresa .option-number,.car-field-empresa .option-cnpj,.car-field-empresa .clear-icon{color:#ea580c}.car-field-empresa-wrapper{position:relative}.car-field-empresa-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.car-field-empresa-wrapper:hover .car-field-empresa-clear{display:flex}.car-field-empresa-clear:hover{opacity:.7}.car-field-vendedor .prospectador-select-label{color:#ea580c}.car-field-vendedor .prospectador-select-placeholder-text span:first-child{color:#ea580c!important}.car-field-vendedor .prospectador-select-field:hover{border-color:#ea580c}.car-field-vendedor .prospectador-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.car-field-vendedor .prospectador-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.car-field-vendedor .prospectador-select-option.active{background-color:#fff3e0;color:#ea580c}.car-field-vendedor .option-number,.car-field-vendedor .option-cpf,.car-field-vendedor .clear-icon{color:#ea580c}.car-field-vendedor-wrapper{position:relative}.car-field-vendedor-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.car-field-vendedor-wrapper:hover .car-field-vendedor-clear{display:flex}.car-field-vendedor-clear:hover{opacity:.7}.car-field-tipo-data .select-button-label{color:#ea580c}.car-field-tipo-data .select-button-field:hover{border-color:#ea580c}.car-field-tipo-data .select-button-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.car-field-tipo-data .select-button-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.car-field-tipo-data .select-button-option:hover{background-color:#fff3e0}.car-field-tipo-data .select-button-option.active{background-color:#fff3e0;color:#ea580c;font-weight:600}.car-field-tipo-data-wrapper{position:relative}.car-field-tipo-data-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.car-field-tipo-data-wrapper:hover .car-field-tipo-data-clear{display:flex}.car-field-tipo-data-clear:hover{opacity:.7}.car-calendar-wrapper .calendar-card{border:2px solid rgba(234,88,12,.06)}.car-calendar-wrapper .calendar-presets button{color:#333}.car-calendar-wrapper .calendar-presets button:hover{background:#fff3e0;color:#ea580c}.car-calendar-wrapper .cal-header .nav{border:1.5px solid rgba(234,88,12,.12);color:#ea580c}.car-calendar-wrapper .cal-header .nav:hover{background:#fff3e0;border-color:#ea580c}.car-calendar-wrapper .cal-header .nav:hover svg path{stroke:#ea580c}.car-calendar-wrapper .cal-header .nav svg path{stroke:#ea580c}.car-calendar-wrapper .cal-day:hover{background:#fff3e0;color:#ea580c}.car-calendar-wrapper .cal-day.in-range{background:#ffe4cc;color:#c74709}.car-calendar-wrapper .cal-day.start,.car-calendar-wrapper .cal-day.end{background:#ea580c;color:#fff}.car-calendar-wrapper .cal-day.today{border:2px solid #EA580C;color:#ea580c}.car-calendar-wrapper .calendar-inputs input{border:1px solid #d4d4d4}.car-calendar-wrapper .calendar-inputs input:focus{border-color:#ea580c;outline:none}.car-calendar-wrapper .btn-outline{background:transparent;border:2px solid #EA580C;color:#ea580c}.car-calendar-wrapper .btn-outline:hover{background:#fff3e0}.car-calendar-wrapper .btn-primary{background:#ea580c;border:none;color:#fff}.car-calendar-wrapper .btn-primary:hover{background:#d64a03}.vp-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.vp-modal-container{background:#fff;border-radius:4px;width:95vw;height:550px;max-width:1230px;min-width:800px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000026}.vp-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;border-bottom:1px solid #EA580C;background:#fff;flex-shrink:0;width:100%}.vp-title{margin:0;color:#ea580c;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.vp-close-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.vp-close-btn:hover{opacity:.7}.vp-empresas-section{background:#fff;flex-shrink:0;border-bottom:1px solid #D4D4D4;max-height:130px;overflow-y:auto;width:100%}.vp-empresas-header{display:grid;grid-template-columns:40px 2.5fr 1fr 1fr 1fr;background:#ea580c;gap:0;padding:0}.vp-empresas-header-cell{color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;height:24px;padding:4px 8px;border-right:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;line-height:24px}.vp-empresas-header-cell:last-child{border-right:none}.vp-empresas-header-cell.vp-checkbox-col{padding:10px 6px;justify-content:center}.vp-empresas-row{display:grid;grid-template-columns:40px 2.5fr 1fr 1fr 1fr;gap:0;padding:0;border-bottom:1px solid #D4D4D4;background:#fff;height:24px}.vp-empresas-row:hover{background:#fff7ed}.vp-empresas-cell{padding:6px 8px;border-right:1px solid #D4D4D4;display:flex;height:24px;align-items:center;font-size:12px;font-family:Inter,sans-serif;color:#262626;font-weight:400;text-transform:uppercase;line-height:20px;justify-content:center}.vp-empresas-cell:nth-child(2){justify-content:flex-start}.vp-empresas-cell:last-child{border-right:none}.vp-empresas-cell.vp-checkbox-col{padding:6px 8px;justify-content:center}.vp-checkbox{width:18px;height:18px;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;border:2px solid #D4D4D4;border-radius:50%;background:#fff!important;transition:all .2s ease;position:relative}.vp-checkbox:checked{background:#fff!important;border-color:#ea580c!important}.vp-checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#ea580c;border-radius:50%}.vp-details-section-simple{display:flex;flex-wrap:nowrap;gap:4px;padding:6px 8px;background:#fff;border-bottom:1px solid #D4D4D4;flex-shrink:0;align-items:flex-start;overflow:hidden;height:54px;min-height:54px;max-height:54px;width:100%;box-sizing:border-box;max-width:100%}.vp-detail-item{display:flex;flex-direction:column;gap:0px;height:40px;overflow:hidden;min-width:0;box-sizing:border-box;flex-shrink:1}.vp-detail-item:nth-child(1){flex:10 0 0}.vp-detail-item:nth-child(2){flex:7 0 0}.vp-detail-item:nth-child(3){flex:3 0 0}.vp-detail-item:nth-child(4){flex:2 0 0}.vp-detail-label{font-size:10px;font-family:Poppins,sans-serif;font-weight:600;color:#262626;margin:0;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-detail-value{font-size:12px;font-family:Inter,sans-serif;color:#262626;margin:0;line-height:20px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-pedido-container{display:flex;align-items:center;gap:6px;overflow:hidden;min-width:0}.vp-search-btn{background:none;border:none;cursor:pointer;padding:2px 4px;color:#404040;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vp-search-btn:hover{color:#ea580c}.vp-anexos-btn{display:flex;align-items:center;gap:10px;width:91px;min-width:auto;height:28px;min-height:28px;max-height:28px;padding:0 8px;background:#ea580c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-family:Inter,sans-serif;font-weight:600;transition:all .2s ease;flex-shrink:0;align-self:flex-end;white-space:nowrap}.vp-anexos-btn img{width:14px;height:14px;filter:brightness(0) invert(1)}.vp-anexos-btn:hover{background:#d94700;box-shadow:0 2px 8px #ea580c4d}.vp-info-section{display:none}.vp-info-header-cell{color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;text-align:center;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.3);padding:4px;box-sizing:border-box;min-width:0}.vp-info-header-cell:last-child{border-right:none}.vp-info-header-row{width:100%;height:24px;display:grid;grid-template-columns:3fr .35fr .6fr .35fr .35fr .5fr .5fr .35fr .45fr .5fr .6fr;background:#ea580c;padding:0;gap:0;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.3)}.vp-info-data-row{width:100%;height:32px;display:grid;grid-template-columns:3fr .35fr .6fr .35fr .35fr .5fr .5fr .35fr .45fr .5fr .6fr;background:linear-gradient(90deg,#fdfdfd7f,#fff);overflow:visible;padding:0;gap:0;border-bottom:1px solid #CCCCCC;box-sizing:border-box;align-items:center;transition:background .2s ease;position:relative}.vp-info-data-row:hover{background:var(--gradients-financeiro-hover-secondary, linear-gradient(180deg, rgba(255, 247, 237, 0) 0%, var(--Financeiro-bg-hover, #FFF7ED) 50%))}.vp-info-data-cell-last,.vp-info-data-cell-icons{position:relative}.vp-info-hover-icons-container{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:24px;width:auto;display:none;gap:6px;z-index:50;background:transparent;padding:4px 8px;border-radius:4px;align-items:center;justify-content:flex-end;transition:background .2s ease}.vp-info-data-row:hover .vp-info-hover-icons-container{display:flex;background:linear-gradient(90deg,#fff7ed00,#fff7ed 50%)}.vp-info-btn-icon-action{width:27px;height:27px;padding:3px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:4px;flex-shrink:0}.vp-info-btn-icon-action:hover img{filter:invert(36%) sepia(100%) saturate(500%) hue-rotate(360deg) brightness(105%)}.vp-info-btn-icon-action img{width:18px;height:18px;display:block;transition:filter .2s ease}.vp-info-data-cell{color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;text-align:center;display:flex;align-items:center;justify-content:center;padding:4px;border-right:1px solid #CCCCCC;box-sizing:border-box;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-info-data-cell:first-child{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;text-align:left}.vp-info-data-cell:last-child{border-right:none}.vp-details-section{display:none}.vp-details-row{min-height:70px;display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr;gap:30px;padding:0;align-items:center}.vp-detail-group{display:flex;flex-direction:column;justify-content:center;min-width:0}.vp-detail-label{margin:0 0 6px;color:#404040;font-size:13px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.vp-detail-value{margin:0;color:#404040;font-size:13px;font-family:Inter,sans-serif;font-weight:400;line-height:24px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-table-section{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden;width:100%;padding:0;margin:0}.vp-table-header{width:100%;height:24px;display:grid;grid-template-columns:repeat(10,1fr);background:#ea580c;padding:0;gap:0;flex-shrink:0;position:sticky;top:0;z-index:10;min-width:100%;box-sizing:border-box}.vp-table-header-cell{color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;text-align:center;padding:0 4px;background:#ea580c;height:100%;display:flex;align-items:center;justify-content:center;min-width:0;border-right:1px solid rgba(255,255,255,.3)}.vp-table-header-cell:last-child{border-right:none}.vp-table-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0;width:100%;margin-left:0;margin-right:0;align-items:stretch}.vp-table-row{width:100%;height:32px;min-height:32px;background:#fff;display:grid;grid-template-columns:repeat(10,1fr);padding:0;gap:0;flex-shrink:0;border-bottom:1px solid #D4D4D4;align-items:center;box-sizing:border-box;min-width:100%;overflow:hidden}.vp-table-row>*{height:100%;box-sizing:border-box}.vp-table-cell{color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;text-align:left;padding:0 4px;height:100%;display:flex;align-items:center;justify-content:flex-start;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #D4D4D4}.vp-table-cell:last-child{border-right:none}.vp-footer{display:none}.vp-modal-container::-webkit-scrollbar{width:8px}.vp-modal-container::-webkit-scrollbar-track{background:#f1f1f1}.vp-modal-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.vp-modal-container::-webkit-scrollbar-thumb:hover{background:#999}.vp-table-body::-webkit-scrollbar{width:8px}.vp-table-body::-webkit-scrollbar-track{background:#f1f1f1}.vp-table-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.vp-table-body::-webkit-scrollbar-thumb:hover{background:#999}.vp-parcelas-table-wrapper{flex:1;display:flex;flex-direction:column;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;min-height:0}.vp-parcelas-table-wrapper::-webkit-scrollbar{width:8px}.vp-parcelas-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.vp-parcelas-table-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.vp-parcelas-table-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.vp-parcelas-body::-webkit-scrollbar{width:8px}.vp-parcelas-body::-webkit-scrollbar-track{background:#f1f1f1}.vp-parcelas-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.vp-parcelas-body::-webkit-scrollbar-thumb:hover{background:#999}.vp-parcelas-header{width:100%;height:24px;display:grid;grid-template-columns:repeat(11,minmax(0,1fr));background:#ea580c;position:sticky;top:0;z-index:10;padding:0 8px 0 0;margin:0;box-sizing:border-box;border-bottom:1px solid #D4D4D4;border-collapse:collapse}.vp-parcelas-header-cell{color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;text-align:center;display:flex;justify-content:center;align-items:center;border-right:1px solid rgba(255,255,255,.2);padding:0;box-sizing:border-box;margin:0}.vp-parcelas-header-cell:last-child{border-right:none}.vp-parcelas-body{flex:inherit;width:100%;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch;min-width:100%;padding:0;margin:0;overflow-y:auto}.vp-parcelas-row{width:100%;height:32px;background:#fff;display:grid;grid-template-columns:repeat(11,minmax(0,1fr));border-bottom:1px solid #D4D4D4;transition:background .2s ease;align-items:center;box-sizing:border-box;flex:0 0 auto;padding:0;margin:0;gap:0}.vp-parcelas-row:hover{background:#fff7ed}.vp-parcelas-row:last-child{border-bottom:none}.vp-parcelas-row>*{height:100%;box-sizing:border-box}.vp-parcelas-cell{font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;text-align:center;display:flex;align-items:center;justify-content:center;border-right:1px solid #D4D4D4;padding:0;box-sizing:border-box;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-parcelas-cell:last-child{border-right:none}.vp-anexo-header{display:flex;align-items:center;width:100%;height:24px;background:#ea580c;padding-left:10px;gap:0;flex-shrink:0;position:sticky;top:0;z-index:10}.vp-anexo-header-col-nome{flex:1;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;color:#fff}.vp-anexo-header-col-data{width:110px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;color:#fff}.vp-anexo-header-col-tipo{width:80px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;color:#fff}.vp-anexo-header-col-tamanho{width:110px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;color:#fff}.vp-anexo-header-col-usuario{width:288px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;color:#fff}.vp-anexo-header-separator{width:1px;height:24px;background:#fff;opacity:.3;flex-shrink:0}.vp-anexos-table-wrapper{flex:1;display:flex;flex-direction:column;width:100%;overflow:hidden;background:#fff;min-height:0}.vp-anexos-table{display:flex;flex-direction:column;width:100%;overflow-y:auto;flex:1}.vp-anexo-row{display:flex;align-items:center;width:100%;height:32px;background:#fff;border-bottom:1px solid #D4D4D4;padding-left:10px;gap:0;flex-shrink:0;position:relative}.vp-anexo-row:hover{background:#fff7ed}.vp-anexo-row-hover-icons{display:none;position:absolute;right:0;top:50%;transform:translateY(-50%);gap:12px;align-items:center;height:32px;background:linear-gradient(to left,#FFF7ED 0%,rgba(255,247,237,.8) 40%,transparent 100%);padding:0 10px 0 20px}.vp-anexo-row:hover .vp-anexo-row-hover-icons{display:flex}.vp-anexo-row-hover-icons img{width:18px;height:18px;cursor:pointer;opacity:.7;transition:opacity .2s ease;flex-shrink:0}.vp-anexo-row-hover-icons img:hover{opacity:1}.vp-anexo-empty{background:#fff}.vp-anexo-adicionar{cursor:pointer}.vp-anexo-adicionar:hover{background:#fff7ed}.vp-anexo-col-nome{flex:1;display:flex;align-items:center;gap:8px;padding:0 10px;overflow:hidden;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;text-overflow:ellipsis;white-space:nowrap;min-width:0}.vp-anexo-adicionar .vp-anexo-col-nome{color:#909090}.vp-anexo-col-data{width:110px;padding:0 10px;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;text-align:center}.vp-anexo-col-tipo{width:80px;padding:0 10px;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;text-align:center}.vp-anexo-col-tamanho{width:110px;padding:0 10px;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;text-align:center}.vp-anexo-col-usuario{width:288px;padding:0 10px;display:flex;align-items:center;justify-content:flex-start;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;position:relative}.vp-anexo-separator{width:1px;height:32px;background:#d4d4d4;flex-shrink:0}.vp-anexo-icon-add{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#909090;flex-shrink:0}.vp-anexo-icon-pdf{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.vp-anexo-icon-pdf img{width:14px;height:14px;filter:invert(22%) sepia(61%) saturate(1000%) hue-rotate(1deg) brightness(100%)}.vp-anexo-icon-red img{filter:invert(17%) sepia(95%) saturate(1260%) hue-rotate(1deg) brightness(95%)}.vp-anexo-icon-purple img{filter:invert(28%) sepia(60%) saturate(1000%) hue-rotate(240deg) brightness(90%)}@media(min-width:1920px){.vp-modal-container{width:95vw;max-width:1400px;height:600px}.vp-title{font-size:15px}.vp-empresas-header-cell{font-size:11px}.vp-empresas-cell{font-size:13px}.vp-detail-label{font-size:11px}.vp-detail-value{font-size:13px}.vp-parcelas-header-cell{font-size:11px}.vp-parcelas-cell{font-size:13px}}@media(min-width:1440px)and (max-width:1919px){.vp-modal-container{width:95vw;max-width:1230px;height:550px}.vp-title{font-size:14px}.vp-empresas-header-cell{font-size:10px}.vp-empresas-cell{font-size:12px}.vp-detail-label{font-size:10px}.vp-detail-value{font-size:12px}.vp-parcelas-header-cell{font-size:10px}.vp-parcelas-cell{font-size:12px}}@media(min-width:1024px)and (max-width:1439px){.vp-modal-container{width:90vw;max-width:1100px;height:500px}.vp-title{font-size:13px}.vp-empresas-header-cell{font-size:9px;padding:3px 6px}.vp-empresas-cell{font-size:11px;padding:5px 6px}.vp-detail-label{font-size:9px}.vp-detail-value{font-size:11px}.vp-details-section-simple{gap:20px;padding:5px 8px}.vp-parcelas-header-cell{font-size:9px}.vp-parcelas-cell{font-size:11px}}@media(min-width:768px)and (max-width:1023px){.vp-modal-container{width:92vw;max-width:950px;height:480px}.vp-header{height:32px;padding:8px}.vp-title{font-size:12px}.vp-close-btn{width:22px;height:22px}.vp-empresas-header-cell{font-size:8px;padding:3px 4px;height:22px}.vp-empresas-cell{font-size:10px;padding:4px;height:22px}.vp-detail-label{font-size:8px}.vp-detail-value{font-size:10px}.vp-details-section-simple{gap:12px;padding:4px 6px}.vp-anexos-btn{font-size:10px;padding:0 6px;height:26px}.vp-parcelas-header-cell{font-size:8px;height:22px}.vp-parcelas-cell{font-size:10px}.vp-parcelas-row{height:28px}}@media(min-width:480px)and (max-width:767px){.vp-modal-container{width:95vw;max-width:100%;height:450px;min-width:unset}.vp-header{height:30px;padding:6px}.vp-title{font-size:11px}.vp-close-btn{width:20px;height:20px}.vp-empresas-section{max-height:100px}.vp-empresas-header-cell{font-size:7px;padding:2px 3px;height:20px}.vp-empresas-cell{font-size:9px;padding:3px;height:20px}.vp-detail-label{font-size:7px}.vp-detail-value{font-size:9px}.vp-details-section-simple{gap:8px;padding:3px 5px}.vp-anexos-btn{font-size:9px;padding:0 5px;height:24px}.vp-parcelas-header-cell{font-size:7px;height:20px}.vp-parcelas-cell{font-size:9px}.vp-parcelas-row{height:26px}}@media(max-width:479px){.vp-modal-container{width:98vw;max-width:100%;height:400px;min-width:unset}.vp-header{height:28px;padding:4px}.vp-title{font-size:10px}.vp-close-btn{width:18px;height:18px}.vp-empresas-section{max-height:80px}.vp-empresas-header-cell{font-size:6px;padding:2px;height:18px}.vp-empresas-cell{font-size:8px;padding:2px;height:18px}.vp-detail-label{font-size:6px}.vp-detail-value{font-size:8px}.vp-details-section-simple{gap:6px;padding:2px 4px}.vp-anexos-btn{font-size:8px;padding:0 4px;height:22px}.vp-parcelas-header-cell{font-size:6px;height:18px}.vp-parcelas-cell{font-size:8px}.vp-parcelas-row{height:24px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.vp-table-header,.vp-table{padding-right:var(--ff-scrollbar-width)}}.im-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.im-modal-container{display:flex;flex-direction:column;width:95%;height:95vh;background:#333;border-radius:0;box-shadow:0 0 20px #00000080;overflow:hidden}.im-toolbar{display:flex;justify-content:space-between;align-items:center;height:50px;background:#444;padding:0 15px;gap:15px;border-bottom:1px solid #555;flex-shrink:0}.im-toolbar-left,.im-toolbar-center,.im-toolbar-right{display:flex;align-items:center;gap:8px}.im-toolbar-left{flex:0}.im-toolbar-center{flex:1;justify-content:center;gap:10px}.im-toolbar-right{flex:0}.im-toolbar-btn{width:32px;height:32px;padding:6px;background:#555;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.im-toolbar-btn:hover:not(:disabled){background:#666}.im-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.im-toolbar-btn svg{width:18px;height:18px}.im-zoom-display{color:#fff;font-size:12px;font-weight:600;min-width:40px;text-align:center}.im-zoom-slider{width:100px;height:4px;cursor:pointer;accent-color:#EA580C}.im-page-info{display:flex;align-items:center;gap:8px;color:#fff;font-size:12px}.im-page-input{width:40px;padding:4px;background:#555;border:1px solid #666;border-radius:4px;color:#fff;font-size:12px;text-align:center}.im-page-input:focus{outline:none;border-color:#ea580c}.im-close-toolbar-btn{padding:8px 16px;background:#5b56ff;border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.im-close-toolbar-btn:hover{background:#4a48d9}.im-content-wrapper{display:flex;flex:1;overflow:hidden;gap:0}.im-thumbnails-panel{width:180px;background:#2a2a2a;border-right:1px solid #444;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.im-thumbnail{width:160px;height:200px;background:#fff;border:2px solid #555;border-radius:4px;cursor:pointer;padding:8px;box-sizing:border-box;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.im-thumbnail:hover{border-color:#ea580c}.im-thumbnail.active{border-color:#ea580c;box-shadow:0 0 10px #ea580c4d}.im-thumbnail-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:8px;text-align:center;background:#f5f5f5;padding:4px}.im-thumb-header{font-weight:600;color:#404040}.im-thumb-number{font-weight:700;color:#404040}.im-thumb-barcode{font-family:Courier New,monospace;font-size:6px;letter-spacing:.5px}.im-document-viewer{flex:1;background:#555;display:flex;align-items:center;justify-content:center;overflow:auto;padding:20px}.im-document-wrapper{transform-origin:center;transition:transform .1s ease}.im-document-page{width:210mm;height:297mm;background:#fff;padding:20px;box-shadow:0 2px 10px #0000004d;font-family:Arial,sans-serif;font-size:10px;color:#404040;line-height:1.4}.im-doc-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #404040;padding-bottom:10px;margin-bottom:15px}.im-doc-logo{font-size:18px;font-weight:700;color:#ea580c}.im-doc-title{font-size:14px;font-weight:600;flex:1;text-align:center}.im-doc-number{font-size:12px;font-weight:700}.im-doc-content{margin-top:15px}.im-doc-section{margin-bottom:15px}.im-doc-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:10px}.im-doc-field label{font-weight:600;font-size:9px;display:block;margin-bottom:3px}.im-doc-field p{margin:0;font-size:10px}.im-doc-table{margin:15px 0;border:1px solid #D4D4D4}.im-table-row{display:grid;grid-template-columns:2fr 1fr;border-bottom:1px solid #D4D4D4}.im-table-row:last-child{border-bottom:none}.im-table-header{background:#ea580c;color:#fff;font-weight:600}.im-table-header .im-table-col{color:#fff}.im-table-col{padding:8px;font-size:10px}.im-table-total{background:#f9f9f9;font-weight:600}.im-barcode-area{text-align:center;margin:20px 0;padding:10px;border:1px dashed #D4D4D4}.im-barcode-image{font-family:Courier New,monospace;font-size:14px;letter-spacing:2px;margin:5px 0;line-height:1.2}.im-barcode-number{font-size:9px;letter-spacing:1px;margin:5px 0}.im-doc-footer{text-align:center;margin-top:20px;padding-top:10px;border-top:1px solid #D4D4D4;font-size:9px}.im-bottom-nav{display:flex;justify-content:center;gap:20px;padding:10px;background:#333;border-top:1px solid #555}.im-nav-btn{width:40px;height:40px;background:#555;border:1px solid #666;border-radius:4px;color:#fff;font-size:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.im-nav-btn:hover:not(:disabled){background:#ea580c;border-color:#ea580c}.im-nav-btn:disabled{opacity:.5;cursor:not-allowed}.im-thumbnails-panel::-webkit-scrollbar{width:8px}.im-thumbnails-panel::-webkit-scrollbar-track{background:#2a2a2a}.im-thumbnails-panel::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.im-thumbnails-panel::-webkit-scrollbar-thumb:hover{background:#888}.im-document-viewer::-webkit-scrollbar{width:8px;height:8px}.im-document-viewer::-webkit-scrollbar-track{background:#444}.im-document-viewer::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.im-document-viewer::-webkit-scrollbar-thumb:hover{background:#888}@media print{.im-modal-overlay{background:#fff}.im-modal-container{width:100%;height:100%;background:#fff}.im-toolbar,.im-bottom-nav,.im-thumbnails-panel{display:none!important}.im-document-viewer{background:#fff;padding:0}.im-document-page{box-shadow:none;padding:0;width:100%;height:100%}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.print-modal-header,.print-content{padding-right:var(--ff-scrollbar-width)}}.isem-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.isem-modal-container{width:403px;height:264px;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;overflow:hidden}.isem-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e0e0e0;background:#fff;flex-shrink:0}.isem-modal-title{font-size:16px;font-weight:600;color:#ea580c;margin:0}.isem-modal-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .15s;flex-shrink:0}.isem-modal-close:hover{color:#333}.isem-modal-content{flex:1;overflow:hidden;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.isem-header-info{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.isem-documents-count{font-size:13px;color:#ea580c;margin:0;font-weight:500}.isem-checkbox{display:flex;align-items:center;gap:6px;cursor:pointer;margin:0;white-space:nowrap}.isem-checkbox span{font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;text-align:center;color:#262626}.isem-checkbox input[type=checkbox]{width:14px;height:14px;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;border:2px solid #D4D4D4;border-radius:2px;background:#fff!important;transition:all .2s ease;position:relative;flex-shrink:0}.isem-checkbox input[type=checkbox]:checked{background:#fff!important;border-color:#ea580c!important}.isem-checkbox input[type=checkbox]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:3px;border-left:2px solid rgba(234,88,12,1);border-bottom:2px solid rgba(234,88,12,1);transform:translate(-50%,-60%) rotate(-45deg)}.isem-checkbox input[type=checkbox]:hover{opacity:.8}.isem-documents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;flex:1;overflow:hidden}.isem-document-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px;background:#fff;border:2px solid rgba(234,88,12,1);border-radius:4px;cursor:pointer;transition:all .15s;font-size:0;min-height:0}.isem-document-item:hover{background:#ea580c;border-color:#ea580c;box-shadow:0 2px 4px #ea580c33}.isem-document-item:hover .isem-document-icon{filter:brightness(0) invert(1)}.isem-document-item:hover .isem-document-name{color:#fff}.isem-document-item:active{background:#c8460a;border-color:#c8460a}.isem-document-icon{width:32px;height:32px;color:#ea580c;flex-shrink:0;transition:color .15s}.isem-document-icon svg{fill:currentColor;width:100%;height:100%}.isem-document-name{font-size:12px;color:#ea580c;text-align:center;font-weight:500;display:block;line-height:1.2;flex-shrink:0;transition:color .15s}.ipm-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden}.ipm-modal-wrapper{width:800px;height:520px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;box-shadow:none;overflow:hidden}.ipm-modal-header{width:100%;height:36px;padding:10px 5px 10px 10px;background-color:#fff;border-bottom:1px solid #EA580C;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.ipm-modal-title{font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;color:#ea580c;margin:0;text-align:center}.ipm-modal-close{background:none;border:none;font-size:20px;color:#ea580c;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.ipm-modal-close:hover{color:#d94e0a}.ipm-modal-content{flex:1;overflow:hidden;padding:10px;display:flex;flex-direction:column;gap:5px;background-color:#fff}.ipm-row-inline{display:flex;gap:10px;align-items:flex-start}.ipm-row-inline:first-of-type .ipm-field-group:nth-child(2){margin-left:auto}.ipm-row-fields{display:flex;gap:10px;align-items:flex-start}.ipm-column-left{display:flex;flex-direction:column;gap:5px}.ipm-column-right{flex:1 1 0}.ipm-field-group{display:flex;flex-direction:column;gap:1px}.ipm-width-200{width:200px}.ipm-fullwidth{width:100%}.ipm-flex-grow{flex:1 1 0}.ipm-label{font-size:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;color:#ea580c;line-height:20px;margin:0}.ipm-input,.ipm-select,.ipm-textarea{height:28px;padding:0 7px;font-size:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-transform:uppercase;color:#262626;border:1px solid #D4D4D4;border-radius:4px;background-color:#fff;line-height:20px;transition:all .2s;box-sizing:border-box}.ipm-input-with-icon .ipm-input[type=date]::-webkit-calendar-picker-indicator{display:none!important}.ipm-input-with-icon .ipm-input[type=date]::-webkit-outer-spin-button,.ipm-input-with-icon .ipm-input[type=date]::-webkit-inner-spin-button{display:none!important}.ipm-disabled-bg{background-color:#f5f5f5}.ipm-input-with-icon{position:relative;display:flex;align-items:center}.ipm-input-with-icon .ipm-input{width:100%;padding-right:25px}.ipm-calendar-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:26px;height:30px;cursor:pointer;transition:opacity .2s}.ipm-calendar-icon:hover{opacity:.8}.ipm-input:focus,.ipm-select:focus,.ipm-textarea:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c1a}.ipm-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.22' height='5.08' viewBox='0 0 10.22 5.08'%3E%3Cpath fill='%23EA580C' d='M0 0l5.11 5.08 5.11-5.08z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;background-size:10px 5px;padding-right:20px}.ipm-textarea{height:137px;padding:7px;text-transform:none;resize:vertical;box-sizing:border-box}.ipm-modal-footer{display:flex;justify-content:flex-end;gap:13px;padding:5px 10px 10px;border-top:none;background-color:#fff;flex-shrink:0;align-items:center}.ipm-btn-fechar,.ipm-btn-ok{width:70px;height:28px;padding:0 10px;border-radius:4px;font-size:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:20px;cursor:pointer;transition:all .2s;border:1.5px solid;display:flex;align-items:center;justify-content:center}.ipm-btn-fechar{background-color:#fff;color:#ea580c;border-color:#ea580c}.ipm-btn-fechar:hover{background-color:#ea580c0d}.ipm-btn-fechar:active{background-color:#ea580c1a}.ipm-btn-ok{background-color:#ea580c;color:#fff;border-color:#ea580c}.ipm-btn-ok:hover{background-color:#d94e0a;border-color:#d94e0a}.ipm-btn-ok:active{background-color:#b83d08}.ipm-modal-content::-webkit-scrollbar{display:none}.ipm-modal-content{-ms-overflow-style:none;scrollbar-width:none}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.incluir-modal-header,.modal-content{padding-right:var(--ff-scrollbar-width)}}.ipm-field-cliente .cliente-select-label{color:#ea580c}.ipm-field-cliente .cliente-select-placeholder-text span:first-child{color:#ea580c!important}.ipm-field-cliente .cliente-select-field:hover{border-color:#ea580c}.ipm-field-cliente .cliente-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.ipm-field-cliente .cliente-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.ipm-field-cliente .cliente-select-option.active{background-color:#fff3e0;color:#ea580c}.ipm-field-cliente .option-number,.ipm-field-cliente .option-cnpj,.ipm-field-cliente .clear-icon{color:#ea580c}.ipm-field-cliente-wrapper{position:relative}.ipm-field-cliente-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.ipm-field-cliente-wrapper:hover .ipm-field-cliente-clear{display:flex}.ipm-field-cliente-clear:hover{opacity:.7}.ipm-field-empresa .empresa-select-label{color:#ea580c}.ipm-field-empresa .empresa-select-placeholder-text span:first-child{color:#ea580c!important}.ipm-field-empresa .empresa-select-field:hover{border-color:#ea580c}.ipm-field-empresa .empresa-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.ipm-field-empresa .empresa-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.ipm-field-empresa .empresa-select-option.active{background-color:#fff3e0;color:#ea580c}.ipm-field-empresa .option-number,.ipm-field-empresa .option-cnpj,.ipm-field-empresa .clear-icon{color:#ea580c}.ipm-field-empresa-wrapper{position:relative}.ipm-field-empresa-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.ipm-field-empresa-wrapper:hover .ipm-field-empresa-clear{display:flex}.ipm-field-empresa-clear:hover{opacity:.7}.ipm-field-vendedor .prospectador-select-label{color:#ea580c}.ipm-field-vendedor .prospectador-select-placeholder-text span:first-child{color:#ea580c!important}.ipm-field-vendedor .prospectador-select-field:hover{border-color:#ea580c}.ipm-field-vendedor .prospectador-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.ipm-field-vendedor .prospectador-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.ipm-field-vendedor .prospectador-select-option.active{background-color:#fff3e0;color:#ea580c}.ipm-field-vendedor .option-number,.ipm-field-vendedor .option-cpf,.ipm-field-vendedor .clear-icon{color:#ea580c}.ipm-field-vendedor-wrapper{position:relative}.ipm-field-vendedor-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.ipm-field-vendedor-wrapper:hover .ipm-field-vendedor-clear{display:flex}.ipm-field-vendedor-clear:hover{opacity:.7}.gpa-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.gpa-modal-container{width:800px;height:750px;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}.gpa-header{height:36px;background-color:#fff;border-bottom:1px solid #EA580C;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.gpa-title{color:#ea580c;font-size:14px;font-weight:600;font-family:Poppins,sans-serif}.gpa-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.gpa-close-btn:hover{opacity:.8}.gpa-close-btn img{width:100%;height:100%;filter:invert(43%) sepia(97%) saturate(1600%) hue-rotate(347deg) brightness(104%) contrast(110%)}.gpa-content{padding:10px;background-color:#fff;overflow:visible}.gpa-form-row{display:flex;gap:8px;margin-bottom:4px;align-items:flex-end}.gpa-form-field{display:flex;flex-direction:column;justify-content:flex-end;height:48px}.gpa-form-field.full-width{flex:1;width:100%}.gpa-form-field.flex-1{flex:1}.gpa-form-field-small{flex:.5;min-width:0}.gpa-label{color:#ea580c;font-size:12px;font-weight:500;font-family:Inter,sans-serif;margin-bottom:5px;display:block}.gpa-input{height:28px;padding:0 12px;border:1px solid #D4D4D4;border-radius:4px;background-color:#fff;color:#262626;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;transition:all .2s ease}.gpa-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.gpa-input::placeholder{color:#999;text-transform:none}.gpa-input:focus{outline:none;border-color:#ea580c;background-color:#fffbf8}.gpa-input-wrapper{position:relative;display:flex;align-items:center;height:28px;border:1px solid #D4D4D4;border-radius:4px;background-color:#fff;transition:all .2s ease}.gpa-input-wrapper:hover{border-color:#ea580c;background-color:#fffbf8}.gpa-input-wrapper:focus-within{border-color:#ea580c;background-color:#fffbf8}.gpa-input-wrapper .gpa-input{border:none;background:transparent;padding:0 12px;flex:1}.gpa-input-wrapper:hover .gpa-input{background:transparent}.gpa-input-wrapper .gpa-input:focus{background:transparent;border:none}.gpa-currency-input{position:relative;display:flex;align-items:center;height:28px;border:1px solid #D4D4D4;border-radius:4px;background-color:#fff;transition:all .2s ease}.gpa-currency-input:hover{border-color:#ea580c;background-color:#fffbf8}.gpa-currency-input:focus-within{border-color:#ea580c;background-color:#fffbf8}.gpa-currency-icon{width:28px;height:28px;border:1px solid #D4D4D4;border-right:none;border-radius:3px 0 0 3px;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-shrink:0;transition:all .2s ease}.gpa-currency-icon-btn{width:28px;height:28px;border:1px solid #D4D4D4;border-right:none;border-radius:3px 0 0 3px;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-shrink:0;transition:all .2s ease;cursor:pointer;padding:0}.gpa-currency-icon-btn:hover{background-color:#fff0e6;border-color:#ea580c}.gpa-currency-icon-btn:active{background-color:#ffe6d1}.gpa-currency-input:hover .gpa-currency-icon{border-color:#ea580c;background-color:#fffbf8}.gpa-currency-input:focus-within .gpa-currency-icon{border-color:#ea580c;background-color:#fffbf8}.gpa-currency-icon-img{width:16px;height:16px}.gpa-currency-input .gpa-input{border:none;border-left:1px solid #D4D4D4;height:28px;margin:0;padding-left:8px;padding-right:28px;flex:1;background:transparent;transition:all .2s ease}.gpa-currency-input:hover .gpa-input{border-left-color:#ea580c}.gpa-currency-input:focus-within .gpa-input{border-left-color:#ea580c}.gpa-clear-btn{width:20px;height:20px;border:none;background:transparent;color:#ea580c;cursor:pointer;font-size:12px;font-weight:600;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;position:absolute;right:6px;top:50%;transform:translateY(-50%);opacity:0}.gpa-input-wrapper:hover .gpa-clear-btn,.gpa-input-wrapper:focus-within .gpa-clear-btn,.gpa-currency-input:hover .gpa-clear-btn,.gpa-currency-input:focus-within .gpa-clear-btn{opacity:1}.gpa-clear-btn:hover{color:#d94a08}.gpa-button-container{display:flex;align-items:flex-end;height:48px}.gpa-btn{height:28px;padding:0 24px;border-radius:4px;border:none;cursor:pointer;font-size:12px;font-weight:600;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.gpa-footer .gpa-btn{width:70px}.gpa-btn-primary{background-color:#ea580c;color:#fff}.gpa-btn-primary:hover{background-color:#d94a08}.gpa-btn-secondary{background-color:#fff;color:#ea580c;border:1.5px solid #EA580C}.gpa-btn-secondary:hover{background-color:#fff5f0}.gpa-table-section{flex:1;border-bottom:1px solid #D4D4D4;display:flex;flex-direction:column;overflow:hidden;min-height:200px}.gpa-table-header{height:20px;background-color:#ea580c;display:flex;align-items:center;flex-shrink:0}.gpa-table-col{display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:600;font-family:Poppins,sans-serif;text-transform:uppercase}.gpa-table-col.gpa-col-numero{width:112px;min-width:112px}.gpa-table-col.gpa-col-dias{width:144px;min-width:144px}.gpa-table-col.gpa-col-vencimento{width:208px;min-width:208px}.gpa-table-col.gpa-col-valor{flex:1;min-width:100px}.gpa-col-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.gpa-table-divider{width:1px;height:100%;background-color:#d4d4d4}.gpa-table-body{flex:1;overflow-y:auto;background-color:#fff;display:flex;flex-direction:column}.gpa-table-row{height:32px;display:flex;align-items:center;border-bottom:1px solid #D4D4D4;min-height:32px;flex-shrink:0}.gpa-table-row:last-child{border-bottom:none}.gpa-table-input{width:100%;height:100%;border:none;padding:0 8px;background:transparent;color:#262626;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:center;text-transform:uppercase}.gpa-table-input:disabled{background-color:transparent;cursor:not-allowed}.gpa-table-input:focus{outline:none;background-color:#fffbf8}.gpa-footer{height:auto;padding:10px;background-color:#fff;display:flex;justify-content:flex-end;align-items:center;gap:10px}.gpa-content::-webkit-scrollbar,.gpa-table-body::-webkit-scrollbar{width:8px}.gpa-content::-webkit-scrollbar-track,.gpa-table-body::-webkit-scrollbar-track{background:transparent}.gpa-content::-webkit-scrollbar-thumb,.gpa-table-body::-webkit-scrollbar-thumb{background-color:#999;border-radius:4px}.gpa-content::-webkit-scrollbar-thumb:hover,.gpa-table-body::-webkit-scrollbar-thumb:hover{background-color:#666}@media(min-width:1920px){.gpa-modal-container{width:1000px;height:800px}.gpa-table-col.gpa-col-numero{width:140px;min-width:140px}.gpa-table-col.gpa-col-dias{width:180px;min-width:180px}.gpa-table-col.gpa-col-vencimento{width:280px;min-width:280px}}@media(min-width:1440px)and (max-width:1919px){.gpa-modal-container{width:900px;height:750px}.gpa-table-col.gpa-col-numero{width:130px;min-width:130px}.gpa-table-col.gpa-col-dias{width:160px;min-width:160px}.gpa-table-col.gpa-col-vencimento{width:250px;min-width:250px}}@media(min-width:1024px)and (max-width:1439px){.gpa-modal-container{width:850px;height:700px}.gpa-table-col.gpa-col-numero{width:120px;min-width:120px}.gpa-table-col.gpa-col-dias{width:150px;min-width:150px}.gpa-table-col.gpa-col-vencimento{width:230px;min-width:230px}}@media(max-width:1023px){.gpa-modal-container{width:90vw;height:80vh;max-width:800px;max-height:650px}.gpa-table-col.gpa-col-numero{width:100px;min-width:100px}.gpa-table-col.gpa-col-dias{width:120px;min-width:120px}.gpa-table-col.gpa-col-vencimento{width:180px;min-width:180px}}@media(max-width:767px){.gpa-modal-container{width:95vw;height:90vh;max-width:650px;max-height:550px}.gpa-table-col.gpa-col-numero{width:80px;min-width:80px}.gpa-table-col.gpa-col-dias{width:100px;min-width:100px}.gpa-table-col.gpa-col-vencimento{width:150px;min-width:150px}}@media(max-width:479px){.gpa-modal-container{width:100vw;height:100vh;border-radius:0;max-width:none;max-height:none}.gpa-table-col.gpa-col-numero{width:65px;min-width:65px}.gpa-table-col.gpa-col-dias{width:80px;min-width:80px}.gpa-table-col.gpa-col-vencimento{width:120px;min-width:120px}}.gpa-dropdown-wrapper{position:relative;display:flex;align-items:center;height:28px}.gpa-dropdown-display{width:100%;height:28px;padding:0 12px;border:1px solid #D4D4D4;border-radius:4px;background-color:#fff;color:#262626;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.gpa-dropdown-wrapper:hover .gpa-dropdown-display{border-color:#ea580c;background-color:#fffbf8}.gpa-dropdown-controls{display:flex;align-items:center;gap:4px;margin-left:8px}.gpa-dropdown-toggle{width:10px;height:6px;border:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;cursor:pointer;padding:0;display:block;transition:transform .2s ease;flex-shrink:0}.gpa-dropdown-toggle.open{transform:scaleY(-1)}.gpa-dropdown-toggle:hover{filter:brightness(.85)}.gpa-clear-btn-dropdown{width:16px;height:16px;border:none;background:transparent;color:#ea580c;cursor:pointer;font-size:12px;font-weight:600;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;opacity:0}.gpa-dropdown-wrapper:hover .gpa-clear-btn-dropdown,.gpa-dropdown-wrapper:has(.gpa-dropdown-toggle.open) .gpa-clear-btn-dropdown{opacity:1}.gpa-clear-btn-dropdown:hover{color:#d94a08}.gpa-dropdown-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:350px;overflow-y:auto;z-index:10;box-shadow:0 4px 4px #00000040;scrollbar-width:none}.gpa-dropdown-list::-webkit-scrollbar{display:none}.gpa-dropdown-item{padding:10px 12px;background-color:#fff;color:#262626;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.gpa-dropdown-item:hover{background-color:#fffbf8;color:#ea580c}.gpa-dropdown-item:last-child{border-bottom:none}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.parcelas-modal-header,.modal-content{padding-right:var(--ff-scrollbar-width)}}.cm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.cm-modal-container{background:#fff;border-radius:4px;width:95%;max-width:700px;height:auto;max-height:500px;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;overflow:hidden;box-sizing:border-box}.cm-header{display:flex;justify-content:space-between;align-items:center;height:50px;padding:0 20px;border-bottom:2px solid #EA580C;background:#fff;flex-shrink:0}.cm-title{margin:0;color:#ea580c;font-size:18px;font-family:Poppins,sans-serif;font-weight:600}.cm-close-btn{background:none;border:none;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#404040;font-size:18px;transition:all .2s ease}.cm-close-btn:hover{opacity:.7}.cm-content{flex:1;padding:8px;overflow:hidden}.cm-doc-count{color:#ea580c;font-size:13px;font-weight:600;margin-bottom:8px;margin-top:-5px}.cm-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid #D4D4D4}.cm-tab{padding:10px 20px;background:#fff;border:none;cursor:pointer;color:#404040;font-size:13px;font-weight:600;font-family:Inter,sans-serif;transition:all .2s ease;border-bottom:2px solid transparent}.cm-tab:hover{color:#ea580c}.cm-tab.active{color:#fff;background:#ea580c;border-bottom-color:#ea580c}.cm-section{margin-bottom:20px}.cm-label{display:block;color:#ea580c;font-size:12px;font-weight:600;font-family:Poppins,sans-serif;margin-top:-19px;margin-bottom:1px}.cm-recipients{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid #D4D4D4;border-radius:4px;background:#fafafa;min-height:40px;align-items:center}.cm-recipient-tag{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff7ed;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;color:#404040;transition:all .2s ease}.cm-recipient-tag:hover{border-color:#ea580c}.cm-tag-remove{background:none;border:none;cursor:pointer;color:#d4d4d4;font-size:12px;padding:0;transition:all .2s ease}.cm-tag-remove:hover{color:#ea580c}.cm-recipient-input{flex:1;min-width:150px;border:none;background:transparent;outline:none;font-size:12px;font-family:Inter,sans-serif;color:#404040}.cm-recipient-input::placeholder{color:#999}.cm-input{width:100%;padding:10px;border:1px solid #D4D4D4;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;color:#404040;box-sizing:border-box}.cm-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.cm-editor-toolbar{display:flex;align-items:center;gap:8px;margin-top:-13px;padding:8px;background:#fafafa;border:1px solid #D4D4D4;border-bottom:none;border-radius:4px 4px 0 0;flex-wrap:wrap}.cm-toolbar-btn{width:28px;height:28px;padding:4px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cm-toolbar-btn:hover{background:#ea580c;color:#fff;border-color:#ea580c}.cm-toolbar-divider{width:1px;height:20px;background:#d4d4d4;margin:0 4px}.cm-textarea{width:100%;min-height:114px;padding:10px;border:1px solid #D4D4D4;border-radius:0 0 4px 4px;font-size:13px;font-family:Inter,sans-serif;color:#404040;resize:vertical;box-sizing:border-box;line-height:1.5}.cm-textarea:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.cm-checkboxes{display:flex;gap:20px;flex-wrap:nowrap;align-items:center;flex-shrink:0}.cm-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#404040;font-family:Inter,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cm-checkbox-label input[type=checkbox]{width:14px;height:14px;min-width:14px;min-height:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #D4D4D4;border-radius:2px;background:#fff;transition:all .2s ease;position:relative;padding:0;margin:0;vertical-align:middle;box-sizing:border-box}.cm-checkbox-label input[type=checkbox]:hover{border-color:#ea580c;opacity:.8}.cm-checkbox-label input[type=checkbox]:checked{background:#fff;border-color:#ea580c;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.95811 15.1697L3.0127 10.2243L4.27853 8.95825L7.95811 12.6378L15.7627 4.83325L17.0285 6.09929L7.95811 15.1697Z' fill='%23EA580C'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.cm-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fafafa;flex-shrink:0;gap:20px;flex-wrap:nowrap;width:100%;box-sizing:border-box}.cm-btn-enviar{padding:10px 24px;background:#ea580c;border:none;border-radius:4px;color:#fff;font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.cm-btn-enviar:hover{background:#d94700;box-shadow:0 2px 8px #ea580c4d}.cm-btn-enviar:active{opacity:.9}.login-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.login-modal-container{width:521px;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid #E66400}.login-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;border-bottom:1px solid #EA580C}.login-title{color:#ea580c;font-size:14px;font-family:Poppins;font-weight:600;line-height:24px}.login-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.login-close-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.login-content{padding:10px;display:flex;gap:10px;align-items:flex-start}.login-logo-container{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px 0}.login-logo{width:120px;height:100px;object-fit:contain}.login-form{flex:1 1 0;display:flex;flex-direction:column;gap:5px}.login-form-field{display:flex;flex-direction:column;gap:5px;height:48px}.login-label{color:#ea580c;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;height:20px;display:flex;align-items:center}.login-input{width:100%;height:28px;padding:0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;box-sizing:border-box}.login-input:focus{outline:none;border-color:#ea580c}.login-password-container{position:relative;height:28px;display:flex;align-items:center}.login-password-container .login-input{padding-right:35px}.login-eye-btn{position:absolute;right:7px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.login-eye-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1269%) hue-rotate(4deg) brightness(102%) contrast(102%)}.login-buttons{display:flex;gap:13px;justify-content:flex-end;padding-top:8px}.login-btn{width:106px;height:28px;border-radius:4px;font-size:12px;font-family:Inter;font-weight:600;line-height:20px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.login-btn-secondary{background:#fff;color:#ea580c;border:1.5px solid #EA580C}.login-btn-secondary:hover{background:#fff7ed}.login-btn-primary{background:#ea580c;color:#fff}.login-btn-primary:hover{background:#d64806}.cancelar-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.cancelar-modal-container{width:520px;height:339px;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid #E66400}.cancelar-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;background:#fff;border-bottom:1px solid #EA580C}.cancelar-title{color:#ea580c;font-size:14px;font-family:Poppins;font-weight:600;line-height:24px}.cancelar-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cancelar-close-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(1269%) hue-rotate(4deg) brightness(102%) contrast(102%)}.cancelar-content{flex:1 1 0;padding:10px;display:flex;flex-direction:column;gap:5px;overflow-y:auto}.cancelar-form-field{display:flex;flex-direction:column;gap:5px;height:48px}.cancelar-form-field-textarea{height:136px;flex:1 1 0}.cancelar-label{color:#ea580c;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;height:20px;display:flex;align-items:center}.cancelar-input{width:100%;height:28px;padding:0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;box-sizing:border-box}.cancelar-input:focus{outline:none;border-color:#ea580c}.cancelar-input-disabled{background-color:#f5f5f5;cursor:not-allowed;color:#262626}.cancelar-textarea{width:100%;flex:1 1 0;padding:7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-weight:500;line-height:20px;box-sizing:border-box;resize:none;font-family:Inter}.cancelar-textarea:focus{outline:none;border-color:#ea580c}.cancelar-buttons{display:flex;gap:13px;justify-content:flex-end;padding-top:8px;margin-top:auto}.cancelar-btn{width:70px;height:28px;border-radius:4px;font-size:12px;font-family:Inter;font-weight:600;line-height:20px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cancelar-btn-secondary{background:#fff;color:#ea580c;border:1.5px solid #EA580C}.cancelar-btn-secondary:hover{background:#fff7ed}.cancelar-btn-primary{background:#ea580c;color:#fff}.cancelar-btn-primary:hover{background:#d64806}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cancel-modal-header,.modal-container{padding-right:var(--ff-scrollbar-width)}}.custom-dropdown{position:relative;width:100%;height:100%}.custom-dropdown-btn{width:100%;height:28px;display:flex;align-items:center;padding:0 24px 0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;cursor:pointer;font-size:12px;font-family:Inter;font-weight:500;color:#262626;text-transform:uppercase;white-space:nowrap;overflow:visible;text-overflow:ellipsis;position:relative}.custom-dropdown-btn:after{content:"";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:10px;height:5px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23ea580c'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:transform .3s ease}.custom-dropdown-btn.open:after{transform:translateY(-50%) rotate(180deg)}.custom-dropdown-btn:hover{background-color:#f5f5f5}.custom-dropdown-btn:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.custom-dropdown-symbol{font-size:12px;font-family:Inter;font-weight:500;color:#262626;flex-shrink:0;text-transform:uppercase;margin-right:auto}.custom-dropdown-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.custom-dropdown-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;z-index:99999;min-width:100%;margin-top:0}.custom-dropdown-item{display:flex;align-items:center;gap:8px;padding:10px;background:#fff;color:#262626;font-size:12px;font-family:Inter;font-weight:400;text-transform:uppercase;cursor:pointer;transition:background-color .2s}.custom-dropdown-item:hover{background:#fff7ed}.custom-dropdown-item.active{background:#fff7ed;font-weight:500}.custom-dropdown-item-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.custom-dropdown-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cap-page{width:100vw;height:calc(100vh - 70px);background:#fff;display:flex;flex-direction:column;gap:0;padding:0;margin:0;margin-left:calc(-50vw + 50%);box-sizing:border-box;overflow:hidden}.cap-header-top{width:100%;background:#fff;border-bottom:1px solid #ea580c;display:flex;justify-content:space-between;align-items:center;padding:0;box-sizing:border-box;gap:20px;min-height:56px;flex:none}.cap-title{padding:0 20px;height:56px;font-size:14px;background:#ea580c;color:#fff;font-family:Poppins,sans-serif;font-weight:700;display:flex;align-items:center;gap:10px;line-height:20px}.cap-actions,.cap-buttons-container{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:10px;flex:1}.cap-btn-action{width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.cap-btn-action img{width:18px;height:18px;display:block}.cap-btn-action:hover{opacity:.8}.cap-btn-action-text{width:110px;height:28px;background:#fff;border:1.5px solid #ea580c;border-radius:4px;padding:0 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#ea580c;transition:all .2s ease}.cap-btn-action-text img{width:20px;height:20px;display:block}.cap-btn-action-text:hover{background:#d64806;color:#fff;border-color:#d64806}.cap-btn-action-text:hover img{filter:brightness(0) invert(1)}.cap-btn-outline{width:auto;height:28px;padding:0 15px;background:#fff;border:1.5px solid #ea580c;border-radius:4px;color:#ea580c;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cap-btn-outline:hover{background:#d64806;color:#fff;border-color:#d64806}.cap-form-container{width:100%;padding:10px;background:#fff;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.cap-form-row{width:100%;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:10px;box-sizing:border-box;align-items:flex-end}.cap-field{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.cap-field-cliente,.cap-field-empresa,.cap-field-vendedor,.cap-field-periodo,.cap-field-tipo-data{grid-column:span 2}.cap-field-nota-fiscal,.cap-field-portador,.cap-field-duplicata,.cap-field-pedido,.cap-field-orcamento{grid-column:span 1}.cap-field-nota-fiscal,.cap-field-portador{grid-column:span 2}.cap-field-situacao{grid-column:span 4}.cap-input{width:100%;box-sizing:border-box}.cap-label{align-self:stretch;color:#ea580c;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.cap-input{align-self:stretch;height:28px;padding-left:7px;padding-right:7px;background:#fff;overflow:hidden;border-radius:4px;border:1px solid #D4D4D4;color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;word-wrap:break-word;outline:none;transition:border-color .2s ease}.cap-input:hover{border-color:#ea580c}.cap-input:focus{outline:1px solid #ea580c;outline-offset:-1px}.cap-field-wrapper{position:relative;display:flex;align-items:center;width:100%}.cap-field-icon{position:absolute;right:7px;width:10px;top:14px;height:6px;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:10px 6px}.cap-arrow-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23ea580c'/%3E%3C/svg%3E");transform:translateY(-3px)}.cap-calendar-icon{width:29px;height:29px;top:3px;right:2px;transform:translateY(-3px)}.cap-situacao-container{display:flex;gap:24px;align-items:center;padding-left:5px;padding-top:12px}.cap-radio-group{display:flex;align-items:center;gap:5px;cursor:pointer}.cap-radio-input{display:none}.cap-radio-label{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.cap-radio-circle{width:14px;height:14px;border:1px solid #D4D4D4;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .2s ease;position:relative;transform:translateY(-7px)}.cap-radio-circle:after{content:"";width:8px;height:8px;border-radius:50%;background:transparent;transition:background .2s ease}.cap-radio-input:checked+.cap-radio-label .cap-radio-circle{border-color:#ea580c}.cap-radio-input:checked+.cap-radio-label .cap-radio-circle:after{background:#ea580c}.cap-radio-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;white-space:nowrap;transform:translateY(-7px)}.cap-totalizador{width:100%;height:40px;background:#fff;border-top:1px solid #D4D4D4;margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:5px 10px;box-sizing:border-box;flex:none}.cap-total-item{display:flex;align-items:center;gap:8px;min-width:fit-content;height:30px}.cap-total-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cap-total-icon img{width:100%;height:100%;object-fit:contain}.cap-checkbox{width:14px;height:14px;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;border:2px solid #D4D4D4;border-radius:2px;background:#fff!important;transition:all .2s ease;position:relative}.cap-checkbox:checked{background:#fff!important;border-color:#ea580c!important}.cap-checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:3px;border-left:2px solid #ea580c;border-bottom:2px solid #ea580c;transform:translate(-50%,-60%) rotate(-45deg)}.cap-total-label{font-size:12px;font-weight:400;color:#404040;font-family:Inter,sans-serif;line-height:15px}.cap-total-value{font-size:12px;font-weight:500;color:#404040;font-family:Inter,sans-serif;line-height:15px}.cap-total-text-wrapper{display:flex;flex-direction:column;gap:0}.cap-table-section{flex:1;display:flex;flex-direction:column;width:100%;overflow-y:scroll;overflow-x:auto;-webkit-overflow-scrolling:touch}.cap-table-section::-webkit-scrollbar{width:8px;height:8px}.cap-table-section::-webkit-scrollbar-track{background:#f1f1f1}.cap-table-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.cap-table-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cap-table{display:none}.cap-table-header{width:100%;height:24px;min-height:24px;max-height:24px;background:#ea580c;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;border:none;border-bottom:1px solid #D4D4D4;flex:0 0 auto;padding:0 8px 0 0;margin:0;box-sizing:border-box;overflow:hidden;z-index:10}.cap-table-body{flex:1;width:100%;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch}.cap-table-row{width:100%;height:34px;min-height:34px;max-height:34px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background:#fff;flex:0 0 auto;border-bottom:1px solid #D4D4D4;padding:0;margin:0;box-sizing:border-box;min-width:100%;overflow:hidden}.cap-table-row:hover{background:#ea5a0c00}.cap-th{color:#fff;font-size:10px;font-weight:600;font-family:Poppins,sans-serif;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;height:24px;flex:0 0 auto;line-height:24px}.cap-th:first-child{border-left:1px solid #D4D4D4}.cap-th:last-child{border-right:none}.cap-td{font-size:12px;font-weight:400;font-family:Inter,sans-serif;color:#404040;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;background:inherit;margin:0;height:34px;flex:0 0 auto;line-height:1}.cap-table-row:hover .cap-td{background:#ea580c0d}.cap-td:first-child{border-left:1px solid #D4D4D4}.cap-td:last-child{border-right:none}.cap-th-checkbox{width:36px;min-width:36px;flex:none}.cap-td-checkbox{width:36px;min-width:36px;flex:none;border-right:1px solid #D4D4D4}.cap-th-cliente{flex:2.5;min-width:280px;text-align:center;justify-content:center;padding-left:10px}.cap-td-cliente{flex:2.5;min-width:280px;text-align:left;justify-content:flex-start;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cap-th-emp,.cap-td-emp{width:50px;min-width:50px;flex:none}.cap-th-pedido,.cap-td-pedido{width:80px;min-width:80px;flex:none}.cap-th-nota,.cap-td-nota{width:90px;min-width:90px;flex:none}.cap-th-par,.cap-td-par{width:75px;min-width:75px;flex:none}.cap-th-vencimento,.cap-td-vencimento,.cap-th-valor{width:110px;min-width:110px;flex:none}.cap-td-valor{width:110px;min-width:110px;flex:none;text-align:right;padding-right:10px}.cap-th-dias,.cap-td-dias{width:75px;min-width:75px;flex:none}.cap-th-multa{width:95px;min-width:95px;flex:none}.cap-td-multa{width:95px;min-width:95px;flex:none;text-align:right;padding-right:10px}.cap-th-juros{width:95px;min-width:95px;flex:none}.cap-td-juros{width:95px;min-width:95px;flex:none;text-align:right;padding-right:10px}.cap-th-total{width:110px;min-width:110px;flex:none;text-align:center;justify-content:center}.cap-td-total{width:110px;min-width:110px;flex:none;text-align:center;justify-content:center;overflow:visible}.cap-total-cell{display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:100%;padding-right:0;color:#ea580c;font-weight:400;position:relative}.cap-hover-icons-container{width:100%;height:100%;right:0;top:0;position:absolute;background:linear-gradient(90deg,#fdfdfd7f,#fff);overflow:visible;justify-content:flex-end;align-items:center;display:none;z-index:50;gap:10px;padding-right:6px}.cap-table-row:hover .cap-hover-icons-container{display:inline-flex}.cap-checkbox{width:14px;height:14px;cursor:pointer;accent-color:#ea580c;appearance:none;-webkit-appearance:none;border:1px solid #D4D4D4;border-radius:2px;background:#fff;transition:all .2s ease}.cap-checkbox:checked{background:#ea580c;border-color:#ea580c}.cap-btn-icon-action{width:20px;height:20px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;flex-shrink:0}.cap-btn-icon-action:nth-child(2){right:auto}.cap-btn-icon-action:nth-child(3){right:auto}.cap-btn-icon-action:nth-child(4){right:auto}.cap-btn-icon-action:nth-child(5){right:auto}.cap-table-row:hover .cap-btn-icon-action{opacity:1}.cap-table-row:hover .cap-btn-icon-action:hover{background:var(--gradients-financeiro-hover-secondary, linear-gradient(180deg, rgba(255, 247, 237, 0) 0%, var(--Financeiro-bg-hover, #FFF7ED) 50%));border-radius:4px}.cap-btn-icon-action img{width:20px;height:20px;display:block;transition:filter .2s ease;filter:brightness(.6) saturate(0%)}.cap-table-row:hover .cap-btn-icon-action:hover img{filter:invert(36%) sepia(100%) saturate(500%) hue-rotate(360deg) brightness(105%)}.cap-row-vencido .cap-td{color:#c10007}.cap-row-avencer .cap-td{color:#a65f00}.cap-row-normal .cap-td{color:#404040}.cap-row-baixado .cap-td{color:#008236}.cap-row-cancelado .cap-td,.cap-row-cancelado .cap-td-cliente,.cap-row-cancelado .cap-td-total,.cap-row-cancelado .cap-total-cell{color:#1e3a8a!important}.cap-table thead{display:flex;flex-direction:column;flex:none}.cap-calendar-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:4px 6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cap-calendar-btn:hover{opacity:.7}.cap-calendar-svg{width:28px;height:30px;margin-right:-15px;object-fit:contain;filter:drop-shadow(0 0 .8px #EA580C);fill:#ea580c;stroke:#ea580c}.cap-input-with-calendar{position:relative}.cap-input-with-calendar .cap-input{padding-right:48px}@media(max-width:1600px){.cap-th-cliente,.cap-td-cliente{flex:2;min-width:200px}.cap-th-emp,.cap-td-emp{width:35px;min-width:35px}.cap-th-pedido,.cap-td-pedido{width:60px;min-width:60px}.cap-th-nota,.cap-td-nota{width:65px;min-width:65px}.cap-th-par,.cap-td-par{width:55px;min-width:55px}.cap-th-vencimento,.cap-td-vencimento,.cap-th-valor,.cap-td-valor{width:85px;min-width:85px}.cap-th-dias,.cap-td-dias{width:55px;min-width:55px}.cap-th-multa,.cap-td-multa,.cap-th-juros,.cap-td-juros{width:75px;min-width:75px}.cap-th-total,.cap-td-total{width:85px;min-width:85px}}@media(max-width:1400px){.cap-th-cliente,.cap-td-cliente{flex:1.8;min-width:160px}.cap-th-emp,.cap-td-emp{width:30px;min-width:30px;font-size:9px}.cap-td-emp{font-size:9px}.cap-th-pedido,.cap-td-pedido{width:50px;min-width:50px;font-size:9px}.cap-td-pedido{font-size:9px}.cap-th-nota,.cap-td-nota{width:55px;min-width:55px;font-size:9px}.cap-td-nota{font-size:9px}.cap-th-par,.cap-td-par{width:48px;min-width:48px;font-size:9px}.cap-td-par{font-size:9px}.cap-th-vencimento,.cap-td-vencimento{width:75px;min-width:75px;font-size:9px}.cap-td-vencimento{font-size:9px}.cap-th-valor,.cap-td-valor{width:75px;min-width:75px;font-size:9px}.cap-td-valor{font-size:9px}.cap-th-dias,.cap-td-dias{width:48px;min-width:48px;font-size:9px}.cap-td-dias{font-size:9px}.cap-th-multa,.cap-td-multa{width:65px;min-width:65px;font-size:9px}.cap-td-multa{font-size:9px}.cap-th-juros,.cap-td-juros{width:65px;min-width:65px;font-size:9px}.cap-td-juros{font-size:9px}.cap-th-total,.cap-td-total{width:75px;min-width:75px;font-size:9px}.cap-td-total{font-size:9px}}@media(max-width:1200px){.cap-th-cliente,.cap-td-cliente{flex:1.5;min-width:130px}.cap-th-emp,.cap-td-emp{width:28px;min-width:28px;font-size:8px}.cap-td-emp{font-size:8px}.cap-th-pedido,.cap-td-pedido{width:45px;min-width:45px;font-size:8px}.cap-td-pedido{font-size:8px}.cap-th-nota,.cap-td-nota{width:50px;min-width:50px;font-size:8px}.cap-td-nota{font-size:8px}.cap-th-par,.cap-td-par{width:42px;min-width:42px;font-size:8px}.cap-td-par{font-size:8px}.cap-th-vencimento,.cap-td-vencimento{width:65px;min-width:65px;font-size:8px}.cap-td-vencimento{font-size:8px}.cap-th-valor,.cap-td-valor{width:65px;min-width:65px;font-size:8px}.cap-td-valor{font-size:8px}.cap-th-dias,.cap-td-dias{width:42px;min-width:42px;font-size:8px}.cap-td-dias{font-size:8px}.cap-th-multa,.cap-td-multa{width:58px;min-width:58px;font-size:8px}.cap-td-multa{font-size:8px}.cap-th-juros,.cap-td-juros{width:58px;min-width:58px;font-size:8px}.cap-td-juros{font-size:8px}.cap-th-total,.cap-td-total{width:65px;min-width:65px;font-size:8px}.cap-td-total{font-size:8px}}@media(max-width:1024px){.cap-th-cliente{flex:1.2;min-width:100px}.cap-td-cliente{flex:1.2;min-width:100px;font-size:7px}.cap-th-emp,.cap-td-emp{width:25px;min-width:25px;font-size:7px}.cap-td-emp{font-size:7px}.cap-th-pedido,.cap-td-pedido{width:40px;min-width:40px;font-size:7px}.cap-td-pedido{font-size:7px}.cap-th-nota,.cap-td-nota{width:43px;min-width:43px;font-size:7px}.cap-td-nota{font-size:7px}.cap-th-par,.cap-td-par{width:38px;min-width:38px;font-size:7px}.cap-td-par{font-size:7px}.cap-th-vencimento,.cap-td-vencimento{width:58px;min-width:58px;font-size:7px}.cap-td-vencimento{font-size:7px}.cap-th-valor,.cap-td-valor{width:58px;min-width:58px;font-size:7px}.cap-td-valor{font-size:7px}.cap-th-dias,.cap-td-dias{width:38px;min-width:38px;font-size:7px}.cap-td-dias{font-size:7px}.cap-th-multa,.cap-td-multa{width:50px;min-width:50px;font-size:7px}.cap-td-multa{font-size:7px}.cap-th-juros,.cap-td-juros{width:50px;min-width:50px;font-size:7px}.cap-td-juros{font-size:7px}.cap-th-total,.cap-td-total{width:58px;min-width:58px;font-size:7px}.cap-td-total{font-size:7px}}@media(max-width:768px){.cap-th-cliente{flex:1;min-width:80px;padding-left:5px}.cap-td-cliente{flex:1;min-width:80px;padding-left:5px;font-size:6px}.cap-th-emp,.cap-td-emp{width:22px;min-width:22px;font-size:6px}.cap-td-emp{font-size:6px}.cap-th-pedido,.cap-td-pedido{width:35px;min-width:35px;font-size:6px}.cap-td-pedido{font-size:6px}.cap-th-nota,.cap-td-nota{width:38px;min-width:38px;font-size:6px}.cap-td-nota{font-size:6px}.cap-th-par,.cap-td-par{width:34px;min-width:34px;font-size:6px}.cap-td-par{font-size:6px}.cap-th-vencimento,.cap-td-vencimento{width:50px;min-width:50px;font-size:6px}.cap-td-vencimento{font-size:6px}.cap-th-valor,.cap-td-valor{width:50px;min-width:50px;font-size:6px}.cap-td-valor{font-size:6px}.cap-th-dias,.cap-td-dias{width:34px;min-width:34px;font-size:6px}.cap-td-dias{font-size:6px}.cap-th-multa,.cap-td-multa{width:42px;min-width:42px;font-size:6px}.cap-td-multa{font-size:6px}.cap-th-juros,.cap-td-juros{width:42px;min-width:42px;font-size:6px}.cap-td-juros{font-size:6px}.cap-th-total,.cap-td-total{width:50px;min-width:50px;font-size:6px}.cap-td-total{font-size:6px}}.cap-th-pagamento{width:75px;min-width:75px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.cap-td-pagamento{width:75px;min-width:75px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.cap-th-acrescimo{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.cap-td-acrescimo{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.cap-th-desconto{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.cap-td-desconto{width:70px;min-width:70px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236}.cap-th-totalPago{width:85px;min-width:85px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.cap-td-totalPago{width:85px;min-width:85px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#008236;position:relative;overflow:visible}.cap-th-cancelamento{width:100px;min-width:100px;flex:none;text-align:right;padding-right:6px;font-weight:600;font-size:10px;color:#fff}.cap-td-cancelamento{width:100px;min-width:100px;flex:none;text-align:right;padding-right:6px;font-size:12px;color:#c10007;position:relative;overflow:visible}@media(max-width:1600px){.cap-th-pagamento,.cap-td-pagamento{width:85px;min-width:85px;padding-right:2px;font-size:10px}.cap-td-pagamento{font-size:10px}.cap-th-acrescimo,.cap-td-acrescimo{width:80px;min-width:80px;padding-right:2px;font-size:10px}.cap-td-acrescimo{font-size:10px}.cap-th-desconto,.cap-td-desconto{width:80px;min-width:80px;padding-right:2px;font-size:10px}.cap-td-desconto{font-size:10px}.cap-th-totalPago,.cap-td-totalPago{width:95px;min-width:95px;padding-right:2px;font-size:10px}.cap-td-totalPago{font-size:10px}.cap-th-cancelamento,.cap-td-cancelamento{width:90px;min-width:90px;padding-right:2px;font-size:10px}.cap-td-cancelamento{font-size:10px}.cap-hover-icons-container{width:100%;gap:10px;padding-right:2px}}@media(max-width:1400px){.cap-th-pagamento,.cap-td-pagamento{width:80px;min-width:80px;padding-right:1px;font-size:9px}.cap-td-pagamento{font-size:9px}.cap-th-acrescimo,.cap-td-acrescimo{width:75px;min-width:75px;padding-right:1px;font-size:9px}.cap-td-acrescimo{font-size:9px}.cap-th-desconto,.cap-td-desconto{width:75px;min-width:75px;padding-right:1px;font-size:9px}.cap-td-desconto{font-size:9px}.cap-th-totalPago,.cap-td-totalPago{width:90px;min-width:90px;padding-right:1px;font-size:9px}.cap-td-totalPago{font-size:9px}.cap-th-cancelamento,.cap-td-cancelamento{width:85px;min-width:85px;padding-right:1px;font-size:9px}.cap-td-cancelamento{font-size:9px}.cap-hover-icons-container{width:100%;gap:10px;padding-right:1px}.cap-btn-icon-action{width:16px;height:16px}}@media(max-width:1200px){.cap-th-pagamento,.cap-td-pagamento{width:70px;min-width:70px;padding-right:1px;font-size:8px}.cap-td-pagamento{font-size:8px}.cap-th-acrescimo,.cap-td-acrescimo{width:65px;min-width:65px;padding-right:1px;font-size:8px}.cap-td-acrescimo{font-size:8px}.cap-th-desconto,.cap-td-desconto{width:65px;min-width:65px;padding-right:1px;font-size:8px}.cap-td-desconto{font-size:8px}.cap-th-totalPago,.cap-td-totalPago{width:80px;min-width:80px;padding-right:1px;font-size:8px}.cap-td-totalPago{font-size:8px}.cap-th-cancelamento,.cap-td-cancelamento{width:75px;min-width:75px;padding-right:1px;font-size:8px}.cap-td-cancelamento{font-size:8px}.cap-hover-icons-container{width:100%;gap:10px;padding-right:1px}.cap-btn-icon-action{width:14px;height:14px}}@media(max-width:1024px){.cap-th-pagamento,.cap-td-pagamento{width:65px;min-width:65px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.cap-td-pagamento{font-size:7px}.cap-th-acrescimo,.cap-td-acrescimo{width:60px;min-width:60px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.cap-td-acrescimo{font-size:7px}.cap-th-desconto,.cap-td-desconto{width:60px;min-width:60px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.cap-td-desconto{font-size:7px}.cap-th-totalPago,.cap-td-totalPago{width:70px;min-width:70px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.cap-td-totalPago{font-size:7px}.cap-hover-icons-container{width:100%;gap:10px;padding-right:1px}.cap-btn-icon-action{width:12px;height:12px}.cap-th-cancelamento,.cap-td-cancelamento{width:65px;min-width:65px;padding-right:1px;font-size:7px;word-wrap:break-word;white-space:normal}.cap-td-cancelamento{font-size:7px}}@media(max-width:768px){.cap-th-pagamento,.cap-td-pagamento{width:55px;min-width:55px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.cap-td-pagamento{font-size:6px}.cap-th-acrescimo,.cap-td-acrescimo{width:50px;min-width:50px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.cap-td-acrescimo{font-size:6px}.cap-th-desconto,.cap-td-desconto{width:50px;min-width:50px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.cap-td-desconto{font-size:6px}.cap-th-totalPago,.cap-td-totalPago{width:60px;min-width:60px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.cap-td-totalPago{font-size:6px}.cap-hover-icons-container{width:100%;gap:10px;padding-right:0}.cap-btn-icon-action{width:11px;height:11px}.cap-th-cancelamento,.cap-td-cancelamento{width:55px;min-width:55px;padding-right:0;font-size:6px;word-wrap:break-word;white-space:normal}.cap-td-cancelamento{font-size:6px}}.cap-hover-icons-canceladas{width:155px;right:7px}.cap-field-portador-wrapper{position:relative}.cap-field-portador-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.cap-field-portador-wrapper:hover .cap-field-portador-clear{display:flex}.cap-field-portador-clear:hover{opacity:.7}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cap-table-header,.cap-table{padding-right:var(--ff-scrollbar-width)}}.cap-field-cliente .cliente-select-label{color:#ea580c}.cap-field-cliente .cliente-select-placeholder-text span:first-child{color:#ea580c!important}.cap-field-cliente .cliente-select-field:hover{border-color:#ea580c}.cap-field-cliente .cliente-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.cap-field-cliente .cliente-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.cap-field-cliente .cliente-select-option.active{background-color:#fff3e0;color:#ea580c}.cap-field-cliente .option-number,.cap-field-cliente .option-cnpj,.cap-field-cliente .clear-icon{color:#ea580c}.cap-field-cliente-wrapper{position:relative}.cap-field-cliente-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.cap-field-cliente-wrapper:hover .cap-field-cliente-clear{display:flex}.cap-field-cliente-clear:hover{opacity:.7}.cap-field-empresa .empresa-select-label{color:#ea580c}.cap-field-empresa .empresa-select-placeholder-text span:first-child{color:#ea580c!important}.cap-field-empresa .empresa-select-field:hover{border-color:#ea580c}.cap-field-empresa .empresa-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.cap-field-empresa .empresa-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.cap-field-empresa .empresa-select-option.active{background-color:#fff3e0;color:#ea580c}.cap-field-empresa .option-number,.cap-field-empresa .option-cnpj,.cap-field-empresa .clear-icon{color:#ea580c}.cap-field-empresa-wrapper{position:relative}.cap-field-empresa-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.cap-field-empresa-wrapper:hover .cap-field-empresa-clear{display:flex}.cap-field-empresa-clear:hover{opacity:.7}.cap-field-vendedor .prospectador-select-label{color:#ea580c}.cap-field-vendedor .prospectador-select-placeholder-text span:first-child{color:#ea580c!important}.cap-field-vendedor .prospectador-select-field:hover{border-color:#ea580c}.cap-field-vendedor .prospectador-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.cap-field-vendedor .prospectador-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.cap-field-vendedor .prospectador-select-option.active{background-color:#fff3e0;color:#ea580c}.cap-field-vendedor .option-number,.cap-field-vendedor .option-cpf,.cap-field-vendedor .clear-icon{color:#ea580c}.cap-field-vendedor-wrapper{position:relative}.cap-field-vendedor-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.cap-field-vendedor-wrapper:hover .cap-field-vendedor-clear{display:flex}.cap-field-vendedor-clear:hover{opacity:.7}.cap-field-tipo-data .select-button-label{color:#ea580c}.cap-field-tipo-data .select-button-field:hover{border-color:#ea580c}.cap-field-tipo-data .select-button-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.cap-field-tipo-data .select-button-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.cap-field-tipo-data .select-button-option:hover{background-color:#fff3e0}.cap-field-tipo-data .select-button-option.active{background-color:#fff3e0;color:#ea580c;font-weight:600}.cap-field-tipo-data-wrapper{position:relative}.cap-field-tipo-data-clear{position:absolute;right:28px;top:25px;width:20px;height:20px;background:none;border:none;color:#ea580c;font-size:24px;font-weight:700;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;z-index:10}.cap-field-tipo-data-wrapper:hover .cap-field-tipo-data-clear{display:flex}.cap-field-tipo-data-clear:hover{opacity:.7}.cap-calendar-wrapper .calendar-card{border:2px solid rgba(234,88,12,.06)}.cap-calendar-wrapper .calendar-presets button{color:#333}.cap-calendar-wrapper .calendar-presets button:hover{background:#fff3e0;color:#ea580c}.cap-calendar-wrapper .cal-header .nav{border:1.5px solid rgba(234,88,12,.12);color:#ea580c}.cap-calendar-wrapper .cal-header .nav:hover{background:#fff3e0;border-color:#ea580c}.cap-calendar-wrapper .cal-header .nav:hover svg path{stroke:#ea580c}.cap-calendar-wrapper .cal-header .nav svg path{stroke:#ea580c}.cap-calendar-wrapper .cal-day:hover{background:#fff3e0;color:#ea580c}.cap-calendar-wrapper .cal-day.in-range{background:#ffe4cc;color:#c74709}.cap-calendar-wrapper .cal-day.start,.cap-calendar-wrapper .cal-day.end{background:#ea580c;color:#fff}.cap-calendar-wrapper .cal-day.today{border:2px solid #EA580C;color:#ea580c}.cap-calendar-wrapper .calendar-inputs input{border:1px solid #d4d4d4}.cap-calendar-wrapper .calendar-inputs input:focus{border-color:#ea580c;outline:none}.cap-calendar-wrapper .btn-outline{background:transparent;border:2px solid #EA580C;color:#ea580c}.cap-calendar-wrapper .btn-outline:hover{background:#fff3e0}.cap-calendar-wrapper .btn-primary{background:#ea580c;border:none;color:#fff}.cap-calendar-wrapper .btn-primary:hover{background:#d64a03}.cap-field-portador .portador-select-label{color:#ea580c}.cap-field-portador .portador-select-field:hover{border-color:#ea580c;background-color:#fafafa}.cap-field-portador .portador-select-field:focus{border-color:#ea580c;box-shadow:inset 0 0 0 2px #ea580c1a}.cap-field-portador .portador-select-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23EA580C'/%3E%3C/svg%3E")}.cap-field-portador .portador-select-option:hover{background-color:#fff3e0}.cap-field-portador .portador-select-option.active{background-color:#fff3e0;color:#ea580c;font-weight:600}.portador-select-wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:1px}.portador-select-label{font-size:12px;font-weight:500;color:#008236;font-family:Inter,sans-serif;display:block;margin-bottom:0;line-height:20px}.portador-select-field{width:100%;height:28px;border:1px solid #D4D4D4;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 7px;gap:8px;transition:all .2s ease;position:relative;font-family:Inter,sans-serif;box-sizing:border-box}.portador-select-field:hover{border-color:#d4d4d4;background-color:#fafafa}.portador-select-field.focused{border-color:#008236;box-shadow:inset 0 0 0 2px #0082361a}.portador-select-field.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.portador-select-placeholder-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-family:Inter,sans-serif;color:#404040;text-transform:uppercase;font-weight:500;line-height:20px;letter-spacing:-.4px}.portador-select-placeholder-text span{color:#404040!important}.portador-select-arrow{width:10px;height:5px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%23404040'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;flex-shrink:0}.portador-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px #0000001a}.portador-select-option{padding:10px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .15s ease;font-size:12px;font-family:Inter,sans-serif;color:#404040;border-bottom:1px solid #f0f0f0;text-transform:uppercase;font-weight:500;line-height:20px;letter-spacing:-.4px}.portador-select-option:last-child{border-bottom:none}.portador-select-option:hover{background-color:#fafafa}.portador-select-option.active{background-color:#f0f0f0;color:#008236;font-weight:600}.option-text{text-transform:uppercase;font-size:12px}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.portador-dropdown-header,.portador-select{padding-right:var(--ff-scrollbar-width)}}.pedido-de-venda{padding:0;background-color:#f5f5f5;min-height:100vh;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden}.PageTitle{width:100%;height:auto;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.Container{align-self:stretch;flex:none;position:relative;padding:0 10px 0 0;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:56px;width:100%}.Title{padding:0 20px;height:56px;background:#1d4ed8;color:#fff;font-family:Poppins,sans-serif;font-weight:700;display:flex;align-items:center;gap:10px;flex:none;overflow:hidden}.PedidoDeVenda{text-align:center;color:#fff;font-size:14px;font-family:Poppins,sans-serif;font-weight:700;line-height:20px;word-wrap:break-word}.ButtonsContainer{display:flex;justify-content:flex-start;align-items:center;gap:10px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:15}.Button{width:110px;height:28px;padding:0 10px;background:#fff;overflow:hidden;border-radius:4px;border:1.5px solid #1d4ed8;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px;transition:background .2s ease,color .2s ease,border-color .2s ease;flex:none}.Button:hover{background:#1e40af;border-color:#1e40af}.Button:hover [data-svg-wrapper] svg{filter:brightness(0) invert(1)}.Button:hover .BotO{color:#fff}[data-svg-wrapper]{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}[data-svg-wrapper] svg{width:100%;height:100%;object-fit:contain}.BotO{flex:1 1 0;text-align:center;display:flex;justify-content:center;flex-direction:column;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;letter-spacing:.24px;white-space:nowrap}.Line{align-self:stretch;height:0;outline:1px solid #1d4ed8;outline-offset:-.5px;width:100%}.form-container{width:100%;height:auto;padding:5px 10px 10px;background:#fff;overflow-x:hidden;overflow-y:visible;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex;gap:5px;flex:1;box-sizing:border-box;max-width:100%}.form-container::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8;background-clip:content-box}.form-row-1,.form-row-2{flex-shrink:0;min-width:100%}.form-row-1{width:100%;display:grid;grid-template-columns:6.41fr 4.64fr 1.09fr 1.11fr 95px;gap:10px;align-items:flex-end;box-sizing:border-box}.form-row-2{width:100%;display:grid;grid-template-columns:5.19fr .9fr .9fr .89fr .88fr .88fr .9fr 95px;gap:10px;align-items:flex-end;box-sizing:border-box}.form-row-3{display:none}.form-field{align-self:stretch;justify-content:flex-start;align-items:flex-end;gap:1px;display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.form-field-group{flex:1 1 0;align-self:stretch;overflow:hidden;flex-direction:column;justify-content:flex-end;align-items:flex-start;display:inline-flex}.form-field-label{align-self:stretch;justify-content:flex-start;align-items:center;gap:5px;display:inline-flex;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word;margin-bottom:4px}.form-field-input{align-self:stretch;height:29px;min-height:29px;background:#fff;overflow:hidden;border-radius:4px;border:1px solid #d4d4d4;justify-content:space-between;align-items:center;display:inline-flex;font-family:Inter,sans-serif;font-size:12px;font-weight:500;min-width:0;transition:border-color .2s ease}.form-field-input:hover{border-color:#1d4ed8}.form-field-input.disabled{background:#f5f5f5}.form-field-input.status-open{background:#00a63e;border-color:#008236;justify-content:center}.form-field-input.status-open .form-field-input-text{color:#fff;font-weight:700;text-transform:uppercase;padding-left:0;padding-right:0;justify-content:center}.form-field-input.status-total{background:#eff6ff;border-color:#2563eb}.form-field-input.status-total .form-field-input-text{color:#262626;font-weight:500}.form-field-input-text{flex:1 1 0;align-self:stretch;padding-left:7px;padding-right:7px;position:relative;overflow:hidden;justify-content:flex-start;align-items:center;display:flex;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:1;white-space:nowrap;text-overflow:ellipsis;min-width:0}.form-field-input.status-open .form-field-input-text,.form-field-input.status-total .form-field-input-text{flex:1 1 0;align-self:stretch;line-height:28px;white-space:nowrap;text-overflow:ellipsis;min-width:0}.form-field-input-text.white{color:#fff;font-weight:700}.form-field-unit-switch{height:28px;min-width:5px;overflow:hidden;justify-content:center;align-items:center;display:flex}.unit-switch-icon{width:24px;height:28px;border:1px solid #d4d4d4;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:inline-flex;background:#fff}.unit-switch-icon svg{width:20px;height:20px}.form-field-dropdown{align-self:stretch;padding-right:4px;overflow:hidden;justify-content:flex-start;align-items:center;gap:8px;display:flex}.form-field-dropdown-icon{width:20px;height:20px;position:relative;overflow:hidden}.form-field-gradient{width:45px;height:28px;position:absolute;opacity:0;background:linear-gradient(90deg,#fff0,#fff);justify-content:flex-end;align-items:center;gap:10px;display:flex}.form-button-group{display:none}.form-button-ok{width:95px;height:28px;padding:0;background:#1d4ed8;overflow:hidden;border-radius:4px;justify-content:center;align-items:center;gap:10px;display:inline-flex;border:none;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:20px;color:#fff;text-transform:uppercase}.form-button-ok:hover{background:#1e40af}.pedido-info-section{background:#fff;padding:20px;margin:20px;border-radius:4px;box-shadow:0 1px 3px #0000001a}.pedido-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.pedido-form-group{display:flex;flex-direction:column}.pedido-form-group label{font-size:12px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase}.pedido-form-group input,.pedido-form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit}.pedido-form-group input:focus,.pedido-form-group select:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}@media(min-width:1920px){.pedido-de-venda{min-height:100vh}.Container{min-height:64px;gap:24px}.Title{height:64px;padding:0 28px}.PedidoDeVenda{font-size:16px;line-height:24px}.form-row-1,.form-row-2{gap:12px}.form-field-label{font-size:13px;margin-bottom:6px}.form-field-input{height:32px;font-size:13px}.Button{width:120px;height:32px;font-size:13px}}@media(min-width:1280px)and (max-width:1919px){.pedido-de-venda{min-height:100vh}.Container{min-height:56px;gap:20px}.Title{height:56px;padding:0 20px}.PedidoDeVenda{font-size:14px;line-height:20px}.form-row-1,.form-row-2{gap:10px}.form-container{padding-left:10px;padding-right:10px;padding-top:9px}.form-field-label{font-size:12px;margin-bottom:4px}.form-field-input{height:29px;font-size:12px}.Button{width:110px;height:28px;font-size:12px}}@media(max-width:1279px){.pedido-de-venda{min-height:100vh}.Container{min-height:clamp(52px,7vh,56px);gap:clamp(12px,2vw,20px)}.Title{height:clamp(52px,7vh,56px);padding:0 clamp(12px,3vw,20px)}.PedidoDeVenda{font-size:clamp(12px,2vw,14px);line-height:clamp(18px,3vh,20px)}.form-container{padding-left:clamp(6px,2vw,10px);padding-right:clamp(6px,2vw,10px)}.form-row-1,.form-row-2{gap:clamp(6px,1.5vw,10px)}.form-field-label{font-size:clamp(10px,1.3vw,12px);margin-bottom:clamp(2px,1vh,4px)}.form-field-input{height:clamp(26px,4vh,29px);font-size:clamp(11px,1.2vw,12px)}.Button{width:clamp(95px,12vw,110px);height:clamp(26px,3.5vh,28px);font-size:clamp(10px,1.1vw,12px)}}@media(min-width:1024px)and (max-width:1280px){.Container{min-height:clamp(48px,6vh,56px);gap:clamp(10px,1.8vw,18px)}.Title{height:clamp(48px,6vh,56px);padding:0 clamp(10px,2.5vw,18px)}.form-row-1{grid-template-columns:6fr 4.07fr .9fr .94fr 95px}.form-row-2{grid-template-columns:5.5fr .85fr .85fr .85fr .85fr .85fr .85fr 95px}.pedido-form-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:clamp(12px,2vw,16px)}}@media(max-width:1024px){.Container{min-height:clamp(48px,6vh,56px);gap:clamp(10px,1.8vw,18px)}.Title{height:clamp(48px,6vh,56px);padding:0 clamp(10px,2.5vw,18px)}.form-row-1{grid-template-columns:5fr 3.5fr .95fr 1fr 85px}.form-row-2{grid-template-columns:4.5fr .85fr .85fr .85fr .85fr .85fr .85fr 85px}.pedido-form-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:clamp(12px,2vw,16px)}}@media(max-width:768px){.pedido-de-venda{min-height:100vh}.Container{min-height:clamp(46px,5.5vh,52px);gap:clamp(8px,1.5vw,14px);padding-right:clamp(4px,1vw,6px)}.Title{height:clamp(46px,5.5vh,52px);padding:0 clamp(8px,2vw,14px)}.PedidoDeVenda{font-size:clamp(11px,1.8vw,13px);line-height:clamp(16px,2.5vh,18px)}.ButtonsContainer{right:clamp(4px,1vw,8px)}.Button{width:clamp(80px,10vw,105px);height:clamp(24px,3vh,26px);font-size:clamp(9px,1vw,11px);padding:0 clamp(6px,1vw,8px)}.form-container{padding-left:clamp(6px,1.5vw,8px);padding-right:clamp(6px,1.5vw,8px);gap:clamp(3px,.5vw,4px)}.form-row-1,.form-row-2{gap:clamp(4px,1vw,6px)}.form-field-label{font-size:clamp(9px,1.1vw,11px);margin-bottom:clamp(2px,.5vh,3px)}.form-field-input{height:clamp(24px,3.5vh,27px);font-size:clamp(10px,1vw,11px);border-radius:3px}.pedido-form-row{grid-template-columns:1fr;gap:clamp(12px,2vw,16px)}.form-button-ok{padding:clamp(6px,1vw,8px) clamp(12px,2vw,16px);font-size:clamp(10px,1vw,12px)}}@media(max-width:480px){.pedido-de-venda{min-height:100vh}.Container{min-height:clamp(44px,5vh,48px);gap:clamp(6px,1vw,10px)}.Title{height:clamp(44px,5vh,48px);padding:0 clamp(6px,1.5vw,10px)}.PedidoDeVenda{font-size:clamp(10px,1.5vw,12px)}.Button{width:clamp(70px,8vw,90px);height:clamp(22px,2.5vh,24px);font-size:clamp(8px,.9vw,10px);padding:0 clamp(4px,.8vw,6px)}.form-container{padding:clamp(4px,1vh,5px) clamp(4px,1vw,6px)}.form-row-1,.form-row-2{gap:clamp(3px,.8vw,4px)}.form-row-1{grid-template-columns:3fr 2.5fr .8fr .8fr 80px}.form-row-2{grid-template-columns:3fr .7fr .7fr .7fr .7fr .7fr .7fr 80px}.form-field{min-width:0}.form-field-label{font-size:clamp(8px,1vw,10px);margin-bottom:clamp(1px,.3vh,2px)}.form-field-input{height:clamp(22px,3vh,24px);font-size:clamp(9px,.9vw,10px)}}.form-field-cliente-wrapper{position:relative;width:100%}.form-field-input-container{position:relative;display:flex;align-items:center;width:100%;height:29px;background:#fff;border:1px solid #d4d4d4;border-radius:4px;overflow:hidden;transition:border-color .2s ease}.form-field-input-container:hover{border-color:#0047cc}.form-field-cliente-input{width:100%;height:100%;border:none;background:transparent;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;line-height:29px;letter-spacing:-.4px;box-sizing:border-box}.form-field-cliente-input:focus{outline:none}.form-field-cliente-placeholder{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px)}.form-field-cliente-selected{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#262626;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 65px)}.form-field-cliente-clear{position:absolute;right:28px;width:20px;height:20px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#0047cc;font-weight:700;transition:color .2s ease;z-index:10}.form-field-cliente-clear:hover{color:#0038a0}.form-field-cliente-arrow{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.form-field-cliente-arrow:hover img{filter:invert(.2) sepia(1) saturate(3) hue-rotate(200deg) brightness(.9)}.pedido-cliente-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:none;border-radius:4px;margin-top:4px;box-shadow:0 4px 4px #00000040;z-index:100;max-height:400px;overflow-y:auto;display:flex;flex-direction:column}.pedido-cliente-dropdown-item{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;flex-direction:column;gap:2px;flex-shrink:0}.pedido-cliente-dropdown-item:hover{background-color:#f5f5f5}.pedido-cliente-dropdown-item:last-child{border-bottom:none}.pedido-cliente-dropdown-item-top{display:flex;gap:3px;align-items:center;font-size:12px;line-height:16px}.pedido-cliente-dropdown-number{font-weight:600;color:#0047cc;font-family:Inter,sans-serif}.pedido-cliente-dropdown-separator{font-weight:600;color:#737373;font-family:Inter,sans-serif}.pedido-cliente-dropdown-name{font-weight:500;color:#262626;font-family:Inter,sans-serif}.pedido-cliente-dropdown-item-bottom{display:flex;align-items:center;justify-content:space-between;font-size:10px;line-height:12px;gap:10px}.pedido-cliente-dropdown-fantasy{font-weight:500;color:#666;font-family:Inter,sans-serif;flex:1;overflow:hidden;text-overflow:ellipsis}.pedido-cliente-dropdown-cnpj{font-weight:500;color:#0047cc;font-family:Inter,sans-serif;font-size:12px;white-space:nowrap}.pedido-cliente-dropdown-add-button{width:calc(100% - 10px);height:38px;margin:5px;padding:5px 10px;background:#0047cc;border:none;border-radius:4px;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.pedido-cliente-dropdown-add-button:hover{background-color:#0038a0}.pedido-cliente-dropdown-add-button svg{width:18px;height:18px}.pedido-cliente-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%;align-self:stretch;justify-content:flex-start;align-items:flex-end}.pedido-cliente-select-field-container{display:flex;align-items:center;position:relative;width:100%}.pedido-cliente-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.pedido-cliente-select-field:hover{background-color:#fafafa;border-color:#0047cc}.pedido-cliente-select-field:focus{outline:none;border-color:#0047cc;box-shadow:inset 0 0 0 2px #0047cc1a;background-color:#fff}.pedido-cliente-select-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px)}.pedido-cliente-select-arrow-icon{position:absolute;right:7px;width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.pedido-cliente-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%230047CC'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.pedido-cliente-select-arrow.open{transform:scaleY(-1)}.pedido-cliente-select-clear{position:absolute;right:28px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:0;transition:opacity .2s ease}.pedido-cliente-select-field-container:hover .pedido-cliente-select-clear{opacity:1}.pedido-cliente-clear-icon{color:#0047cc;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center}.pedido-cliente-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:none;border-radius:4px;margin-top:4px;box-shadow:0 4px 4px #00000040;z-index:100;max-height:400px;overflow-y:auto;display:flex;flex-direction:column}.pedido-cliente-dropdown-items{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.pedido-cliente-select-no-results{padding:12px 10px;color:#737373;font-size:12px;font-weight:500;text-align:center;font-family:Inter,sans-serif}.pedido-cliente-select-option{width:100%;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;height:47px;display:flex;align-items:center}.pedido-cliente-select-option:hover{background-color:#f5f5f5}.pedido-cliente-select-option.active{background-color:#e8f5ff;color:#0047cc;font-weight:600}.pedido-cliente-select-option:last-child{border-bottom:none}.pedido-cliente-option-content{display:flex;flex-direction:column;gap:2px;width:100%}.pedido-cliente-option-top{display:flex;gap:3px;align-items:center;font-size:12px;line-height:16px;letter-spacing:-.048px}.pedido-cliente-option-number{font-weight:600;color:#0047cc;font-family:Inter,sans-serif}.pedido-cliente-option-separator{font-weight:600;color:#737373;font-family:Inter,sans-serif}.pedido-cliente-option-name{font-weight:500;color:#404040;font-family:Inter,sans-serif}.pedido-cliente-option-bottom{display:flex;align-items:center;justify-content:space-between;font-size:10px;line-height:12px;letter-spacing:-.04px;width:100%}.pedido-cliente-option-fullname{font-weight:500;color:#737373;font-family:Inter,sans-serif}.pedido-cliente-option-cnpj{font-weight:500;color:#0047cc;font-family:Inter,sans-serif;font-size:12px}.pedido-cliente-select-add-button{width:calc(100% - 10px);height:38px;margin:5px;padding:5px 10px;background:#0047cc;border:none;border-radius:4px;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.pedido-cliente-select-add-button:hover{background-color:#0038a0}.pedido-cliente-select-add-button svg{width:18px;height:18px}.pedido-cliente-select-clear-option{width:100%;padding:8px 7px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#404040;font-size:12px;font-weight:500;font-family:Inter,sans-serif;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.pedido-cliente-select-clear-option:hover{background-color:#e8f5ff}.pedido-cliente-clear-icon-top{color:#0047cc;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;min-width:20px}.pedido-cliente-clear-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pedido-produto-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%;align-self:stretch;justify-content:flex-start;align-items:flex-end}.pedido-produto-select-field-container{display:flex;position:relative;width:100%;align-items:center}.pedido-produto-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.pedido-produto-select-field:hover{background-color:#fafafa;border-color:#0047cc}.pedido-produto-select-field:focus{outline:none;border-color:#0047cc;box-shadow:inset 0 0 0 2px #0047cc1a;background-color:#fff}.pedido-produto-select-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;white-space:nowrap}.pedido-produto-select-clear{position:absolute;right:28px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.pedido-produto-select-field-container:hover .pedido-produto-select-clear{opacity:1}.pedido-produto-clear-icon{color:#0047cc;font-weight:700;font-size:20px;line-height:1}.pedido-produto-select-arrow-icon{position:absolute;right:4px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.pedido-produto-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%230047CC'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.pedido-produto-select-arrow.open{transform:scaleY(-1)}.pedido-produto-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;z-index:1000;max-height:400px;overflow-y:auto}.pedido-produto-dropdown-items{display:flex;flex-direction:column}.pedido-produto-select-option{width:100%;padding:0;background:#fff;border:none;border-bottom:1px solid #f0f0f0;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;min-height:47px;font-family:Inter,sans-serif}.pedido-produto-select-option:last-child{border-bottom:none}.pedido-produto-select-option:hover{background-color:#f5f5f5}.pedido-produto-select-option.active{background-color:#e8f5ff}.pedido-produto-option-content{flex:1;display:flex;flex-direction:column;gap:2px;padding:8px 10px;width:100%;overflow:hidden}.pedido-produto-option-top{display:flex;align-items:center;gap:3px;overflow:hidden}.pedido-produto-option-numero{color:#0047cc;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap;flex-shrink:0}.pedido-produto-option-separator{color:#737373;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap;flex-shrink:0}.pedido-produto-option-descricao{color:#262626;font-size:12px;font-weight:500;line-height:16px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.pedido-produto-option-bottom{display:flex;align-items:center;gap:5px;overflow:hidden}.pedido-produto-option-estoque{color:#666;font-size:10px;font-weight:500;line-height:12px;word-wrap:break-word;flex:1;white-space:nowrap}.pedido-produto-option-referencia{color:#0047cc;font-size:12px;font-weight:500;line-height:12px;word-wrap:break-word;white-space:nowrap}.pedido-produto-select-no-results{padding:20px;text-align:center;color:#737373;font-size:12px;font-weight:500}.pedido-produto-select-add-button{width:100%;padding:5px;background:#0047cc;border:none;cursor:pointer;color:#fff;font-size:12px;font-weight:500;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;transition:background-color .2s ease}.pedido-produto-select-add-button:hover{background-color:#0038a0}.pedido-produto-select-add-button svg{width:18px;height:18px}.pedido-deposito-select-wrapper{position:relative;display:flex;flex-direction:column;gap:1px;width:100%;align-self:stretch;justify-content:flex-start;align-items:flex-end}.pedido-deposito-select-field-container{display:flex;position:relative;width:100%;align-items:center}.pedido-deposito-select-field{width:100%;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 28px 0 7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:20px;letter-spacing:-.4px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.pedido-deposito-select-field:hover{background-color:#fafafa;border-color:#0047cc}.pedido-deposito-select-field:focus{outline:none;border-color:#0047cc;box-shadow:inset 0 0 0 2px #0047cc1a;background-color:#fff}.pedido-deposito-select-placeholder-text{position:absolute;left:7px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;white-space:nowrap}.pedido-deposito-select-clear{position:absolute;right:28px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.pedido-deposito-select-field-container:hover .pedido-deposito-select-clear{opacity:1}.pedido-deposito-clear-icon{color:#0047cc;font-weight:700;font-size:20px;line-height:1}.pedido-deposito-select-arrow-icon{position:absolute;right:4px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.pedido-deposito-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%230047CC'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.pedido-deposito-select-arrow.open{transform:scaleY(-1)}.pedido-deposito-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;z-index:1000;max-height:400px;overflow-y:auto}.pedido-deposito-dropdown-items{display:flex;flex-direction:column}.pedido-deposito-select-option{width:100%;padding:10px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;min-height:40px;font-family:Inter,sans-serif}.pedido-deposito-select-option:last-child{border-bottom:none}.pedido-deposito-select-option:hover{background-color:#f5f5f5}.pedido-deposito-select-option.active{background-color:#e8f5ff}.pedido-deposito-option-content{flex:1;display:flex;align-items:center;width:100%;overflow:hidden}.pedido-deposito-option-text{color:#262626;font-size:12px;font-weight:400;line-height:16px;word-wrap:break-word;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@supports (-moz-appearance: none){:root{scrollbar-width:auto;scrollbar-color:#c1c1c1 #f1f1f1}.table-wrapper{overflow-y:auto;overflow-x:hidden}.table-body{overflow:visible}.company-totals-container{overflow:visible;max-height:none;margin-bottom:0!important}.items-table-header,.company-totals-header,.table-header{width:100%;max-width:100%;box-sizing:border-box}.form-container{padding-bottom:0!important;margin-bottom:0!important}}.finalizar-venda-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.finalizar-venda-modal{position:relative;width:524px;max-height:80vh;background:#fff;border-radius:4px;display:flex;flex-direction:column;box-shadow:0 4px 12px #00000026;overflow:hidden}.finalizar-venda-modal-header{padding:10px;border-bottom:1px solid #0047CC;display:flex;justify-content:space-between;align-items:center;background:#fff}.finalizar-venda-modal-title{color:#0047cc;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.finalizar-venda-modal-close{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.finalizar-venda-modal-close:hover{opacity:.7}.finalizar-venda-modal-content{flex:1;overflow-y:auto;padding:20px 8px;display:flex;flex-direction:column;gap:20px}.finalizar-venda-summary{align-self:stretch;background:#00000026;border-radius:4px;overflow:hidden;border:2px solid rgba(0,0,0,.15)}.finalizar-venda-summary-header{background:#0047cc;padding:8px;color:#fff;font-size:12px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px}.finalizar-venda-pedido-numero{color:#fff}.finalizar-venda-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px;height:24px;background:#fff;color:#3f4765;font-size:12px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px}.finalizar-venda-summary-row:first-of-type{border-top:none}.finalizar-venda-summary-total{background:#ccdaf5;font-weight:700}.finalizar-venda-parcelas{display:flex;flex-direction:column;gap:8px;align-self:stretch}.finalizar-venda-parcela-card{background:#fff;border-radius:4px;overflow:hidden;border:2px solid rgba(0,0,0,.15)}.finalizar-venda-parcela-header{width:100%;background:#0047cc;padding:8px;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;transition:background .2s ease}.finalizar-venda-parcela-header:hover{background:#0038a0}.finalizar-venda-parcela-empresa{flex:1;color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.finalizar-venda-parcela-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}.finalizar-venda-parcela-arrow.open{transform:scaleY(-1)}.finalizar-venda-parcela-content{padding:20px;background:#fff;display:flex;flex-direction:column;gap:0}.finalizar-venda-parcela-row{display:flex;justify-content:space-between;align-items:flex-start;gap:4px}.finalizar-venda-parcela-label{color:#000;font-size:10px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;width:90px;flex-shrink:0}.finalizar-venda-parcela-value{color:#000;font-size:10px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;text-align:left}.finalizar-venda-warning{display:flex;align-items:flex-start;gap:4px;padding:0 8px;color:#db0808;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px}.finalizar-venda-warning svg{flex-shrink:0;margin-top:2px}.finalizar-venda-modal-footer{padding:8px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:13px;align-items:flex-end;background:#fff}.finalizar-venda-btn-secondary,.finalizar-venda-btn-primary{width:71px;height:28px;padding:0 8px;border-radius:4px;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:20px;cursor:pointer;transition:all .2s ease;border:none}.finalizar-venda-btn-secondary{background:#fff;color:#0047cc;border:1.5px solid #0047CC;outline-offset:-1.5px}.finalizar-venda-btn-secondary:hover{background:#f5f5f5}.finalizar-venda-btn-secondary:active{background:#e8e8e8}.finalizar-venda-btn-primary{background:#0047cc;color:#fff}.finalizar-venda-btn-primary:hover{background:#0038a0}.finalizar-venda-btn-primary:active{background:#002d75}.finalizar-venda-modal-content::-webkit-scrollbar{width:6px}.finalizar-venda-modal-content::-webkit-scrollbar-track{background:#f1f1f1}.finalizar-venda-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.finalizar-venda-modal-content::-webkit-scrollbar-thumb:hover{background:#555}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.finalize-modal-header,.modal-content{padding-right:var(--ff-scrollbar-width)}}.more-options-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.more-options-modal{width:400px;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #00000026}.more-options-modal-header{height:36px;padding:10px;background:#fff;border-bottom:1px solid #1D4ED8;display:flex;justify-content:space-between;align-items:center}.more-options-modal-title{text-align:center;color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.more-options-modal-close{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.more-options-modal-close:hover{opacity:.7}.more-options-modal-content{padding:10px;display:flex;flex-direction:column;gap:10px}.more-options-grid{display:flex;justify-content:center;align-items:center;gap:10px}.more-options-button{width:120px;height:90px;padding:10px;background:#fff;border:1px solid #1D4ED8;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:all .2s ease;outline-offset:-1px;color:#1d4ed8}.more-options-button:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.more-options-button:hover .more-options-label{color:#fff}.more-options-button:active{background:#0038a0}.more-options-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.more-options-icon-wrapper img{width:40px;height:40px;object-fit:contain}.more-options-label{text-align:center;color:#1d4ed8;font-size:11px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;word-break:break-word}.cma-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.cma-modal-container{background:#fff;border-radius:4px;width:95%;max-width:900px;height:auto;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;overflow:hidden;box-sizing:border-box}.cma-header{display:flex;justify-content:space-between;align-items:center;height:50px;padding:0 20px;border-bottom:2px solid #1D4ED8;background:#fff;flex-shrink:0}.cma-title{margin:0;color:#1d4ed8;font-size:18px;font-family:Poppins,sans-serif;font-weight:600}.cma-close-btn{background:none;border:none;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#404040;font-size:18px;transition:all .2s ease}.cma-close-btn:hover{opacity:.7}.cma-content{flex:1;padding:20px;overflow:hidden}.cma-doc-count{color:#1d4ed8;font-size:13px;font-weight:600;margin-bottom:15px}.cma-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid #D4D4D4}.cma-tab{padding:10px 20px;background:#fff;border:none;cursor:pointer;color:#404040;font-size:13px;font-weight:600;font-family:Inter,sans-serif;transition:all .2s ease;border-bottom:2px solid transparent}.cma-tab:hover{color:#1d4ed8}.cma-tab.active{color:#fff;background:#1d4ed8;border-bottom-color:#1d4ed8}.cma-section{margin-bottom:20px}.cma-label{display:block;color:#1d4ed8;font-size:13px;font-weight:600;font-family:Poppins,sans-serif;margin-bottom:8px}.cma-recipients{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid #D4D4D4;border-radius:4px;background:#fafafa;min-height:40px;align-items:center}.cma-recipient-tag{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#eff6ff;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;color:#404040;transition:all .2s ease}.cma-recipient-tag:hover{border-color:#1d4ed8}.cma-tag-remove{background:none;border:none;cursor:pointer;color:#d4d4d4;font-size:12px;padding:0;transition:all .2s ease}.cma-tag-remove:hover{color:#1d4ed8}.cma-recipient-input{flex:1;min-width:150px;border:none;background:transparent;outline:none;font-size:12px;font-family:Inter,sans-serif;color:#404040}.cma-recipient-input::placeholder{color:#999}.cma-input{width:100%;padding:10px;border:1px solid #D4D4D4;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;color:#404040;box-sizing:border-box}.cma-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.cma-editor-toolbar{display:flex;align-items:center;gap:8px;padding:8px;background:#fafafa;border:1px solid #D4D4D4;border-bottom:none;border-radius:4px 4px 0 0;flex-wrap:wrap}.cma-toolbar-btn{width:28px;height:28px;padding:4px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cma-toolbar-btn:hover{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.cma-toolbar-divider{width:1px;height:20px;background:#d4d4d4;margin:0 4px}.cma-textarea{width:100%;min-height:175px;padding:10px;border:1px solid #D4D4D4;border-radius:0 0 4px 4px;font-size:13px;font-family:Inter,sans-serif;color:#404040;resize:vertical;box-sizing:border-box;line-height:1.5}.cma-textarea:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.cma-checkboxes{display:flex;gap:20px;flex-wrap:nowrap;align-items:center;flex-shrink:0}.cma-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#404040;font-family:Inter,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cma-checkbox-label input[type=checkbox]{width:14px;height:14px;min-width:14px;min-height:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #D4D4D4;border-radius:2px;background:#fff;transition:all .2s ease;position:relative;padding:0;margin:0;vertical-align:middle;box-sizing:border-box}.cma-checkbox-label input[type=checkbox]:hover{border-color:#1d4ed8;opacity:.8}.cma-checkbox-label input[type=checkbox]:checked{background:#fff;border-color:#1d4ed8;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.95811 15.1697L3.0127 10.2243L4.27853 8.95825L7.95811 12.6378L15.7627 4.83325L17.0285 6.09929L7.95811 15.1697Z' fill='%231D4ED8'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.cma-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fafafa;flex-shrink:0;gap:20px;flex-wrap:nowrap;width:100%;box-sizing:border-box}.cma-btn-enviar{padding:10px 24px;background:#1d4ed8;border:none;border-radius:4px;color:#fff;font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.cma-btn-enviar:hover{background:#1e40af;box-shadow:0 2px 8px #1d4ed84d}.cma-btn-enviar:active{opacity:.9}.nf-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1500}.nf-modal-container{background:#fff;border-radius:4px;width:95%;max-width:1280px;height:auto;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;overflow:hidden;box-sizing:border-box}.nf-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:0 20px;border-bottom:2px solid #1D4ED8;background:#fff;flex-shrink:0}.nf-title{margin:0;color:#1d4ed8;font-size:18px;font-family:Poppins,sans-serif;font-weight:600}.nf-close-btn{background:none;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.nf-close-icon{width:12px;height:12px;background:#1d4ed8;-webkit-mask:linear-gradient(45deg,transparent 45%,currentColor 45%,currentColor 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,currentColor 45%,currentColor 55%,transparent 55%);mask:linear-gradient(45deg,transparent 45%,currentColor 45%,currentColor 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,currentColor 45%,currentColor 55%,transparent 55%);-webkit-mask-size:100% 100%;mask-size:100% 100%}.nf-close-btn:hover{opacity:.7}.nf-content{flex:1;overflow:hidden;padding:0;display:flex;flex-direction:column}.nf-table-section{border-bottom:1px solid #D4D4D4}.nf-table-header{display:flex;height:24px;background:#1d4ed8;align-items:center}.nf-header-cell{display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;text-align:center;padding:0 10px}.nf-header-cell.empresas{flex:1}.nf-header-cell.cnpj,.nf-header-cell.total{width:250px}.nf-divider{width:1px;height:100%;background:#d4d4d4}.nf-table-body{background:#d4d4d4;gap:2px;display:flex;flex-direction:column}.nf-table-row{display:flex;height:24px;background:#fff;align-items:center}.nf-table-row.hover{background:#eff6ff}.nf-cell{display:flex;align-items:center;justify-content:center;padding:0 10px;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nf-cell.radio-cell{width:24px;padding:0;justify-content:center}.nf-cell.empresa-name{flex:1;justify-content:flex-start;text-align:left}.nf-cell.cnpj-value{width:250px;justify-content:center;text-align:center}.nf-cell.total-value{width:250px;justify-content:flex-end;padding-right:13px}.nf-radio{width:14px;height:14px;cursor:pointer;margin:0;padding:0}.nf-form-section{padding:10px;background:#fff;display:flex;flex-direction:column;gap:10px}.nf-form-row{align-self:stretch;height:45px;display:flex;gap:10px;align-items:flex-end}.nf-form-row-compact{height:46px;padding-right:392px;display:flex;gap:10px;align-items:flex-end;width:-webkit-fill-available;width:stretch}.nf-form-row-compact>.nf-form-group:nth-child(1){flex:.639}.nf-form-row-compact>.nf-form-group:nth-child(2){flex:.64}.nf-form-row-compact>.nf-form-group:nth-child(3){flex:.515}.nf-form-row-compact>.nf-form-group:nth-child(4){flex:.516}.nf-form-row:first-child>.nf-form-group:nth-child(1){flex:1.52}.nf-form-row:first-child>.nf-form-group:nth-child(2){flex:.61}.nf-form-row:first-child>.nf-form-group:nth-child(3){flex:.6}.nf-form-row:first-child>.nf-form-group:nth-child(4){flex:.45}.nf-form-row:first-child>.nf-form-group:nth-child(5){flex:.45}.nf-form-row:first-child>.nf-form-group:nth-child(6){flex:.585}.nf-form-row:last-child>.nf-form-group:nth-child(1),.nf-form-row:last-child>.nf-form-group:nth-child(2),.nf-form-row:last-child>.nf-form-group:nth-child(3){flex:1}.nf-form-row:last-child>.nf-form-group:nth-child(1){flex:2}.nf-form-row:last-child>.nf-form-group:nth-child(2){flex:.8}.nf-form-row:last-child>.nf-form-group:nth-child(3){flex:.8}.nf-form-row:last-child>.nf-form-group:nth-child(4){flex:1.2}.nf-form-row:last-child>.nf-checkbox-group{flex:.8;height:48px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.nf-form-group{display:flex;flex-direction:column;gap:5px;min-width:0}.nf-label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;margin-bottom:-3px;font-weight:500;line-height:20px}.nf-input-disabled{height:28px;background:#f5f5f5;border:1px solid #D4D4D4;border-radius:4px;padding:0 8px;display:flex;align-items:center;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nf-input-field{position:relative;display:flex;align-items:center;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;overflow:hidden;transition:border-color .2s ease}.nf-input-field:hover{border-color:#1d4ed8}.nf-input-field-with-icon{position:relative;display:flex;align-items:center;height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;overflow:hidden;transition:border-color .2s ease}.nf-input-field-with-icon:hover{border-color:#1d4ed8}.nf-input-calendar-icon{position:absolute;right:8px;width:20px;height:20px;cursor:pointer;pointer-events:auto}.nf-input{flex:1;border:none;outline:none;padding:0 8px;height:100%;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;background:#fff}.nf-input:focus{outline:none}.nf-input-placeholder{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;text-transform:uppercase;line-height:16px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 35px)}.nf-input-clear{position:absolute;right:5px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:0;transition:opacity .2s ease;color:#1d4ed8;font-weight:700;font-size:16px;line-height:1;z-index:2}.nf-input-clear-with-arrow{position:absolute;right:20px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:0;transition:opacity .2s ease;color:#1d4ed8;font-weight:700;font-size:16px;line-height:1;z-index:2}.nf-input-field:hover .nf-input-clear,.nf-input-field:hover .nf-input-clear-with-arrow{opacity:1}.nf-input-field:focus-within{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.nf-dropdown-icon{width:10px;height:5px;background:#1d4ed8;margin-right:8px;flex-shrink:0;clip-path:polygon(0 0,100% 0,50% 100%)}.nf-radio-group{display:flex;gap:13px;align-items:center;flex-wrap:wrap;height:28px}.nf-radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:#262626;font-family:Inter,sans-serif;font-weight:500;-webkit-user-select:none;user-select:none}.nf-radio-label input[type=radio]{width:14px;height:14px;cursor:pointer;margin:0;padding:0}.nf-checkbox-label{display:flex;flex-direction:row-reverse;align-items:center;gap:24px;padding-left:14px;cursor:pointer;font-size:12px;color:#1d4ed8;font-family:Inter,sans-serif;font-weight:500;-webkit-user-select:none;user-select:none;height:28px;white-space:nowrap}.nf-checkbox{width:14px;height:14px;cursor:pointer;margin:0;padding:0}.nf-transportadora-section{padding:0 0 10px;background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;display:flex;width:100%}.nf-tabs{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;margin-bottom:0;padding-left:10px;padding-right:10px;flex:1;overflow:hidden;scrollbar-gutter:stable}.nf-tabs-header{width:100%;padding:0 10px 0 0;height:24px;justify-content:flex-start;align-items:flex-start;display:flex;gap:0;position:relative;scrollbar-gutter:stable}.nf-tab{padding:2px 10px;background:#fff;border:none;outline:none;justify-content:center;align-items:center;gap:0;display:inline-flex;cursor:pointer;text-align:center;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;transition:all .2s ease;height:24px}.nf-tab:hover,.nf-tab.active{background:#1d4ed8;color:#fff}.nf-tab.active:hover,.nf-tabs-header .nf-tab.active:hover{background:#1d4ed8!important}.nf-tabs-divider{width:calc(100% + 20px);height:1px;background:#1d4ed8;margin-top:0;margin-left:-10px;margin-right:-10px;flex-shrink:0}.nf-transportadora-form{width:100%;padding:3px 10px 10px;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex;gap:10px;flex:1;scrollbar-gutter:stable}.nf-transportadora-form .nf-form-row{width:100%;height:44px;padding:0;background:#fff;flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex;gap:10px}.nf-transportadora-form .nf-form-row:first-child>.nf-form-group:nth-child(1){flex:1.495}.nf-transportadora-form .nf-form-row:first-child>.nf-form-group:nth-child(2){flex:1.2}.nf-transportadora-form .nf-form-row:first-child>.nf-form-group:nth-child(3){flex:1.21}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(1){flex:.5}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(2){flex:.5}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(3){flex:.82}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(4){flex:.405}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(5){flex:.4}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(1){flex:.74}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(2){flex:.959}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(3){flex:.745}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(4){flex:.959}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(5){flex:.515}.nf-transportadora-form .nf-form-row:nth-child(3)>.nf-form-group:nth-child(6){flex:.5}.nf-transportadora-form .nf-form-group{display:flex;flex-direction:column;gap:6px;min-width:0}.nf-transportadora-form .nf-label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;height:16px}.nf-transportadora-form .nf-input-field{width:100%;height:28px;padding:0 8px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;display:flex;justify-content:space-between;align-items:center;gap:0;transition:border-color .2s ease}.nf-transportadora-form .nf-input-field:hover{border-color:#1d4ed8}.nf-transportadora-form .nf-input{flex:1;border:none;outline:none;background:none;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;padding:0}.nf-transportadora-form .nf-dropdown-icon{width:10px;height:5px;background:#1d4ed8;flex-shrink:0;clip-path:polygon(0 0,100% 0,50% 100%);margin-right:0}.nf-transportadora-form .nf-form-row:nth-child(2)>.nf-form-group:nth-child(1) .nf-dropdown-icon{margin-left:-7px}.nf-footer{display:flex;justify-content:center;align-items:center;gap:10px;padding:15px 20px;background:#fff;flex-shrink:0;flex-wrap:wrap}.nf-btn{width:110px;height:28px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;background:#fff;border:1.5px solid #1D4ED8;border-radius:4px;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.nf-btn:hover{background:#1d4ed8;color:#fff}.nf-btn:hover .nf-btn-icon{filter:brightness(0) invert(1)}.nf-btn:active{opacity:.9}.nf-btn-icon{width:14px;height:14px;object-fit:contain}.nf-content::-webkit-scrollbar{width:8px}.nf-content::-webkit-scrollbar-track{background:#f5f5f5}.nf-content::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.nf-content::-webkit-scrollbar-thumb:hover{background:#1d4ed8}@media(max-width:1280px){.nf-form-row:first-child>.nf-form-group:nth-child(1){flex:1.45}.nf-form-row:last-child>.nf-form-group:nth-child(1){flex:1.95}}@media(max-width:1024px){.nf-form-section,.nf-transportadora-form{grid-template-columns:1fr}.nf-checkbox-group{grid-column:1}}@media(max-width:1280px)and (max-height:768px){.nf-form-row-compact>.nf-form-group:nth-child(1){flex:.95}.nf-form-row-compact>.nf-form-group:nth-child(2){flex:.95}.nf-form-row-compact>.nf-form-group:nth-child(3){flex:.755}.nf-form-row-compact>.nf-form-group:nth-child(4){flex:.755}.nf-form-row-compact{padding-right:375px}}.nf-dados-form{width:100%;padding:10px;background:#fff;display:flex;flex-direction:column;gap:10px;flex:1;overflow:hidden}.nf-dados-row{width:100%;display:flex;gap:10px;flex:1;align-items:stretch;min-height:0}.nf-dados-field{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}.nf-dados-textarea{flex:1;width:100%;padding:7px;border:1px solid #D4D4D4;border-radius:4px;background:#fff;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;outline:none;transition:border-color .2s ease;resize:none;min-height:125px}.nf-dados-textarea:hover{border-color:#1d4ed8}.nf-dados-textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.nf-dados-textarea::placeholder{color:#999;text-transform:none}.nf-dados-content{flex:1;width:100%;background:#fff;border:1px solid #D4D4D4;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;position:relative;min-height:125px}.nf-dados-text{flex:1;padding:7px;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;word-wrap:break-word;overflow:hidden;white-space:pre-wrap;word-break:break-word}.nf-dados-overlay{position:absolute;bottom:0;right:0;width:45px;height:28px;background:linear-gradient(90deg,#fff0,#fff);pointer-events:none;opacity:0}.cvc-calendar-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000000f;z-index:9999}.cvc-calendar-card{width:900px;max-width:98%;background:#fff;border-radius:6px;display:flex;box-shadow:0 6px 24px #0000001f;overflow:hidden;border:2px solid rgba(29,78,216,.06)}.cvc-calendar-left{width:190px;border-right:1px solid rgba(0,0,0,.04);background:#fbfbfb}.cvc-calendar-presets{display:flex;flex-direction:column;gap:12px;padding:14px}.cvc-calendar-presets button{text-align:left;background:transparent;border:none;color:#333;padding:8px 6px;cursor:pointer;font-size:13px}.cvc-calendar-presets button:hover{color:#1d4ed8}.cvc-calendar-main{flex:1;display:flex;flex-direction:column}.cvc-calendar-months{display:flex;gap:14px;padding:14px}.cvc-cal-month{width:340px;background:#fff;border-radius:4px;border:1px solid #f3f3f3;padding:12px;box-sizing:border-box}.cvc-cal-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.cvc-cal-header .cvc-nav{background:#fff;border:1.5px solid rgba(29,78,216,.12);color:#1d4ed8;width:34px;height:34px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px #00000008;margin:0 6px}.cvc-cal-header .cvc-nav svg{width:16px;height:16px;display:block}.cvc-cal-header .cvc-nav:hover{background:#eff6ff;border-color:#1d4ed8}.cvc-cal-header .cvc-nav:hover svg path{stroke:#1d4ed8}.cvc-cal-header .cvc-nav:active{transform:translateY(1px)}.cvc-cal-title{font-weight:600;text-transform:none;text-align:center;font-size:15px;margin:0 4px}.cvc-cal-weekdays{display:flex;gap:6px;padding:4px 6px;color:#666}.cvc-wd{width:38px;text-align:center;font-size:12px}.cvc-cal-days{padding:6px}.cvc-cal-week{display:flex;gap:6px;margin-bottom:6px}.cvc-cal-day{width:38px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:#6b6b6b;font-size:13px}.cvc-cal-day.disabled{color:#d0d0d0}.cvc-cal-day:hover{background:#eff6ff;color:#1d4ed8}.cvc-cal-day.in-range{background:#e8efff;color:#1d4ed8}.cvc-cal-day.start,.cvc-cal-day.end{background:#1d4ed8;color:#fff}.cvc-cal-day.today{border:2px solid #1D4ED8;color:#1d4ed8;font-weight:600}.cvc-calendar-footer{display:flex;align-items:center;justify-content:space-between;padding:12px;border-top:1px solid #eee}.cvc-calendar-inputs{display:flex;align-items:center;gap:12px}.cvc-calendar-inputs input{height:36px;border:1px solid #d4d4d4;border-radius:6px;padding:6px 12px;min-width:150px}.cvc-calendar-actions{display:flex;align-items:center;gap:12px}.cvc-btn-outline{background:transparent;border:2px solid #1D4ED8;color:#1d4ed8;padding:8px 18px;border-radius:8px;cursor:pointer;height:36px}.cvc-btn-outline:hover{background:#eff6ff}.cvc-btn-primary{background:#1d4ed8;border:none;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer;height:36px;min-width:80px}.cvc-btn-primary:active{transform:translateY(1px)}.pagamento-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.pagamento-modal-container{width:1230px;height:550px;background-color:var(--Global-bg, #ffffff);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;box-sizing:border-box}.pagamento-modal-header{height:36px;background-color:var(--Global-bg, #ffffff);border-bottom:1px solid var(--Comercial-primary, #1D4ED8);padding:6px 10px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;box-sizing:border-box}.pagamento-modal-title{color:var(--Comercial-primary, #1D4ED8);font-size:14px;font-weight:600;font-family:Poppins,sans-serif;margin:0}.pagamento-modal-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.pagamento-modal-close-btn:hover{opacity:.7}.pagamento-modal-content{flex:1;padding:10px;background-color:var(--Global-bg, #ffffff);overflow:visible;display:flex;flex-direction:column;gap:0}.pagamento-table-wrapper{width:100%;margin:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;box-sizing:border-box}.pagamento-table-header-container{align-self:stretch;height:24px;background:var(--Comercial-primary, #1D4ED8);justify-content:flex-start;align-items:center;display:flex;box-sizing:border-box;padding:0;margin:0}.pagamento-table-header-cell{text-align:center;color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;word-wrap:break-word;box-sizing:border-box;padding:0 10px;margin:0}.pagamento-table-header-col-empresa{flex:1 1 0;align-self:stretch;justify-content:center;align-items:center;gap:10px;display:flex}.pagamento-table-header-col-fixed{width:250px;align-self:stretch;justify-content:center;align-items:center;gap:10px;display:flex}.pagamento-table-divider{width:1px;align-self:stretch;background:#fff}.pagamento-table-rows{width:100%;background:var(--Global-stroke, #D4D4D4);border-bottom:1px solid var(--Global-stroke, #D4D4D4);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1px;display:flex}.pagamento-table-row-wrapper{width:100%;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;display:flex}.pagamento-table-row-container{align-self:stretch;height:24px;justify-content:flex-start;align-items:center;display:flex;transition:background-color .2s;background:#fff;box-sizing:border-box;padding:0;margin:0}.pagamento-table-row-container:hover,.pagamento-table-row-container.hover{background:var(--Comercial-bg-hover, #EFF6FF)}.pagamento-table-row-container.default{background:#fff}.pagamento-table-row-container:has(input[type=radio]:checked){background:var(--Comercial-bg-hover, #EFF6FF)}.pagamento-table-row-radio{width:44px;height:24px;padding-left:10px;padding-right:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.pagamento-table-row-radio input[type=radio]{width:14px;height:14px;cursor:pointer}.pagamento-table-row-divider{width:1px;align-self:stretch;background:var(--Global-stroke, #D4D4D4)}.pagamento-table-row-empresa{flex:1 1 0;align-self:stretch;padding-left:8px;padding-right:8px;flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.pagamento-table-row-empresa-text{text-align:left;color:var(--Global-text-primary-dark, #262626);font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagamento-table-row-cnpj{width:250px;align-self:stretch;padding-left:8px;padding-right:8px;flex-direction:column;justify-content:center;align-items:center;display:flex}.pagamento-table-row-cnpj-text{text-align:center;color:var(--Global-text-primary-dark, #262626);font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px}.pagamento-table-row-total{width:250px;align-self:stretch;padding-left:8px;padding-right:8px;flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.pagamento-table-row-total-text{text-align:right;color:var(--Global-text-primary-dark, #262626);font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px}.pagamento-form-section{display:flex;margin-top:-6px;flex-direction:column;gap:10px;flex:0 0 auto;overflow:visible}.pagamento-form-row{display:flex;gap:10px;align-items:flex-end;flex-wrap:nowrap}.pagamento-form-field{display:flex;flex-direction:column;gap:4px;flex:none;overflow:visible}.pagamento-form-field.full-width{flex:1}.pagamento-form-section>.pagamento-form-row:nth-child(1)>.pagamento-form-field:nth-child(1){width:600px}.pagamento-form-section>.pagamento-form-row:nth-child(1)>.pagamento-form-field:nth-child(2){width:193px}.pagamento-form-section>.pagamento-form-row:nth-child(1)>.pagamento-form-field:nth-child(3){width:194px}.pagamento-form-section>.pagamento-form-row:nth-child(1)>.pagamento-form-field:nth-child(4){width:193.33px}.pagamento-form-section>.pagamento-form-row:nth-child(2)>.pagamento-form-field:nth-child(1){width:600px}.pagamento-form-section>.pagamento-form-row:nth-child(2)>.pagamento-form-field:nth-child(2){width:193px}.pagamento-form-section>.pagamento-form-row:nth-child(2)>.pagamento-form-field:nth-child(3){width:194px}.pagamento-form-section>.pagamento-form-row:nth-child(2)>.pagamento-form-field:nth-child(4){width:142.5px;margin-left:auto}.pagamento-label{color:var(--Comercial-primary, #1D4ED8);font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:14px;letter-spacing:.3px}.pagamento-input{height:28px;padding:6px 10px;background:var(--Global-bg, white);border:1px solid #D4D4D4;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#262626;outline:none;transition:border-color .2s ease}.pagamento-input:hover{border-color:var(--Comercial-primary, #1D4ED8)}.pagamento-input:focus{border-color:var(--Comercial-primary, #1D4ED8)}.pagamento-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.pagamento-currency-input{display:flex;height:28px;border:1px solid var(--Global-stroke, #D4D4D4);border-radius:4px;overflow:hidden;transition:border-color .2s ease}.pagamento-currency-input:hover{border-color:var(--Comercial-primary, #1D4ED8)}.pagamento-currency-icon-btn{width:28px;height:28px;border:none;background:var(--Global-bg, white);border-right:1px solid var(--Global-stroke, #D4D4D4);cursor:pointer;color:var(--Comercial-primary, #1D4ED8);font-weight:700;font-size:12px;padding:0;display:flex;align-items:center;justify-content:center}.pagamento-currency-icon-btn:hover{background-color:#1d4ed80d}.pagamento-currency-input .pagamento-input{border:none;border-radius:0;flex:1;height:28px}.pagamento-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.pagamento-input-wrapper .pagamento-input{width:100%}.pagamento-input-clear-btn{position:absolute;right:5px;background:linear-gradient(90deg,#fff0,#fff 50%);border:none;cursor:pointer;width:45px;display:none;align-items:center;justify-content:flex-end;padding-right:8px}.pagamento-input-wrapper:hover .pagamento-input-clear-btn,.pagamento-currency-input:hover .pagamento-input-clear-btn,.pagamento-select-wrapper:hover .pagamento-input-clear-btn{display:flex}.pagamento-input-clear-icon{display:flex;align-items:center;justify-content:center;height:20px;font-size:18px;color:#0047cc;font-weight:700;cursor:pointer}.pagamento-input-clear-icon:hover{color:#039}.pagamento-numero{color:#1d4ed8;font-weight:600}.pagamento-select-wrapper{position:relative;display:flex;align-items:center;overflow:visible}.pagamento-select{height:28px;padding:6px 10px;background:var(--Global-bg, white);border:1px solid #D4D4D4;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#262626;outline:none;cursor:pointer;width:100%}.pagamento-select:focus{border-color:var(--Comercial-primary, #1D4ED8)}.pagamento-select-input{height:28px;padding:6px 30px 6px 10px;background:var(--Global-bg, white);border:1px solid #D4D4D4;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#262626;outline:none;cursor:pointer;width:100%;transition:border-color .2s ease}.pagamento-select-input:hover{border-color:var(--Comercial-primary, #1D4ED8)}.pagamento-select-arrow-icon{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all}.pagamento-select-dropdown{position:absolute;top:calc(100% + 0px);left:0;width:193.33px;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;z-index:100;max-height:none;height:auto;overflow-y:visible;box-shadow:0 4px 4px #00000040}.pagamento-select-option{display:block;width:100%;padding:8px 10px;background:#fff;border:none;text-align:left;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;color:#262626;transition:background-color .2s}.pagamento-select-option:hover{background:#eff6ff}.pagamento-select-option.active{background:#eff6ff;font-weight:600}.pagamento-select-arrow{width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%230047CC'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 6px;transition:transform .2s ease}.pagamento-select-arrow.open{transform:scaleY(-1)}.pagamento-gerar-parcelas-btn{height:28px;width:142.5px;padding:0;background:var(--Comercial-primary, #1D4ED8);color:#fff;border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagamento-gerar-parcelas-btn:hover{background:#1e40af}.pagamento-gerar-parcelas-btn:disabled{background:#d4d4d4;color:#999;cursor:not-allowed;opacity:.6}.pagamento-gerar-parcelas-btn:disabled:hover{background:#d4d4d4}.pagamento-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:10px;border-top:1px solid var(--Global-stroke, #D4D4D4);background:var(--Global-bg, white);flex-shrink:0}.pagamento-btn-cancel,.pagamento-btn-confirm{height:28px;padding:0 16px;border-radius:4px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;cursor:pointer;border:none;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:70px}.pagamento-btn-cancel{background:var(--Global-bg, white);color:var(--Comercial-primary, #1D4ED8);outline:1.5px solid var(--Comercial-primary, #1D4ED8);outline-offset:-1.5px}.pagamento-btn-cancel:hover{background-color:#1d4ed80d}.pagamento-btn-confirm{background:var(--Comercial-primary, #1D4ED8);color:#fff}.pagamento-btn-confirm:hover{background:#1e40af}.pagamento-modal-content::-webkit-scrollbar{width:6px}.pagamento-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.pagamento-parcelas-wrapper{width:100%;display:flex;flex-direction:column;flex:1;overflow:hidden;margin-top:-136px}.pagamento-parcelas-tabs{width:100%;padding:7px;height:32px;display:flex;align-items:flex-start;background:var(--Global-bg, white);border-bottom:1px solid var(--Global-stroke, #1D4ED8)}.pagamento-parcelas-tab{padding:2px 10px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:var(--Global-bg, white);color:var(--Global-text-primary-dark, #262626);border:none;transition:all .2s}.pagamento-parcelas-tab.active{background:var(--Comercial-primary, #1D4ED8);color:var(--Global-text-primary-light, white)}.pagamento-parcelas-tab:hover:not(.active){background:var(--Comercial-primary, #1D4ED8);color:var(--Global-text-primary-light, white)}.pagamento-parcelas-container{width:100%;display:flex;flex-direction:column;overflow-y:auto;background:var(--Global-bg, #ffffff);flex:1}.pagamento-parcelas-header-row{display:flex;background:var(--Global-bg, white);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--Comercial-primary, #d3dbe5);height:24px}.pagamento-parcelas-header-row>div{padding:8px 10px;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;color:var(--Comercial-primary, #1D4ED8);text-align:center;line-height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--Global-stroke, #D4D4D4)}.pagamento-parcelas-header-row>div:last-child{border-right:none}.pagamento-parcelas-col-empresa{width:687px;text-align:left;justify-content:flex-start}.pagamento-parcelas-header-row .pagamento-parcelas-col-empresa{justify-content:flex-start}.pagamento-parcelas-col-parcela{width:107px}.pagamento-parcelas-col-dias{width:109px}.pagamento-parcelas-col-vencimento{width:121px}.pagamento-parcelas-col-valor{flex:1 1 0;min-width:100px;text-align:right;justify-content:flex-end;padding-right:10px}.pagamento-parcelas-rows{display:flex;flex-direction:column;flex:1}.pagamento-parcelas-row{display:flex;background:var(--Global-bg, white);height:32px;border-bottom:1px solid var(--Global-stroke, #D4D4D4);transition:background-color .2s}.pagamento-parcelas-row:hover{background:#eff6ff}.pagamento-parcelas-row:last-child{border-bottom:none}.pagamento-parcelas-row>div{display:flex;align-items:center;padding:8px 10px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:var(--Global-text-primary-dark, #262626);text-transform:uppercase;line-height:24px;flex-shrink:0;overflow:hidden;border-right:1px solid var(--Global-stroke, #D4D4D4)}.pagamento-parcelas-row>div:last-child{border-right:none}.pagamento-parcelas-row .pagamento-parcelas-col-empresa{text-align:left;text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start}.pagamento-parcelas-row .pagamento-parcelas-col-parcela,.pagamento-parcelas-row .pagamento-parcelas-col-dias,.pagamento-parcelas-row .pagamento-parcelas-col-vencimento{text-align:center;justify-content:center}.pagamento-parcelas-row .pagamento-parcelas-col-valor{text-align:right;justify-content:flex-end}@media(max-width:1280px)and (max-height:768px){.pagamento-modal-container{width:95vw;height:95vh;max-height:750px}.pagamento-modal-overlay{padding:15px}.pagamento-modal-header{height:32px;padding:5px 8px}.pagamento-modal-title{font-size:12px}.pagamento-form-section{gap:8px;margin-top:-4px}.pagamento-form-row{gap:8px;flex-wrap:wrap}.pagamento-form-field{gap:2px}.pagamento-label{font-size:11px}.pagamento-input,.pagamento-select{font-size:11px;height:28px;padding:4px 6px}.pagamento-parcelas-header,.pagamento-parcelas-row{height:28px;font-size:10px}.pagamento-btn-cancel,.pagamento-btn-confirm{height:24px;font-size:11px;padding:4px 12px}}@media(max-width:1024px){.pagamento-modal-container{width:90vw;height:85vh;max-height:600px}.pagamento-modal-header{height:30px;padding:4px 6px}.pagamento-modal-title{font-size:11px}.pagamento-table-header-cell{font-size:9px;line-height:20px}.pagamento-table-header-col-fixed{width:200px}.pagamento-table-row-container{height:22px}.pagamento-table-row-cnpj,.pagamento-table-row-total{width:200px}.pagamento-table-row-empresa-text,.pagamento-table-row-cnpj-text,.pagamento-table-row-total-text{font-size:11px;line-height:22px}.pagamento-form-section{gap:6px;margin-top:-2px}.pagamento-form-row{gap:6px}.pagamento-label{font-size:10px}.pagamento-input,.pagamento-select{font-size:10px;height:26px;padding:3px 5px}.pagamento-parcelas-header{height:26px;font-size:9px}.pagamento-parcelas-row{height:26px;font-size:10px}.pagamento-btn-cancel,.pagamento-btn-confirm{height:22px;font-size:10px;padding:3px 10px}}@media(max-width:768px){.pagamento-modal-container{width:100vw;height:100vh;max-height:100vh;border-radius:0}.pagamento-modal-overlay{padding:0;align-items:flex-start}.pagamento-modal-header{height:28px;padding:3px 5px}.pagamento-modal-title{font-size:10px}.pagamento-table-header-container{height:20px}.pagamento-table-header-cell{font-size:8px;line-height:20px}.pagamento-table-header-col-empresa{flex:1}.pagamento-table-header-col-fixed{width:150px}.pagamento-table-row-container{height:20px}.pagamento-table-row-cnpj,.pagamento-table-row-total{width:150px}.pagamento-table-row-empresa-text,.pagamento-table-row-cnpj-text,.pagamento-table-row-total-text{font-size:10px;line-height:20px}.pagamento-form-section{gap:4px;margin-top:0}.pagamento-form-row{gap:4px;flex-wrap:wrap}.pagamento-form-field{gap:1px;flex:1 1 calc(50% - 2px);min-width:140px}.pagamento-form-field.full-width{flex:1 1 100%}.pagamento-label{font-size:9px}.pagamento-input,.pagamento-select{font-size:9px;height:24px;padding:2px 4px}.pagamento-parcelas-header{height:24px;font-size:8px}.pagamento-parcelas-row{height:24px;font-size:9px}.pagamento-btn-cancel,.pagamento-btn-confirm{height:20px;font-size:9px;padding:2px 8px}}:root{--gerar-boletos-input-altura-cliente: 28px;--gerar-boletos-input-altura-documento: 28px;--gerar-boletos-input-altura-multa: 28px;--gerar-boletos-input-altura-juros: 28px;--gerar-boletos-textarea-altura: 154px;--gerar-boletos-input-largura-cliente: 100%;--gerar-boletos-input-largura-documento: 70%;--gerar-boletos-input-largura-multa: 35%;--gerar-boletos-input-largura-juros: 35%;--gerar-boletos-textarea-largura: 100%}.pagamento-resumo-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.pagamento-resumo-modal{width:1230px;max-height:550px;background:#fff;border-radius:4px;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}.pagamento-resumo-header{height:36px;padding:10px;border-bottom:1px solid #1D4ED8;display:flex;justify-content:space-between;align-items:center;background:#fff}.pagamento-resumo-header h2{margin:0;color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.pagamento-resumo-close{background:none;border:none;cursor:pointer;color:#1d4ed8;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pagamento-resumo-close:hover{opacity:.7}.pagamento-resumo-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.pagamento-resumo-filter{height:36px;padding:5px 10px;background:#fff;border-bottom:1px solid #D4D4D4;display:flex;align-items:center}.empresa-tabs{display:flex;gap:10px;align-items:center;padding:1px;background:#f5f5f5;border-radius:4px}.empresa-tab{padding:2px 10px;border:none;background:transparent;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;cursor:pointer;border-radius:4px;transition:all .2s}.empresa-tab.active{background:#1d4ed8;color:#fff}.empresa-tab:hover:not(.active){background:#f0f0f0}.pagamento-resumo-stats{width:100%;padding:10px;background:#f5f5f5;display:flex;gap:5px;align-items:center}.stat-card{flex:1;padding:10px;background:#fff;border-radius:4px;box-shadow:0 2px 4px #00000026;display:flex;gap:10px;align-items:center}.stat-card:first-child{background:#eff6ff}.stat-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:34px;height:34px}.empresas-icon{color:#1d4ed8}.parcelas-icon{color:#737373}.total-icon{color:#3b82f6}.stat-content{display:flex;flex-direction:column}.stat-label{color:#737373;font-size:12px;font-family:Poppins,sans-serif;font-weight:500;line-height:20px}.stat-value{color:#262626;font-size:14px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px}.pagamento-resumo-table-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column;border-top:1px solid #D4D4D4;border-bottom:1px solid #D4D4D4;position:relative}.pagamento-resumo-table-wrapper:after{content:"";position:absolute;top:24px;right:0;width:15px;height:1px;background:#d4d4d4;z-index:5}.pagamento-resumo-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:Inter,sans-serif;font-size:12px}.pagamento-resumo-table th,.pagamento-resumo-table td{width:auto}.pagamento-resumo-table th:nth-child(1),.pagamento-resumo-table td:nth-child(1){width:50px}.pagamento-resumo-table th:nth-child(2),.pagamento-resumo-table td:nth-child(2){width:calc((100% - 50px) / 6)}.pagamento-resumo-table th:nth-child(3),.pagamento-resumo-table td:nth-child(3){width:calc((100% - 50px) / 6)}.pagamento-resumo-table th:nth-child(4),.pagamento-resumo-table td:nth-child(4){width:calc((100% - 50px) / 6)}.pagamento-resumo-table th:nth-child(5),.pagamento-resumo-table td:nth-child(5){width:calc((100% - 50px) / 6)}.pagamento-resumo-table th:nth-child(6),.pagamento-resumo-table td:nth-child(6){width:calc((100% - 50px) / 6)}.pagamento-resumo-table th:nth-child(7),.pagamento-resumo-table td:nth-child(7){width:calc((100% - 50px) / 6)}.pagamento-resumo-table thead{background:#fff;position:sticky;top:0;display:table;width:calc(100% - 15px);table-layout:fixed;border-bottom:1px solid #D4D4D4;margin:0;padding:0}.pagamento-resumo-table thead:after{display:none}.pagamento-resumo-table thead tr{height:24px}.pagamento-resumo-table thead th{padding:0 10px;text-align:center;color:#1d4ed8;font-size:10px;font-weight:600;line-height:24px;border-right:1px solid #D4D4D4;background:#fff;height:24px}.pagamento-resumo-table thead th:last-child{border-right:none}.pagamento-resumo-table-body{flex:1;overflow-y:scroll;overflow-x:hidden;background:#d4d4d4}.pagamento-resumo-table-body .pagamento-resumo-table{background:#fff}.pagamento-resumo-table tbody tr{height:32px;border-bottom:1px solid #D4D4D4;transition:background-color .2s}.pagamento-resumo-table tbody tr:hover{background-color:#f5f5f5}.pagamento-resumo-table tbody td{padding:0 10px;text-align:center;color:#262626;font-size:12px;font-weight:500;text-transform:uppercase;height:32px;line-height:32px;border-right:1px solid #D4D4D4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default}.pagamento-resumo-table tbody td:last-child{border-right:none;position:relative;padding:0}.total-with-delete{display:flex;align-items:center;justify-content:center;padding:0 10px;height:100%;width:100%;gap:8px}.total-with-delete span{flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#262626;font-size:12px;font-weight:500;text-transform:uppercase}.delete-row-btn{background:none;border:none;padding:0;cursor:pointer;width:18px;height:18px;flex-shrink:0;color:#262626;transition:color .2s;visibility:hidden;opacity:0}.pagamento-resumo-table tbody tr:hover .delete-row-btn{visibility:visible;opacity:1}.delete-row-btn:hover{color:#1d4ed8}.delete-row-btn svg{width:100%;height:100%}.checkbox-col{width:50px;padding:0;text-align:center}.checkbox-col input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#1D4ED8}.empty-message{text-align:center;color:#737373;font-style:italic}.pagamento-resumo-footer{height:auto;min-height:48px;padding:10px;background:#fff;border-top:1px solid #D4D4D4;display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:nowrap}.footer-action-buttons{display:flex;gap:10px;flex-shrink:0}.footer-btn{height:28px;padding:0 10px;background:#fff;border:1.5px solid #1D4ED8;border-radius:4px;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;min-width:110px;flex-shrink:0}.footer-btn:hover{background:#1d4ed8;color:#fff}.footer-btn:hover .footer-btn-icon{color:#fff!important;filter:brightness(0) invert(1)!important}.footer-btn:hover .footer-btn-icon svg{color:#fff!important;fill:#fff!important;stroke:#fff!important;filter:brightness(0) invert(1)!important}.footer-btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1d4ed8}.footer-btn-icon svg{width:100%;height:100%;color:#1d4ed8;fill:#1d4ed8;stroke:#1d4ed8}.payment-methods{display:flex;gap:10px;flex-wrap:nowrap;flex-shrink:0}.payment-btn{height:28px;padding:0 10px;background:#fff;border:1.5px solid #1D4ED8;border-radius:4px;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;min-width:110px;white-space:nowrap;flex-shrink:0}.payment-btn:hover{background:#1d4ed8;color:#fff}.payment-btn:hover .payment-btn-icon{color:#fff!important;filter:brightness(0) invert(1)!important}.payment-btn:hover .payment-btn-icon svg{color:#fff!important;fill:#fff!important;stroke:#fff!important;filter:brightness(0) invert(1)!important}.payment-btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1d4ed8}.payment-btn-icon svg{width:100%;height:100%;color:#1d4ed8;fill:#1d4ed8;stroke:#1d4ed8}.payment-btn-icon svg{width:100%;height:100%;color:#1d4ed8}.payment-btn:hover .payment-btn-icon svg{color:#fff!important;fill:#fff!important}.pagamento-resumo-footer{height:auto;padding:10px;background:#fff;border-top:1px solid #D4D4D4;display:flex;justify-content:center;align-items:center;gap:10px}.footer-actions{display:flex;gap:10px;margin-right:auto}.btn{height:28px;padding:0 10px;border:1.5px solid #1D4ED8;background:#fff;border-radius:4px;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-primary{width:110px}@media(max-width:1400px){.pagamento-resumo-modal{width:90%;max-width:1200px}}@media(max-width:768px){.pagamento-resumo-modal{width:95%;max-height:85vh}.pagamento-resumo-stats{flex-direction:column}.stat-card{width:100%}.empresa-tabs,.payment-methods{flex-wrap:wrap}.footer-actions{margin-right:0;width:100%;margin-bottom:10px}.btn-primary{flex:1}}@supports (-moz-appearance: none){.pagamento-resumo-table-wrapper{overflow:hidden!important}.pagamento-resumo-table thead{display:block!important;width:100%!important;table-layout:fixed!important}.pagamento-resumo-table thead tr{display:table!important;width:100%!important;table-layout:fixed!important}.pagamento-resumo-table thead,.pagamento-resumo-table thead tr{width:100%!important}.pagamento-resumo-table-body{overflow-y:auto!important}.pagamento-resumo-table-body .pagamento-resumo-table{table-layout:fixed!important;width:100%!important}.pagamento-resumo-table th:nth-child(1),.pagamento-resumo-table td:nth-child(1){width:50px!important}.pagamento-resumo-table th:nth-child(2),.pagamento-resumo-table td:nth-child(2),.pagamento-resumo-table th:nth-child(3),.pagamento-resumo-table td:nth-child(3),.pagamento-resumo-table th:nth-child(4),.pagamento-resumo-table td:nth-child(4),.pagamento-resumo-table th:nth-child(5),.pagamento-resumo-table td:nth-child(5),.pagamento-resumo-table th:nth-child(6),.pagamento-resumo-table td:nth-child(6),.pagamento-resumo-table th:nth-child(7),.pagamento-resumo-table td:nth-child(7){width:calc((100% - 50px) / 6)!important}}.exclusao-parcela-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001}.exclusao-parcela-modal{width:400px;background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;overflow:hidden}.exclusao-parcela-header{height:36px;padding:10px;border-bottom:1px solid #1D4ED8;display:flex;justify-content:space-between;align-items:center;background:#fff}.exclusao-parcela-header h2{margin:0;color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.exclusao-parcela-close{background:none;border:none;cursor:pointer;color:#1d4ed8;padding:0;width:24px;height:24px;font-size:18px;display:flex;align-items:center;justify-content:center}.exclusao-parcela-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.exclusao-parcela-content p{margin:0;text-align:center;color:#262626;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px}.exclusao-parcela-footer{display:flex;gap:10px;padding:15px;justify-content:flex-end;border-top:1px solid #D4D4D4}.exclusao-parcela-btn{height:28px;padding:0 15px;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:20px;cursor:pointer;border:1.5px solid #1D4ED8;transition:all .2s;min-width:70px}.exclusao-parcela-btn.fechar{background:#fff;color:#1d4ed8}.exclusao-parcela-btn.fechar:hover{background:#eff6ff}.exclusao-parcela-btn.ok{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.exclusao-parcela-btn.ok:hover{background:#1546a0}.incluir-parcela-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001}.incluir-parcela-modal{width:550px;background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;overflow:hidden}.incluir-parcela-header{height:36px;padding:10px;border-bottom:1px solid #1D4ED8;display:flex;justify-content:space-between;align-items:center;background:#fff}.incluir-parcela-header h2{margin:0;color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.incluir-parcela-close{background:none;border:none;cursor:pointer;color:#1d4ed8;padding:0;width:24px;height:24px;font-size:18px;display:flex;align-items:center;justify-content:center}.incluir-parcela-content{padding:15px;display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group.full-width{width:100%}.form-row{display:flex;gap:10px;width:calc(100% + 1px);margin-right:-10px}.form-row .form-group{flex:1;min-width:0}.form-group label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px}.form-input{height:28px;padding:0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase;box-sizing:border-box;width:100%}.form-input:focus{outline:none;border-color:#1d4ed8}.form-input::-webkit-calendar-picker-indicator{display:none}.form-input.dropdown{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="%231D4ED8" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 4px center;background-size:20px;padding-right:24px}.input-with-icon{position:relative;display:flex;align-items:center;width:100%}.input-with-icon .form-input{width:100%;padding-right:30px}.input-icon{position:absolute;right:7px;width:18px;height:18px;color:#1d4ed8;pointer-events:none;flex-shrink:0}.input-icon svg{width:100%;height:100%}.incluir-parcela-footer{display:flex;gap:10px;padding:15px;justify-content:flex-end}.incluir-parcela-btn{width:70px;height:28px;border-radius:4px;font-size:11px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;border:1.5px solid #1D4ED8;background:#fff;color:#1d4ed8;transition:all .2s;display:flex;align-items:center;justify-content:center}.incluir-parcela-btn:hover{background:#eff6ff}.incluir-parcela-btn.ok-btn{background:#1d4ed8;color:#fff;border-color:#1d4ed8;flex:none}.incluir-parcela-btn.ok-btn:hover{background:#1546a0}.gerar-boletos-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.gerar-boletos-modal{background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026;width:90%;max-width:850px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.gerar-boletos-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #1D4ED8;background:#fff;flex-shrink:0}.gerar-boletos-header h2{color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;text-align:left;margin:0}.gerar-boletos-close{background:none;border:none;color:#1d4ed8;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.gerar-boletos-close:hover{opacity:.7}.gerar-boletos-content{padding:10px;display:flex;flex-direction:column;flex:1;overflow-y:auto}.gerar-boletos-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1;height:100%}.gerar-boletos-column{display:flex;flex-direction:column;gap:10px;height:100%;padding:0 5px;align-items:stretch}.gerar-boletos-column.left{padding-right:5px;padding-left:0;align-items:flex-start}.gerar-boletos-column.right{padding-left:5px;padding-right:0}.gerar-boletos-field{display:flex;flex-direction:column;gap:5px}.gerar-boletos-field.cliente-field,.gerar-boletos-field.documento-field{gap:5px}.gerar-boletos-field.small-field{flex:1;gap:5px}.gerar-boletos-field label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;margin:0}.gerar-boletos-field.textarea-field{height:auto;flex:1}.gerar-boletos-input{height:28px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;padding:0 7px;display:flex;align-items:center;position:relative;overflow:hidden;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase;box-sizing:border-box}.gerar-boletos-input.disabled{background:#f5f5f5;color:#262626}.gerar-boletos-input.active{background:#fff;justify-content:space-between}.gerar-boletos-input span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gerar-boletos-input.cliente{height:var(--gerar-boletos-input-altura-cliente)!important;width:var(--gerar-boletos-input-largura-cliente)!important}.gerar-boletos-input.documento{height:var(--gerar-boletos-input-altura-documento)!important;width:var(--gerar-boletos-input-largura-documento)!important}.gerar-boletos-input.multa{height:var(--gerar-boletos-input-altura-multa)!important;width:var(--gerar-boletos-input-largura-multa)!important}.gerar-boletos-input.juros{height:var(--gerar-boletos-input-altura-juros)!important;width:var(--gerar-boletos-input-largura-juros)!important}.gerar-boletos-field:has(.documento){align-self:flex-end}.gerar-boletos-multa-juros-row{display:flex;gap:10px;align-items:flex-end}.gerar-boletos-multa-juros-row .gerar-boletos-field:has(.multa),.gerar-boletos-multa-juros-row .gerar-boletos-field:has(.juros){flex:1}.gerar-boletos-multa-juros-row{display:flex;gap:10px;height:auto}.gerar-boletos-input-row{display:flex;gap:10px;align-items:center}.gerar-boletos-input-row .gerar-boletos-input{flex:1}.gerar-boletos-dropdown{flex:1;border:none;background:none;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase;cursor:pointer;appearance:none;padding:0}.gerar-boletos-dropdown:focus{outline:none}.gerar-boletos-alterar-btn{height:28px;padding:0 10px;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:600;border:1.5px solid #1D4ED8;background:#fff;color:#1d4ed8;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;white-space:nowrap}.gerar-boletos-alterar-btn:hover{background:#eff6ff}.gerar-boletos-alterar-btn:after{content:"✎";font-size:14px}.gerar-boletos-radio-group{display:flex;flex-direction:column;gap:10px;height:48px;justify-content:flex-end}.gerar-boletos-radio-group label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;margin:0}.gerar-boletos-radio-options{display:flex;gap:24px;padding-left:0;padding-right:0}.gerar-boletos-radio{display:flex;align-items:center;gap:5px}.gerar-boletos-radio label{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:18px;margin:0;cursor:pointer}.gerar-boletos-textarea{flex:1;padding:7px;background:#f5f5f5;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;line-height:18px;resize:none;min-height:var(--gerar-boletos-textarea-altura)!important;max-height:var(--gerar-boletos-textarea-altura)!important;width:var(--gerar-boletos-textarea-largura)!important;box-sizing:border-box!important}sssss .gerar-boletos-textarea:focus{outline:none;border-color:#1d4ed8}.gerar-boletos-textarea.disabled{background:#f5f5f5;color:#262626}.gerar-boletos-footer{display:flex;justify-content:flex-end;gap:10px;padding:10px 15px;background:#fff;flex-shrink:0}.gerar-boletos-btn{width:70px;height:28px;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1.5px solid #1D4ED8;background:#fff;color:#1d4ed8;transition:all .2s}.gerar-boletos-btn:hover{background:#eff6ff}.gerar-boletos-btn.ok{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.gerar-boletos-btn.ok:hover{background:#1546a0}:root{--gerar-boletos-cliente-width: 124%;--gerar-boletos-documento-width: 73%;--gerar-boletos-impressao-width: 89%;--gerar-boletos-especie-width: 62%;--gerar-boletos-aceite-width: 62%;--gerar-boletos-multa-width: 36%;--gerar-boletos-juros-width: 36%;--gerar-boletos-textarea-width: 143%;--gerar-boletos-cliente-left: 0px;--gerar-boletos-documento-left: 0px;--gerar-boletos-impressao-left: 0px;--gerar-boletos-especie-left: 0px;--gerar-boletos-aceite-left: 0px;--gerar-boletos-textarea-left: 14px}.gerar-boletos-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.gerar-boletos-modal{width:100%;max-width:850px;background:#fff;border-radius:4px;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.gerar-boletos-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;border-bottom:1px solid #1D4ED8}.gerar-boletos-title{color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;margin:0;flex:1;text-align:center}.gerar-boletos-close-btn{background:none;border:none;cursor:pointer;color:#1d4ed8;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}.gerar-boletos-close-btn svg{width:100%;height:100%;fill:currentColor}.gerar-boletos-content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px;overflow-y:auto}.gerar-boletos-left,.gerar-boletos-right{display:flex;flex-direction:column;gap:10px}.gerar-boletos-right{align-items:flex-end}.gerar-boletos-field-group{display:flex;flex-direction:column;gap:5px;position:relative}.gerar-boletos-field-group.cliente-field{width:var(--gerar-boletos-cliente-width);margin-left:var(--gerar-boletos-cliente-left)}.gerar-boletos-field-group.impressao-field{width:var(--gerar-boletos-impressao-width);margin-left:var(--gerar-boletos-impressao-left)}.gerar-boletos-field-group.especie-field{width:var(--gerar-boletos-especie-width);margin-left:var(--gerar-boletos-especie-left)}.gerar-boletos-field-group.aceite-field{width:var(--gerar-boletos-aceite-width);margin-left:var(--gerar-boletos-aceite-left)}.gerar-boletos-documento-container{display:flex;flex-direction:column;gap:10px;width:var(--gerar-boletos-documento-width);margin-left:auto}.gerar-boletos-field-group.documento-field{width:100%}.gerar-boletos-field-group.multa-field{width:var(--gerar-boletos-multa-width);flex:1}.gerar-boletos-field-group.juros-field{width:var(--gerar-boletos-juros-width);flex:1}.gerar-boletos-field-group.textarea-group{width:var(--gerar-boletos-textarea-width);margin-left:var(--gerar-boletos-textarea-left)}.gerar-boletos-field-group label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin:0}.gerar-boletos-input-box{height:28px;padding:0 7px;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase;display:flex;align-items:center;box-sizing:border-box}.gerar-boletos-input-box.disabled{background:#f5f5f5}.gerar-boletos-input-box.active{background:#fff;cursor:pointer;appearance:none;padding-right:7px}.gerar-boletos-input-box.active::-webkit-outer-spin-button,.gerar-boletos-input-box.active::-webkit-inner-spin-button{appearance:none;margin:0}.gerar-boletos-input-box.active[type=number]{appearance:textfield}.gerar-boletos-input-box span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gerar-boletos-input-with-btn{display:flex;gap:10px;align-items:center}.gerar-boletos-input-with-btn select{flex:1}.gerar-boletos-alterar-btn{height:28px;padding:0 21px;background:#fff;border:1.5px solid #1D4ED8;border-radius:4px;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;transition:background .2s}.gerar-boletos-alterar-btn:hover{background:#f5f5f5}.gerar-boletos-alterar-btn:after,.gerar-boletos-alterar-btn:before{content:none!important;display:none!important}.gerar-boletos-alterar-btn svg{width:16px;height:16px;fill:currentColor}.gerar-boletos-alterar-btn svg:after,.gerar-boletos-alterar-btn svg:before{content:none!important;display:none!important}.gerar-boletos-row{display:flex;gap:10px;width:100%}.gerar-boletos-textarea-group{flex:1}.gerar-boletos-textarea{flex:1;width:100%;min-height:150px;padding:7px;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:400;color:#262626;line-height:20px;box-sizing:border-box;resize:none}.gerar-boletos-textarea.disabled{background:#f5f5f5}.gerar-boletos-radio-group{display:flex;flex-direction:column;gap:5px}.gerar-boletos-radio-group label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500}.gerar-boletos-radios{display:flex;gap:24px;align-items:center}.gerar-boletos-radio{display:flex;align-items:center;gap:5px;cursor:pointer}.gerar-boletos-radio input[type=radio]{width:14px;height:14px;cursor:pointer;accent-color:#1D4ED8}.gerar-boletos-radio label{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin:0;cursor:pointer}.gerar-boletos-footer{display:flex;justify-content:flex-end;gap:10px;padding:10px;background:#fff}.gerar-boletos-btn{width:70px;height:28px;padding:0;font-size:12px;font-family:Inter,sans-serif;font-weight:600;border-radius:4px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.gerar-boletos-btn.fechar{background:#fff;color:#1d4ed8;border:1.5px solid #1D4ED8}.gerar-boletos-btn.fechar:hover{background:#f5f5f5}.gerar-boletos-btn.ok{background:#1d4ed8;color:#fff}.gerar-boletos-btn.ok:hover{background:#1e40af}@media(max-width:900px){.gerar-boletos-modal{max-width:95vw}.gerar-boletos-content{grid-template-columns:1fr}}.imprimir-pedido-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.imprimir-pedido-modal{width:100%;max-width:600px;background:#fff;border-radius:4px;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.imprimir-pedido-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;border-bottom:1px solid #1D4ED8}.imprimir-pedido-title{color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;margin:0;flex:1;text-align:left}.imprimir-pedido-close-btn{background:none;border:none;cursor:pointer;color:#1d4ed8;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}.imprimir-pedido-close-btn svg{width:100%;height:100%;fill:currentColor}.imprimir-pedido-content{flex:1;padding:10px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.imprimir-pedido-section{display:flex;flex-direction:column;gap:10px}.imprimir-pedido-section-title{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin:0;line-height:20px}.imprimir-pedido-options{display:flex;flex-direction:column;gap:10px;padding-left:5px;padding-right:5px}.imprimir-pedido-option{display:flex;align-items:center;gap:5px;height:18px}.imprimir-pedido-radio,.imprimir-pedido-checkbox{width:14px;height:14px;cursor:pointer;accent-color:#1D4ED8;flex-shrink:0}.imprimir-pedido-label{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin:0;cursor:pointer;line-height:18px}.imprimir-pedido-footer{display:flex;justify-content:flex-end;gap:10px;padding:10px;background:#fff;border-top:1px solid #F0F0F0}.imprimir-pedido-btn{width:70px;height:28px;padding:0;font-size:12px;font-family:Inter,sans-serif;font-weight:600;border-radius:4px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.imprimir-pedido-btn.fechar{background:#fff;color:#1d4ed8;border:1.5px solid #1D4ED8}.imprimir-pedido-btn.fechar:hover{background:#f5f5f5}.imprimir-pedido-btn.ok{background:#1d4ed8;color:#fff}.imprimir-pedido-btn.ok:hover{background:#1e40af}.cancelar-pedido-venda-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.cancelar-pedido-venda-modal-container{width:520px;height:339px;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid #1D4ED8}.cancelar-pedido-venda-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;background:#fff;border-bottom:1px solid #1D4ED8}.cancelar-pedido-venda-title{color:#1d4ed8;font-size:14px;font-family:Poppins;font-weight:600;line-height:24px}.cancelar-pedido-venda-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cancelar-pedido-venda-close-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(1500%) hue-rotate(220deg) brightness(98%) contrast(105%)!important}.cancelar-pedido-venda-content{flex:1 1 0;padding:10px;display:flex;flex-direction:column;gap:5px;overflow-y:auto}.cancelar-pedido-venda-form-field{display:flex;flex-direction:column;gap:5px;height:48px}.cancelar-pedido-venda-form-field-textarea{height:136px;flex:1 1 0}.cancelar-pedido-venda-label{color:#1d4ed8;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;height:20px;display:flex;align-items:center}.cancelar-pedido-venda-input{width:100%;height:28px;padding:0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;box-sizing:border-box}.cancelar-pedido-venda-input:focus{outline:none;border-color:#1d4ed8}.cancelar-pedido-venda-input-disabled{background-color:#f5f5f5;cursor:not-allowed;color:#262626}.cancelar-pedido-venda-textarea{width:100%;flex:1 1 0;padding:7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-weight:500;line-height:20px;box-sizing:border-box;resize:none;font-family:Inter}.cancelar-pedido-venda-textarea:focus{outline:none;border-color:#1d4ed8}.cancelar-pedido-venda-buttons{display:flex;gap:13px;justify-content:flex-end;padding-top:8px;margin-top:auto}.cancelar-pedido-venda-btn{width:70px;height:28px;border-radius:4px;font-size:12px;font-family:Inter;font-weight:600;line-height:20px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cancelar-pedido-venda-btn-secondary{background:#fff;color:#1d4ed8;border:1.5px solid #1D4ED8}.cancelar-pedido-venda-btn-secondary:hover{background:#f0f5ff}.cancelar-pedido-venda-btn-primary{background:#1d4ed8;color:#fff}.cancelar-pedido-venda-btn-primary:hover{background:#1e40af}.cancelar-pedido-venda-dropdown-wrapper .custom-dropdown-btn{border-color:#1d4ed8!important}.cancelar-pedido-venda-dropdown-wrapper .custom-dropdown-btn:focus{border-color:#1d4ed8!important;box-shadow:0 0 0 2px #1d4ed81a!important}.cancelar-pedido-venda-dropdown-wrapper .custom-dropdown-btn:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' width='10' height='5'%3E%3Cpath d='M0 0 L5 5 L10 0' fill='%231D4ED8'/%3E%3C/svg%3E")!important}.cancelar-pedido-venda-dropdown-wrapper .custom-dropdown-menu{border:1px solid #1D4ED8!important}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cancelar-pedido-venda-header,.cancelar-pedido-venda-modal-container{padding-right:var(--ff-scrollbar-width)}}.cancelar-pedido-venda-content .custom-dropdown-select{border-color:#1d4ed8!important}.cancelar-pedido-venda-content .custom-dropdown-select:focus{border-color:#1d4ed8!important;box-shadow:0 0 0 2px #1d4ed81a!important}.cancelar-pedido-venda-content .custom-dropdown-icon{filter:invert(24%) sepia(71%) saturate(2476%) hue-rotate(225deg) brightness(102%) contrast(105%)!important}.login-pedido-venda-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.login-pedido-venda-modal-container{width:521px;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid #1D4ED8}.login-pedido-venda-header{display:flex;justify-content:space-between;align-items:center;height:36px;padding:10px;border-bottom:1px solid #1D4ED8}.login-pedido-venda-title{color:#1d4ed8;font-size:14px;font-family:Poppins;font-weight:600;line-height:24px}.login-pedido-venda-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.login-pedido-venda-close-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(1500%) hue-rotate(220deg) brightness(98%) contrast(105%)}.login-pedido-venda-content{padding:10px;display:flex;gap:10px;align-items:flex-start}.login-pedido-venda-logo-container{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px 0}.login-pedido-venda-logo{width:120px;height:100px;object-fit:contain}.login-pedido-venda-form{flex:1 1 0;display:flex;flex-direction:column;gap:5px}.login-pedido-venda-form-field{display:flex;flex-direction:column;gap:5px;height:48px}.login-pedido-venda-label{color:#1d4ed8;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;height:20px;display:flex;align-items:center}.login-pedido-venda-input{width:100%;height:28px;padding:0 7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;color:#262626;font-size:12px;font-family:Inter;font-weight:500;line-height:20px;box-sizing:border-box}.login-pedido-venda-input:focus{outline:none;border-color:#1d4ed8}.login-pedido-venda-password-container{position:relative;height:28px;display:flex;align-items:center}.login-pedido-venda-password-container .login-pedido-venda-input{padding-right:35px}.login-pedido-venda-eye-btn{position:absolute;right:7px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.login-pedido-venda-eye-btn img{width:100%;height:100%;object-fit:contain;filter:invert(24%) sepia(71%) saturate(2476%) hue-rotate(225deg) brightness(102%) contrast(105%)}.login-pedido-venda-buttons{display:flex;gap:13px;justify-content:flex-end;padding-top:8px}.login-pedido-venda-btn{width:106px;height:28px;border-radius:4px;font-size:12px;font-family:Inter;font-weight:600;line-height:20px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.login-pedido-venda-btn-secondary{background:#fff;color:#1d4ed8;border:1.5px solid #1D4ED8}.login-pedido-venda-btn-secondary:hover{background:#f0f5ff}.login-pedido-venda-btn-primary{background:#1d4ed8;color:#fff}.login-pedido-venda-btn-primary:hover{background:#1e40af}.observacao-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.observacao-modal-container{background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;width:90%;max-width:800px;max-height:413px;display:flex;flex-direction:column;overflow:hidden}.observacao-header{height:36px;padding:10px;background:#fff;border-bottom:1px solid #1D4ED8;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.observacao-title{color:#1d4ed8;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px}.observacao-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.observacao-close-btn img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(1500%) hue-rotate(220deg) brightness(98%) contrast(105%)}.observacao-content{flex:1;padding:0;display:flex;flex-direction:column;gap:0}.observacao-bottom-section{display:flex;gap:10px;flex:1;min-height:250px;padding:0 10px 10px}.observacao-form-field{display:flex;flex-direction:column;gap:1px;padding:0 10px;flex-shrink:0}.observacao-form-field-textarea{flex:0 0 auto;min-height:140px;padding:0 10px}.observacao-label{color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px}.observacao-input{height:28px;padding:0 7px;background:#f5f5f5;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase}.observacao-input-disabled{background-color:#f5f5f5;cursor:not-allowed}.observacao-textarea{flex:1;min-height:100px;padding:7px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;resize:none}.observacao-table-container{border:1px solid #D4D4D4;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-width:50%;height:127px}.observacao-table-header{height:24px;background:#1d4ed8;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #D4D4D4}.observacao-table-header-cell{color:#fff!important;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;text-align:center;text-transform:none!important}.observacao-table-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0}.observacao-table-row{height:32px;display:flex;align-items:center;background:#fff;border-bottom:1px solid #D4D4D4}.observacao-table-row:last-child{border-bottom:none}.observacao-table-row.row-blue{background:#eff6ff}.observacao-table-cell{flex:1;padding-left:4px;padding-right:4px;text-align:center;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #D4D4D4}.observacao-table-cell:last-child{border-right:none}.observacao-table-divider{width:1px;height:100%;background:#d4d4d4;flex-shrink:0}.observacao-empty-textarea{flex:1;background:#f5f5f5;border:1px solid #D4D4D4;border-radius:4px;height:127px;min-width:49%}.observacao-buttons{display:flex;justify-content:flex-end;gap:10px;flex-shrink:0;padding:10px}.observacao-btn{width:70px;height:28px;padding:0 10px;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;transition:all .2s ease}.observacao-btn-secondary{background:#fff;color:#1d4ed8;border:1.5px solid #1D4ED8}.observacao-btn-secondary:hover{background:#f5f5f5}.observacao-btn-primary{background:#1d4ed8;color:#fff}.observacao-btn-primary:hover{background:#1e40af}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.observacao-header,.observacao-modal-container{padding-right:var(--ff-scrollbar-width)}}.items-table-container{width:100vw;margin-left:calc(-50vw + 50%);margin-top:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.items-table-body::-webkit-scrollbar{width:8px}.items-table-body::-webkit-scrollbar-track{background:#f5f5f5}.items-table-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.items-table-body::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.items-table-header{width:100%;height:24px;background:#1d4ed8;display:flex;flex-shrink:0;gap:0;padding:0 8px 0 0;margin:0;box-sizing:border-box;z-index:10;border-bottom:1px solid #d4d4d4}.table-header-cell{display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;position:relative;overflow:hidden;flex-shrink:0}.table-header-label{text-align:center;color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;word-wrap:break-word;padding:0 4px}.table-divider{width:1px;background:#d4d4d4;flex-shrink:0;align-self:stretch}.items-table-body{width:100%;background:#fff;display:flex;flex-direction:column;flex:1;gap:0;max-height:527px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:auto}.items-table-row{width:100%;height:50px;background:#fff;display:flex;flex-shrink:0;overflow:visible;border-bottom:1px solid #d4d4d4;align-items:center;gap:0;position:relative;transition:background-color .2s ease}.items-table-row:hover{background:linear-gradient(0deg,#1d4ed80f 0% 100%),#fff}.items-table-row:hover:after{content:"";position:absolute;right:0;top:0;width:175px;height:100%;background:linear-gradient(90deg,#e5edfa00,#e5edfa 50%);display:flex;align-items:center;gap:12px;padding-right:8px;pointer-events:none;z-index:5}.items-table-row:last-child{border-bottom:none}.table-cell{display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box;position:relative;overflow:hidden;flex-shrink:0;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:24px}.table-cell-text{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.table-cell-content{display:flex;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;height:100%}.table-cell-number{justify-content:flex-end}.table-cell-left{justify-content:flex-start}.table-cell-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.table-cell-image-wrapper:hover .table-cell-image img{border-color:#1d4ed8;box-shadow:inset 0 0 0 2px #0047cc1a}.table-cell-image{display:flex;align-items:center;justify-content:center}.table-cell-image img{width:44px;height:44px;border-radius:2px;border:1px solid #d4d4d4;object-fit:cover;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.table-cell-image img:hover{border-color:#1d4ed8;box-shadow:inset 0 0 0 2px #0047cc1a}.table-cell-expand-icon{display:flex;align-items:center;justify-content:center;padding:0 4px;flex-shrink:0}.table-cell-expand-icon img{width:16px;height:16px}.table-row-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:none;gap:12px;align-items:center;z-index:10}.items-table-row:hover .table-row-actions{display:flex}.table-action-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;transition:transform .2s ease,opacity .2s ease,filter .2s ease}.table-action-icon:hover img,.table-action-icon:active img{filter:brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(1463%) hue-rotate(212deg) brightness(100%) contrast(101%)}.table-action-icon img{width:20px;height:20px;object-fit:contain}.table-cell-description{flex:1;text-align:left;justify-content:flex-start!important}.expanded-detail-row{background:linear-gradient(0deg,#00000005 0% 100%),#f5f5f5!important;border-bottom:1px solid #d4d4d4}.expanded-detail-row .table-cell-content{font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626}@media(max-width:480px){.items-table-body{max-height:clamp(240px,40vh,300px)}.items-table-row{height:clamp(32px,5vh,38px)}.table-header-label,.table-cell-text{font-size:clamp(7px,.9vw,9px)}.table-cell-image img{width:clamp(30px,3vw,35px);height:clamp(30px,3vw,35px)}}@media(max-width:768px){.items-table-body{max-height:clamp(280px,45vh,350px)}.items-table-row{height:clamp(36px,6vh,42px)}.table-header-label,.table-cell-text{font-size:clamp(8px,1vw,10px)}.table-cell-image img{width:clamp(35px,4vw,40px);height:clamp(35px,4vw,40px)}}@media(max-width:1024px){.items-table-body{max-height:clamp(320px,50vh,400px)}.items-table-row{height:clamp(40px,7vh,45px)}.table-header-label,.table-cell-text{font-size:clamp(9px,1.1vw,11px)}.table-cell-image img{width:clamp(38px,4.5vw,42px);height:clamp(38px,4.5vw,42px)}}@media(min-width:768px)and (max-width:1280px){.items-table-body{max-height:clamp(350px,60vh,450px)}.items-table-row{height:clamp(42px,8vh,48px)}.table-header-label,.table-cell-text{font-size:clamp(10px,1.2vw,12px)}.table-cell-image img{width:clamp(40px,5vw,44px);height:clamp(40px,5vw,44px)}}@media(min-width:1280px)and (max-width:1919px)and (max-height:768px){.items-table-body{max-height:363px}.items-table-row{height:50px}.table-header-label,.table-cell-text{font-size:12px}.table-cell-image img{width:44px;height:44px}}@media(min-width:1920px){.items-table-body{max-height:503px}.items-table-row{height:52px}.table-header-label,.table-cell-text{font-size:11px}.table-cell-image img{width:48px;height:48px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.items-table-header,.items-table{padding-right:var(--ff-scrollbar-width)}}.row-actions-menu{position:relative;display:flex;align-items:center;justify-content:center}.row-actions-trigger{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;transition:filter .2s ease;padding:0}.row-actions-trigger:hover svg,.row-actions-trigger:active svg{filter:brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(1463%) hue-rotate(212deg) brightness(100%) contrast(101%)}.row-actions-trigger svg{width:20px;height:20px}.row-actions-dropdown{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border-radius:4px;box-shadow:0 4px 4px #00000040;min-width:128px;z-index:1000;overflow:hidden;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.row-actions-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px;background:#fff;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left;font-size:12px;font-family:Inter,sans-serif;font-weight:400;color:#262626;white-space:nowrap}.row-actions-item:hover{background-color:#f5f5f5}.row-actions-item:active{background-color:#eff6ff}.row-actions-item-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.row-actions-item-icon img{width:16px;height:16px;object-fit:contain}.row-actions-item-label{flex:1;display:flex;align-items:center}@media(max-width:768px){.row-actions-dropdown{right:-50px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}}.alterar-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.alterar-modal-container{width:800px;height:255px;background:var(--Global-bg, white);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;box-sizing:border-box}.alterar-modal-header{align-self:stretch;height:36px;padding:10px 5px 10px 10px;background:var(--Global-bg, white);border-bottom:1px solid var(--Comercial-primary, #1D4ED8);justify-content:space-between;align-items:center;display:flex;flex-shrink:0}.alterar-modal-title{text-align:center;color:var(--Comercial-primary, #1D4ED8);font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;margin:0}.alterar-modal-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.alterar-modal-close-btn:hover{opacity:.7}.alterar-modal-content{flex:1;overflow-y:auto;padding:10px;display:flex}.alterar-modal-form-section{display:flex;flex-direction:column;gap:8px}.alterar-modal-form-row{display:grid;grid-template-columns:1fr;gap:4px}.alterar-modal-form-row-full{display:grid;grid-template-columns:auto auto 1fr 1fr 1fr;gap:8px;align-items:flex-end}.alterar-modal-form-row-full:last-of-type{grid-template-columns:1fr 1fr 1fr 1fr}.alterar-modal-form-group-small{display:flex;flex-direction:column;gap:4px;width:187.5px;flex:0 0 auto}.alterar-modal-form-group-full{display:flex;flex-direction:column;gap:4px;width:780px;flex:0 0 auto}.alterar-modal-label{color:var(--Comercial-primary, #1D4ED8);font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;letter-spacing:.3px}.alterar-modal-input-wrapper{height:28px;background:var(--Global-bg, white);border:1px solid var(--Global-stroke, #D4D4D4);border-radius:4px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-sizing:border-box}.alterar-modal-input-content{flex:1;padding-left:6px;overflow:hidden;display:flex;align-items:center}.alterar-modal-input{color:var(--Global-text-primary-dark, #262626);font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;border:none;outline:none;background:transparent;width:100%;padding:0;height:28px}.alterar-modal-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.alterar-modal-input-icon{width:16px;height:16px;padding-right:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.alterar-modal-input-icon svg{width:10px;height:6px}.alterar-modal-unit-switch{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--Global-stroke, #D4D4D4);flex-shrink:0}.alterar-modal-unit-switch img{width:14px;height:14px;object-fit:contain}.alterar-modal-btn-secondary-compact{height:28px;width:121.67px;padding:0;background:var(--Global-bg, white);border:1px solid var(--Comercial-primary, #1D4ED8);border-radius:4px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s;flex:0 0 auto;min-width:unset}.alterar-modal-btn-secondary-compact:hover{background:var(--Comercial-primary, #1D4ED8)}.alterar-modal-btn-secondary-compact:hover span{color:#fff}.alterar-modal-btn-secondary-compact:hover img{filter:brightness(0) invert(1)}.alterar-modal-btn-secondary-compact img{width:16px;height:16px}.alterar-modal-btn-secondary-compact span{color:var(--Comercial-primary, #1D4ED8);font-size:11px;font-family:Inter,sans-serif;font-weight:700;line-height:14px}.alterar-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:10px;background:var(--Global-bg, white);flex-shrink:0}.alterar-modal-btn-cancel,.alterar-modal-btn-confirm{height:28px;padding:0 16px;border-radius:4px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;cursor:pointer;border:none;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:70px}.alterar-modal-btn-cancel{background:var(--Global-bg, white);color:var(--Comercial-primary, #1D4ED8);border:1px solid var(--Comercial-primary, #1D4ED8)}.alterar-modal-btn-cancel:hover{background-color:#1d4ed80d}.alterar-modal-btn-confirm{background:var(--Comercial-primary, #1D4ED8);color:#fff}.alterar-modal-btn-confirm:hover{background:#1e40af}.alterar-modal-content::-webkit-scrollbar{width:6px}.alterar-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}@media(max-width:768px){.alterar-modal-container{width:95vw}.alterar-modal-form-row-full{grid-template-columns:auto auto 1fr}.alterar-modal-btn-secondary-compact{padding:0 8px;font-size:10px}.alterar-modal-btn-secondary-compact img{width:14px;height:14px}}.complemento-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.complemento-modal-container{width:600px;height:auto;background:var(--Global-bg, white);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;box-sizing:border-box}.complemento-modal-header{align-self:stretch;height:36px;padding:10px 5px 10px 10px;background:var(--Global-bg, white);border-bottom:1px solid var(--Comercial-primary, #1D4ED8);justify-content:space-between;align-items:center;display:flex;flex-shrink:0}.complemento-modal-title{text-align:center;color:var(--Comercial-primary, #1D4ED8);font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;margin:0}.complemento-modal-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.complemento-modal-close-btn:hover{opacity:.7}.complemento-modal-content{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.complemento-modal-form-group{display:flex;flex-direction:column;gap:4px;flex:1}.complemento-modal-label{color:var(--Comercial-primary, #1D4ED8);font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px}.complemento-modal-textarea{flex:1;min-height:128px;padding:7px;background:var(--Global-bg, white);border:1px solid var(--Global-stroke, #D4D4D4);border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:20px;color:var(--Global-text-primary-dark, #262626);resize:vertical;box-sizing:border-box}.complemento-modal-textarea:focus{outline:none;border-color:var(--Comercial-primary, #1D4ED8)}.complemento-modal-textarea::placeholder{color:#999}.complemento-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:10px;background:var(--Global-bg, white);flex-shrink:0}.complemento-modal-btn-cancel,.complemento-modal-btn-confirm{height:28px;padding:0 10px;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:70px}.complemento-modal-btn-cancel{background:var(--Global-bg, white);color:var(--Comercial-primary, #1D4ED8);outline:1.5px solid var(--Comercial-primary, #1D4ED8);outline-offset:-1.5px}.complemento-modal-btn-cancel:hover{background-color:#1d4ed80d}.complemento-modal-btn-confirm{background:var(--Comercial-primary, #1D4ED8);color:#fff}.complemento-modal-btn-confirm:hover{background:#1e40af}.complemento-modal-content::-webkit-scrollbar{width:6px}.complemento-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}@media(max-width:768px){.complemento-modal-container{width:95vw}.complemento-modal-textarea{min-height:100px}}.excluir-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.excluir-modal-container{width:500px;height:auto;background:var(--Global-bg, white);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;box-sizing:border-box}.excluir-modal-header{align-self:stretch;height:36px;padding:10px 5px 10px 10px;background:var(--Global-bg, white);border-bottom:1px solid var(--Comercial-primary, #1D4ED8);justify-content:space-between;align-items:center;display:flex;flex-shrink:0}.excluir-modal-title{text-align:center;color:var(--Comercial-primary, #1D4ED8);font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;margin:0}.excluir-modal-close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.excluir-modal-close-btn:hover{opacity:.7}.excluir-modal-content{flex:1;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px}.excluir-modal-message{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.excluir-modal-message p{color:var(--Global-text-primary-dark, #262626);font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px;margin:0}.excluir-modal-produto-info{font-weight:600;color:var(--Global-text-primary-dark, #262626)}.excluir-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:5px 10px 10px;border-top:none;background:var(--Global-bg, white);flex-shrink:0}.excluir-modal-btn-cancel,.excluir-modal-btn-confirm{height:28px;padding:0 10px;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:70px}.excluir-modal-btn-cancel{background:var(--Global-bg, white);color:var(--Comercial-primary, #1D4ED8);outline:1.5px solid var(--Comercial-primary, #1D4ED8);outline-offset:-1.5px}.excluir-modal-btn-cancel:hover{background-color:#1d4ed80d}.excluir-modal-btn-confirm{background:var(--Comercial-primary, #1D4ED8);color:#fff}.excluir-modal-btn-confirm:hover{background:#1e40af}@media(max-width:768px){.excluir-modal-container{width:95vw}.excluir-modal-message p{font-size:12px}}.image-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.image-modal-content{background:#fff;border-radius:4px;width:90%;max-width:800px;height:90vh;max-height:620px;display:flex;flex-direction:column;box-shadow:0 20px 25px #00000026;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.image-modal-header{padding:10px;border-bottom:1px solid #0047CC;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10;background:#fff}.image-modal-title{color:#0047cc;font-size:14px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;flex:1;text-align:left}.image-modal-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.image-modal-close:hover{opacity:.7}.image-modal-close svg{width:24px;height:24px}.image-modal-tabs{display:flex;background:#fff;padding:0 20px;gap:5px;align-items:center}.image-modal-tab{padding:8px 16px;border:none;background:#fff;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;min-width:80px;text-align:center;border-radius:4px}.image-modal-tab.active{color:#fff;background:#0047cc;border-radius:12px}.image-modal-tab:hover:not(.active){color:#0047cc;background:transparent}.image-modal-body{flex:1;display:flex;flex-direction:column;padding:16px;gap:16px;overflow-y:auto;min-height:0}.image-modal-main{flex:1;background:#ededed;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;width:485px;height:388px;margin:0 auto}.image-modal-main img{width:100%;height:100%;object-fit:contain;background:#ededed}.image-modal-main video{width:100%;height:100%;object-fit:contain;background:#000}.image-modal-thumbnails{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:0 16px 8px;justify-content:flex-start;scroll-behavior:smooth;flex:0 0 auto;width:100%}.image-modal-thumbnails::-webkit-scrollbar{height:8px}.image-modal-thumbnails::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.image-modal-thumbnails::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.image-modal-thumbnails::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.image-modal-thumbnail{width:84px;height:84px;flex-shrink:0;background:#ededed;border-radius:4px;border:2px solid rgba(0,0,0,.15);cursor:pointer;overflow:hidden;transition:border-color .2s ease;display:flex;align-items:center;justify-content:center}.image-modal-thumbnail.active{border-color:#0047cc;border-width:2px;box-shadow:0 0 0 1px #0047cc}.image-modal-thumbnail:hover{border-color:#0047cc}.image-modal-thumbnail img{width:100%;height:100%;object-fit:contain;padding:2px;background:#ededed}.video-thumbnail-placeholder{width:100%;height:100%;background:#ededed;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;font-family:Inter,sans-serif;font-weight:500;text-align:center;padding:8px}.image-modal-empty-message{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:388px}.image-modal-empty-message p{font-size:16px;color:#999;font-family:Inter,sans-serif;font-weight:500;text-align:center}.image-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:8px;gap:13px;border-top:1px solid rgba(0,0,0,.15);background:#fff;flex-wrap:wrap}.image-modal-checkboxes{display:flex;gap:24px;flex:1;padding:4px 8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;font-weight:500;color:#262626;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#0047CC}.image-modal-buttons{display:flex;gap:13px}.btn-secondary,.btn-primary{height:28px;padding:8px;border-radius:4px;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:20px;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap;display:flex;align-items:center;justify-content:center}.btn-secondary{width:71px;background:#fff;color:#0047cc;outline:1.5px solid #0047CC;outline-offset:-1.5px}.btn-secondary:hover{background:#f5f5f5}.btn-primary{background:#1d4ed8;color:#fff;padding:8px}.btn-primary:first-of-type{width:71px}.btn-primary:hover{background:#003db3}.btn-primary:last-child{width:auto}@media(max-width:768px){.image-modal-content{width:95%;max-height:85vh}.image-modal-body{padding:12px;gap:16px}.image-modal-main{min-height:200px}.image-modal-thumbnail{width:70px;height:70px}.image-modal-footer{flex-direction:column;align-items:stretch}.image-modal-checkboxes{width:100%;padding:8px}.image-modal-buttons{width:100%;justify-content:flex-end}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.image-modal-header,.modal-content{padding-right:var(--ff-scrollbar-width)}}.company-totals-container{width:100vw;margin-left:calc(-50vw + 50%);margin-top:0;margin-bottom:0;padding:0;overflow:hidden;background:#fff;gap:0;box-sizing:border-box;border-top:1px solid #d4d4d4;flex-shrink:0;display:flex;flex-direction:column}.company-totals-container::-webkit-scrollbar{width:8px}.company-totals-container::-webkit-scrollbar-track{background:#f1f1f1}.company-totals-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.company-totals-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.company-totals-header{width:100%;height:24px;background:#1d4ed8;display:flex;flex-shrink:0;gap:0;padding-right:10px;margin:0;box-sizing:border-box;z-index:10;position:sticky;top:0}.company-totals-col-checkbox{display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;flex-shrink:0}.company-totals-col-name{flex:1 1 0;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box;overflow:hidden}.company-totals-col-icms,.company-totals-col-ipi{width:200px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box;overflow:hidden;flex-shrink:0}.company-totals-col-total{width:200px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box;overflow:hidden;flex-shrink:0;margin-right:8px}.company-totals-col-divider{width:1px;height:24px;background:#fff;flex-shrink:0}.company-totals-label{text-align:center;color:#fff;font-size:10px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;word-wrap:break-word;white-space:nowrap}.company-totals-body{width:100%;background:#fff;display:flex;flex-direction:column;flex:1;gap:0;max-height:96px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.company-totals-row{width:100%;height:24px;background:#fff;display:flex;flex-shrink:0;overflow:visible;border-bottom:1px solid #d4d4d4;align-items:center;gap:0;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box;position:relative}.company-totals-row:hover{background:linear-gradient(0deg,#1d4ed80f 0% 100%),#fff}.company-totals-row:hover{background-color:#f9f9f9}.company-totals-row.is-total{background:#fff;font-weight:600}.company-radio{width:14px;height:14px;cursor:pointer;accent-color:#1d4ed8;margin:0;padding:0}.company-totals-checkbox{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.company-totals-text{text-align:center;color:#262626;font-size:10px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;word-wrap:break-word;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.company-totals-row.is-total .company-totals-text{font-weight:600}.company-totals-col-name .company-totals-text{justify-content:flex-start;text-align:left}.company-totals-col-icms .company-totals-text,.company-totals-col-ipi .company-totals-text{justify-content:flex-end;text-align:right}.company-totals-col-total .company-totals-text{justify-content:center;text-align:center}.company-totals-row .company-totals-col-divider{width:1px;height:24px;background:#d4d4d4;flex-shrink:0}@media(min-width:1920px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:220px}.company-totals-header,.company-totals-row,.company-totals-col-divider{height:24px}.company-totals-label,.company-totals-text{line-height:28px}}@media(min-width:1280px)and (max-width:1919px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:200px}.company-totals-header,.company-totals-row,.company-totals-col-divider{height:23px}}@media(max-width:1279px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:clamp(120px,15vw,180px)}.company-totals-header,.company-totals-row{height:22px}.company-totals-label,.company-totals-text{line-height:22px}.company-totals-col-divider{height:22px}}@media(max-width:1024px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:clamp(110px,14vw,160px)}}@media(max-width:768px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:clamp(90px,12vw,120px)}.company-totals-header,.company-totals-row{height:20px}.company-totals-label,.company-totals-text{line-height:20px}.company-totals-col-divider{height:20px}}@media(max-width:480px){.company-totals-col-icms,.company-totals-col-ipi,.company-totals-col-total{width:clamp(70px,10vw,100px)}.company-totals-header,.company-totals-row{height:18px}.company-totals-label,.company-totals-text{line-height:18px}.company-totals-col-divider{height:18px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.summary-table-header,.summary-table{padding-right:var(--ff-scrollbar-width)}}.company-totals-header,.company-totals-row{width:fit-content;min-width:100%}.company-totals-container{overflow-x:hidden}.cv-page{width:100vw;height:calc(100vh - 70px);background:#fff;display:flex;flex-direction:column;gap:0;padding:0;margin:0;margin-left:calc(-50vw + 50%);box-sizing:border-box;overflow:hidden;overflow-x:hidden}.cv-header-container{width:100%;height:auto;background:#fff;border-top:1px solid #D4D4D4;border-bottom:1px solid #1D4ED8;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.cv-header-content{align-self:stretch;flex:1;position:relative;padding-right:10px;display:flex;justify-content:space-between;align-items:center;min-height:56px}.cv-title-section{padding:0 20px;height:56px;background:#1d4ed8;color:#fff;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;gap:10px;min-width:fit-content;border-bottom:2px solid #1D4ED8}.cv-title{color:#fff;font-size:14px;font-family:Poppins,sans-serif;font-weight:700;line-height:20px;word-wrap:break-word;display:flex;align-items:center;gap:10px}.cv-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:0;flex:1}.cv-btn-action-text{width:110px;height:28px;background:#fff;border:1.5px solid #1D4ED8;border-radius:4px;padding:0 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#1d4ed8;transition:all .2s ease}.cv-btn-action-text:hover{background:#1545b0;color:#fff;border-color:#1545b0}.cv-btn-action-text:hover .cv-btn-icon{filter:brightness(0) invert(1)}.cv-btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.cv-form-container{width:100%;padding:10px;background:#fff;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.cv-form-row{width:100%;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:10px;box-sizing:border-box;align-items:flex-end}.cv-field{position:relative;display:flex;flex-direction:column;gap:1px;width:100%}.cv-field-cliente,.cv-field-empresa,.cv-field-vendedor,.cv-field-periodo{grid-column:span 2}.cv-side-selector{width:100%;height:28px;display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.cv-side-selector-main{align-self:stretch;flex:1 1 0;padding:4px 2px 4px 6px;background:#eff6ff;overflow:hidden;border-top-right-radius:4px;border-bottom-right-radius:4px;outline:1px #1D4ED8 solid;outline-offset:-1px;display:inline-flex;justify-content:center;align-items:center;gap:0;cursor:pointer;transition:all .2s ease}.cv-side-selector-main:hover{background:#e0ecff}.cv-side-selector-text{text-align:right;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word;flex:1;padding-right:4px}.cv-field-cidade,.cv-field-periodo{grid-column:span 2}.cv-pedido-container{width:100%;height:28px;display:inline-flex;justify-content:flex-start;align-items:flex-end;gap:1px}.cv-input-pedido{flex:1 1 0;height:28px;background:#fff;border:1px solid #D4D4D4;border-top-left-radius:4px;border-bottom-left-radius:4px;border-right:none;padding:0 7px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;text-transform:uppercase;overflow:hidden;transition:all .2s ease}.cv-input-pedido:hover{border-color:#1d4ed8}.cv-input-pedido::placeholder{color:#999}.cv-input-pedido:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed81a}.cv-pedido-dropdown{width:57px;height:28px;padding:4px 2px 4px 6px;background:#eff6ff;border:1px solid #1D4ED8;border-top-right-radius:4px;border-bottom-right-radius:4px;border-left:none;display:inline-flex;justify-content:center;align-items:center;gap:0;cursor:pointer;transition:all .2s ease;flex-shrink:0}.cv-pedido-dropdown:hover{background:#e0ecff}.cv-pedido-dropdown-text{text-align:right;color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px}.cv-field-transportadora{grid-column:span 2}.cv-field-nota-fiscal,.cv-field-pedido,.cv-field-codigo{grid-column:span 1}.cv-field-situacao{grid-column:span 4}.cv-input{width:100%;box-sizing:border-box}.cv-label{align-self:stretch;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.cv-input-with-icon{position:relative;display:flex;align-items:center;width:100%}.cv-input-icon{position:absolute;right:8px;width:20px;height:20px;cursor:pointer;pointer-events:auto}.cv-input{align-self:stretch;height:28px;padding-left:7px;padding-right:32px;background:#fff;overflow:hidden;border-radius:4px;border:1px solid #D4D4D4;color:#404040;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;line-height:20px;word-wrap:break-word;outline:none;transition:all .2s ease}.cv-input:hover{border-color:#1d4ed8}.cv-input:focus{outline:1px solid #1D4ED8;outline-offset:-1px}.cv-situacao-container{display:flex;gap:24px;align-items:center;padding-left:5px;padding-top:12px}.cv-radio-group{display:flex;align-items:center;gap:5px;cursor:pointer}.cv-radio-input{display:none}.cv-radio-label{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.cv-radio-circle{width:14px;height:14px;border:1px solid #D4D4D4;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .2s ease;position:relative;transform:translateY(-7px)}.cv-radio-circle:after{content:"";width:8px;height:8px;border-radius:50%;background:transparent;transition:background .2s ease}.cv-radio-input:checked+.cv-radio-label .cv-radio-circle{border-color:#1d4ed8}.cv-radio-input:checked+.cv-radio-label .cv-radio-circle:after{background:#1d4ed8}.cv-radio-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#404040;white-space:nowrap;transform:translateY(-7px);line-height:20px}.cv-table-section{flex:1;display:flex;flex-direction:column;width:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.cv-table-section::-webkit-scrollbar{width:8px;height:8px}.cv-table-section::-webkit-scrollbar-track{background:#f1f1f1}.cv-table-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.cv-table-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cv-table{display:none}.cv-table-header{width:100%;height:24px;min-height:24px;max-height:24px;background:#1d4ed8;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;border:none;border-bottom:1px solid #D4D4D4;flex:0 0 auto;padding:0 8px 0 0;margin:0;box-sizing:border-box;overflow:hidden;z-index:10}.cv-table-body{flex:1;width:100%;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch;overflow-y:scroll;overflow-x:hidden}.cv-table-body::-webkit-scrollbar{width:8px}.cv-table-body::-webkit-scrollbar-track{background:#f1f1f1}.cv-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.cv-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cv-table-row{width:100%;height:46px;min-height:46px;max-height:46px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background:#fff;flex:0 0 auto;border-bottom:1px solid #D4D4D4;padding:0;margin:0;box-sizing:border-box;min-width:100%;overflow:hidden}.cv-table-row:hover{background:#1d4ed80d}.cv-th{color:#fff;font-size:10px;font-weight:600;font-family:Poppins,sans-serif;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;height:24px;flex:0 0 auto;line-height:24px}.cv-th:first-child{border-left:1px solid #D4D4D4}.cv-th:last-child{border-right:none}.cv-td{font-size:12px;font-weight:400;font-family:Inter,sans-serif;color:#404040;text-align:center;padding:0 5px;border-right:1px solid #D4D4D4;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;background:inherit;margin:0;height:46px;flex:0 0 auto;line-height:20px}.cv-cell-main{font-size:12px;font-weight:600;font-family:Inter,sans-serif;color:#262626;text-align:center;line-height:24px;text-transform:uppercase}.cv-cell-main-blue{font-size:12px;font-weight:600;font-family:Inter,sans-serif;color:#1d4ed8;text-align:center;line-height:24px;text-transform:uppercase}.cv-cell-sub{font-size:12px;font-weight:500;font-family:Inter,sans-serif;color:#737373;text-align:center;line-height:24px;text-transform:uppercase}.cv-cell-red{color:var(--Colors-Red-800, #9F0712)!important}.cv-cell-blue-dark{color:var(--Colors-Blue-900, #1E3A8A)!important}.cv-table-row:hover .cv-td{background:#1d4ed80d}.cv-td:first-child{border-left:1px solid #D4D4D4}.cv-td:last-child{border-right:none}.cv-th-checkbox{width:36px;min-width:36px;flex:none}.cv-td-checkbox{width:36px;min-width:36px;flex:none;border-right:1px solid #D4D4D4}.cv-th-pedido-data{width:171px;min-width:171px;flex:none;display:flex;justify-content:center;align-items:center}.cv-td-pedido-data{width:171px;min-width:171px;flex:none;flex-direction:column!important;justify-content:center!important;align-items:center!important}.cv-th-razao-codigo{flex:1;min-width:280px}.cv-td-razao-codigo{flex:1;min-width:280px;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important}.cv-th-nome-cnpj{flex:1;min-width:280px}.cv-td-nome-cnpj{flex:1;min-width:280px;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important}.cv-th-total-vendedor{flex:1;min-width:280px}.cv-td-total-vendedor{flex:1;min-width:280px;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;border-right:none!important}.cv-checkbox{width:14px;height:14px;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;border:1px solid #D4D4D4;border-radius:2px;background:#fff!important;transition:all .2s ease;position:relative}.cv-checkbox:checked{background:#fff!important;border-color:#1d4ed8!important}.cv-checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:3px;border-left:2px solid #1D4ED8;border-bottom:2px solid #1D4ED8;transform:translate(-50%,-60%) rotate(-45deg)}@media(max-width:1400px){.cv-th-razao-codigo,.cv-td-razao-codigo,.cv-th-nome-cnpj,.cv-td-nome-cnpj{min-width:240px}.cv-th-total-vendedor,.cv-td-total-vendedor{min-width:200px}.cv-cell-main,.cv-cell-sub{font-size:11px;line-height:22px}}@media(max-width:1200px){.cv-th-pedido-data,.cv-td-pedido-data{width:140px;min-width:140px}.cv-th-razao-codigo,.cv-td-razao-codigo,.cv-th-nome-cnpj,.cv-td-nome-cnpj{min-width:200px;flex:.9}.cv-th-total-vendedor,.cv-td-total-vendedor{min-width:160px;flex:.9}.cv-cell-main,.cv-cell-sub{font-size:11px;line-height:21px}}@media(max-width:1024px){.cv-th-pedido-data,.cv-td-pedido-data{width:120px;min-width:120px}.cv-th-razao-codigo,.cv-td-razao-codigo,.cv-th-nome-cnpj,.cv-td-nome-cnpj{min-width:160px;flex:.8}.cv-th-total-vendedor,.cv-td-total-vendedor{min-width:130px;flex:.8}.cv-cell-main,.cv-cell-sub{font-size:10px;line-height:20px}}@media(max-width:768px){.cv-th-pedido-data,.cv-td-pedido-data{width:100px;min-width:100px}.cv-th-razao-codigo,.cv-td-razao-codigo,.cv-th-nome-cnpj,.cv-td-nome-cnpj{min-width:120px;flex:.7}.cv-th-total-vendedor,.cv-td-total-vendedor{min-width:100px;flex:.7}.cv-table-row{height:40px;min-height:40px;max-height:40px}.cv-cell-main,.cv-cell-sub{font-size:9px;line-height:18px}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cv-table-header,.cv-table{padding-right:var(--ff-scrollbar-width)}}.cvcs-selected-top{display:flex;align-items:center;gap:3px;overflow:hidden}.cvcs-selected-id{font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:16px;white-space:nowrap}.cvcs-separator{color:#737373;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px}.cvcs-selected-name{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cvcs-selected-bottom{display:none}.cvcs-selected-label{flex:1;color:#666;font-size:10px;font-family:Inter,sans-serif;font-weight:500;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cvcs-selected-code{color:#0047cc;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:12px;white-space:nowrap}.cvcs-search-input{width:100%;height:28px;padding:4px 6px;border:none;outline:none;font-size:12px;font-family:Inter,sans-serif;font-weight:500;background:transparent;color:#262626}.cvcs-search-input::placeholder{color:#999}.cvcs-placeholder-number{color:#1d4ed8;font-weight:600}.cvcs-placeholder-dash{color:#999}.cvcs-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;box-shadow:0 4px 4px #00000040;z-index:101;max-height:300px;overflow:hidden;display:flex;flex-direction:column;animation:slideDown .2s ease-out}.cvcs-search{flex-shrink:0;width:100%;height:36px;padding:8px 10px;background:#fff;border:none;border-bottom:1px solid #D4D4D4;font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:#262626;outline:none;box-sizing:border-box}.cvcs-search::placeholder{color:#999}.cvcs-search:focus{background:#f9f9f9}.cvcs-options{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cvcs-options::-webkit-scrollbar-track{background:#f1f1f1}.cvcs-options::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cvcs-option{flex-shrink:0;padding:10px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;gap:2px}.cvcs-option-top{display:flex;align-items:center;gap:3px;overflow:hidden}.cvcs-option-id{color:#0047cc;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;white-space:nowrap}.cvcs-option-name{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cvcs-option-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;overflow:hidden}.cvcs-option-label{flex:1;color:#666;font-size:10px;font-family:Inter,sans-serif;font-weight:500;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cvcs-option-code{color:#0047cc;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:12px;white-space:nowrap}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.dropdown-header,.custom-select{padding-right:var(--ff-scrollbar-width)}}.cvcs-container{position:relative;width:100%}.cvcs-field{display:flex;flex-direction:column;gap:1px;width:100%}.cvcs-label{align-self:stretch;color:#1d4ed8;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;word-wrap:break-word}.cvcs-select-wrapper{width:100%;position:relative;cursor:pointer;transition:all .2s ease}.cvcs-select-wrapper.open{z-index:100}.cvcs-select-main{width:100%;height:28px;padding:4px 6px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;display:flex;justify-content:space-between;align-items:center;gap:4px;overflow:hidden;cursor:pointer;transition:all .2s ease}.cvcs-select-main:hover{border-color:#1d4ed8}.cvcs-select-wrapper.open .cvcs-select-main{border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed81a}.cvcs-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.cvcs-clear-btn{width:20px;height:20px;padding:0;background:none;border:none;cursor:pointer;color:#1d4ed8;font-size:16px;font-weight:500;display:none;align-items:center;justify-content:center;transition:color .2s ease}.cvcs-select-main:hover .cvcs-clear-btn{display:flex}.cvcs-clear-btn:hover{color:#1545b0}.cvcs-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .3s ease;cursor:pointer}.cvcs-arrow.rotated{transform:rotate(180deg)}.cvcs-selected-content{flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.cvcs-cidade-text{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.cvcs-placeholder{display:flex;align-items:center;gap:2px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:28px}.cvcs-placeholder-text{color:#262626}.cvcs-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;box-shadow:0 4px 4px #00000040;z-index:101;max-height:300px;overflow:hidden;flex-direction:column;animation:slideDown .2s ease-out}.cvcs-options{flex:1;overflow-y:auto;flex-direction:column;display:flex}.cvcs-options::-webkit-scrollbar{width:6px}.cvcs-options::-webkit-scrollbar-track{background:transparent}.cvcs-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.cvcs-option{padding:10px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;gap:2px}.cvcs-option:hover{background:#f5f5f5}.cvcs-option.selected{background:#eff6ff}.cvcs-option-name{color:#262626;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;text-transform:uppercase}.cvcs-no-results{padding:20px 10px;text-align:center;color:#999;font-size:12px;font-family:Inter,sans-serif;font-weight:500}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.cidade-dropdown-header,.cidade-select{padding-right:var(--ff-scrollbar-width)}}.cvas-container{position:relative;width:100%;height:100%}.cvas-select-wrapper{width:100%;height:100%}.cvas-select-main{width:100%;height:28px;padding:4px 2px 4px 6px;background:#eff6ff;border:1px solid #1D4ED8;border-radius:0 4px 4px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:12px;color:#262626;font-family:Inter,sans-serif;font-weight:500;line-height:20px;text-transform:uppercase;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.cvas-select-main:hover{border-color:#1d4ed8;background-color:#e8efff}.cvas-select-main:focus-within{border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed81a}.cvas-selected-text{flex:1;white-space:nowrap;color:#262626;text-align:right;padding-right:4px}.cvas-arrow{width:17px;height:20px;flex-shrink:0;margin-left:0;transition:transform .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.cvas-arrow.rotated{transform:rotate(180deg)}.cvas-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D4D4D4;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 4px #00000040;z-index:1000;max-height:220px;overflow-y:auto;animation:slideDown .2s ease}.cvas-options{display:flex;flex-direction:column}.cvas-option{padding:10px 8px;background:#fff;border:none;cursor:pointer;font-size:12px;color:#262626;font-family:Inter,sans-serif;font-weight:400;text-transform:uppercase;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;text-align:center;min-height:28px;border-bottom:1px solid #F0F0F0}.cvas-option:last-child{border-bottom:none}.cvas-option:hover{background-color:#f5f5f5}.cvas-option.selected{background-color:#e8efff;color:#1d4ed8;font-weight:500}.cvas-option-name{flex:1}.cvas-dropdown::-webkit-scrollbar{width:6px}.cvas-dropdown::-webkit-scrollbar-track{background:transparent}.cvas-dropdown::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}.cvas-dropdown::-webkit-scrollbar-thumb:hover{background:#999}.cvas-dropdown{scrollbar-width:thin;scrollbar-color:#D4D4D4 transparent}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@supports (-moz-appearance: none){:root{--ff-scrollbar-width: calc(100vw - 100%) ;scrollbar-color:#c1c1c1 #f1f1f1}.ano-dropdown-header,.ano-select{padding-right:var(--ff-scrollbar-width)}}
