body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{background-color:#f0f2f5;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;overflow:hidden}.login-left{align-items:center;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-size:cover;box-shadow:inset -10px 0 30px #0000001a;display:flex;flex:3 1;justify-content:center;position:relative}.login-left:before{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.login-left:after{border:1px solid #ffffff26;bottom:20px;content:"";left:20px;pointer-events:none;position:absolute;right:20px;top:20px}.login-right{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:-15px 0 30px #0000001a;display:flex;flex:1 1;justify-content:center;min-width:500px;position:relative;z-index:2}.login-right:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23001f4d' opacity='.03' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.form-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fffc;border-radius:24px;box-shadow:0 4px 6px #001f4d05,0 12px 16px #001f4d0d,0 24px 32px #001f4d0d;max-width:400px;padding:3rem;text-align:center;width:90%}.logo-right{filter:drop-shadow(0 4px 6px rgba(0,31,77,.1));margin-bottom:2rem;transition:all .3s ease;width:100px}.logo-right:hover{filter:drop-shadow(0 6px 8px rgba(0,31,77,.2));transform:scale(1.05) rotate(-2deg)}h1{color:#001f4d;display:inline-block;font-size:2.25rem;font-weight:800;letter-spacing:-1px;margin-bottom:2.5rem;position:relative}h1:after{background:linear-gradient(90deg,#001f4d,#003380);border-radius:2px;bottom:-12px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}form{display:flex;flex-direction:column;gap:1.75rem}.form-group{position:relative;text-align:left}.form-group label{align-items:center;color:#001f4d;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:1px;margin-bottom:.75rem;text-transform:uppercase}.form-group label:before{background-color:#001f4d;border-radius:50%;content:"";display:block;height:4px;width:4px}input[type=password],input[type=text]{background-color:#f8fafccc;border:2px solid #001f4d1a;border-radius:12px;box-shadow:inset 0 2px 4px #001f4d08;box-sizing:border-box;font-size:1rem;outline:none;padding:1.25rem;transition:all .3s ease;width:100%}input[type=password]:focus,input[type=text]:focus{background-color:#fff;border-color:#001f4d;box-shadow:inset 0 2px 4px #001f4d08,0 0 0 4px #001f4d1a,0 4px 8px #001f4d0d;transform:translateY(-1px)}.password-input-wrapper{align-items:center;display:flex;position:relative}.toggle-password{background:none;border:none;border-radius:50%;color:#64748b;padding:8px;right:16px;transition:all .3s ease}.toggle-password:hover{background-color:#001f4d0d;color:#001f4d;transform:scale(1.1)}.toggle-password svg{height:22px;transition:transform .3s ease;width:22px}.toggle-password:hover svg{transform:scale(1.1)}button[type=submit]{background:linear-gradient(135deg,#001f4d,#003380);border:none;border-radius:12px;box-shadow:0 4px 6px #001f4d1f,0 8px 24px #001f4d14;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:2px;overflow:hidden;padding:1.25rem;position:relative;text-transform:uppercase;transition:all .3s ease}button[type=submit]:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}button[type=submit]:hover{background:linear-gradient(135deg,#003380,#001f4d);box-shadow:0 6px 8px #001f4d26,0 12px 32px #001f4d1a;transform:translateY(-2px)}button[type=submit]:hover:before{left:100%}button[type=submit]:active{box-shadow:0 4px 6px #001f4d1f;transform:translateY(0)}@media (max-width:1024px){.login-container{background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-size:cover;flex-direction:column;position:relative}.login-container:before{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.login-left{display:none}.login-right{align-items:center;background:#0000;display:flex;flex:none;justify-content:center;min-height:100vh;min-width:auto;padding:2rem;position:relative;width:100%;z-index:2}.form-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:24px;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a,inset 0 0 0 1px #ffffff80;margin:2rem auto;max-width:450px;padding:2.5rem}h1{color:#001f4d}}@media (max-width:480px){.login-container{background-position:50%}.login-right{padding:1rem}.form-wrapper{border-radius:20px;margin:1rem auto;padding:2rem 1.5rem;width:100%}.logo-right{width:80px}h1{font-size:2rem}button[type=submit],input[type=password],input[type=text]{padding:1rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.form-wrapper{animation:fadeInScale .6s cubic-bezier(.16,1,.3,1) forwards}.form-wrapper>*{animation:slideInFromRight .5s ease forwards;opacity:0}.form-wrapper>:first-child{animation-delay:.2s}.form-wrapper>:nth-child(2){animation-delay:.3s}.form-wrapper>:nth-child(3){animation-delay:.4s}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}button[type=submit]{animation:shine 8s linear infinite;background-size:200% auto}.modal-content,.modal-wrapper{max-height:none}.modal-content{overscroll-behavior-y:contain}@media screen and (-webkit-min-device-pixel-ratio:1.5625),screen and (min-resolution:150dpi){.home-container{overflow-y:auto}.modal-content{overflow-y:visible}}@media (-webkit-min-device-pixel-ratio:1.5625),(min-resolution:150dpi){.modal-content{height:auto;overscroll-behavior-y:auto}}@media (max-width:992px){.search-container{align-items:stretch!important;flex-direction:column!important;gap:.75rem;justify-content:center;margin-bottom:1rem;width:100%}.MuiTextField-root,.search-button,.search-input{margin:0!important;max-width:100%!important;min-width:0!important;width:100%!important}.search-button{font-size:1rem;height:42px!important;margin-top:.5rem!important}.MuiInputBase-input,.MuiInputBase-root,.MuiTextField-root{height:42px!important;min-height:42px!important}.MuiInputBase-input,.MuiInputBase-root{box-sizing:border-box;font-size:1.08rem}}@media (max-width:768px){.home-container,body,html{height:auto!important;overflow-y:auto!important}.home-container{max-width:100%!important;min-height:100vh;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.home-prefeitura-p-content{border-radius:12px!important;bottom:2vh!important;box-shadow:0 2px 12px #0000001a!important;left:1vw!important;margin:0!important;max-width:100vw!important;min-width:0!important;padding:0!important;right:1vw!important;top:2vh!important;width:98vw!important}.home-prefeitura-p-header{border-radius:12px 12px 0 0!important;padding:18px 12px 0!important}.home-prefeitura-p-title{font-size:1.1rem!important;padding:0!important}.home-prefeitura-p-close{right:12px!important;top:12px!important}.home-prefeitura-p-body{padding:12px 12px 8px!important}.home-prefeitura-p-footer{border-radius:0 0 12px 12px!important;padding:12px!important}.modal-buttons-pre{gap:.5rem!important}.solicitacao-info strong{font-size:.98rem!important;min-width:90px!important}.descricao-row{font-size:.95rem!important;padding:10px!important}.pagination-container{flex-wrap:wrap;justify-content:center}.action-button,.pagination-button,.search-button{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:600px){.modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.modal-title{font-size:1.2rem;padding:.5rem}.modal-content{border-radius:8px;box-shadow:0 2px 8px #11111a1a,0 4px 16px #11111a0d;min-height:300px;padding:.75rem}.MuiInputBase-input,.MuiInputBase-root,.MuiTextField-root{height:42px!important;min-height:42px!important}.MuiInputBase-input,.MuiInputBase-root{font-size:1.12rem}}.search-container{gap:.5rem;margin-bottom:.5rem;padding:0;width:100%}.search-group{max-width:280px;width:100%}.date-group,.search-group{display:flex;justify-content:center}.date-group{flex:1 1;gap:.5rem;max-width:350px}.search-input{width:100%}.date-input,.search-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;height:40px;padding:8px 12px}.date-input{margin-right:8px}.date-input:focus,.search-input:focus{border-color:#001f4d}.search-button{border-radius:6px;font-size:.9rem;font-weight:600;margin:0;min-width:120px;padding:.65rem 1.25rem;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:auto}.search-button:hover{background-color:#036}.cards-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);justify-items:center;margin-bottom:32px;margin-top:16px;width:100%}@media (max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.cards-grid{gap:24px;grid-template-columns:1fr}}.card{align-items:center;background:#fff;border:none;border-radius:24px;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:340px;min-height:220px;padding:32px 24px 24px;position:relative;transition:transform .18s,box-shadow .18s;width:100%}.card:hover{box-shadow:0 8px 32px #001f4d2e,0 2px 8px #0000001a;transform:translateY(-2px) scale(1.01)}.card-title{color:#001f4d;font-size:1.45rem;font-weight:700;letter-spacing:.5px;margin:0 0 18px;text-align:center}.card-content{align-items:center;display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.card-content,.card-info{text-align:center;width:100%}.card-info{color:#222;font-size:1.08rem;font-weight:500;margin-bottom:.1rem;word-break:break-word}.card-info strong{color:#001f4d;font-weight:700;margin-right:.18rem}.ver-cotacao-btn{background:#001f4d;border:none;border-radius:10px;box-shadow:0 1px 3px #001f4d0a;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;letter-spacing:.2px;margin-top:12px;padding:.85rem 0;text-align:center;transition:background .18s,transform .18s;width:100%}.ver-cotacao-btn:hover{background:#003380;transform:translateY(-1px) scale(1.01)}.no-results{color:#888;font-size:1.1rem;margin-top:1rem;text-align:center}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.2rem;padding:.5rem 0}.pagination-info{color:#001f4d;font-weight:500}.pagination-btn{background-color:#001f4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;max-width:180px;padding:.6rem 1.25rem;text-align:center;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:fit-content}.pagination-btn:hover{background-color:#036;transform:translateY(-1px)}.pagination-btn:active{transform:translateY(0)}@media (max-width:1200px){.date-group,.search-group{max-width:300px}.date-input{max-width:140px}.search-button{min-width:100px}}@media (max-width:992px){.search-container{flex-direction:column;gap:.75rem}.date-group,.search-group{max-width:500px}.date-input{max-width:240px}.search-button{max-width:500px;width:100%}}@media (max-width:480px){.date-group,.search-group{max-width:100%}.date-group{flex-direction:column}.date-input{max-width:92%}.search-button{max-width:100%}}.pagination-container{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding:.5rem}.pagination-info{color:#666;font-size:.9rem}.pagination-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s ease}.pagination-button:hover{background-color:#003380}.pagination-button:disabled{background-color:#ccc;cursor:not-allowed}.action-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.action-button:hover{background-color:#003380;transform:translateY(-1px)}.search-button{align-items:center;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.5rem 1.5rem;transition:all .2s ease}.search-button:hover{background-color:#003380;transform:translateY(-1px)}.search-button:active{transform:translateY(0)}@media (max-width:480px){.pagination-container{gap:.5rem}.action-button,.pagination-button{font-size:.8rem;padding:.3rem .6rem}}.home-prefeitura-p{padding-bottom:0}.home-prefeitura-p-content{background:#fff!important;border-radius:14px!important;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014!important;padding:0!important}.home-prefeitura-p-header{background:#fff!important;border-bottom:none!important;border-radius:14px 14px 0 0!important;padding:32px 32px 0!important;text-align:center!important}.home-prefeitura-p-title{color:#001f4d!important;font-size:1.7rem!important;font-weight:700!important;letter-spacing:.5px;margin:0!important;text-align:center!important}.home-prefeitura-p-close{color:#001f4d!important;right:24px!important;top:24px!important}.home-prefeitura-p-body{background:#fff!important;padding:32px 32px 16px!important}.home-prefeitura-p-footer{background:#fff!important;border-radius:0 0 14px 14px!important;border-top:none!important;padding:24px 32px!important}.modal-buttons-pre{display:flex!important;gap:1rem;justify-content:flex-end!important;width:100%!important}.home-prefeitura-p-footer .ant-btn{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;border-radius:7px!important;color:#fff!important;font-size:1.08rem!important;font-weight:600!important;height:42px!important;min-width:120px!important;padding:0 28px!important;transition:background .18s,transform .18s!important}.home-prefeitura-p-footer .ant-btn:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;color:#fff!important;transform:translateY(-1px) scale(1.01)!important}.home-prefeitura-p-footer .ant-btn.ant-btn-dangerous{background:#fff!important;border:1.5px solid #d32f2f!important;box-shadow:none!important;color:#d32f2f!important}.home-prefeitura-p-footer .ant-btn.ant-btn-dangerous:hover{background:#ffeaea!important;border:1.5px solid #b71c1c!important;color:#b71c1c!important}.home-prefeitura-p-footer .ant-btn.ant-btn-primary{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;box-shadow:none!important;color:#fff!important}.home-prefeitura-p-footer .ant-btn.ant-btn-primary:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;color:#fff!important}@media (max-width:768px){.home-prefeitura-p-content{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px #0000001a!important;display:block!important;height:auto!important;margin:0 auto!important;max-height:none!important;max-width:100vw!important;min-height:0!important;min-width:0!important;padding:0!important;position:static!important;width:98vw!important}.home-prefeitura-p-body,.home-prefeitura-p-footer,.home-prefeitura-p-header{padding:10px!important}.home-prefeitura-p-header{border-radius:12px 12px 0 0!important;padding-bottom:0!important;padding-top:16px!important}.home-prefeitura-p-title{font-size:1.1rem!important;padding:0!important}.home-prefeitura-p-close{right:12px!important;top:12px!important}.home-prefeitura-p-footer{border-radius:0 0 12px 12px!important;padding-bottom:16px!important;padding-top:0!important}.modal-buttons-pre{gap:.5rem!important}.solicitacao-info strong{font-size:.98rem!important;min-width:90px!important}.descricao-row{font-size:.95rem!important;padding:10px!important}.ant-modal{left:1vw!important;margin:0!important;max-width:98vw!important;min-width:0!important;padding:0!important;right:1vw!important;top:2vh!important;width:98vw!important}.ant-modal-content{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px #0000001a!important;max-height:none!important;min-height:0!important;padding:0!important}.ant-modal-header{background:#fff!important;border-radius:12px 12px 0 0!important;padding:10px 10px 0!important}.ant-modal-title{font-size:1.1rem!important;padding:0!important;text-align:center!important}.ant-modal-close{height:32px!important;right:12px!important;top:12px!important;width:32px!important}.ant-modal-body{min-height:0!important}.ant-modal-body,.ant-modal-footer{background:#fff!important;padding:10px!important}.ant-modal-footer{border-radius:0 0 12px 12px!important}.home-prefeitura-p-body,.home-prefeitura-p-content,.home-prefeitura-p-footer,.home-prefeitura-p-header{background:#0000!important;border-radius:0!important;box-shadow:none!important;margin:0!important;padding:0!important}.modal-buttons-pre .ant-btn{font-size:1rem!important;height:40px!important;min-width:100px!important;padding:0 12px!important}.modal-mobile-fullscreen{align-items:center!important;bottom:0!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;margin:0!important;max-height:100vh!important;max-width:100vw!important;min-height:100vh!important;min-width:100vw!important;padding:0!important;right:0!important;top:0!important;width:100vw!important;z-index:9999!important}.modal-mobile-fullscreen .ant-modal{box-shadow:0 2px 12px #0000001a!important;left:0!important;margin:0!important;max-width:98vw!important;right:0!important;top:0!important;width:98vw!important}.modal-mobile-fullscreen .ant-modal,.modal-mobile-fullscreen .ant-modal-content{background:#fff!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;height:auto!important;max-height:98vh!important;min-height:0!important;min-width:0!important;padding:0!important}.modal-mobile-fullscreen .ant-modal-content{box-shadow:none!important;max-width:100%!important;width:100%!important}.modal-mobile-fullscreen .ant-modal-body,.modal-mobile-fullscreen .ant-modal-footer,.modal-mobile-fullscreen .ant-modal-header{padding:10px!important}.modal-mobile-fullscreen .ant-modal-header{padding-bottom:0!important;padding-top:16px!important}.modal-mobile-fullscreen .ant-modal-title{font-size:1.1rem!important;padding:0!important;text-align:center!important}.modal-mobile-fullscreen .ant-modal-close{height:32px!important;right:12px!important;top:12px!important;width:32px!important}.modal-mobile-fullscreen .ant-modal-body{background:#fff!important;flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:10px!important}.modal-mobile-fullscreen .ant-modal-footer{background:#fff!important;border-radius:0 0 12px 12px!important;padding-bottom:16px!important;padding-top:0!important}}body,html{height:100vh;overflow:hidden;overscroll-behavior:none}.home-container{height:100vh;overflow-y:auto}.home-container::-webkit-scrollbar{display:none}.modal-wrapper{min-height:850px}.modal-content{align-items:stretch;justify-content:flex-start;min-height:700px}.usuario-form{display:flex;flex-direction:column;gap:1rem;position:relative;width:100%}.usuario-form::-webkit-scrollbar{display:none;height:0;width:0}.usuario-form{-ms-overflow-style:none;scrollbar-width:none}.form-row{grid-gap:1rem;align-items:start;display:grid;gap:1rem}.form-row.email-cep,.form-row.nome-telefone{gap:1rem;grid-template-columns:2fr 1fr}.form-row.logradouro-numero-bairro{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:4fr 1fr 2fr;margin-bottom:.2rem;width:100%}.form-row.cidade-estado{gap:1rem;grid-template-columns:1fr 1fr}.form-row.tipo-usuario{grid-template-columns:1fr 1fr;margin-bottom:.2rem}.form-row.tipo-usuario .ant-select{width:780px!important}.form-row.login-senha{gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:.2rem}.usuario-form .ant-form-item{margin-bottom:0;width:100%}.usuario-form .ant-form-item-label>label{color:#001f4d;font-size:.95rem;font-weight:500;height:auto}.usuario-form .ant-input,.usuario-form .ant-input-affix-wrapper,.usuario-form .ant-input-password,.usuario-form .ant-select-selector{align-items:center;border:1px solid #999696;border-radius:6px;box-sizing:border-box;display:flex;font-size:.95rem;height:48px!important;padding:4px 11px;transition:all .3s;width:100%}.usuario-form .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#999696;border-bottom:2px solid #999696;box-shadow:0 1px 0 0 #999696}.usuario-form .ant-select .ant-select-selector{border-color:#999696!important}.usuario-form .ant-input-affix-wrapper:hover,.usuario-form .ant-input-password:hover,.usuario-form .ant-input:hover,.usuario-form .ant-select-selector:hover{border-color:#999696}.usuario-form .ant-input-affix-wrapper-focused,.usuario-form .ant-input-password:focus,.usuario-form .ant-input:focus,.usuario-form .ant-select:focus .ant-select-selector{border-color:#999696;border-bottom:2px solid #999696;box-shadow:0 1px 0 0 #001f4d}.usuario-form .ant-input-affix-wrapper .ant-input{border:none}.usuario-form .ant-input-group-wrapper{display:flex}.usuario-form .ant-input-group{align-items:center;display:flex}.usuario-form .ant-input-group .ant-input{border-radius:6px 0 0 6px;height:40px!important}.cep-button{align-items:center;background-color:#001f4d;border:none;border-radius:0 6px 6px 0!important;color:#fff;display:flex;height:48px!important;padding:0 16px}.form-actions.mobile-only{display:none}.form-actions.desktop-only{display:flex;justify-content:flex-end;margin-right:0;margin-top:2rem;padding-right:0;width:100%}.form-actions.desktop-only .ant-form-item-control{display:flex;justify-content:flex-end;text-align:right;width:100%}.form-actions.desktop-only .ant-form-item-control-input{text-align:right;width:auto}.form-actions{bottom:auto!important;position:static!important;right:auto!important}.cadastro-submit-button{align-items:center;background-color:#001f4d;border:none;border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;display:inline-flex;font-size:16px;font-weight:500;height:45px;justify-content:center;margin:0 0 0 auto;min-width:120px;padding:0 32px;transition:background .2s}.cadastro-submit-button:hover{background-color:#003380}@media (max-width:1024px){.home-container,body,html{overflow:auto;overscroll-behavior:auto}.home-container{touch-action:auto}.modal-wrapper{overflow:visible;overscroll-behavior:auto}.modal-content{min-height:calc(100vh - 160px);overflow:auto;overscroll-behavior:auto}.usuario-form{gap:1.2rem;min-height:600px}.form-row,.form-row.cidade-estado,.form-row.email-cep,.form-row.login-senha,.form-row.logradouro-numero-bairro,.form-row.nome-telefone{grid-template-columns:1fr}.form-actions{justify-content:flex-end}.cadastro-submit-button{display:inline-block;margin-left:auto;min-width:120px;padding:0 32px;width:auto}.form-row.tipo-usuario .ant-select{max-width:100%!important;min-width:0!important;width:100%!important}}@media (max-width:480px){.modal-content{min-height:calc(100vh - 20px);padding:1rem}.usuario-form{gap:.75rem}.form-actions.mobile-only{margin-bottom:1.5rem;margin-top:3rem}.cadastro-submit-button{height:44px}}.form-item-tipo-usuario .ant-form-item-explain{margin-top:18px!important}.ant-form-item-explain,.ant-form-item-explain-error{line-height:16px;min-height:16px}.usuario-form .ant-form-item-has-error .ant-select-selector{border-color:#ff4d4f!important}.usuario-form .ant-form-item-has-error .ant-select-focused .ant-select-selector,.usuario-form .ant-form-item-has-error .ant-select-open .ant-select-selector{border-color:#ff4d4f!important;box-shadow:none!important}.form-usuario{background:none;border-radius:0;box-shadow:none;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;padding:0;width:100%}@media (max-width:900px){.form-usuario{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.cadastro-submit-button{font-size:1rem;padding:12px 16px;width:100%}}@media (max-width:768px){.cadastro-submit-button{font-size:15px;height:40px;margin-left:auto;margin-top:10px;min-width:120px;width:auto}.veiculo-label{width:100%!important}.home-container,.home-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;min-height:400px;padding:1rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-item{width:100%}}.solicitacao-header-veiculo{flex-wrap:wrap}.solicitacao-header-veiculo .ant-select{flex:1 1;min-width:200px}.solicitacao-header-veiculo-info{align-items:center;display:flex;flex:1 1;gap:8px;margin-left:16px;min-width:150px}.solicitacao-header-veiculo-info .car-icon{color:#001f4d;font-size:20px}.solicitacao-header-veiculo-info .text-container{display:flex;flex-direction:column}.solicitacao-header-veiculo-info .model-text{color:#001f4d;font-weight:500}.solicitacao-header-veiculo-info .plate-text{color:#666;font-size:.9em}@media (max-width:768px){.home-container,body,html{height:auto!important;overflow-y:auto!important}.home-container{max-width:100%!important;min-height:100vh;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.veiculo-label{width:100%!important}.solicitacao-header-veiculo{align-items:flex-start;flex-direction:column}.solicitacao-header-veiculo .ant-select{max-width:none;width:100%}.solicitacao-header-veiculo-info{margin-left:0;margin-top:10px;width:100%}}.historico-compra-pre-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.historico-compra-pre-container.menu-expanded{padding-left:280px}.historico-compra-pre-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 56px);margin:0 auto;max-width:1636px;overflow:hidden;padding:1rem;width:calc(100% - 2rem)}.historico-compra-pre-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.historico-compra-pre-content{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(17,17,26,.486);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px;width:100%}.historico-compra-pre-export-button,.historico-compra-pre-filter-button{background-color:#001f4d!important;box-sizing:border-box;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:40px!important;max-width:300px!important;min-width:220px!important;text-transform:none!important;white-space:nowrap}.historico-compra-pre-export-button{background-color:#d32f2f!important}.historico-compra-pre-table-container{-webkit-overflow-scrolling:touch;flex:1 1;margin-top:1rem;overflow-x:auto}.historico-compra-pre-table{min-width:800px}.historico-compra-pre-table-header{background-color:#001f4d!important}.historico-compra-pre-table-header th{background-color:#001f4d!important;border-bottom:none!important;color:#fff!important;font-size:1.1rem!important;font-weight:700!important;padding:14px 16px!important;white-space:nowrap}.historico-compra-pre-table-header th:first-child{border-top-left-radius:8px}.historico-compra-pre-table-header th:last-child{border-top-right-radius:8px}.historico-compra-pre-table .MuiTableCell-body{font-size:.9rem;padding:16px 20px!important;white-space:nowrap}.historico-compra-pre-no-results{color:#666;font-size:1rem;font-style:italic;padding:20px!important}@media (max-width:1024px){.historico-compra-pre-wrapper{padding:1rem;width:calc(100% - 2rem)}.historico-compra-pre-content{padding:1.25rem}.historico-compra-pre-table .MuiTableCell-body{font-size:.85rem;padding:12px 16px!important}.historico-compra-pre-table-header th{font-size:1rem!important;padding:12px 14px!important}}@media (max-width:768px){.home-container,body,html{height:auto!important;overflow-y:auto!important}.home-container{max-width:100%!important;min-height:100vh;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.historico-compra-pre-container,.historico-compra-pre-container.menu-expanded{padding-left:0}.historico-compra-pre-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.historico-compra-pre-title{font-size:1.3rem;padding:.5rem .75rem}.historico-compra-pre-content{min-height:400px;padding:1rem}.historico-compra-pre-table .MuiTableCell-body{font-size:.8rem;padding:10px 12px!important}.historico-compra-pre-table-header th{font-size:.9rem!important;padding:10px 12px!important}.historico-compra-pre-export-button,.historico-compra-pre-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}}@media (max-width:600px){.historico-compra-pre-wrapper{padding:.5rem;width:calc(100% - 1rem)}.historico-compra-pre-title{font-size:1.2rem;padding:.5rem}.historico-compra-pre-content{border-radius:8px;min-height:300px;padding:.75rem}.historico-compra-pre-table .MuiTableCell-body{font-size:.75rem;padding:8px 10px!important}.historico-compra-pre-table-header th{font-size:.85rem!important;padding:8px 10px!important}.historico-compra-pre-export-button,.historico-compra-pre-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}.historico-compra-pre-mobile-full-width{margin-bottom:8px!important;width:100%!important}.historico-compra-pre-mobile-full-width .MuiFormControl-root{width:100%!important}.historico-compra-pre-grid-item{padding-left:8px!important;padding-right:8px!important}.MuiGrid-item:has(.historico-compra-pre-export-button),.MuiGrid-item:has(.historico-compra-pre-filter-button){margin-top:8px!important;width:100%!important}.historico-compra-pre-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;font-size:.95rem;gap:4px;margin-bottom:12px;padding:12px}.historico-compra-pre-card>div{margin-bottom:4px}.historico-compra-pre-card>div:last-child{margin-bottom:0}}@media (max-width:400px){.historico-compra-pre-wrapper{padding:.5rem}.historico-compra-pre-title{font-size:1.1rem;padding:.25rem .5rem}.historico-compra-pre-content{min-height:250px;padding:.5rem}.historico-compra-pre-table .MuiTableCell-body{font-size:.7rem;padding:6px 8px!important}.historico-compra-pre-table-header th{font-size:.8rem!important;padding:6px 8px!important}.historico-compra-pre-export-button,.historico-compra-pre-filter-button{font-size:.7rem!important;height:28px!important;padding:2px 6px!important}}@media (max-height:600px){.historico-compra-pre-container{padding-top:48px}.historico-compra-pre-wrapper{min-height:calc(100vh - 48px)}.historico-compra-pre-title{margin-bottom:.5rem}.historico-compra-pre-content{min-height:200px}.historico-compra-pre-table .MuiTableCell-body,.historico-compra-pre-table-header th{padding:6px 8px!important}}.historico-compra-pre-content::-webkit-scrollbar{width:6px}.historico-compra-pre-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.historico-compra-pre-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.historico-compra-pre-content::-webkit-scrollbar-thumb:hover{background:#666}.ant-modal{padding-bottom:0}.ant-modal-content{background:#fff!important;border-radius:14px!important;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014!important;padding:0!important}.ant-modal-header{border-bottom:none!important;border-radius:14px 14px 0 0!important;padding:32px 32px 0!important;text-align:center!important}.ant-modal-title{color:#001f4d!important;font-size:1.7rem!important;font-weight:700!important;letter-spacing:.5px;margin:0!important;text-align:center!important}.ant-modal-close{color:#001f4d!important;right:24px!important;top:24px!important}.ant-modal-body{background:#fff!important;padding:32px 32px 16px!important}.solicitacao-info{flex-direction:column;gap:18px;margin-bottom:0;text-align:left}.solicitacao-info,.solicitacao-info p{align-items:flex-start;display:flex;width:100%}.solicitacao-info p{border-bottom:none;color:#222;font-size:1.08rem;font-weight:500;line-height:1.5;margin:0;padding-bottom:0}.solicitacao-info strong{color:#001f4d;display:inline-block;font-size:1.08rem;font-weight:700;margin-right:12px;min-width:120px;text-align:left}.descricao-row{align-items:flex-start;background:#f5f8fa;border-radius:8px;box-shadow:0 1px 4px #001f4d0a;color:#333;display:flex;gap:.5rem;margin:0;padding:16px 18px;width:100%}.descricao-row,.descricao-texto{font-size:1.08rem;text-align:left}.descricao-texto{color:#222;flex:1 1;white-space:pre-line;word-break:break-word}.ant-modal-footer{border-radius:0 0 14px 14px!important;border-top:none!important;padding:24px 32px!important}.ant-modal-footer .ant-btn.cancel-button.ant-btn-dangerous{background-color:#ff4d4f!important;border-color:#ff4d4f!important;color:#fff!important}.ant-modal-footer .ant-btn.cancel-button.ant-btn-dangerous:hover{background-color:#ff7875!important;border-color:#ff7875!important}.modal-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.modal-buttons .ant-btn{align-items:center!important;border-radius:8px!important;display:inline-flex!important;font-size:1.05rem!important;font-weight:600!important;height:42px!important;justify-content:center!important;margin:0!important;min-width:140px!important;padding:0 20px!important;text-align:center!important}.ant-modal-footer .ant-btn{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;border-radius:7px!important;color:#fff!important;font-size:1.08rem!important;font-weight:600!important;height:42px!important;min-width:120px!important;padding:0 28px!important;transition:background .18s,transform .18s!important}.ant-modal-footer .ant-btn:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;color:#fff!important;transform:translateY(-1px) scale(1.01)!important}.ant-modal-footer .ant-btn.ant-btn-primary{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;box-shadow:none!important;color:#fff!important}.ant-modal-footer .ant-btn.ant-btn-primary:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;color:#fff!important}.modal-buttons .ant-btn-primary{align-items:center!important;border-radius:8px;box-sizing:border-box!important;display:inline-flex!important;font-size:1.08rem!important;font-weight:700;height:52px!important;justify-content:center!important;line-height:52px!important;min-width:140px;padding:0 24px!important;white-space:nowrap}@media (max-width:768px){.ant-modal{background:#0000!important;bottom:auto!important;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014!important;height:85vh!important;justify-content:flex-start;left:0!important;margin:7.5vh auto!important;max-width:90vw!important;min-height:320px!important;right:0!important;top:auto!important;width:90vw!important}.ant-modal,.ant-modal-content{border-radius:14px!important;display:flex;flex-direction:column}.ant-modal-content{background:#fff!important;min-height:100%!important;padding-bottom:0!important}.ant-modal-header{border-radius:14px 14px 0 0!important}.ant-modal-footer{border-radius:0 0 14px 14px!important}.ant-modal-header{background:#fff!important;font-size:1.05rem!important;min-height:48px;padding:18px 8px 0!important;position:relative;z-index:1001}.ant-modal-title{display:block;font-size:1.15rem!important;margin-bottom:0!important;margin-top:0!important;padding-right:40px;text-align:center!important;width:100%}.ant-modal-close{background:#fff!important;border-radius:50%!important;box-shadow:0 2px 8px #00000012;display:flex!important;height:36px!important;padding:0!important;right:10px!important;top:12px!important;width:36px!important;z-index:1002!important}.ant-modal-close,.ant-modal-close-x{align-items:center;justify-content:center}.ant-modal-close-x{color:#001f4d!important;display:flex;font-size:1.6rem!important;height:100%;line-height:1!important;width:100%}.ant-modal-body{background:#fff!important;flex:1 1 auto;max-height:70vh;overflow-y:auto;padding:12px 8px 0!important}.solicitacao-info{font-size:1rem;gap:12px;margin-bottom:0}.ant-modal-footer{align-items:stretch!important;background:#fff!important;border-radius:0 0 12px 12px!important;bottom:0;display:flex!important;flex-direction:column!important;gap:10px!important;padding:10px 8px 18px!important;position:sticky;z-index:10}.modal-buttons,.modal-buttons>div{display:block!important;gap:0!important;margin:0!important;width:100%!important}.ant-modal-footer .ant-btn{border-radius:7px!important;display:block!important;margin:0 0 8px!important;width:100%!important}.ant-modal-footer .ant-btn:last-child{margin-bottom:0!important}.ant-list-item{margin-bottom:2px!important;padding:6px 4px!important}.ant-checkbox-wrapper{align-items:flex-start!important;font-size:.98rem!important;min-height:36px!important;width:100%!important}.ant-checkbox{margin-right:8px;transform:scale(1.3)}.ant-checkbox-inner{height:22px!important;width:22px!important}.ant-input{background:#fff!important;font-size:1rem!important;height:38px!important;margin-bottom:8px!important;position:sticky;top:0;z-index:11}.selecionados-counter{font-size:.95rem!important;margin-bottom:8px!important;padding:4px 8px!important}.ant-modal-footer .ant-btn{border-radius:6px!important;font-size:1rem!important;height:36px!important;margin-bottom:4px!important;padding:0 8px!important}.ant-pagination{margin:8px 0!important}.ant-pagination-item{font-size:.9rem!important;height:24px!important;line-height:24px!important;min-width:24px!important}}.ant-modal .ant-list-item{border-radius:8px;padding:12px 16px;transition:background-color .2s}.ant-modal .ant-list-item:hover{background-color:#f5f8fa}.ant-modal .ant-checkbox-wrapper{font-size:1.08rem;width:100%}.ant-modal .ant-input{border:1px solid #d9d9d9;border-radius:7px;font-size:1.08rem;height:42px;transition:all .3s}.ant-modal .ant-input:focus,.ant-modal .ant-input:hover{border-color:#001f4d;box-shadow:0 0 0 2px #001f4d1a}.ant-modal .ant-checkbox-checked .ant-checkbox-inner{background-color:#001f4d;border-color:#001f4d}.ant-modal .ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-modal .ant-checkbox:hover .ant-checkbox-inner{border-color:#001f4d}@media (max-width:768px){.ant-modal{margin:0 auto!important;max-width:95vw!important}.ant-modal-content{border-radius:12px!important}.ant-modal-header{padding:20px 16px 0!important}.ant-modal-title{font-size:1.2rem!important}.ant-modal-body,.ant-modal-footer{padding:16px!important}.ant-list-item{padding:8px!important}.ant-checkbox-wrapper{width:100%!important}.ant-checkbox-wrapper>span:last-child{padding-left:8px!important}.ant-checkbox-wrapper .vSoli-nome{font-size:1rem!important;line-height:1.4!important}.ant-checkbox-wrapper .vSoli-info{font-size:.9rem!important;line-height:1.3!important;margin-top:4px!important}.ant-checkbox-wrapper .selecionado-badge{font-size:.75rem!important;margin-left:6px!important;padding:1px 6px!important}.selecionados-counter{font-size:.9rem!important;padding:6px 10px!important}.ant-modal-footer .ant-btn{font-size:1rem!important;height:38px!important;padding:0 16px!important}.ant-pagination{margin:12px 0!important}.ant-pagination-item,.ant-pagination-next,.ant-pagination-prev{height:28px!important;line-height:28px!important;min-width:28px!important}}@media (min-width:769px) and (max-width:1024px){.ant-modal{max-width:90vw!important}.ant-modal-body{padding:24px!important}.ant-list-item{padding:12px!important}.ant-checkbox-wrapper .vSoli-nome{font-size:1.1rem!important}.ant-checkbox-wrapper .vSoli-info{font-size:.95rem!important}}.ant-pagination{margin:16px 0!important}.ant-pagination-item{border-radius:4px!important;margin:0 4px!important}.ant-pagination-item-active{background-color:#001f4d!important;border-color:#001f4d!important}.ant-pagination-item-active a{color:#fff!important}.ant-pagination-item:hover{border-color:#001f4d!important}.ant-pagination-item:hover a{color:#001f4d!important}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{border-radius:4px!important}.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{border-color:#001f4d!important;color:#001f4d!important}@media (max-width:768px){.ant-pagination{margin:12px 0!important}.ant-pagination-item{height:32px!important;line-height:32px!important;min-width:32px!important}.modal-buttons-adm .ant-btn{font-size:1rem!important;height:40px!important;min-width:100px!important;padding:0 12px!important}.modal-buttons-adm .ant-btn:last-child{margin-bottom:0!important}.modal-vSoli-responsivo .ant-modal{border-radius:14px!important;display:flex!important;flex-direction:column!important;margin:0 auto!important;max-height:75vh!important;width:98vw!important}.modal-vSoli-responsivo .ant-modal-body{max-height:55vh!important;overflow-y:auto!important}.modal-vSoli-responsivo .ant-modal-footer{background:#fff}.modal-vSoli-responsivo .ant-modal-content{border-radius:14px!important;padding:0!important}.modal-vSoli-responsivo .ant-modal-header{background:#fff!important;border-radius:14px 14px 0 0!important;padding:16px 10px 0!important}.modal-vSoli-responsivo .ant-modal-title{display:block;font-size:1.15rem!important;margin:0!important;padding-right:40px;text-align:center!important;width:100%}.modal-vSoli-responsivo .ant-modal-close{height:32px!important;right:12px!important;top:12px!important;width:32px!important}.modal-vSoli-responsivo .ant-modal-body{background:#fff!important;max-height:60vh;min-height:0!important;overflow-y:auto;padding:10px!important}.modal-vSoli-responsivo .ant-modal-footer{align-items:stretch!important;background:#fff!important;border-radius:0 0 14px 14px!important;bottom:0;display:flex!important;flex-direction:column!important;gap:12px!important;padding:10px 10px 18px!important;position:sticky;z-index:10}.modal-vSoli-responsivo .ant-modal-footer .ant-btn{border-radius:8px!important;font-size:1.1rem!important;height:48px!important;margin-bottom:8px!important;width:100%!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn:last-child{margin-bottom:0!important}.modal-vSoli-responsivo .ant-input{border-radius:8px!important;font-size:1.08rem!important;height:44px!important;margin-bottom:12px!important;width:100%!important}.modal-vSoli-responsivo .ant-list-item{border-radius:8px!important;font-size:1.05rem!important;margin-bottom:6px!important;padding:10px 6px!important}.modal-vSoli-responsivo .selecionados-counter{font-size:1rem!important;margin-bottom:10px!important;padding:8px 10px!important}}@media (min-width:769px){.modal-vSoli-responsivo .ant-modal{border-radius:14px!important;margin:0 auto!important;max-width:600px!important;width:600px!important}.modal-vSoli-responsivo .ant-modal-content{border-radius:14px!important;padding:0!important}.modal-vSoli-responsivo .ant-modal-header{background:#fff!important;border-radius:14px 14px 0 0!important;padding:24px 24px 0!important}.modal-vSoli-responsivo .ant-modal-title{display:block;font-size:1.3rem!important;margin:0!important;padding-right:40px;text-align:center!important;width:100%}.modal-vSoli-responsivo .ant-modal-close{height:32px!important;right:18px!important;top:18px!important;width:32px!important}.modal-vSoli-responsivo .ant-modal-body{background:#fff!important;max-height:60vh;min-height:0!important;overflow-y:auto;padding:18px 24px 8px!important}.modal-vSoli-responsivo .ant-modal-footer{align-items:center!important;background:#fff!important;border-radius:0 0 14px 14px!important;display:flex!important;flex-direction:row!important;gap:16px!important;justify-content:flex-end!important;padding:18px 24px 24px!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn{border-radius:8px!important;font-size:1.08rem!important;height:44px!important;margin-bottom:0!important;min-width:120px!important}.modal-vSoli-responsivo .ant-input{border-radius:8px!important;font-size:1.05rem!important;height:40px!important;margin-bottom:12px!important;width:100%!important}.modal-vSoli-responsivo .ant-list-item{border-radius:8px!important;font-size:1.08rem!important;margin-bottom:8px!important;padding:10px 8px!important}.modal-vSoli-responsivo .selecionados-counter{font-size:1.05rem!important;margin-bottom:12px!important;padding:8px 12px!important}}.no-scroll{height:100vh!important;left:0!important;overflow:hidden!important;position:fixed!important;top:0!important;width:100vw!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn[type=primary]{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;color:#fff!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn[type=primary]:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;color:#fff!important}@media (max-width:768px){.modal-vSoli-responsivo .ant-modal-footer .ant-btn:first-child{background:#fff!important;border:1.5px solid #d32f2f!important;color:#d32f2f!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn:last-child{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;color:#fff!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}}@media (min-width:769px){.modal-vSoli-responsivo .ant-modal-footer .ant-btn:first-child{background:#fff!important;border:1.5px solid #d32f2f!important;color:#d32f2f!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}.modal-vSoli-responsivo .ant-modal-footer .ant-btn:last-child{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;color:#fff!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}}.btn-azul,.btn-azul.ant-btn,.btn-azul.ant-btn-primary,.btn-azul:active,.btn-azul:focus{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;box-shadow:none!important;color:#fff!important;font-weight:700!important}.btn-azul.ant-btn-primary:hover,.btn-azul.ant-btn:hover,.btn-azul:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;border:none!important;color:#fff!important}#btn-enviar-azul,#btn-enviar-azul.ant-btn,#btn-enviar-azul.ant-btn-primary,#btn-enviar-azul:active,#btn-enviar-azul:focus{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;box-shadow:none!important;color:#fff!important;font-weight:700!important}#btn-enviar-azul.ant-btn-primary:hover,#btn-enviar-azul.ant-btn:hover,#btn-enviar-azul:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)!important;border:none!important;color:#fff!important}.modal-footer-buttons{display:flex;justify-content:flex-end;width:100%}.modal-footer-buttons .ant-space{width:100%}.standard-button{background:#001f4d!important;border:none!important;border-radius:6px!important;color:#fff!important;flex:1 1;font-weight:600!important;height:40px!important;max-width:200px;min-width:120px!important}.standard-button:hover{background:#003380!important;transform:translateY(-1px)}.ant-btn-dangerous.cancel-button,.ant-btn.cancel-button,.ant-btn.cancel-button.ant-btn-dangerous{background-color:#ff4d4f!important;border-color:#ff4d4f!important;color:#fff!important}.ant-btn-dangerous.cancel-button:hover,.ant-btn.cancel-button.ant-btn-dangerous:hover,.ant-btn.cancel-button:hover{background-color:#ff7875!important;border-color:#ff7875!important;color:#fff!important}#btn-cancelar-forcado{background:#ff4d4f!important;border-color:#ff4d4f!important;color:#fff!important}@media (max-width:768px){.modal-footer-buttons{justify-content:center!important}.modal-footer-buttons,.modal-footer-buttons .ant-space,.modal-footer-buttons .ant-space-horizontal,.modal-footer-buttons .ant-space-vertical{align-items:stretch!important;display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}.ant-btn-dangerous.cancel-button,.ant-btn.cancel-button,.ant-btn.cancel-button.ant-btn-dangerous,.cancel-button,.standard-button{border-radius:8px!important;font-size:1.08rem!important;height:44px!important;margin:0!important;max-width:none!important;min-width:0!important;min-width:auto!important;width:100%!important}}.top-bar{background-color:#001f4d;color:#fff;height:3.5rem;left:0;padding:0 1rem;position:fixed;top:0;width:100%;z-index:1200}.top-bar,.top-bar-section{align-items:center;display:flex}.top-bar-section{flex:0.5 1;min-width:50px}.top-bar-section button{color:#fff!important;min-width:auto!important;padding:.5rem!important}.top-bar-section button:hover{background-color:#ffffff1a!important}.top-bar-title{flex:1 1;font-size:1.8rem;font-weight:600;letter-spacing:.5px;margin:0 1rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.top-bar-user{align-items:center;display:flex;flex:0.5 1;justify-content:flex-end;padding-right:.5rem}.top-bar-user .MuiBox-root{align-items:center;display:flex;gap:.75rem}.avatar{flex-shrink:0;height:2.5rem;transition:all .3s ease;width:2.5rem}.logout-button{color:#fff!important;font-size:.9rem!important;min-width:auto!important;padding:.5rem .75rem!important;white-space:nowrap}.menu-button{align-items:center;display:flex;height:auto;justify-content:center;width:auto}@media (max-width:768px){.top-bar{height:3.2rem;left:0;padding:0 .75rem;width:100%}.top-bar-section{align-items:center;display:flex}.top-bar-title{font-size:1.4rem;margin:0 .5rem}.menu-button{color:#fff!important;padding:8px!important}.top-bar-user .MuiBox-root{gap:.5rem}.avatar{height:1.8rem;width:1.8rem}.logout-button{padding:.4rem .5rem!important}}@media (max-width:600px){.top-bar{height:3rem;padding:0 .5rem}.top-bar-title{font-size:1.2rem;margin:0 .25rem}.top-bar-section{min-width:30px}.top-bar-user{padding-right:0}.avatar{height:1.4rem;width:1.4rem}.logout-button{font-size:.8rem!important;padding:.25rem .5rem!important}.menu-button{align-items:center;display:flex;height:auto;justify-content:center;width:auto}}@media (max-width:400px){.top-bar{height:2.8rem;padding:0 .25rem}.top-bar-title{font-size:1rem}.top-bar-user .MuiBox-root{gap:.25rem}.avatar{height:1.2rem;width:1.2rem}.logout-button{padding:.25rem!important}.logout-button span{display:none}.logout-button .MuiButton-endIcon{margin:0}.menu-button{align-items:center;display:flex;height:auto;justify-content:center;width:auto}}.side-menu{height:100vh;position:fixed;transition:width .3s ease;width:280px;z-index:1200}.side-menu.collapsed{width:64px}.side-menu .MuiDrawer-paper{height:100vh;overflow-y:auto;position:fixed;transition:width .3s ease;width:280px}.side-menu.collapsed .MuiDrawer-paper{width:64px}.menu-header{background-color:#001f4d;color:#fff;padding:22px;transition:all .3s ease}.side-menu.collapsed .menu-header{padding:12px 4px}.header-content{align-items:center;display:flex;justify-content:space-between;transition:all .3s ease}.side-menu.collapsed .header-content{justify-content:center}.user-info{align-items:center;display:flex;gap:12px;transition:all .3s ease}.side-menu.collapsed .user-info{display:none}.user-icon{font-size:40px!important}.side-menu.collapsed .user-icon{font-size:24px!important}.user-details{display:flex;flex-direction:column;transition:all .3s ease}.side-menu.collapsed .user-details{display:none}.user-details h3{font-size:16px;font-weight:500;margin:0}.user-details span{font-size:14px;opacity:.8}.menu-button{margin-left:8px;transition:all .3s ease}.side-menu.collapsed .menu-button{margin:0;padding:4px}.menu-list{padding:8px!important;transition:all .3s ease}.side-menu.collapsed .menu-list{padding:4px!important}.menu-item{border-radius:8px!important;margin-bottom:4px!important;padding:8px 16px!important;transition:all .3s ease}.side-menu.collapsed .menu-item{justify-content:center;min-height:40px!important;padding:8px!important}.menu-item:hover{background-color:#1976d214!important}.menu-icon{color:#001f4d!important;min-width:40px!important;transition:all .3s ease}.side-menu.collapsed .menu-icon{font-size:20px!important;min-width:24px!important}.MuiListItemText-primary{color:#333;font-size:1.1rem;font-weight:500}.side-menu.collapsed .MuiListItemText-primary{display:none}.menu-footer{margin-top:auto;padding:16px;transition:all .3s ease}.side-menu.collapsed .menu-footer{padding:8px 4px}.logout-item{border-radius:8px!important;margin-bottom:16px!important;transition:all .3s ease}.side-menu.collapsed .logout-item{justify-content:center;margin-bottom:8px!important;min-height:40px!important;padding:8px!important}.logout-item:hover{background-color:#d32f2f14!important}.logout-item .MuiListItemIcon-root{color:#d32f2f!important}.side-menu.collapsed .logout-item .MuiListItemIcon-root{font-size:20px!important;min-width:24px!important}.footer-content{align-items:center;display:flex;flex-direction:column;padding:16px 0;transition:all .3s ease}.side-menu.collapsed .footer-content{display:none}.footer-logo{height:auto;margin-bottom:8px;max-width:100px;transition:all .3s ease}.footer-text{color:#0009;font-size:14px;margin:0;transition:all .3s ease}@media (max-width:768px){.side-menu{position:fixed;width:280px}.side-menu .MuiDrawer-paper{transform:translateX(-100%);transition:transform .3s ease}.side-menu.open .MuiDrawer-paper{transform:translateX(0)}.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:280px}.side-menu.collapsed.open .MuiListItemText-root,.side-menu.collapsed.open .footer-content,.side-menu.collapsed.open .user-details,.side-menu.collapsed.open .user-info{display:flex}.side-menu.collapsed .menu-header{padding:22px!important}.side-menu.collapsed .header-content{justify-content:space-between!important}.side-menu.collapsed .logout-item,.side-menu.collapsed .menu-item{justify-content:flex-start!important;padding:8px 16px!important}.side-menu.collapsed .MuiListItemIcon-root,.side-menu.collapsed .menu-icon{min-width:40px!important}.side-menu .MuiCollapse-root{display:block!important}.side-menu.collapsed .MuiCollapse-root{display:none!important}.side-menu.collapsed.open .MuiCollapse-root{display:block!important}}@media (max-width:600px){.side-menu,.side-menu .MuiDrawer-paper,.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:280px!important}.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:48px!important}.menu-header{padding:1rem}.side-menu.collapsed .menu-header{padding:8px 4px}.user-icon{font-size:2.5rem!important}.side-menu.collapsed .user-icon{font-size:24px!important}.user-details h3{font-size:1.1rem}.user-details span{font-size:.8rem}.menu-item{padding:.75rem 1.5rem!important}.side-menu.collapsed .menu-item{padding:8px!important}.footer-content{padding:1rem}.footer-logo{width:40px}.footer-text{font-size:.8rem}}@media (min-width:1920px){.side-menu,.side-menu .MuiDrawer-paper{width:320px}.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:80px}.menu-header{padding:24px}.menu-item{padding:12px 20px!important}.menu-icon{font-size:24px!important}.MuiListItemText-primary{font-size:1.2rem}}@media (min-width:2560px){.side-menu,.side-menu .MuiDrawer-paper{width:360px}.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:96px}.menu-header{padding:28px}.menu-item{padding:14px 24px!important}.menu-icon{font-size:28px!important}.MuiListItemText-primary{font-size:1.3rem}}@media (min-width:3840px){.side-menu,.side-menu .MuiDrawer-paper{width:400px}.side-menu.collapsed,.side-menu.collapsed .MuiDrawer-paper{width:112px}.menu-header{padding:32px}.menu-item{padding:16px 28px!important}.menu-icon{font-size:32px!important}.MuiListItemText-primary{font-size:1.4rem}}.main-content{margin-left:280px;position:relative;transition:margin-left .3s ease}.main-content.menu-collapsed{margin-left:64px}@media (min-width:1920px){.main-content{margin-left:320px}.main-content.menu-collapsed{margin-left:80px}}@media (min-width:2560px){.main-content{margin-left:360px}.main-content.menu-collapsed{margin-left:96px}}@media (min-width:3840px){.main-content{margin-left:400px}.main-content.menu-collapsed{margin-left:112px}}@media (max-width:768px){.main-content,.main-content.menu-open{margin-left:0}}.layout-container{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.main-content{display:flex;flex:1 1;margin-top:3rem;overflow:hidden}.content-area{-webkit-overflow-scrolling:touch;flex:1 1;height:calc(100vh - 3rem);overflow-y:auto;padding:1rem;transition:margin-left .3s ease}.content-area.menu-open{margin-left:250px}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.content-area::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.content-area::-webkit-scrollbar-thumb:hover{background:#666}.home-container,body,html{overflow-x:hidden}.modal-wrapper{min-height:calc(100vh - 56px);overflow:visible}.modal-content{min-height:0;overflow-x:hidden}.ant-modal-wrap{align-items:center!important;display:flex!important;justify-content:center!important}.ant-modal-wrap .ant-modal{left:auto!important;top:auto!important;transform:none!important}.ant-list-item{border-bottom:1px solid #f0f0f0;font-size:1.08em;padding:10px 0}.ant-list-item:last-child{border-bottom:none}.inserir-cotacao-card{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #001f4d1a;display:flex;flex-direction:column;font-size:1.05rem;gap:8px;margin-bottom:16px;padding:16px 14px 14px}.inserir-cotacao-card b{color:#001f4d;font-size:1.08rem;font-weight:600;margin-right:6px}.ant-modal-footer .ant-btn:first-child{background:#fff!important;border:1.5px solid #d32f2f!important;color:#d32f2f!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}.ant-modal-footer .ant-btn:last-child{background:linear-gradient(90deg,#001f4d 60%,#003380)!important;border:none!important;color:#fff!important;font-size:1.15rem!important;height:36px!important;min-width:120px!important}@media (max-width:768px){.ant-modal{border-radius:14px!important;display:flex!important;flex-direction:column!important;margin:0 auto!important;max-height:75vh!important;width:98vw!important}.ant-modal .ant-modal-body{max-height:55vh!important;overflow-y:auto!important;padding-bottom:0!important}.ant-modal-footer{background:#fff;bottom:0;position:sticky;z-index:10}}.modal-fornecedor{align-items:center;background:#0000004d;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3000}.modal-content-fornecedor,.modal-fornecedor{display:flex;font-family:Inter,Segoe UI,Arial,sans-serif}.modal-content-fornecedor{background:#fff;border-radius:14px;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014;flex-direction:column;height:750px;max-height:95vh;max-width:98vw;padding:32px 32px 24px;position:relative;width:520px}.fechar-modal{align-items:center;background:none;border:none;border-radius:50%;color:#001f4d;cursor:pointer;display:flex;font-size:1.7rem;height:40px;justify-content:center;position:absolute;right:24px;top:24px;transition:background .18s;width:40px}.fechar-modal:hover{background:#f5f7fa}.titulo-modal{color:#001f4d;font-size:2rem;font-weight:700;letter-spacing:.5px;margin-bottom:32px;margin-top:0;text-align:center}.input-busca{background:#f5f7fa;border:1px solid #d9d9d9;border-radius:8px;box-sizing:border-box;font-size:1.08rem;margin-bottom:24px;outline:none;padding:12px 16px;transition:border .2s;width:100%}.input-busca:focus{border-color:#001f4d;outline:none}.lista-fornecedores{flex:1 1 auto;margin-bottom:24px;max-height:400px;min-height:400px;overflow-y:auto;width:100%}.item-fornecedor.card-fornecedor{align-items:flex-start;background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #001f4d1a;cursor:pointer;display:flex;gap:12px;margin-bottom:16px;max-width:400px;padding:16px;transition:box-shadow .18s,border .18s,background .18s;width:100%}.item-fornecedor.card-fornecedor:hover{background:#f5f7fa;border-color:#b3c6e0;box-shadow:0 4px 16px #001f4d21}.item-fornecedor input[type=checkbox]{accent-color:#001f4d;height:22px;margin-top:2px;width:22px}.nome-fornecedor{color:#001f4d;font-size:1.13rem;font-weight:700;margin-bottom:2px}.cnpj-fornecedor,.endereco-fornecedor{color:#666;font-size:1rem;margin-bottom:1px}.paginacao{display:flex;gap:8px;justify-content:center;margin-bottom:24px}.paginacao button{background:#f5f7fa;border:none;border-radius:6px;color:#001f4d;cursor:pointer;font-size:1.08rem;font-weight:600;height:36px;min-width:36px;transition:background .2s}.paginacao button:hover{background:#e6eaf3}.pagina-ativa{background:#001f4d!important;color:#fff!important}.botoes-modal{display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.btn-cancelar{background:#fff;border:1.5px solid #d32f2f;border-radius:8px;color:#d32f2f;cursor:pointer;font-size:1.08rem;font-weight:700;padding:12px 32px;transition:background .18s,color .18s}.btn-cancelar:hover{background:#ffeaea;color:#b71c1c}.btn-confirmar{background:linear-gradient(90deg,#001f4d 60%,#003380);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;padding:12px 32px;transition:background .18s}.btn-confirmar:hover{background:linear-gradient(90deg,#003380 60%,#001f4d)}@media (max-width:900px){.modal-content-fornecedor{border-radius:12px;height:90vh;max-height:95vh;max-width:95vw;padding:20px 10px;width:90vw}.titulo-modal{font-size:1.3rem;margin-bottom:20px}.item-fornecedor.card-fornecedor{max-width:98vw;padding:12px}}@media (max-width:600px){.modal-content-fornecedor{border-radius:14px;box-sizing:border-box;height:80vh;max-height:80vh;max-width:97vw;min-height:0;min-height:auto;padding:8px 2px;width:96vw}.titulo-modal{font-size:1.05rem;margin-bottom:10px;padding:.5rem}.btn-cancelar,.btn-confirmar{border-radius:10px;font-size:1rem;margin-bottom:8px;padding:12px 8px;width:100%}.botoes-modal{align-items:stretch;flex-direction:column;gap:8px;margin-top:10px}.item-fornecedor.card-fornecedor{font-size:.98rem;max-width:97vw;padding:8px 2px}.input-busca{font-size:.98rem;margin-bottom:12px;padding:8px 6px}.lista-fornecedores{margin-bottom:12px;max-height:38vh;min-height:220px}}.editar-solicitacao-pre-header-veiculo{border-radius:6px;gap:12px}.editar-solicitacao-pre-header-veiculo .ant-select{max-width:500px;width:100%}.editar-solicitacao-pre-header-veiculo .ant-select-selection-item{font-size:.95rem}.item-excluido{background-color:#ffeaea!important;opacity:.7;text-decoration:line-through}.item-excluido-msg{color:#d4380d;font-weight:700;margin-left:8px}.form-prefeitura{background:none;border-radius:0;box-shadow:none;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;padding:0}@media (max-width:900px){.form-prefeitura{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.btn-salvar{font-size:1rem;padding:12px 16px;width:100%}.form-fornecedor{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.btn-salvar{font-size:1rem;padding:12px 16px;width:100%}.form-row.endereco-row{flex-direction:column}.form-row.endereco-row .form-group.pais-group{flex:1 1 auto;max-width:100%}}.form-veiculo{background:none;border-radius:0;box-shadow:none;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;padding:0;width:100%}@media (max-width:900px){.form-veiculo{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.btn-salvar{font-size:1rem;padding:12px 16px;width:100%}}.form-contrato{border-radius:0;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;width:100%}.form-actions,.form-contrato{background:none;box-shadow:none;padding:0}.form-actions{justify-content:center;margin-top:24px}.btn-salvar,.form-actions{bottom:auto!important;position:static!important;right:auto!important}.submit-button{border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;display:inline-block;margin:0;padding:0 32px;transition:background .2s}.submit-button:hover{background-color:#003380}.btn-salvar{align-items:center;background-color:#001f4d;box-shadow:0 2px 8px #00000026;display:inline-block;display:flex;font-size:16px;font-weight:500;height:45px;justify-content:center;margin:0;min-width:120px;padding:0 32px;position:static!important;text-align:center;transition:background .2s}.btn-salvar:hover{background-color:#003380}@media (max-width:900px){.form-contrato{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.btn-salvar{font-size:1rem;padding:12px 16px;width:100%}}.form-secretaria{background:none;border-radius:0;box-shadow:none;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;padding:0;width:100%}@media (max-width:900px){.form-secretaria{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{margin-top:18px}.btn-salvar{font-size:1rem;padding:12px 16px;width:100%}}.gerenciar-prefeitura-submit-button{background-color:#001f4d;border:none;border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;float:right;font-size:16px;font-weight:500;height:45px;margin-right:0;min-width:120px;transition:background .2s}.gerenciar-prefeitura-submit-button:hover{background-color:#003380}@media (max-width:1024px){.modal-wrapper{padding:1rem;width:calc(100% - 2rem)}.modal-content{padding:1.25rem}.gerenciar-prefeitura-submit-button{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.home-container,.home-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;min-height:400px;padding:1rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-item{width:100%}.solicitacao-header-box{gap:16px;padding:12px}.gerenciar-prefeitura-filter-container,.search-container{flex-direction:column;gap:12px}.search-container{align-items:stretch}.MuiFormControl-root,.MuiTextField-root,.search-button{max-width:none!important;min-width:0!important;width:100%!important}.search-button,.search-container .MuiOutlinedInput-root{height:40px}.MuiTextField-root,.search-container .MuiFormControl-root{width:100%!important}.ant-modal{left:50%!important;margin:0!important;position:fixed!important;top:50%!important;transform:translate(-50%,-50%)!important;width:calc(100% - 16px)!important}.ant-modal-content{display:flex;flex-direction:column;height:calc(85vh - 16px)!important;max-width:95%!important}.ant-modal-body{flex:1 1;overflow-y:auto;padding:12px!important}.ant-modal-header{padding:14px 16px!important}.ant-modal-title{font-size:15px!important}.ant-modal-footer{padding:8px 12px!important}.ant-modal-footer .ant-btn{font-size:13px!important;height:32px!important;padding:0 12px!important}}.gerenciar-fornecedor-submit-button{background-color:#001f4d;border:none;border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;float:right;font-size:16px;font-weight:500;height:45px;margin-right:0;min-width:120px;transition:background .2s}.gerenciar-fornecedor-submit-button:hover{background-color:#003380}@media (max-width:1024px){.modal-wrapper{padding:1rem;width:calc(100% - 2rem)}.modal-content{padding:1.25rem}.gerenciar-fornecedor-submit-button{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.home-container,.home-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;min-height:400px;padding:1rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-item{width:100%}.solicitacao-header-box{gap:16px;padding:12px}.gerenciar-fornecedor-filter-container,.search-container{flex-direction:column;gap:12px}.search-container{align-items:stretch}.MuiFormControl-root,.MuiTextField-root,.search-button{max-width:none!important;min-width:0!important;width:100%!important}.search-button,.search-container .MuiOutlinedInput-root{height:40px}.MuiTextField-root,.search-container .MuiFormControl-root{width:100%!important}.ant-modal{left:50%!important;margin:0!important;position:fixed!important;top:50%!important;transform:translate(-50%,-50%)!important;width:calc(100% - 16px)!important}.ant-modal-content{display:flex;flex-direction:column;height:calc(85vh - 16px)!important;max-width:95%!important}.ant-modal-body{flex:1 1;overflow-y:auto;padding:12px!important}.ant-modal-header{padding:14px 16px!important}.ant-modal-title{font-size:15px!important}.ant-modal-footer{padding:8px 12px!important}.ant-modal-footer .ant-btn{font-size:13px!important;height:32px!important;padding:0 12px!important}}@media (max-width:600px){.modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.modal-title{font-size:1.2rem;padding:.5rem}.modal-content{border-radius:8px;box-shadow:0 2px 8px #11111a1a,0 4px 16px #11111a0d;min-height:300px;padding:.75rem}.solicitacao-header-box{gap:12px;padding:10px}.detalhe-expandido-item{flex-direction:column;gap:10px;padding:10px}.detalhe-expandido-item .col-dir,.detalhe-expandido-item .col-esq{width:100%}.tabela-mobile{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;width:100%}.tabela-mobile-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px 0 #0000000f;display:flex;flex-direction:column;gap:6px;padding:12px 10px 10px}.tabela-mobile-item .item-nome{color:#001f4d;font-size:1.08em;font-weight:700;margin-bottom:2px}.tabela-mobile-item .item-quantidade{color:#222;font-size:1em;margin-bottom:2px}.tabela-mobile-item .item-descricao{background:#f7fafc;border:1px solid #e3eaf2;border-radius:4px;color:#444;font-size:.98em;margin-bottom:4px;padding:6px 8px;white-space:pre-line}.tabela-mobile-item .item-botoes{display:flex;gap:6px;margin-top:2px}.tabela-mobile-item .item-botoes .ant-btn{border-radius:4px;flex:1 1;font-size:11px;height:28px;padding:0 4px}.tabela-mobile-item .item-botoes .visualizar-btn{background:#001f4d;border:none;color:#fff}}.ant-modal-content{max-height:calc(80vh - 32px)!important;max-width:90%!important}.ant-modal-header{background:#fff!important;padding:8px 16px!important;position:sticky!important;top:0!important;z-index:1!important}.ant-modal-title{font-size:15px}.ant-modal-body{flex:1 1!important;overflow-y:auto!important;padding:12px!important}.ant-modal-footer{background:#fff!important;bottom:0!important;padding:8px 16px!important;position:sticky!important;z-index:1!important}.ant-modal-footer .ant-btn{border-radius:4px;font-size:13px;height:32px;padding:0 16px}@media (max-width:600px){.detalhe-expandido-item{border-radius:7px;font-size:12.5px;gap:6px;padding:7px 2px}.detalhe-expandido-item .col-dir,.detalhe-expandido-item .col-esq{gap:4px}.detalhe-expandido-item .descricao-expandida,.detalhe-expandido-item .valor-destaque{border-radius:3px;font-size:.98em;padding:4px 6px}.detalhe-expandido-item .item-botoes{display:flex;gap:6px;margin-top:2px}.tabela-mobile-item .item-botoes .ant-btn{border-radius:4px;flex:1 1;font-size:11px;height:28px;padding:0 4px}.tabela-mobile-item .item-botoes .visualizar-btn{background:#001f4d;border:none;color:#fff}}.search-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px}.search-container .MuiFormControl-root{max-width:100%;width:250px!important}.MuiTextField-root{background-color:#f8fafc;border-radius:8px;width:200px!important}.MuiTextField-root .MuiOutlinedInput-root{height:40px}.MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:#969696;border-width:1.5px}.MuiTextField-root:hover .MuiOutlinedInput-notchedOutline{border-color:#001f4d}.MuiTextField-root .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#001f4d;border-width:1.5px}.MuiTextField-root .MuiInputLabel-root,.MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#001f4d}.MuiFormControl-root{background-color:#f8fafc;border-radius:8px}.MuiFormControl-root .MuiOutlinedInput-root{height:40px}.MuiFormControl-root .MuiOutlinedInput-notchedOutline{border-color:#969696;border-width:1.5px}.MuiFormControl-root:hover .MuiOutlinedInput-notchedOutline{border-color:#001f4d}.MuiFormControl-root .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#001f4d;border-width:1.5px}.MuiFormControl-root .MuiInputLabel-root,.MuiFormControl-root .MuiInputLabel-root.Mui-focused{color:#001f4d}.search-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:40px;padding:0 24px;transition:background-color .3s ease}.search-button:hover{background-color:#002d6d}@media (max-width:768px){.search-container{align-items:stretch;flex-direction:column;gap:12px}.search-button,.search-container .MuiFormControl-root,.search-container .MuiTextField-root{max-width:none!important;min-width:0!important;width:100%!important}.search-container .MuiOutlinedInput-root{height:50px!important}.search-container .MuiTextField-root input{padding:10px 14px!important}.search-button{height:50px!important}.detalhe-expandido-item{padding:16px!important}.detalhe-expandido-item .col-dir,.detalhe-expandido-item .col-esq{gap:2px!important}.valor-destaque{padding:20px 12px!important}}.ant-modal{margin:0!important;max-width:100vw!important;padding:16px!important}.ant-modal-content{display:flex!important;flex-direction:column!important;margin:0 auto!important;max-height:calc(100vh - 32px)!important}@media (max-width:768px){.ant-modal{left:50%!important;margin:0!important;position:fixed!important;top:50%!important;transform:translate(-50%,-50%)!important;width:calc(100% - 16px)!important}.ant-modal-content{display:flex;flex-direction:column;height:calc(85vh - 16px)!important;max-width:95%!important}.ant-modal-body{flex:1 1;overflow-y:auto;padding:12px!important}.ant-modal-header{padding:14px 16px!important}.ant-modal-title{font-size:15px!important}.ant-modal-footer{padding:8px 12px!important}.ant-modal-footer .ant-btn{font-size:13px!important;height:32px!important;padding:0 12px!important}}.home-container{background-color:#f5f5f5}.modal-wrapper{min-height:calc(100vh - 56px - 2rem)}.form-prefeitura{display:flex;flex-direction:column;gap:20px;width:100%}.form-row{gap:20px}.form-label{font-weight:500;margin-bottom:8px}.asterisco-obrigatorio{color:#ff4d4f;margin-left:4px}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #d9d9d9;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px 12px;transition:border-color .3s ease;width:100%}.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#001f4d;box-shadow:0 0 0 2px #001f4d33;outline:none}.form-group .erro{border-color:#ff4d4f}.msg-erro{color:#ff4d4f;font-size:.875rem;margin-top:4px}.password-icon{color:#999;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.form-actions{justify-content:flex-end;margin-top:20px}.btn-salvar{background-color:#008026;border-radius:4px;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.btn-salvar:hover{background-color:#00661e}.modal-content .ant-btn{border-radius:4px;font-size:1rem;height:40px;padding:0 15px}.submit-button{font-size:1rem}.modal-content .ant-btn.submit-button{background-color:#001f4d!important;border-color:#001f4d!important;color:#fff!important}.modal-content .ant-btn.submit-button:focus,.modal-content .ant-btn.submit-button:hover{background-color:#003380!important;border-color:#003380!important}.form-footer-actions{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.form-prefeitura .form-actions{margin-top:0}@media (max-width:768px){.home-container,.home-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{padding:1rem}.form-row{flex-direction:column;gap:15px}.form-group{flex:none;width:100%}.form-actions{justify-content:center}.btn-salvar{text-align:center;width:100%}.submit-button{font-size:15px;height:40px;margin-top:10px;min-width:0;min-width:auto;width:100%}}@media (max-width:480px){.modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.modal-title{font-size:1.2rem;padding:.5rem}.modal-content{padding:.75rem}}.form-fornecedor{background:none;border-radius:0;box-shadow:none;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;max-width:100%;padding:0;width:100%}.form-row{gap:12px;margin-bottom:8px}.form-group{display:flex;flex:1 1;flex-direction:column;width:100%}.full-width{flex:1 1 100%;width:100%}.input-menor{max-width:260px;min-width:120px;width:100%}input[type=email],input[type=password],input[type=text],select{background:#f8fafc;border:1.5px solid #969696;border-radius:8px;box-sizing:border-box;font-size:1.08rem;margin-bottom:0;padding:12px 16px;transition:border .2s;width:100%}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2C114.7L145.1%2C256.6L3.3%2C114.7c-4.5-4.5-11.7-4.5-16.2%2C0l-0.1%2C0.1c-4.5%2C4.5-4.5%2C11.7%2C0%2C16.2l150.8%2C150.8c4.5%2C4.5%2C11.7%2C4.5%2C16.2%2C0L287%2C131c4.5-4.5%2C4.5-11.7%2C0-16.2L287%2C114.7z%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:12px auto}input:focus,select:focus{border-color:#001f4d;outline:none}input.erro,select.erro{border-color:#d32f2f}.form-label{color:#001f4d;display:block;font-size:1rem;font-weight:600;margin-bottom:6px}.asterisco-obrigatorio{color:#d32f2f;font-size:1.1em;margin-left:2px}.msg-erro{color:#d32f2f;font-size:.98rem;font-weight:500;margin-bottom:0;margin-top:2px}.modal-content{overflow:auto;padding-bottom:12px}.form-actions{display:flex;gap:12px;justify-content:space-between;margin-top:1px;position:relative;width:100%}.btn-salvar{background:#001f4d;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;max-width:100%;padding:12px 40px;transition:background .18s;white-space:nowrap;width:auto}.btn-salvar:hover{background:#003380}.btn-voltar{background:#f5f5f5;border:1.5px solid #001f4d;border-radius:8px;box-sizing:border-box;color:#001f4d;cursor:pointer;font-size:1.1rem;font-weight:700;max-width:100%;padding:12px 40px;transition:all .18s;white-space:nowrap;width:auto}.btn-voltar:hover{background:#e8e8e8}.password-input-container{position:relative;width:100%}.toggle-password{align-items:center;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.toggle-password,.toggle-password:active,.toggle-password:focus,.toggle-password:hover{background:none!important;border:none!important;box-shadow:none!important;color:#666;outline:none!important}.form-row.endereco-row .form-group{flex:1 1}.form-row.endereco-row .form-group:first-child{flex:2 1}.form-row.endereco-row .form-group.pais-group{flex:0 0 120px}.form-row.endereco-row{flex-direction:column}.form-row.endereco-row .form-group.pais-group{flex:1 1 auto;max-width:100%}@media (max-width:900px){.form-fornecedor{max-width:100vw;padding:0}.form-row{flex-direction:column;gap:8px;margin-bottom:12px}.form-actions{flex-direction:row;justify-content:space-between;margin-top:18px}.btn-salvar,.btn-voltar{font-size:1rem;padding:12px 16px;width:100%}.form-row.endereco-row{flex-direction:column}.form-row.endereco-row .form-group.pais-group{flex:1 1 auto;max-width:100%}}.fornecedor-home-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.fornecedor-home-container.menu-expanded{padding-left:280px}@media screen and (-webkit-min-device-pixel-ratio:1.5625),screen and (min-resolution:150dpi){.fornecedor-home-container{overflow-y:auto}.fornecedor-modal-content{max-height:none;overflow-y:visible}}@media (max-width:768px){.home-container,body,html{height:auto!important;overflow-y:auto!important}.home-container{max-width:100%!important;min-height:100vh;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.fornecedor-home-container{max-width:100%;padding-left:0}.fornecedor-home-container.menu-expanded{padding-left:0}.fornecedor-modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.fornecedor-modal-title{font-size:1.3rem;padding:.5rem .75rem}.fornecedor-modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;max-height:calc(100vh - 140px);min-height:400px;padding:1rem}}@media (max-height:600px){.fornecedor-home-container{padding-top:48px}.fornecedor-modal-wrapper{min-height:calc(100vh - 48px)}.fornecedor-modal-title{margin-bottom:.5rem}.fornecedor-modal-content{max-height:calc(100vh - 80px);min-height:200px}}.inserir-cotacao-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.inserir-cotacao-container.menu-expanded{padding-left:280px}.inserir-cotacao-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 56px);margin:0 auto;max-width:1636px;overflow:hidden;padding:1rem;width:calc(100% - 2rem)}.inserir-cotacao-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.inserir-cotacao-content{-webkit-overflow-scrolling:touch;background-color:#fff;box-shadow:0 4px 16px rgba(17,17,26,.486);box-sizing:border-box;flex:1 1;overflow-y:auto;padding:20px}.inserir-cotacao-content,.inserir-cotacao-header-box{border-radius:8px;display:flex;flex-direction:column;width:100%}.inserir-cotacao-header-box{align-items:flex-start;background:#fff;border:1.5px solid #222;box-shadow:0 2px 8px #0000000a;gap:24px;margin-bottom:20px;padding:18px 24px}.inserir-cotacao-header-numero{color:#001f4d;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.inserir-cotacao-header-veiculo{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#001f4d;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:16px;transition:all .3s ease;width:100%}.inserir-cotacao-header-veiculo:hover{background:#fff;box-shadow:0 2px 8px #0000000d}.inserir-cotacao-tabela .ant-table-thead>tr>th{background:#001f4d!important;border-bottom:2px solid #fff!important;color:#fff!important;font-size:16px;font-weight:500}.inserir-cotacao-tabela .ant-table{border:1px solid #1a1919;border-radius:2px;border-top-left-radius:10px;border-top-right-radius:10px}.inserir-cotacao-detalhe-item{align-items:flex-start;background:linear-gradient(90deg,#f4f8fb 60%,#e9f0f7);border:1px solid #dbe6f3;border-radius:10px;box-shadow:0 2px 8px 0 #0000000f;display:flex;flex-direction:row;font-size:15px;gap:24px;justify-content:space-between;margin:0 4px 8px;padding:14px 18px 14px 14px;position:relative;transition:box-shadow .2s}.inserir-cotacao-detalhe-item .col-esq{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:120px}.inserir-cotacao-detalhe-item .col-dir{display:flex;flex:2 1;flex-direction:column;gap:4px;min-width:120px;word-break:break-word}.inserir-cotacao-detalhe-item .label-icone,.inserir-cotacao-detalhe-item b{font-size:1em}.inserir-cotacao-detalhe-item .valor-destaque{border-radius:4px;box-shadow:0 1px 2px 0 #00000008;font-size:1em;padding:4px 8px}.inserir-cotacao-detalhe-item .descricao-expandida{border-radius:4px;font-size:.98em;padding:7px 10px}.inserir-cotacao-valor-total{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:20px;padding:16px;text-align:right}.inserir-cotacao-valor-total h3{color:#001f4d;font-size:1.2rem;margin:0}.inserir-cotacao-button{font-size:16px;font-weight:500;height:45px;min-width:120px}@media (max-width:900px){.inserir-cotacao-detalhe-item{flex-direction:column;font-size:13.5px;gap:10px;margin:0 0 8px;padding:10px 4px}.inserir-cotacao-detalhe-item .col-dir,.inserir-cotacao-detalhe-item .col-esq{gap:6px;min-width:0;width:100%}.inserir-cotacao-detalhe-item .descricao-expandida,.inserir-cotacao-detalhe-item .valor-destaque{box-sizing:border-box;font-size:1em;padding:5px 8px;width:100%}.inserir-cotacao-detalhe-item .label-icone{font-size:1em;margin-bottom:2px}}@media (max-width:600px){body,html{height:auto!important;overflow-y:auto!important}.inserir-cotacao-content,.inserir-cotacao-wrapper{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}.home-container{height:auto!important;max-width:100%!important;min-height:100vh;overflow-y:auto!important;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.inserir-cotacao-container,.inserir-cotacao-container.menu-expanded{padding-left:0}.inserir-cotacao-wrapper{padding:.5rem;width:calc(100% - 1rem)}.inserir-cotacao-title{font-size:1.2rem;padding:.5rem}.inserir-cotacao-content{border-radius:8px;min-height:300px;padding:.75rem}.inserir-cotacao-detalhe-item{border-radius:7px;font-size:12.5px;gap:6px;padding:7px 2px}.inserir-cotacao-detalhe-item .col-dir,.inserir-cotacao-detalhe-item .col-esq{gap:4px}.inserir-cotacao-detalhe-item .descricao-expandida,.inserir-cotacao-detalhe-item .valor-destaque{border-radius:3px;font-size:.98em;padding:4px 6px}.inserir-cotacao-detalhe-item .label-icone{font-size:.98em}.inserir-cotacao-valor-total{padding:12px}.inserir-cotacao-valor-total h3{font-size:1.1rem}.inserir-cotacao-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;font-size:.95rem;gap:4px;margin-bottom:12px;padding:12px}.inserir-cotacao-card>div{margin-bottom:4px}.inserir-cotacao-card>div:last-child{margin-bottom:0}.inserir-cotacao-header-box{border-radius:6px;box-shadow:0 1px 4px #0000000a;gap:12px;margin-bottom:12px;padding:10px 8px}.inserir-cotacao-header-numero{font-size:1rem;font-weight:600;padding:0}.inserir-cotacao-header-veiculo{border-radius:6px;font-size:.95rem;padding:8px}.inserir-cotacao-header-box>div{font-size:.98rem;margin:2px 0!important}}.inserir-cotacao-error,.inserir-cotacao-loading{align-items:center;color:#666;display:flex;font-size:18px;height:100vh;justify-content:center}.inserir-cotacao-error{color:#dc3545}.historico-compra-for-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.historico-compra-for-container.menu-expanded{padding-left:280px}.historico-compra-for-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 56px);margin:0 auto;max-width:1636px;overflow:hidden;padding:1rem;width:calc(100% - 2rem)}.historico-compra-for-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.historico-compra-for-content{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(17,17,26,.486);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px;width:100%}.historico-compra-for-export-button,.historico-compra-for-filter-button{background-color:#001f4d!important;box-sizing:border-box;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:40px!important;max-width:300px!important;min-width:220px!important;text-transform:none!important;white-space:nowrap}.historico-compra-for-export-button{background-color:#d32f2f!important}.historico-compra-for-table-container{-webkit-overflow-scrolling:touch;flex:1 1;margin-top:1rem;overflow-x:auto}.historico-compra-for-table{min-width:800px}.historico-compra-for-table-header{background-color:#001f4d!important}.historico-compra-for-table-header th{background-color:#001f4d!important;border-bottom:none!important;color:#fff!important;font-size:1.1rem!important;font-weight:700!important;padding:14px 16px!important;white-space:nowrap}.historico-compra-for-table-header th:first-child{border-top-left-radius:8px}.historico-compra-for-table-header th:last-child{border-top-right-radius:8px}.historico-compra-for-table .MuiTableCell-body{font-size:.9rem;padding:16px 20px!important;white-space:nowrap}.historico-compra-for-no-results{color:#666;font-size:1rem;font-style:italic;padding:20px!important}@media (max-width:1024px){.historico-compra-for-wrapper{padding:1rem;width:calc(100% - 2rem)}.historico-compra-for-content{padding:1.25rem}.historico-compra-for-table .MuiTableCell-body{font-size:.85rem;padding:12px 16px!important}.historico-compra-for-table-header th{font-size:1rem!important;padding:12px 14px!important}}@media (max-width:768px){.home-container,body,html{height:auto!important;overflow-y:auto!important}.home-container{max-width:100%!important;min-height:100vh;padding-left:0!important}.modal-wrapper{box-sizing:border-box;display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;overflow:visible!important;width:100%!important}.modal-content,.modal-wrapper{height:auto!important;max-height:none!important}.modal-content{box-shadow:none!important;min-height:0!important;overflow-y:visible!important;padding:.5rem!important}.historico-compra-for-container{-webkit-overflow-scrolling:auto!important;padding-left:0}.historico-compra-for-container.menu-expanded{padding-left:0}.historico-compra-for-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.historico-compra-for-title{font-size:1.3rem;padding:.5rem .75rem}.historico-compra-for-content{min-height:400px;padding:1rem}.historico-compra-for-table .MuiTableCell-body{font-size:.8rem;padding:10px 12px!important}.historico-compra-for-table-header th{font-size:.9rem!important;padding:10px 12px!important}.historico-compra-for-export-button,.historico-compra-for-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}.historico-compra-for-content{-webkit-overflow-scrolling:auto!important;height:auto!important;max-height:none!important;min-height:0!important;overflow-y:visible!important}.historico-compra-for-container,.historico-compra-for-wrapper{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}}@media (max-width:600px){.historico-compra-for-wrapper{padding:.5rem;width:calc(100% - 1rem)}.historico-compra-for-title{font-size:1.2rem;padding:.5rem}.historico-compra-for-content{border-radius:8px;min-height:300px;padding:.75rem}.historico-compra-for-table .MuiTableCell-body{font-size:.75rem;padding:8px 10px!important}.historico-compra-for-table-header th{font-size:.85rem!important;padding:8px 10px!important}.historico-compra-for-export-button,.historico-compra-for-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}.historico-compra-for-mobile-full-width{margin-bottom:8px!important;width:100%!important}.historico-compra-for-mobile-full-width .MuiFormControl-root{width:100%!important}.historico-compra-for-grid-item{padding-left:8px!important;padding-right:8px!important}.MuiGrid-item:has(.historico-compra-for-export-button),.MuiGrid-item:has(.historico-compra-for-filter-button){margin-top:8px!important;width:100%!important}.historico-compra-for-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;font-size:.95rem;gap:4px;margin-bottom:12px;padding:12px}.historico-compra-for-card>div{margin-bottom:4px}.historico-compra-for-card>div:last-child{margin-bottom:0}}@media (max-width:400px){.historico-compra-for-wrapper{padding:.5rem}.historico-compra-for-title{font-size:1.1rem;padding:.25rem .5rem}.historico-compra-for-content{min-height:250px;padding:.5rem}.historico-compra-for-table .MuiTableCell-body{font-size:.7rem;padding:6px 8px!important}.historico-compra-for-table-header th{font-size:.8rem!important;padding:6px 8px!important}.historico-compra-for-export-button,.historico-compra-for-filter-button{font-size:.7rem!important;height:28px!important;padding:2px 6px!important}}@media (max-height:600px){.historico-compra-for-container{padding-top:48px}.historico-compra-for-wrapper{min-height:calc(100vh - 48px)}.historico-compra-for-title{margin-bottom:.5rem}.historico-compra-for-content{min-height:200px}.historico-compra-for-table .MuiTableCell-body,.historico-compra-for-table-header th{padding:6px 8px!important}}.historico-compra-for-content::-webkit-scrollbar{width:6px}.historico-compra-for-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.historico-compra-for-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.historico-compra-for-content::-webkit-scrollbar-thumb:hover{background:#666}.editar-solicitacao-pre-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.editar-solicitacao-pre-container.menu-expanded{padding-left:280px}@media (max-width:768px){.editar-solicitacao-pre-header-veiculo .veiculo-label{display:none!important}.editar-solicitacao-pre-container,.editar-solicitacao-pre-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;min-height:400px;padding:1rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-item{width:100%}.modal-mobile-fullscreen-editarSolicitacao{align-items:center!important;bottom:0!important;display:flex!important;height:100vh!important;justify-content:center!important;left:0!important;margin:0!important;max-height:100vh!important;max-width:100vw!important;min-height:100vh!important;min-width:100vw!important;padding:0!important;right:0!important;top:0!important;width:100vw!important;z-index:9999!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal{box-shadow:0 2px 12px #0000001a!important;left:0!important;margin:0!important;max-width:98vw!important;right:0!important;top:0!important;width:98vw!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal,.modal-mobile-fullscreen-editarSolicitacao .ant-modal-content{background:#fff!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;height:auto!important;max-height:98vh!important;min-height:0!important;min-width:0!important;padding:0!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-content{box-shadow:none!important;max-width:100%!important;width:100%!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-body,.modal-mobile-fullscreen-editarSolicitacao .ant-modal-footer,.modal-mobile-fullscreen-editarSolicitacao .ant-modal-header{padding:10px!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-header{padding-bottom:0!important;padding-top:16px!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-title{font-size:1.1rem!important;padding:0!important;text-align:center!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-close{height:32px!important;right:12px!important;top:12px!important;width:32px!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-body{background:#fff!important;flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:10px!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-footer{align-items:center!important;display:flex!important;flex-direction:row!important;gap:10px!important;justify-content:flex-end!important}.modal-mobile-fullscreen-editarSolicitacao .ant-modal-footer .ant-btn-editarSolicitacao{flex:1 1!important;margin:0!important;min-width:0!important}.modal-buttons-editarSolicitacao{align-items:center!important;display:flex!important;flex-direction:row!important;gap:10px!important;justify-content:flex-end!important;width:100%}.modal-buttons-editarSolicitacao .ant-btn-editarSolicitacao{flex:1 1!important;font-size:1rem!important;height:40px!important;margin:0!important;max-width:100%!important;min-width:0!important;padding:0 12px!important;width:auto!important}}@media (max-height:600px){.editar-solicitacao-pre-container{padding-top:48px}.modal-wrapper{min-height:calc(100vh - 48px)}.modal-title{margin-bottom:.5rem}.modal-content{min-height:200px}}.editar-solicitacao-pre-header-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding:16px;width:100%}.editar-solicitacao-pre-header-numero{align-items:center;border-bottom:1px solid #f0f0f0;color:#001f4d;display:flex;font-size:1.2rem;font-weight:600;gap:8px;padding-bottom:12px;width:100%}.editar-solicitacao-pre-header-numero span{color:#0070f3;font-weight:700}.editar-solicitacao-pre-header-info{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));width:100%}.editar-solicitacao-pre-header-info .ant-descriptions{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:12px}.editar-solicitacao-pre-header-info .ant-descriptions-item-label{color:#001f4d;font-size:.9rem;font-weight:500}.editar-solicitacao-pre-header-info .ant-descriptions-item-content{color:#333;font-size:.9rem;font-weight:500}.editar-solicitacao-pre-header-veiculo{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#001f4d;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;gap:8px;padding:16px;transition:all .3s ease;width:100%}.editar-solicitacao-pre-header-veiculo:hover{background:#fff;box-shadow:0 2px 8px #0000000d}.editar-solicitacao-pre-header-veiculo .ant-select{flex:1 1;min-width:200px}.editar-solicitacao-pre-header-veiculo .ant-select-selector{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;height:40px!important;transition:all .3s ease!important}.editar-solicitacao-pre-header-veiculo .ant-select-selector:hover{border-color:#001f4d!important}.editar-solicitacao-pre-header-veiculo .ant-select-focused .ant-select-selector{border-color:#001f4d!important;box-shadow:0 0 0 2px #001f4d1f!important}.editar-solicitacao-pre-header-veiculo .ant-select-selection-item{color:#001f4d;font-size:15px;line-height:38px!important}.editar-solicitacao-pre-header-veiculo .ant-select-arrow{color:#001f4d}@media (max-width:900px){.editar-solicitacao-pre-header-box{gap:12px;padding:14px}.editar-solicitacao-pre-header-numero{font-size:1.1rem;padding-bottom:10px}.editar-solicitacao-pre-header-info{grid-template-columns:1fr}.editar-solicitacao-pre-header-veiculo{font-size:.95rem;padding:12px}}@media (max-width:600px){.editar-solicitacao-pre-header-box{gap:10px;padding:12px}.editar-solicitacao-pre-header-numero{font-size:1rem;padding-bottom:8px}.editar-solicitacao-pre-header-veiculo{font-size:.9rem;padding:10px}}@media (max-width:900px){.tabela-solicitacao{display:block;overflow-x:auto;width:100%}.tabela-solicitacao .ant-table{min-width:520px}.tabela-solicitacao .ant-table-tbody>tr>td,.tabela-solicitacao .ant-table-thead>tr>th{font-size:12.5px!important;padding:6px 4px!important}.tabela-solicitacao .ant-table-tbody>tr>td .ant-btn{font-size:11px;height:28px;margin-bottom:2px;padding:0 6px}.submit-button{font-size:15px;height:40px;margin-top:10px;min-width:0;min-width:auto;width:100%}.modal-content{padding:.5rem}.editar-solicitacao-pre-header-box{gap:12px;padding:10px 8px}.editar-solicitacao-pre-header-veiculo{font-size:.98rem;padding:10px}.submit-adicionar{font-size:14px;height:32px;margin-bottom:6px;min-width:0;min-width:auto;width:100%}}.fornecedor-CotacoesEnviadas-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.fornecedor-CotacoesEnviadas-container.menu-expanded{padding-left:280px}.fornecedor-modal-wrapper{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-height:none;max-width:1636px;min-height:calc(100vh - 56px);overflow:visible;padding:1rem;width:calc(100% - 2rem)}.fornecedor-modal-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.fornecedor-modal-content{background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;max-height:calc(100vh - 150px);overflow-y:auto;overscroll-behavior-y:contain;padding:20px;width:100%}@media screen and (-webkit-min-device-pixel-ratio:1.5625),screen and (min-resolution:150dpi){.fornecedor-CotacoesEnviadas-container{overflow-y:auto}.fornecedor-modal-content{max-height:none;overflow-y:visible}}@media (-webkit-min-device-pixel-ratio:1.5625),(min-resolution:150dpi){.fornecedor-modal-content{height:auto;max-height:none;overscroll-behavior-y:auto}}@media (max-width:1024px){.fornecedor-modal-wrapper{padding:1rem;width:calc(100% - 2rem)}.fornecedor-modal-content{padding:1.25rem}}@media (max-width:992px){.fornecedor-search-container{align-items:stretch!important;flex-direction:column!important;gap:.75rem;justify-content:center;margin-bottom:1rem;width:100%}.MuiTextField-root,.fornecedor-search-button,.fornecedor-search-input{margin:0!important;max-width:100%!important;min-width:0!important;width:100%!important}.fornecedor-search-button{font-size:1rem;height:42px!important;margin-top:.5rem!important}.MuiInputBase-input,.MuiInputBase-root,.MuiTextField-root{height:42px!important;min-height:42px!important}.MuiInputBase-input,.MuiInputBase-root{box-sizing:border-box;font-size:1.08rem}}@media (max-width:768px){.fornecedor-CotacoesEnviadas-container{max-width:100%;padding-left:0}.fornecedor-CotacoesEnviadas-container.menu-expanded{padding-left:0}.fornecedor-modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.fornecedor-modal-title{font-size:1.3rem;padding:.5rem .75rem}.fornecedor-modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;max-height:calc(100vh - 140px);min-height:400px;padding:1rem}}@media (max-width:600px){.fornecedor-modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.fornecedor-modal-title{font-size:1.2rem;padding:.5rem}.fornecedor-modal-content{border-radius:8px;box-shadow:0 2px 8px #11111a1a,0 4px 16px #11111a0d;max-height:calc(100vh - 120px);min-height:300px;padding:.75rem}}@media (max-width:400px){.fornecedor-modal-wrapper{padding:.5rem}.fornecedor-modal-title{font-size:1.1rem;padding:.25rem .5rem}.fornecedor-modal-content{max-height:calc(100vh - 100px);min-height:250px;padding:.5rem}}@media (max-height:600px){.fornecedor-CotacoesEnviadas-container{padding-top:48px}.fornecedor-modal-wrapper{min-height:calc(100vh - 48px)}.fornecedor-modal-title{margin-bottom:.5rem}.fornecedor-modal-content{max-height:calc(100vh - 80px);min-height:200px}}.fornecedor-modal-content::-webkit-scrollbar{width:6px}.fornecedor-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.fornecedor-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.fornecedor-modal-content::-webkit-scrollbar-thumb:hover{background:#666}.fornecedor-search-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:.5rem;padding:0;width:100%}.fornecedor-search-group{display:flex;justify-content:center;max-width:280px;width:100%}.fornecedor-date-group{display:flex;flex:1 1;gap:.5rem;justify-content:center;max-width:350px}.fornecedor-search-input{width:100%}.fornecedor-date-input,.fornecedor-search-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;height:40px;padding:8px 12px}.fornecedor-date-input{margin-right:8px}.fornecedor-date-input:focus,.fornecedor-search-input:focus{border-color:#001f4d}.fornecedor-search-button{align-items:center;background-color:#001f4d;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;margin:0;min-width:120px;padding:.65rem 1.25rem;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:auto}.fornecedor-search-button:hover{background-color:#036;transform:translateY(-1px)}.fornecedor-search-button:active{transform:translateY(0)}.fornecedor-cards-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);justify-items:center;margin-bottom:32px;margin-top:16px;width:100%}@media (max-width:1100px){.fornecedor-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.fornecedor-cards-grid{gap:24px;grid-template-columns:1fr}}.fornecedor-card{align-items:center;background:#fff;border:none;border-radius:24px;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:340px;min-height:220px;padding:32px 24px 24px;position:relative;transition:transform .18s,box-shadow .18s;width:100%}.fornecedor-card:hover{box-shadow:0 8px 32px #001f4d2e,0 2px 8px #0000001a;transform:translateY(-2px) scale(1.01)}.fornecedor-card-title{color:#001f4d;font-size:1.45rem;font-weight:700;letter-spacing:.5px;margin:0 0 18px;text-align:center}.fornecedor-card-content{align-items:center;display:flex;flex-direction:column;gap:6px;margin-bottom:12px;text-align:center;width:100%}.fornecedor-card-info{color:#222;font-size:1.08rem;font-weight:500;margin-bottom:.1rem;text-align:center;width:100%;word-break:break-word}.fornecedor-card-info strong{color:#001f4d;font-weight:700;margin-right:.18rem}.fornecedor-ver-cotacao-btn{background:#001f4d;border:none;border-radius:10px;box-shadow:0 1px 3px #001f4d0a;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;letter-spacing:.2px;margin-top:12px;padding:.85rem 0;text-align:center;transition:background .18s,transform .18s;width:100%}.fornecedor-ver-cotacao-btn:hover{background:#003380;transform:translateY(-1px) scale(1.01)}.fornecedor-no-results{color:#888;font-size:1.1rem;margin-top:1rem;text-align:center}.fornecedor-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.2rem;padding:.5rem 0}.fornecedor-pagination-info{color:#001f4d;font-weight:500}.fornecedor-pagination-btn{background-color:#001f4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;max-width:180px;padding:.6rem 1.25rem;text-align:center;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:fit-content}.fornecedor-pagination-btn:hover{background-color:#036;transform:translateY(-1px)}.fornecedor-pagination-btn:active{transform:translateY(0)}@media (max-width:1200px){.fornecedor-date-group,.fornecedor-search-group{max-width:300px}.fornecedor-date-input{max-width:140px}.fornecedor-search-button{min-width:100px}}@media (max-width:992px){.fornecedor-search-container{flex-direction:column;gap:.75rem}.fornecedor-date-group,.fornecedor-search-group{max-width:500px}.fornecedor-date-input{max-width:240px}.fornecedor-search-button{max-width:500px;width:100%}}@media (max-width:480px){.fornecedor-date-group,.fornecedor-search-group{max-width:100%}.fornecedor-date-group{flex-direction:column}.fornecedor-date-input{max-width:92%}.fornecedor-search-button{max-width:100%}}.fornecedor-pagination-container{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding:.5rem}.fornecedor-pagination-info{color:#666;font-size:.9rem}.fornecedor-pagination-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s ease}.fornecedor-pagination-button:hover{background-color:#003380}.fornecedor-pagination-button:disabled{background-color:#ccc;cursor:not-allowed}.fornecedor-action-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.fornecedor-action-button:hover{background-color:#003380;transform:translateY(-1px)}@media (max-width:768px){.fornecedor-pagination-container{flex-wrap:wrap;justify-content:center}.fornecedor-action-button,.fornecedor-pagination-button,.fornecedor-search-button{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.fornecedor-pagination-container{gap:.5rem}.fornecedor-action-button,.fornecedor-pagination-button{font-size:.8rem;padding:.3rem .6rem}}.revisarcotacao-home-container{background-blend-mode:overlay;background-color:#fffc;background-color:#f5f5f5;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.revisarcotacao-home-container.menu-expanded{padding-left:280px}.revisarcotacao-modal-wrapper{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-height:none;max-width:1636px;min-height:calc(100vh - 56px);overflow:visible;padding:1rem;width:calc(100% - 2rem)}.revisarcotacao-modal-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.revisarcotacao-modal-content{background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;max-height:calc(100vh - 150px);overflow-y:auto;overscroll-behavior-y:contain;padding:20px;width:100%}@media screen and (-webkit-min-device-pixel-ratio:1.5625),screen and (min-resolution:150dpi){.revisarcotacao-home-container{overflow-y:auto}.revisarcotacao-modal-content{max-height:none;overflow-y:visible}}@media (-webkit-min-device-pixel-ratio:1.5625),(min-resolution:150dpi){.revisarcotacao-modal-content{height:auto;max-height:none;overscroll-behavior-y:auto}}@media (max-width:1024px){.revisarcotacao-modal-wrapper{padding:1rem;width:calc(100% - 2rem)}.revisarcotacao-modal-content{padding:1.25rem}}@media (max-width:992px){.revisarcotacao-search-container{align-items:stretch!important;flex-direction:column!important;gap:.75rem;justify-content:center;margin-bottom:1rem;width:100%}.MuiTextField-root,.revisarcotacao-search-button,.revisarcotacao-search-input{margin:0!important;max-width:100%!important;min-width:0!important;width:100%!important}.revisarcotacao-search-button{font-size:1rem;height:42px!important;margin-top:.5rem!important}.MuiInputBase-input,.MuiInputBase-root,.MuiTextField-root{height:42px!important;min-height:42px!important}.MuiInputBase-input,.MuiInputBase-root{box-sizing:border-box;font-size:1.08rem}}@media (max-width:768px){.revisarcotacao-home-container{max-width:100%;padding-left:0}.revisarcotacao-home-container.menu-expanded{padding-left:0}.revisarcotacao-modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.revisarcotacao-modal-title{font-size:1.3rem;padding:.5rem .75rem}.revisarcotacao-modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;max-height:calc(100vh - 140px);min-height:400px;padding:1rem}}@media (max-width:600px){.revisarcotacao-modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.revisarcotacao-modal-title{font-size:1.2rem;padding:.5rem}.revisarcotacao-modal-content{border-radius:8px;box-shadow:0 2px 8px #11111a1a,0 4px 16px #11111a0d;max-height:calc(100vh - 120px);min-height:300px;padding:.75rem}}@media (max-width:400px){.revisarcotacao-modal-wrapper{padding:.5rem}.revisarcotacao-modal-title{font-size:1.1rem;padding:.25rem .5rem}.revisarcotacao-modal-content{max-height:calc(100vh - 100px);min-height:250px;padding:.5rem}}@media (max-height:600px){.revisarcotacao-home-container{padding-top:48px}.revisarcotacao-modal-wrapper{min-height:calc(100vh - 48px)}.revisarcotacao-modal-title{margin-bottom:.5rem}.revisarcotacao-modal-content{max-height:calc(100vh - 80px);min-height:200px}}.revisarcotacao-modal-content::-webkit-scrollbar{width:6px}.revisarcotacao-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.revisarcotacao-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.revisarcotacao-modal-content::-webkit-scrollbar-thumb:hover{background:#666}.revisarcotacao-search-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px;padding:0;width:100%}.revisarcotacao-search-group{display:flex;justify-content:center;max-width:280px;width:100%}.revisarcotacao-date-group{display:flex;flex:1 1;gap:.5rem;justify-content:center;max-width:350px}.revisarcotacao-search-input{width:180px}.revisarcotacao-date-input,.revisarcotacao-search-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;height:40px;padding:8px 12px}.revisarcotacao-date-input{margin-right:8px}.revisarcotacao-date-input:focus,.revisarcotacao-search-input:focus{border-color:#001f4d}.revisarcotacao-search-button{align-items:center;background-color:#001f4d;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;margin:0;min-width:120px;padding:.65rem 1.25rem;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:auto}.revisarcotacao-search-button:hover{background-color:#036;transform:translateY(-1px)}.revisarcotacao-search-button:active{transform:translateY(0)}.revisarcotacao-cards-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);justify-items:center;margin-bottom:32px;margin-top:16px;width:100%}@media (max-width:1100px){.revisarcotacao-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.revisarcotacao-cards-grid{gap:24px;grid-template-columns:1fr}}.revisarcotacao-card{align-items:center;background:#fff;border:none;border-radius:24px;box-shadow:0 6px 32px #001f4d21,0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:340px;min-height:220px;padding:32px 24px 24px;position:relative;transition:transform .18s,box-shadow .18s;width:100%}.revisarcotacao-card:hover{box-shadow:0 8px 32px #001f4d2e,0 2px 8px #0000001a;transform:translateY(-2px) scale(1.01)}.revisarcotacao-card-title{color:#001f4d;font-size:1.45rem;font-weight:700;letter-spacing:.5px;margin:0 0 18px;text-align:center}.revisarcotacao-card-content{align-items:center;display:flex;flex-direction:column;gap:6px;margin-bottom:12px;text-align:center;width:100%}.revisarcotacao-card-info{color:#222;font-size:1.08rem;font-weight:500;margin-bottom:.1rem;text-align:center;width:100%;word-break:break-word}.revisarcotacao-card-info strong{color:#001f4d;font-weight:700;margin-right:.18rem}.revisarcotacao-ver-cotacao-btn{background:#001f4d;border:none;border-radius:10px;box-shadow:0 1px 3px #001f4d0a;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;letter-spacing:.2px;margin-top:12px;padding:.85rem 0;text-align:center;transition:background .18s,transform .18s;width:100%}.revisarcotacao-ver-cotacao-btn:hover{background:#003380;transform:translateY(-1px) scale(1.01)}.revisarcotacao-no-results{color:#888;font-size:1.1rem;margin-top:1rem;text-align:center}.revisarcotacao-loading{color:#001f4d;font-size:1.1rem;margin-top:2rem;text-align:center}.revisarcotacao-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.2rem;padding:.5rem 0}.revisarcotacao-pagination-info{color:#001f4d;font-weight:500}.revisarcotacao-pagination-btn{background-color:#001f4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;max-width:180px;padding:.6rem 1.25rem;text-align:center;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:fit-content}.revisarcotacao-pagination-btn:hover{background-color:#036;transform:translateY(-1px)}.revisarcotacao-pagination-btn:active{transform:translateY(0)}.revisarcotacao-pagination-btn:disabled{background-color:#ccc;cursor:not-allowed;transform:none}@media (max-width:1200px){.revisarcotacao-date-group,.revisarcotacao-search-group{max-width:300px}.revisarcotacao-date-input{max-width:140px}.revisarcotacao-search-button{min-width:100px}}@media (max-width:992px){.revisarcotacao-search-container{flex-direction:column;gap:.75rem}.revisarcotacao-date-group,.revisarcotacao-search-group{max-width:500px}.revisarcotacao-date-input{max-width:240px}.revisarcotacao-search-button{max-width:500px;width:100%}}@media (max-width:480px){.revisarcotacao-date-group,.revisarcotacao-search-group{max-width:100%}.revisarcotacao-date-group{flex-direction:column}.revisarcotacao-date-input{max-width:92%}.revisarcotacao-search-button{max-width:100%}}.revisarcotacao-pagination-container{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding:.5rem}.revisarcotacao-pagination-info{color:#666;font-size:.9rem}.revisarcotacao-pagination-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s ease}.revisarcotacao-pagination-button:hover{background-color:#003380}.revisarcotacao-pagination-button:disabled{background-color:#ccc;cursor:not-allowed}.revisarcotacao-action-button{background-color:#001f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.revisarcotacao-action-button:hover{background-color:#003380;transform:translateY(-1px)}@media (max-width:768px){.revisarcotacao-pagination-container{flex-wrap:wrap;justify-content:center}.revisarcotacao-action-button,.revisarcotacao-pagination-button,.revisarcotacao-search-button{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.revisarcotacao-pagination-container{gap:.5rem}.revisarcotacao-action-button,.revisarcotacao-pagination-button{font-size:.8rem;padding:.3rem .6rem}}.home-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.home-container.menu-expanded{padding-left:280px}.modal-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 56px);margin:0 auto;max-width:1636px;overflow:hidden;padding:1rem;width:calc(100% - 2rem)}.modal-title{border-left:4px solid #001f4d;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem}.modal-content,.modal-title{box-sizing:border-box;width:100%}.modal-content{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(17,17,26,.486);flex:1 1;overflow-y:auto;padding:20px}.modal-content,.solicitacao-form{display:flex;flex-direction:column}.solicitacao-form{gap:20px;height:100%;margin-top:5px;position:relative;width:100%}.form-row{align-items:flex-start;display:flex;gap:5px;margin-bottom:0;width:100%}.form-row .form-item{display:flex;flex:1 1;flex-direction:column;margin:0}.form-item-veiculo .ant-form-item-explain{margin-top:14px!important}.form-item .ant-form-item-label{padding-bottom:8px}.form-item .ant-form-item-label>label{color:#001f4d;font-size:16px;font-weight:500;height:24px;margin:0}.form-item .ant-form-item-label>label:before{color:#ff4d4f!important;font-size:16px;margin-right:3px}.ant-form-item,.ant-form-item-label{margin-bottom:0!important;padding-bottom:0!important}.ant-form-item-explain,.ant-form-item-explain-error{display:block;line-height:1.1!important;margin:0!important;min-height:0!important;padding:0!important}.form-item.full-width textarea,.solicitacao-form .ant-input,.solicitacao-form .ant-select-selector{background-color:#fff!important;border:1px solid #999696!important;border-radius:4px;font-size:16px;transition:all .3s ease}.form-item.full-width textarea:hover,.solicitacao-form .ant-input:hover,.solicitacao-form .ant-select-selector:hover{border-color:#999696}.form-item.full-width textarea:focus,.solicitacao-form .ant-input:focus,.solicitacao-form .ant-select-focused .ant-select-selector,.solicitacao-form .ant-select-selector:focus{box-shadow:0 1px 0 0 #001f4d}.solicitacao-form .ant-input,.solicitacao-form .ant-select-selector{height:45px!important}.form-item.full-width textarea::placeholder,.solicitacao-form .ant-input::placeholder,.solicitacao-form .ant-select-selection-placeholder{color:#001f4d!important;font-size:16px;line-height:43px!important;opacity:1!important}.form-item.full-width{width:100%}.form-item.full-width textarea{border-radius:4px;font-size:16px;min-height:450px;padding:12px;resize:none}.form-actions{bottom:-.1px;position:absolute;right:0}.submit-button{background-color:#001f4d;height:45px;min-width:120px}.submit-adicionar,.submit-button{border:none;border-radius:8px;font-size:16px;font-weight:500}.submit-adicionar{background-color:#008026;height:35px;min-width:100px}@media (max-width:1024px){.modal-wrapper{padding:1rem;width:calc(100% - 2rem)}.modal-content{padding:1.25rem}}@media (max-width:768px){.home-container,.home-container.menu-expanded{padding-left:0}.modal-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1.3rem;padding:.5rem .75rem}.modal-content{box-shadow:0 4px 12px #11111a1a,0 6px 24px #11111a0d;min-height:400px;padding:1rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-item{width:100%}}@media (max-width:600px){.modal-wrapper{padding:.5rem;width:calc(100% - 1rem)}.modal-title{font-size:1.2rem;padding:.5rem}.modal-content{border-radius:8px;box-shadow:0 2px 8px #11111a1a,0 4px 16px #11111a0d;min-height:300px;padding:.75rem}}@media (max-width:400px){.modal-wrapper{padding:.5rem}.modal-title{font-size:1.1rem;padding:.25rem .5rem}.modal-content{min-height:250px;padding:.5rem}}@media (max-height:600px){.home-container{padding-top:48px}.modal-wrapper{min-height:calc(100vh - 48px)}.modal-title{margin-bottom:.5rem}.modal-content{min-height:200px}}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#666}.solicitacao-form .ant-form-item-has-error .ant-input,.solicitacao-form .ant-form-item-has-error .ant-select-selector,.solicitacao-form .ant-form-item-has-error textarea{border-color:#ff4d4f!important}.tabela-solicitacao .ant-table-thead>tr>th{background:#001f4d!important;border-bottom:2px solid #fff!important;color:#fff!important;font-size:16px;font-weight:500}.tabela-solicitacao .ant-table{border:1px solid #1a1919;border-radius:2px;border-top-left-radius:10px;border-top-right-radius:10px}.solicitacao-header-box{align-items:flex-start;background:#fff;border:1.5px solid #222;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:24px;margin-bottom:20px;padding:18px 24px;width:100%}.solicitacao-header-numero{color:#001f4d;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.solicitacao-header-veiculo{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#001f4d;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:16px;transition:all .3s ease;width:100%}.solicitacao-header-veiculo:hover{background:#fff;box-shadow:0 2px 8px #0000000d}.solicitacao-header-veiculo .ant-select{max-width:600px;width:100%}.solicitacao-header-veiculo .ant-select-selector{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;height:40px!important;transition:all .3s ease!important}.solicitacao-header-veiculo .ant-select-selector:hover{border-color:#001f4d!important}.solicitacao-header-veiculo .ant-select-focused .ant-select-selector{border-color:#001f4d!important;box-shadow:0 0 0 2px #001f4d1f!important}.solicitacao-header-veiculo .ant-select-selection-item{color:#001f4d;font-size:15px;line-height:38px!important}.solicitacao-header-veiculo .ant-select-arrow{color:#001f4d}.solicitacao-header-veiculo .ant-select-dropdown{border-radius:8px;box-shadow:0 3px 12px #0000001a}.solicitacao-header-veiculo .ant-select-item{font-size:14px;padding:8px 12px}.solicitacao-header-veiculo .ant-select-item-option-selected{background-color:#e6f7ff;color:#001f4d;font-weight:500}.solicitacao-header-veiculo .ant-select-item-option-active{background-color:#f5f5f5}.ant-modal-content{border-radius:12px;overflow:hidden}.ant-modal-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px 24px}.ant-modal-title{color:#001f4d;font-size:18px;font-weight:600}.ant-modal-body{padding:24px}.ant-modal-footer{border-top:1px solid #e9ecef;padding:16px 24px}.ant-modal-footer .ant-btn{border-radius:6px;font-size:15px;height:40px;padding:0 24px}.ant-modal-footer .ant-btn-primary{background:#008026;border-color:#008026}.ant-modal-footer .ant-btn-default{border-color:#d9d9d9;color:#001f4d}.ant-input-number{width:100%}.ant-input-number-input{font-size:15px;height:40px}.ant-input-textarea{font-size:15px}.ant-input-textarea textarea{border-radius:6px;padding:12px}.ant-input{border-radius:6px;font-size:15px;height:40px}.ant-input-number-focused,.ant-input-number:hover,.ant-input-textarea-focused,.ant-input-textarea:hover,.ant-input:focus,.ant-input:hover{border-color:#001f4d!important;box-shadow:0 0 0 2px #001f4d1f!important}.ant-modal-close{color:#001f4d}.ant-modal-close:hover{color:#001f4d!important}.detalhe-expandido-item{align-items:flex-start;background:linear-gradient(90deg,#f4f8fb 60%,#e9f0f7);border:1px solid #dbe6f3;border-radius:10px;box-shadow:0 2px 8px 0 #0000000f;display:flex;flex-direction:row;font-size:15px;gap:24px;justify-content:space-between;margin:0 4px 8px;padding:14px 18px 14px 14px;position:relative;transition:box-shadow .2s}.detalhe-expandido-item .col-esq{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:120px}.detalhe-expandido-item .col-dir{display:flex;flex:2 1;flex-direction:column;gap:4px;min-width:120px;word-break:break-word}.detalhe-expandido-item .label-icone,.detalhe-expandido-item b{font-size:1em}.detalhe-expandido-item .valor-destaque{border-radius:4px;box-shadow:0 1px 2px 0 #00000008;font-size:1em;padding:4px 8px}.detalhe-expandido-item .descricao-expandida{border-radius:4px;font-size:.98em;padding:7px 10px}@media (max-width:900px){.detalhe-expandido-item{flex-direction:column;font-size:13.5px;gap:10px;margin:0 0 8px;padding:10px 4px}.detalhe-expandido-item .col-dir,.detalhe-expandido-item .col-esq{gap:6px;min-width:0;width:100%}.detalhe-expandido-item .descricao-expandida,.detalhe-expandido-item .valor-destaque{box-sizing:border-box;font-size:1em;padding:5px 8px;width:100%}.detalhe-expandido-item .label-icone{font-size:1em;margin-bottom:2px}}@media (max-width:600px){.detalhe-expandido-item{border-radius:7px;font-size:12.5px;gap:6px;padding:7px 2px}.detalhe-expandido-item .col-dir,.detalhe-expandido-item .col-esq{gap:4px}.detalhe-expandido-item .descricao-expandida,.detalhe-expandido-item .valor-destaque{border-radius:3px;font-size:.98em;padding:4px 6px}.detalhe-expandido-item .label-icone{font-size:.98em}}.tabela-solicitacao .ant-table-tbody>tr>td .ant-btn.visualizar-btn{background:#001f4d;border:none;color:#fff;font-weight:500;transition:background .2s}.tabela-solicitacao .ant-table-tbody>tr>td .ant-btn.visualizar-btn:focus,.tabela-solicitacao .ant-table-tbody>tr>td .ant-btn.visualizar-btn:hover{background:#001f4d;color:#fff}@media (max-width:900px){.tabela-solicitacao{display:block;overflow-x:auto;width:100%}.tabela-solicitacao .ant-table{min-width:520px}.tabela-solicitacao .ant-table-tbody>tr>td,.tabela-solicitacao .ant-table-thead>tr>th{font-size:12.5px!important;padding:6px 4px!important}.tabela-solicitacao .ant-table-tbody>tr>td .ant-btn{font-size:11px;height:28px;margin-bottom:2px;padding:0 6px}.submit-button{font-size:15px;height:40px;margin-top:10px;min-width:0;min-width:auto;width:100%}.modal-content{padding:.5rem}.solicitacao-header-box{gap:12px;padding:10px 8px}.solicitacao-header-veiculo{font-size:.98rem;padding:10px}.submit-adicionar{font-size:14px;height:32px;margin-bottom:6px;min-width:0;min-width:auto;width:100%}}@media (max-width:600px){.tabela-solicitacao{display:none!important}.tabela-mobile{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;width:100%}.tabela-mobile-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px 0 #0000000f;display:flex;flex-direction:column;gap:6px;padding:12px 10px 10px}.tabela-mobile-item .item-nome{color:#001f4d;font-size:1.08em;font-weight:700;margin-bottom:2px}.tabela-mobile-item .item-quantidade{color:#222;font-size:1em;margin-bottom:2px}.tabela-mobile-item .item-descricao{background:#f7fafc;border:1px solid #e3eaf2;border-radius:4px;color:#444;font-size:.98em;margin-bottom:4px;padding:6px 8px;white-space:pre-line}.tabela-mobile-item .item-botoes{display:flex;gap:6px;margin-top:2px}.tabela-mobile-item .item-botoes .ant-btn{border-radius:4px;flex:1 1;font-size:11px;height:28px;padding:0 4px}.tabela-mobile-item .item-botoes .visualizar-btn{background:#001f4d;border:none;color:#fff}}.editar-solicitacao-modal-wrap .ant-modal{left:50%;top:50%;transform:translate(-50%,-50%)}.revisar-pre-header-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding:16px;width:100%}.revisar-pre-header-numero{align-items:center;border-bottom:1px solid #f0f0f0;color:#001f4d;display:flex;font-size:1.2rem;font-weight:600;gap:8px;padding-bottom:12px;width:100%}.revisar-pre-header-numero span{color:#0070f3;font-weight:700}.revisar-pre-header-info{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));width:100%}.revisar-pre-header-info .ant-descriptions{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:12px}.revisar-pre-header-info .ant-descriptions-item-label{color:#001f4d;font-size:.9rem;font-weight:500}.revisar-pre-header-info .ant-descriptions-item-content{color:#333;font-size:.9rem;font-weight:500}.revisar-pre-header-veiculo{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#001f4d;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:16px;transition:all .3s ease;width:100%}.revisar-pre-header-veiculo:hover{background:#fff;box-shadow:0 2px 8px #0000000d}.revisar-pre-header-veiculo .ant-select{max-width:500px;width:100%}.revisar-pre-header-veiculo .ant-select-selector{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;height:40px!important;transition:all .3s ease!important}.revisar-pre-header-veiculo .ant-select-selection-item{color:#001f4d;font-size:.95rem;line-height:38px!important}@media (max-width:900px){.revisar-pre-header-box{gap:12px;padding:14px}.revisar-pre-header-numero{font-size:1.1rem;padding-bottom:10px}.revisar-pre-header-info{grid-template-columns:1fr}.revisar-pre-header-veiculo{font-size:.95rem;padding:12px}}@media (max-width:600px){.revisar-pre-header-box{gap:10px;padding:12px}.revisar-pre-header-numero{font-size:1rem;padding-bottom:8px}.revisar-pre-header-veiculo{font-size:.9rem;padding:10px}}.historico-compra-adm-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.historico-compra-adm-container.menu-expanded{padding-left:280px}.historico-compra-adm-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 56px);margin:0 auto;max-width:1636px;overflow:hidden;padding:1rem;width:calc(100% - 2rem)}.historico-compra-adm-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.historico-compra-adm-content{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(17,17,26,.486);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px;width:100%}.historico-compra-adm-export-button,.historico-compra-adm-filter-button{background-color:#001f4d!important;box-sizing:border-box;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:40px!important;max-width:300px!important;min-width:220px!important;text-transform:none!important;white-space:nowrap}.historico-compra-adm-export-button{background-color:#d32f2f!important}.historico-compra-adm-table-container{-webkit-overflow-scrolling:touch;flex:1 1;margin-top:1rem;overflow-x:auto}.historico-compra-adm-table{min-width:800px}.historico-compra-adm-table-header{background-color:#001f4d!important}.historico-compra-adm-table-header th{background-color:#001f4d!important;border-bottom:none!important;color:#fff!important;font-size:1.1rem!important;font-weight:700!important;padding:14px 16px!important;white-space:nowrap}.historico-compra-adm-table-header th:first-child{border-top-left-radius:8px}.historico-compra-adm-table-header th:last-child{border-top-right-radius:8px}.historico-compra-adm-table .MuiTableCell-body{font-size:.9rem;padding:16px 20px!important;white-space:nowrap}.historico-compra-adm-no-results{color:#666;font-size:1rem;font-style:italic;padding:20px!important}@media (max-width:1024px){.historico-compra-adm-wrapper{padding:1rem;width:calc(100% - 2rem)}.historico-compra-adm-content{padding:1.25rem}.historico-compra-adm-table .MuiTableCell-body{font-size:.85rem;padding:12px 16px!important}.historico-compra-adm-table-header th{font-size:1rem!important;padding:12px 14px!important}}@media (max-width:768px){.historico-compra-adm-container,.historico-compra-adm-container.menu-expanded{padding-left:0}.historico-compra-adm-wrapper{padding:.75rem;width:calc(100% - 1.5rem)}.historico-compra-adm-title{font-size:1.3rem;padding:.5rem .75rem}.historico-compra-adm-content{min-height:400px;padding:1rem}.historico-compra-adm-table .MuiTableCell-body{font-size:.8rem;padding:10px 12px!important}.historico-compra-adm-table-header th{font-size:.9rem!important;padding:10px 12px!important}.historico-compra-adm-export-button,.historico-compra-adm-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}}@media (max-width:600px){.historico-compra-adm-wrapper{padding:.5rem;width:calc(100% - 1rem)}.historico-compra-adm-title{font-size:1.2rem;padding:.5rem}.historico-compra-adm-content{border-radius:8px;min-height:300px;padding:.75rem}.historico-compra-adm-table .MuiTableCell-body{font-size:.75rem;padding:8px 10px!important}.historico-compra-adm-table-header th{font-size:.85rem!important;padding:8px 10px!important}.historico-compra-adm-export-button,.historico-compra-adm-filter-button{box-sizing:border-box;height:40px!important;line-height:40px!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding-bottom:0!important;padding-top:0!important;width:100%!important}.historico-compra-adm-mobile-full-width{margin-bottom:8px!important;width:100%!important}.historico-compra-adm-mobile-full-width .MuiFormControl-root{width:100%!important}.historico-compra-adm-grid-item{padding-left:8px!important;padding-right:8px!important}.MuiGrid-item:has(.historico-compra-adm-export-button),.MuiGrid-item:has(.historico-compra-adm-filter-button){margin-top:8px!important;width:100%!important}.historico-compra-adm-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;font-size:.95rem;gap:4px;margin-bottom:12px;padding:12px}.historico-compra-adm-card>div{margin-bottom:4px}.historico-compra-adm-card>div:last-child{margin-bottom:0}}@media (max-width:400px){.historico-compra-adm-wrapper{padding:.5rem}.historico-compra-adm-title{font-size:1.1rem;padding:.25rem .5rem}.historico-compra-adm-content{min-height:250px;padding:.5rem}.historico-compra-adm-table .MuiTableCell-body{font-size:.7rem;padding:6px 8px!important}.historico-compra-adm-table-header th{font-size:.8rem!important;padding:6px 8px!important}.historico-compra-adm-export-button,.historico-compra-adm-filter-button{font-size:.7rem!important;height:28px!important;padding:2px 6px!important}}@media (max-height:600px){.historico-compra-adm-container{padding-top:48px}.historico-compra-adm-wrapper{min-height:calc(100vh - 48px)}.historico-compra-adm-title{margin-bottom:.5rem}.historico-compra-adm-content{min-height:200px}.historico-compra-adm-table .MuiTableCell-body,.historico-compra-adm-table-header th{padding:6px 8px!important}}.historico-compra-adm-content::-webkit-scrollbar{width:6px}.historico-compra-adm-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.historico-compra-adm-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.historico-compra-adm-content::-webkit-scrollbar-thumb:hover{background:#666}.relatorio-geral-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.relatorio-geral-container.menu-expanded{padding-left:280px}.relatorio-geral-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1636px;min-height:calc(100vh - 56px);padding:1rem;width:calc(100% - 2rem)}.relatorio-geral-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.relatorio-geral-content{box-sizing:border-box;padding:20px 0;width:100%}.relatorio-geral-card{margin-bottom:2rem!important}.relatorio-geral-card,.relatorio-geral-info-card{border:1px solid #e0e0e0!important;border-radius:12px!important;box-shadow:0 4px 20px #0000001a!important}.relatorio-geral-info-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important}.relatorio-geral-subtitle{color:#001f4d!important;font-weight:600!important;margin-bottom:1.5rem!important}.relatorio-geral-export-button{background-color:#001f4d!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:48px!important;min-width:200px!important;text-transform:none!important;white-space:nowrap}.relatorio-geral-export-button:hover{background-color:#036!important;box-shadow:0 4px 12px #001f4d4d!important;transform:translateY(-1px)!important}.relatorio-geral-export-button:disabled{background-color:#ccc!important;box-shadow:none!important;color:#666!important;transform:none!important}@media (max-width:768px){.relatorio-geral-container{padding-left:16px;padding-right:16px}.relatorio-geral-container.menu-expanded{padding-left:16px}.relatorio-geral-wrapper{padding:.5rem;width:calc(100% - 1rem)}.relatorio-geral-title{font-size:1.25rem;padding:.1rem 1rem}.relatorio-geral-content{padding:16px 0}.relatorio-geral-export-button{font-size:.875rem!important;height:44px!important;min-width:160px!important}}@media (max-width:600px){.relatorio-geral-container{padding-top:48px}.relatorio-geral-wrapper{min-height:calc(100vh - 48px)}.relatorio-geral-card,.relatorio-geral-info-card{border-radius:8px!important;margin:1rem 0!important}.relatorio-geral-subtitle{font-size:1.1rem!important;margin-bottom:1rem!important}}.relatorio-geral-card,.relatorio-geral-info-card{transition:all .3s ease}.relatorio-geral-card:hover,.relatorio-geral-info-card:hover{box-shadow:0 6px 25px #00000026!important;transform:translateY(-2px)}.relatorio-fornecedor-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.relatorio-fornecedor-container.menu-expanded{padding-left:280px}.relatorio-fornecedor-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1636px;min-height:calc(100vh - 56px);padding:1rem;width:calc(100% - 2rem)}.relatorio-fornecedor-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.relatorio-fornecedor-content{box-sizing:border-box;padding:20px 0;width:100%}.relatorio-fornecedor-card{margin-bottom:2rem!important}.relatorio-fornecedor-card,.relatorio-fornecedor-info-card{border:1px solid #e0e0e0!important;border-radius:12px!important;box-shadow:0 4px 20px #0000001a!important}.relatorio-fornecedor-info-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important}.relatorio-fornecedor-subtitle{color:#001f4d!important;font-weight:600!important;margin-bottom:1.5rem!important}.relatorio-fornecedor-export-button{background-color:#001f4d!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:48px!important;min-width:200px!important;text-transform:none!important;white-space:nowrap}.relatorio-fornecedor-export-button:hover{background-color:#036!important;box-shadow:0 4px 12px #001f4d4d!important;transform:translateY(-1px)!important}.relatorio-fornecedor-export-button:disabled{background-color:#ccc!important;box-shadow:none!important;color:#666!important;transform:none!important}@media (max-width:768px){.relatorio-fornecedor-container{padding-left:16px;padding-right:16px}.relatorio-fornecedor-container.menu-expanded{padding-left:16px}.relatorio-fornecedor-wrapper{padding:.5rem;width:calc(100% - 1rem)}.relatorio-fornecedor-title{font-size:1.25rem;padding:.1rem 1rem}.relatorio-fornecedor-content{padding:16px 0}.relatorio-fornecedor-export-button{font-size:.875rem!important;height:44px!important;min-width:160px!important}}@media (max-width:600px){.relatorio-fornecedor-container{padding-top:48px}.relatorio-fornecedor-wrapper{min-height:calc(100vh - 48px)}.relatorio-fornecedor-card,.relatorio-fornecedor-info-card{border-radius:8px!important;margin:1rem 0!important}.relatorio-fornecedor-subtitle{font-size:1.1rem!important;margin-bottom:1rem!important}}.relatorio-fornecedor-card,.relatorio-fornecedor-info-card{transition:all .3s ease}.relatorio-fornecedor-card:hover,.relatorio-fornecedor-info-card:hover{box-shadow:0 6px 25px #00000026!important;transform:translateY(-2px)}.relatorio-vendas-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.relatorio-vendas-container.menu-expanded{padding-left:280px}.relatorio-vendas-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1636px;min-height:calc(100vh - 56px);padding:1rem;width:calc(100% - 2rem)}.relatorio-vendas-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.relatorio-vendas-content{box-sizing:border-box;padding:20px 0;width:100%}.relatorio-vendas-card{margin-bottom:2rem!important}.relatorio-vendas-card,.relatorio-vendas-info-card{border:1px solid #e0e0e0!important;border-radius:12px!important;box-shadow:0 4px 20px #0000001a!important}.relatorio-vendas-info-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important}.relatorio-vendas-subtitle{color:#001f4d!important;font-weight:600!important;margin-bottom:1.5rem!important}.relatorio-vendas-export-button{background-color:#001f4d!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:48px!important;min-width:200px!important;text-transform:none!important;white-space:nowrap}.relatorio-vendas-export-button:hover{background-color:#036!important;box-shadow:0 4px 12px #001f4d4d!important;transform:translateY(-1px)!important}.relatorio-vendas-export-button:disabled{background-color:#ccc!important;box-shadow:none!important;color:#666!important;transform:none!important}@media (max-width:768px){.relatorio-vendas-container{padding-left:16px;padding-right:16px}.relatorio-vendas-container.menu-expanded{padding-left:16px}.relatorio-vendas-wrapper{padding:.5rem;width:calc(100% - 1rem)}.relatorio-vendas-title{font-size:1.25rem;padding:.1rem 1rem}.relatorio-vendas-content{padding:16px 0}.relatorio-vendas-export-button{font-size:.875rem!important;height:44px!important;min-width:160px!important}}@media (max-width:600px){.relatorio-vendas-container{padding-top:48px}.relatorio-vendas-wrapper{min-height:calc(100vh - 48px)}.relatorio-vendas-card,.relatorio-vendas-info-card{border-radius:8px!important;margin:1rem 0!important}.relatorio-vendas-subtitle{font-size:1.1rem!important;margin-bottom:1rem!important}}.relatorio-vendas-card,.relatorio-vendas-info-card{transition:all .3s ease}.relatorio-vendas-card:hover,.relatorio-vendas-info-card:hover{box-shadow:0 6px 25px #00000026!important;transform:translateY(-2px)}body,html{margin:0;padding:0}.relatorio-compras-container{background-blend-mode:overlay;background-color:#fffc;background-image:url(/static/media/imagem-fundo.e35d3fc38496f13d1aa6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;max-width:100%;min-height:100vh;padding-left:64px;padding-top:56px;position:relative;transition:padding-left .3s ease;width:100%}.relatorio-compras-container.menu-expanded{padding-left:280px}.relatorio-compras-wrapper{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1636px;min-height:calc(100vh - 56px);padding:1rem;width:calc(100% - 2rem)}.relatorio-compras-title{border-left:4px solid #001f4d;box-sizing:border-box;color:#001f4d;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem;padding:.1rem 1.25rem;width:100%}.relatorio-compras-content{box-sizing:border-box;padding:20px 0;width:100%}.relatorio-compras-card{margin-bottom:2rem!important}.relatorio-compras-card,.relatorio-compras-info-card{border:1px solid #e0e0e0!important;border-radius:12px!important;box-shadow:0 4px 20px #0000001a!important}.relatorio-compras-info-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important}.relatorio-compras-subtitle{color:#001f4d!important;font-weight:600!important;margin-bottom:1.5rem!important}.relatorio-compras-export-button{background-color:#001f4d!important;border-radius:8px!important;color:#fff!important;font-size:1rem!important;font-weight:500!important;height:48px!important;min-width:200px!important;text-transform:none!important;white-space:nowrap}.relatorio-compras-export-button:hover{background-color:#036!important;box-shadow:0 4px 12px #001f4d4d!important;transform:translateY(-1px)!important}.relatorio-compras-export-button:disabled{background-color:#ccc!important;box-shadow:none!important;color:#666!important;transform:none!important}@media (max-width:768px){.relatorio-compras-container{padding-left:16px;padding-right:16px}.relatorio-compras-container.menu-expanded{padding-left:16px}.relatorio-compras-wrapper{padding:.5rem;width:calc(100% - 1rem)}.relatorio-compras-title{font-size:1.25rem;padding:.1rem 1rem}.relatorio-compras-content{padding:16px 0}.relatorio-compras-export-button{font-size:.875rem!important;height:44px!important;min-width:160px!important}}@media (max-width:600px){.relatorio-compras-container{padding-top:48px}.relatorio-compras-wrapper{min-height:calc(100vh - 48px)}.relatorio-compras-card,.relatorio-compras-info-card{border-radius:8px!important;margin:1rem 0!important}.relatorio-compras-subtitle{font-size:1.1rem!important;margin-bottom:1rem!important}}.relatorio-compras-card,.relatorio-compras-info-card{transition:all .3s ease}.relatorio-compras-card:hover,.relatorio-compras-info-card:hover{box-shadow:0 6px 25px #00000026!important;transform:translateY(-2px)}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.5ced798f.css.map*/