/**
 * A identidade da notificação, vinda do `element.css` (Fase 7).
 *
 * O `OdsNotify` é serviço, não componente: não há `.vue` com bloco `\3c style>` para hospedar a
 * regra. Este arquivo é o equivalente — mora junto do serviço e é importado por ele.
 *
 * A notificação é montada no `<body>`, fora de qualquer árvore de componente, então o seletor
 * não pode ser escopado. Funciona porque o `main.js` importa o ODS depois do CSS global.
 */
.el-notification__content {
  word-break: break-word;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


.frete[data-v-4fd0e7f3], .linha_separadora[data-v-4fd0e7f3] {
  width: 100% !important;
}
.linha_separadora[data-v-4fd0e7f3] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-4fd0e7f3] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-4fd0e7f3] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-4fd0e7f3] {
  width: 100% !important;
  display: block;
  border-right: 1px solid #dddbe1;
  height: 200px;
}
.fretes[data-v-4fd0e7f3] {
  display: block;
}
.campos[data-v-4fd0e7f3] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-4fd0e7f3] {
  display: none;
}
ul li.frete[data-v-4fd0e7f3] {
  float: none;
}


#AlterarSenha .ods-dialog__body {
  padding: 30px 20px 0 20px !important;
}
#AlterarSenha label.el-form-item__label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0px;
}
#AlterarSenha .el-form-item__error {
  padding-top: 0;
  font-size: 10px;
}
#AlterarSenha .ods-dialog__header {
  display: block;
}


.drawer[data-v-4c325cf3] {
  overflow: auto;
}
.drawer-header[data-v-4c325cf3] {
  height: 84px;
  padding: 20px;
}
.drawer-header .ods-dropdown-link[data-v-4c325cf3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.ods-menu-item-group[data-v-4c325cf3]:nth-child(3){
  padding: 0px 0px 56px 0px;
}
.drawer-header .ods-dropdown-link i[data-v-4c325cf3] {
  font-size: 25px;
  color: #ef6638;
}
.drawer-header .ods-dropdown-link i[data-v-4c325cf3]:nth-child(3) {
  cursor: pointer;
}
.ods-divider--horizontal[data-v-4c325cf3] {
  margin: 0;
}
.ods-menu-item[data-v-4c325cf3]{
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 35px !important;
}
.drawer-footer[data-v-4c325cf3]{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
}
.menu-sair[data-v-4c325cf3], .menu-sair i[data-v-4c325cf3], .router-link-exact-active[data-v-4c325cf3], .router-link-exact-active i[data-v-4c325cf3]{
  color: #ef6638;
}
.ods-menu-item.is-active[data-v-4c325cf3], .ods-menu-item.is-active i[data-v-4c325cf3]{
  color: #303133;
}
.ods-menu-item[data-v-4c325cf3]:hover {
  color: #ef6638;
  background-color: white !important;
}
.el-collapse-item[data-v-4c325cf3]:hover,
.el-collapse-item:hover p[data-v-4c325cf3] {
  color: #ef6638 !important;
}
.el-collapse-item .router-link-active[data-v-4c325cf3]:hover {
  color: #ef6638 !important;
}
[data-v-4c325cf3] .el-collapse {
  border: none !important;
}
[data-v-4c325cf3] .el-collapse-item {
  border: none !important;
}
[data-v-4c325cf3] .el-collapse-item__header,[data-v-4c325cf3] .el-collapse-item__wrap {
  border: none !important;
}
  

#MainHeader div.linha {
  background-color: #ef6638;
  width: 100%;
  height: 2px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
#MainHeader header.cabecalho {
  padding-top: 2px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background-color: #fff;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 998;
}
#MainHeader header.cabecalho .logo {
  width: 115px;
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: center;
}
#MainHeader header.cabecalho .logo img {
  width: 60px;
}
#MainHeader header.cabecalho .topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#MainHeader header.cabecalho .topo .perfil {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  padding: 10px 15px;
  border: 1px dashed #ef6638;
  color: #ef6638;
  flex-wrap: wrap;
}
#MainHeader header.cabecalho .topo .perfil .perfil-nome {
  font-size: 16px;
  font-weight: bold;
  color: #ef6638;
}
#MainHeader header.cabecalho .topo .perfil .nome-fantasia {
  font-size: 10px;
  font-weight: bold;
  color: #ef6638;
  margin-top: 5px;
  word-break: break-word;
}
#MainHeader header.cabecalho .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
#MainHeader header.cabecalho .menu .ods-dropdown-link {
  height: 84px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
#MainHeader header.cabecalho .menu .ods-dropdown-link:hover {
  background-color: rgba(239, 102, 56, 0.035);
}
#MainHeader header.cabecalho .menu .ods-dropdown-link > i:first-child {
  font-size: 24px;
}
#MainHeader header.cabecalho .menu .ods-dropdown-link img.icon_usuario {
  width: 30px;
}


#MainMenu {
  position: fixed;
  top: 88px;
  left: 0px;
  box-shadow: -15px 0px 37px 0px rgba(196, 196, 196, 1);
  background-color: #fff;
  width: 105px;
  height: calc(100% - 89px);
  box-sizing: border-box;
  z-index: 997;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#MainMenu .menu_versao {
  font-size: 12px;
  margin-bottom: 10px;
  color: #aaa;
}
#MainMenu .menu_botoes {
  margin: 22px 0px 0px 0px;
  width: 95px;
  overflow-y: auto;
  overflow-x: hidden;
}
#MainMenu .menu_botoes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#MainMenu .menu_botoes ul a {
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
#MainMenu .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  padding: 4px 6px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #848484;
}
#MainMenu .menu-item i {
  font-size: 22px;
  color: #848484;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
#MainMenu .menu-item p {
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  color: #848484;
  transition: color 0.2s ease;
  margin: 0;
}
#MainMenu .menu_botoes ul a:hover .menu-item i,
#MainMenu .menu_botoes ul a:hover .menu-item p {
  color: #ef6638 !important;
}
#MainMenu .menu_botoes ul a.router-link-active .menu-item i,
#MainMenu .menu_botoes ul a.router-link-active .menu-item p {
  color: #ef6638;
}


section[data-v-c403af64] {
  margin: 115px 20px 0px 130px;
}
.precificacao-alteracoes[data-v-c403af64] {
  margin-top: 20px;
}
.precificacao-lista[data-v-c403af64] {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.precificacao-item[data-v-c403af64] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
}
.precificacao-chave[data-v-c403af64] {
  font-weight: 600;
  color: #303133;
}
.precificacao-badge[data-v-c403af64] {
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}
.precificacao-badge.ativo[data-v-c403af64] {
  background: #f0f9eb;
  color: #67c23a;
}
.precificacao-badge.inativo[data-v-c403af64] {
  background: #fef0f0;
  color: #f56c6c;
}


#TemplateLogin .logo {
  top: 260px;
  left: 70px;
  position: absolute;
  z-index: 2;
}
#TemplateLogin .foto_background {
  background-image: url('/static/img/bg-login-02.jpg');
  z-index: -100
}
#TemplateLogin .bg1 {
  background-image: url('/static/img/bg-login.jpg');
}
#TemplateLogin .bg2 {
  background-image: url('/static/img/bg-login-02.jpg');
}


.link[data-v-33ab5d02] {
  display: inherit;
  margin: auto;
  text-decoration: none;
  float:right;
}


.tab {
  display: none;
}
.tabs_on {
  display: block;
}
#EmbarcadorCadastro .ods-dialog__body {
  padding: 0 15px 7px 15px;
}


#map[data-v-4a7007a8] {
  width: 100%;
  height: 89vh;
}



#DocumentosFiscais {
  font-size: 14px;
}
#DocumentosFiscais .cobranca {
  padding: 10px 5px;
}
#DocumentosFiscais .cobranca .el-collapse-item.is-disabled .el-collapse-item__header {
  cursor: default;
  color: #303133;
}
#DocumentosFiscais .cobranca .el-collapse-item.is-disabled .el-collapse-item__arrow.el-icon-arrow-right.is-active {
  display: none;
}
#DocumentosFiscais .cobranca .el-collapse-item__header {
  height: auto;
  min-height: 48px;
}
#DocumentosFiscais .cobranca .cliente {
  background-color:#f0f0f0;
  font-size:90%;
  padding: 8px 0 5px 0;
  color: black;
}
#DocumentosFiscais .cobranca .link {
  color: blue;
  cursor: pointer
}
#DocumentosFiscais .cobranca .notas {
  background-color:#f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#DocumentosFiscais .pagamento .titulo {
  font-weight: 600;
  padding: 5px;
}
#DocumentosFiscais .pagamento {
  padding: 10px 5px;
}
#DocumentosFiscais .manifesto .titulo {
  font-weight: 600;
  padding: 5px;
}
#DocumentosFiscais .manifesto {
  padding: 10px 5px;
}











































































































































































































































































/* Container geral */
#SolicitacaoDespesas #container {
  font-size: 12px;
}
/* Título principal (SOLICITAÇÃO DE DESPESAS) */
#SolicitacaoDespesas .solicitacao-title {
  margin-bottom: 15px;
}
/* Cabeçalho da tabela */
#SolicitacaoDespesas .header-col label {
  font-weight: bold;
  font-size: 10px;
}
/* Título com nome do tomador */
#SolicitacaoDespesas .tomador-header {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
}
/* Linha de despesa */
#SolicitacaoDespesas .linha-despesa {
  border-bottom: 1px solid #efefef;
}
/* Ajustes das colunas */
#SolicitacaoDespesas .linha-despesa__row {
  display: flex;
  align-items: center;
}
#SolicitacaoDespesas .col-ordem {
  font-size: 12px;
  padding-left: 11px;
}
#SolicitacaoDespesas .col-info {
  font-size: 12px;
}
/* Links para download */
#SolicitacaoDespesas .download-link {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}
/* Comprovante */
#SolicitacaoDespesas .comprovante-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#SolicitacaoDespesas .comprovante-img {
  width: 50px;
  height: 50px;
}
/* Texto em vermelho caso não haja comprovante */
#SolicitacaoDespesas .texto-vermelho {
  font-size: 12px;
  color: red;
  margin-top: 2px;
}
/* Exemplo de customização do spinner do ElementUI (se precisar) */
#SolicitacaoDespesas .el-loading-spinner .circular {
  height: 21px;
  width: 21px;
  margin-top: 8px;
  margin-left: 5px;
}


#Ocorrencias .ods-dialog__header {
  display: block;
}
#Ocorrencias .linha {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef;
}
#Ocorrencias .linha:hover {
  color: #ef6638;
  background-color: #efefef;
}











































































/* Your component styles here */


#Pagamento .linha {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
#Pagamento .linha:hover {
  color: #ef6638;
  background-color: #efefef;
}


.anexar-documentos-divider[data-v-78640494] {
  margin-top: 45px !important;
}


#AdicionarDespesa .upload-item[data-v-23f71854] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.linha-cinza[data-v-26568707] {
  background-color: #f5f7fa;
  padding: 10px;
  border-radius: 4px;
}
.linha-branca[data-v-26568707] {
  padding: 10px;
}
.first-col[data-v-26568707] {
  width: 27.4667%;
}


#SectionDestinos .destinos-header {
  display: flex;
  align-items: center;
  gap: 24px;
}
#SectionDestinos .timeline-number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e4e7ed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#SectionDestinos .el-timeline-item__wrapper {
  padding-left: 36px;
}
#SectionDestinos .el-timeline-item__tail {
  position: absolute;
  left: 9px;
  height: 112%;
}
#SectionDestinos .el-timeline-item {
  padding-bottom: 0px;
}
#SectionDestinos .el-row .first-col {
  width: 27.4667%;
}
.ncm-select .el-select-dropdown__item {
  width: 765px;
}
.ncm-select .ncm-direita {
  float: right;
  color: #8492a6;
  font-size: 13px;
}


.field[data-v-3e945491] {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.content .header .el-col img[data-v-3e945491] {
  width: 50px;
  position: absolute;
}
.content .header .el-col span[data-v-3e945491] {
  margin-left: 55px;
  padding-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
#title[data-v-3e945491] {
  background-color: #efefef;
}


.is-compliant[data-v-3275f1e2] {
  color: #67c23a;
  font-weight: bold;
  border-radius: 12px;
  padding: 3px;
  border: 1px solid #67c23a;
}
.is-non-compliant[data-v-3275f1e2] {
  color: #f56c6c;
  font-weight: bold;
  border-radius: 12px;
  padding: 3px;
  border: 1px solid #f56c6c;
}


.container[data-v-14a12340] {
  border: 1px solid #ef6638;
  border-radius: 12px;
  padding: 10px 15px;
  background-color: #ffead4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.title[data-v-14a12340] {
  font-size: 1.2rem;
  color: #ef6638;
  padding: 0% !important;
  font-weight: bold;
  margin-bottom: 5px;
}
.text[data-v-14a12340] {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.action-area[data-v-14a12340] {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}


.tabs[data-v-5a130718] {
  margin-top: 20px;
}
.campos[data-v-5a130718] {
  margin-bottom: 24px;
}
.tab[data-v-5a130718] {
  display: none;
}
.tabs_on[data-v-5a130718] {
  display: block !important;
}
.last[data-v-5a130718] {
  margin-bottom: 0 !important;
}
.field[data-v-5a130718] {
  padding-top: 12px;
}
.toolbar[data-v-5a130718] {
  margin-bottom: 30px;
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
}
.ods-dialog .toolbar[data-v-5a130718] {
  margin-bottom: 0;
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.el-collapse[data-v-5a130718] {
  border: 1px solid #ef6638;
  border-radius: 8px;
  background-color: rgba(239, 102, 56, 0.102);
}
.mensagem-principal[data-v-5a130718] {
  margin: 8px 0 15px 0;
  white-space: pre-line;
}
.detalhes[data-v-5a130718] {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
}
.detalhes p[data-v-5a130718] {
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
}
.detalhes .label[data-v-5a130718] {
  color: #666;
  font-weight: 500;
}
.detalhes .valor[data-v-5a130718] {
  color: #333;
  font-weight: 600;
}
.situacao[data-v-5a130718] {
  background: #fef0f0;
  border: 1px solid #fbc4c4;
  color: #c45656;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}



#MeusFretesForm .el-collapse {
  border: 1px solid #ef6638;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(255, 152, 0, 0.08);
  overflow: hidden;
}
#MeusFretesForm .el-collapse-item__header {
  background: #fff7e6;
  color: #303133;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 10px;
}
#MeusFretesForm .el-collapse-item__header:hover {
  background: #ffead4;
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.15);
}
#MeusFretesForm .el-collapse-item__header.is-active {
  background: #ffead4;
  border-bottom-color: #ef6638;
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.15);
}
#MeusFretesForm .el-collapse-item__header i {
  color: #ef6638;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease;
}
#MeusFretesForm .el-collapse-item__header.is-active i {
  transform: rotate(180deg);
}
#MeusFretesForm .el-collapse-item__wrap {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  border-top: none;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.06);
}
#MeusFretesForm .el-collapse-item__content {
  padding: 24px;
  font-size: 14px;
  color: #404040;
  background: #fafafa;
  line-height: 1.6;
}
.descricao-direita {
  float: right;
  color: #8492a6;
  font-size: 13px;
}


#Status[data-v-404ceebe] {
  margin-bottom: 20px;
}
#Status img[data-v-404ceebe] {
  width: 50px;
}
#Status .texto[data-v-404ceebe] {
  margin-top: -35px;
  margin-left: 2px;
}
.texto[data-v-404ceebe] {
  border-top: 1px dotted #dedede;
  display: block;
  width: 100%;
  padding-left: 60px;
  margin-top:-15px;
  font-size: 12px;
}
.texto-verde[data-v-404ceebe] {
  border-top: 1px solid #048c04;
}
.texto-laranja[data-v-404ceebe] {
  border-top: 1px dotted #ef6638;
}
.verde[data-v-404ceebe] {
  background-color: #048c04;
}
.border-verde[data-v-404ceebe] {
  border-color: #048c04;
}


.field[data-v-736c8276] {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.content .header .el-col img[data-v-736c8276] {
  width: 50px;
  position: absolute;
}
.content .header .el-col span[data-v-736c8276] {
  margin-left: 55px;
  padding-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px
}


.field[data-v-11dbdf85] {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}


.ods-dialog__footer[data-v-069eef64] {
  background-color: #efefef;
  padding-top: 11px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  margin-left: -20px;
  margin-top: 25px;
}


div.ods-alert[data-v-4a11412e] {
  word-break: normal;
  line-height: 20px;
  padding: 3px 10px;
}
table[data-v-4a11412e] {
  width: 100%;
  text-align: left;
  word-break: normal;
}
table th[data-v-4a11412e] {
  width: 125px;
  padding-bottom: 20px;
  vertical-align: top;
}
table td[data-v-4a11412e] {
  padding-bottom: 20px;
}
.ods-dialog__footer[data-v-4a11412e] {
  background-color: #efefef;
  padding-top: 11px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  margin-left: -20px;
  margin-top: 25px;
}
table.opcoes[data-v-4a11412e] {
  border: 1px solid #efefef;
}
table.opcoes th[data-v-4a11412e] {
  width: 115px;
}
table.opcoes th[data-v-4a11412e], table.opcoes td[data-v-4a11412e] {
  border: 1px solid #efefef;
  padding: 10px 10px 8px 10px;
  vertical-align: middle;
}
table input[data-v-4a11412e] {
  border: 1px solid #efefef;
  padding: 8px 5px 5px 5px;
}
table input[data-v-4a11412e]:disabled {
  background-color: #efefef;
  cursor: not-allowed;
}


#SolicitacoesDespesas .despesa-title {
  font-size: 90%;
  padding: 0 7px;
  margin-left: 9px;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
}
#SolicitacoesDespesas .despesa-container {
  display: flex;
  padding: 20px;
  background-color: #efefef;
  margin-left: -10px;
}
#SolicitacoesDespesas .row-hover .editar {
  visibility: hidden;
}
#SolicitacoesDespesas .row-hover:hover .editar {
  visibility: visible;
}


#BotaoUpload {
  display: unset;
  line-height: normal;
}


#ConfirmacaoEntrega {
  display: flex;
  gap: 20px;
  word-break: normal;
}
#ConfirmacaoEntrega .entrega-dados {
  flex: 0 0 30%;
}
#ConfirmacaoEntrega .entrega-dados .botoes {
  display:flex;
  justify-content: space-between;
  margin-top:20px;
}
#ConfirmacaoEntrega .comprovante-imagem {
  flex: 1;
}
#ConfirmacaoEntrega .el-date-editor .el-input__prefix {
  margin: 2px 0 0 0;
  left: -8px;
}
#ConfirmacaoEntrega .comprovante-imagem {
  width: 70%;
  border: 1px solid #efefef;
}
#ConfirmacaoEntrega .comprovante-imagem .ajuda {
  background-color: #fafafa;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}
#ConfirmacaoEntrega .comprovante-imagem .image-slot {
  display:flex;
  align-items: center;
  justify-content: center;
  height:100%;
  gap:10px;
}
#ConfirmacaoEntrega .comprovante-imagem .el-icon-picture-outline {
  font-size:23px;
}
#ConfirmacaoEntrega .comprovante-envio {
  width: 70%;
  border: 1px solid #efefef;
  height: 391px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#DestinosMercadoria .timeline-number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e4e7ed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#DestinosMercadoria .el-timeline-item__wrapper {
  padding-left: 36px;
}
#DestinosMercadoria .el-timeline-item__tail {
  position: absolute;
  left: 9px;
  height: 112%;
}
#DestinosMercadoria .el-timeline-item {
  padding-bottom: 0px;
}
#DestinosMercadoria .el-row .first-col {
  width: 27.4667%;
}
.ncm-select .el-select-dropdown__item {
  width: 765px;
}
.ncm-select .ncm-direita {
  float: right;
  color: #8492a6;
  font-size: 13px;
}


#ModalRelacaoEntregas .ods-dialog__header {
  display: block;
}
#ModalRelacaoEntregas .link {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 5px
}
.field {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
#ModalRelacaoEntregas .line {
  border-top: 1px dotted #ef6638;
  position: absolute;
  width: 97%;
  margin-top: 10px;
}
#ModalRelacaoEntregas .title {
  font-size: 90%;
  padding: 0 7px;
  margin-left: 9px;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
}
#ModalRelacaoEntregas .ods-switch.is-checked .ods-switch__core {
  background-color: #ef6638;
  border-color: #ef6638;
}
#ModalRelacaoEntregas input[type='text'],
#ModalRelacaoEntregas input[type='date'] {
  margin: 0;
  padding: 0;
  width: 100%;
}
#ModalRelacaoEntregas .el-input__inner {
  margin: 0;
  padding: 0 !important;
}
.custom-autocomplete {
  position: relative;
}
.suggestions-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.suggestions-list li {
  padding: 10px;
  cursor: pointer;
}
.suggestions-list li:hover {
  background: #f5f7fa;
}


.anexar-documentos-divider[data-v-114af95c] {
  margin-top: 45px !important;
}


.field[data-v-815b4fb8] {
  display: inline-block;
  width: 100%;
}
.field img[data-v-815b4fb8] {
  width: 15px;
}
label.label[data-v-815b4fb8] {
  display: block !important;
  float: none;
}
i.fa-star[data-v-815b4fb8] {
  margin-right: 5px;
  color: #f1c45a;
}
.listaInteressado[data-v-815b4fb8] {
  font-size: 11px;
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef;
}
.listaInteressado[data-v-815b4fb8]:hover {
  color: #ef6638;
  background-color: #efefef;
}
.selecionado[data-v-815b4fb8] {
  color: #ef6638;
}
.icone[data-v-815b4fb8] {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
  color: red;
}
.icone-verde[data-v-815b4fb8] {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
  color: green;
}
.desistida[data-v-815b4fb8] {
  content: "";
  position: absolute;
  margin-top: 12px;
  width: 685px;
  height: 1px;
  border-top: 1px dashed gray;
}
.texto-desistiu[data-v-815b4fb8] {
  background-color: red;
  color: white;
  border-radius: 15px;
  text-align: center;
  width: 60px;
  font-weight: bold;
  font-size: 12px;
}
.adicionar-negociacao[data-v-815b4fb8] {
  width: 213px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  line-height: 10px;
}
.dialogReinicio .ods-switch[data-v-815b4fb8] {
  margin-top: 15px;
}
.card-ajuste[data-v-815b4fb8] {
  border: 2px solid #e5e7eb;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.card-ajuste[data-v-815b4fb8]:hover {
  border: 2px solid #21c45d89;
}
.card-ajuste.card-selecionado[data-v-815b4fb8] {
  border: 2px solid #21c45d;
  background-color: #21c45d1a;
}
.card-voltar[data-v-815b4fb8] {
  border: 2px solid #e5e7eb;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  transition: border-color 0.2s;
}
.card-voltar[data-v-815b4fb8]:hover {
  border: 2px solid #f420207c;
}
.card-voltar.card-selecionado[data-v-815b4fb8] {
  border: 2px solid #dc2828;
  background-color: #dc28281a;
}


#ajustar .ods-radio__label {
  display: none !important;
}
.is-compliant  {
  color: #67c23a;
  font-weight: bold;
  border-radius: 12px;
  padding: 3px;
  border: 1px solid #67c23a;
}
.is-non-compliant {
  color: #f56c6c;
  font-weight: bold;
  border-radius: 12px;
  padding: 3px;
  border: 1px solid #f56c6c;
}


.field[data-v-0ab58bb4] {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}


.detalhes-recebedor[data-v-4c1afd53] {
  display: grid;
  grid-template-columns: 7fr 1fr;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.acoes[data-v-4c1afd53] {
  grid-column: span 2;
  text-align: right;
}













































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*
 * Devolvida: o commit 45b47e08 tirou esta regra como "morta" e errou. Este bloco NÃO é `scoped`,
 * o `<ods-dialog id="ajustar">` (l. 371) tem dois `<ods-radio>` sem slot (`label="ajustar"` e
 * `label="voltar"`), e o `.ods-radio__label` renderiza o texto da prop — sem a regra, "ajustar" e
 * "voltar" aparecem ao lado dos rádios.
 *
 * Não regredia em tela porque o `MotoristasInteressados.vue` tem a regra idêntica, também global,
 * e os dois entram na mesma chunk pelos imports estáticos do `Modal.vue`. Era acidente, não
 * cobertura. Achado na revisão do PR 916; o encaminhamento (tirar o `!important` e dar API ao
 * rótulo escondido) está na TRKM-2674.
 */
#ajustar .ods-radio__label {
  display: none !important;
}
#NotasFiscais .linha {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef;
}
#NotasFiscais .linha:hover {
  color: #ef6638;
  background-color: #efefef;
}
#NotasFiscais .scrollNotas {
  height: 388px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: 15px;
}
#NotasFiscais .scrollNotas::-webkit-scrollbar {
  width: 15px;
}
#NotasFiscais .tabs {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  justify-content: start;
  justify-items: start;
  color: #9a95a7;
  /* CINZA */
  font-size: 11px;
  font-family: 'QuicksandBold', Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}
#NotasFiscais .tabs:hover {
  color: #ef6638;
  /* LARANHA TRUCKME */
}
#NotasFiscais .tabs_on {
  color: #ef6638;
}
#NotasFiscais .tabs_on:after {
  content: ' ';
  display: block;
  width: 15px;
  height: 4px;
  background-color: #ef6638;
  border-radius: 150px;
}
#NotasFiscais .el-upload {
  width: 100%;
  text-align: left;
}
#NotasFiscais .ods-radio-group label,
#NotasFiscais .ods-radio-group label .ods-radio__label {
  font-weight: normal;
  font-family: 'QuicksandRegular', Arial, sans-serif;
}
#NotasFiscais .ods-radio-group label .ods-radio__input {
  top: -1%;
}
#NotasFiscais .ods-radio-group label.is-checked .ods-radio__label {
  color: #ef6638;
}
#NotasFiscais .ods-radio__input.is-checked .ods-radio__inner {
  border-color: #ef6638;
  background: #ef6638
}
#NotasFiscais .is-bordered {
  border-color: rgba(239, 102, 56, 0.31);
  margin-left: 0;
  margin-right: 5px;
}
#NotasFiscais .dialogSubstituicao .ods-switch {
  margin-top: 15px;
}
.card-ajuste {
  border: 2px solid #e5e7eb;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.card-ajuste:hover {
  border: 2px solid #21c45d89;
}
.card-ajuste.card-selecionado {
  border: 2px solid #21c45d;
  background-color: #21c45d1a;
}
.card-voltar {
  border: 2px solid #e5e7eb;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  transition: border-color 0.2s;
}
.card-voltar:hover {
  border: 2px solid #f420207c;
}
.card-voltar.card-selecionado {
  border: 2px solid #dc2828;
  background-color: #dc28281a;
}



#Ocorrencias .ods-dialog__header {
  display: block;
}
#Ocorrencias .linha {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef;
}
#Ocorrencias .linha:hover {
  color: #ef6638;
  background-color: #efefef;
}
#Ocorrencias .toolbar {
  margin: 0 0 -15px -20px;
  padding: 20px 10px 15px 10px;
  position: absolute;
  display: flex;
  justify-content: space-between;
}
#Ocorrencias .chat-container {
  display: flex;
  height: 48vh;
  background-color: white;
}
#Ocorrencias .chat-container .chat-sidebar {
  width: 400px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
}
#Ocorrencias .chat-container .chat-sidebar .chat-filtro {
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 10px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-filtro .el-input__inner::-moz-placeholder {
  color: #999;
  padding-left: 20px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-filtro .el-input__inner::placeholder {
  color: #999;
  padding-left: 20px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-filtro .el-icon-search {
  padding-left: 10px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-filtro input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding-top: 7px;
  padding-left: 35px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas {
  height: calc(78vh - 63px);
  overflow-y: auto;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas {
  position: absolute;
  margin-left: 18vw;
  width: 50px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas div {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ef6638;
  border-radius: 25px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-carga {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 80px;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  cursor: pointer;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-carga:hover {
  background-color: white;
}
#Ocorrencias .chat-carga-active {
  background-color: white;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo {
  display: flex;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo .chat-carga-titulo-codigo {
  margin-right: 4px;
}
#Ocorrencias .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-codigos {
  font-size: 10px;
}
#Ocorrencias .chat-container .chat-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#Ocorrencias .chat-container .chat-content .chat-content-description {
  display: flex;
  align-items: center;
  min-height: 61px;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-left {
  width: 30%;
  padding-top: 4px;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-left div {
  display: flex;
  font-weight: 700;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-left div i {
  width: 20px;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-left span {
  padding-top: 1.5px;
  font-size: 12px;
  font-weight: normal;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-center {
  display: flex;
  width: 38%;
}
#Ocorrencias
  .chat-container
  .chat-content
  .chat-content-description
  .chat-content-description-center
  .chat-content-description-center-title {
  font-size: 12px;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-right {
  display: flex;
  justify-content: space-between;
  width: 32%;
}
#Ocorrencias .chat-container .chat-content .chat-content-description .chat-content-description-right .texto-laranja {
  width: 70px;
}
#Ocorrencias
  .chat-container
  .chat-content
  .chat-content-description
  .chat-content-description-right
  .chat-content-description-right-title {
  font-size: 12px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  align-items: flex-start;
  margin-top: auto;
  padding: 20px;
  font-size: 14px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-messages-datas {
  width: 100%;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-messages-data {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #ef6638;
  line-height: 0em;
  margin: 10px 0 20px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-messages-data span {
  background: #fff;
  padding: 0 9px 0 10px;
  font-size: 14px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-message div:first-child {
  max-width: 658px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-message-hora {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 12px;
  opacity: 0.5;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-message-status {
  margin-top: 6.8px;
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.4;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages .chat-content-message-status i {
  margin-top: 1px;
  margin-right: 4px;
  font-size: 12px;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages-others {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages-others .chat-content-message {
  display: flex;
  align-items: flex-end;
  background-color: #efefef;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages-others-truckme .chat-content-message {
  display: flex;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Ocorrencias .chat-container .chat-content .chat-content-message-image {
  max-width: 50% !important;
  align-items: flex-end;
}
#Ocorrencias .chat-container .chat-content .chat-content-message-image img {
  width: 100%;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages-mine {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#Ocorrencias .chat-container .chat-content .chat-content-messages-mine .chat-content-message {
  display: flex;
  align-items: flex-end;
  background-color: #fdc8a5;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Ocorrencias .chat-container .chat-content .chat-content-form {
  display: flex;
  min-height: 50px;
  background-color: #ddd;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-attach {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-attach div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  cursor: pointer;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-attach div:hover {
  background-color: #ffffff88;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-button {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-attach i {
  transform: rotate(90deg);
  font-size: 110%;
  color: #999;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-button i {
  transform: rotate(45deg);
  color: #999;
}
#Ocorrencias
  .chat-container
  .chat-content
  .chat-content-form
  .chat-content-form-button
  i.chat-content-form-button-active {
  color: #ef6638;
  cursor: pointer;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-input {
  display: flex;
  width: 100%;
  padding: 10px 0 10px 0;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-input textarea {
  width: 100%;
  background-color: white;
  border: none;
  margin-top: 3px;
  border-radius: 25px;
  padding-left: 15px;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-input textarea:focus {
  outline: none;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::-moz-placeholder {
  color: #999;
  padding-left: 15px;
}
#Ocorrencias .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::placeholder {
  color: #999;
  padding-left: 15px;
}
#ModalFinalizar table {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
#ModalFinalizar table th {
  text-align: left;
  padding-bottom: 10px;
}
#ModalFinalizar table td {
  padding-bottom: 10px;
}
#ModalFinalizar .link {
  cursor: pointer;
  color: blue;
}
#ModalFinalizar fieldset {
  border: 1px dotted #ef6638;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#ModalFinalizar fieldset legend {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
#ModalFinalizar fieldset table {
  margin-top: 0;
}
#ModalFinalizar fieldset table th {
  padding-right: 10px;
}
#ModalFinalizar fieldset table td {
  vertical-align: top;
}
#ModalFinalizar .ods-radio-group label, #ModalFinalizar .ods-radio-group  label .ods-radio__label {
  font-weight: normal;
  font-family: 'QuicksandRegular', Arial, sans-serif;
}
#ModalFinalizar .ods-radio-group  label .ods-radio__input {
  top: -3%;
}
#ModalFinalizar .ods-radio-group label.is-checked .ods-radio__label {
  color: #ef6638;
}
#ModalFinalizar .ods-radio__input.is-checked .ods-radio__inner {
  border-color: #ef6638;
  background: #ef6638
}
#ModalFinalizar .is-bordered {
  border-color: rgba(239, 102, 56, 0.31);
  margin-left: 0;
  margin-right: 5px;
}
#ModalFinalizar .el-form-item__label {
  font-size: 14px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  font-weight: bold;
  color: #606266;
  letter-spacing: normal;
}
.BaixarDocumentosFiscais .cobranca .titulo {
  font-weight: 600;
  padding: 5px;
}
.BaixarDocumentosFiscais .cobranca .corpo {
  padding: 10px 5px;
}
.BaixarDocumentosFiscais .cobranca .corpo .el-collapse-item__header {
  height: auto;
  min-height: 48px;
}
.BaixarDocumentosFiscais .cobranca .corpo .cliente {
  background-color:#f6f6f6;
  font-size:90%;
  padding: 8px 0 5px 0;
  color: black;
}
.BaixarDocumentosFiscais .cobranca .corpo .link {
  color: blue;
  cursor: pointer
}
.BaixarDocumentosFiscais .cobranca .corpo .notas {
  background-color:#f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
}


.field {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  margin-top: 3px;
}


#DocumentosFiscais .linha {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef;
}
#DocumentosFiscais .linha:hover {
  color: #ef6638;
  background-color: #efefef;
}
#DocumentosFiscais .cte,
#DocumentosFiscais .seguroCte {
  font-size: 13px;
  margin-top: 2px;
}
#DocumentosFiscais .linha .el-loading-spinner .circular {
  height: 21px;
  width: 21px;
  margin-top: 8px;
  margin-left: 5px;
}
#DocumentosFiscais .cobranca .titulo {
  font-weight: 600;
  padding: 5px;
}
#DocumentosFiscais .cobranca .corpo {
  padding: 10px 5px;
}
#DocumentosFiscais .cobranca .corpo .el-collapse-item__header {
  height: auto;
  min-height: 48px;
}
#DocumentosFiscais .cobranca .corpo .cliente {
  background-color:#f6f6f6;
  font-size:90%;
  padding: 8px 0 5px 0;
  color: black;
}
#DocumentosFiscais .cobranca .corpo .link {
  color: blue;
  cursor: pointer
}
#DocumentosFiscais .cobranca .corpo .notas {
  background-color:#f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
}
#DocumentosFiscais .pagamento .titulo {
  font-weight: 600;
  padding: 5px;
}
#DocumentosFiscais .pagamento .corpo {
  padding: 10px 5px;
}
#DocumentosFiscais .manifesto .titulo {
  font-weight: 600;
  padding: 5px;
}
#DocumentosFiscais .manifesto .corpo {
  padding: 10px 5px;
}


#Modal .title {
  padding: 10px;
  font-weight: bold;
}
#Modal .el-collapse-item__header {
  font-family: 'QuicksandBold', Verdana, Geneva, Tahoma, sans-serif;
  color: #848484;
  font-size: 12px;
}
#Modal .el-collapse-item__header:hover {
  color: #ef6638;
}
#Modal .toolbar {
  margin-top: 15px;
  background-color: #efefef;
  margin-left: -20px;
  margin-bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#Modal #carregando {
  padding: 50px;
  display: flex;
  align-items: center;
}
#Modal #carregando span {
  animation-name: carregando;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.dialogSubstituicao .ods-switch {
  margin-top: 15px;
}
@keyframes carregando {
0% {
    color: #606266;
}
100% {
    color: #ef6638;
}
}


.Cartao {
  margin-bottom: 40px;
}
.Cartao .ods-dialog__header {
  display: none;
}
.Cartao .ods-dialog__body {
  padding: 0 !important;
}


#Etapa {
  margin-bottom: 40px;
  height: 100%;
}
#Etapa .ods-dialog__header {
  display: none;
}
#Etapa .ods-dialog__body {
  padding: 0 !important;
}
#Etapa .progress_container {
  width: 98%;
}
#Etapa .progress-bar {
  height: 15px;
  background-color: #efefef;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#Etapa .progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ef6638;
}
#Etapa .carga .el-loading-spinner {
  top: 30% !important;
}
#Etapa.ultimo {
  width: 100% !important;
}


.icon-menu-container[data-v-7c5d94d2] {
  float: right;
  margin-right: 20px;
}
.icon-menu-container .ods-badge__content[data-v-7c5d94d2] {
  margin-right: 6px;
}
.icon-menu-container sup[data-v-7c5d94d2] {
  min-width: 7px;
}
nav[data-v-7c5d94d2] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.icon-menu-item[data-v-7c5d94d2] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  color: #ef6638;
  font-weight: 500;
  width: 60px;
}
.icon-menu-item i[data-v-7c5d94d2] {
  font-size: 22px;
  margin-top: 5px;
}
.icon-menu-item .title[data-v-7c5d94d2] {
  margin-bottom: 4px;
  font-size: 11px;
  text-align: center;
}
.icon-menu-item.active[data-v-7c5d94d2] {
  background-color: #ef6638;
  color: #fff;
}
.icon-menu-item.active i[data-v-7c5d94d2],
.icon-menu-item.active .title[data-v-7c5d94d2] {
  color: #fff;
}
.icon-menu-item-wrapper[data-v-7c5d94d2] {
  display: flex;
  justify-content: center;
}
.icon-menu-item:hover i[data-v-7c5d94d2],
.icon-menu-item:hover .title[data-v-7c5d94d2] {
  color: #ef6638;
}
.is-disabled[data-v-7c5d94d2] {
  pointer-events: none;
  opacity: 0.5;
}
.cursor-disabled[data-v-7c5d94d2] {
  cursor: not-allowed;
}



#Operacional {
  margin-bottom: 40px;
}
#Operacional .ods-dialog {
  min-width: 1200px;
  margin-bottom: 8vh;
}


.tabs[data-v-52e44fba] {
  margin-top: 0;
}
.tab[data-v-52e44fba] {
  display: none;
}
.tabs_on[data-v-52e44fba] {
  display: block !important;
}


#CorrigirPedagio .el-form-item__content {
  line-height: normal !important;
}


#FretesAcompanhamento {
  margin-top: 20px;
}
#FretesAcompanhamento input {
  border: 1px dotted red;
}


#FretesEmNegociacao .campos {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
#FretesEmNegociacao .principal span.field {
  padding-top: 10px;
  display: inline-block;
}
#FretesEmNegociacao .gris {
  display: block;
  text-align: center;
}
#FretesEmNegociacao .ods-dialog__body {
  padding: 10px 15px 20px 15px;
}
#FretesEmNegociacao fieldset {
  border: 1px dotted #ef6638;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#FretesEmNegociacao fieldset .el-row {
  padding-left: 15px;
}
#FretesEmNegociacao fieldset .el-row .el-col:first-child {
  margin-right: -4px;
}
#FretesEmNegociacao fieldset legend {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#FretesEmNegociacao .el-textarea__inner {
  padding: 5px 10px;
}
#FretesEmNegociacao .ods-dialog .el-input__inner {
  background-color: white;
}
#FretesEmNegociacao .el-upload-dragger {
  height: 205px;
}
#FretesEmNegociacao .el-icon-upload {
  margin-top: 50px;
  margin-bottom: 6px;
}









































































































































































































































































/* Your component styles here */


#TorreControleNota .btn_add[data-v-06022c4f] {
  color: #ef6638;
  transition: opacity 0.3s;
}
#TorreControleNota .btn_add[data-v-06022c4f]:hover {
  opacity: 0.8;
}


#TorreControleCarga .btn_add[data-v-55645573] {
  color: #ef6638;
  transition: opacity 0.3s;
}
#TorreControleCarga .btn_add[data-v-55645573]:hover {
  opacity: 0.8;
}


.associar-container[data-v-38b7b8a7] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.associar-main[data-v-38b7b8a7] {
  flex: 1;
  min-width: 400px;
  min-height: 300px;
}
.associar-sidebar[data-v-38b7b8a7] {
  flex: 0 0 auto;
  width: 28%;
  min-width: 340px;
  max-width: 450px;
  border-left: 1px solid #eaeef2;
  padding-left: 16px;
}
.status-cards[data-v-38b7b8a7] {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 6px;
  overflow-x: auto;
}
.status-card[data-v-38b7b8a7] {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 6px;
  flex: 0 0 86px;
  min-width: 72px;
}
.status-card[data-v-38b7b8a7]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.card-content[data-v-38b7b8a7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  text-align: center;
}
.status-icon[data-v-38b7b8a7] {
  font-size: 16px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  margin-top: 2px;
}
.status-info[data-v-38b7b8a7] {
  width: 100%;
}
.status-label[data-v-38b7b8a7] {
  font-size: 10px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-count[data-v-38b7b8a7] {
  font-weight: 700;
  font-size: 14px;
  color: #303133;
  margin-bottom: 2px;
}
.status-previsto[data-v-38b7b8a7] {
  border-top: 3px solid #F56C6C;
}
.status-previsto .status-icon[data-v-38b7b8a7] {
  background-color: #F56C6C;
}
.status-disponivel[data-v-38b7b8a7] {
  border-top: 3px solid #67C23A;
}
.status-disponivel .status-icon[data-v-38b7b8a7] {
  background-color: #67C23A;
}
.status-associado[data-v-38b7b8a7] {
  border-top: 3px solid #409EFF;
}
.status-associado .status-icon[data-v-38b7b8a7] {
  background-color: #409EFF;
}
.status-finalizado[data-v-38b7b8a7] {
  border-top: 3px solid #E6A23C;
}
.status-finalizado .status-icon[data-v-38b7b8a7] {
  background-color: #E6A23C;
}
.status-truck-icon[data-v-38b7b8a7] {
  font-size: 16px;
  line-height: 1;
}
.ordenacao-wrapper[data-v-38b7b8a7] {
  margin: 8px 0 10px 0;
}
.table-wrapper[data-v-38b7b8a7] {
  overflow-x: auto;
  overflow-y: visible;
}
.table-wrapper[data-v-38b7b8a7]::-webkit-scrollbar {
  height: 6px;
}
.table-wrapper[data-v-38b7b8a7]::-webkit-scrollbar-thumb {
  background: #DCDFE6;
  border-radius: 3px;
}
.table-wrapper[data-v-38b7b8a7]::-webkit-scrollbar-thumb:hover {
  background: #C0C4CC;
}
.table-wrapper[data-v-38b7b8a7]::-webkit-scrollbar-track {
  background: #F5F7FA;
}
.empty-state[data-v-38b7b8a7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 300px;
}

/* DnD visuals */
.drag-ghost[data-v-38b7b8a7] {
  pointer-events: none;
  position: fixed;
  top: -1000px;
  left: -1000px;
  background: #fff;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #303133;
}

/* Loading container */
.loading-container[data-v-38b7b8a7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 12px;
}
.loading-icon[data-v-38b7b8a7] {
  font-size: 32px;
  color: #ef6638;
}
.loading-text[data-v-38b7b8a7] {
  font-size: 14px;
  color: #606266;
  margin: 0;
}

/* Overlay de associação */
.associando-overlay[data-v-38b7b8a7] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.associando-content[data-v-38b7b8a7] {
  text-align: center;
  padding: 24px;
  animation: fadeIn-data-v-38b7b8a7 0.3s ease-in;
}
@keyframes fadeIn-data-v-38b7b8a7 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.tabela-analise-cruzada[data-v-05cf604e] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-top: 24px;
  overflow: hidden;
}
.table-header[data-v-05cf604e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f5f7fa;
  border-bottom: 2px solid #E4E7ED;
}
.table-title[data-v-05cf604e] {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #606266;
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-title i[data-v-05cf604e] {
  font-size: 20px;
  color: #909399;
}
.texto-laranja[data-v-05cf604e],
.texto-laranja[data-v-05cf604e]:visited,
.texto-laranja[data-v-05cf604e]:active,
.texto-laranja[data-v-05cf604e]:focus,
.texto-laranja[data-v-05cf604e]:hover {
  color: #ef6638 !important;
}
.table-content[data-v-05cf604e] {
  padding: 20px;
}
.slide-fade-enter-active[data-v-05cf604e],
.slide-fade-leave-active[data-v-05cf604e] {
  transition: all 0.3s ease;
}
.slide-fade-enter[data-v-05cf604e],
.slide-fade-leave-to[data-v-05cf604e] {
  transform: translateY(-10px);
  opacity: 0;
}
.table-controls[data-v-05cf604e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E7ED;
}
.controls-left[data-v-05cf604e] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.vehicle-filter[data-v-05cf604e] {
  width: 220px;
}
.data-count[data-v-05cf604e] {
  font-size: 13px;
  color: #909399;
  font-weight: 500;
  background: #f5f7fa;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid #e4e7ed;
}
.profile-cell[data-v-05cf604e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-cell i[data-v-05cf604e] {
  color: #ef6638;
  font-size: 16px;
}
.tabela-analise-cruzada[data-v-05cf604e] .el-table .descending .sort-caret.descending {
  border-top-color: #ef6638 !important;
}
.tabela-analise-cruzada[data-v-05cf604e] .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #ef6638 !important;
}


.contador-selecionados-footer[data-v-5815c335] {
  background: #f5f7fa;
  color: #ef6638;
  border-radius: 12px;
  font-size: 13px;
  padding: 2px 10px;
  margin-right: 8px;
  font-weight: 500;
  border: 1px solid #d9ecff;
}
.status-section[data-v-5815c335] {
  margin-bottom: 30px;
}
.status-container[data-v-5815c335] {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.status-column[data-v-5815c335] {
  flex: 1;
  min-width: 0;
}
.column-title[data-v-5815c335] {
  font-size: 18px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #E4E7ED;
}
.status-cards[data-v-5815c335] {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.status-card[data-v-5815c335] {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  flex: 1;
  min-width: 120px;
}
.status-card[data-v-5815c335]:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.card-content[data-v-5815c335] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  text-align: center;
}
.status-icon[data-v-5815c335] {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}
.status-info[data-v-5815c335] {
  flex: 1;
  width: 100%;
}
.status-label[data-v-5815c335] {
  font-size: 12px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-count[data-v-5815c335] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}

/* Status específicos */
.status-indisponivel[data-v-5815c335] {
  border-top: 3px solid #F56C6C;
}
.status-indisponivel .status-icon[data-v-5815c335] {
  background-color: #F56C6C;
}
.status-finalizando[data-v-5815c335] {
  border-top: 3px solid #E6A23C;
}
.status-finalizando .status-icon[data-v-5815c335] {
  background-color: #E6A23C;
}
.status-disponivel[data-v-5815c335] {
  border-top: 3px solid #67C23A;
}
.status-disponivel .status-icon[data-v-5815c335] {
  background-color: #67C23A;
}
.status-associado[data-v-5815c335] {
  border-top: 3px solid #409EFF;
}
.status-associado .status-icon[data-v-5815c335] {
  background-color: #409EFF;
}
.coming-soon[data-v-5815c335] {
  text-align: center;
  padding: 40px 20px;
  color: #909399;
  font-style: italic;
  background-color: #F5F7FA;
  border-radius: 8px;
  border: 2px dashed #E4E7ED;
}

/* Mensagem quando não há agregados */
.no-agregados-message[data-v-5815c335] {
  background-color: #FFF9E6;
  border: 1px solid #F7BA2A;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.message-content[data-v-5815c335] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.message-icon[data-v-5815c335] {
  font-size: 28px;
  color: #E6A23C;
}
.message-text[data-v-5815c335] {
  font-size: 14px;
  color: #606266;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
}
.message-link[data-v-5815c335] {
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

/* Ícone caminhão colorido na tabela */
.status-truck-icon[data-v-5815c335] {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 2px;
}

/* Filtros rápidos */
.filtros-rapidos[data-v-5815c335] {
  margin-top: 12px;
  margin-bottom: 12px;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 8px 8px 8px 8px;
}
.filtros-compacto[data-v-5815c335] {
  margin-bottom: 12px;
  text-align: right;
}

/* Força o texto laranja em todos os estados do botão/link */
.texto-laranja[data-v-5815c335],
.texto-laranja[data-v-5815c335]:visited,
.texto-laranja[data-v-5815c335]:active,
.texto-laranja[data-v-5815c335]:focus,
.texto-laranja[data-v-5815c335]:hover {
  color: #ef6638 !important;
}
.status-previsto[data-v-5815c335] {
  border-top: 3px solid #F5F7FA;
  /* Branco Neve, tom claro */
}
.status-previsto .status-icon[data-v-5815c335] {
  background-color: #F5F7FA;
  color: #F56C6C;
  /* Ajuste a cor do ícone para contraste, já que o fundo é claro */
}

/* Status Finalizado (Cinza) */
.status-finalizado[data-v-5815c335] {
  border-top: 3px solid #909399;
  /* Cinza neutro */
}
.status-finalizado .status-icon[data-v-5815c335] {
  background-color: #909399;
}

/* Loading container */
.loading-container[data-v-5815c335] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 12px;
}
.loading-icon[data-v-5815c335] {
  font-size: 32px;
  color: #ef6638;
}
.loading-text[data-v-5815c335] {
  font-size: 14px;
  color: #606266;
  margin: 0;
}


.tabs[data-v-72c3ef02] {
  margin-top: 0;
}
.tab[data-v-72c3ef02] {
  display: none;
}
.tabs_on[data-v-72c3ef02] {
  display: block !important;
}
#Frota[data-v-72c3ef02] {
  padding-bottom: 100px;
}






































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* container do mapa + painel */
.map-row[data-v-76f70f47] {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: 420px;
  /* garante espaço para o mapa — ajuste conforme necessário */
  min-height: 320px;
  max-height: 70vh;
  /* limita altura ao viewport */
  box-sizing: border-box;
}
/* coluna esquerda (mapa) */
.map-left[data-v-76f70f47] {
  flex: 1 1 70%;
  min-width: 0;
  /* CRUCIAL em flex: evita estouro do layout */
  display: flex;
  align-items: stretch;
}
/* o próprio container do leaflet */
#mapa-interativo[data-v-76f70f47] {
  width: 100%;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box;
  border: 2px solid #ddd;
}
/* painel direito: largura fixa / rolagem interna */
.map-right[data-v-76f70f47] {
  flex: 0 0 360px;
  /* largura fixa confortável (ajuste se quiser) */
  max-width: 40%;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-left: none;
  border: 2px solid #ddd;
}
/* lista de cidades rolável internamente */
.map-right .cities-list[data-v-76f70f47] {
  overflow: auto;
  min-height: 0;
  max-height: calc(70vh - 120px);
  /* deixar espaço para header do painel */
}
/* Cards de região */
.regiao-card[data-v-76f70f47] {
  border: 2px solid #e4e7ed;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.regiao-card-active[data-v-76f70f47] {
  border-color: #ef6638;
  background: #fff8f5;
  box-shadow: 0 2px 8px rgba(251, 76, 5, 0.1);
}
.regiao-card-header[data-v-76f70f47] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e7ed;
}
.regiao-card-title[data-v-76f70f47] {
  font-weight: 600;
  font-size: 14px;
  color: #303133;
  display: flex;
  align-items: center;
  gap: 8px;
}
.regiao-card-subtitle[data-v-76f70f47] {
  font-weight: 400;
  color: #606266;
  font-size: 13px;
}
.cidades-secao-info[data-v-76f70f47] {
  margin-top: 10px;
  padding: 8px 12px;
  background: #f0f9ff;
  border-left: 3px solid #ef6638;
  border-radius: 4px;
  font-size: 13px;
  color: #606266;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cidades-secao-info i[data-v-76f70f47] {
  color: #67c23a;
}


#RotasTable span[data-v-a5496a6a] {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: middle;
}
#RotasTable .no-permission-message[data-v-a5496a6a] {
  background-color: #F5F7FA;
  border: 1px solid #DCDFE6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
}
#RotasTable .message-content[data-v-a5496a6a] {
  max-width: 500px;
  margin: 0 auto;
}
#RotasTable .message-icon[data-v-a5496a6a] {
  font-size: 48px;
  color: #909399;
  margin-bottom: 16px;
}
#RotasTable .message-title[data-v-a5496a6a] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 12px;
  margin-top: 0;
}
#RotasTable.message-text[data-v-a5496a6a] {
  font-size: 14px;
  color: #606266;
  line-height: 1.6;
  margin-bottom: 24px;
}
#RotasTable .message-text strong[data-v-a5496a6a] {
  color: #303133;
  font-weight: 600;
}


.tabs[data-v-61073fd4] {
  margin-top: 0;
}
.tab[data-v-61073fd4] {
  display: none;
}
.tabs_on[data-v-61073fd4] {
  display: block !important;
}
#FrotaPlanejamento[data-v-61073fd4] {
  padding-bottom: 100px;
}
.ods-badge[data-v-61073fd4] {
  vertical-align: top;
}


#FormAdicionarParceiro .btn.branco[data-v-f408dcf2] {
  background: #f5f5f5;
  color: #333;
}


.action-icon[data-v-2e528af8] {
  font-size: 18px;
  margin: 0 8px;
  cursor: pointer;
  transition: color 0.3s;
}
.action-icon.view[data-v-2e528af8]:hover {
  color: #409EFF;
}
.action-icon.delete[data-v-2e528af8]:hover {
  color: #F56C6C;
}
.btn.branco[data-v-2e528af8] {
  background: #f5f5f5;
  color: #333;
}


.tabs[data-v-6278c008] {
  margin-top: 0;
}
.tab[data-v-6278c008] {
  display: none;
}
.tabs_on[data-v-6278c008] {
  display: block !important;
}
#FrotaParceiros[data-v-6278c008] {
  padding-bottom: 100px;
}
.ods-badge[data-v-6278c008] {
  vertical-align: top;
}

/* Loading container */
.loading-container[data-v-6278c008] {
  text-align: center;
  padding: 60px 20px;
  color: #909399;
}
.loading-container i[data-v-6278c008] {
  font-size: 28px;
  margin-right: 12px;
  animation: rotating-data-v-6278c008 2s linear infinite;
}
.loading-container span[data-v-6278c008] {
  font-size: 14px;
  vertical-align: middle;
}
@keyframes rotating-data-v-6278c008 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.no-permission-message[data-v-6278c008] {
  background-color: #F5F7FA;
  border: 1px solid #DCDFE6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
}
.message-content[data-v-6278c008] {
  max-width: 500px;
  margin: 0 auto;
}
.message-icon[data-v-6278c008] {
  font-size: 48px;
  color: #909399;
  margin-bottom: 16px;
}
.message-title[data-v-6278c008] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 12px;
  margin-top: 0;
}
.message-text[data-v-6278c008] {
  font-size: 14px;
  color: #606266;
  line-height: 1.6;
  margin-bottom: 24px;
}
.message-text strong[data-v-6278c008] {
  color: #303133;
  font-weight: 600;
}


.tabs[data-v-2fe15cc8] {
  margin-top: 0;
}
.campos[data-v-2fe15cc8] {
  margin-bottom: 24px;
}
.tab[data-v-2fe15cc8] {
  display: none;
}
.tabs_on[data-v-2fe15cc8] {
  display: block !important;
}
.frete[data-v-2fe15cc8],
.linha_separadora[data-v-2fe15cc8] {
  width: 100% !important;
}
.linha_separadora[data-v-2fe15cc8] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-2fe15cc8] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-2fe15cc8] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-2fe15cc8] {
  width: 100% !important;
  display: block;
}
.fretes[data-v-2fe15cc8] {
  display: block;
}
.campos[data-v-2fe15cc8] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-2fe15cc8] {
  display: none;
}
ul li.frete[data-v-2fe15cc8] {
  float: none;
}
#MeusFretes[data-v-2fe15cc8] {
  padding-bottom: 100px;
}


.paginacao-container[data-v-191bbbc4] {
    display: flex;
    justify-content: center;
}
.total-fretes[data-v-191bbbc4] {
    display: block;
    font-size: 12px;
    margin-bottom: 25px;
    color: rgb(132, 132, 132);
}


.fieldset[data-v-44dd63bc] {
    border: 1px dotted #ef6638;
    padding: 10px 15px;
    margin-bottom: 20px;
}


.tabs[data-v-b90abbe6] {
  margin-top: 0;
}
.tab[data-v-b90abbe6] {
  display: none;
}
.tabs_on[data-v-b90abbe6] {
  display: block !important;
}
#MeusFretes[data-v-b90abbe6] {
  padding-bottom: 100px;
}
.ods-badge[data-v-b90abbe6] {
  vertical-align: top;
}


.tabs[data-v-26bffdc0] {
  margin-top: 0;
}
.campos[data-v-26bffdc0] {
  margin-bottom: 24px;
}
.tab[data-v-26bffdc0] {
  display: none;
}
.tabs_on[data-v-26bffdc0] {
  display: block !important;
}
.frete[data-v-26bffdc0],
.linha_separadora[data-v-26bffdc0] {
  width: 100% !important;
}
.linha_separadora[data-v-26bffdc0] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-26bffdc0] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-26bffdc0] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-26bffdc0] {
  width: 100% !important;
  display: block;
}
.fretes[data-v-26bffdc0] {
  display: block;
}
.campos[data-v-26bffdc0] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-26bffdc0] {
  display: none;
}
ul li.frete[data-v-26bffdc0] {
  float: none;
}
#MeusFretes[data-v-26bffdc0] {
  padding-bottom: 100px;
}
.ods-badge[data-v-26bffdc0] {
  vertical-align: top;
}


#MeusFretesMainImportacao .tabs {
  margin-top: 0;
}
#MeusFretesMainImportacao .el-upload-dragger {
  width: calc(100vw - 150px);
}
#MeusFretesMainImportacao .uploading {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}
#MeusFretesMainImportacao .ods-divider__text {
  color: #ef6638;
  left: -20px;
  font-family: 'QuicksandBold';
  font-size: 11px;
  letter-spacing: 0.1em;
}


.tabs[data-v-6cc536a7] {
  margin-top: 20px;
}
.campos[data-v-6cc536a7] {
  margin-bottom: 24px;
}
.tab[data-v-6cc536a7] {
  display: none;
}
.tabs_on[data-v-6cc536a7] {
  display: block !important;
}


#Embarcador .el-input--prefix .el-input__inner {
  padding-left: 20px !important;
}
#Embarcador i.el-icon-search {
  line-height: 32px;
}


#ColaboradoresMain {
  margin-top: 2rem;
  margin-bottom: 100px;
}
#ColaboradoresMain .cabecalho {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#ColaboradoresMain .cabecalho {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}


#Parceiros {
  margin-top: 2rem;
}
#Parceiros .btn_add {
  color: #ef6638;
  transition: opacity 0.3s;
}
#Parceiros .btn_add:hover {
  opacity: 0.8;
}
#Parceiros .parceiros tbody .cell {
  font-family: 'Courier New', Courier, monospace;
}


.ods-card[data-v-7b234bfd] {
  margin-top: 2rem;
}
.ods-card hr[data-v-7b234bfd] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-7b234bfd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-7b234bfd] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-7b234bfd] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-7b234bfd] {
  font-family: 'Courier New', Courier, monospace !important;
}


.form-content .hint[data-v-1c95a820] {
  font-size: 13px;
  color: #848484;
  margin-bottom: 16px;
}
.secret-reveal[data-v-1c95a820] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aviso[data-v-1c95a820] {
  margin-bottom: 4px;
}
.cred-field[data-v-1c95a820] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cred-label[data-v-1c95a820] {
  font-size: 11px;
  font-weight: 600;
  color: #606266;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cred-value[data-v-1c95a820] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 8px 12px;
}
.cred-value code[data-v-1c95a820] {
  flex: 1;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  word-break: break-all;
  color: #303133;
}


.ods-card[data-v-e0539696] {
  margin-top: 2rem;
  margin-bottom: 30px;
}
.ods-card hr[data-v-e0539696] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-e0539696] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-e0539696] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda code[data-v-e0539696] {
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  padding: 1px 5px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #606266;
}
.carregando[data-v-e0539696] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.secao-titulo[data-v-e0539696] {
  font-size: 13px;
  font-weight: 600;
  color: #606266;
  margin-bottom: 12px;
}
.client-id-cell[data-v-e0539696] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.client-id-text[data-v-e0539696] {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.btn-copiar[data-v-e0539696] {
  flex-shrink: 0;
}
.acoes-tabela[data-v-e0539696] {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.estado-vazio[data-v-e0539696] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 24px;
  color: #909399;
}
.estado-vazio-icone[data-v-e0539696] {
  font-size: 40px;
  margin-bottom: 10px;
  color: #c0c4cc;
}
.estado-vazio p[data-v-e0539696] {
  margin: 0;
  font-size: 13px;
}
.estado-vazio-subtitulo[data-v-e0539696] {
  font-size: 12px !important;
  color: #c0c4cc;
  margin-top: 4px !important;
}


.el-table .row-revogada {
  opacity: 0.45;
}


#ConfiguracaoRateioDespesa .ods-card {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
#ConfiguracaoRateioDespesa .ods-card hr {
  margin: 17px 0;
}
#ConfiguracaoRateioDespesa .ods-card .configuracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#ConfiguracaoRateioDespesa .ods-card .ajuda {
  font-size: 13px;
  line-height: 20px;
}
#ConfiguracaoRateioDespesa .ods-card .ajuda p {
  font-size: 13px;
  margin-bottom: 10px;
}
#ConfiguracaoRateioDespesa .el-descriptions {
  font-family: 'Courier New', Courier, monospace !important;
}
#ConfiguracaoRateioDespesa .el-select__input {
  padding: 0 5px 4px 5px;
}


.chart[data-v-76f52436] {
  background-color:white;height:300px;text-align:center;border:1px dotted #ccc;margin-bottom:20px;padding:10px 12px;
}


.list[data-v-360ac450] {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 47% 47%;
}
.button[data-v-360ac450] {
  text-align: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer;
  color: #ef6638;
}
.list .button i[data-v-360ac450] {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.indicador[data-v-360ac450] {
  border-radius: 5px;
}
.chart[data-v-360ac450] {
  background-color: white;
  height: 300px;
  text-align: center;
  border: 1px dotted #ccc;
  margin-bottom: 20px;
  padding: 10px 12px;
}


.tabs[data-v-09599acc] {
  margin-top: 0;
}
.tab[data-v-09599acc] {
  display: none;
}
.tabs_on[data-v-09599acc] {
  display: block !important;
}


.tabs[data-v-44e0d056] {
  margin-top: 20px;
}
.campos[data-v-44e0d056] {
  margin-bottom: 24px;
}
.tab[data-v-44e0d056] {
  display: none;
}
.tabs_on[data-v-44e0d056] {
  display: block !important;
}
.last[data-v-44e0d056] {
  margin-bottom: 0 !important;
}
.field[data-v-44e0d056] {
  padding-top: 12px;
}
.toolbar[data-v-44e0d056] {
  margin-bottom: 60px;
}


.tabs[data-v-1418770a] {
  margin-top: 0;
}
.campos[data-v-1418770a] {
  margin-bottom: 24px;
}
.tab[data-v-1418770a] {
  display: none;
}
.tabs_on[data-v-1418770a] {
  display: block !important;
}
.frete[data-v-1418770a],
.linha_separadora[data-v-1418770a] {
  width: 100% !important;
}
.linha_separadora[data-v-1418770a] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-1418770a] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-1418770a] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-1418770a] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-1418770a] {
  display: block;
}
.campos[data-v-1418770a] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-1418770a] {
  display: none;
}
ul li.frete[data-v-1418770a] {
  float: none;
}
#Transportadores[data-v-1418770a] {
  padding-bottom: 100px;
}


.tabs[data-v-46c22ce2] {
  margin-top: 20px;
}
.campos[data-v-46c22ce2] {
  margin-bottom: 24px;
}
.tab[data-v-46c22ce2] {
  display: none;
}
.tabs_on[data-v-46c22ce2] {
  display: block !important;
}
.last[data-v-46c22ce2] {
  margin-bottom: 0 !important;
}
.field[data-v-46c22ce2] {
  padding-top: 12px;
}
.toolbar[data-v-46c22ce2] {
  margin-bottom: 60px;
}


.tabs[data-v-12631286] {
  margin-top: 0;
}
.campos[data-v-12631286] {
  margin-bottom: 24px;
}
.tab[data-v-12631286] {
  display: none;
}
.tabs_on[data-v-12631286] {
  display: block !important;
}
.frete[data-v-12631286],
.linha_separadora[data-v-12631286] {
  width: 100% !important;
}
.linha_separadora[data-v-12631286] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-12631286] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-12631286] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-12631286] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-12631286] {
  display: block;
}
.campos[data-v-12631286] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-12631286] {
  display: none;
}
ul li.frete[data-v-12631286] {
  float: none;
}
#Transportadores[data-v-12631286] {
  padding-bottom: 100px;
}


.paginacao-container[data-v-06ed8901]{
    display: flex;
    justify-content: center;
}
.total-chamados[data-v-06ed8901]{
    display: block;
    font-size: 12px;
    margin-bottom: 25px;
    color: rgb(132, 132, 132);
}


.fieldset[data-v-08f4e4da] {
    border: 1px dotted #ef6638;
    padding: 10px 15px;
    margin-bottom: 20px;
}


.header .titulo[data-v-6f9f707f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabs[data-v-6f9f707f] {
  margin-top: 0;
  margin-bottom: 32px;
}


.tabs[data-v-55229aa8] {
  margin-top: 0;
}
.tab[data-v-55229aa8] {
  display: none;
}
.tabs_on[data-v-55229aa8] {
  display: block !important;
}


.tabs[data-v-53bf50b6] {
  margin-top: 0;
}
.campos[data-v-53bf50b6] {
  margin-bottom: 24px;
}
.tab[data-v-53bf50b6] {
  display: none;
}
.tabs_on[data-v-53bf50b6] {
  display: block !important;
}
.frete[data-v-53bf50b6],
.linha_separadora[data-v-53bf50b6] {
  width: 100% !important;
}
.linha_separadora[data-v-53bf50b6] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-53bf50b6] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-53bf50b6] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-53bf50b6] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-53bf50b6] {
  display: block;
}
.campos[data-v-53bf50b6] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-53bf50b6] {
  display: none;
}
ul li.frete[data-v-53bf50b6] {
  float: none;
}
#Transportadores[data-v-53bf50b6] {
  padding-bottom: 100px;
}


.tabs[data-v-3b31036b] {
  margin-top: 0;
}
.campos[data-v-3b31036b] {
  margin-bottom: 24px;
}
.tab[data-v-3b31036b] {
  display: none;
}
.tabs_on[data-v-3b31036b] {
  display: block !important;
}
.frete[data-v-3b31036b],
.linha_separadora[data-v-3b31036b] {
  width: 100% !important;
}
.linha_separadora[data-v-3b31036b] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-3b31036b] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-3b31036b] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-3b31036b] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-3b31036b] {
  display: block;
}
.campos[data-v-3b31036b] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-3b31036b] {
  display: none;
}
ul li.frete[data-v-3b31036b] {
  float: none;
}
#Transportadores[data-v-3b31036b] {
  padding-bottom: 100px;
}


.tabs[data-v-f9a0795a] {
  margin-top: 20px;
}
.campos[data-v-f9a0795a] {
  margin-bottom: 24px;
}
.tab[data-v-f9a0795a] {
  display: none;
}
.tabs_on[data-v-f9a0795a] {
  display: block !important;
}
.last[data-v-f9a0795a] {
  margin-bottom: 0 !important;
}
.field[data-v-f9a0795a] {
  padding-top: 12px;
}
.toolbar[data-v-f9a0795a] {
  margin-bottom: 60px;
}


.tabs[data-v-19a49e85] {
  margin-top: 0;
}
.campos[data-v-19a49e85] {
  margin-bottom: 24px;
}
.tab[data-v-19a49e85] {
  display: none;
}
.tabs_on[data-v-19a49e85] {
  display: block !important;
}
.frete[data-v-19a49e85],
.linha_separadora[data-v-19a49e85] {
  width: 100% !important;
}
.linha_separadora[data-v-19a49e85] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-19a49e85] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-19a49e85] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-19a49e85] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-19a49e85] {
  display: block;
}
.campos[data-v-19a49e85] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-19a49e85] {
  display: none;
}
ul li.frete[data-v-19a49e85] {
  float: none;
}
#Transportadores[data-v-19a49e85] {
  padding-bottom: 100px;
}


.tabs[data-v-d544c94e] {
  margin-top: 20px;
}
.campos[data-v-d544c94e] {
  margin-bottom: 24px;
}
.tab[data-v-d544c94e] {
  display: none;
}
.tabs_on[data-v-d544c94e] {
  display: block !important;
}
.last[data-v-d544c94e] {
  margin-bottom: 0 !important;
}
.field[data-v-d544c94e] {
  padding-top: 12px;
}
.toolbar[data-v-d544c94e] {
  margin-bottom: 60px;
}


.permission-group[data-v-46cc977a] {
  margin-left: 20px;
}
.permission-item[data-v-46cc977a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.dialog-footer[data-v-46cc977a] {
  display: flex;
  justify-content: space-between;
}
.btn.vermelho[data-v-46cc977a]:hover,
.btn.vermelho[data-v-46cc977a]:focus,
.btn.vermelho[data-v-46cc977a]:active {
  background-color: #fff;
  color: #ef6638;
  box-shadow: none;
  border: none;
}
.btn.vermelho[data-v-46cc977a]:focus,
.btn.laranja[data-v-46cc977a]:focus {
  outline: none;
}


.usuario[data-v-0c13725b],
.linha_separadora[data-v-0c13725b] {
  width: 100% !important;
}
.linha_separadora[data-v-0c13725b] {
  margin-top: 20px !important;
}
.btn_editar_usuario[data-v-0c13725b] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_usuario[data-v-0c13725b] {
  display: block;
  float: none !important;
}
.dados_usuario[data-v-0c13725b] {
  width: 100% !important;
  display: block;
}
.usuarios[data-v-0c13725b] {
  display: block;
}


#ApoliceSeguroForm .tabs {
  margin-top: 20px;
}
#ApoliceSeguroForm .campos {
  margin-bottom: 24px;
}
#ApoliceSeguroForm .tab {
  display: none;
}
#ApoliceSeguroForm .tabs_on {
  display: block !important;
}
#ApoliceSeguroForm .last {
  margin-bottom: 0 !important;
}
#ApoliceSeguroForm .field {
  padding-top: 12px;
}
#ApoliceSeguroForm .toolbar {
  margin-bottom: 60px;
}
#ApoliceSeguroForm .uploading {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}
#ApoliceSeguroForm .ncm-importar-dropzone .el-upload {
  display: block !important;
}
#ApoliceSeguroForm .ncm-importar-dropzone .el-upload-dragger {
  width: 100%;
}


.tabs[data-v-a3042b6a] {
  margin-top: 20px;
}
.campos[data-v-a3042b6a] {
  margin-bottom: 24px;
}
.tab[data-v-a3042b6a] {
  display: none;
}
.tabs_on[data-v-a3042b6a] {
  display: block !important;
}
.last[data-v-a3042b6a] {
  margin-bottom: 0 !important;
}
.field[data-v-a3042b6a] {
  padding-top: 12px;
}
.toolbar[data-v-a3042b6a] {
  margin-bottom: 60px;
}


.tabs[data-v-034077bc] {
  margin-top: 0;
}
.campos[data-v-034077bc] {
  margin-bottom: 24px;
}
.tab[data-v-034077bc] {
  display: none;
}
.tabs_on[data-v-034077bc] {
  display: block !important;
}
.frete[data-v-034077bc],
.linha_separadora[data-v-034077bc] {
  width: 100% !important;
}
.linha_separadora[data-v-034077bc] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-034077bc] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-034077bc] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-034077bc] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-034077bc] {
  display: block;
}
.campos[data-v-034077bc] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-034077bc] {
  display: none;
}
ul li.frete[data-v-034077bc] {
  float: none;
}
#Transportadores[data-v-034077bc] {
  padding-bottom: 100px;
}


.tabs[data-v-5ce2fd36] {
  margin-top: 20px;
}
.campos[data-v-5ce2fd36] {
  margin-bottom: 24px;
}
.tab[data-v-5ce2fd36] {
  display: none;
}
.tabs_on[data-v-5ce2fd36] {
  display: block !important;
}
.last[data-v-5ce2fd36] {
  margin-bottom: 0 !important;
}
.field[data-v-5ce2fd36] {
  padding-top: 12px;
}
.toolbar[data-v-5ce2fd36] {
  margin-bottom: 60px;
}


.tabs[data-v-536527c5] {
  margin-top: 0;
}
.campos[data-v-536527c5] {
  margin-bottom: 24px;
}
.tab[data-v-536527c5] {
  display: none;
}
.tabs_on[data-v-536527c5] {
  display: block !important;
}
.frete[data-v-536527c5],
.linha_separadora[data-v-536527c5] {
  width: 100% !important;
}
.linha_separadora[data-v-536527c5] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-536527c5] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-536527c5] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-536527c5] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-536527c5] {
  display: block;
}
.campos[data-v-536527c5] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-536527c5] {
  display: none;
}
ul li.frete[data-v-536527c5] {
  float: none;
}
#Transportadores[data-v-536527c5] {
  padding-bottom: 100px;
}


.tabs[data-v-1a9de560] {
  margin-top: 0;
}
.campos[data-v-1a9de560] {
  margin-bottom: 24px;
}
.tab[data-v-1a9de560] {
  display: none;
}
.tabs_on[data-v-1a9de560] {
  display: block !important;
}
.frete[data-v-1a9de560],
.linha_separadora[data-v-1a9de560] {
  width: 100% !important;
}
.linha_separadora[data-v-1a9de560] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-1a9de560] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-1a9de560] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-1a9de560] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-1a9de560] {
  display: block;
}
.campos[data-v-1a9de560] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-1a9de560] {
  display: none;
}
ul li.frete[data-v-1a9de560] {
  float: none;
}


#GestorMdfePercursosForm .tabs {
  margin-top: 20px;
}
#GestorMdfePercursosForm .campos {
  margin-bottom: 24px;
}
#GestorMdfePercursosForm .tab {
  display: none;
}
#GestorMdfePercursosForm .tabs_on {
  display: block !important;
}
#GestorMdfePercursosForm .last {
  margin-bottom: 0 !important;
}
#GestorMdfePercursosForm .field {
  padding-top: 12px;
}
#GestorMdfePercursosForm .toolbar {
  margin-bottom: 60px;
}
#GestorMdfePercursosForm .el-select .el-input input {
  height: 39px;
}


.usuario[data-v-a50e3a94],
.linha_separadora[data-v-a50e3a94] {
  width: 100% !important;
}
.linha_separadora[data-v-a50e3a94] {
  margin-top: 20px !important;
}
.btn_editar_usuario[data-v-a50e3a94] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_usuario[data-v-a50e3a94] {
  display: block;
  float: none !important;
}
.dados_usuario[data-v-a50e3a94] {
  width: 100% !important;
  display: block;
}
.usuarios[data-v-a50e3a94] {
  display: block;
}


.links[data-v-705e4a7c]{
  display: flex;
  margin-bottom: 20px;
}
.tabs[data-v-705e4a7c] {
  margin-top: 0;
}
.tabs_on[data-v-705e4a7c] {
  display: block !important;
}


.tabs[data-v-3677400c] {
  margin-top: 0;
}
.campos[data-v-3677400c] {
  margin-bottom: 24px;
}
.tab[data-v-3677400c] {
  display: none;
}
.tabs_on[data-v-3677400c] {
  display: block !important;
}
.frete[data-v-3677400c],
.linha_separadora[data-v-3677400c] {
  width: 100% !important;
}
.linha_separadora[data-v-3677400c] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-3677400c] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-3677400c] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-3677400c] {
  width: 100% !important;
  display: block;
}
.transportadores[data-v-3677400c] {
  display: block;
}
.campos[data-v-3677400c] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-3677400c] {
  display: none;
}
ul li.frete[data-v-3677400c] {
  float: none;
}
#Parametros[data-v-3677400c] {
  padding-bottom: 100px;
}


.ods-card[data-v-5b65b0b6] {
  margin-bottom: 2rem;
}
.ods-card .configuracao[data-v-5b65b0b6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .el-select[data-v-5b65b0b6] {
  width: 100%;
}
.ods-card .ajuda[data-v-5b65b0b6]{
  font-size: 13px;
  line-height: 20px;
}
.ods-divider[data-v-5b65b0b6]{
  margin: 17px 0;
  background:rgba(0,0,0,.05);
}


.ods-card[data-v-762c2109] {
  margin-bottom: 2rem;
}
.ods-card .configuracao[data-v-762c2109] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .el-select[data-v-762c2109] {
  width: 100%;
}
.ods-card .ajuda[data-v-762c2109]{
  font-size: 13px;
  line-height: 20px;
}
.ods-divider[data-v-762c2109]{
  margin: 17px 0;
  background:rgba(0,0,0,.05);
}


.actions[data-v-e84d4690] {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.title[data-v-e84d4690] {
  font-size: 15px;
  color: #848484;
  font-weight: bold;
}
[data-v-e84d4690] .el-collapse-item__header {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: none;
}
[data-v-e84d4690] .selected-row {
  background: #f2f2f2 !important;
}
[data-v-e84d4690] .el-collapse-item__wrap{
  border-bottom: none;
}


.tabs[data-v-6eb18770] {
  margin-top: 0;
}
.tabs_on[data-v-6eb18770] {
  display: block !important;
}
.totalTransportadoresPorStatus[data-v-6eb18770] {
  margin-top: 30px;
  margin-bottom: 35px;
}
.totalTransportadoresPorStatus .title[data-v-6eb18770]:first-child {
  margin-bottom: 10px;
}
.status[data-v-6eb18770] {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 5px;
}
.status .total[data-v-6eb18770] {
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
}


.tabs[data-v-273a8a0c] {
  margin-top: 0;
}
.campos[data-v-273a8a0c] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.campos .detalhe[data-v-273a8a0c] {
  display: none;
}
.tab[data-v-273a8a0c] {
  display: none;
}
.tabs_on[data-v-273a8a0c] {
  display: block !important;
}
.frete[data-v-273a8a0c],
.linha_separadora[data-v-273a8a0c] {
  width: 100% !important;
}
.linha_separadora[data-v-273a8a0c] {
  margin-top: 20px !important;
}
.btn_analisar[data-v-273a8a0c] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}
#Transportadores[data-v-273a8a0c] {
  margin-bottom: 24px;
}


.tabs[data-v-17d8195a] {
  margin-top: 0;
}
.campos[data-v-17d8195a] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.campos .detalhe[data-v-17d8195a] {
  display: none;
}
.tab[data-v-17d8195a] {
  display: none;
}
.tabs_on[data-v-17d8195a] {
  display: block !important;
}
.frete[data-v-17d8195a],
.linha_separadora[data-v-17d8195a] {
  width: 100% !important;
}
.linha_separadora[data-v-17d8195a] {
  margin-top: 20px !important;
}
.btn_analisar[data-v-17d8195a] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}
#Transportadores[data-v-17d8195a] {
  margin-bottom: 24px;
}


.tabs[data-v-02253012] {
  margin-top: 0;
}
.campos[data-v-02253012] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.campos .detalhe[data-v-02253012] {
  display: none;
}
.tab[data-v-02253012] {
  display: none;
}
.tabs_on[data-v-02253012] {
  display: block !important;
}
.frete[data-v-02253012],
.linha_separadora[data-v-02253012] {
  width: 100% !important;
}
.linha_separadora[data-v-02253012] {
  margin-top: 20px !important;
}
.btn_analisar[data-v-02253012] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}
#Transportadores[data-v-02253012] {
  margin-bottom: 24px;
}


.tabs[data-v-54156723] {
  margin-top: 0;
}
.campos[data-v-54156723] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.campos .detalhe[data-v-54156723] {
  display: none;
}
.tabs_on[data-v-54156723] {
  display: block !important;
}
.btn_editar_frete[data-v-54156723] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
#TransportadoresAprovados[data-v-54156723] {
  margin-bottom: 24px;
}
.btn_analisar[data-v-54156723] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}


.tabs[data-v-03d9126b] {
  margin-top: 0;
}
.campos[data-v-03d9126b] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.campos .detalhe[data-v-03d9126b] {
  display: none;
}
.tabs_on[data-v-03d9126b] {
  display: block !important;
}
.btn_editar_frete[data-v-03d9126b] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
#TransportadoresBloqueados[data-v-03d9126b] {
  margin-bottom: 24px;
}
.btn_analisar[data-v-03d9126b] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}


.btn.vermelho[data-v-4a309580]:hover,
.btn.vermelho[data-v-4a309580]:focus,
.btn.vermelho[data-v-4a309580]:active {
  background-color: #fff;
  color: #ef6638;
  box-shadow: none;
  border: none;
}
.btn.vermelho[data-v-4a309580]:focus,
.btn.laranja[data-v-4a309580]:focus {
  outline: none;
}


#FormTransportador .tabs[data-v-08c011a2] {
  margin-top: 0;
}


#TransportadoresFormResumo .campos {
  margin-top: 0;
  padding: 15px;
}
#TransportadoresFormResumo .el-tag {
  margin: 0 !important;
}
#TransportadoresFormResumo .el-descriptions .btn {
  padding: 11px 20px 9px 20px !important;
}
#TransportadoresFormResumo .el-descriptions__title {
  font-size: 11px;
  font-family: 'QuicksandBold';
  letter-spacing: 0.1em;
  font-weight: normal;
}


#TransportadoresFormMotorista[data-v-430270cc] {
  margin-bottom: 30px;
}
#TransportadoresFormMotorista .alterar-imagem[data-v-430270cc] {
  float: right;
  cursor: pointer;
}
#TransportadoresFormMotorista .laranja[data-v-430270cc] {
  border: none;
}
#TransportadoresFormMotorista .laranja[data-v-430270cc]:hover,
#TransportadoresFormMotorista .laranja[data-v-430270cc]:focus {
  color: white;
}
#TransportadoresFormMotorista .ampliar[data-v-430270cc] {
  cursor:pointer;
  background-color:#efefef;
  padding: 5px;
  text-align:center;
}


.btn_editar[data-v-755ce1db] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}


#TransportadoresFormVeiculos[data-v-99fd2914] {
  margin-bottom: 30px;
}
#TransportadoresFormVeiculos .alterar-imagem[data-v-99fd2914] {
  float: right;
  cursor: pointer;
}
#TransportadoresFormVeiculos .laranja[data-v-99fd2914] {
  border: none;
}
#TransportadoresFormVeiculos .laranja[data-v-99fd2914]:hover,
#TransportadoresFormVeiculos .laranja[data-v-99fd2914]:focus {
  color: white;
}
#TransportadoresFormVeiculos .ampliar[data-v-99fd2914] {
  cursor:pointer;
  background-color:#efefef;
  padding: 5px;
  text-align:center;
}


.btn_editar[data-v-07109650] {
  display: block;
  padding: 8px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}


#TransportadoresFormCarretas[data-v-305f77a6] {
  margin-bottom: 30px;
}
#TransportadoresFormCarretas .alterar-imagem[data-v-305f77a6] {
  float: right;
  cursor: pointer;
}
#TransportadoresFormCarretas .laranja[data-v-305f77a6] {
  border: none;
}
#TransportadoresFormCarretas .laranja[data-v-305f77a6]:hover,
#TransportadoresFormCarretas .laranja[data-v-305f77a6]:focus {
  color: white;
}
#TransportadoresFormCarretas .ampliar[data-v-305f77a6] {
  cursor:pointer;
  background-color:#efefef;
  padding: 5px;
  text-align:center;
}


#TransportadoresFormContratos .campos {
  margin-top: 0;
  padding: 15px;
}
#TransportadoresFormContratos .el-table .cell {
  word-break: normal;
}
#TransportadoresFormContratos .btn_editar {
  padding: 9px 12px 6px 12px;
  margin-bottom: 2px;
  text-align: center;
}


.tabs[data-v-cae5ce5c] {
  margin-top: 0;
}
.campos[data-v-cae5ce5c] {
  margin-bottom: 24px;
}
.tab[data-v-cae5ce5c] {
  display: none;
}
.tabs_on[data-v-cae5ce5c] {
  display: block !important;
}
.frete[data-v-cae5ce5c],
.linha_separadora[data-v-cae5ce5c] {
  width: 100% !important;
}
.linha_separadora[data-v-cae5ce5c] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-cae5ce5c] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-cae5ce5c] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-cae5ce5c] {
  width: 100% !important;
  display: block;
}
.fretes[data-v-cae5ce5c] {
  display: block;
}
.campos[data-v-cae5ce5c] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-cae5ce5c] {
  display: none;
}
ul li.frete[data-v-cae5ce5c] {
  float: none;
}
#MeusFretes[data-v-cae5ce5c] {
  padding-bottom: 100px;
}



.lista[data-v-7aeac7bf] {
  margin: 0;
}
.lista .item[data-v-7aeac7bf] {
  display: flex;
  width: 100%;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 2px 2px 4px #dddbe1; */
  box-shadow: 3px 5px 36px -10px rgb(200 200 200);
}
.lista .campo[data-v-7aeac7bf] {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.btn[data-v-7aeac7bf] {
  display: inline-block;
}


#GestaoDePaletesForm .campos {
  margin: 0;
}
#GestaoDePaletesForm .el-range-separator {
  color: #848484;
}
#GestaoDePaletesForm .btn {
  display: inline-block;
}


#DespesasEmViagemForm .campos {
  margin: 0;
}
#DespesasEmViagemForm .el-range-separator {
  color: #848484;
}
#DespesasEmViagemForm .btn {
  display: inline-block;
}
#DespesasEmViagemForm .lista {
  margin: 0;
}
#DespesasEmViagemForm .lista .item {
  display: flex;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#DespesasEmViagemForm .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#DespesasEmViagemForm .ods-alert .is-big {
  font-size: 18px;
}


#Chat {
  margin-bottom: 100px;
}
#Chat .chat-container {
  display: flex;
  height: 78vh;
  border: 1px solid #ddd;
  background-color: white;
}
#Chat .chat-container .chat-sidebar {
  width: 400px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
}
#Chat .chat-container .chat-sidebar .chat-filtro {
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 10px;
}
#Chat .chat-container .chat-sidebar .chat-filtro .el-input__inner::-moz-placeholder {
  color: #999;
  padding-left: 20px;
}
#Chat .chat-container .chat-sidebar .chat-filtro .el-input__inner::placeholder {
  color: #999;
  padding-left: 20px;
}
#Chat .chat-container .chat-sidebar .chat-filtro .el-icon-search {
  padding-left: 10px;
}
#Chat .chat-container .chat-sidebar .chat-filtro input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding-top: 7px;
  padding-left: 35px;
}
#Chat .chat-container .chat-sidebar .chat-cargas {
  height: calc(78vh - 62px);
  overflow-y: auto;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas {
  display: flex;
  align-items: center;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas div {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ef6638;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 5px;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  cursor: pointer;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga:hover {
  background-color: white;
}
#Chat .chat-carga-active {
  background-color: white;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo {
  display: flex;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo .chat-carga-titulo-codigo {
  margin-right: 4px;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-codigos {
  font-size: 10px;
}
#Chat .chat-container .chat-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-description {
  display: flex;
  align-items: center;
  min-height: 61px;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left {
  width: 30%;
  padding-top: 4px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left div {
  display: flex;
  font-weight: 700;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left div i {
  width: 20px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left span {
  padding-top: 1.5px;
  font-size: 12px;
  font-weight: normal;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-center {
  display: flex;
  width: 38%;
}
#Chat
  .chat-container
  .chat-content
  .chat-content-description
  .chat-content-description-center
  .chat-content-description-center-title {
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-right {
  display: flex;
  justify-content: space-between;
  width: 32%;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-right .texto-laranja {
  width: 70px;
}
#Chat
  .chat-container
  .chat-content
  .chat-content-description
  .chat-content-description-right
  .chat-content-description-right-title {
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  align-items: center;
  margin-top: auto;
  padding: 20px;
  font-size: 14px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-datas {
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-data {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #ef6638;
  line-height: 0em;
  margin: 10px 0 20px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-data span {
  background: #fff;
  padding: 0 9px 0 10px;
  font-size: 14px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message div:first-child {
  max-width: 658px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-hora {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 12px;
  opacity: 0.5;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-status {
  margin-top: 6.8px;
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.4;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-status i {
  margin-top: 1px;
  margin-right: 4px;
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-messages-others {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#Chat .chat-container .chat-content .chat-content-messages-others .chat-content-message {
  display: flex;
  background-color: #efefef;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-messages-others-truckme .chat-content-message {
  display: flex;
  background-color: white !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-message-image {
  max-width: 50% !important;
  align-items: flex-end;
}
#Chat .chat-container .chat-content .chat-content-message-image img {
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-messages-mine {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#Chat .chat-container .chat-content .chat-content-messages-mine .chat-content-message {
  display: flex;
  background-color: #fdc8a5;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-form {
  display: flex;
  min-height: 50px;
  background-color: #ddd;
  align-items: center;
  justify-content: space-between;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  cursor: pointer;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach div:hover {
  background-color: #ffffff88;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach i {
  transform: rotate(90deg);
  font-size: 110%;
  color: #999;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button i {
  transform: rotate(45deg);
  color: #999;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button i.chat-content-form-button-active {
  color: #ef6638;
  cursor: pointer;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input {
  display: flex;
  width: 100%;
  padding: 10px 0 10px 0;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea {
  width: 100%;
  background-color: white;
  border: none;
  margin-top: 3px;
  border-radius: 25px;
  padding-left: 15px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea:focus {
  outline: none;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::-moz-placeholder {
  color: #999;
  padding-left: 15px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::placeholder {
  color: #999;
  padding-left: 15px;
}
#Chat .chat-monitor-info {
  width: 440px;
  margin: 0 auto 15px auto;
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}


#EmbarcadorFinanceiro .lista {
  margin: 0;
}
#EmbarcadorFinanceiro .lista .item {
  display: flex;
  width: 100%;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 2px 2px 4px #dddbe1; */
  box-shadow: 3px 5px 36px -10px rgb(200 200 200);
}
#EmbarcadorFinanceiro .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#EmbarcadorFinanceiro .btn {
  display: inline-block;
}


#EmbarcadorFinanceiroMeioPagamento .campos {
  margin-top: 0;
}
#EmbarcadorFinanceiroMeioPagamento .box {
  display: flex;
  height: 400px;
  justify-content: space-between;
}
#EmbarcadorFinanceiroMeioPagamento .box .left,
#EmbarcadorFinanceiroMeioPagamento .box .right {
  display: flex;
  width: 50%;
  height: 400px;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#EmbarcadorFinanceiroMeioPagamento .box .left .text-left,
#EmbarcadorFinanceiroMeioPagamento .box .right .text-left {
  text-align: left;
}
#EmbarcadorFinanceiroMeioPagamento li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 15px;
}


.tabs[data-v-2cb8ba95] {
  margin-top: 0;
}
.campos[data-v-2cb8ba95] {
  margin-bottom: 24px;
}
.tab[data-v-2cb8ba95] {
  display: none;
}
.tabs_on[data-v-2cb8ba95] {
  display: block !important;
}
.frete[data-v-2cb8ba95],
.linha_separadora[data-v-2cb8ba95] {
  width: 100% !important;
}
.linha_separadora[data-v-2cb8ba95] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-2cb8ba95] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-2cb8ba95] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-2cb8ba95] {
  width: 100% !important;
  display: block;
}
.embarcadores[data-v-2cb8ba95] {
  display: block;
}
.campos[data-v-2cb8ba95] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-2cb8ba95] {
  display: none;
}
ul li.frete[data-v-2cb8ba95] {
  float: none;
}
#Embarcadores[data-v-2cb8ba95] {
  padding-bottom: 100px;
}


#EmbarcadoresMainAprovados {
  padding-bottom: 100px;
}
#EmbarcadoresMainAprovados .tabs {
  margin-top: 0;
}
#EmbarcadoresMainAprovados .campos {
  margin-bottom: 24px;
}
#EmbarcadoresMainAprovados .tab {
  display: none;
}
#EmbarcadoresMainAprovados .tabs_on {
  display: block !important;
}
.frete,
#EmbarcadoresMainAprovados .linha_separadora {
  width: 100% !important;
}
#EmbarcadoresMainAprovados .linha_separadora {
  margin-top: 20px !important;
}
#EmbarcadoresMainAprovados .btn_editar_frete {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
#EmbarcadoresMainAprovados .nome_frete {
  display: block;
  float: none !important;
}
#EmbarcadoresMainAprovados .dados_frete {
  width: 100% !important;
  display: block;
}
#EmbarcadoresMainAprovados .embarcadores {
  display: block;
}
#EmbarcadoresMainAprovados .campos {
  margin-bottom: 10px;
}
#EmbarcadoresMainAprovados .campos .detalhe {
  display: none;
}
#EmbarcadoresMainAprovados ul li.frete {
  float: none;
}
#EmbarcadoresMainAprovados .ods-dialog__body {
  padding: 0 20px 0 20px !important;
}
#EmbarcadoresMainAprovados .el-form-item__error {
  padding-top: 0;
  font-size: 10px;
}
#EmbarcadoresMainAprovados .ods-dialog__header {
  display: block;
}


.tabs[data-v-56655012] {
  margin-top: 0;
}
.campos[data-v-56655012] {
  margin-bottom: 24px;
}
.tab[data-v-56655012] {
  display: none;
}
.tabs_on[data-v-56655012] {
  display: block !important;
}
.frete[data-v-56655012],
.linha_separadora[data-v-56655012] {
  width: 100% !important;
}
.linha_separadora[data-v-56655012] {
  margin-top: 20px !important;
}
.btn_editar_frete[data-v-56655012] {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
.nome_frete[data-v-56655012] {
  display: block;
  float: none !important;
}
.dados_frete[data-v-56655012] {
  width: 100% !important;
  display: block;
}
.embarcadores[data-v-56655012] {
  display: block;
}
.campos[data-v-56655012] {
  margin-bottom: 10px;
}
.campos .detalhe[data-v-56655012] {
  display: none;
}
ul li.frete[data-v-56655012] {
  float: none;
}
#Embarcadores[data-v-56655012] {
  padding-bottom: 100px;
}


#GestorEmbarcadoresFormAprovado {
  margin-bottom: 100px;
}
#GestorEmbarcadoresFormAprovado .situacao .el-loading-spinner .circular {
  height: 20px;
  width: 20px;
}
#GestorEmbarcadoresFormAprovado .tabs {
  margin-top: 20px;
}
#GestorEmbarcadoresFormAprovado .campos {
  margin-bottom: 24px;
}
#GestorEmbarcadoresFormAprovado .tab {
  display: none;
}
#GestorEmbarcadoresFormAprovado .tabs_on {
  display: block !important;
}
#GestorEmbarcadoresFormAprovado .last {
  margin-bottom: 0 !important;
}
#GestorEmbarcadoresFormAprovado .field {
  padding-top: 12px;
}
#GestorEmbarcadoresFormAprovado .toolbar {
  margin-bottom: 60px;
}


#FormAnaliseCadastro .titulo {
  font-size: 10px;
  font-family: 'QuicksandBold';
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: lighter;
  margin-top: 2rem;
  margin-bottom: 0;
}
#FormAnaliseCadastro .campos {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#FormAnaliseCadastro {
  margin-bottom: 100px;
}
#FormAnaliseCadastro .situacao .el-loading-spinner .circular {
  height: 20px;
  width: 20px;
}
#FormAnaliseCadastro .tabs {
  margin-top: 20px;
}
#FormAnaliseCadastro .tab {
  display: none;
}
#FormAnaliseCadastro .tabs_on {
  display: block !important;
}
#FormAnaliseCadastro .last {
  margin-bottom: 0 !important;
}
#FormAnaliseCadastro .field {
  padding-top: 12px;
}
#FormAnaliseCadastro .toolbar {
  margin-bottom: 60px;
}


#GestorEmbarcadoresFormFormRegraFinanceira .situacao .el-loading-spinner .circular {
  height: 20px;
  width: 20px;
}
#GestorEmbarcadoresFormFormRegraFinanceira .tabs {
  margin-top: 21px;
}
#GestorEmbarcadoresFormFormRegraFinanceira .campos {
  margin-bottom: 24px;
}
#GestorEmbarcadoresFormFormRegraFinanceira .tab {
  display: none;
}
#GestorEmbarcadoresFormFormRegraFinanceira .tabs_on {
  display: block !important;
}
#GestorEmbarcadoresFormFormRegraFinanceira .last {
  margin-bottom: 0 !important;
}
#GestorEmbarcadoresFormFormRegraFinanceira .field {
  padding-top: 12px;
}
#GestorEmbarcadoresFormFormRegraFinanceira .el-icon-view {
  margin-top: -4px;
}


#GestorEmbarcadoresFormRegraFiscal .tabs {
  margin-top: 21px;
}
#GestorEmbarcadoresFormRegraFiscal .campos {
  margin-bottom: 24px;
}
#GestorEmbarcadoresFormRegraFiscal .tab {
  display: none;
}
#GestorEmbarcadoresFormRegraFiscal .tabs_on {
  display: block !important;
}
#GestorEmbarcadoresFormRegraFiscal .last {
  margin-bottom: 0 !important;
}
#GestorEmbarcadoresFormRegraFiscal .field {
  padding-top: 12px;
}
#GestorEmbarcadoresFormRegraFiscal .frete,
#GestorEmbarcadoresFormRegraFiscal .linha_separadora {
  width: 100% !important;
}
#GestorEmbarcadoresFormRegraFiscal .linha_separadora {
  margin-top: 20px !important;
}
#GestorEmbarcadoresFormRegraFiscal .btn_editar_frete {
  float: right;
  margin: inherit !important;
  margin-left: 10px !important;
}
#GestorEmbarcadoresFormRegraFiscal .dados_frete {
  width: 100% !important;
  display: block;
}
#GestorEmbarcadoresFormRegraFiscal .transportadores {
  display: block;
}
#GestorEmbarcadoresFormRegraFiscal .campos {
  margin-bottom: 10px;
}
#GestorEmbarcadoresFormRegraFiscal ul li.frete {
  float: none;
}
#GestorEmbarcadoresFormRegraFiscal .ods-dialog__body {
  padding: 30px 16px;
}


.ods-card[data-v-2f459a22] {
  margin-top: 2rem;
}
.ods-card hr[data-v-2f459a22] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-2f459a22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-2f459a22] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-2f459a22] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-2f459a22] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-70d3b12c] {
  margin-top: 2rem;
}
.ods-card hr[data-v-70d3b12c] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-70d3b12c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-70d3b12c] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-70d3b12c] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-70d3b12c] {
  font-family: 'Courier New', Courier, monospace !important;
}


#ConfiguracaoRateioDespesa .ods-card {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
#ConfiguracaoRateioDespesa .ods-card hr {
  margin: 17px 0;
}
#ConfiguracaoRateioDespesa .ods-card .configuracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#ConfiguracaoRateioDespesa .ods-card .ajuda {
  font-size: 13px;
  line-height: 20px;
}
#ConfiguracaoRateioDespesa .ods-card .ajuda p {
  font-size: 13px;
  margin-bottom: 10px;
}
#ConfiguracaoRateioDespesa .el-descriptions {
  font-family: 'Courier New', Courier, monospace !important;
}
#ConfiguracaoRateioDespesa .el-select__input {
  padding: 0 5px 4px 5px;
}


.ods-card[data-v-8baf59a2] {
  margin-top: 2rem;
}
.ods-card hr[data-v-8baf59a2] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-8baf59a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-8baf59a2] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-8baf59a2] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-8baf59a2] {
  font-family: 'Courier New', Courier, monospace !important;
}


#ConfiguracaoResponsabilidadePedagio .ods-card {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
#ConfiguracaoResponsabilidadePedagio .ods-card hr {
  margin: 17px 0;
}
#ConfiguracaoResponsabilidadePedagio .ods-card .configuracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#ConfiguracaoResponsabilidadePedagio .ods-card .ajuda {
  font-size: 13px;
  line-height: 20px;
}
#ConfiguracaoResponsabilidadePedagio .ods-card .ajuda p {
  font-size: 13px;
  margin-bottom: 10px;
}
#ConfiguracaoResponsabilidadePedagio .el-descriptions {
  font-family: 'Courier New', Courier, monospace !important;
}
#ConfiguracaoResponsabilidadePedagio .el-select__input {
  padding: 0 5px 4px 5px;
}


.ods-card[data-v-e7670422] {
  margin-top: 2rem;
}
.ods-card hr[data-v-e7670422] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-e7670422] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-e7670422] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-e7670422] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-e7670422] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-79f8b6fd] {
  margin-top: 2rem;
}
.ods-card hr[data-v-79f8b6fd] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-79f8b6fd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-79f8b6fd] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-79f8b6fd] {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ods-card[data-v-5e23137b] {
  margin-top: 2rem;
}
.ods-card hr[data-v-5e23137b] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-5e23137b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-5e23137b] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-5e23137b] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-5e23137b] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-9a660494] {
  margin-top: 2rem;
}
.ods-card hr[data-v-9a660494] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-9a660494] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-9a660494] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-9a660494] {
  font-size: 13px;
  margin-bottom: 10px;
}


.ods-card[data-v-25aa1992] {
  margin-top: 2rem;
}
.ods-card hr[data-v-25aa1992] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-25aa1992] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-25aa1992] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-25aa1992] {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ods-card[data-v-3625c807] {
  margin-top: 2rem;
}
.ods-card hr[data-v-3625c807] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-3625c807] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-3625c807] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-3625c807] {
  font-size: 13px;
  margin-bottom: 10px;
}


.ods-card[data-v-275bf655] {
  margin-top: 2rem;
}
.ods-card hr[data-v-275bf655] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-275bf655] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-275bf655] {
  font-size: 13px;
  margin-bottom: 10px;
}


.ods-card[data-v-1de82192] {
  margin-top: 2rem;
}
.ods-card hr[data-v-1de82192] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-1de82192] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-1de82192] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-1de82192] {
  font-size: 13px;
  line-height: 20px;
}


.ods-card[data-v-01a5b866] {
  margin-top: 2rem;
}
.ods-card hr[data-v-01a5b866] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-01a5b866] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-01a5b866] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-01a5b866] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-01a5b866] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-460e08ed] {
  margin-top: 2rem;
}
.ods-card hr[data-v-460e08ed] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-460e08ed] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-460e08ed] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-460e08ed] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-460e08ed] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-0e6ec733] {
  margin-top: 2rem;
}
.ods-card hr[data-v-0e6ec733] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-0e6ec733] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.ods-card .ajuda[data-v-0e6ec733] {
  font-size: 13px;
  line-height: 20px;
}
.ods-card .ajuda p[data-v-0e6ec733] {
  font-size: 13px;
  margin-bottom: 10px;
}
.el-descriptions[data-v-0e6ec733] {
  font-family: 'Courier New', Courier, monospace !important;
}


.ods-card[data-v-aebe0a90] {
  margin-top: 2rem;
}
.ods-card hr[data-v-aebe0a90] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-aebe0a90] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-aebe0a90] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-aebe0a90] {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ods-card[data-v-a6906260] {
  margin-top: 2rem;
}
.ods-card hr[data-v-a6906260] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-a6906260] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-a6906260] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-a6906260] {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 20px;
}
.ods-card .toggles[data-v-a6906260] {
  display: flex;
  gap: 20px;
}


.ods-card[data-v-57cdb3bb] {
  margin-top: 2rem;
}
.ods-card hr[data-v-57cdb3bb] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-57cdb3bb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-57cdb3bb] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-57cdb3bb] {
  font-size: 13px;
  line-height: 20px;
}


.ods-card[data-v-00eaef66] {
  margin-top: 2rem;
}
.ods-card hr[data-v-00eaef66] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-00eaef66] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.input-div[data-v-00eaef66] {
  font-size: 13px;
  margin-bottom: 10px;
}
.ods-card .ajuda[data-v-00eaef66] {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}


.ods-card[data-v-088f7771] {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
.ods-card hr[data-v-088f7771] {
  margin: 17px 0;
}
.ods-card .configuracao[data-v-088f7771] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.selects-div[data-v-088f7771] {
  font-size: 13px;
  margin-bottom: 10px;
}
.selects-div p[data-v-088f7771] {
  font-size: 13px;
  margin-bottom: 6px;
}
.ods-card .ajuda[data-v-088f7771] {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.box-card .configuracao .el-icon-info[data-v-088f7771] {
  color: #9a95a7;
  cursor: pointer;
}


.box-card[data-v-0d0401be] {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
.box-card hr[data-v-0d0401be] {
  margin: 17px 0;
}
.box-card .configuracao[data-v-0d0401be] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.box-card .ajuda[data-v-0d0401be] {
  font-size: 13px;
  margin-bottom: 10px;
}
.form[data-v-0d0401be] {
  font-size: 13px;
  margin-bottom: 10px;
}
.form .campo[data-v-0d0401be] {
  margin-bottom: 12px;
}
.form .campo label[data-v-0d0401be] {
  display: block;
  margin-bottom: 4px;
}
.form .campo .el-select[data-v-0d0401be],
.form .campo .el-input[data-v-0d0401be] {
  width: 100%;
}
.form .campo .dica[data-v-0d0401be] {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #a0a0a0;
}
.form .webhook[data-v-0d0401be] {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  padding: 12px 16px 4px;
  margin: 16px 0;
}
.form .webhook legend[data-v-0d0401be] {
  padding: 0 6px;
  font-size: 13px;
  font-weight: bold;
}
.form .acoes[data-v-0d0401be] {
  display: flex;
  justify-content: flex-end;
}
.form .input-aviso[data-v-0d0401be] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #e6a23c;
  font-size: 12px;
}


.box-card[data-v-ea130304] {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
.box-card hr[data-v-ea130304] {
  margin: 17px 0;
}
.box-card .configuracao[data-v-ea130304] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.box-card .ajuda[data-v-ea130304] {
  font-size: 13px;
  line-height: 20px;
}


#GestorEmbarcadoresConfiguracao[data-v-e534d770] {
  margin-bottom: 100px;
}
#GestorEmbarcadoresConfiguracao .situacao .el-loading-spinner .circular[data-v-e534d770] {
  height: 20px;
  width: 20px;
}
#GestorEmbarcadoresConfiguracao .tabs[data-v-e534d770] {
  margin-top: 20px;
}
#GestorEmbarcadoresConfiguracao .campos[data-v-e534d770] {
  margin-bottom: 24px;
}
#GestorEmbarcadoresConfiguracao .tab[data-v-e534d770] {
  display: none;
}
#GestorEmbarcadoresConfiguracao .tabs_on[data-v-e534d770] {
  display: block !important;
}
#GestorEmbarcadoresConfiguracao .last[data-v-e534d770] {
  margin-bottom: 0 !important;
}
#GestorEmbarcadoresConfiguracao .field[data-v-e534d770] {
  padding-top: 12px;
}
#GestorEmbarcadoresConfiguracao .toolbar[data-v-e534d770] {
  margin-bottom: 60px;
}
.busca-configuracao[data-v-e534d770] {
  display: flex;
  align-items: center;
  gap: 24px;
  position: sticky;
  /* O `top` vem do binding com TOPO_BUSCA_FIXA, no script. */
  z-index: 10;
  background: #fff;
  padding: 16px 24px;
  margin: 0 0 10px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.busca-configuracao.fixada[data-v-e534d770] {
  border-color: #ef6638;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* A busca fica fora da área rolável: quem passa a rolar é a lista de
   categorias abaixo dela, para o campo de busca nunca ficar sobreposto
   pelas configurações durante o scroll. */
.lista-configuracoes[data-v-e534d770] {
  overflow-y: auto;
  padding-right: 4px;
}
.busca-configuracao-campo[data-v-e534d770] {
  flex: 1;
  min-width: 0;
}
.busca-configuracao-campo[data-v-e534d770] .el-input__inner {
  border: none;
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0;
  padding: 0 0 4px;
}
.busca-configuracao-botao[data-v-e534d770] {
  flex-shrink: 0;
}
.navegacao-resultados[data-v-e534d770] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.contador-resultados[data-v-e534d770] {
  font-family: 'QuicksandBold', Arial, sans-serif;
  color: #9a95a7;
  white-space: nowrap;
}

/* Só geometria. A cor vem da variante `primary` do OdsButton — repetir o laranja aqui, com
   `!important`, era o que fazia estes dois botões ficarem para trás quando o catálogo mudou
   o fundo do botão preenchido. */
.botao-navegacao[data-v-e534d770] {
  width: 32px;
  height: 32px;
  padding: 0;
}
.categorias-configuracao[data-v-e534d770] {
  border-top: none;
  border-bottom: none;
}
.secao-configuracao[data-v-e534d770] {
  margin-top: 20px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  overflow: hidden;
}
.secao-configuracao[data-v-e534d770] .el-collapse-item__header {
  height: auto;
  padding: 14px 20px;
  border-bottom: none;
  background: #fff;
}
.secao-configuracao[data-v-e534d770] .el-collapse-item__wrap {
  border-bottom: none;
}
.secao-configuracao[data-v-e534d770] .el-collapse-item__content {
  padding: 0 20px 20px;
}
.secao-header[data-v-e534d770] {
  font-size: 16px;
  font-weight: bold;
  color: #9a95a7;
}
.item-configuracao[data-v-e534d770] {
  padding: 6px 10px;
  border-radius: 6px;
  transition: background-color 400ms ease;
}

/* Os cards internos de cada configuração trazem margin-top: 2rem, o que deixa
   um vão grande entre o título da categoria e a primeira configuração. */
.secao-configuracao[data-v-e534d770] .item-configuracao .box-card {
  margin-top: 0;
}
.item-configuracao.destaque[data-v-e534d770] {
  background-color: #fdece3;
}












































































































































































































































































































































































































































































































































































































































































































































































/* Sem escopo de propósito: o <mark> é criado via manipulação direta do DOM
   (destacarTermoNoElemento em FormConfiguracao.vue), não pelo compilador do
   Vue, então não recebe o atributo data-v-* usado pelo CSS com escopo. */
mark.termo-destacado {
  background-color: #ef6638;
  color: #fff;
  border-radius: 3px;
  padding: 0 2px;
}


#ConfiguracaoSublimites .ods-card {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
#ConfiguracaoSublimites .ods-card hr {
  margin: 17px 0;
}
#ConfiguracaoSublimites .ods-card .configuracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#ConfiguracaoSublimites .ods-card .ajuda {
  font-size: 13px;
  line-height: 20px;
}
#ConfiguracaoSublimites .ods-card .ajuda p {
  font-size: 13px;
  margin-bottom: 10px;
}
#ConfiguracaoSublimites .el-descriptions {
  font-family: 'Courier New', Courier, monospace !important;
}
#ConfiguracaoSublimites .el-select__input {
  padding: 0 5px 4px 5px;
}
#ConfiguracaoSublimites .upload-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ConfiguracaoSublimites .upload-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  cursor: pointer;
}
#ConfiguracaoSublimites .paginacao {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#ConfiguracaoSublimites .ncm-importar-dropzone .el-upload {
  display: block !important;
}
#ConfiguracaoSublimites .ncm-importar-dropzone .el-upload-dragger {
  width: 100%;
}


#ConfiguracaoFreteMinimoAntt .ods-card {
  margin-top: 2rem;
  font-size: 15px;
  color: #848484;
}
#ConfiguracaoFreteMinimoAntt .ods-card hr {
  margin: 17px 0;
}
#ConfiguracaoFreteMinimoAntt .ods-card .configuracao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#ConfiguracaoFreteMinimoAntt .ods-card .ajuda {
  font-size: 13px;
  line-height: 20px;
}
#ConfiguracaoFreteMinimoAntt .ods-card .ajuda p {
  font-size: 13px;
  margin-bottom: 10px;
}
#ConfiguracaoFreteMinimoAntt .el-descriptions {
  font-family: 'Courier New', Courier, monospace !important;
}
#ConfiguracaoFreteMinimoAntt .el-select__input {
  padding: 0 5px 4px 5px;
}
#ConfiguracaoFreteMinimoAntt .upload-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ConfiguracaoFreteMinimoAntt .upload-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  cursor: pointer;
}
#ConfiguracaoFreteMinimoAntt .paginacao {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#ConfiguracaoFreteMinimoAntt .ncm-importar-dropzone .el-upload {
  display: block !important;
}
#ConfiguracaoFreteMinimoAntt .ncm-importar-dropzone .el-upload-dragger {
  width: 100%;
}


.ncm-direita[data-v-570e8926] {
  float: right;
  color: #8492a6;
  font-size: 13px;
  font-family: monospace;
  margin-left: 20px;
  margin-top: -1px;
}


#GestorEmbarcadoresFormRegraSeguranca[data-v-27fefd73] {
  margin-bottom: 100px;
}
#GestorEmbarcadoresFormRegraSeguranca .situacao .el-loading-spinner .circular[data-v-27fefd73] {
  height: 20px;
  width: 20px;
}
#GestorEmbarcadoresFormRegraSeguranca .tabs[data-v-27fefd73] {
  margin-top: 20px;
}
#GestorEmbarcadoresFormRegraSeguranca .campos[data-v-27fefd73] {
  margin-bottom: 24px;
}
#GestorEmbarcadoresFormRegraSeguranca .tab[data-v-27fefd73] {
  display: none;
}
#GestorEmbarcadoresFormRegraSeguranca .tabs_on[data-v-27fefd73] {
  display: block !important;
}
#GestorEmbarcadoresFormRegraSeguranca .last[data-v-27fefd73] {
  margin-bottom: 0 !important;
}
#GestorEmbarcadoresFormRegraSeguranca .field[data-v-27fefd73] {
  padding-top: 12px;
}
#GestorEmbarcadoresFormRegraSeguranca .toolbar[data-v-27fefd73] {
  margin-bottom: 60px;
}


#Contratacao .ods-dialog__header {
  background-color: #ef6638;
  color: white !important;
  font-weight: 600;
}
#Contratacao .ods-dialog__title {
  color: white !important;
}
#Contratacao .ods-dialog__close {
  color: white !important;
  background-color: #ffffff20;
  padding: 5px;
  border-radius: 25px;
  margin-top: -5px;
  margin-right: -5px;
}
#Contratacao .cards {
  display: flex;
  margin-bottom: 20px;
}
#Contratacao .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 5px;
}
#Contratacao .status .total {
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
}
#Contratacao .label-center {
  text-align: center;
}
#Contratacao .ods-dialog__body {
  word-break: normal;
}
#Contratacao .no-hover tbody tr:hover, #Contratacao .no-hover tr:hover > td.el-table__cell {
  background-color: white !important;
}
#Contratacao .el-timeline-item:last-child {
  padding-bottom: 0;
}
#Contratacao .el-timeline-item:last-child {
  padding-bottom: 0;
}
#Contratacao .el-timeline-item__node--normal, #Contratacao .el-timeline-item__tail {
  margin-top: 3px;
}
.selecao-motorista {
  cursor: pointer;
}
.selecao-motorista tr td:hover {
  background-color: rgba(239, 102, 56, 0.239);
}
.selecao-motorista .selecionado {
  background-color: rgba(239, 102, 56, 0.239);
}
.anexar-documentos-divider {
  margin-top: 45px !important;
}


#GestorFinanceiroMain .lista {
  margin: 0;
}
#GestorFinanceiroMain .lista .item {
  display: flex;
  width: 100%;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 2px 2px 4px #dddbe1; */
  box-shadow: 3px 5px 36px -10px rgb(200 200 200);
}
#GestorFinanceiroMain .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#GestorFinanceiroMain .btn {
  display: inline-block;
}


#GestorFinanceiroDoccobMain .lista {
  margin: 0;
}
#GestorFinanceiroDoccobMain .lista .item {
  display: flex;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#GestorFinanceiroDoccobMain .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#GestorFinanceiroDoccobMain .ods-alert .is-big {
  font-size: 18px;
}


#DespesasEmViagemForm .lista {
  margin: 0;
}
#GestorFinanceiroDespesasViagem .lista .item {
  display: flex;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#GestorFinanceiroDespesasViagem .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#GestorFinanceiroDespesasViagem .ods-alert .is-big {
  font-size: 18px;
}


.status[data-v-1bd485a2] {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 5px;
}
.status i[data-v-1bd485a2] {
  font-size: 2.3rem;
  color: #848484;
}
.status .total[data-v-1bd485a2] {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}


.cards[data-v-7f29acb8] {
  display: flex;
  margin-bottom: 20px;
}



#importarDocumentos .el-select,
#importarDocumentos .el-autocomplete {
    width: 100%;
}
#importarDocumentos .el-select-dropdown,
.el-autocomplete-suggestion {
    width: 100% !important;
    position: absolute !important;
}
#importarDocumentos .el-form-item:nth-child(1),
#importarDocumentos .el-form-item:nth-child(2) {
    display: flex;
    flex-direction: column;
}
#importarDocumentos .el-form-item:nth-child(1) .el-form-item__label,
#importarDocumentos .el-form-item:nth-child(2) .el-form-item__label {
    align-self: flex-start;
}
#importarDocumentos .dialog-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
}
#importarDocumentos .dialog-body .form-group,
.upload-container {
    grid-column: 1/3;
}
#importarDocumentos .upload-container,
#importarDocumentos .el-upload-dragger,
#importarDocumentos .el-upload,
#importarDocumentos .el-upload--tex {
    width: 100% !important;
}
#importarDocumentos .el-icon-upload {
    margin: 0 !important;
}
#importarDocumentos .el-upload__text,
#importarDocumentos .el-upload-dragger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
#importarDocumentos .dialog-footer {
    display: flex;
    justify-content: space-between;
}
#importarDocumentos .btn.vermelho:hover,
#importarDocumentos .btn.vermelho:focus,
#importarDocumentos .btn.vermelho:active {
    background-color: #fff;
    color: #ef6638;
    box-shadow: none;
    border: none;
}
#importarDocumentos .btn.vermelho:focus,
#importarDocumentos .btn.laranja:focus {
    outline: none;
}
#importarDocumentos .el-autocomplete input[type="number"]::-webkit-outer-spin-button,
.el-autocomplete input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



#GestorFinanceiroFaturamentoMain .lista {
  margin: 0;
}
#GestorFinanceiroFaturamentoMain .lista .item {
  display: flex;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#GestorFinanceiroFaturamentoMain .lista .campo {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#GestorFinanceiroFaturamentoMain .ods-alert .is-big {
  font-size: 18px;
}
#GestorFinanceiroFaturamentoMain .el-tag {
  margin-bottom: 0 !important;
}
#GestorFinanceiroFaturamentoMain .btn.vermelho:hover,
#GestorFinanceiroFaturamentoMain .btn.vermelho:focus,
#GestorFinanceiroFaturamentoMain .btn.vermelho:active {
  background-color: #fff;
  color: #ef6638;
  box-shadow: none;
  border: none;
}
#GestorFinanceiroFaturamentoMain .btn.vermelho:focus,
#GestorFinanceiroFaturamentoMain .btn.laranja:focus {
  outline: none;
}


#ChatGestor .chat-container {
  display: flex;
  height: 78vh;
  border: 1px solid #ddd;
  background-color: white;
}
#ChatGestor .chat-container .chat-sidebar {
  width: 400px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
}
#ChatGestor .chat-container .chat-sidebar .chat-filtro {
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 10px;
}
#ChatGestor .chat-container .chat-sidebar .chat-filtro .el-input__inner::-moz-placeholder {
  color: #999;
  padding-left: 20px;
}
#ChatGestor .chat-container .chat-sidebar .chat-filtro .el-input__inner::placeholder {
  color: #999;
  padding-left: 20px;
}
#ChatGestor .chat-container .chat-sidebar .chat-filtro .el-icon-search {
  padding-left: 10px;
}
#ChatGestor .chat-container .chat-sidebar .chat-filtro input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding-top: 7px;
  padding-left: 35px;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas {
  height: calc(78vh - 125px);
  overflow-y: auto;
  height: calc(78vh - 123.81px);
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas {
  display: flex;
  align-items: center;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas div {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ef6638;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 5px;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-carga {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  cursor: pointer;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-carga:hover {
  background-color: white;
}
#ChatGestor .chat-carga-active {
  background-color: white;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo {
  display: flex;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo .chat-carga-titulo-codigo {
  margin-right: 4px;
}
#ChatGestor .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-codigos {
  font-size: 10px;
}
#ChatGestor .chat-container .chat-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#ChatGestor .chat-container .chat-content .chat-content-description {
  display: flex;
  align-items: center;
  min-height: 61px;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-left {
  width: 30%;
  padding-top: 4px;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-left div {
  font-weight: 700;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-left div i {
  width: 20px;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-left span {
  padding-top: 1.5px;
  font-size: 12px;
  font-weight: normal;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-center {
  display: flex;
  width: 38%;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-center .chat-content-description-center-title {
  font-size: 12px;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-right {
  display: flex;
  justify-content: space-between;
  width: 32%;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-right .texto-laranja {
  width: 70px;
}
#ChatGestor .chat-container .chat-content .chat-content-description .chat-content-description-right .chat-content-description-right-title {
  font-size: 12px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  align-items: flex-start;
  margin-top: auto;
  padding: 20px;
  font-size: 14px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-messages-datas {
  width: 100%;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-messages-data {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #ef6638;
  line-height: 0em;
  margin: 10px 0 20px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-messages-data span {
  background: #fff;
  padding: 0 9px 0 10px;
  font-size: 14px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-message div:first-child {
  max-width: 658px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-message-hora {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 12px;
  opacity: 0.5;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-message-status {
  margin-top: 6.8px;
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.4;
}
#ChatGestor .chat-container .chat-content .chat-content-messages .chat-content-message-status i {
  margin-top: 1px;
  margin-right: 4px;
  font-size: 12px;
}
#ChatGestor .chat-container .chat-content .chat-content-messages-others {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#ChatGestor .chat-container .chat-content .chat-content-messages-others .chat-content-message {
  display: flex;
  background-color: #efefef;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#ChatGestor .chat-container .chat-content .chat-content-messages-others-transportador .chat-content-message {
  display: flex;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#ChatGestor .chat-container .chat-content .chat-content-message-image {
  max-width: 50% !important;
  align-items: flex-end;
}
#ChatGestor .chat-container .chat-content .chat-content-message-image img {
  width: 100%;
}
#ChatGestor .chat-container .chat-content .chat-content-messages-mine {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#ChatGestor .chat-container .chat-content .chat-content-messages-mine .chat-content-message {
  display: flex;
  background-color: #fdc8a5;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#ChatGestor .chat-container .chat-content .chat-content-form {
  display: flex;
  min-height: 50px;
  background-color: #ddd;
  align-items: center;
  justify-content: space-between;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-attach {
  display: flex;
  justify-content: center;
  width: 50px;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-attach div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  cursor: pointer;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-attach div:hover {
  background-color: #ffffff88;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-button {
  display: flex;
  justify-content: center;
  width: 50px;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-attach i {
  transform: rotate(90deg);
  font-size: 110%;
  color: #999;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-button i {
  transform: rotate(45deg);
  color: #999;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-button i.chat-content-form-button-active {
  color: #ef6638;
  cursor: pointer;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-input {
  display: flex;
  width: 100%;
  padding: 10px 0 10px 0;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-input textarea {
  width: 100%;
  background-color: white;
  border: none;
  margin-top: 3px;
  border-radius: 25px;
  padding-left: 15px;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-input textarea:focus {
  outline: none;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::-moz-placeholder {
  color: #999;
  padding-left: 15px;
}
#ChatGestor .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::placeholder {
  color: #999;
  padding-left: 15px;
}
#ChatGestor .filtros {
  margin-bottom: 15px;
}
#ChatGestor .filtros .el-col {
  width: 25%;
  padding: 10px;
}


#SituacaoDialog .ods-dialog__body {
  padding-top: 30px;
}


#GeralTab .valor-linha {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


#Chat .chat-container {
  display: flex;
  height: 78vh;
  border: 1px solid #ddd;
  background-color: white;
}
#Chat .chat-container .chat-sidebar {
  width: 400px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
}
#Chat .chat-container .chat-sidebar .chat-cargas {
  height: calc(78vh - 125px);
  overflow-y: auto;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas {
  display: flex;
  align-items: center;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-cargas-nao-lidas div {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ef6638;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 5px;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  cursor: pointer;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga:hover {
  background-color: white;
}
#Chat .chat-carga-active {
  background-color: white;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo {
  display: flex;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-titulo .chat-carga-titulo-codigo {
  margin-right: 4px;
}
#Chat .chat-container .chat-sidebar .chat-cargas .chat-carga .chat-carga-codigos {
  font-size: 10px;
}
#Chat .chat-container .chat-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-description {
  display: flex;
  align-items: center;
  min-height: 61px;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #efefef;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left {
  width: 30%;
  padding-top: 4px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left div {
  font-weight: 700;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left div i {
  width: 20px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-left span {
  padding-top: 1.5px;
  font-size: 12px;
  font-weight: normal;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-center {
  display: flex;
  width: 38%;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-center .chat-content-description-center-title {
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-right {
  display: flex;
  justify-content: space-between;
  width: 32%;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-right .texto-laranja {
  width: 70px;
}
#Chat .chat-container .chat-content .chat-content-description .chat-content-description-right .chat-content-description-right-title {
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  align-items: flex-start;
  margin-top: auto;
  padding: 20px;
  font-size: 14px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-datas {
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-data {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #ef6638;
  line-height: 0em;
  margin: 10px 0 20px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-messages-data span {
  background: #fff;
  padding: 0 9px 0 10px;
  font-size: 14px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message div:first-child {
  max-width: 658px;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-hora {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 12px;
  opacity: 0.5;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-status {
  margin-top: 6.8px;
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.4;
}
#Chat .chat-container .chat-content .chat-content-messages .chat-content-message-status i {
  margin-top: 1px;
  margin-right: 4px;
  font-size: 12px;
}
#Chat .chat-container .chat-content .chat-content-messages-others {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#Chat .chat-container .chat-content .chat-content-messages-others .chat-content-message {
  display: flex;
  background-color: #efefef;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-messages-others-transportador .chat-content-message {
  display: flex;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px 8px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-message-image {
  max-width: 50% !important;
  align-items: flex-end;
}
#Chat .chat-container .chat-content .chat-content-message-image img {
  width: 100%;
}
#Chat .chat-container .chat-content .chat-content-messages-mine {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#Chat .chat-container .chat-content .chat-content-messages-mine .chat-content-message {
  display: flex;
  background-color: #fdc8a5;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  margin: 1px 0;
  max-width: 70%;
}
#Chat .chat-container .chat-content .chat-content-form {
  display: flex;
  min-height: 50px;
  background-color: #ddd;
  align-items: center;
  justify-content: space-between;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  cursor: pointer;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach div:hover {
  background-color: #ffffff88;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button {
  display: flex;
  justify-content: center;
  width: 50px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-attach i {
  transform: rotate(90deg);
  font-size: 110%;
  color: #999;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button i {
  transform: rotate(45deg);
  color: #999;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-button i.chat-content-form-button-active {
  color: #ef6638;
  cursor: pointer;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input {
  display: flex;
  width: 100%;
  padding: 10px 0 10px 0;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea {
  width: 100%;
  background-color: white;
  border: none;
  margin-top: 3px;
  border-radius: 25px;
  padding-left: 15px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea:focus {
  outline: none;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::-moz-placeholder {
  color: #999;
  padding-left: 15px;
}
#Chat .chat-container .chat-content .chat-content-form .chat-content-form-input textarea::placeholder {
  color: #999;
  padding-left: 15px;
}


#NfeTab .el-table thead {
  color: #909399;
  font-weight: 500;
}
#NfeTab .el-table thead th.el-table__cell {
  background: #F5F7FA;
}


#DialogCteTab .el-form-item__content {
  line-height: initial;
}
#DialogCteTab .ods-dialog__body {
  padding-bottom: 10px !important;
}


#DialogMdfeTab .el-form-item__content {
  line-height: initial;
}
#DialogMdfeTab .ods-dialog__body {
  padding-bottom: 10px !important;
}


#map[data-v-00451310] {
  width: 100%;
  height: 89vh;
}



#PedagioTab .el-table thead {
  color: #606266;
  font-weight: 500;
}
#PedagioTab .el-table thead th.el-table__cell {
  background: #F5F7FA;
}
#PedagioTab .el-tag {
  margin: 0 !important;
}
#PedagioTab .origemEdestino {
  display: flex;
  gap: 20px;
}
#PedagioTab .el-tab-pane-footer {
  display: flex;
  justify-content: space-between;
}
#PedagioTab .destino {
  width: 100% !important;
}
#PedagioTab .destaque {
  color: #ef6638;
}


#CargaDialog .ods-dialog__body {
  padding-top: 15px;
}
#CargaDialog .ods-tabs__header {
  margin-bottom: 30px;
}
#CargaDialog .botao {
  background-color: #efefef;
}
#CargaDialog .botao:hover {
  color: #ef6638;
}
#CargaDialog .ods-checkbox {
  margin-top: 0;
  margin-left: 10px;
}


#Torre {
  margin-bottom: 100px;
}
#Torre .ods-dialog__header {
  background-color: #ef6638;
  color: white !important;
  font-weight: 600;
}
#Torre .ods-dialog__title {
  color: white !important;
}
#Torre .ods-dialog__close {
  color: white !important;
  background-color: #ffffff20;
  padding: 5px;
  border-radius: 25px;
  margin-top: -5px;
  margin-right: -5px;
}
#Torre .cards {
  display: flex;
  margin-bottom: 20px;
}
#Torre .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 5px;
}
#Torre .status .total {
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
}
#Torre .label-center {
  text-align: center;
}
#Torre .ods-dialog__body {
  word-break: normal;
}
#Torre .no-hover tbody tr:hover, #Torre .no-hover tr:hover > td.el-table__cell {
  background-color: white !important;
}
#Torre .el-timeline-item:last-child {
  padding-bottom: 0;
}
#Torre .el-timeline-item:last-child {
  padding-bottom: 0;
}
#Torre .el-timeline-item__node--normal, #Torre .el-timeline-item__tail {
  margin-top: 3px;
}
.selecao-motorista {
  cursor: pointer;
}
.selecao-motorista tr td:hover {
  background-color: rgba(239, 102, 56, 0.239);
}
.selecao-motorista .selecionado {
  background-color: rgba(239, 102, 56, 0.239);
}


.no-spin[data-v-3aacd0d0] input[type='number']::-webkit-inner-spin-button,
.no-spin[data-v-3aacd0d0] input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spin[data-v-3aacd0d0] input[type='number'] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}


#NovaTabela[data-v-c3cc9806] .el-form-item__label {
  font-size: 10px;
  color: #848484;
}
#NovaTabela[data-v-c3cc9806] .ods-radio__label {
  font-size: 10px;
  color: #848484;
}
.no-spin[data-v-c3cc9806] input[type='number']::-webkit-inner-spin-button,
.no-spin[data-v-c3cc9806] input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spin[data-v-c3cc9806] input[type='number'] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.dialog-footer[data-v-c3cc9806] {
  display: flex;
  justify-content: space-between;
}


#CriarRota .field-error[data-v-69dbc172] {
  color: #f56c6c;
  font-size: 12px;
  margin-top: 8px;
}
#CriarRota .btn.disabled[data-v-69dbc172] {
  opacity: 0.6;
  pointer-events: none;
}
#CriarRota[data-v-69dbc172] .el-table__body tr.perfil-row-selecionado>td,
#CriarRota[data-v-69dbc172]  .el-table__body tr.perfil-row-selecionado>td {
  background-color: #fff7e6;
}


.import-summary[data-v-47f12940] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.summary-card[data-v-47f12940] {
  flex: 1 1 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 10px;
  border-radius: 8px;
  background-color: #f5f7fa;
  border: 1px solid #ebeef5;
}
.summary-card .summary-value[data-v-47f12940] {
  font-size: 22px;
  font-weight: bold;
  color: #303133;
}
.summary-card .summary-label[data-v-47f12940] {
  font-size: 12px;
  color: #909399;
  text-transform: uppercase;
}
.summary-card.success .summary-value[data-v-47f12940] {
  color: #67c23a;
}
.summary-card.info .summary-value[data-v-47f12940] {
  color: #409eff;
}
.summary-card.danger .summary-value[data-v-47f12940] {
  color: #f56c6c;
}
.btn.is-disabled[data-v-47f12940] {
  opacity: 0.6;
  pointer-events: none;
}


.preview-rotas[data-v-0e3fa94f] {
  margin-top: 4px;
}
.preview-rotas-titulo[data-v-0e3fa94f] {
  font-weight: 600;
  color: #303133;
  margin: 0 0 8px;
}
.preview-rota-item[data-v-0e3fa94f] {
  font-size: 13px;
  color: #606266;
  margin: 10px 0;
}
.preview-rota-rota[data-v-0e3fa94f] {
  margin: 0;
}
.preview-rota-valores[data-v-0e3fa94f] {
  margin: 2px 0 0;
}
.valor-antigo[data-v-0e3fa94f] {
  color: #909399;
  margin-right: 6px;
}
.valor-novo[data-v-0e3fa94f] {
  color: #ef6638;
}


#AjustarTarifas .el-collapse {
  border: 1px solid #ef6638;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(255, 152, 0, 0.08);
  overflow: hidden;
}
#AjustarTarifas .el-collapse-item__header {
  background: #fff7e6;
  color: #303133;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 10px;
}
#AjustarTarifas .el-collapse-item__header:hover {
  background: #ffead4;
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.15);
}
#AjustarTarifas .el-collapse-item__header.is-active {
  background: #ffead4;
  border-bottom-color: #ef6638;
  box-shadow: inset 0 2px 4px rgba(255, 152, 0, 0.15);
}
#AjustarTarifas .el-collapse-item__header i {
  color: #ef6638;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease;
}
#AjustarTarifas .el-collapse-item__header.is-active i {
  transform: rotate(180deg);
}
#AjustarTarifas .el-collapse-item__wrap {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  border-top: none;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.06);
}
#AjustarTarifas .el-collapse-item__content {
  padding: 24px;
  font-size: 14px;
  color: #404040;
  background: #fafafa;
  line-height: 1.6;
}


#TabelaFrete {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#TabelaFrete .skeleton-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#TabelaFrete .skeleton-card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
#TabelaFrete .save-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}
#TabelaFrete .container {
  width: 100%;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px;
  border-radius: 10px;
}
#Table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.newTable {
  border-radius: .5rem;
  border: 1px solid rgba(239, 102, 56, 0.2);
  width: 100%;
  height: 100px;
  background-color: rgba(239, 102, 56, 0.05);
}
.option-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.table-name {
  font-weight: 500;
}
.status-badge {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
}
.el-select-dropdown__item.selected .status-badge {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.status-badge.expirada {
  background-color: #909399;
}
.status-badge.ativa,
.status-badge.ativo {
  background-color: #67C23A;
}
.status-badge.inativa,
.status-badge.inativo {
  background-color: #F56C6C;
}
.routes-section {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.table-toolbar {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeef5;
}
.toolbar-actions-row {
  margin-top: 12px;
}
.filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}
.actions-group {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.custom-table {
  border-radius: 4px;
  overflow: hidden;
}
.table-footer-info {
  margin-top: 10px;
  font-size: 12px;
  color: #909399;
  text-align: right;
}
.btn-more:hover {
  color: #ef6638;
}
.value-text {
  font-weight: 500;
  color: #606266;
}
.text-danger {
  color: #F56C6C !important;
}
.text-right {
  text-align: right;
}

/* Removido (TRKM-2447): este `\3c style>` não é scoped, então a regra vazava para o app
   inteiro — e o `!important` vencia até o estado desabilitado do OdsButton, deixando
   qualquer botão primary laranja mesmo desativado. O laranja do primary agora é do
   OdsButton; aqui a regra era redundante e nociva. */
.somente-leitura {
  pointer-events: none;
}
.parametro-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.parametro-label {
  color: #909399;
  font-size: 12px;
  font-weight: bold;
}
.parametro-valor {
  color: #303133;
  font-size: 14px;
  font-weight: 500;
  min-height: 20px;
}
.dialog-nova-tabela .ods-dialog__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.dialog-nova-tabela .ods-dialog__headerbtn .ods-dialog__close {
  color: #ffffff;
  font-size: 20px;
}
.dialog-nova-tabela .ods-dialog__body {
  padding: 30px 24px;
  background-color: #f8f9fa;
}
.steps-wrapper {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.step-container {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-height: 400px;
}
.step-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ef6638;
}
.step-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #848484;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.step-title i {
  color: #ef6638;
  font-size: 20px;
}
.step-description {
  margin: 0;
  font-size: 13px;
  color: #909399;
}
.review-alert {
  margin-bottom: 20px;
  border-left: 4px solid #409EFF;
}
.review-card {
  margin-bottom: 20px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.review-card:hover {
  border-color: #ef6638;
}
.review-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #303133;
  font-size: 15px;
}
.review-card .card-header i {
  color: #ef6638;
  font-size: 18px;
}
.review-card .card-title {
  font-weight: 600;
}
.review-card .el-card__body p {
  margin: 4px 0;
  line-height: 1.6;
}
.review-card .el-card__body strong {
  color: #606266;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dialog-footer-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: #f8f9fa;
  border-top: 1px solid #e4e7ed;
}
.footer-left,
.footer-right {
  display: flex;
  gap: 10px;
}
.dialog-nova-tabela .el-step__title {
  font-size: 14px;
  font-weight: bold;
  color: #848484 !important;
}
.dialog-nova-tabela .el-step__head.is-finish {
  color: #67C23A;
  border-color: #67C23A;
}
.dialog-nova-tabela .el-step__head.is-process {
  color: #ef6638;
  border-color: #ef6638;
}
.dialog-nova-tabela .el-step__icon.is-text {
  border-width: 2px;
}
.step-container .el-form-item__label {
  font-weight: 600;
  color: #606266;
  font-size: 13px;
}
.step-container .el-input__inner,
.step-container .el-textarea__inner {
  border-radius: 6px;
  transition: all 0.3s ease;
}
.step-container .el-input__inner:focus,
.step-container .el-textarea__inner:focus {
  border-color: #ef6638;
}
#SecondStep .el-table {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}
#SecondStep .el-table th {
  background-color: #fef0e6;
  color: #303133;
  font-weight: 600;
}
h2 {
  font-weight: bold;
  margin-bottom: 20px;
}


[data-v-0df2a3dc] .el-card {
  border: none !important;
  box-shadow: none !important;
}


#FreightCard[data-v-7affca30] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.freight-card[data-v-7affca30] {
  display: flex;
  justify-content: space-between;
  /* Alinha uma div no início e outra no fim */
  align-items: center;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #ebeef5;
  transition: transform 0.2s;
}
.freight-card[data-v-7affca30]:hover {
  transform: translateX(5px);
}

/* --- Estilos Dinâmicos por Status --- */
.status-aprovado .status-icon[data-v-7affca30] {
  background-color: #67C23A;
}
.status-aprovado .status-badge[data-v-7affca30] {
  color: #67C23A;
}
.status-reprovado .status-icon[data-v-7affca30] {
  background-color: #F56C6C;
}
.status-reprovado .status-badge[data-v-7affca30] {
  color: #F56C6C;
}
.status-renegociado .status-icon[data-v-7affca30] {
  background-color: #409EFF;
}
.status-renegociado .status-badge[data-v-7affca30] {
  color: #409EFF;
}
.status-pendente .status-icon[data-v-7affca30] {
  background-color: #E6A23C;
}
.status-pendente .status-badge[data-v-7affca30] {
  color: #E6A23C;
}

/* --- Estrutura Interna --- */
.status-badge[data-v-7affca30] {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-icon[data-v-7affca30] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.id-text[data-v-7affca30] {
  color: #909399;
  font-size: 13px;
  margin-left: 10px;
}
.route-row[data-v-7affca30] {
  margin-top: 8px;
}
.route[data-v-7affca30] {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
.values[data-v-7affca30] {
  font-size: 14px;
}
.info-date[data-v-7affca30] {
  text-align: right;
  min-width: 120px;
  color: #606266;
  font-size: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 20px;
}
.info-date p[data-v-7affca30] {
  margin: 4px 0;
}


#AuditoriaHistorico[data-v-73013913] {
  width: 100%;
  background-color: white;
}


.content[data-v-14246b77] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn.disabled[data-v-14246b77],
.btn[disabled][data-v-14246b77] {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.detail-card[data-v-14246b77] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.detail-card-title[data-v-14246b77] {
  font-weight: 600;
  margin-bottom: 10px;
  color: #303133;
}
.detail-card-row[data-v-14246b77] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ebeef5;
}
.detail-card-row[data-v-14246b77]:last-child {
  border-bottom: none;
}
.detail-card-row span[data-v-14246b77] {
  color: #606266;
  font-size: 13px;
}
.detail-card-row strong[data-v-14246b77],
.detail-card-value[data-v-14246b77] {
  color: #303133;
  font-weight: 600;
}


.status-cards[data-v-5096d7ac] {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.status-card[data-v-5096d7ac] {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  flex: 1;
  min-width: 120px;
}
.status-card[data-v-5096d7ac]:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.card-content[data-v-5096d7ac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  text-align: center;
}
.status-info[data-v-5096d7ac] {
  flex: 1;
  width: 100%;
}
.status-label[data-v-5096d7ac] {
  font-size: 12px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-count[data-v-5096d7ac] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}
.status-aprovado[data-v-5096d7ac] {
  border-top: 3px solid #67C23A;
}
.status-aprovado .status-icon[data-v-5096d7ac] {
  background-color: #67C23A;
}
.status-reprovado[data-v-5096d7ac] {
  border-top: 3px solid #F56C6C;
}
.status-reprovado .status-icon[data-v-5096d7ac] {
  background-color: #F56C6C;
}
.status-pendente[data-v-5096d7ac] {
  border-top: 3px solid #E6A23C;
}
.status-pendente .status-icon[data-v-5096d7ac] {
  background-color: #E6A23C;
}
.status-renegociado[data-v-5096d7ac] {
  border-top: 3px solid #409EFF;
}
.status-renegociado .status-icon[data-v-5096d7ac] {
  background-color: #409EFF;
}
.status-icon[data-v-5096d7ac] {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}


.tab[data-v-ab03bfbe] {
  display: none;
}
.tabs_on[data-v-ab03bfbe] {
  display: block !important;
}
.router-link-active[data-v-ab03bfbe] {
  color: #ef6638;
  border-bottom: 2px solid #ef6638;
  font-weight: bold;
}
.status-container[data-v-ab03bfbe] {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#Auditoria[data-v-ab03bfbe] {
  margin-bottom: 40px;
}
#Auditoria .ods-dialog[data-v-ab03bfbe] {
  min-width: 1200px;
  margin-bottom: 8vh;
}

@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}/**
 * Remove default margin.
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */[hidden],
template {
  display: none;
}/* Links
   ========================================================================== *//**
 * Remove the gray background color from active links in IE 10.
 */a, input {
  background-color: transparent;
}/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */a:active,
a:hover {
  outline: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */abbr[title] {
  border-bottom: 1px dotted;
}/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */b,
strong {
  font-weight: bold;
}/**
 * Address styling not present in Safari and Chrome.
 */dfn {
  font-style: italic;
}/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
 * Address styling not present in IE 8/9.
 */mark {
  background: #ff0;
  color: #000;
}/**
 * Address inconsistent and variable font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sup {
  top: -0.5em;
}sub {
  bottom: -0.25em;
}/* Embedded content
   ========================================================================== *//**
 * Remove border when inside `a` element in IE 8/9/10.
 */img {
  border: 0;
}/**
 * Correct overflow not hidden in IE 9/10/11.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * Address margin not present in IE 8/9 and Safari.
 */figure {
  margin: 1em 40px;
}/**
 * Address differences between Firefox and other browsers.
 */hr {
  box-sizing: content-box;
  height: 0;
}/**
 * Contain overflow in all browsers.
 */pre {
  overflow: auto;
}/**
 * Address odd `em`-unit font size rendering in all browsers.
 */code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}/* Forms
   ========================================================================== *//**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 *//**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */button {
  overflow: visible;
}/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */button,
select {
  text-transform: none;
}/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}/**
 * Re-set default cursor for disabled elements.
 */button[disabled],
html input[disabled] {
  cursor: default;
}/**
 * Remove inner padding and border in Firefox 4+.
 */button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */input {
  line-height: normal;
}/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * Define consistent border, margin, and padding.
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */textarea {
  overflow: auto;
}/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */optgroup {
  font-weight: bold;
}/* Tables
   ========================================================================== *//**
 * Remove most spacing between table cells.
 */table {
  border-collapse: collapse;
  border-spacing: 0;
}td,
th {
  padding: 0;
}/* ==========================================================================
   Reset
   ========================================================================== *//**
 * Remove anchor tex-decoration
 */a {
	text-decoration: none;
}/**
 * Remove list-style
 */ol, ul {
	list-style: none;
}html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}*, *:before, *:after { 
  box-sizing: border-box;
}.container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}.container:after, .container:before {
	content: " ";
	display: table;
}.container:after {
	clear: both;
}.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}.grid-1 	{width: 40px;}.grid-2 	{width: 100px;}.grid-3 	{width: 160px;}.grid-4 	{width: 220px;}.grid-5 	{width: 280px;}.grid-6 	{width: 340px;}.grid-7 	{width: 400px;}.grid-8 	{width: 460px;}.grid-9 	{width: 520px;}.grid-10 	{width: 580px;}.grid-11 	{width: 640px;}.grid-12 	{width: 700px;}.grid-13 	{width: 760px;}.grid-14 	{width: 820px;}.grid-15 	{width: 880px;}.grid-16 	{width: 940px;}.grid-1-3	{width: 300px;}@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container {
		width: 768px;
	}

	.grid-1		{width: 28px;}
	.grid-2		{width: 76px;}
	.grid-3		{width: 124px;}
	.grid-4		{width: 172px;}
	.grid-5		{width: 220px;}
	.grid-6		{width: 268px;}
	.grid-7		{width: 316px;}
	.grid-8		{width: 364px;}
	.grid-9		{width: 412px;}
	.grid-10	{width: 460px;}
	.grid-11	{width: 508px;}
	.grid-12	{width: 556px;}
	.grid-13	{width: 604px;}
	.grid-14	{width: 652px;}
	.grid-15	{width: 700px;}
	.grid-16	{width: 748px;}
	.grid-1-3	{width: 236px;}

}@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}

	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
		width: 300px;
		margin: 0 0 20px 0;
		float: none;
	}

}/* GERAL */@font-face {
  font-family: 'QuicksandRegular';
  src: url(/static/fonts/quicksand-regular-webfont.11a2a6c.woff2) format('woff2'),
    url(/static/fonts/quicksand-regular-webfont.7cb549a.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}@font-face {
  font-family: 'QuicksandMedium';
  src: url(/static/fonts/quicksand-medium-webfont.dd5f74e.woff2) format('woff2'),
    url(/static/fonts/quicksand-medium-webfont.5f7c6a9.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}@font-face {
  font-family: 'QuicksandLight';
  src: url(/static/fonts/quicksand-light-webfont.63ce043.woff2) format('woff2'),
    url(/static/fonts/quicksand-light-webfont.9f83afc.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}@font-face {
  font-family: 'QuicksandBold';
  src: url(/static/fonts/quicksand-bold-webfont.527d70f.woff2) format('woff2'),
    url(/static/fonts/quicksand-bold-webfont.1aeb828.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}body {
  font-family: 'QuicksandRegular', Arial, sans-serif;
  /*fbackground-color: #f8f8f8;/* CINZA BG*/
  background-color: #f1f1f1;
  /*CINZA BG*/
  overflow-x: hidden;
}p {
  font-family: 'QuicksandRegular', Arial, sans-serif;
  color: #848484;
  /* CINZA ESCURO */
}/* ::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
	background: #777;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #777;
} */.barra_superior {
  height: 3px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #ef6638;
  /* LARANHA TRUCKME */
  z-index: 999;
}.marca_dagua_branco {
  position: absolute;
  width: 613px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/static/img/marca-dagua-branco.png');
  /*position: fixed;*/
  left: -100px;
  top: 0px;
  z-index: 1;
}.marca_dagua_cinza {
  width: 600px;
  height: 653px;
  background-repeat: no-repeat;
  background-image: url('/static//img/marca-dagua-cinza.png');
  position: fixed;
  right: 150px;
  z-index: -1;
}.titulo_secao {
  font-family: 'QuicksandRegular', Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #ef6638;
  /* LARANHA TRUCKME */
}/* TEXTOS */.vermelho {
  /* background-color: #b1002a;
	color: #fff; */
  background-color: #fff;
  color: #ef6638;
  transition: all 0.3s linear;
}/* .vermelho:hover {
  background: #b1002a;
  Vermelho Escuro
  background-color: #ef6638;
	color: #fff;
} */.verde {
  /* background: #5db100; */
  /* Verde */
  background-color: #ef6638;
  /* Verde */
  color: #fff;
  transition: all 0.3s linear;
}.verde:hover {
  /* background: #5db100; */
  /* Verde Escuro*/
  background: #ef6638;
  /* Verde Escuro*/
}.azul {
  background: #0e6e92;
  /*AZUL ESCURO*/
  color: #fff;
  transition: all 0.3s linear;
}.azul:hover {
  background: #0e6e92;
  /*AZUL ESCURO*/
}.amarelo {
  background: #f5c400;
  /*AMARELO ESCURO*/
  color: #fff;
  transition: all 0.3s linear;
}.amarelo:hover {
  background: #f5c400;
  /*AMARELO ESCURO*/
}.laranja {
  background: #ef6638;
  /* LARANJA TRUCKME */
  color: #fff;
  transition: all 0.3s linear;
}.laranja:hover {
  background: #ef6638;
  /* LARANJA TRUCKME */
}.b_cinza {
  background: #848484;
  /* CINZA ESCURO */
  color: #fff;
  transition: all 0.3s linear;
}.b_cinza:hover {
  background: #848484;
  /* CINZA ESCURO */
}/* FONTES — os utilitários de texto foram para src/ods/tokens/utilitarios.css (Fase 7). */.branco {
  color: #fff;
}/* FORMULARIO */label {
  float: left;
  display: block;
  font-family: 'QuicksandBold', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #848484;
  /* CINZA ESCURO */
}input[type='text'],
input[type='date'],
input[type='password'] {
  /*float: left;*/
  display: block;
  /*margin: 10px 0px 10px -45px;*/

  font-family: 'QuicksandRegular', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #848484;
  /* CINZA ESCURO */

  background: transparent;
  padding: 10px 5px 5px 5px;
  border: none;
  border-bottom: 1px solid #dddbe1;
  /* CINZA MEDIO */
  /*width: 300px;*/
  outline: none;
  transition: all 0.3s linear;
}select {
  float: left;
  display: block;

  font-family: 'QuicksandRegular', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #848484;
  /* CINZA ESCURO */

  /*background-color: #fff;*/
  background: none;
  padding: 10px 5px 5px 5px;
  border-radius: 4px;
  border: 1px solid #dddbe1;
  /* CINZA MEDIO */
  width: 300px;
  outline: none;
  transition: all 0.3s linear;
}input[type='checkbox'] {
  display: none;
}input[type='checkbox']+label {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 30px;
  display: inline-block;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAASCAYAAAE79V5PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM5RjY5NzYxRUE3MTExRTdCMDgzQTQyMjlBMDcyQzZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM5RjY5NzYyRUE3MTExRTdCMDgzQTQyMjlBMDcyQzZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzlGNjk3NUZFQTcxMTFFN0IwODNBNDIyOUEwNzJDNkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzlGNjk3NjBFQTcxMTFFN0IwODNBNDIyOUEwNzJDNkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5p0XH0AAADKElEQVR42mL8////179//7IwMzMzgAALUIANyGEBCjJ0dHQwMAAFfr969eo/DAAEECMQ/wRiBkZGRrAWBphMS0vL/48fP/5n+Pnz5/+XL1/CtQAEEEjL7y9fvrDw8PCAdUyZMoUBaCbDv3//GIC6GJhQzAMCTU1NBg4ODjgfIADVY2wDMAwCwQ+KcOmh2IYdWIMxKV0hJcZSLOfL0/MntrQuiOhXvifkgt8TZrYKqgoaY+BMZqK1BncHnTOVchYTEVxz9omI5WRm9N538RWAKypHASCEgWFJoyBYWfsEf+e7fJeFIIhgtU7QLGwgjcxkDiXS6YvmnKKNxXlsa42YWcDwFkJQ00JaawnBWvslOYQxhnR0KwARR3LO9OBhN6xp/+OcI/zeHYgBD0GxvYd772SMUXVkrLVSKYW89xonpUQxRsG8AvBJxjYQwlAMzRVp06MUSLBFJmCUbJNhGCE9VXZIxQYUd+/nPgqIO3dI2PG3LSWoopL0vnuSNxyv7xbM53UhcivfhLXv++UcXHVpH5IKRF6iCoW1VogppTMsRL33JsbY3PEaZE23xzAMZp5nEWIViNRaTSmlkUnyiaiYpunMAeAu59zIavsXGEkPhMZxbGQS/Ufetk2c8R8u6XhZllYV22X5TJM+9QQE13WVMSiZaYYQtIFWFYoqoCB959ylgXvPbwE6K3sUCYEgCheTmqnX0EDNPYB4UzEz8wgG4g08xICBwfgVvNneXhicLWj87fp97/WbGCFQxFwWjvUeI6rIy/Wfdv5ipIBGMEarUmMjIagwz7Nt2+aVxbxib5qmPumiKCzP87+Br+WS6SS7AsGtu7Ysi03T5PtiqFEIfhlD0zTW973afz7UVib/bVCsLEur69qO43AaqnMaD51IksQ7MwyDSUofyiyW7buGY6oIg8Umv2ghyb0Dh5qmD3dt33db19UTiBPnmUWrsyyzrusc7eKTz5j50i5mwmmGZnyE5ZUgAcdx9ErQlxDlBNQpUFWVtW0bHnw/4BJ1lADPIJufBRphgX+4l2Ppc1wx+z/R6Sk6yTkJiFZUJuETclk6OcIWf4GR8wUB0CEqe4+g/AAAAABJRU5ErkJggg==);
  cursor: pointer;
}input[type='checkbox']:checked+label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAASCAYAAAE79V5PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMzNBMzMzRUE3MTExRTc5Nzg4QzBGRTYwQUQwM0MwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMzNBMzM0RUE3MTExRTc5Nzg4QzBGRTYwQUQwM0MwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzM0EzMzFFQTcxMTFFNzk3ODhDMEZFNjBBRDAzQzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIzM0EzMzJFQTcxMTFFNzk3ODhDMEZFNjBBRDAzQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bmZ+EAAAEH0lEQVR42mL8////VwYGBhYgzQAGQMbv2I0gCgIYQQIgFa/fvGbgYOdgAAggkMBPkMq/f/8yMDMzMzCAlK88VwdW/uvXr/9wzS9fvgTTAAEENqNsrx7LnfeXGT4DNe+Ohtj2588fBhYWFgYmEOf628sMvOwMDNz/GOAAJAlSBBBAcEthAGQ5ExMTAyMjI9jN//1XMfwPXM3w/+HbS3C3//j54z9T6V5tBj6gsWxAhXJCuggjgE5g6nS6wPDnLwMDOwsDCvj27RsDyM7/MIHfP/8yvP/4FswWFhZmAAggeLCABN58fwD01isgixEIgYr//mOQ4dIHup4Z7ECQD0COZWVlBfPBmo49WcLQdzKWgYsVYsM/oDPkeUwYWl1PozgFFAQg8PXrVwZOTk5IWN14e4iBlRkpOIAOFedUZ8AFQD4BBRnc2X/+/WTYfKed4eHHO0CrgTEBFOVjEGJINOtjYGVjgcfOhw8fwLZycXExAAQQRiSg2wD2xj9I9MEjBwL+gIxkgwT7P4bHH88DnQxR+PvvTwZJDh2gdzjAfgU5E4RBtkINYAJHxYOPpxlyd5oxsDLBbGRgUOYxYOjxPI/hmi9fvoCdDHTFH8Z///78T9giBNTxiQEWoV9/MDBMcrnFIC2kiqEZ5G+QC9jY2P4wvf/xlOHTT4RGsJOBgSXJr4w1HEBe+A1SAHI3J6sAAxsTE4oCkJe+//6EMxDhAcjJwscQpl3B8OEHRBMIcwODcMeNaVg1g9IsOD+CLIGl3etvdjPse7CM4fe/3wz/gankzacPDNnG0xkkhGTAUQTT+P37dwY+Pj5QEv2DkvDRwaePnxiA+QoetyBDeHl5YWn7D0CAyqqdpWEojJ421rQivsFBigq6CeLk0KmLP0BwKDh0EBcH/4Ozg4ugg6CDY10dXBSddBAEQUQRRUStCNJW0zRt/M6NN6bFR3PhLiHcc7/zunXBCLvcmitxdBQHVOCbs4gajWBBYzUarG49FM5xdL+Fs+cDPBavxGh2MPtwhGfbLiKdnEVmbBndbf2IxH4WhZawLEtdgpMGwf2Jy04Ra6dZ7F7n0MXGMTzRgqg2h6pGMT++gfRotmlmqE9NEmO2muoSpFqpV7DzWDmZxuFdDn0JD1SnQ2+CvouLpgYXkBrKhJJEVU4kinK5rGQhG1EvtxberDzLQ374TU8WghxidMCIhrcEKSag9qMC7kkkMTexjoH2YbkAVOM24rfIB1OY2L/dxOXTcShQas1pgyGoc3Wp8oKdiyXs3WxLNbxKtjyaqa/7NTXp7o11YnFyFamRGWm31j9BCcjSorbxeJzd83+c7GpJAKv+/OrGLl8DBx/ScNWKIbQb6jDTNP3Aazezp/hNA+qIaeBSsznWVOlnRm8Ccfv6yeEsSB0jDRiIk/MJw8Ak/StGrToAAAAASUVORK5CYII=);
}/*HOME LOGIN*/body.login {
  overflow: hidden;
}.title-divider{
  display: flex;
  justify-content: space-between;
  align-items: center;
}@keyframes animaBackground {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}.foto_background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  margin: 0px 0px;
  background-size: cover;
  background-position: center;

  animation: animaBackground 20s linear infinite alternate;
}.home {
  z-index: 3;
}div.login {
  position: absolute;
  width: 350px;
  padding: 15px 8px;
  box-sizing: border-box;
  /*background-color: rgba(0,0,0,0.5);*/
  top: 220px;
  right: 50px;
  z-index: 2;
  overflow: hidden;
}/*CADASTRO EMBARCADOR*/.topo img.logo_cadastro {
  margin: 30px 0px 0px 0px;
}.titulo_pagina {
  margin: 50px 0px 0px 0px;
}a.tabs_on:after {
  content: ' ';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ef6638;
  /* LARANHA TRUCKME */
  margin: 5px 0px 0px 0px;
  border-radius: 150px;
}a.tabs {
  float: left;
  display: inline-block;
  margin: 50px 40px 0px 0px;

  color: #9a95a7;
  /* CINZA */
  font-size: 11px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}a.tabs:hover {
  color: #ef6638;
  /* LARANHA TRUCKME */
}a.tabs_on {
  color: #ef6638;
  /* LARANHA TRUCKME */
}/* O painel é dono da própria aparência — ver OdsPanel.vue (Fase 7). */.form_embarcador {
  margin: 20px 0px 20px 0px;
}/* O intervalo de datas foi para o OdsDatePicker.vue (Fase 7). */input#campo_razao {
  margin: 10px 0px 20px -83px;
  width: 340px;
}label.lbl_fantasia {
  margin-left: 20px;
}input#campo_fantasia {
  margin: 10px 0px 20px -91px;
  width: 340px;
}label.lbl_cnpj {
  margin-left: 20px;
}input#campo_cnpj {
  margin: 10px 0px 20px -29px;
  width: 220px;
}input#campo_estadual {
  margin: 10px 0px 20px -123px;
  width: 160px;
}label.lbl_abertura {
  margin-left: 20px;
}input#campo_abertura {
  margin: 9px 0px 20px -111px;
  padding: 10px 5px 0px 5px;
  width: 160px;
}label.lbl_cep {
  margin-top: 100px;
  margin-left: -340px;
}input#campo_cep {
  margin: 109px 0px 20px -340px;
  width: 160px;
}label.lbl_logradouro {
  margin-top: 155px;
  margin-left: -340px;
}input#campo_logradouro {
  margin: 164px 0px 20px -340px;
  width: 700px;
}label.lbl_numero {
  margin-top: 155px;
  margin-left: 20px;
}input#campo_numero {
  margin: -1px 0px 20px 19px;
  width: 220px;
}input#campo_complemento {
  margin: 10px 0px 20px -85px;
  width: 460px;
}label.lbl_bairro {
  margin-left: 20px;
}input#campo_bairro {
  margin: 0px 0px 20px 19px;
  width: 460px;
}input#campo_municipio {
  margin: 10px 0px 20px -60px;
  width: 460px;
}label.lbl_uf {
  margin-left: 20px;
}input#campo_uf {
  margin: 10px 0px 20px -14px;
  width: 160px;
}label.lbl_pais {
  margin-left: 20px;
}input#campo_pais {
  margin: 10px 0px 20px -24px;
  width: 160px;
}label.lbl_cnae {
  margin-top: 100px;
  margin-left: -820px;
}select#campo_cnae {
  margin: 120px 0px 10px -821px;
  width: 160px;
}label.lbl_segmento {
  margin-top: 43px;
  margin-left: 20px;
}select#campo_segmento {
  margin: 62px 0px 10px -138px;
  width: 460px;
}label.lbl_porte {
  margin-top: 43px;
  margin-left: 20px;
}select#campo_porte {
  margin: 62px 0px 10px -113px;
  width: 280px;
}label.lbl_banco {
  margin-top: 15px;
  margin-left: 0px;
}select#campo_banco {
  margin: 32px 0px 10px -40px;
  width: 460px;
}label.lbl_agencia {
  margin-top: 20px;
  margin-left: 20px;
}input#campo_agencia {
  margin: 34px 0px 20px -50px;
  width: 160px;
}label.lbl_conta {
  margin-top: 20px;
  margin-left: 20px;
}input#campo_conta {
  margin: 34px 0px 20px -104px;
  width: 160px;
}label.lbl_nome {
  margin-top: 20px;
  margin-left: 0px;
}input#campo_nome {
  margin: 29px 0px 20px -97px;
  width: 280px;
}label.lbl_cpf {
  margin-top: 20px;
  margin-left: 20px;
}input#campo_cpf {
  margin: 29px 0px 20px -22px;
  width: 160px;
}label.lbl_email {
  margin-top: 20px;
  margin-left: 20px;
}input#campo_email {
  margin: -1px 0px 20px 20px;
  width: 460px;
}label.lbl_nascimento {
  margin-top: 10px;
  margin-left: 0px;
}input#campo_nascimento {
  margin: 19px 0px 20px -126px;
  width: 160px;
}label.lbl_telefone {
  margin-top: 10px;
  margin-left: 20px;
}input#campo_telefone {
  margin: 24px 0px 20px -58px;
  width: 160px;
}label.lbl_celular {
  margin-top: 10px;
  margin-left: 20px;
}input#campo_celular {
  margin: 24px 0px 20px -52px;
  width: 160px;
}label.lbl_whatsapp {
  margin-top: 29px;
  margin-left: 20px;
}label.legenda_whatsapp {
  margin-top: 33.5px;
  margin-left: 3px;
}label.lbl_cargo {
  margin-top: 79px;
  margin-left: -641px;
}select#campo_cargo {
  margin: 99px 0px 10px -642px;
  width: 280px;
}div.toolbar {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
  z-index: 3;
}div.botao_avancar {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 3;
}label.lbl_senha {
  margin-top: 79px;
  margin-left: -345px;
}input#campo_senha {
  margin: 101.5px 0px 20px -346px;
  width: 160px;
}label.lbl_rsenha {
  margin-top: 79px;
  margin-left: -167px;
}input#campo_rsenha {
  margin: 101.5px 0px 20px -168px;
  width: 160px;
}/* BOTOES *//**
 * O `.btn` saiu inteiro.
 *
 * As variantes (`.btn.laranja`, `.btn.branco`, `.btn.small` e os estados desabilitados) foram
 * removidas na Fase 8: viraram `variant` do `OdsLink` e do `OdsButton`, e ficaram sem nenhum
 * consumidor. A metade `.el-button` dessas regras já tinha ido para o `OdsButton.vue`.
 *
 * A base ficou mais um tempo por causa de **um** elemento: o `<button class="btn">` do
 * `DelhateSaldo.vue`, que virou `<ods-button variant="secondary">`. Com ele, `class="btn"`
 * chegou a zero ocorrência no produto — o `contagem.spec.js` trava esse zero.
 *
 * O que a base declarava (fonte, caixa alta, `letter-spacing`, raio, `margin`, `padding` e
 * `cursor`) está hoje no `.ods-button` e no `.ods-link`, declaração por declaração. O que ela
 * NÃO declarava — fundo, `color` e `border` estavam comentados aqui — deixava aquele botão com o
 * cinza do navegador (#efefef, 37px, borda `2px outset`) em vez do branco de 34px dos outros
 * "Fechar" do produto.
 *
 * **Essa diferença nunca chegou à tela.** O `DelhateSaldo.vue` não é importado por ninguém — sem
 * rota, sem registro global, sem `<component :is>` — e não aparece no bundle. O arquivo é órfão, o
 * defeito era latente, e a conversão vale pelo que destravou aqui, não por corrigir algo visível.
 * Deletar o componente é decisão de produto, e está fora desta card.
 */.sub_btn {
  font-size: 9px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
}/* (rótulo do switch — ver OdsSwitch.vue) *//*OPERACIONAL*/.operacional {
  /*background-color: green;*/

  margin: 180px 0px 0px 202px;
  width: 1200px;
  height: auto;
}.tabuladores {
  display: table;
  margin: 0px 0px 0px 0px;
}.ferramentas {
  clear: both;
  display: table;
  margin: 50px 0px 0px 0px;
}.ferramentas .form_filtrar {
  margin: -34px 0px 0px 230px;
}.ferramentas .form_filtrar #campo_filtro {
  margin: 10px 0px 10px -74px;
  /*background-color: #f8f8f8;*/
  /*CINZA BG*/
  border-bottom: 1px solid #848484;
}select#campo_tipo {
  margin: 10px 0px 10px -88px;
  /*background-color: #f8f8f8;*/
  /*CINZA BG*/
  border: 1px solid #848484;
  /* CINZA MEDIO */
  width: 200px;
}.colunas {
  margin: 30px 0px 0px 0px;
  width: auto;
  height: auto;
}ul.coluna {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #dddbe1;
  width: 97%;
  min-height: 490px;
  padding: 5px;
}@keyframes piscaBotao {
  from {
    background-color: #d0d0d0;
    /*CINZA*/
    background-image: url(data:image/png;base64,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);
  }

  to {
    background-color: #ef6638;
    /*LARANJA*/
    background-image: url(data:image/png;base64,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);
  }
}.pisca {
  animation: piscaBotao 0.8s linear infinite;
}li.carga {
  display: flex;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-right: none;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  cursor: move;
  margin: 0px 0px 5px 0px;
  justify-content: space-between;
}li.carga:hover {
  background-color: #fafafa;
}.numero_carga {
  margin: 4px 0px 0px 5px;
}.t_origem_carga {
  float: left;
  margin: 4px 0px 0px 5px;
}.t_destino_carga {
  float: left;
  margin: -5px 0px 0px 5px;
}.origem_carga {
  margin: 4px 0px 0px 52px;
}.destino_carga {
  margin: -5px 0px 0px 52px;
}.btn_carga {
  width: 20px;
  height: 50%;
  color: #fff;
  cursor: pointer;
}.btn_detalhes_carga {
  background-color: #dddddd;
  /*AZUL ESCURO*/

  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAFM0aXcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAXlJREFUeNpi+v//P8P///8ZmBgYGBj27du3DQAAAP//YoKL7Nu3z52BgYEBAAAA//9i+v//P8PevXsZ9u7dOxeuFgpWMDAwMAAAAAD//4LrQTfNat++fQwMDAxwLVYMDAx+yAKLGBgYNjEwMDAAAAAA//9UjTENwEAQwzwXR5EY0zOo1OkplEEfQlCUUJfTS5fJQ+JsRz0dSc4k3VmZwAO8xe0DYAA3sIp7QUX91Evdqx8AAP//wvAHNj/BsC+MjW43A8xL6PYaIrm2h4GBIRlZ8jEDA8M+KHsfAwPDMWTJNwwMDNsYGBieQOnr2OzciGEn1J8MTk5OOTA2AwMDAwAAAP//jJGxDYMADAQPZQZatqBM832adIyQETIMdToo0v8ErBExBYLGhUEEsOTCL7/8/j/886xXZ5Mf2C5tv23fM75nxV5VkVnzb2FLboAJmIEhsFfMM/A9In+AG1AAdWBtzAXwuCp7BPrI5Vx2igRJP0lPSV3Gcy0DAD7F0nFkmR1ZAAAAAElFTkSuQmCC);

  border-bottom: 1px solid #efefef;
}.btn_detalhes_carga:hover {
  background-color: #0e6e92;
  /*AZUL ESCURO*/
  background-image: url(data:image/png;base64,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);
}.btn_alerta_carga {
  background-color: #dddddd;
  /*CINZA*/

  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,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);
}.btn_alerta_carga_selecionado {
  background-color: #ef6638;
  /*LARANJA*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAFM0aXcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAXpJREFUeNpi+v//P8P///8ZmBgg4D8AAAD//2JCFvnPwMDAAAAAAP//gom8+w8BcLVCDAwMkQwMDAwAAAAA//+CqdBAN+06AwNDEgMDA1yAgYGBIRRZYAYDA4MnAwMDAwAAAP//gtsLxSf///+fjCyGbMR/BgYGMwYGhjkMDAyLYIIwBVsYUEEsAwODDrICHwYGBkYGBoZaBgYGFSj7CgMDAwMAAAD//0J3gycu++0YGBhWMTAwsKPbrcTAwHCQgYGBh4GB4Qe6pAEDFgCTlEUTZ4FJKjAwMExAk3wJk3wAdb4+NCgZGRgYhNED/BZUAg4AAAAA//+E0jEOAWEUxPEfQSsqJ1A5gVKpdoBFrVW4g05HSITSCZxIp6b5NG+TzRe7Jplm3vsXk0zes+p1SumeUurW/bR/lFjijT3m+OCEfl3bUjOc0cvyFXb/4K56dZrgEY4N8CLcyuEBpnjE7m64hK+VbIxhDr9wiD0W2MZeJjGmIm4bPEv4OwB2Fabs6ANCwAAAAABJRU5ErkJggg==) !important;
}.btn_alerta_carga:hover {
  background-color: #ef6638;
  /*LARANJA*/
  background-image: url(data:image/png;base64,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);
}.btn_avanca_carga {
  background-color: #dddddd;
  /*VERDE*/

  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,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);
}.btn_avanca_carga:hover {
  background-color: #5db100;
  /*VERDE*/
  background-image: url(data:image/png;base64,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);
}/*MEUS DADOS*/section.resultado {
  position: relative;
  width: 960px;
  height: auto;
  margin: 50px 0px 20px 202px;
}section.resultado .campos {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #dddbe1;
  /*height: auto;*/
  padding: 10px;

  z-index: 2;
}p.subtitulo {
  position: relative;
  display: table;
  float: left;
  margin: 35px 772px 11px 0px;
}#meus_dados {
  display: table;
  height: auto;
}#colaboradores,
#parceiros {
  height: auto;
  display: none;
}.f_colaborador,
.f_parceiro {
  display: none;
}.ferramentas .f_colaborador .form_filtrar #campo_filtro,
.ferramentas .f_parceiro .form_filtrar #campo_filtro {
  margin: 10px 0px 10px -46px;
}.linha_separadora {
  height: 1px;
  background-color: #dddbe1;
  /* CINZA MEDIO */
}ul.usuarios {
  display: inline-block;
}ul li.usuario {
  float: left;
  width: 960px;
  height: auto;
  margin: 0px 0px 20px 0px;
}ul li.usuario p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: lighter;
}ul li.usuario p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;
}ul li.usuario p.titulo.dados_usuario {
  margin: 10px 10px 0px 0px;
  display: inline-block;
  width: 300px;
}ul li.usuario p.campo.dados_usuario {
  margin: 10px 10px 10px 0px;
  display: inline-block;
  width: 300px;
}ul li.usuario p.nome_usuario {
  font-size: 22px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;
  margin: 20px 10px 10px 0px;
  width: 790px;
  float: left;
}ul li.usuario a.btn_editar_usuario {
  margin: 10px 0px 0px 51px;
}ul li.usuario div.linha_separadora {
  width: 940px;
  margin: 45px 0px 10px 0px;
}ul li.usuario a.btn_remover_parceiro {
  margin: 10px 0px 0px 34px;
}/*FRETE*/#dados_oferta {
  display: table;
  height: auto;
  width: 960px;
}#pagamento,
#transportador {
  height: auto;
  display: none;
}.form_oferta {
  display: table;
}#dados_oferta p.negrito.t12.cinza {
  margin-bottom: 8px;
}#dados_oferta #FormOferta label.lbl_oferta {
  margin: 10px 0px 0px 0px;
}#dados_oferta #FormOferta input#campo_oferta {
  margin: 20px 0px 20px -110px;
  width: 125px;
}#dados_oferta #FormOferta label.lbl_origem {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormOferta input#campo_origem {
  margin: 20px 0px 20px -98px;
}#dados_oferta #FormOferta label.lbl_destino {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormOferta input#campo_destino {
  margin: 20px 0px 20px -104px;
}#dados_oferta #FormOferta label.lbl_coleta {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormOferta input#campo_coleta {
  margin: 18px 0px 20px -78px;
  width: 158px;
  padding-bottom: 1px;
}#dados_oferta #FormOferta label.lbl_produto {
  margin: 10px 0px 0px 0px;
}#dados_oferta #FormOferta input#campo_produto {
  margin: 20px 0px 20px -93px;
  width: 445px;
}#dados_oferta #FormOferta label.lbl_embalagem {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormOferta input#campo_embalagem {
  margin: 20px 0px 20px -69px;
}#dados_oferta #FormOferta label.lbl_peso {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormOferta select#campo_peso {
  margin: 3px 0px 20px 18px;
  width: 158px;
  padding: 5px;
}#dados_oferta #FormOferta label.lbl_total_nf {
  margin: 10px 0px 0px 0px;
}#dados_oferta #FormOferta input#campo_total_nf {
  margin: 20px 0px 20px -156px;
  width: 160px;
}.complemento_oferta {
  margin: 20px 0px 20px 0px;
  height: auto;
}.sub_oferta {
  height: auto;
  display: table;
  margin: 50px 0px 30px 0px;
  border-bottom: dashed 1px #0e6e92;
  /*AZUL ESCURO*/
  padding-bottom: 20px;
}.form_suboferta {
  display: table;
}#dados_oferta #FormSubOferta label.lbl_oferta {
  margin: 10px 0px 0px 0px;
}#dados_oferta #FormSubOferta input#campo_oferta {
  margin: 20px 0px 20px -70px;
  width: 125px;
}#dados_oferta #FormSubOferta label.lbl_origem {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormSubOferta input#campo_origem {
  margin: 20px 0px 20px -98px;
}#dados_oferta #FormSubOferta label.lbl_destino {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormSubOferta input#campo_destino {
  margin: 20px 0px 20px -104px;
}#dados_oferta #FormSubOferta label.lbl_produto {
  margin: 78px 0px 0px -766px;
}#dados_oferta #FormSubOferta input#campo_produto {
  margin: 20px 0px 20px -93px;
  width: 445px;
}#dados_oferta #FormSubOferta label.lbl_embalagem {
  margin: 10px 0px 0px 20px;
}#dados_oferta #FormSubOferta input#campo_embalagem {
  margin: 20px 0px 20px -69px;
}#dados_oferta #FormSubOferta input#campo_embalagem {
  margin: 20px 0px 20px -69px;
}.sub_oferta a.btn.laranja {
  margin: 30px 0px 0px 0px;
  display: table;
}#pagamento #FormOferta label.lbl_valor_oferta {
  margin: 20px 0px 0px 0px;
}#pagamento #FormOferta input#campo_valor_oferta {
  margin: 30px 0px 20px -132px;
  width: 165px;
}#pagamento #FormOferta label.lbl_valor_pedagio {
  margin: 20px 0px 0px 20px;
}#pagamento #FormOferta input#campo_valor_pedagio {
  margin: 30px 0px 20px -120px;
  width: 165px;
}#pagamento #FormOferta label.lbl_valor_descarga {
  margin: 20px 0px 0px 20px;
}#pagamento #FormOferta input#campo_valor_descarga {
  margin: 30px 0px 20px -130px;
  width: 165px;
}#transportador #FormOferta label.lbl_veiculo {
  margin: 20px 0px 0px 0px;
}#transportador #FormOferta select#campo_veiculo {
  margin: 36px 0px 20px -90px;
  width: 165px;
  padding: 5px;
}#transportador #FormOferta label.lbl_carroceria {
  margin: 20px 0px 0px 20px;
}#transportador #FormOferta select#campo_carroceria {
  margin: 36px 0px 20px -113px;
  width: 165px;
  padding: 5px;
}#transportador #FormOferta p.subtitulo.requisito {
  margin: 90px 0px 10px -348px;
}#transportador #FormOferta label.lbl_gris {
  margin-top: 136px;
  margin-left: -350px;
}#transportador #FormOferta label.legenda_gris {
  margin-top: 140.5px;
  margin-left: -313px;
}#transportador #FormOferta label.lbl_rastreador {
  margin-top: 136px;
  margin-left: -236px;
}#transportador #FormOferta label.legenda_rastreador {
  margin-top: 140.5px;
  margin-left: -198px;
}#transportador #FormOferta label.lbl_temperatura {
  margin-top: 136px;
  margin-left: -75px;
}#transportador #FormOferta label.legenda_temperatura {
  margin-top: 140.5px;
  margin-left: -36px;
}#transportador #FormOferta p.subtitulo.direcionamento {
  margin: 183px 0px 10px -507px;
}#transportador #FormOferta label.lbl_direcionamento {
  margin: 226px 0px 0px -507px;
}#transportador #FormOferta select#campo_direcionamento {
  margin: 242px 0px 20px -507px;
  width: 350px;
  padding: 5px;
}#transportador #FormOferta p.subtitulo.detalhes {
  margin: 297px 0px 10px -507px;
}#transportador #FormOferta label.lbl_observacao {
  margin: 338px 0px 0px -507px;
}#transportador #FormOferta textarea#campo_observacao {
  margin: 352px 0px 20px -507px;
  width: 506px;
}/*MEUS FRETES*/#historico {
  display: table;
  height: auto;
  width: 960px;
}#rascunhos {
  height: auto;
  display: none;
  width: 960px;
}ul.fretes {
  display: inline-block;
}ul li.frete {
  float: left;
  width: 960px;
  height: auto;
  margin: 0px 0px 20px 0px;
}ul li.frete p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 10px 0px 0px;
  display: inline-block;
  width: 300px;
}ul li.frete p.titulo:nth-of-type(3) {
  width: 160px;
}ul li.frete p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;
}ul li.frete p.titulo.dados_frete {
  margin: 10px 10px 0px 0px;
  display: inline-block;
  width: 300px;
}ul li.frete p.campo.dados_frete {
  margin: 10px 10px 10px 0px;
  display: inline-block;
  width: 300px;
}ul li.frete p.nome_frete {
  font-size: 22px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;
  /*margin: 20px 10px 10px 0px;*/
  /*width: 790px;*/
  /*float: left;*/

  margin: 20px 10px 10px 0px;
  display: inline-block;
  width: 300px;
}ul li.frete a.btn_editar_frete {
  margin: 0px 0px 0px 48px;
}ul li.frete div.linha_separadora {
  width: 940px;
  margin: 10px 0px 10px 0px;
}ul li.frete a.btn_remover_parceiro {
  margin: 10px 0px 0px 34px;
}/*JANELAS MODAIS*/.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 26px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
}/*JANELA ALERTAS*/#modal-alert {
  display: none;
}/*MODAL FRETE NEGOCIACAO*/#frete_negociacao {
  display: none;
}.negociacao_detalhes_carga {
  height: 300px;
}.negociacao_detalhes_carga .relacao_destinos {
  margin: 0px 0px 10px 0px;
  width: 890px;
  height: auto;
  max-height: 130px;
  overflow-y: scroll;
}.negociacao_detalhes_carga .bloco {
  margin: 0px 10px 10px 0px;
  width: 434px;
  height: 255px;
  display: inline-block;
  overflow: hidden;
}.negociacao_detalhes_carga .mapa {
  border: 1px solid #dddbe1;
  height: 245px;
  margin: 10px 0px 0px 10px;
  width: 424px;
}.negociacao_detalhes_carga p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 0px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_detalhes_carga p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 10px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_detalhes_carga p.titulo.total,
.negociacao_detalhes_carga p.campo.total {
  width: 880px;
  margin-bottom: 20px;
}.negociacao_detalhes_carga p.titulo.total_bloco,
.negociacao_detalhes_carga p.campo.total_bloco {
  width: 424px;
}.negociacao_detalhes_carga p.titulo.meio_bloco,
.negociacao_detalhes_carga p.campo.meio_bloco {
  width: 204px;
}.negociacao_detalhes_carga p.titulo.um_terco,
.negociacao_detalhes_carga p.campo.um_terco {
  width: 284px;
}.negociacao_detalhes_carga p.titulo.um_quarto,
.negociacao_detalhes_carga p.campo.um_quarto {
  width: 210px;
}.negociacao_detalhes_carga .linha_separadora {
  margin: 10px 0px 10px 10px;
  width: 880px;
}.negociacao_detalhes_carga p.titulo.destino,
.negociacao_detalhes_carga p.campo.destino {
  width: 285px;
}.negociacao_detalhes_carga p.titulo.produto,
.negociacao_detalhes_carga p.campo.produto {
  width: 375px;
}.negociacao_detalhes_carga p.titulo.peso,
.negociacao_detalhes_carga p.campo.peso {
  width: 175px;
}.negociacao_detalhes_carga .relacao_destinos .linha_separadora {
  width: 860px;
}.negociacao_detalhes_carga a.btn_transportadores {
  margin: 20px 0px 10px 664px;
  display: table;
}/*MODAL FRETE NEGOCIACAO TRANSPORTADORES*/#frete_negociacao_transportadores {
  display: none;
}.relacao_motoristas {
  height: 300px;
}.relacao_motoristas .bloco {
  margin: 10px 0px 10px 10px;
  width: 250.5px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #dddbe1;
  border-right: 1px solid #dddbe1;
}.relacao_motoristas p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 0px 10px;
  display: inline-block;
  width: 240px;
}.relacao_motoristas p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 10px 10px;
  display: inline-block;
  width: 240px;
}.relacao_motoristas p.titulo.nome,
.relacao_motoristas p.campo.nome {
  width: 240px;
}.relacao_motoristas p.titulo.qualificacao,
.relacao_motoristas p.campo.qualificacao {
  width: 110px;
}.relacao_motoristas p.titulo.valor,
.relacao_motoristas p.campo.valor {
  width: 110px;
}.relacao_motoristas a.btn_msg_transportador {
  margin: 10px 0px 10px 39px;
  display: table;
}.relacao_motoristas a.btn_detalhes_transportador {
  margin: 0px 0px 0px 0px;
  display: table;
}.relacao_motoristas a.btn_contrata_transportador {
  margin: -30px 0px 10px 122px;
  display: table;
}/*MODAL ORDEM DE COLETA*/#ordem_coleta {
  display: none;
}.negociacao_ordem_coleta {
  height: 300px;
}.negociacao_ordem_coleta .relacao_destinos {
  margin: 0px 0px 10px 0px;
  width: 890px;
  height: auto;
  max-height: 130px;
  overflow-y: scroll;
}.negociacao_ordem_coleta .linha_separadora {
  margin: 10px 0px 10px 10px;
  width: 880px;
}.negociacao_ordem_coleta p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 0px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_ordem_coleta p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 10px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_ordem_coleta p.titulo.total,
.negociacao_ordem_coleta p.campo.total {
  width: 880px;
  margin-bottom: 20px;
}.negociacao_ordem_coleta p.titulo.meio,
.negociacao_ordem_coleta p.campo.meio {
  width: 440px;
}.negociacao_ordem_coleta p.titulo.destino,
.negociacao_ordem_coleta p.campo.destino {
  width: 285px;
}.negociacao_ordem_coleta p.titulo.produto,
.negociacao_ordem_coleta p.campo.produto {
  width: 375px;
}.negociacao_ordem_coleta p.titulo.peso,
.negociacao_ordem_coleta p.campo.peso {
  width: 175px;
}.negociacao_ordem_coleta p.titulo.um_terco,
.negociacao_ordem_coleta p.campo.um_terco {
  width: 284px;
}.negociacao_ordem_coleta p.titulo.um_quarto,
.negociacao_ordem_coleta p.campo.um_quarto {
  width: 210px;
}.negociacao_ordem_coleta .bloco {
  margin: 0px 10px 10px 0px;
  width: 434px;
  height: 44px;
  display: inline-block;
  overflow: hidden;
}.negociacao_ordem_coleta label.lbl_descarga {
  margin-top: 24px;
  margin-left: 0px;
}.negociacao_ordem_coleta label.legenda_descarga {
  margin-top: 28.5px;
  margin-left: 3px;
}.negociacao_ordem_coleta label.lbl_pedagio {
  margin-top: 24px;
  margin-left: 35px;
}.negociacao_ordem_coleta label.legenda_pedagio {
  margin-top: 28.5px;
  margin-left: 3px;
}.negociacao_ordem_coleta textarea#campo_observacao {
  margin-top: 0px;
  margin-left: 10px;
  width: 880px;
  height: 100px;
}.negociacao_ordem_coleta a.btn_ficha_motorista {
  margin: 10px 0px 10px 10px;
  display: table;
}.negociacao_ordem_coleta a.btn_ordem_coleta {
  margin: -40px 0px 10px 210px;
  display: table;
}/*MODAL CARREGAMENTO CONCLUIDO*/#carregamento_concluido {
  display: none;
}.negociacao_carregamento {
  height: 300px;
}.negociacao_carregamento .relacao_destinos {
  margin: 0px 0px 10px 0px;
  width: 890px;
  height: auto;
  max-height: 130px;
  overflow-y: scroll;
}.negociacao_carregamento .linha_separadora {
  margin: 10px 0px 10px 10px;
  width: 880px;
}.negociacao_carregamento p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 0px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_carregamento p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 10px 10px;
  display: inline-block;
  width: 300px;
}.negociacao_carregamento p.titulo.total,
.negociacao_carregamento p.campo.total {
  width: 880px;
  /*margin-bottom: 20px;*/
}.negociacao_carregamento p.titulo.meio,
.negociacao_carregamento p.campo.meio {
  width: 440px;
}.negociacao_carregamento p.titulo.destino,
.negociacao_carregamento p.campo.destino {
  width: 285px;
}.negociacao_carregamento p.titulo.produto,
.negociacao_carregamento p.campo.produto {
  width: 375px;
}.negociacao_carregamento p.titulo.peso,
.negociacao_carregamento p.campo.peso {
  width: 175px;
}.negociacao_carregamento p.titulo.um_terco,
.negociacao_carregamento p.campo.um_terco {
  width: 284px;
}.negociacao_carregamento p.titulo.um_quarto,
.negociacao_carregamento p.campo.um_quarto {
  width: 210px;
}.negociacao_carregamento label.lbl_xml {
  margin: 10px 0px 10px 10px;
}.negociacao_carregamento input[type='file']#campo_xml {
  margin: 0px 0px 20px 10px;
  width: 424px;
  border: 1px dashed #dddbe1;
  padding: 20px;
}.negociacao_carregamento a.btn_confirmar_nfe {
  margin: 0px 0px 10px 10px;
  display: table;
}.negociacao_carregamento .bloco {
  margin: 0px 10px 10px 0px;
  width: 437px;
  height: 94px;
  display: inline-block;
  overflow: hidden;
}.negociacao_carregamento .bloco.rolagem {
  overflow-x: hidden;
  overflow-y: scroll;
}.negociacao_carregamento p.titulo.total_bloco,
.negociacao_carregamento p.campo.total_bloco {
  width: 424px;
}.negociacao_carregamento p.titulo.meio_bloco,
.negociacao_carregamento p.campo.meio_bloco {
  width: 204px;
}.negociacao_carregamento p.campo.arquivo_xml {
  width: 350px;
  margin: 10px 0px 0px 10px;
}.negociacao_carregamento .linha_tempo {
  width: 880px;
  margin: 10px 0px 10px 10px;
  height: 50px;
}.negociacao_carregamento a.btn_autorizar_cte {
  margin: -40px 0px 10px 736px;
  display: table;
}.negociacao_carregamento a.btn_dacte {
  margin: 18px 0px 10px 10px;
  display: table;
}.negociacao_carregamento a.btn_mdfe {
  margin: -40px 0px 10px 110px;
  display: table;
}.negociacao_carregamento .circulo_tempo {
  width: 40px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  border-radius: 100px;
  float: left;
}.negociacao_carregamento .circulo_tempo.verde {
  background: #5db100;
  /* Verde */
}.negociacao_carregamento .circulo_tempo.cinza {
  background: #bbbde1;
  /* Cinza */
}.negociacao_carregamento .tracejado_tempo {
  width: 136px;
  height: 0px;
  margin: 20px 0px 0px 0px;
  border: none;
  border-bottom: 1px dashed;
  float: left;
}.negociacao_carregamento .tracejado_tempo.verde {
  border-color: #5db100;
  /* Verde */
}.negociacao_carregamento .tracejado_tempo.cinza {
  border-color: #bbbde1;
  /* Cinza */
}.negociacao_carregamento p.legenda_tempo {
  width: 130px;
  margin: -19px 2px 0px 44px;
  float: left;
}/*MODAL HISTORICO MENSAGENS*/#historico_mensagens {
  display: none;
}.box_mensagem {
  margin: 0px 0px 10px 0px;
  width: 800px;
  height: 100px;
  border: none;
  border-top: 1px solid #ef6638;
}.box_mensagem textarea#campo_msg {
  margin: 10px 0px 10px 10px;
  width: 484px;
  height: 84px;
}.box_mensagem a.btn_enviar_msg {
  margin: 64px 0px 0px 500px;
  display: table;
}.conversas {
  margin: 0px 0px 0px 0px;
  width: 800px;
  height: 300px;
  overflow-y: scroll;
}.conversas .linha_separadora {
  margin: 10px 0px 10px 10px;
  width: 780px;
}.box_mensagem p.titulo,
.conversas p.titulo {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 0px 10px;
  display: inline-block;
  width: 300px;
}.conversas p.campo {
  font-size: 12px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #848484;

  margin: 10px 0px 10px 10px;
  display: inline-block;
  width: 300px;
}.conversas p.titulo.total,
.conversas p.campo.total {
  width: 780px;
  /*margin-bottom: 20px;*/
}/* `.el-message__content` foi para o `OdsMessage` (Fase 7). */.esquerda {
  float: left;
}.direita {
  float: right;
}/* O CSS do sweetalert saiu junto com a biblioteca: as caixas do produto são o
   OdsAlertBox e o OdsConfirm, que trazem a própria identidade. */.campo {
  margin-top: 9px;
}.principal {
  font-weight: bold;
  font-size: 14px !important;
}.el-row.header {
  padding: 10px;
}.el-row.header .title {
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: lighter;
}/* O checkbox é dono da própria aparência — ver OdsCheckbox.vue (Fase 7). *//* O badge é dono da própria aparência — ver OdsBadge.vue (Fase 7). */textarea {
  overflow-x: hidden;
}.v-modal-leave {
  animation: none !important;
}.campos fieldset {
  border-top: 1px dotted #ef6638;
  border-right: 1px dotted #ef6638;
  padding: 5px 15px 5px 0;
}.campos fieldset legend {
  letter-spacing: 0.1em;
  font-weight: lighter;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}.link {
  color: #ef6638;
  text-decoration: underline;
  cursor: pointer;
}.fieldset {
  border-top: 1px dotted #ef6638;
  border-left: 1px dotted #ef6638;
  padding-top: 10px;
  padding-bottom: 10px;
}.fieldset legend {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}/* Defina um nome de classe para o spinner */.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Cor do traço do spinner */
  border-top: 4px solid #ef6638; /* Cor da parte superior do spinner (pode ser personalizado) */
  border-radius: 50%; /* Isso cria um círculo */
  animation: spin 1s linear infinite; /* Animação chamada "spin" */
}.spinner.small {
  width: 20px;
  height: 20px;
}/* O rádio é dono da própria aparência — ver OdsRadio.vue (Fase 7). *//* Defina a animação chamada "spin" */@keyframes spin {
  0% { transform: rotate(0deg); } /* Começa a partir de 0 graus de rotação */
  100% { transform: rotate(360deg); } /* Completa uma volta de 360 graus */
}/* TABLET */@media only screen and (min-width: 768px) and (max-width: 959px) {

	body {
		overflow-x: hidden;
	}

	.cabecalho {
		position: relative;
	}

}/* SMARTPHONE */@media only screen and (max-width: 767px) {

	body {
		overflow-x: hidden;
	}

	/*
	 * O `.btn` daqui saiu junto com a base no `estilos.css`: `class="btn"` chegou a zero
	 * ocorrência no produto. Ele encurtava o botão em telas estreitas (padding 5px/8px no lugar
	 * de 12px/10px, ~26px de altura em vez de 34px) e valia para o tamanho padrão — os `small`
	 * perdiam para o `.el-button--small`, mais específico.
	 *
	 * Não foi reposto como `.ods-button`: nenhum componente do ODS tem `@media`, e este arquivo
	 * é um fóssil do layout antigo (`rodape`, `form_login` e `funcoe` já não têm consumidor).
	 * Repor sem desenho e sem QA em tela estreita seria inventar comportamento.
	 */

	/*LOGIN*/

	.bg img{
		width: 300px;
	}

	.form_login input {
    	width: 260px;
	}

	/* RODAPE */

	.rodape .container .grid-2, .rodape .container .grid-14{
		text-align: center;
	}

	.rodape {
		padding: 40px 0 10px 0;
		position: relative;
	}


	.cabecalho {
		position: relative;
		text-align: center;
	}

	
	.cabecalho .container .grid-16 img{
		float: none;
		display: block;
		margin: 20px auto;
	}

	.cabecalho .container .grid-16 p{
		float: none;
		display: block;
		margin: 30px auto 10px auto;
		text-align: center;
		width: auto;
	}

	.cabecalho .container .grid-16 a{
		float: none;
		margin: 20px auto 0px auto;		
	}

	.funcoes{
		margin-top:20px;		
	}


}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}.animated.infinite {
  animation-iteration-count: infinite;
}.animated.hinge {
  animation-duration: 2s;
}.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}.flash {
  animation-name: flash;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.pulse {
  animation-name: pulse;
}@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.rubberBand {
  animation-name: rubberBand;
}@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}.shake {
  animation-name: shake;
}@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}.swing {
  transform-origin: top center;
  animation-name: swing;
}@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.tada {
  animation-name: tada;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}.wobble {
  animation-name: wobble;
}@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}.jello {
  animation-name: jello;
  transform-origin: center;
}@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}.bounceIn {
  animation-name: bounceIn;
}@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}.bounceInDown {
  animation-name: bounceInDown;
}@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}.bounceInLeft {
  animation-name: bounceInLeft;
}@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}.bounceInRight {
  animation-name: bounceInRight;
}@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.bounceInUp {
  animation-name: bounceInUp;
}@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}.bounceOut {
  animation-name: bounceOut;
}@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}.bounceOutDown {
  animation-name: bounceOutDown;
}@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}.bounceOutLeft {
  animation-name: bounceOutLeft;
}@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}.bounceOutRight {
  animation-name: bounceOutRight;
}@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}.bounceOutUp {
  animation-name: bounceOutUp;
}@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}.fadeIn {
  animation-name: fadeIn;
}@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInDown {
  animation: fadeInDown 1s;
}@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInDownBig {
  animation-name: fadeInDownBig;
}@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInLeft {
  animation-name: fadeInLeft;
}@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInRight {
  animation-name: fadeInRight;
}@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInRightBig {
  animation-name: fadeInRightBig;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInUp {
  animation-name: fadeInUp;
}@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.fadeInUpBig {
  animation-name: fadeInUpBig;
}@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}.fadeOut {
  animation-name: fadeOut;
}@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}.fadeOutDown {
  animation-name: fadeOutDown;
}@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}.fadeOutLeft {
  animation-name: fadeOutLeft;
}@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}.fadeOutRight {
  animation-name: fadeOutRight;
}@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}.fadeOutUp {
  animation-name: fadeOutUp;
}@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}.rotateIn {
  animation-name: rotateIn;
}@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}.rotateInDownRight {
  animation-name: rotateInDownRight;
}@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}.rotateInUpRight {
  animation-name: rotateInUpRight;
}@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}.rotateOut {
  animation-name: rotateOut;
}@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}.hinge {
  animation-name: hinge;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}.rollIn {
  animation-name: rollIn;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}.rollOut {
  animation-name: rollOut;
}@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}.zoomIn {
  animation-name: zoomIn;
}@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInDown {
  animation-name: zoomInDown;
}@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInLeft {
  animation-name: zoomInLeft;
}@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInRight {
  animation-name: zoomInRight;
}@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInUp {
  animation-name: zoomInUp;
}@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}.zoomOut {
  animation-name: zoomOut;
}@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomOutDown {
  animation-name: zoomOutDown;
}@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}.zoomOutLeft {
  animation-name: zoomOutLeft;
}@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}.zoomOutRight {
  animation-name: zoomOutRight;
}@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomOutUp {
  animation-name: zoomOutUp;
}@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.slideInDown {
  animation-name: slideInDown;
}@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.slideInLeft {
  animation-name: slideInLeft;
}@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.slideInRight {
  animation-name: slideInRight;
}@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.slideInUp {
  animation-name: slideInUp;
}@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}.slideOutDown {
  animation-name: slideOutDown;
}@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}.slideOutLeft {
  animation-name: slideOutLeft;
}@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}.slideOutRight {
  animation-name: slideOutRight;
}@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}.slideOutUp {
  animation-name: slideOutUp;
}/* Row and Col Cusomization */.search .el-input {
  margin-bottom: 5px;
}.grid-content {
  /*border-radius: 4px;*/
  min-height: 36px;
}.row-bg {
  padding: 10px 0;
  background-color: #f9fafc;
}/* Table */.sc-table .tool-bar {
  margin-bottom: 0 !important;
}/* A tabela é dona da própria aparência — ver OdsTable.vue (Fase 7). *//* NavBar Cusomization *//* O menu é dono da própria aparência — ver OdsMenu.vue (Fase 7). *//* Default Bacground Colors *//* Purple */.bg-purple-dark {
  background: #441636;
  color: white;
}.bg-purple-dark-o {
  border-color: #441636 !important;
  color: #441636;
}.bg-purple {
  background: #912b72;
  color: white;
}.bg-purple-o {
  border-color: #912b72 !important;
  color: #912b72;
}.bg-purple-light {
  background: #fc79d4;
}.bg-purple-light-o {
  border-color: #fc79d4 !important;
  color: #fc79d4;
}/* Blue*/.bg-blue-dark {
  background: #161a82;
  color: white;
}.bg-blue-dark-0 {
  border-color: #161a82 !important;
  color: #161a82;
}.bg-blue {
  background: #0009ff;
  color: white;
}.bg-blue-0 {
  border-color: #0009ff !important;
  color: #0009ff;
}.bg-blue-light {
  background: #666cff;
  color: #5e6d82;
}/* Green */.bg-green-dark,
.bg-success-dark {
  background: #0b773b;
  color: white;
}.bg-green,
.bg-success {
  background: #13ce66;
  color: white;
}.bg-green-light,
.bg-success-light {
  background: #8aeab5;
  color: #5e6d82;
}.bg-yellow-dark,
.bg-warning-dark {
  background: #c1911f;
  color: white;
}.bg-yellow,
.bg-warning {
  background: #f7ba2a;
  color: white;
}.bg-yellow-light,
.bg-warning-light {
  background: #f7d176;
  color: #5e6d82;
}.bg-red-dark,
.bg-danger-dark {
  background: #842323;
  color: white;
}.bg-red-dark-o,
.bg-danger-dark-o {
  border-color: #842323 !important;
  color: #842323;
}.bg-red,
.bg-danger {
  background: #ff4949;
  color: white;
}.bg-red-light,
.bg-danger-light {
  background: #ff9393;
  color: #5e6d82;
}.bg-brown-dark {
  background: #725238;
  color: white;
}.bg-brown {
  background: #a57751;
  color: white;
}.bg-brown-light {
  background: #e0a97b;
  color: #5e6d82;
}.bg-black {
  background: #1f2d3d;
  color: white;
}.bg-black-light {
  background: #324057;
  color: white;
}.bg-black-extra-light {
  background: #475669;
  color: white;
}.bg-silver {
  background: #8492a6;
  color: #5e6d82;
}.bg-silver-light {
  background: #99a9bf;
  color: white;
}.bg-silver-extra-light {
  background: #c0ccda;
  color: white;
}.bg-gray {
  background: #d3dce6;
  color: #5e6d82;
}.bg-gray-light {
  background: #e5e9f2;
  color: #5e6d82;
}.bg-gray-extra-light {
  background: #eff2f7;
  color: #5e6d82;
}.bg-white {
  background: #ffffff;
  color: #5e6d82;
}.bg-white-dark {
  background: #f9fafc;
  color: #5e6d82;
}.right {
  float: right;
}/* Others */.left {
  float: left;
}.center {
  float: none;
  text-align: center;
}.separador {
  border-bottom: 1px solid #d3dce6;
}/* Typograph */.text-bolder {
  font-weight: 600;
}.text-gray {
  color: #d3dce6;
}.text-gray-light {
  color: #e5e9f2;
}.text-gray-extra-light {
  color: #eff2f7;
}.text-silver {
  color: #8492a6;
}.text-silver-light {
  color: #99a9bf;
}.text-silver-extra-light {
  color: #c0ccda;
}/* Green */.text-green-dark,
.text-success-dark {
  color: #0b773b;
}.text-green,
.text-success {
  color: #13ce66;
}.text-green-light,
.text-success-light {
  color: #8aeab5;
}/* Form *//* O asterisco de obrigatório — ver OdsFormItem.vue (Fase 7). *//* O campo é dono da própria aparência — ver OdsInput.vue e OdsDatePicker.vue (Fase 7). *//* line-height do small e padding do label-top — ver OdsFormItem e OdsForm.vue (Fase 7). */.el-form-item__label {
  font-size: 10px;
  color: #848484;
}/* (campo — ver OdsInput.vue) */input {
  width: 100%;
  margin: inherit;
}/* O autocomplete é dono da própria aparência — ver OdsAutocomplete.vue (Fase 7). *//* O select é dono da própria aparência — ver OdsSelect.vue (Fase 7). *//* (textarea — ver OdsInput.vue) *//* (diálogo — ver OdsDialog.vue) *//* A tag é dona da própria aparência — ver OdsTag.vue (Fase 7). */label.el-form-item__label {
  line-height: inherit;
  margin-bottom: 2px;
}/* (campo e seletor de data — ver OdsInput.vue e OdsDatePicker.vue) *//* O botão é dono da própria aparência — ver OdsButton.vue (Fase 7). *//* O alerta é dono da própria aparência — ver OdsAlert.vue (Fase 7). *//* Removido: `.laranja.el-button` era regra morta — nenhum `<ods-button>` carrega `laranja`
   (o lint proíbe) e não existe mais `<el-button>` cru. O `.el-button--default` foi para o
   OdsButton.vue. *//* O divisor é dono da própria aparência — ver OdsDivider.vue (Fase 7). *//* O cabeçalho do diálogo é dono da própria aparência — ver OdsDialog.vue (Fase 7). *//* Removido: o rodapé cinza foi para o `OdsDialog.vue` junto com o resto do diálogo, quando ele
   passou a renderizar o próprio markup (TRKM-2665, Tier 3). Era a última regra de diálogo aqui. *//* A caixa de confirmação foi para o `OdsConfirm`, que agora aplica a classe sozinho
   em vez de depender de cada tela passar `customClass` à mão (Fase 7). *//* Removido: `.el-button.branco` era regra morta, mesma razão. O `.el-button--primary:focus`
   foi para o OdsButton.vue. *//* O item de timeline é dono da própria aparência — ver OdsTimelineItem.vue (Fase 7). */.carga .el-loading-spinner {
  padding: 0 10px 10px 10px;
}/* O spinner do v-loading era o último azul (#409EFF) do tema do Element UI em uso diário: a
   Fase 7 recolheu esse azul do botão, do rádio, da paginação e do dropdown, mas a diretiva é
   global e não tem wrapper, então nunca houve onde a identidade entrar. Aqui ela entra — o
   círculo e o texto saem no laranja da marca, como o resto do produto. */.el-loading-spinner .path {
  stroke: #ef6638;
}.el-loading-spinner .el-loading-text,
.el-loading-spinner i {
  color: #ef6638;
}/* As abas são donas da própria aparência — ver OdsTabs.vue (Fase 7). *//* A paginação é dona da própria aparência — ver OdsPagination.vue (Fase 7). *//* (foco do select — ver OdsSelect.vue) *//* (campo — ver OdsInput.vue) *//* O menu do dropdown é dono da própria aparência — ver OdsDropdownMenu.vue (Fase 7). *//* O switch é dono da própria aparência — ver OdsSwitch.vue (Fase 7). *//* (item de menu — ver OdsMenu.vue) *//* Removido: o produto não usa <el-slider> em lugar nenhum — era CSS morto (Fase 7). *//* (paginação — ver OdsPagination.vue) *//* A notificação é dona da própria aparência — ver OdsNotify/OdsNotify.css (Fase 7). *//*
 * Explanation why the layout looks so complicated:
 * The UI container needs a position (absolute or relative) to prevent z-index issues (DomMarker on top of UI)
 * Therefore it has these additional styles:
 *    position: absolute;
 *    width: 100%;
 *    height: 100%;
 * To prevent that the UI container captures all events the container is displaced by
 *   left: 100%;
 * To neutralize the displacement for the UI elements within the UI container the following adjustments are needed:
 *  - InfoBubble (.H_ib):            left: -100%;
 *  - left anchor (.H_l_left):       margin-left: -100%;
 *  - center anchor (.H_l_center):   left: -50%;            (was left: 50%)
 *  - right anchor (.H_l_right):     right: 100%;           (was right: 0)
 *                                        margin-left: -100%;
 */.H_ui {
  font-size: 10px;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /* position ui on top of imprint to make both clickable */
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
}.H_ui * {
  /* normalize in case some other normalization CSS likes things differently */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}.H_noevs {
  pointer-events: none;
}/*
 * Layout
 */.H_l_left {
  position: absolute;
  left: 16px;
  margin-left: -100%;
}.H_l_center {
  position: absolute;
  left: -50%;
}.H_l_right {
  position: absolute;
  right: calc(100% + 16px);
  margin-left: -100%;
}.H_l_top {
  top: 16px;
}.H_l_middle {
  top: 50%;
}.H_l_bottom {
  bottom: 16px;
}/* Fix MAPSJS-579 for modern browsers */[class^=H_l_] {
    pointer-events: none;
}.H_ctl {
    /* hack for IE9-10, auto doesn't work for them */
    pointer-events: visiblePainted;
    pointer-events: auto;
}.H_l_horizontal .H_ctl {
  float: left;
}.H_l_anchor {
  clear: both;
  float: right;
}.H_l_vertical .H_ctl {
  clear: both;
}.H_l_right .H_l_vertical .H_ctl {
  float: right;
}.H_l_right.H_l_middle.H_l_vertical .H_ctl{
  float: right;
}/**
 *  Element styles
 */.H_ctl {
  margin: .8em;
  position: relative;
  -ms-touch-action: none;
}.H_btn {
  cursor: pointer;
}.H_grp .H_btn,
.H_rdo_buttons .H_btn {
    box-shadow: none;
}.H_grp .H_btn.H_active,
.H_rdo_buttons .H_btn.H_active {
  background: none;
}.H_btn {
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  border-radius: 0.5em;
  width: 4em;
  height: 4em;
  background: #fff;
}.H_disabled,
.H_disabled:hover {
  cursor: default;
}.H_rdo_title {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #575B63;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 8px;
  cursor: default;
}.H_ui[dir=rtl] .H_rdo_title {
  text-align: right;
}.H_rdo ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}/**
 *   Base Elements
 */.H_ctl.H_grp {
  background: #fff;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  border-radius: 0.5em;
}/* Button divider */.H_zoom .H_el {
  position: relative;
}.H_l_vertical .H_zoom .H_el:last-child::after,
.H_l_horizontal .H_zoom .H_el:last-child::after {
  content: none;
}.H_l_vertical .H_zoom .H_el {
  margin-bottom: 0.1em;
}.H_l_vertical .H_zoom .H_el:last-child {
  margin-bottom: 0;
}.H_l_vertical .H_zoom .H_el::after {
  content: "";
  position: absolute;
  width: 2.6em;
  height: 0.1em;
  bottom: -0.1em;
  left: 0.7em;
  background: rgba(15, 22, 33, 0.1);
}.H_l_horizontal .H_zoom .H_el {
  margin-right: 0.1em;
}.H_l_horizontal .H_zoom .H_el:last-child {
  margin-right: 0;
}.H_l_horizontal .H_zoom .H_el::after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 2.6em;
  top: 0.7em;
  right: -0.1em;
  background: rgba(15, 22, 33, 0.1);
}/* End: Button divider */.H_l_horizontal .H_grp .H_btn,
.H_l_vertical .H_ctl {
  float: left;
}/** Menu panel */.H_overlay {
  font-size: 14px;
  color: rgba(15, 22, 33, 0.6);
  box-shadow: 0px 0 4px 0 rgba(15, 22, 33, 0.6);
  border-radius: 5px;
  position: absolute;
  min-width: 200px;
  background: #fff;
  display: none;
  z-index: 100;
  padding-bottom: 4px;
}.H_overlay .H_separator {
  content: "";
  position: relative;
  display: block;
  margin: 8px 16px 8px 16px;
  height: 1px;
  background: rgba(15, 22, 33, 0.1);
}.H_overlay .H_btn,
.H_overlay .H_rdo li {
  width: 184px;
  height: 24px;
  line-height: 24px;
  padding: 8px 16px;
}.H_overlay .H_btn{
  border-radius: 0px;
  height: auto;
  min-height: 24px;
}.H_overlay .H_btn:hover,
.H_overlay .H_rdo li:hover {
  color: rgba(15, 22, 33, 0.8);
}.H_overlay .H_btn.H_disabled,
.H_overlay .H_rdo.H_disabled li,
.H_overlay .H_btn.H_disabled:hover,
.H_overlay .H_rdo.H_disabled li:hover {
  color: rgba(15, 22, 33, 0.2);
}.H_overlay .H_btn.H_active,
.H_overlay .H_rdo.H_active li,
.H_overlay .H_btn.H_active:hover,
.H_overlay .H_rdo.H_active li:hover {
  color: #0F1621;
}.H_overlay>*:last-child {
  clear: both;
}.H_overlay>.H_btn {
  white-space: nowrap;
}.H_overlay.H_open {
  display: block;
}.H_overlay::before, .H_overlay::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}.H_overlay.H_left::before {
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(15, 22, 33, 0.2) transparent transparent;
  left: -12px;
}.H_overlay.H_left::after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
}.H_overlay.H_top.H_left::after {
  border-color: transparent #575B63 transparent transparent;
}.H_overlay.H_right::before {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(15, 22, 33, 0.2);
  left: calc(100% + 1px);
}.H_overlay.H_right::after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}.H_overlay.H_top.H_right::after {
  border-color: transparent transparent transparent #575B63;
}.H_overlay.H_top::before,
.H_overlay.H_top::after {
  top: 10px;
}.H_overlay.H_bottom::before,
.H_overlay.H_bottom::after {
  bottom: 10px;
}.H_overlay.H_middle::before,
.H_overlay.H_middle::after {
  top: 50%;
  margin-top: -10px;
}.H_overlay.H_top.H_center::before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(15, 22, 33, 0.2) transparent;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}.H_overlay.H_top.H_center::after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #575B63 transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}.H_overlay.H_bottom.H_center::before {
  border-width: 10px 10px 0 10px;
  border-color: rgba(15, 22, 33, 0.2) transparent transparent transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}.H_overlay.H_bottom.H_center::after {
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}/** InfoBubble */.H_ib {
  position: absolute;
  left: .91em;
  left: -100%;
}.H_ib_tail {
  position: absolute;
  width: 20px;
  height: 10px;
  margin: -10px -10px;
}.H_ib_tail::before{
  bottom: -1px;
  border-width: 10px;
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: 0px;
}.H_ib_tail::after{
  bottom: 0;
  position: absolute;
  display: block;
  content: "";
  border-color: white;
  border-style: solid;
  border-width: 10px;
}.H_ib.H_ib_top .H_ib_tail::after {
  border-width: 10px 10px 0px 10px;
  border-color: white transparent;
}.H_ib.H_ib_top .H_ib_tail::before {
  border-top-color: rgba(15, 22, 33, 0.2);
  border-bottom-width: 0px;
}.H_ib_notail .H_ib_tail {
  display: none;
}.H_ib_body {
  background: white;
  position: absolute;
  bottom: .5em;
  padding: 0;
  right: 0px;
  border-radius: 5px;
  margin-right: -3em;
  box-shadow: 0px 0 4px 0 rgba(15, 22, 33, 0.6);
  margin-bottom: 0.5em;
}.H_ib_close {
  font-size: .6em;
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 12px;
  z-index: 1;
  background: none;
  box-shadow: none;
}.H_ui[dir=rtl] .H_ib_close {
  left: 12px;
  right: auto;
}.H_ib_close svg.H_icon {
    top: 0;
    transform: none;
    width: auto;
    height: auto;
}.H_ib_noclose .H_ib_close {
  display: none;
}.H_ib_noclose .H_ib_body {
  padding: 0 0 0 0;
}.H_ib_content {
  min-width: 6em;
  font: 14px "Lucida Grande", Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin: 16px 28px 20px 16px;
  color: rgba(15,22,33,.8);
  user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
}.H_ui[dir=rtl] .H_ib_content {
  margin: 16px 16px 20px 28px;
}/*##################################################  SLIDER  ########################################################*/.H_l_horizontal .H_zoom_slider {
  min-width: 262px;
}.H_slider {
  cursor: pointer;
}.H_l_horizontal.H_slider {
  float: left;
  height: 4em;
  width: auto;
  padding: 0 1em;
}.H_slider .H_slider_track {
  width: 0.4em;
  height: 100%;
}.H_l_horizontal.H_slider .H_slider_track {
  height: 0.4em;
  width: 100%;
}.H_l_horizontal.H_slider .H_slider_cont {
  height: 100%;
}.H_l_horizontal.H_slider .H_slider_knob_cont {
  margin-top: -0.4em;
}.H_slider {
  background-color: #fff;
  padding: 1em 0em;
  width: 4em;
}.H_slider .H_slider_cont {
  position: relative;
}.H_slider .H_slider_knob_cont,
.H_slider .H_slider_knob_halo {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0em;
  border-radius:9em;
}.H_slider .H_slider_knob {
  width: 1.2em;
  height: 1.2em;
  background-color: white;
  border-radius:9em;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.6);
  position: absolute;
}.H_slider:hover .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.8);
}.H_slider.H_disabled .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.2);
}.H_slider.H_slider_active .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 1);
}.H_slider:hover .H_slider_track {
  background-color: rgba(15, 22, 33, 0.8);
}.H_disabled .H_slider_track {
  background-color: rgba(15, 22, 33, 0.2);
}.H_slider:hover .H_slider_track_active {
  background-color: rgba(0, 182, 178, 0.8);
}.H_disabled .H_slider_track_active {
  background-color: rgba(0, 182, 178, 0.2);
}.H_slider.H_slider_active .H_slider_track {
  background-color: rgba(15, 22, 33, 1.0);
}.H_slider.H_slider_active .H_slider_track_active {
  background-color: rgba(0, 182, 178, 1.0);
}.H_slider .H_slider_track,
.H_slider .H_slider_knob_cont{
  position:relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}.H_slider .H_slider_track {
  background-color: rgba(15, 22, 33, 0.6);
  overflow: hidden;
}.H_slider .H_slider_track_active {
  background-color: #00B6B2;
  position: absolute;
  transform: translate(-50%,0%);
}.H_slider.H_disabled .H_slider_track {
  background-color: rgba(15, 22, 33, 0.2);
}.H_slider.H_disabled .H_slider_track_active {
  background-color: #bae2e3;
}.H_slider.H_l_horizontal .H_slider_track_active {
  transform: translate(-200%, -50%);
}.H_slider.H_disabled {
  cursor: default;
}/*###############################################  CONTEXT MENU  #####################################################*/.H_context_menu {
  font-size: 14px;
  min-width: 158px;
  max-width: 40%;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  position: absolute;
  left: -100%;
  top: 0;
  color: rgba(15, 22, 33, 0.6);
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 16px 4px 16px;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -webkit-user-select: initial;
  -o-user-select: initial;
  -ms-user-select: initial;
  z-index: 200;
}.H_context_menu_closed {
    display: none;
}.H_context_menu_item {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 16px;
  outline: none;
}.H_context_menu_item.clickable:hover {
  color: rgba(15, 22, 33, 0.8);
  cursor: pointer;
}.H_context_menu_item.disabled:hover,
.H_context_menu_item.disabled {
    background: transparent !important;
    color: rgba(15, 22, 33, 0.2);
    cursor: default !important;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}.H_context_menu_item_separator {
    height: 0;
    border-top: 1px solid rgba(15, 22, 33, 0.1);
    padding-bottom: 16px;
    line-height: 0;
    font-size: 0;
}/*#################################################  SCALE BAR  ######################################################*/.H_scalebar {
  margin-top: 36px;
  box-shadow: none;
  display: flex;
  align-items: center;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.7),
    1px -1px 0 rgba(255, 255, 255, 0.7),
    -1px 1px 0 rgba(255, 255, 255, 0.7),
    1px 1px 0 rgba(255, 255, 255, 0.7);
}/*###################################  DISTANCE MEASUREMENT AND TRAFFIC INCIDENTS ####################################*/.H_tib_content {
  width: 25em;
  position: relative;
  margin: -16px -28px -20px -16px;
}[dir="rtl"] .H_tib_content {
  margin: -16px -16px -20px -28px;
}.H_tib .H_tib_desc { padding: 0px 16px 20px 16px }.H_tib .H_tib_time {color: rgba(15,22,33,.4);margin-top: 0.8em;}.H_tib_right { float:right; }.H_tib .H_btn > svg.H_icon {
  fill: rgba(255,255,255, .6);
}.H_tib .H_btn:hover > svg.H_icon {
  fill: white;
}.H_dm_label {
  font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
  color: black;
  text-shadow: 1px 1px .5px #FFF, 1px -1px .5px #FFF, -1px 1px .5px #FFF, -1px -1px .5px #FFF;
  white-space: nowrap;
  margin-left: 12px;
  margin-top: -7px;
  /* This will not work on IE9, but it is accepted! */
  pointer-events: none;
}/*###################################################  ICON  #########################################################*/svg.H_icon {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin:auto;
  width: 24px;
  height: 24px;
  fill: rgba(15, 22, 33, 0.6);
}svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.6);
  fill: none;
}.H_btn:hover > svg.H_icon {
  fill: rgba(15, 22, 33, 0.8);
}.H_btn:hover > svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.8);
}.H_btn.H_active {
  background-color: #CFD0D3;
}.H_rdo .H_btn.H_active {
  background: none;
}.H_active > svg.H_icon,
.H_active:hover > svg.H_icon {
  fill: #0F1621 !important;
}.H_active > svg.H_icon .H_icon_stroke,
.H_active:hover > svg.H_icon .H_icon_stroke {
  stroke: #0F1621;
}.H_disabled svg.H_icon,
.H_disabled:hover svg.H_icon {
  fill: rgba(15, 22, 33, 0.2);
  cursor: default;
}.H_disabled svg.H_icon .H_icon_stroke,
.H_disabled:hover svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.2);
}/*###############################################  OVERVIEW MAP  #####################################################*/.H_overview {
  transition: width 0.2s,height 0.2s,margin-top 0.2s, padding 0.2s;
  width: 0em;
  height: 0em;
  overflow: hidden;
  cursor: default;
  position: absolute;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
}.H_l_vertical .H_overview_active {
    margin: auto 5px;
}.H_l_horizontal .H_overview_active {
  margin: 5px auto;
}.H_l_center .H_overview {
  left: -9999px;
  right: -9999px;
}.H_l_middle .H_overview {
  top: -9999px;
  bottom: -9999px;
}.H_l_right .H_overview {
  right: 100%;
}.H_l_left .H_overview {
  left: 100%;
}.H_l_bottom .H_overview {
  bottom: 0;
}.H_l_center.H_l_bottom .H_overview {
  bottom: 100%;
}.H_l_top .H_overview {
  top: 0;
}.H_l_center.H_l_top .H_overview {
  top: 100%;
}.H_overview .H_overview_map {
  background-color: rgba(256,256,256,0.6);
  box-sizing: border-box;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
}.H_overview_map .H_ui {
  display: none;
}.H_zoom_lasso {
  position: absolute;
  display: none;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  z-index: 100000;
  background-color: rgba(15, 22, 33, 0.2);
}hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,.05);
  box-sizing: content-box;
  height: 0;
}/* Works on Firefox */* {
  scrollbar-color: #ccc  #efefef;
}/* Works on Chrome, Edge, and Safari */*::-webkit-scrollbar {
  width: 12px;
}*::-webkit-scrollbar-track {
  background: #efefef;
}*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
  border: 3px solid #efefef;
}@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}

/**
 * Os utilitários de texto do produto, agora do catálogo.
 *
 * Estes NÃO viram componente, e a razão é a distribuição real: `texto-laranja` aparece em
 * 11 tipos de tag (`label` 55, `div` 35, `span` 24, `p` 14, `legend` 12, `a`, `b`, `i`,
 * `strong`, `router-link`, `ods-row`). Não dá para envolver um ícone ou uma célula de tabela
 * num componente de texto — é utilitário transversal, com uma declaração só.
 *
 * O que mudou é a PROPRIEDADE: a definição saiu do `estilos.css` e passou a ser do catálogo,
 * ao lado do resto da identidade e documentada em Fundamentos › Tipografia. Mudar o cinza de
 * texto do produto passa a ser editar este arquivo.
 *
 * Os nomes descrevem a cor (`texto-laranja`) em vez da intenção (`texto-destaque`), e isso é
 * dívida reconhecida. Renomear são ~270 ocorrências sem ganho funcional — decisão à parte.
 *
 * Os valores são literais porque o projeto não usa custom properties. A consistência com o
 * resto do produto é garantida pelo `tokens/paleta.spec.js`.
 */

/* famílias — o peso vem do NOME, nunca de font-weight */

.regular {
  font-family: 'QuicksandRegular', Arial, sans-serif;
}

.medio {
  font-family: 'QuicksandMedium', Arial, sans-serif;
}

.negrito {
  font-family: 'QuicksandBold', Arial, sans-serif;
}

/* escala — `t12` é a única com uso relevante (37); `t18` e `t26` têm uma ocorrência cada */

.t8 {
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.t10 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.t12 {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.t18 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.t26 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

/* cor de texto */

.texto-laranja {
  color: #ef6638;
}

.texto-cinza {
  color: #848484;
}

.texto-verde {
  color: #5db100;
}

.cinza {
  color: #848484;
}

.preto {
  color: #1c2429;
}








































































































































/**
 * As variantes são donas da própria aparência: a tela escreve
 * `<ods-button variant="secondary">` e não repete `class="btn branco"`.
 *
 * Sobre a dupla de classes nos seletores (`.ods-button.ods-button--primary`):
 * é para vencer por ESPECIFICIDADE (0,0,3,0), não por ordem de arquivo. Com uma classe
 * só, o seletor empatava em 0,0,2,0 com `.btn.laranja` / `.btn.branco` do estilos.css e o
 * desempate ficava por conta da posição no bundle — os estilos de SFC são emitidos antes
 * do estilos.css, então o CSS legado vencia. Funcionava por acidente e invertia se a
 * ordem de emissão mudasse (inclusive no Storybook, que injeta em runtime).
 *
 * **Este bloco continua `scoped` depois da reescrita, e o de baixo continua global.** A razão
 * não mudou com o markup: aqui está a identidade das VARIANTES, que é do ODS e deve vencer;
 * lá está a base que o produto sempre teve e que as telas sobrescrevem (float, margem, cor).
 *
 * Sobre :hover/:focus/:active repetirem o estado base: o Element UI define hover azul para
 * `.el-button--default`. O projeto neutraliza isso em element.css, mas só via
 * `.el-button.branco:hover`, que exige a classe escrita à mão. Neste produto o botão não
 * muda no hover — a repetição é intencional.
 */

/* primary — equivale a class="btn laranja" */
.ods-button.ods-button--primary[data-v-01354d63],
.ods-button.ods-button--primary[data-v-01354d63]:hover,
.ods-button.ods-button--primary[data-v-01354d63]:focus,
.ods-button.ods-button--primary[data-v-01354d63]:active {
  background-color: #ef6638;
  border: 1px solid #ef6638;
  color: #ffffff;
}

/* secondary — equivale a class="btn branco" */
.ods-button.ods-button--secondary[data-v-01354d63],
.ods-button.ods-button--secondary[data-v-01354d63]:hover,
.ods-button.ods-button--secondary[data-v-01354d63]:focus,
.ods-button.ods-button--secondary[data-v-01354d63]:active {
  background-color: #ffffff;
  border: 1px solid #848484;
  color: #ef6638;
}

/**
 * ghost — botão-link, sem preenchimento. O Element UI pintava `--text` de azul (`#409EFF`);
 * aqui ele assume o laranja de texto do produto (o mesmo de `.texto-laranja`).
 *
 * **O `padding` lateral zero do `.el-button--text` NÃO veio, e isso foi medido.** Eu o havia
 * copiado do theme-chalk por fidelidade, e o comparador de CSS mostrou que ele nunca chegou à
 * tela: `.el-button--text` e `.el-button` empatam em (0,1,0), e a base do produto é emitida
 * depois — então os 16 botões-link sempre tiveram os 20px de folga da base. Copiar o valor teria
 * ENCOLHIDO 40px de cada um deles, em nome de reproduzir o original.
 */
.ods-button.ods-button--ghost[data-v-01354d63],
.ods-button.ods-button--ghost[data-v-01354d63]:hover,
.ods-button.ods-button--ghost[data-v-01354d63]:focus,
.ods-button.ods-button--ghost[data-v-01354d63]:active {
  background-color: transparent;
  border-color: transparent;
  color: #ef6638;
}

/**
 * Ghost é a única variante com resposta ao hover, e por sublinhado em vez de cor.
 * Sem preenchimento nem borda, ele não tem como sinalizar que é clicável parado — as
 * variantes preenchidas têm. O sublinhado é a convenção de link, não depende de uma cor
 * nova e sobrevive a fundo claro ou escuro.
 */
.ods-button.ods-button--ghost[data-v-01354d63]:hover,
.ods-button.ods-button--ghost[data-v-01354d63]:focus {
  text-decoration: underline;
}

/* desabilitado — mesmo cinza das duas variantes preenchidas, como em estilos.css */
.ods-button.ods-button--primary.is-disabled[data-v-01354d63],
.ods-button.ods-button--primary.is-disabled[data-v-01354d63]:hover,
.ods-button.ods-button--primary.is-disabled[data-v-01354d63]:focus,
.ods-button.ods-button--secondary.is-disabled[data-v-01354d63],
.ods-button.ods-button--secondary.is-disabled[data-v-01354d63]:hover,
.ods-button.ods-button--secondary.is-disabled[data-v-01354d63]:focus {
  background-color: #c8c9cc;
  border-color: #c8c9cc;
  color: #ffffff;
  cursor: not-allowed;
}

/* ghost desabilitado não ganha fundo — só perde cor */
.ods-button.ods-button--ghost.is-disabled[data-v-01354d63],
.ods-button.ods-button--ghost.is-disabled[data-v-01354d63]:hover,
.ods-button.ods-button--ghost.is-disabled[data-v-01354d63]:focus {
  background-color: transparent;
  border-color: transparent;
  color: #848484;
  cursor: not-allowed;
}

/**
 * Anel de foco para navegação por teclado.
 *
 * O Element UI zerava o outline do browser (`.el-button { outline: 0 }`, copiado na base
 * abaixo) e usava a mudança de cor no :focus como única pista. Só que o produto neutraliza essa
 * mudança — tanto em `.btn.laranja` quanto nas variantes acima. Sem esta regra, quem navega por
 * teclado não enxerga onde está.
 *
 * `:focus-visible` em vez de `:focus` para o anel não aparecer no clique de mouse, só na
 * navegação por teclado. Browser sem suporte simplesmente descarta a regra e fica como
 * está hoje — nenhum comportamento piora.
 *
 * `outline-offset` afasta o anel da borda, para que o laranja fique legível tanto sobre o
 * primary (preenchido de laranja) quanto sobre o fundo claro da página.
 */
.ods-button[data-v-01354d63]:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: 2px;
}

/**
 * CONTRASTE DO RÓTULO — medido, registrado e NÃO aplicado.
 *
 * Branco sobre `#ef6638` dá **3,17:1**. A WCAG 2.1 AA (1.4.3) pede 4,5:1, e o rótulo tem 10px,
 * então não se qualifica como "texto grande" (que aceitaria 3:1). **Reprova.**
 *
 * Não é regressão: o produto sempre foi assim; o design system só tornou o número visível.
 *
 * **A cor da marca não se mexe** — e isso vale para o botão, que é onde ela mais aparece. As
 * três saídas abaixo foram medidas e chegaram a ser testadas em tela; a decisão foi manter o
 * `#ef6638`. Escurecer o fundo deixava o botão preenchido fora do padrão ao lado do
 * `variant="secondary"`, cujo rótulo é a marca — os dois ficam lado a lado o tempo todo.
 *
 * Ficam registradas para a próxima conversa com o design, com o dado à vista em
 * *Fundamentos › Acessibilidade*:
 *
 * | opção | razão | custo |
 * |---|---:|---|
 * | rótulo em `#1c2429` (o `.preto` que já existe) | 4,97:1 ✅ | não toca na marca; os 485 botões passam a ter texto escuro |
 * | escurecer a marca para `#bf522d` | 4,71:1 ✅ | muda a identidade inteira outra vez — 290 ocorrências |
 * | escurecer só o fundo para `#c25026` | 4,70:1 ✅ | **testado e revertido**: o preenchido destoa do rótulo do secondary |
 *
 * Isentos: o desabilitado (a 1.4.3 exclui componente inativo) e o anel de foco (passa no
 * 1.4.11, que pede 3:1 para não-texto).
 */






















































































































































































































































































/**
 * A BASE do botão — a soma do que o produto sempre teve (`estilos.css` e `element.css`, Fase 7)
 * com o que o theme-chalk dava por baixo.
 *
 * **A metade nova é a do theme-chalk.** Enquanto o markup era do Element UI, o `.el-button` do
 * vendor entregava `display`, `line-height`, `border`, `box-sizing`, `appearance`, `transition` e
 * companhia, e este bloco só escrevia as diferenças. Com a classe própria, nada disso chega
 * sozinho — está tudo aqui, copiado como estava.
 *
 * **Não é `scoped`, e o bloco de cima é** — a diferença é deliberada: esta é a base que as telas
 * sobrescrevem (`.btn_editar_frete { float: right; margin: … }` e as outras 8 classes de tela).
 * Subir a especificidade dela transformaria um padrão em imposição.
 *
 * As quatro primeiras declarações de fonte eram compartilhadas com o `.btn` legado
 * (`.btn, .el-button { … }`). A metade `.btn` **também já saiu** do `estilos.css`: os 64
 * `<a class="btn">` e `<router-link class="btn">` que eram navegação de verdade viraram
 * `<ods-link>`, e o último `<button class="btn">` — o "Fechar" do `DelhateSaldo.vue` — virou
 * `<ods-button variant="secondary">`. Estas declarações e as do `.ods-link` são hoje as duas
 * únicas definições dessa identidade.
 */
.ods-button {
  /* do theme-chalk, para o <button> nascer parecendo botão */
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  color: #606266;
  outline: 0;
  transition: 0.1s;
  font-weight: 500;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;

  /* e a identidade do produto por cima. Bold é a FAMÍLIA, não o `font-weight` —
     ver a nota em tokens/typography.css */
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  margin: 0 2px;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
}
/**
 * A única regra de tamanho que sobrou. `mini` e `medium` saem no DOM como classe e não mudam
 * nada — a base acima já sobrescreve padding, fonte e raio das três variações do Element UI.
 */
.ods-button--small {
  margin: 0;
}
/**
 * O espaço entre o ícone e o rótulo.
 *
 * No theme-chalk era `[class*=el-icon-]+span`, então só valia para a fonte de ícones do Element
 * UI. Aqui vale para o `<i>` de qualquer ícone e para o SVG do spinner — e não menciona classe
 * de terceiro.
 */
.ods-button > i + span,
.ods-button > svg + span {
  margin-left: 5px;
}
.ods-button > i,
.ods-button > span {
  vertical-align: middle;
}
/**
 * O SPINNER do `loading`, que era o glifo `el-icon-loading` da fonte do Element UI.
 *
 * `1em` porque o rótulo tem 10px: o glifo antigo também herdava o `font-size` do botão. A
 * rotação é a mesma do tema — 2s, linear, infinita.
 */
.ods-button__spinner {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  animation: ods-button-girando 2s linear infinite;
}
@keyframes ods-button-girando {
to {
    transform: rotate(360deg);
}
}
/**
 * O véu do estado `loading`, do theme-chalk: o botão clareia e para de responder ao mouse. É o
 * `::before` cobrindo a caixa inteira, inclusive a borda (daí os `-1px`).
 */
.ods-button.is-loading {
  position: relative;
  pointer-events: none;
}
.ods-button.is-loading::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}


.ods-input[data-v-53ff9a52] {
  font-family: 'QuicksandRegular', Arial, sans-serif;
}




















































/**
 * A identidade do campo, vinda do CSS global (Fase 7).
 *
 * **Sem `scoped` e com o seletor original.** Isso só é seguro porque o `main.js` importa o ODS
 * DEPOIS do CSS — o catálogo é o último a falar, nos dois pipelines. Sem essa ordem, estas
 * regras perderiam todo empate, e no `npm run dev` perderiam até para o tema do Element UI.
 *
 * O seletor fica sem prefixo de propósito: o `el-input` é renderizado POR DENTRO do select, do
 * date-picker, do autocomplete e do time-picker, que não têm `.ods-input` em volta. Prefixar
 * deixaria o campo desses componentes sem borda e sem fundo. E as telas sobrescrevem
 * `.el-input__inner` em sete lugares — subir a especificidade viraria imposição.
 */
.el-input__inner {
  border-radius: inherit;
  background-color: white;
  padding: 5px 5px 3px 5px !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
/**
 * Foco no laranja da marca.
 *
 * Vinha o vermelho `ff4949` do `element.css`, de antes do catálogo — um tom que **não está na
 * paleta**: o vermelho de erro documentado é `#F56C6C`, e aquele só existia aqui e no
 * utilitário legado `.bg-danger`. O efeito era campo obrigatório com borda vermelha antes de a
 * pessoa digitar, lido como "você errou" — pior ainda na caixa que pede o número da carga.
 *
 * O tom está escrito sem `#` de propósito: o `paleta.spec.js` varre `src` inteiro à procura de
 * tons aposentados, e um comentário não deve ser o que derruba a guarda no dia em que este for.
 *
 * E o próprio componente já discordava de si mesmo: o `.el-textarea__inner:focus` lá embaixo
 * usa `#ef6638`. Agora os dois usam a cor da marca.
 */
.el-input__inner:focus {
  border-color: #ef6638;
}
.el-input {
  background-color: white !important;
  border-radius: 5px 5px 0 0;
}
.el-input__prefix {
  left: 0px;
}
.el-input__suffix {
  right: 8px;
}
.el-input__icon {
  width: auto;
}
.el-input--prefix .el-input__inner {
  padding-left: 25px !important;
}
.el-input--suffix .el-input__inner {
  padding-right: 25px;
}
.el-input--small .el-input__icon {
  line-height: 38px;
}
/* ícone do Font Awesome usado como prefixo — alinhamento vertical */
.el-input__prefix i.fa {
  margin-top: 17px;
}
/* o textarea é o mesmo componente (`type="textarea"`), com caixa própria */
.el-textarea__inner {
  padding: 5px 7px;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #ef6638;
}
















































/**
 * A identidade do select, vinda do `element.css` (Fase 7).
 *
 * Sem `scoped`: o `el-select` renderiza um `el-input` por dentro, e a lista de opções é montada
 * com `append-to-body`. Os seletores ficam como estavam — o `DestinoMercadoria.vue` usa
 * `popper-class="ncm-select"` com a mesma especificidade, e continua vencendo por ser mais
 * específico. Seguro porque o `main.js` importa o ODS depois do CSS.
 */
.ods-select {
  font-family: 'QuicksandRegular', Arial, sans-serif;
}
.el-select__tags input {
  margin-left: 0;
  border: none;
  display: inline;
}
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
  border-color: #ef6638;
}
.el-select-dropdown__item.selected {
  color: #ef6638 !important;
  font-weight: 700;
}
.el-select-dropdown__item:hover {
  background-color: rgba(239, 102, 56, 0.035) !important;
}















































/**
 * A identidade do formulário, vinda do `element.css` (Fase 7).
 *
 * Esta regra mora no FORM, e não no `OdsFormItem`, porque a condição está no pai: é o
 * `label-position="top"` do `el-form` que zera o padding do rótulo dos campos dentro dele.
 */
.ods-form.el-form--label-top[data-v-346740dd]  .el-form-item__label {
  padding: 0;
}




























/**
 * A identidade do campo de formulário, vinda do `element.css` (Fase 7).
 *
 * O asterisco de obrigatório é desenhado por pseudo-elemento no rótulo, e o `:before` é
 * neutralizado de propósito: o Element UI põe o asterisco ANTES do texto, e o produto o quer
 * depois. As duas metades precisam andar juntas — remover só uma faz aparecer asterisco dos
 * dois lados.
 *
 * Estas podem ser `scoped`: nenhuma tela disputa o asterisco nem o line-height do `--small`.
 */
.ods-form-item.is-required[data-v-08f301e9]  .el-form-item__label:after {
  content: '*';
  color: #f56c6c;
  margin-left: 2px;
}
.ods-form-item.is-required[data-v-08f301e9]  .el-form-item__label:before {
  content: '';
  display: none;
  margin-left: 0;
}
.ods-form-item.el-form-item--small[data-v-08f301e9]  .el-form-item__content,
.ods-form-item.el-form-item--small[data-v-08f301e9]  .el-form-item__label {
  line-height: inherit;
}





















































/**
 * A identidade da tabela, vinda do CSS global (Fase 7).
 *
 * **Sem `scoped` e com o seletor original.** Isso só é seguro porque o `main.js` importa o ODS
 * DEPOIS do CSS — o catálogo é o último a falar, nos dois pipelines. Sem essa ordem, estas
 * regras perderiam todo empate, e no `npm run dev` perderiam até para o tema do Element UI.
 *
 * **Quatro destas regras estão DORMENTES**, e precisam continuar assim: `.el-table tr th`
 * (0,1,2) perde para `.el-table th.el-table__cell` (0,2,1) do Element UI e nunca pintou. Uma
 * versão escopada subiria para (0,3,2), acordaria a regra e mudaria o fundo de todo cabeçalho
 * de tabela — isso chegou a ir para o ar e foi revertido. São candidatas a remoção, mas apagar
 * é decisão à parte.
 */
.el-table td,
.el-table th {
  padding: 6px 0 !important;
}
.el-table tbody tr:hover {
  background-color: transparent !important;
}
.el-table--enable-row-transition .el-table__body td {
  transition: inherit;
}
.el-table tr th {
  background-color: #eef1f6;
  font-weight: bold;
  white-space: nowrap;
}
.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #dfe6ec;
}
.el-table--border th {
  border-bottom: 1px solid #dfe6ec;
}
.el-table--border td,
.el-table--border th {
  border-right: 1px solid #dfe6ec;
  color: #1f2d3d;
}
.el-table .cell {
  word-break: normal;
}
/**
 * O CHECKBOX QUE A TABELA DESENHA — azul do theme-chalk em 9 telas com seleção, até aqui.
 *
 * A coluna `type="selection"` é montada pelo **próprio `el-table`**
 * (`packages/table/src/config.js`), com a `el-checkbox` dele — que nunca passa pelo `OdsCheckbox`
 * e por isso nunca teve a classe `.ods-checkbox` em ancestral nenhum.
 *
 * **E é por isso que ele já era azul antes desta card.** A primeira versão desta nota dizia que a
 * regra do `OdsCheckbox` pintava "as duas caixas" de um bloco global e que o Tier 1 teria tirado a
 * tinta da tabela. Não foi o que aconteceu: na `develop` aquele bloco é `scoped`, e os seletores
 * são `.ods-checkbox ::v-deep .el-checkbox__input.is-checked .el-checkbox__inner` — presos a um
 * ancestral que o elemento da tabela não tem. O comparador de CSS mediu os dois lados e desmentiu
 * a versão anterior: `rgb(64,158,255)` na `develop`, `rgb(239,102,56)` aqui.
 *
 * Então isto **não é a reparação de uma regressão da card, é uma correção de aparência que a card
 * traz** — e o QA que a encontrou (um print da Disponibilidade de Parceiros, duas linhas marcadas
 * em azul no meio de um app laranja) achou um defeito que já estava em produção.
 *
 * O ponto cego que o `identidade.spec.js` documenta continua valendo, e é o que explica ninguém
 * ter visto antes: "o componente não renderiza mais essa classe" não é o mesmo que "essa classe
 * não existe mais no DOM".
 *
 * **Por que a regra mora aqui e não no `OdsCheckbox`.** Quem renderiza esse elemento é a tabela,
 * então é a tabela que responde pela aparência dele. É também o que mantém a conta honesta: estas
 * duas classes entram no contrato do `OdsTable`, onde de fato estão.
 *
 * Os valores são os mesmos do `OdsCheckbox` — mesma marca, mesmo estado indeterminado (o
 * "selecionar todas" parcial do cabeçalho). **Só o que era imperceptível ficou de fora**, e foi
 * medido: a caixa em repouso do tema tem borda `#DCDFE6` contra o `#dddbe1` da paleta
 * (`rgb(220,223,230)` contra `rgb(221,219,225)`), e o desabilitado dele é `#f2f6fc` com `#dcdfe6`.
 * Repintar isso não muda nada em tela e custaria mais acoplamento — o que estava quebrado era a
 * cor de MARCA, e é ela que voltou.
 */
.el-table .el-checkbox__inner:hover,
.el-table .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #ef6638;
}
.el-table .el-checkbox__input.is-checked .el-checkbox__inner,
.el-table .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #ef6638;
  border-color: #ef6638;
}




































































































































































/**
 * A CAIXA. Valores do theme-chalk, copiados como estavam — estrutura não se reinventa numa
 * mudança de markup.
 */
.ods-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.ods-alert.is-center {
  justify-content: center;
}
/**
 * OS TIPOS.
 *
 * Três das quatro cores de texto **são** da paleta do ODS: `#67C23A`, `#E6A23C` e `#F56C6C`
 * estão documentadas como as cores de estado do produto (ver `tokens/paleta.js`). Não é
 * coincidência — o produto adotou as do Element UI há muito tempo, e o catálogo apenas
 * registrou.
 *
 * Os fundos pálidos (`#f0f9eb`, `#fdf6ec`, `#fef0f0`, `#f4f4f5`) e o cinza `#909399` do info
 * **não** estão na paleta: vieram do theme-chalk e ficaram como estavam. São 45 alertas em 37
 * telas, e trocar o fundo do info por `#efefef` ou o cinza por `#848484` é decisão de design
 * com efeito visível — não efeito colateral de uma reescrita de markup. Ficam registrados como
 * herdados, à vista, para essa conversa.
 */
.ods-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67c23a;
}
.ods-alert--success.is-light .ods-alert__description {
  color: #67c23a;
}
.ods-alert--success.is-dark {
  background-color: #67c23a;
  color: #ffffff;
}
.ods-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}
.ods-alert--info.is-dark {
  background-color: #909399;
  color: #ffffff;
}
.ods-alert--info .ods-alert__description {
  color: #909399;
}
.ods-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #e6a23c;
}
.ods-alert--warning.is-light .ods-alert__description {
  color: #e6a23c;
}
.ods-alert--warning.is-dark {
  background-color: #e6a23c;
  color: #ffffff;
}
.ods-alert--error.is-light {
  background-color: #fef0f0;
  color: #f56c6c;
}
.ods-alert--error.is-light .ods-alert__description {
  color: #f56c6c;
}
.ods-alert--error.is-dark {
  background-color: #f56c6c;
  color: #ffffff;
}
/**
 * A borda do tipo `info`, esta sim do produto (vinha do `element.css`).
 *
 * O `!important` é do original e continua necessário: sem ele, o `background` do próprio tipo
 * desenhava a caixa sem contorno em alguns fundos. O `#ddd` também é o valor original — é
 * legado, um passo da borda `#dddbe1` da paleta, e mudá-lo aqui seria mudar aparência num card
 * de markup.
 */
.ods-alert--info {
  border: 1px solid #ddd !important;
}
/**
 * O CONTEÚDO. O `padding` é do produto (vinha do `element.css`); o `display: table-cell` é do
 * theme-chalk e ficou por fidelidade — dentro de um container flex ele é neutralizado de
 * qualquer jeito, mas remover é mudança, não limpeza.
 */
.ods-alert__content {
  display: table-cell;
  padding: 2px 0 5px 0;
}
/**
 * O ÍCONE. `font-size` é o que controla o tamanho, e o SVG segue em `em` — é o que mantém
 * funcionando as quatro telas que escrevem `#Id .ods-alert .is-big { font-size: 18px }`.
 */
.ods-alert__icon {
  font-size: 16px;
  width: 16px;
}
.ods-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}
.ods-alert__icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.ods-alert__title {
  font-size: 13px;
  line-height: 18px;
}
/**
 * `font-weight: 700` sobre as Quicksand produz negrito SINTÉTICO — todas as quatro faces são
 * declaradas com `font-weight: normal`, e a família bold tem nome próprio (`QuicksandBold`).
 *
 * Ficou como estava, de propósito. Era o que o `.el-alert__title.is-bold` fazia, é o que os 8
 * alertas com descrição mostram hoje, e trocar por `font-family: 'QuicksandBold'` muda o
 * desenho do texto — melhoria de tipografia, não consequência de reescrever markup.
 */
.ods-alert__title.is-bold {
  font-weight: 700;
}
.ods-alert .ods-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}
/**
 * O BOTÃO DE FECHAR.
 *
 * Era um `<i>` com glifo de fonte e um `@click` — clicável com mouse e invisível para teclado e
 * leitor de tela. Virou `<button>` com `aria-label`, o que traz foco, `Enter`/`Espaço` e
 * anúncio de graça. Por isso as três primeiras declarações: um `<button>` chega com fundo,
 * borda e padding do browser, e o `<i>` não tinha nenhum dos três.
 *
 * `color` sai de `.is-light`/`.is-dark`, como no theme-chalk.
 */
.ods-alert__closebtn {
  background: none;
  border: 0;
  padding: 0;
  font-size: 12px;
  /* o `line-height: 1` vinha da fonte de ícones (`[class*=" el-icon-"]`), que saiu junto com o
     glifo — sem ele o botão ganharia a entrelinha normal do texto */
  line-height: 1;
  font-family: inherit;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.ods-alert__closebtn svg {
  width: 1em;
  height: 1em;
  display: block;
}
.ods-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 13px;
  top: 9px;
}
.ods-alert.is-light .ods-alert__closebtn {
  color: #c0c4cc;
}
.ods-alert.is-dark .ods-alert__closebtn,
.ods-alert.is-dark .ods-alert__description {
  color: #ffffff;
}
/**
 * Anel de foco no laranja da marca, como no OdsButton. O `el-alert` não tinha nenhum — o "x"
 * não era focável.
 */
.ods-alert__closebtn:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: 2px;
}
/* a transição de saída, que era `el-alert-fade` */
.ods-alert-fade-enter,
.ods-alert-fade-leave-active {
  opacity: 0;
}






















/**
 * A identidade da tag, vinda do `element.css` (Fase 7).
 *
 * Esta é a exceção da régua "margem é do container": tags aparecem em lista, quebram linha, e
 * o espaçamento entre elas é parte do componente, não do lugar onde ele está. O `!important`
 * é do original e vence o `margin` que o vendor.css não declara mas que o reset zera.
 *
 * A classe cai no `<span class="el-tag">`: o `el-tag` renderiza dentro de um `<transition>`,
 * que é componente abstrato e repassa `class` e scope id ao filho real.
 */
.ods-tag[data-v-30570b2a] {
  margin: 0 5px 5px 0 !important;
}





























/**
 * A identidade do seletor de data, vinda do CSS global (Fase 7).
 *
 * **Sem `scoped` e com o seletor original.** Isso só é seguro porque o `main.js` importa o ODS
 * DEPOIS do CSS — o catálogo é o último a falar, nos dois pipelines. Sem essa ordem, estas
 * regras perderiam todo empate, e no `npm run dev` perderiam até para o tema do Element UI.
 *
 * O calendário (`.el-picker-panel`) e o editor de intervalo são montados com `append-to-body`,
 * fora da árvore do componente — nenhum escopo os alcança.
 *
 * ATENÇÃO à ordem do `margin-left` do último campo do intervalo: o produto declara `17px` e
 * `10px`, e o que valia era o `10px`, por vir depois. A ordem abaixo reproduz isso.
 */
.el-date-editor {
  width: 100% !important;
  justify-content: space-between;
  background-color: white !important;
  border-radius: 5px 5px 0 0;
}
.el-date-editor .el-input__inner {
  padding-left: 25px !important;
}
.el-date-editor .el-input__prefix {
  margin-left: -7px;
  margin-top: 2px;
  top: 1px;
}
.el-form-item--small .el-date-editor .el-input__prefix {
  margin-top: 0px;
}
.el-date-editor .el-input__suffix {
  right: 0px;
}
.el-date-editor i {
  margin-top: -2px;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.el-date-editor .el-range-input {
  padding-top: 3px;
}
.el-range-input {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.el-range-editor input {
  background-color: transparent;
}
.el-range-editor input:last-of-type {
  margin-left: 17px;
}
.el-range-editor input:first-of-type {
  margin-right: 10px;
}
.el-range-editor input:last-of-type {
  margin-left: 10px;
}
.el-picker-panel [slot='sidebar'],
.el-picker-panel__sidebar {
  width: 130px;
}
.el-picker-panel [slot='sidebar'] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 130px;
}



















/**
 * A identidade do item de timeline, vinda do `element.css` (Fase 7).
 *
 * Zera o respiro do último item para a linha do tempo não terminar com um vão — o
 * `el-timeline-item` aplica `padding-bottom: 20px` em todos, inclusive no fim.
 */
.ods-timeline-item[data-v-5924fb7d]:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}





























/**
 * Equivalente exato de `.titulo_secao` do estilos.css.
 *
 * Os valores são literais porque o projeto não usa custom properties nem pré-processador.
 * A consistência com o resto do produto é garantida por src/ods/tokens/paleta.spec.js —
 * em especial o `#ef6638`, que é o laranja da marca e não pode divergir.
 *
 * Repare que o título usa a família REGULAR, não a bold — é o peso que o produto sempre
 * usou aqui, e trocar mudaria a cara de 73 telas.
 */
.ods-page-title[data-v-2823be9b] {
  font-family: 'QuicksandRegular', Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #ef6638;
}



































































/**
 * A aparência vinha do `.btn` do `estilos.css`, replicada aqui declaração por declaração.
 *
 * **Não herdava nada do `.btn`**: o objetivo era justamente permitir que aquelas regras fossem
 * apagadas quando o último `class="btn"` saísse dos templates. Foi o que aconteceu — a base
 * `.btn` não existe mais, e este bloco é agora a única definição dessas declarações para link.
 *
 * ### O `display: inline-block` que faltava, e por que ele entrou depois
 *
 * A Fase 7 deixou este bloco **sem** `display` e sem `line-height`, de propósito: o `.btn` também
 * não define, então um `<a class="btn">` sempre foi inline com padding, e acrescentar mudaria o
 * alinhamento dos 59 links que existiam na época.
 *
 * O QA da TRKM-2665 mostrou o preço disso — e o inventário mostrou que a razão tinha vencido:
 *
 * - **medido em navegador:** o link dava **39px** de altura contra **34px** do `OdsButton`. Como
 *   elemento inline, ele usa `line-height: normal` (~12px) em vez do `1` do botão, e sobra em cima
 *   e embaixo. Nas 4 telas onde os dois ficam colados — Meus Fretes, Performance, Cadastro do
 *   embarcador e o Template padrão — a diferença salta aos olhos;
 * - **e sobrava 1** elemento com `class="btn"` no produto, contra 56 `<ods-link>`. (O inventário
 *   dizia 2; o segundo casamento era `class="btn-copiar"`, outra classe — o `\bbtn\b` casava por
 *   causa do hífen.) A regra estava sendo preservada por causa de âncoras que já viraram
 *   componente.
 *
 * Então as duas declarações entraram, e agora os dois controles têm a mesma caixa. Não foi
 * regressão da reescrita: o botão foi medido antes e depois e dá 34px nos dois casos.
 */
.ods-link[data-v-eb193358] {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-family: 'QuicksandBold', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  margin: 0 2px;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
}
/* equivale a `class="btn laranja"` — a transição vem do `.laranja`, que o link deixa de ter */
.ods-link.ods-link--primary[data-v-eb193358] {
  background-color: #ef6638;
  border: 1px solid #ef6638;
  color: #ffffff;
  transition: all 0.3s linear;
}
/* equivale a `class="btn branco"` */
.ods-link.ods-link--secondary[data-v-eb193358] {
  background-color: #ffffff;
  color: #ef6638;
  border: 1px solid #848484;
}
/**
 * Anel de foco para navegação por teclado, pelo mesmo motivo do `OdsButton`: o produto
 * neutraliza a mudança de cor no `:focus`, então sem isto quem navega por teclado não enxerga
 * onde está. `:focus-visible` para não aparecer no clique de mouse.
 */
.ods-link[data-v-eb193358]:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: 2px;
}














































/**
 * A identidade do painel, vinda do `estilos.css` (Fase 7).
 *
 * O seletor continua sendo `.campos`, e não `.ods-panel`, de propósito: é ele que os 88
 * seletores das telas usam como âncora. Trocar mudaria qual regra vence naqueles pontos.
 *
 * Sem `scoped` pela mesma razão — e é seguro porque o catálogo é o último a ser emitido
 * (ver o `identidade.spec.js`).
 */
.campos {
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 5px 36px -10px rgba(200, 200, 200, 1);

  height: auto;
  padding: 10px;

  z-index: 2;
}























/**
 * Equivalente exato de `.negrito` + `.t12` + `.cinza` do estilos.css:
 *   .negrito  font-family: 'QuicksandBold'
 *   .t12      font-size: 12px; letter-spacing: 0.1em; line-height: 20px
 *   .cinza    color: #848484
 *
 * Os valores são literais porque o projeto não usa custom properties nem pré-processador.
 * A consistência com o resto do produto é garantida por src/ods/tokens/paleta.spec.js —
 * ao mudar qualquer um destes, o teste aponta os outros lugares que precisam acompanhar.
 *
 * Sem `margin`: hoje o espaçamento é decidido por quem usa (`style="margin-bottom: 15px"`
 * na maioria dos casos, mas não em todos). Impor uma margem mudaria as 138 ocorrências de
 * uma vez — é uma decisão de espaçamento a tomar à parte, não um efeito colateral desta
 * troca. O texto sai como veio: o caixa alta está no conteúdo, não em text-transform.
 */
.ods-section-title[data-v-b69bd44a] {
  font-family: 'QuicksandBold', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #848484;
}



























/**
 * Equivalente ao `.box-card` que estava repetido nas telas. Os valores são literais porque
 * o projeto não usa custom properties — a consistência é garantida por
 * src/ods/tokens/paleta.spec.js, que trava o cinza de texto e as famílias.
 *
 * Sem `margin`: das 24 cópias, 22 usavam `margin-top: 2rem`, 9 `margin: 17px 0` e outras
 * variavam. Não há consenso a herdar, e impor um valor mexeria no espaçamento de 81 cards.
 */
.ods-card[data-v-5a2bceb7] {
  font-size: 15px;
  color: #848484;
}




































































































































































































































/**
 * O VÉU. Criado por JavaScript (`utils/popup.js`), então a regra tem que ser global — não há
 * template onde escrevê-lo.
 *
 * Valores do theme-chalk (`.v-modal`): preto a 50%, cobrindo a viewport.
 */
.ods-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.ods-modal--entrando {
  animation: ods-modal-entrada 0.2s ease;
}
@keyframes ods-modal-entrada {
from {
    opacity: 0;
}
}
/** A trava de scroll do corpo, aplicada pelo gerenciador enquanto houver diálogo aberto. */
.ods-popup-travado {
  overflow: hidden;
}
/**
 * A CAIXA e o ENVELOPE. Valores do theme-chalk, copiados como estavam.
 *
 * O envelope é quem rola quando o diálogo é mais alto que a tela, e é nele que o clique de "fora"
 * acontece (`@click.self`) — o véu fica atrás e não precisa escutar nada.
 */
.ods-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}
.ods-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}
.ods-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
/**
 * O CABEÇALHO — e aqui a identidade do produto entra por cima do tema: laranja da marca com título
 * branco, no lugar do cabeçalho branco com título `#303133` do Element UI.
 *
 * Estas regras vinham do `element.css` e passaram pela Fase 7 como `.ods-dialog .el-dialog__header`
 * (o gancho do `custom-class`). Agora são o elemento, não um seletor emprestado.
 */
.ods-dialog__header {
  padding: 20px 20px 10px;
  padding-top: 15px;
  background-color: #ef6638;
  color: #ffffff;
  font-weight: 600;
}
.ods-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
}
/**
 * O `!important` que SAIU.
 *
 * As regras de título e de fechar tinham `color: white !important` desde o `element.css`, para
 * vencer o `.el-dialog__title { color: #303133 }` do theme-chalk, que empatava em (0,1,0). Sem a
 * classe do Element UI não há mais empate — é o quinto `!important` que a TRKM-2665 apaga.
 */
.ods-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}
/**
 * O X, que era o glifo `el-icon-close` da fonte do Element UI e virou SVG — o quinto ícone que a
 * reescrita tira da fonte de terceiro.
 *
 * A pastilha translúcida e o giro de 180° no hover são identidade do produto (`element.css`,
 * Fase 7). O `float: right` e as margens negativas vinham de lá e ficaram: o botão é
 * absoluto, então elas só afinam o encaixe no canto.
 */
.ods-dialog__close {
  display: block;
  width: 16px;
  height: 16px;
  color: #ffffff;
  background-color: #ffffff20;
  padding: 5px;
  float: right;
  border-radius: 25px;
  margin-top: -7px;
  margin-right: -5px;
  transition: transform 0.5s;
  box-sizing: content-box;
}
.ods-dialog__headerbtn:hover .ods-dialog__close,
.ods-dialog__headerbtn:focus .ods-dialog__close {
  transform: rotate(180deg);
}
.ods-dialog__headerbtn:focus-visible .ods-dialog__close {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
/**
 * O CORPO. O `word-break: normal` é do PRODUTO (a Fase 7 o trouxe do `element.css`): o
 * `break-all` do theme-chalk quebrava palavra no meio nas mensagens longas.
 */
.ods-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: normal;
}
/**
 * O RODAPÉ cinza — identidade do produto, e a última regra de diálogo que ainda estava no
 * `element.css`. O padding do tema (`10px 20px 20px`) é sobrescrito pelo do produto.
 */
.ods-dialog__footer {
  padding: 10px 20px 20px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-align: right;
  box-sizing: border-box;
  background-color: #efefef;
}
/**
 * A ANIMAÇÃO de entrada e saída. Valores do theme-chalk (`dialog-fade`), com nome próprio: manter
 * `dialog-fade` faria a animação depender do CSS do Element UI sem nenhum `.el-` à vista — o pior
 * tipo de dependência, a que não aparece na contagem do contrato.
 */
.ods-dialog-fade-enter-active {
  animation: ods-dialog-entrada 0.3s;
}
.ods-dialog-fade-leave-active {
  animation: ods-dialog-saida 0.3s;
}
@keyframes ods-dialog-entrada {
from {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes ods-dialog-saida {
from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
to {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
}





























































/**
 * **Aqui ficaram SÓ as quatro melhorias**, e essa é a mudança do Tier 3 neste arquivo.
 *
 * Antes o bloco repetia o cabeçalho laranja, a cor do título e o botão de fechar inteiros —
 * precisava, porque os dois componentes eram irmãos sobre o mesmo `el-dialog` e nada era herdado.
 * Agora a caixa **é** um `OdsDialog`: a caixa dela carrega as duas classes, e a identidade do
 * diálogo chega pela cascata. Repetir aqui seria manter duas cópias do mesmo laranja.
 *
 * **O que a duplicação protegia continua protegido, e era só um sentido.** O risco nunca foi o
 * diálogo mudar e a caixa acompanhar — isso é desejável, é a mesma identidade de produto. O risco
 * era o inverso: uma melhoria pensada para mensagem curta chegar aos 101 diálogos que mostram
 * tabela e formulário. Por construção, não chega: estes seletores exigem a classe da caixa.
 *
 * Os seletores ganharam um nível — `.ods-box-dialog .ods-dialog__title` é (0,2,0) contra o
 * (0,1,0) do `OdsDialog` —, então a melhoria vence o padrão sem `!important`. Os
 * `color: white !important` que existiam aqui eram para vencer o theme-chalk, e saíram junto.
 *
 * Sem `scoped`, pelo mesmo motivo do original: com `append-to-body` o DOM sai da árvore do
 * componente e escopo nenhum alcança. Quem mira é a classe da caixa.
 */
/**
 * **Melhoria 1 — o título reserva a área do botão de fechar.**
 *
 * O X é `position: absolute`, e sem reserva a segunda linha do título corre por baixo dele. Só
 * aparece com título longo: 2 dos 23 títulos das caixas passam de 34 caracteres, que é o ponto
 * de quebra a 440px. O `line-height` de 24px do Element UI é folgado para duas linhas de 18px;
 * 22px aperta o par sem encostar as letras.
 */
.ods-box-dialog .ods-dialog__title {
  padding-right: 44px;
  line-height: 22px;
}
/**
 * **Melhoria 4 — ritmo vertical.**
 *
 * O padrão do Element UI é `30px 20px`. A mensagem mediana do produto tem 43 caracteres e 35
 * das 37 cabem em 120 — numa caixa de uma linha de texto, o padding de 30px mais o respiro do
 * ícone faziam mais da metade da altura do corpo ser espaço vazio. O rodapé já tem folga
 * própria, então o de baixo pode ser menor.
 */
.ods-box-dialog .ods-dialog__body {
  padding: 22px 24px 24px;
}
/**
 * **Melhoria 2 — um eixo só.**
 *
 * Antes o ícone era centralizado e o texto ficava à esquerda: a única coisa da caixa fora de um
 * alinhamento comum, e o que dava a sensação de desalinho. Centralizar (em vez de alinhar tudo
 * à esquerda) é o que a mediana de 43 caracteres favorece — em mensagem curta, texto
 * centralizado sob o ícone lê como alerta deliberado.
 */
.ods-box-dialog .ods-box__icon,
.ods-box-dialog .ods-box__message {
  text-align: center;
}
.ods-box-dialog .ods-box__icon {
  margin-bottom: 14px;
  line-height: 0;
}
/**
 * O campo da pergunta com input volta a ser alinhado à esquerda: texto que a pessoa digita
 * centralizado salta de posição a cada tecla.
 */
.ods-box-dialog .ods-box__field {
  margin-top: 16px;
  text-align: left;
}












































































































































































































/**
 * O invólucro. Valores do theme-chalk, copiados como estavam.
 *
 * O `position: relative` do tema era para o popper ancorar; aqui o menu é `fixed` e ancora na tela.
 * Ficou de propósito: é ele que mantém o `.ods-dropdown` como caixa de referência para qualquer
 * coisa que a tela posicione dentro do gatilho.
 */
.ods-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}
/**
 * O gatilho é um `<span role="button">` e não um `<button>` de verdade porque o conteúdo dele vem
 * da tela — em 9 dos 23 usos é um `<ods-button>`, e botão dentro de botão é HTML inválido.
 */
.ods-dropdown__gatilho {
  display: inline-block;
  outline: 0;
}
.ods-dropdown__gatilho:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: 2px;
  border-radius: 3px;
}
.ods-dropdown.is-disabled .ods-dropdown__gatilho {
  cursor: not-allowed;
  color: #bbbbbb;
}
























































































































































/**
 * A CAIXA do menu. Valores do theme-chalk, com o `position` trocado por `fixed` (o posicionamento
 * é calculado no componente) e o `margin` do popper substituído pela folga de 12px, que agora entra
 * na conta do `top`.
 *
 * **As margens não vieram, e as duas foram medidas.** O tema dava `margin: 5px 0` e o produto
 * acrescentava `margin-right: 14px !important`:
 *
 * - o `margin-top` de 5px **nunca valia** no menu aberto: o `.el-popper[x-placement^=bottom]` do
 *   tema sobrescreve com 12px, e é (0,2,0) contra (0,1,0). Os 12px são a folga real, e agora entram
 *   na conta do `top` em vez de virem de margem;
 * - o `margin-right` de 14px não deslocava nada. O popper posiciona por `transform` com `left: 0`,
 *   e margem à direita em caixa de largura automática assim não move a caixa — no máximo estreita o
 *   espaço disponível. Era regra inerte.
 *
 * Com o posicionamento calculado aqui, margem em qualquer lado se somaria ao `top`/`left` e
 * desalinharia a setinha. Por isso `margin: 0`.
 */
.ods-dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
/**
 * O ITEM. `line-height: 36px` e `#606266` são do theme-chalk e ficaram como estavam.
 */
.ods-dropdown-menu__item {
  position: relative;
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}
/**
 * Sob o cursor e com foco, na cor da marca — identidade do produto (`element.css`, Fase 7), no
 * lugar do azul `#ecf5ff`/`#66b1ff` do tema.
 *
 * **Os dois `!important` saíram**: existiam para vencer o
 * `.el-dropdown-menu__item:not(.is-disabled):hover` do vendor, que empatava em especificidade. Sem
 * a classe do Element UI não há empate — é o sexto `!important` que a TRKM-2665 apaga.
 */
.ods-dropdown-menu__item:focus,
.ods-dropdown-menu__item:not(.is-disabled):hover {
  background-color: rgba(239, 102, 56, 0.035);
  color: #ef6638;
}
/** O espaço entre o ícone e o rótulo — 8px é do produto; o tema dava 5px. */
.ods-dropdown-menu__item i {
  margin-right: 8px;
}
.ods-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbbbbb;
  pointer-events: none;
}
/**
 * A LINHA SEPARADORA (`divided`, 21 usos). O `::before` de 6px em fundo branco é o truque do
 * theme-chalk para a linha não encostar no item de cima: ele "come" a margem.
 */
.ods-dropdown-menu__item--divided {
  margin-top: 6px;
  border-top: 1px solid #ebeef5;
}
.ods-dropdown-menu__item--divided::before {
  content: '';
  display: block;
  height: 6px;
  margin: 0 -20px;
  background-color: #ffffff;
}
/**
 * A SETINHA que aponta para o gatilho.
 *
 * No Element UI ela é um `<span class="popper__arrow">` que o popper.js insere e posiciona, com o
 * triângulo feito de bordas e um segundo triângulo branco no `::after` cobrindo a borda cinza. Aqui
 * é a mesma técnica — o que muda é quem calcula o `left` (o componente, apontando para o centro do
 * gatilho).
 */
.ods-dropdown-menu__seta,
.ods-dropdown-menu__seta::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}
.ods-dropdown-menu__seta {
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.ods-dropdown-menu__seta::after {
  content: ' ';
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/** A entrada, no lugar do `el-zoom-in-top` do Element UI: mesma ideia, nome próprio. */
.ods-dropdown-fade-enter-active,
.ods-dropdown-fade-leave-active {
  transition: opacity 0.2s, transform 0.2s;
  transform-origin: center top;
}
.ods-dropdown-fade-enter,
.ods-dropdown-fade-leave-to {
  opacity: 0;
  transform: scaleY(0.9);
}































































































/**
 * A LINHA.
 *
 * `#dddbe1` é a borda da paleta do ODS. O theme-chalk usava `#DCDFE6` — dois cinzas claros a
 * um passo um do outro, imperceptíveis numa linha de 1px. **A escolha foi a paleta**: importar
 * o tom do Element UI para dentro do catálogo criaria um tom fantasma, documentado em lugar
 * nenhum, com a única justificativa de "era o que vinha do vendor". Onde a diferença for
 * visível, a decisão é a oposta — ver o texto, logo abaixo.
 */
.ods-divider {
  background-color: #dddbe1;
  position: relative;
}
.ods-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}
.ods-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}
/**
 * O TEXTO sobreposto.
 *
 * O fundo opaco é o que abre o vão na linha atrás das letras — sem ele a régua atravessa o
 * texto. O `#efefef` (fundo suave da paleta) é a única regra que o produto já tinha escrito
 * para o divisor; as outras quatro propriedades vinham do theme-chalk.
 *
 * `color: #303133` e `font-weight: 500` **não são da paleta** e ficaram assim mesmo. Aqui a
 * diferença é visível: é texto de 14px que se lê, em rótulos como "DADOS DO MOTORISTA" dentro
 * de diálogo. Trocar para o cinza `#848484` do produto clarearia 20 rótulos de uma vez, o que
 * é decisão de design — não efeito colateral de uma reescrita de markup. Fica registrado como
 * tom herdado, à vista, em vez de silenciosamente normalizado.
 *
 * O 500 sobre as Quicksand não produz negrito sintético (a síntese começa em 600), então ele
 * é inócuo e honesto: reproduz o que está na tela hoje.
 */
.ods-divider__text {
  position: absolute;
  background-color: #efefef;
  padding: 0 20px;
  font-weight: 500;
  color: #303133;
  font-size: 14px;
}
.ods-divider__text.is-left {
  left: 20px;
  transform: translateY(-50%);
}
.ods-divider__text.is-center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ods-divider__text.is-right {
  right: 20px;
  transform: translateY(-50%);
}


.ods-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.ods-switch.is-disabled {
  opacity: 0.6;
}
.ods-switch.is-disabled .ods-switch__core,
.ods-switch.is-disabled .ods-switch__label {
  cursor: not-allowed;
}

/**
 * O `<input>` real, invisível mas focável — é ele que dá teclado e leitura de tela de graça.
 * `opacity: 0` com tamanho zero, e não `display: none`, porque elemento escondido não recebe foco.
 */
.ods-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

/**
 * O TRILHO.
 *
 * `#dddbe1` é a borda da paleta do ODS, no lugar do `#DCDFE6` do theme-chalk — a mesma decisão do
 * divisor, e pela mesma razão: dois cinzas claros a um passo um do outro, e o tom do vendor não
 * está documentado em lugar nenhum. O estado ligado é o laranja da marca, que já era do produto.
 */
.ods-switch__core {
  margin: 0;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dddbe1;
  outline: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #dddbe1;
  transition: border-color 0.3s, background-color 0.3s;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

/* a bolinha */
.ods-switch__core:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
}

/**
 * O estado ligado no laranja da marca. Era a regra do produto que vivia acoplada
 * (`.ods-switch.is-checked ::v-deep .el-switch__core`), e agora mira classe própria.
 */
.ods-switch.is-checked .ods-switch__core {
  border-color: #ef6638;
  background-color: #ef6638;
}
.ods-switch.is-checked .ods-switch__core:after {
  left: 100%;
  margin-left: -17px;
}

/**
 * OS RÓTULOS. Dois usos reais, os dois com `inactive-text`.
 *
 * `color: #303133` e `font-weight: 500` vieram do theme-chalk e ficaram — é texto de 14px que se
 * lê, e uma das telas já o sobrescreve para o `#848484` da paleta. O ativo é o laranja da marca,
 * que era a outra regra acoplada do produto.
 */
.ods-switch__label {
  transition: 0.2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.ods-switch__label.is-active {
  color: #ef6638;
}
.ods-switch__label--left {
  margin-right: 10px;
}
.ods-switch__label--right {
  margin-left: 10px;
}
.ods-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}

/**
 * Anel de foco para teclado — o `el-switch` não tinha nenhum.
 *
 * O foco vai para o `<input>`, que é invisível, então o anel tem de ser desenhado no trilho.
 * `:focus-visible` para não aparecer no clique de mouse. É a mesma regra do OdsButton, com o
 * mesmo laranja.
 */
.ods-switch__input:focus-visible + .ods-switch__core,
.ods-switch__input:focus-visible ~ .ods-switch__core {
  outline: 2px solid #ef6638;
  outline-offset: 2px;
}


.ods-radio {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  margin-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1;
  outline: 0;
  position: relative;
  display: inline-block;
}
.ods-radio:last-child {
  margin-right: 0;
}
.ods-radio__input {
  white-space: nowrap;
  line-height: 1;
  outline: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

/**
 * O CÍRCULO.
 *
 * `#dddbe1` (borda da paleta) no lugar do `#DCDFE6` do theme-chalk — a mesma decisão do divisor,
 * do trilho da chave e do quadradinho do checkbox. O marcado é o laranja da marca, que já era
 * regra do produto.
 */
.ods-radio__inner {
  border: 1px solid #dddbe1;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.ods-radio__inner:hover {
  border-color: #ef6638;
}

/* o ponto do meio, que cresce quando marca */
.ods-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}
.ods-radio__input.is-checked .ods-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}

/* as duas regras de identidade do produto, agora mirando classe própria */
.ods-radio__input.is-checked .ods-radio__inner {
  border-color: #ef6638;
  background: #ef6638;
}
.ods-radio__input.is-checked + .ods-radio__label {
  color: #ef6638;
}
.ods-radio__input.is-focus .ods-radio__inner {
  border-color: #ef6638;
}

/**
 * DESABILITADO — tons do theme-chalk, que o produto nunca sobrescreveu. `#c8c9cc` é o
 * "desabilitado" da paleta, no lugar do `#C0C4CC` do tema (o mesmo tom, uma casa acima).
 */
.ods-radio__input.is-disabled .ods-radio__inner,
.ods-radio__input.is-disabled.is-checked .ods-radio__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  cursor: not-allowed;
}
.ods-radio__input.is-disabled .ods-radio__inner::after {
  cursor: not-allowed;
  background-color: #f5f7fa;
}
.ods-radio__input.is-disabled.is-checked .ods-radio__inner::after {
  background-color: #c8c9cc;
}
.ods-radio__input.is-disabled + span.ods-radio__label {
  color: #c8c9cc;
  cursor: not-allowed;
}

/**
 * O `<input>` real: invisível e fora da ordem de tabulação. Quem recebe foco é o `<label>`, que é
 * quem carrega `role="radio"` — é isso que faz o anel de foco coincidir com o que o leitor de
 * tela anuncia.
 */
.ods-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/**
 * Anel de foco no laranja da marca. O theme-chalk desenhava o mesmo anel no azul `#409EFF`; a
 * cadeia de `:not()` é dele e existe para o anel aparecer só na navegação por teclado, e não
 * enquanto o rádio está sendo clicado.
 */
.ods-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .ods-radio__inner {
  box-shadow: 0 0 2px 2px #ef6638;
}
.ods-radio__label {
  font-size: 14px;
  padding-left: 10px;
}

/**
 * A VARIANTE COM BORDA — 8 usos reais, o único do Tier 1 em que ela não é teórica.
 *
 * O `is-checked` usa o laranja da marca, e não o azul do theme-chalk: é a mesma régua do
 * checkbox e do badge.
 */
.ods-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #dddbe1;
  box-sizing: border-box;
  height: 40px;
}
.ods-radio.is-bordered.is-checked {
  border-color: #ef6638;
}
.ods-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #dddbe1;
}
.ods-radio.is-bordered + .ods-radio.is-bordered {
  margin-left: 10px;
}
.ods-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}
.ods-radio--medium.is-bordered .ods-radio__label {
  font-size: 14px;
}
.ods-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}
.ods-radio--small.is-bordered .ods-radio__label {
  font-size: 12px;
}
.ods-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}
.ods-radio--mini.is-bordered .ods-radio__label {
  font-size: 12px;
}
.ods-radio--small.is-bordered .ods-radio__inner,
.ods-radio--mini.is-bordered .ods-radio__inner {
  height: 12px;
  width: 12px;
}






























































































































































/**
 * Do theme-chalk, e nada além disso — o produto nunca escreveu regra para o grupo de rádio.
 *
 * `font-size: 0` é o truque para matar o espaço em branco entre os filhos inline (cada filho
 * declara o próprio tamanho, então nada herda o zero); `line-height: 1` e `vertical-align` fazem o
 * grupo assentar na linha junto com um rótulo ao lado.
 */
.ods-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}




























































































































































































































































/**
 * A CAIXA e o CABEÇALHO. Valores do theme-chalk, copiados como estavam.
 */
.ods-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}
.ods-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
/**
 * A linha de base atrás das abas. No theme-chalk ela é o `::after` do nav-wrap, e continua
 * sendo: é o que dá o trilho cinza por onde a barra laranja desliza.
 */
.ods-tabs__nav-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}
.ods-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform 0.3s;
  float: left;
}
/**
 * A BARRA ATIVA — a identidade que o produto já tinha (vinha do `element.css`, Fase 7): o
 * laranja da marca no lugar do azul `#409EFF` do tema.
 *
 * `width`/`height` e o `transform` vêm do style inline, medidos do DOM. A transição é do tema e
 * é o que faz a barra deslizar em vez de pular.
 */
.ods-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ef6638;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
/**
 * A ABA. `font-weight: 500` e `#303133` são do theme-chalk e ficaram como estavam — é texto de
 * 14px que se lê, e clarear as 7 telas de abas é decisão de design.
 */
.ods-tabs__item {
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
  cursor: pointer;
}
/**
 * Ativa e sob o cursor na cor da marca. O par na mesma regra é do produto e é intencional: a
 * aba sob o cursor antecipa a cor da ativa.
 */
.ods-tabs__item.is-active,
.ods-tabs__item:hover {
  color: #ef6638;
}
.ods-tabs__item.is-disabled {
  color: #c8c9cc;
  cursor: default;
}
/* anel de foco para navegação por teclado — o el-tabs não tinha nenhum */
.ods-tabs__item:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: -2px;
}
.ods-tabs__content {
  overflow: hidden;
  position: relative;
}
/**
 * ABAS DE LADO (`tab-position="left"`, 2 usos reais).
 *
 * O `overflow: inherit` no lugar do `hidden` do tema é regra do PRODUTO, migrada na Fase 7: com
 * `hidden` o conteúdo alto das abas de documento ficava cortado.
 */
.ods-tabs--left,
.ods-tabs--right {
  overflow: inherit;
}
.ods-tabs--left .ods-tabs__header.is-left,
.ods-tabs--right .ods-tabs__header.is-right {
  margin-bottom: 0;
}
.ods-tabs--left .ods-tabs__header.is-left {
  float: left;
  margin-right: 10px;
}
.ods-tabs--right .ods-tabs__header.is-right {
  float: right;
  margin-left: 10px;
}
.ods-tabs--left .ods-tabs__nav-wrap,
.ods-tabs--right .ods-tabs__nav-wrap {
  height: 100%;
  margin-bottom: 0;
}
.ods-tabs--left .ods-tabs__nav-wrap.is-left {
  margin-right: -1px;
}
.ods-tabs--right .ods-tabs__nav-wrap.is-right {
  margin-left: -1px;
}
/* o trilho vira vertical, do lado de fora da coluna de abas */
.ods-tabs--left .ods-tabs__nav-wrap.is-left::after,
.ods-tabs--right .ods-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}
.ods-tabs--left .ods-tabs__nav-wrap.is-left::after {
  right: 0;
  left: auto;
}
.ods-tabs--right .ods-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}
.ods-tabs--left .ods-tabs__nav,
.ods-tabs--right .ods-tabs__nav {
  float: none;
}
.ods-tabs--left .ods-tabs__item,
.ods-tabs--right .ods-tabs__item {
  display: block;
}
.ods-tabs--left .ods-tabs__item.is-left {
  text-align: right;
}
/* a barra deita: fica fina e alta, encostada na borda que separa abas e conteúdo */
.ods-tabs--left .ods-tabs__active-bar,
.ods-tabs--right .ods-tabs__active-bar {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}
/* o 1px de folga é do produto (element.css, Fase 7) */
.ods-tabs--left .ods-tabs__active-bar.is-left {
  right: 0;
  left: auto;
  margin-right: 1px;
}
.ods-tabs--right .ods-tabs__active-bar.is-right {
  left: 0;
}


































































































































































































































/**
 * A CAIXA.
 *
 * As quatro primeiras propriedades e o `margin-top` vinham do `estilos.css` do produto; o resto é
 * do theme-chalk. O `display: unset` seguido de `label.ods-checkbox { display: block }` é a dupla
 * do original: a primeira zera o `inline-block` do tema e a segunda repõe `block`, vencendo por
 * ter o tipo no seletor. As duas andam juntas — mexer numa sem a outra muda o fluxo das 12 caixas.
 */
.ods-checkbox,
.ods-checkbox .ods-checkbox__input {
  display: unset;
  font-weight: normal;
  margin-top: 10px;
  font-family: 'QuicksandRegular', Arial, sans-serif;
}
.ods-checkbox {
  color: #606266;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  margin-right: 30px;
}
label.ods-checkbox {
  float: none;
  display: block;
}
/* o irmão adjacente do estilos.css: caixas empilhadas não recuam */
.ods-checkbox + .ods-checkbox {
  margin-left: 0;
}
.ods-checkbox:last-of-type {
  margin-right: 0;
}
.ods-checkbox__input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  outline: 0;
  line-height: 1;
  position: relative;
}
/**
 * O QUADRADINHO.
 *
 * `#dddbe1` (borda da paleta) no lugar do `#DCDFE6` do theme-chalk — a mesma decisão do divisor e
 * do trilho da chave. O marcado é o laranja da marca, que já era regra do produto.
 */
.ods-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dddbe1;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.ods-checkbox__inner:hover {
  border-color: #ef6638;
}
/* o "tique": uma borda em L girada, que cresce no eixo Y quando marca */
.ods-checkbox__inner::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.ods-checkbox__input.is-checked .ods-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
/**
 * Marcado e indeterminado no laranja da marca — eram as regras do produto que viviam acopladas
 * (`.ods-checkbox ::v-deep .el-checkbox__input.is-checked .el-checkbox__inner`).
 */
.ods-checkbox__input.is-checked .ods-checkbox__inner,
.ods-checkbox__input.is-indeterminate .ods-checkbox__inner {
  background-color: #ef6638;
  border-color: #ef6638;
}
.ods-checkbox__input.is-focus .ods-checkbox__inner {
  border-color: #ef6638;
}
/* o traço do estado indeterminado, no lugar do tique */
.ods-checkbox__input.is-indeterminate .ods-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #ffffff;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.ods-checkbox__input.is-indeterminate .ods-checkbox__inner::after {
  display: none;
}
/**
 * DESABILITADO. Os tons de cinza são os do theme-chalk — o produto nunca escreveu regra para
 * caixa desabilitada, e inventar aparência é o oposto do que este catálogo faz. `#c8c9cc` é o
 * "desabilitado" da paleta e entra onde o tema usava `#C0C4CC`, que é o mesmo tom uma casa acima.
 */
.ods-checkbox__input.is-disabled .ods-checkbox__inner {
  background-color: #edf2fc;
  border-color: #dddbe1;
  cursor: not-allowed;
}
.ods-checkbox__input.is-disabled .ods-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #c8c9cc;
}
.ods-checkbox__input.is-disabled.is-checked .ods-checkbox__inner,
.ods-checkbox__input.is-disabled.is-indeterminate .ods-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dddbe1;
}
.ods-checkbox__input.is-disabled.is-checked .ods-checkbox__inner::after {
  border-color: #c8c9cc;
}
.ods-checkbox__input.is-disabled.is-indeterminate .ods-checkbox__inner::before {
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.ods-checkbox__input.is-disabled + span.ods-checkbox__label {
  color: #c8c9cc;
  cursor: not-allowed;
}
/**
 * O `<input>` real: invisível, mas presente e focável. É ele que dá teclado, `Espaço` e leitura
 * de tela — a `<span>` desenhada é só a aparência.
 */
.ods-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.ods-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}
/* o rótulo da caixa marcada no laranja — outra regra do produto que estava acoplada */
.ods-checkbox__input.is-checked + .ods-checkbox__label {
  color: #ef6638;
}
/**
 * A VARIANTE COM BORDA. Nenhum uso real hoje; existe porque a prop `border` existe, e sem o CSS
 * ela viraria uma classe sem aparência — um buraco silencioso. O `is-checked` usa o laranja da
 * marca, e não o azul do theme-chalk: no vocabulário do ODS a cor de destaque é a da marca.
 */
.ods-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #dddbe1;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.ods-checkbox.is-bordered.is-checked {
  border-color: #ef6638;
}
.ods-checkbox.is-bordered.is-disabled {
  border-color: #dddbe1;
  cursor: not-allowed;
}
.ods-checkbox.is-bordered + .ods-checkbox.is-bordered {
  margin-left: 10px;
}
.ods-checkbox.is-bordered.ods-checkbox--medium {
  padding: 7px 20px 7px 10px;
  height: 36px;
}
.ods-checkbox.is-bordered.ods-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.ods-checkbox.is-bordered.ods-checkbox--small .ods-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.ods-checkbox.is-bordered.ods-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.ods-checkbox.is-bordered.ods-checkbox--mini .ods-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}
.ods-checkbox.is-bordered.ods-checkbox--small .ods-checkbox__inner,
.ods-checkbox.is-bordered.ods-checkbox--mini .ods-checkbox__inner {
  height: 12px;
  width: 12px;
}
.ods-checkbox.is-bordered.ods-checkbox--small .ods-checkbox__inner::after,
.ods-checkbox.is-bordered.ods-checkbox--mini .ods-checkbox__inner::after {
  height: 6px;
  width: 2px;
}


















































































/**
 * `font-size: 0` é o truque do theme-chalk para matar o espaço em branco entre os filhos inline.
 * Cada filho declara o próprio tamanho, então nada herda esse zero.
 */
.ods-checkbox-group {
  font-size: 0;
}

































































































































































































































































































/**
 * A CAIXA. Valores do theme-chalk, copiados como estavam.
 *
 * O clearfix (`::before`/`::after`) não veio: ele existe para conter o `__rightwrapper`, que só
 * aparece com a peça `->` do layout — e essa peça saiu junto com `sizes`, `jumper` e `total`.
 */
.ods-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}
/**
 * AS SETAS de anterior e próxima. O `min-width` de 35.5px é do tema e é o que mantém a régua
 * estável quando o número de dígitos muda.
 */
.ods-pagination__prev,
.ods-pagination__next {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  border: none;
  background-color: #fff;
  color: #303133;
  cursor: pointer;
  margin: 0;
}
/* o par assimétrico do tema: a folga fica do lado de fora da régua */
.ods-pagination__prev {
  padding: 0 12px 0 6px;
}
.ods-pagination__next {
  padding: 0 6px 0 12px;
}
/* o SVG no lugar do glifo: mesmo tamanho que o `el-icon` tinha (12px) */
.ods-pagination__prev svg,
.ods-pagination__next svg {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.ods-pagination__prev:hover,
.ods-pagination__next:hover {
  color: #ef6638;
}
.ods-pagination__prev:disabled,
.ods-pagination__next:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed;
}
/**
 * A RÉGUA. `font-size: 0` é do tema e não é decoração: é o que apaga o espaço em branco entre os
 * `<li>` inline, para os números ficarem encostados.
 */
.ods-pagination__pager {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ods-pagination__pager > li {
  display: inline-block;
  vertical-align: top;
}
/**
 * O NÚMERO e as RETICÊNCIAS. No `el-pager` eram `<li>` com classe; aqui são `<button>`, então
 * precisam desfazer o que o navegador dá a um botão (borda, fundo, fonte herdada).
 */
.ods-pagination__number,
.ods-pagination__more {
  display: inline-block;
  box-sizing: border-box;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  padding: 0 4px;
  border: none;
  background: #fff;
  font-size: 13px;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: center;
  cursor: pointer;
}
/** Sob o cursor e ativa na cor da marca — era `#409EFF` no tema, e o produto já vencia com `!important`. */
.ods-pagination__number:hover,
.ods-pagination__more:hover {
  color: #ef6638;
}
.ods-pagination__number.is-active {
  color: #ef6638;
  cursor: default;
}
/**
 * O desabilitado é o ATRIBUTO, não uma classe.
 *
 * O `el-pager` marcava `.disabled` nos `<li>` porque `<li>` não tem estado desabilitado. Com
 * `<button>`, `:disabled` já é o seletor — e o estado passa a existir para o navegador e para o
 * leitor de tela, não só para o CSS.
 */
.ods-pagination__number:disabled,
.ods-pagination__more:disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.ods-pagination__number:focus-visible,
.ods-pagination__more:focus-visible,
.ods-pagination__prev:focus-visible,
.ods-pagination__next:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: -2px;
}
/**
 * AS RETICÊNCIAS viram seta dupla sob o cursor — em CSS.
 *
 * No `el-pager` isso era estado: dois handlers de mouse e um `data` guardando o nome da classe
 * do ícone. Com dois SVGs e um `:hover`, o comportamento é o mesmo sem JavaScript nenhum.
 */
.ods-pagination__more svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.ods-pagination__more-seta,
.ods-pagination__more:hover .ods-pagination__more-pontos {
  display: none;
}
.ods-pagination__more:hover .ods-pagination__more-seta {
  display: inline-block;
}
/**
 * A VARIANTE `background` — os números viram pastilha. 4 dos 8 usos.
 *
 * O `#f4f4f5` da pastilha é o mesmo pálido que o `OdsAlert` herdou do theme-chalk na Fase 7, e o
 * `#606266` é o cinza de texto do Element UI, que o produto usa em 25 arquivos. Ficam.
 */
.ods-pagination.is-background .ods-pagination__prev,
.ods-pagination.is-background .ods-pagination__next,
.ods-pagination.is-background .ods-pagination__number,
.ods-pagination.is-background .ods-pagination__more {
  margin: 0 5px;
  min-width: 30px;
  border-radius: 2px;
  background-color: #f4f4f5;
  color: #606266;
}
/**
 * O `padding: 0` é só das SETAS.
 *
 * Está escrito separado porque juntar as quatro numa regra só foi exatamente o erro que o
 * comparador de CSS pegou: no theme-chalk esta declaração pertence a `.btn-prev`/`.btn-next`, e
 * a pastilha do número mantém o `0 4px` da régua. Com padding zero, número de três dígitos
 * encostava na borda da pastilha.
 */
.ods-pagination.is-background .ods-pagination__prev,
.ods-pagination.is-background .ods-pagination__next {
  padding: 0;
}
.ods-pagination.is-background .ods-pagination__prev:disabled,
.ods-pagination.is-background .ods-pagination__next:disabled,
.ods-pagination.is-background .ods-pagination__number:disabled {
  color: #c0c4cc;
}
.ods-pagination.is-background .ods-pagination__number:not(:disabled):hover {
  color: #ef6638;
}
/** A pastilha da página atual: preenchida com a cor da marca. Era o `#409EFF` do tema. */
.ods-pagination.is-background .ods-pagination__number:not(:disabled).is-active {
  background-color: #ef6638;
  color: #fff;
}
/** A VARIANTE `small` — 3 dos 8 usos. */
.ods-pagination--small .ods-pagination__prev,
.ods-pagination--small .ods-pagination__next,
.ods-pagination--small .ods-pagination__number,
.ods-pagination--small .ods-pagination__more {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}
.ods-pagination--small.is-background .ods-pagination__prev,
.ods-pagination--small.is-background .ods-pagination__next,
.ods-pagination--small.is-background .ods-pagination__number,
.ods-pagination--small.is-background .ods-pagination__more {
  margin: 0 3px;
  min-width: 22px;
}


.ods-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

/**
 * O CONTADOR.
 *
 * `#F56C6C` é a cor de erro da paleta do ODS — o vermelho do contador já era este, e é o mesmo
 * que o theme-chalk usa. `border: none` é a regra do produto, que vinha do `estilos.css`: o
 * `el-badge` desenhava um contorno branco de 1px em volta do número.
 */
.ods-badge__content {
  background-color: #f56c6c;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: none;
}

/* grudado no canto do filho — só quando há filho, e é por isso que `$slots.default` importa */
.ods-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) translateX(100%);
}
.ods-badge__content.is-fixed.is-dot {
  right: 5px;
}
.ods-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

/**
 * OS TIPOS. Nenhum uso real passa `type` — os 7 usos são o contador vermelho padrão.
 *
 * `--primary` é o **laranja da marca**, e não o `#409EFF` do theme-chalk. No vocabulário do ODS
 * "primary" significa a marca: é o que `variant="primary"` quer dizer no OdsButton e no OdsLink.
 * Importar o azul do Element UI com esse nome contradiria o próprio catálogo — e como não há uso,
 * não há risco visual.
 *
 * `success`, `warning` e `danger` são as cores de estado documentadas em `tokens/paleta.js`. O
 * `info` fica no `#909399` herdado do theme-chalk, como no OdsAlert.
 */
.ods-badge__content--primary {
  background-color: #ef6638;
}
.ods-badge__content--success {
  background-color: #67c23a;
}
.ods-badge__content--warning {
  background-color: #e6a23c;
}
.ods-badge__content--info {
  background-color: #909399;
}
.ods-badge__content--danger {
  background-color: #f56c6c;
}

/**
 * A animação de entrada, que era `el-zoom-in-center` — o contador cresce do centro quando aparece.
 * Copiada do `base.css` do theme-chalk, que é onde as transições do Element UI moram; com markup
 * próprio, o nome da transição também passa a ser do catálogo.
 */
.ods-badge-zoom-enter-active,
.ods-badge-zoom-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.ods-badge-zoom-enter,
.ods-badge-zoom-leave-active {
  opacity: 0;
  transform: scaleX(0);
}




















































































/**
 * A LISTA. Valores do theme-chalk, com duas decisões.
 *
 * - `background-color: transparent` é do PRODUTO (vinha do `element.css`, Fase 7), no lugar do
 *   `#FFF` do tema — a gaveta já tem fundo branco.
 * - a borda usa o `#dddbe1` da paleta no lugar do `#e6e6e6` do tema. Mesma decisão do divisor:
 *   cor de borda é imperceptível na troca e não vale um tom novo no produto (o `#e6e6e6` não
 *   aparece em nenhum outro lugar do `src`).
 *
 * O clearfix (`::before`/`::after` com `display: table`) não veio: ele existe para conter os
 * itens flutuados do modo horizontal, que não existe aqui.
 */
.ods-menu {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: transparent;
  border-right: solid 1px #dddbe1;
}
/**
 * O ITEM. `#303133` e os 56px de altura são do theme-chalk e ficaram como estavam — é texto de
 * 14px que se lê, e a gaveta já reescreve a altura (`height: fit-content`) e o recuo.
 *
 * O `#909399` do ícone também fica: é o cinza que o `OdsAlert` e o `OdsBadge` herdaram na mesma
 * migração. Unificá-lo com o `#848484` da paleta é decisão para os três de uma vez, não para um.
 */
.ods-menu-item {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #303133;
  list-style: none;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.ods-menu-item * {
  vertical-align: middle;
}
.ods-menu-item i {
  color: #909399;
}
/** Ativo na cor da marca, no lugar do `#409EFF` do tema. A gaveta sobrescreve para `#303133`. */
.ods-menu-item.is-active {
  color: #ef6638;
}
.ods-menu-item.is-active i {
  color: inherit;
}
/**
 * O fundo sob o cursor — identidade do produto (`element.css`, Fase 7), o laranja da marca a
 * 3,5%.
 *
 * **O `!important` saiu.** Ele existia para vencer o `.el-menu-item:hover` do theme-chalk, que
 * tinha a mesma especificidade e podia ser emitido depois no `npm run dev`. Com a classe própria
 * não há mais empate: o tema não casa mais com este elemento. E a gaveta, que pinta o hover de
 * branco, continua ganhando — `.ods-menu-item:hover` escopado é (0,3,0) contra (0,2,0) daqui.
 */
.ods-menu-item:focus,
.ods-menu-item:hover {
  outline: 0;
  background-color: rgba(239, 102, 56, 0.035);
}
/* anel de foco para navegação por teclado — o el-menu não tinha nenhum (era tabindex="-1") */
.ods-menu-item:focus-visible {
  outline: 2px solid #ef6638;
  outline-offset: -2px;
}
.ods-menu-item.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
/* o tema fazia isto com `background: 0 0 !important`; a especificidade resolve sozinha */
.ods-menu-item.is-disabled:focus,
.ods-menu-item.is-disabled:hover {
  background-color: transparent;
}
/**
 * O GRUPO. O `el-menu-item-group` calculava o recuo do título subindo a cadeia `$parent` para
 * contar submenus; sem submenu, o resultado era sempre 20px — que é o valor do theme-chalk. A
 * conta saiu e o número ficou no CSS, onde já estava.
 */
.ods-menu-item-group > ul {
  padding: 0;
}
.ods-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
}























/**
 * A identidade das sugestões do autocomplete, vinda do CSS global (Fase 7).
 *
 * **Sem `scoped` e com o seletor original.** Isso só é seguro porque o `main.js` importa o ODS
 * DEPOIS do CSS — o catálogo é o último a falar, nos dois pipelines. Sem essa ordem, estas
 * regras perderiam todo empate, e no `npm run dev` perderiam até para o tema do Element UI.
 *
 * A lista é montada com `append-to-body`. O seletor fica como estava: o `ImportarDocumento.vue`
 * declara a mesma regra com a mesma especificidade e também `!important` — quem vence é quem
 * vem por último, e agora o catálogo é o último.
 */
.el-autocomplete-suggestion {
  width: 470px !important;
}
.el-autocomplete-suggestion li {
  line-height: 15px;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * A identidade da faixa de mensagem, vinda do `estilos.css` (Fase 7).
 *
 * O `OdsMessage` é serviço, não componente: não há `.vue` com bloco `\3c style>` para hospedar a
 * regra. Este arquivo é o equivalente — mora junto do serviço e é importado por ele, mesmo
 * arranjo do `OdsNotify`.
 *
 * A faixa é montada no `<body>`, fora de qualquer árvore de componente, então o seletor não
 * pode ser escopado. Funciona porque o `main.js` importa o ODS depois do CSS global.
 *
 * O `padding-right` existe por causa do botão de fechar, que o ODS agora liga por padrão: sem
 * ele o texto passa por baixo do "×" nas mensagens longas.
 */
.el-message__content {
  padding-right: 20px;
}


/*# sourceMappingURL=app.c9ef5b9da8b1ec1669bc.css.map*/