.page-title {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.dv-form {
  width: 80%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
}

.dv-form-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}

.dv-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}

.dv-column div {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5rem;
}

.dv-column select {
  font-size: 1.2rem;
  padding: 0.25rem;
  border: 1px solid #ccc;
}

.dv-column span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  margin-top: 0.5rem;
}

.dv-textbox {
  font-size: 1.1rem;
  padding: 0.25rem;
  border: 1px solid #ccc;
}

.dv-checkbox-group {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}

.dv-checkbox-group label {
  margin-left: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}

.dv-button-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dv-button-row button {
  display: block;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: #b4282e;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.chkFlatbed {
  display: none !important;
}

.dv-results-container {
  display: none;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.dv-result-header {
  width: calc(100% - 1rem);
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  background-color: #ccc;
  padding: 0.5rem 0;
  padding-left: 1rem;
  border-radius: 10px 10px 0px 0px;
}

.dv-result-locations {
  width: calc(100% - 1rem);
  padding-left: 1rem;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  font-family: 'Roboto', sans-serif;
}

.dv-result-baserate {
  width: calc(100% - 1rem);
  padding-left: 1rem;
  margin: 0.5rem 0;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}

.dv-accessorials-tag {
  width: calc(100% - 1rem);
  padding-left: 1rem;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.dv-accessorials-item {
  width: calc(100% - 1.5rem);
  padding-left: 1.5rem;
  margin: 0.5rem 0;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}

.dv-result-subtotal {
  width: calc(100% - 1rem);
  margin: 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  background-color: #eee;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  padding-left: 1rem;
}

.dv-messages-tag {
  width: calc(100% - 1rem);
  padding-left: 1rem;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.dv-messages-item {
  width: calc(100% - 1.5rem);
  padding-left: 1.1rem;
  margin: 0.25rem 0;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}
