.owl-carousel.owl-transportadora {
  height: 350px;
  overflow: hidden;
}

.owl-carousel.owl-transportadora .item {
  height: 350px;
}

.owl-carousel.owl-transportadora .bg-owl {
  height: 350px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel.owl-avaliacao {
  height: auto;
}

.owl-carousel.owl-avaliacao .item {
  height: auto;
}

.cards-avaliacao{
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 245px;
  border: 2px solid #324673;
}

:root {
  --laranja: #ea642d;
  --cinza: #cccccc;
}

.rating input[type=radio] {
  display: none;
}

.rating label i.opcao.fa:before {
  content: '\f005';
  color: var(--laranja);
}

.rating input[type=radio]:checked~label i.fa::before {
  color: var(--cinza);
}

.df-ac-jfs-desk{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25%;
}

.searchText {
  background-color: #fcfcfc;
  border: 1px solid #ced4da;
  height: 38px !important;
}

.searchText *{
  height: 35px !important;
}

.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.owl-prev, .owl-next {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
.owl-prev { left: 20px; }
.owl-next { right: 20px; }
.owl-prev i, .owl-next i {transform : scale(2); color: transparent;}

.input-modal {
    padding: 6px 12px;
    border-radius: 5px;
    border: 2px solid #d1d5db;
    box-shadow: none !important;
    background-color: #f9f9f9;
}

.input-modal:focus, .form-control:focus {
    border: 2px solid #324673;
    box-shadow: none !important;
    background-color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    box-shadow: none !important;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 2px solid #d1d5db;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}