.form-cotacao {
  background: none;
  border: 1px solid #d2d6da !important;
  border-radius: 0.375rem;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  padding: 0.625rem 0.75rem !important;
  line-height: 1.3 !important;
}
.form-cotacao:hover {
  border-color: #b1b1b1 !important;
  box-shadow: inset 0 0 2px #b1b1b1, 0 0 2px #b1b1b1 !important;
}

.form-cotacao-label {
  font-size: 0.6875rem !important;
  color: #050a30;
  display: contents;
  line-height: 1 !important;
}

.form-oculto {
  font-size: 10px;
  margin-top: 0px;
  color: #777777;
  z-index: -9999999;
  line-height: 0 !important;
}

.class-cep-many:disabled {
  background: transparent;
  border: 1px solid #ebebeb;
  margin-top: 1.5rem;
  margin-left: 0.15rem;
  font-weight: 600;
  cursor: not-allowed;

  @media (max-width: 576px) {
    margin-left: 0;
    margin-top: 0.75rem;

    .remove_field,
    .remove_field i{
      margin-left: -0.75rem !important;
    }
  }
}

.loading {
  object-fit: cover;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 50%;
  height: 50%;
}

.disabled-tr {
  pointer-events: none;
  opacity: 0.5;
}
