.uber-freight-quote {
  min-width: 350px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  color: #444444;
}
.uber-freight-quote .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.uber-freight-quote .close {
  border: none;
  background: none;
  width: 16px;
}
.uber-freight-quote h1 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  line-height: 29px;
}
.uber-freight-quote .check-uber-freight-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: 100%;
  height: 45px;
  background: #3b99ef;
  border-radius: 4px;
  border-width: 0;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.uber-freight-quote .check-uber-freight-btn.disabled {
  background: #a8a8a8;
}
.uber-freight-quote .advanced-options {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.uber-freight-quote .advanced-options .adv-item {
  width: 100%;
  margin-bottom: 10px;
}
.uber-freight-quote .advanced-options .adv-item.temperature {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.uber-freight-quote .advanced-options .adv-item .helper-text {
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  opacity: 0.5;
}
.uber-freight-quote .advanced-options .input-field {
  margin: 4px 0;
  min-height: auto !important;
}
.uber-freight-quote .advanced-options .input-field input {
  margin: 0;
}
.uber-freight-quote .advanced-options h3 {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.uber-freight-quote .advanced-options i {
  font-size: 20px;
  padding: 2px 8px 2px 0;
}
.uber-freight-quote .advanced-options .advanced-options-button {
  border: none;
  background: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.uber-freight-quote .advanced-options .adv-opt-content {
  display: none;
  flex-direction: column;
}
.uber-freight-quote .advanced-options .adv-opt-content.expanded {
  display: flex;
}
.uber-freight-quote .pickup,
.uber-freight-quote .dropoff {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #666666;
}
.uber-freight-quote .pickup h3,
.uber-freight-quote .dropoff h3 {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.uber-freight-quote .pickup .label,
.uber-freight-quote .dropoff .label {
  margin-top: 6px;
  font-weight: inherit;
  font-size: inherit !important;
  line-height: inherit;
}
.uber-freight-quote .pickup .input-field,
.uber-freight-quote .dropoff .input-field {
  margin-top: 4px;
}
.uber-freight-quote .by-check-freight h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 4px 0;
}
.uber-freight-quote .by-check-freight img {
  width: 150px;
}
.uber-freight-quote .change-details-btn {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background: #e9e9e9;
  color: #444444;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.uber-freight-quote .save-location-dc {
  border: none;
  background: none;
  color: #3b99ef;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin: 8px 0;
  padding: 0;
}
.uber-freight-quote .quote-result {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 14px 0;
  margin: 8px 0;
}
.uber-freight-quote .quote-result .label {
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  opacity: 0.5;
}
.uber-freight-quote .quote-result .value {
  font-size: 24px;
  line-height: 29px;
  color: #444444;
}
.uber-freight-quote .custom-location .mapboxgl-ctrl-geocoder--icon-search {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 8px;
  margin-top: 0 !important;
}
.uber-freight-quote .custom-location .mapboxgl-ctrl {
  display: flex;
  border: solid green 1px;
  align-items: center;
  justify-content: center;
}
.uber-freight-quote .custom-location .input-field {
  display: none;
}
