.importacoes-page{padding:30px 25px 30px 10px;min-width:100%;height:100%;box-sizing:border-box}.importacoes-page .header{justify-content:space-between;align-items:center;margin-bottom:20px}.importacoes-page .header h1{margin-bottom:8px;font-size:27px;font-weight:600;color:#001742}.importacoes-page .header .filters{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;top:5px}.importacoes-page .header .filters .option{display:flex;align-items:center;font-size:13px;width:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding-bottom:2px;position:relative;bottom:2px;border-bottom:2px solid hsla(0,0%,49%,.1)}.importacoes-page .header .filters .option img{position:relative;bottom:1px}.importacoes-page .header .filters .option:hover{opacity:.8;cursor:pointer;border-bottom:2px solid #cdcdcd}.importacoes-page .description{font-size:18px}.importacoes-page .importations{display:flex;flex-direction:column;background:#fff;border-radius:8px;min-height:60vh;padding:25px;gap:20px}.importacoes-page .importations .action-bar{display:flex;justify-content:space-between;align-items:center;font-size:17px;color:#ff7930}.importacoes-page .importations .action-bar p.action:hover{color:#001742;cursor:pointer}.importacoes-page .importations .importation-card{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#000;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border:1px solid #efefef;border-radius:8px;padding:15px}.importacoes-page .importations .importation-card:hover{cursor:pointer;background-color:#f5f5f5}.importacoes-page .importations .importation-card .import-title{font-size:20px;font-weight:600;margin-bottom:7px;color:#001742}.importacoes-page .importations .importation-card .import-title span{opacity:.4}.importacoes-page .importations .importation-card .import-title:hover{color:#ff7930}.importacoes-page .importations .importation-card .last-update{color:#4f4f4f;font-size:13px}.importacoes-page .importations .importation-card .documents{display:flex;gap:20px}.importacoes-page .importations .importation-card .documents .document{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border-radius:8px;border:1px solid #efefef;text-wrap:nowrap}.importacoes-page .importations .importation-card .documents .document:first-child{width:220px}.importacoes-page .importations .importation-card .documents .document:nth-child(2){width:170px}.importacoes-page .importations .importation-card .documents .document:nth-child(3){width:140px}.importacoes-page .importations .importation-card .documents .document .go-to-icon,.importacoes-page .importations .importation-card .documents .document .icon{width:20px}.importacoes-page .importations .importation-card .documents .document .go-to-icon{display:none}.importacoes-page .importations .importation-card .documents .document:hover{cursor:pointer;opacity:.9}.importacoes-page .importations .importation-card .documents .document:hover .icon{display:none}.importacoes-page .importations .importation-card .documents .document:hover .go-to-icon{display:block}.importacoes-page .importations .importation-card .documents .documentContract{display:flex;flex-direction:column;align-items:center;height:30px;padding:10px 0;border-radius:8px;border:1px solid #efefef;border-bottom:none;width:215px;text-wrap:nowrap}.importacoes-page .importations .importation-card .documents .documentContract .go-to-icon,.importacoes-page .importations .importation-card .documents .documentContract .icon{width:20px;height:20px;margin-top:3px}.importacoes-page .importations .importation-card .documents .documentContract .go-to-icon{display:none}.importacoes-page .importations .importation-card .documents .documentContract:hover{cursor:pointer;opacity:.9}.importacoes-page .importations .importation-card .documents .documentContract:hover .icon{display:none}.importacoes-page .importations .importation-card .documents .documentContract:hover .go-to-icon{display:block}.create-modal{position:fixed;z-index:300;background-color:rgba(0,0,0,.125);width:100vw;height:100vh}.create-modal .card{box-shadow:0 0 500px rgba(0,0,0,.3);border-radius:10px;padding:30px;box-sizing:border-box;width:400px;background-color:#fff;display:flex;flex-direction:column;gap:10px}.create-modal .card h2{margin-bottom:10px}.create-modal .card button{margin-top:10px}.button-next-page{display:flex;justify-content:center;align-items:center;width:4%;border-radius:10px;cursor:pointer}.button-next-page,.loader{margin:20px auto;background-color:#ff7930}.loader{width:20px;padding:8px;aspect-ratio:1;border-radius:50%;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s linear infinite}@keyframes l3{to{transform:rotate(1turn)}}.input{display:flex;align-items:center;gap:8px;box-sizing:border-box;height:45px;width:auto;padding:2px 15px;border:1px solid #cdcdcd;border-radius:3px}.input:active,.input:focus,.input:focus-within,.input:hover{border-color:#ff7930}.input.disabled{border:0;border-bottom:1px solid #cdcdcd}.input .title{color:#4f4f4f;font-size:14px;white-space:nowrap}.input input{border:0;height:100%;width:100%;min-width:100px;font-size:15px;background-color:transparent;box-sizing:border-box}.input input:disabled{color:#000}.input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.input input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input input[type=file]{padding:9px}.input input[type=file]:hover{cursor:pointer}.input input[type=file]::file-selector-button{display:none}.input .clickable:hover{opacity:.7;cursor:pointer}.dropdown .input:focus-within+.list,.dropdown .input:hover+.list{display:flex}.dropdown:active .list,.dropdown:hover .list{display:flex}.dropdown .list{z-index:99;position:absolute;background-color:#fafafa;display:none;flex-direction:column;box-sizing:border-box;overflow:auto;max-height:200px;width:auto;padding:10px;border-bottom:1px solid #efefef;border-radius:6px}.dropdown .list::-webkit-scrollbar{width:5px}.dropdown .list::-webkit-scrollbar-thumb{background-color:#cdcdcd}.dropdown .list::-webkit-scrollbar-thumb:hover{background-color:#939393;cursor:pointer}.dropdown .list .item{padding:12px;border-radius:8px}.dropdown .list .item p{margin-top:4px;color:#939393;font-size:14px}.dropdown .list .item p:hover{color:#fff}.dropdown .list .item:hover{background-color:#ff7930;cursor:pointer;color:#fff}.table-wrapper{overflow-x:auto;overflow-y:auto;max-height:calc(78vh - 6px);border-radius:8px}.table-wrapper::-webkit-scrollbar{width:8px;height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.table{background:#fff;padding:0;border-collapse:collapse;width:100%}.table thead{background-color:#f7f7f7;font-size:15px;border-bottom:1px solid #efefef}.table thead,.table thead tr{color:transparent}.table thead tr td{white-space:nowrap;color:#001742;font-weight:500;padding:20px 10px}.table thead tr td:first-child{border-radius:8px 0 0 0}.table thead tr td:last-child{border-radius:0 8px 0 0}.table tr:nth-child(2n){background-color:#f1f1f1}.table tr td{vertical-align:middle;padding:0 10px;width:-moz-fit-content;width:fit-content;height:50px}.table tr td:first-child{padding-left:20px}.table tr td:last-child,.table tr td:nth-last-child(2){padding:15px 20px}.table tr td a{text-decoration:none;color:#001742}.table tr td a:hover{color:#ff7930}.table tbody tr td{vertical-align:middle}.table tbody tr td span{color:#939393;line-height:20px;font-size:15px}.table tbody tr td .button{width:50px;height:30px}.table tbody tr td .button:hover.password{content:url(/_next/static/media/key-fill.de20593a.svg)}.table tbody tr td .button:hover.person{content:url(/_next/static/media/person-remove-fill.1a166da8.svg)}.login{margin:0;padding:0;overflow:hidden;width:100vw;height:100vh;display:flex;flex-direction:column;z-index:100}.login *{transition:all .5s ease}.login .nav{height:15vh;align-items:flex-end}.login .content,.login .nav{display:flex;justify-content:center}.login .content{align-items:center;gap:120px;text-align:center;font-size:24px;width:100%;height:80vh;color:#fff}.login .content .phrase{font-weight:800;font-size:20px;text-align:left;background:linear-gradient(90deg,#9ca0ba 0,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradientAnimation 3s ease infinite alternate}.login .content form{display:flex;flex-direction:column;gap:20px;width:22%}.login .content form .input input{text-transform:none!important}.login .content form p{font-weight:300;font-size:17px;text-align:left}.login .content form button{margin-top:15px}.login .content form button:hover{color:#fff!important;border:1px solid #fff!important;background-color:hsla(0,0%,100%,.1)!important}.login .content .forgot-password{font-size:13px;position:relative;top:-5px}.login .content .forgot-password:hover{cursor:pointer;opacity:.8}.login .sent{display:flex;flex-direction:column;text-align:start;gap:21px}.login .sent .message{font-size:22.8px}.login .button .loader{--c:no-repeat radial-gradient(farthest-side,#000 93%,#0000)}.login .button .loader:before{background:#000}.checkbox{display:flex;font-size:13px;height:30px;align-items:flex-end;box-sizing:border-box;position:relative}.checkbox input[type=radio]{display:none}.checkbox p{border-bottom:2px solid #ff7930;padding:5px 5px 4px 10px}.checkbox input[type=date]{background-color:transparent!important;padding:4px 0;border-bottom:2px solid #ff7930!important;border:0}.checkbox input[type=date]:hover{cursor:pointer}.checkbox label{padding:4px 8px;border-bottom:2px solid #efefef;text-wrap:nowrap}.checkbox label:hover{cursor:pointer;border-bottom:2px solid #cdcdcd;color:#ff7930}.checkbox input[type=radio]:checked+label{color:#ff7930;font-weight:600;border-bottom:2px solid #ff7930}.checkbox .divider{font-weight:300}@keyframes move{to{transform:translateZ(1px) rotate(1turn)}}.background{position:fixed;width:100vw;height:100vh;top:0;left:0;background:#000d3d;overflow:hidden;z-index:-1}.background span{width:50vmin;height:50vmin;border-radius:50vmin;backface-visibility:hidden;position:absolute;animation:move;animation-duration:9;animation-timing-function:linear;animation-iteration-count:infinite}.background span:nth-child(0){color:#0f183e;top:48%;left:80%;animation-duration:177s;animation-delay:-44s;transform-origin:25vw 18vh;box-shadow:-100vmin 0 13.433845494vmin currentColor}.background span:first-child{color:#0f183e;top:4%;left:23%;animation-duration:354s;animation-delay:-381s;transform-origin:-11vw -16vh;box-shadow:-100vmin 0 13.1914365115vmin currentColor}.background span:nth-child(2){color:#0f183e;top:19%;left:96%;animation-duration:237s;animation-delay:-127s;transform-origin:-3vw -2vh;box-shadow:100vmin 0 12.87239197vmin currentColor}.background span:nth-child(3){color:#0c1c5a;top:100%;left:67%;animation-duration:115s;animation-delay:-333s;transform-origin:25vw 10vh;box-shadow:-100vmin 0 12.9764808604vmin currentColor}.background span:nth-child(4){color:#05296b;top:76%;left:35%;animation-duration:71s;animation-delay:-265s;transform-origin:-5vw -10vh;box-shadow:-100vmin 0 13.0265794599vmin currentColor}.background span:nth-child(5){color:#05296b;top:54%;left:91%;animation-duration:171s;animation-delay:-204s;transform-origin:0 15vh;box-shadow:-100vmin 0 12.8850399317vmin currentColor}.background span:nth-child(6){color:#0c1c5a;top:14%;left:46%;animation-duration:91s;animation-delay:-91s;transform-origin:24vw -5vh;box-shadow:100vmin 0 13.1568646663vmin currentColor}.background span:nth-child(7){color:#0c1c5a;top:17%;left:70%;animation-duration:68s;animation-delay:-13s;transform-origin:-19vw 25vh;box-shadow:-100vmin 0 13.3197418679vmin currentColor}.background span:nth-child(8){color:#05296b;top:7%;left:68%;animation-duration:181s;animation-delay:-337s;transform-origin:24vw -17vh;box-shadow:-100vmin 0 13.0541201016vmin currentColor}.background span:nth-child(9){color:#05296b;top:63%;left:18%;animation-duration:278s;animation-delay:-335s;transform-origin:22vw 8vh;box-shadow:100vmin 0 12.683046278vmin currentColor}.background span:nth-child(10){color:#0f183e;top:47%;left:88%;animation-duration:71s;animation-delay:-392s;transform-origin:-17vw 5vh;box-shadow:100vmin 0 13.0615974898vmin currentColor}.background span:nth-child(11){color:#05296b;top:64%;left:37%;animation-duration:265s;animation-delay:-378s;transform-origin:-27vw 0;box-shadow:-100vmin 0 13.0513857991vmin currentColor}.background span:nth-child(12){color:#05296b;top:69%;left:23%;animation-duration:412s;animation-delay:-57s;transform-origin:-5vw -3vh;box-shadow:100vmin 0 13.3967763097vmin currentColor}.background span:nth-child(13){color:#0f183e;top:76%;left:28%;animation-duration:296s;animation-delay:-21s;transform-origin:-2vw 7vh;box-shadow:100vmin 0 12.7660426694vmin currentColor}.background span:nth-child(14){color:#0f183e;top:80%;left:97%;animation-duration:228s;animation-delay:-344s;transform-origin:-1vw 18vh;box-shadow:-100vmin 0 13.1488095555vmin currentColor}.background span:nth-child(15){color:#0f183e;top:67%;left:37%;animation-duration:303s;animation-delay:-211s;transform-origin:4vw -6vh;box-shadow:100vmin 0 12.9204567344vmin currentColor}.background span:nth-child(16){color:#0f183e;top:79%;left:86%;animation-duration:303s;animation-delay:-281s;transform-origin:17vw 16vh;box-shadow:100vmin 0 13.3237035018vmin currentColor}.background span:nth-child(17){color:#0c1c5a;top:99%;left:97%;animation-duration:142s;animation-delay:-10s;transform-origin:19vw -2vh;box-shadow:-100vmin 0 12.6530293877vmin currentColor}.background span:nth-child(18){color:#05296b;top:80%;left:17%;animation-duration:378s;animation-delay:-241s;transform-origin:-6vw -7vh;box-shadow:-100vmin 0 13.2830865148vmin currentColor}.background span:nth-child(19){color:#05296b;top:89%;left:41%;animation-duration:364s;animation-delay:-141s;transform-origin:16vw -19vh;box-shadow:-100vmin 0 12.9890576201vmin currentColor}.maintenance{margin:0;padding:0;overflow:hidden;width:100vw;height:100vh;display:flex;flex-direction:column;z-index:100}.maintenance *{transition:all .5s ease}.maintenance .nav{height:15vh;display:flex;justify-content:center;align-items:flex-end}@media(max-width:768px){.maintenance .nav{height:12vh}}.maintenance .content{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:85vh;color:#fff}@media(max-width:768px){.maintenance .content{height:88vh;padding:0 20px}}.maintenance .content .message-container{display:flex;flex-direction:column;align-items:center;gap:25px;max-width:600px;animation:fadeIn 1s ease-in}@media(max-width:768px){.maintenance .content .message-container{gap:20px;max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.maintenance .content .message-container .icon-wrapper{background:hsla(0,0%,100%,.1);border-radius:50%;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:pulse 2s ease-in-out infinite}@media(max-width:768px){.maintenance .content .message-container .icon-wrapper{padding:20px}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}50%{transform:scale(1.05);box-shadow:0 0 0 10px hsla(0,0%,100%,0)}}.maintenance .content .message-container .icon-wrapper .maintenance-icon{filter:brightness(0) invert(1);width:80px;height:80px}@media(max-width:768px){.maintenance .content .message-container .icon-wrapper .maintenance-icon{width:60px;height:60px}}.maintenance .content .message-container .title{font-weight:700;font-size:36px;background:linear-gradient(90deg,#9ca0ba 0,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradientAnimation 3s ease infinite alternate;margin:0}@media(max-width:768px){.maintenance .content .message-container .title{font-size:28px}}@keyframes gradientAnimation{0%{background-position:100% 100%}to{background-position:0 0}}.maintenance .content .message-container .message{font-weight:400;font-size:20px;line-height:1.6;color:hsla(0,0%,100%,.9);margin:0}@media(max-width:768px){.maintenance .content .message-container .message{font-size:18px}}.maintenance .content .message-container .sub-message{font-weight:300;font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.7);margin:0}@media(max-width:768px){.maintenance .content .message-container .sub-message{font-size:14px}}.maintenance .content .message-container .info{margin-top:20px;padding:20px;background:hsla(0,0%,100%,.05);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.maintenance .content .message-container .info{padding:15px;margin-top:15px}}.maintenance .content .message-container .info p{font-size:14px;margin:0 0 10px;color:hsla(0,0%,100%,.8);font-weight:300}@media(max-width:768px){.maintenance .content .message-container .info p{font-size:13px}}.maintenance .content .message-container .info a{font-size:15px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease}@media(max-width:768px){.maintenance .content .message-container .info a{font-size:14px}}.maintenance .content .message-container .info a:hover{color:orange;text-decoration:underline}.filters .input{width:100%;border:0;border-bottom:1px solid hsla(0,0%,49%,.1)}.filters .input input{text-transform:none}.title-quote{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:768px){.title-quote{width:100%;flex-direction:column;gap:10px}}.title-quote h1{margin-bottom:8px;font-size:27px;font-weight:600;color:#001742}@media(max-width:768px){.title-quote h1{font-size:20px;margin-bottom:0}}@media(max-width:1024px){.title-quote h1{font-size:24px}}.title-quote .quotes{display:flex;gap:10px;position:relative;bottom:10px;border-radius:20px}@media(max-width:768px){.title-quote .quotes{bottom:0;gap:5px}}.quote{border-radius:15px;width:150px;padding:3px 8px 3px 3px;height:25px}.quote:hover{cursor:pointer;background-color:#001742}.quote:hover .hover-out{display:none}.quote:hover .hover-in{display:flex;gap:5px;align-items:center;justify-content:center;padding:7px 3px 7px 14px;text-decoration:none}.quote:hover .hover-in p{color:#fff;font-size:16px}.quote:hover .hover-in img{position:relative;bottom:2px}.quote .hover-out{display:flex;align-items:center;box-sizing:border-box;justify-content:space-between}.quote .hover-out img{border-radius:12px}.quote .hover-out p{position:relative;top:1px;font-size:17px;font-weight:500;animation:colorChange 3s infinite}.quote .hover-in{display:none}@keyframes colorChange{0%{color:#000}8%{color:#000}10%{color:red}12%{color:#000}48%{color:#000}50%{color:green}52%{color:#000}96%{color:#000}98%{color:green}to{color:#000}}