.bg-login {
  min-height: 100vh;
  height: 100%;
  background: url(../assets/images/bkg-login.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-header-card {
  background: url(../assets/images/bg-header-card.png);
  background-repeat: repeat-x;
  background-position: top;
}
.bg-card-white {
  background: url(../assets/images/bkg-white-card-v.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.bg-line-indigo {
  background: url(../assets/images/line-indigo.png);
  background-repeat: repeat-x;
  background-position: center;
}

.bg-line-grey {
  background: url(../assets/images/line-grey.png);
  background-repeat: repeat-x;
  background-position: center;
}

.bg-line-status {
  background: url(../assets/images/line-status.png);
  background-repeat: no-repeat;
  background-position: center;
}
.w3-ul-bd-indigo {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.w3-ul-bd-indigo li {
  padding: 8px 16px;
  border-bottom: 1px solid #7e7e7e;
}
input[type="date"],
input[type="text"],
input[type="email"] {
  height: 40px;
}
.w3-ul-bd-indigo li:last-child {
  border-bottom: none;
}
.w3-input-icon {
  width: 100%;
  padding: 10px 46px 8px 8px;
  background-color: #fff;
}
.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: calc(50% - 0.5em);
}

.input-view {
  position: absolute;
  right: 16px;
  top: calc(50% - 0.5em);
}

.w3-input-login {
  width: 100%;
  padding: 16px 8px 16px 46px;
  background-color: #f3f3f3;
}

.w3-alert-warning {
  background-color: #ffeec6;
  color: #624b0f;
}

.w3-icon-bars {
  margin: 4px 10px 4px 0px;
  cursor: pointer;
}

.w3-icon-bars div {
  width: 25px;
  height: 4px;
  margin: 4px 0;
}

.w3-bold {
  font-weight: bold;
}

.arrow-modal-right::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  right: 3%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.w3-arrowlarge {
  font-size: 22px !important;
}

.w3-btnMenuPrincipal {
  padding: 8px 16px 8px 16px;
}

.w3-btnMenuPrincipal i.arrow {
  float: right;
  margin: 0 0 0 6px;
}

.w3-btnMenuPrincipal:hover,
.w3-btnMenuPrincipal.ativo {
  background-color: #dddddd !important;
  color: #7e7e7e !important;
}

.w3-round-top {
  border-radius: 4px 4px 0 0;
}

.w3-round-bottom {
  border-radius: 0 0 4px 4px;
}

.w3-round-top-large {
  border-radius: 8px 8px 0 0;
}

.w3-round-bottom-large {
  border-radius: 0 0 8px 8px;
}

.w3-round-top-left-large {
  border-radius: 0 8px 0 0;
}

.w3-round-left-large {
  border-radius: 8px 0 0 8px;
}

.w3-round-right-large {
  border-radius: 0 8px 8px 0;
}

.bg-card-right {
  background-image: url(../assets/images/bkg-web-blue.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.caret-down-blue {
  background-image: url(../assets/images/arrow-indigo.svg);
  background-repeat: no-repeat;
  background-size: 16px 8px;
  background-position: right 10px center;
}
/*begin input file*/
.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*end input file*/
.flex-container {
  display: flex;
}

.flex-container > .header-staus {
  margin: 5px;
}
.flex-container > .header-staus > p {
  margin: 0;
  line-height: 18px;
  padding: 0;
}
.flex-container > .w3-icon-meu-principal {
  padding: 4px 3px 2px 3px;
}

.flex-container > .w3-text-meu-principal {
  padding: 8px 10px 8px 3px;
}
.w3-acc:before {
  float: right;
  display: block;
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 22px;
  margin-top: 10px;
}

.w3-acc.active:before {
  content: "\f068";
}
.w3-btn-detalhe,
.w3-span-detalhe {
  padding: 2px 6px;
}
.w3-btn-detalhe:hover > i {
  color: #fff !important;
}
.flex-customizado {
  display: flex;
  justify-content: space-between;
}

.w3-icon-lista {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
}

.w3-icon-lista:hover i.fa-check {
  color: white !important;
}

.w3-icon-lista:hover:has(i.fa-remove) {
  background-color: #d1495b !important;
  border-color: #d1495b;
}

.w3-icon-lista:hover i.fa-remove {
  color: white !important;
}

/* TIMELINE */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.timeline .line {
  position: absolute;
  height: 1px;
  z-index: 1;
  transform: translateY(-50%);
}

.timeline .line.active {
  background-color: #003d5b;
}

.timeline .line.inactive {
  background-color: #cccccc;
}

.timeline .step {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.timeline .step.active {
  background-color: #003d5b;
}

.timeline .step.inactive {
  background-color: #cccccc;
}
/* END TIMELINE */

/* LAYOUT PROCESSO - NOVO */
.processo-layout-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.processo-layout-main {
  flex: 1 1 auto;
}
.processo-layout-side {
  width: 320px;
  flex: 0 0 320px;
}

@media (max-width: 1200px) {
  .processo-layout-wrapper {
    flex-direction: column;
  }
  .processo-layout-side {
    width: 100%;
  }
}

/* Vertical Tabs */
.vertical-steps-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 24px 0;
  list-style: none;
  padding: 0;
}
.vertical-steps-nav li {
  list-style: none;
}
.vertical-steps-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #d0d7e2;
  background: #f8f9fb;
  color: #003d5b;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  font-size: 14px;
}
.vertical-steps-btn:hover {
  background: #eef3f7;
}
.vertical-steps-btn[aria-current="step"],
.vertical-steps-btn.active {
  background: #003d5b;
  color: #fff;
  border-color: #003d5b;
}
.vertical-steps-btn .badge-step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  background: #003d5b;
  color: #fff;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.vertical-steps-btn.active .badge-step,
.vertical-steps-btn[aria-current="step"] .badge-step {
  background: #fff;
  color: #003d5b;
}

/* Estado completo */
.vertical-steps-btn.is-complete {
  border-color: #1b7f38;
  background: #e9f7ef;
  color: #1b5e20;
}
.vertical-steps-btn.is-complete .badge-step {
  background: #1b7f38;
  color: #fff;
}
.vertical-steps-btn .status-icon {
  margin-left: auto;
  font-size: 14px;
  color: #1b7f38;
  display: flex;
  align-items: center;
}
.vertical-steps-btn.is-complete .status-icon i {
  color: #1b7f38;
}
.vertical-steps-btn.shake {
  animation: step-shake 0.6s;
}
@keyframes step-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-4px);
  }
  40%,
  80% {
    transform: translateX(4px);
  }
}

/* Disabled visual */
.vertical-steps-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f1f3f5;
}

/* Sticky side helper */
.processo-layout-side-sticky {
  align-self: flex-start;
}

/* Painel Ações (cards accordion) */
.acoes-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.acoes-panel .acao-item {
  border: 1px solid #d0d7e2;
  border-radius: 14px;
  background: #fff;
  padding: 14px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #1d2f49;
  transition: background 0.2s, box-shadow 0.2s;
}
.acoes-panel .acao-item:hover {
  background: #f2f5f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.acoes-panel .acao-item .icon {
  color: #003d5b;
}
.acoes-panel .acao-item.primary {
  background: #112d7c;
  color: #fff;
  border-color: #112d7c;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}
.acoes-panel .acao-item.primary:hover {
  background: #0d2566;
}

/* Container de steps + conteúdo (lado esquerdo) */
.processo-steps-container {
  display: flex;
  gap: 28px;
}
.processo-steps-nav {
  width: 230px;
  flex: 0 0 230px;
}
.processo-steps-content {
  flex: 1 1 auto;
}

@media (max-width: 992px) {
  .processo-steps-container {
    flex-direction: column;
  }
  .processo-steps-nav {
    width: 100%;
  }
}

/* Utilitários */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Fim Layout Processo Novo */

.area-drag-drop {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 40px 80px;
}

.area-drag-drop-crlv {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 15px 80px;
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #888;
  margin-bottom: 10px;
  width: 100%;
}

.area-drag-drop .text-drag-drop {
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #888;
  margin-bottom: 10px;
  width: 100%;
}

.flex-container > .header-seta {
  display: flex;
  align-items: center;
}

.w3-margin-content-dropdown-header {
  margin-top: 50px;
}
.w3-right-mobile {
  float: left;
}
.w3-outras-informacoes-veiculo-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
}
.w3-outras-informacoes-checkbox {
  display: flex;
  align-items: center;
}
.w3-outras-informacoes-label-margin {
  margin-left: 5px;
}
.w3-ficha-ecrv-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.w3-div-placa {
  display: flex;
  align-items: stretch;
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.w3-margin-label-placa {
  margin-left: 30px;
}
.w3-span-placas-disponiveis {
  background-color: #00798c;
  padding: 10px 12px;
  font-size: 15px;
}
.w3-margin-container-placas-disponiveis {
  margin: 10px 0px;
}
.w3-margin-col-left {
  padding-right: 8px;
}
.w3-margin-col-right {
  padding-left: 8px;
}
.w3-margin-card-placas {
  margin-bottom: 20px;
}
.position-fixed-alert {
  position: fixed !important;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.w3-divide-btn-detalhe {
  display: inline-block;
  float: left;
  width: 6px;
}

input::-ms-reveal {
  display: none;
}

.w3-btn-solicitacao {
  width: 280px;
}

.w3-pointer {
  cursor: pointer;
}

.input-disabled,
.input-disable:focus {
  border: none;
  outline: none;
  border-color: #003d5b;
}

.w3-error-alert {
  box-shadow: 0 0 10px red;
  border: 1px solid grey !important;
}

.document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.li-document-list {
  border-bottom: none !important;
  flex: 1 0 auto;
  min-width: 160px;
  max-width: 300px;
}
/*In�cio dual select box*/
select.is-dualselect::-webkit-scrollbar {
  width: 10px;
}

select.is-dualselect::-webkit-scrollbar-track {
  background: #f5f5f5;
}

select.is-dualselect::-webkit-scrollbar-thumb {
  background: #eeeeee;
}

select.is-dualselect::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0;
}

select.is-dualselect {
  border: 1px solid #eeeeee;
  overflow: auto;
  width: 95%;
  min-width: 50%;
  min-height: 100px;
  scrollbar-color: #e0e0e0 #eeeeee;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-arrow-color: #e0e0e0;
  scrollbar-track-color: #eeeeee;
  scrollbar-shadow-color: #eeeeee;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #eeeeee;
  scrollbar-darkshadow-color: #eeeeee;
}

/* removed empty rule: select.is-dualselect.is-dualselect-avl */

select.is-dualselect.is-dualselect-sel {
  float: right;
}

select.is-dualselect option {
  padding: 5px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  min-width: 150px;
  background: transparent;
}

select.is-dualselect option:last-child {
  border-bottom: 1px solid #eeeeee;
}

select.is-dualselect option:checked {
  background-color: #f0f0f0;
}

select.is-dualselect option:hover {
  background-color: #f5f5f5;
}

select.is-dualselect option:disabled {
  background-color: #fafafa;
  color: #a0a0a0;
}

.dualselect-wrapper {
  width: auto;
}

.dualselect-select {
  width: 100%;
}

.dualselect-wrapper .dualselect-wrapper-avl,
.dualselect-wrapper .dualselect-wrapper-sel {
  width: 50%;
  min-width: 50%;
  display: block;
  float: left;
}

.dualselect-wrapper .button-wrapper {
  width: 95%;
  min-width: 50%;
}

.dualselect-wrapper .button-wrapper input {
  width: 50%;
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
}

.dualselect-wrapper .button-wrapper input.w-100 {
  width: 100%;
}

.dualselect-wrapper-avl-filter,
.dualselect-wrapper-sel-filter {
  width: 95%;
}

.dualselect-wrapper-sel-filter {
  float: right;
}

.dualselect-wrapper-avl-filter input,
.dualselect-wrapper-sel-filter input {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 5px;
}

.dualselect-wrapper-sel .button-wrapper {
  float: right;
}

/*Fim dual select box*/
.w3-scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
.w3-scrollmenu li {
  list-style: none;
  display: inline-block;
  padding: 10px 5px;
}
.w3-scrollmenu li a {
  font-size: 13px;
  text-decoration: none;
  padding: 10px 5px;
}
.w3-scrollmenu li a:hover {
  color: #30638e;
  border-bottom: 2px solid #30638e !important;
}
#menufix.active {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-left: 16px;
  width: 100%;
}
.newClass {
  color: #30638e;
  border-bottom: 2px solid #30638e !important;
}
.w3-btnMenuTabModal {
  border-bottom: 2px solid #fff !important;
  padding: 21px 16px 12px 16px;
}

.w3-btnMenuTabModal i {
  float: right;
  margin: 0 0 0 6px;
}

.w3-btnMenuTabModal:hover,
.w3-btnMenuTabModal.ativo {
  border-bottom: 2px solid #0058af !important;
  color: #0058af !important;
  background-color: #fff !important;
}
.w3-round-arrow {
  border-radius: 0 8px 8px 0;
}
.w3-border-meio {
  border-top: 1px solid #003d5b !important;
  border-bottom: 1px solid #003d5b !important;
  border-right: 1px solid #003d5b !important;
  border-radius: 0 8px 8px 0 !important;
}
.w3-right-drop-dados {
  top: 40px;
  right: 7px;
}
.w3-hide-mobile-drop {
  display: none;
}
#topo {
  clear: both;
}
#w3-go-top {
  position: fixed;
  width: 36px;
  height: 30px;
  bottom: 20px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}

/*#w3-whatsapp {
    position: fixed;
    width: 36px;
    height: 30px;
    bottom: 15px;
    right: 15px;
    z-index: 4;
    cursor: pointer;
}*/
@media (min-width: 600px) {
  .w3-btn-height {
    width: 200px;
  }
  .w3-btn-height3 {
    width: 280px;
  }
  .w3-paddind-text-status2 {
    padding-left: 30px;
  }

  .w3-div-status-2-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .w3-div-status-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .timeline .line {
    top: 35%;
  }
  .w3-right-mobile {
    float: right;
  }
  .w3-botao-imprimir-placas {
    display: flex;
    justify-content: flex-end;
  }
  .w3-margin-card-placas-1 {
    margin-right: 16%;
    margin-bottom: 30px;
  }
  .w3-margin-card-placas-2 {
    margin-bottom: 30px;
  }
  .w3-margin-card-placas-3 {
    margin-right: 16%;
  }
}
/*Mobile*/
@media (max-width: 600px) {
  .arrow-modal-right::after {
    right: 9%;
  }

  .caret-down-blue {
    background-position: 96% 50%;
  }

  .w3-margin-top-mobile {
    margin-top: 16px;
  }
  .flex-container .flex-mobile {
    flex-direction: column;
  }
  .w3-margin-container-placas-disponiveis {
    margin: 20px 0px;
  }
  .w3-botao-imprimir-placas {
    display: flex;
    justify-content: flex-start;
  }

  .w3-margin-card-placas-1 {
    margin-right: 16%;
    margin-bottom: 30px;
  }

  .w3-margin-card-placas-2 {
    margin-bottom: 30px;
  }

  .w3-margin-card-placas-3 {
    margin-right: 16%;
  }
  .w3-margin-label-placa {
    margin-left: 10px;
  }
  .w3-margin-col-left {
    padding-right: 0px;
  }
  .w3-margin-col-right {
    padding-left: 0px;
  }
  .w3-divide-btn-detalhe {
    display: none;
  }
  .w3-btn-solicitacao {
    width: 100%;
  }
  .w3-scrollmenu {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .w3-scrollmenu::-webkit-scrollbar {
    display: none;
  }
  .w3-round-arrow {
    border-radius: 8px;
  }
  .w3-hide-mobile-drop {
    display: block;
  }
  .w3-right-drop-dados {
    right: 0px;
  }
}

/* Step transition animation for ProcessoServicoDados */
.pg-step-enter {
  animation: pg-fade-slide-in 260ms ease-out both;
}

@keyframes pg-fade-slide-in {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* begin style table mobile */
@media (max-width: 768px) {
  .w3-table-mobile tr,
  .w3-table-mobile td {
    display: block;
    width: 100%;
  }

  .w3-table-mobile td:first-child {
    padding-left: 9px;
    border-bottom: 1px solid #ddd;
  }

  .w3-table-line th:first-child,
  .w3-table-line td:first-child {
    padding-left: 50%;
  }

  table.w3-table-line,
  .w3-table-line thead,
  .w3-table-line tbody,
  .w3-table-line th,
  .w3-table-line tr,
  .w3-table-line td {
    display: block;
  }

  .w3-table-line thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .w3-table-line td,
  .w3-table-line th {
    padding: 1.8%;
  }

  .w3-table-line tr {
    border-bottom: 2px solid #616161;
    border-right: none;
  }

  .w3-table-line td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .w3-table-line td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    color: #757575;
  }
  /* Label the data */
  .w3-table-line td:before {
    content: attr(data-title);
  }
  .w3-striped-mobile tbody tr > td {
    background-color: #fff !important;
  }

  .w3-striped-mobile tbody tr > td:nth-child(even) {
    background-color: #f1f1f1 !important;
  }

  .w3-hideTable-small {
    display: none !important;
  }

  .color-white2,
  .color-white4 {
    background-color: #f1f1f1;
  }

  .color-grey2,
  .color-grey4 {
    background-color: #fff;
  }
}
/* end style table mobile */
/* begin style placa mercosul */
.w3-container-placa-mercosul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0px 40px 0px;
}
.w3-span-placa-mercosul {
  position: absolute;
  font-weight: bold;
  font-size: 80px;
  top: 74px;
}
.w3-span-placa-mercosul-consulta-placas,
.w3-span-placa-mercosul-consulta-placas-pagina {
  position: absolute;
  font-weight: bold;
  font-size: 85px;
}
.w3-span-placa-mercosul-consulta-placas {
  top: 305px;
}
.w3-span-placa-mercosul-consulta-placas-pagina {
  top: 70px;
}
.w3-img-placa-mercosul {
  width: 500px;
}

@media (max-width: 600px) {
  .w3-span-placa-mercosul {
    font-size: 50px;
    top: 54px;
  }
  .w3-span-placa-mercosul-consulta-placas,
  .w3-span-placa-mercosul-consulta-placas-pagina {
    font-size: 50px;
  }
  .w3-span-placa-mercosul-consulta-placas {
    top: 255px;
  }
  .w3-span-placa-mercosul-consulta-placas-pagina {
    top: 55px;
  }
  .w3-img-placa-mercosul {
    width: 300px;
  }
}
/* end style placa mercosul */

/*Descktop*/
@media (min-width: 993px) {
  .w3-padding-td {
    padding: 15px 0 !important;
  }
  .w3-paddind-text-status1 {
    padding-left: 50px;
  }
  .w3-paddind-text-status2 {
    padding-left: 130px;
  }
  .w3-outras-informacoes-veiculo-row {
    flex-direction: row;
  }
  .w3-outras-informacoes-checkbox-margin {
    margin-left: 20px;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .w3-margin-col-left {
    padding-right: 0px;
  }

  .w3-margin-col-right {
    padding-left: 0px;
  }
  .w3-margin-top-mobile {
    margin-top: 16px;
  }
  .w3-round-arrow {
    border-radius: 8px;
  }
  .w3-hide-mobile-drop {
    display: block;
  }
}

.containerFiltroProcesso {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.input_filtros {
  padding: 8px 8px 9px 8px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #ccc;
  color: #003d5b !important;
  min-width: 220px;
}

.containerFiltroProcesso.active {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.status-dropdown-wrapper {
  position: relative;
  width: 100%;
  color: #003d5b !important;
  margin-bottom: 3px;
}

.input-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.input-select-container-consultas-veiculares {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.label-containerFiltroProcesso {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #003d5b !important;
  margin-bottom: 5px;
  font-weight: bold;
  flex-wrap: nowrap;
  gap: 10px;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}

.labelFiltroProcesso {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #003d5b;
}

.labelDataInicialProcesso {
  text-align: left;
  border: 1px solid #ccc;
}

.labelDataFinalProcesso {
  text-align: left;
  border: 1px solid #ccc;
}

.search-containerFiltroProcesso,
.search-containerFiltroProcesso-lista-atpv {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.search-containerFiltroProcesso i,
.search-containerFiltroProcesso-lista-atpv i {
    position: absolute;
    left: 10px;
    color: #003d5b;
    top: 50%;
}

.search-containerFiltroConsultasVeiculares {
  position: relative;
  left: 10px;
  color: #003d5b;
  top: 50%;
}

.search-containerFiltroConsultasVeiculares i {
  position: absolute;
  left: 10px;
  color: #003d5b;
  top: 50%;
}

.search-containerFiltroStatusConsultasVeiculares {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  padding-left: 10px;
}

.search-input {
  width: 100%;
  padding: 8px 8px 8px 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.search-input-consultas-veiculares {
  width: 100%;
  padding: 8px 8px 8px 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.search-input-status-consultas-veiculares {
  width: 100%;
  padding: 8px 8px 8px 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

#filtroProcesso,
#filtro-atpve {
    padding: 8px 8px 9px 8px;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #ccc;
    color: #003d5b !important;
    min-width: 220px;
}

#filtroConsultasVeiculares {
  padding: 8px 8px 9px 8px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #ccc;
  color: #003d5b !important;
  min-width: 220px;
}

#filtroStatusConsultasVeiculares {
  padding: 8px 8px 9px 8px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #ccc;
  color: #003d5b !important;
  min-width: 220px;
}

.btn-buscarProcessos {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  font-size: 14px;
  border: none;
  background-color: #003d5b;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 14px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.btn-buscarProcessos,
.btn-buscarProcessos-filtros i {
    font-size: 16px;
}

.btn-buscarConsultaVeicular {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  font-size: 14px;
  border: none;
  background-color: #003d5b;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 14px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.btn-buscarConsultaVeicular i {
  font-size: 16px;
}

.range-containerFiltroProcesso,
.periodo-containerFiltroProcesso {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.periodo-containerFiltroConsultasVeiculares {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.range-input,
.date-input {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 100%;
}

.range-containerFiltroProcesso {
  display: flex;
  align-items: flex-end;
}

.range-input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.data-input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.range-separator {
  margin-bottom: 10px;
}

.data-input-wrapper label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #003d5b;
}

.status-processo-dropdown {
  position: relative;
  width: 57%;
  color: #003d5b !important;
  margin-bottom: 3px;
}
@media (min-width: 1370px) {
    .status-processo-dropdown {
        width:100%;
    }
}

.custom-select-dropdown {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 8px 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select-dropdown .dropdown-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  padding: 10px;
}

.custom-select-dropdown .dropdown-options label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
}

.custom-select-dropdown .dropdown-options input[type="checkbox"] {
  margin-right: 10px;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.loader-overlay.is-active {
  opacity: 1;
}

.car-loader {
  width: 300px;
  height: 120px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  perspective: 100px;
}

.car-icon-fa {
  font-size: 70px !important;
  color: #4285f4;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: car-bounce 1s infinite alternate cubic-bezier(0.4, 0, 0.6, 1);
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

@keyframes car-bounce {
  0% {
    transform: translateX(-50%) translateY(0) scaleX(-1);
  }

  50% {
    transform: translateX(-50%) translateY(-8px) scaleX(-1);
  }

  100% {
    transform: translateX(-50%) translateY(0) scaleX(-1);
  }
}

.road-line {
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  top: 60%;
  transform-origin: center center;
  animation: road-animation 1.8s linear infinite;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.road-line.left {
  left: -80px;
  animation-delay: 0s;
}

.road-line.center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.6s;
}

.road-line.right {
  left: 180px;
  animation-delay: 1.2s;
}

@keyframes road-animation {
  0% {
    transform: translateX(-150px) translateY(-50%) scaleX(0.8) rotateY(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: translateX(-100px) translateY(-50%) scaleX(1) rotateY(0deg);
  }

  90% {
    opacity: 1;
    transform: translateX(200px) translateY(-50%) scaleX(1) rotateY(0deg);
  }

  100% {
    transform: translateX(350px) translateY(-50%) scaleX(0.8) rotateY(0deg);
    opacity: 0;
  }
}
#container-loja {
  position: relative;
}

.sugestoes-lista {
    display: none;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 1px;
    border-radius: 15px;
}

.sugestoes-lista li {
    padding: 8px 12px;
    cursor: pointer;
}

.sugestoes-lista li:hover {
    background-color: #003d5b; 
    color: white;               
}

#statusUpdateSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #d1495b;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding: 10px 30px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: auto;
  height: auto;
}

#statusUpdateSelect:hover {
  border-color: #007bff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#statusUpdateSelect:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

#statusUpdateSelect option {
  padding: 10px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

#statusUpdateSelect option[value=""] {
  color: #999;
}

.js-open-modal-emissao-crlv {
  padding: 9px 14px !important;
}

.badge-circulo {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 12px;
  margin-left: 0px;
  font-weight: bold;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}

/* Animação de shake para feedback visual do modal */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.w3-animate-shake {
  animation: shake 0.5s ease-in-out;
}
hr.w3-border-indigo {
    margin: 5px 0;
}

.span-status-ecrv {
    background-color: #003D5B;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 24px;
}

.btn-exibir-detalhes {
    font-size: 13px !important;
    padding: 3px 14px !important;
}

.truncate {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes fadeInCenter {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.modal-center-animation {
    animation: fadeInCenter 0.3s ease-out;
}

.modal-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    max-width: 900px;
}

.btn-debito-card {
    padding: 12px;
    display: flex;
    border: none;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
}

.btn-debito-card > span {
    color: #003D5B;
    font-weight: bold;
}

