a {
  color: #1464f4;
}
#block-vinfast-v2-page-title,
#page-title {
  display: none;
}

.section-search {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-search > div {
  flex-basis: 50%;
}

.ex-search ul {
  list-style-type: none;
}
.ex-search ul li {
  margin-bottom: 12px;
}

.ex-search ul li.field-phone {
  background: url("../assets/images/icon-phone.svg") no-repeat scroll 0 center transparent;
  padding-left: 1.563rem;
}

.ex-search ul li.field-email {
  background: url("../assets/images/icon-mail.svg") no-repeat scroll 0 center transparent;
  padding-left: 1.565rem;
}

.ex-search ul li.field-phone a,
.ex-search ul li.field-email a {
  color: #1464f4;
  text-transform: none;
}

.recall-list .no-recall {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
}

.form-search {
  max-width: 500px;
  margin-left: 20px;
}

form .form-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
form .form-body {
  margin-bottom: 1rem;
}
form .form-body input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border-radius: 4px;
}
form .input-error {
  display: none;
  margin-top: 4px;
  color: var(--red);
}

form button[type="submit"] {
  min-width: 160px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 1rem;
  background: #1464f4;
}

form button[type="submit"][disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Custom modal Bootstrap */
#findVinModal .modal-dialog {
  max-width: 690px;
}

.modal p.Detail {
  font-size: 1rem;
  line-height: 125%;
  color: #666666;
  margin: 5px auto;
  text-align: left;
}

.modal p.Detail-Heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 125%;
  color: #1464f4;
  hyphens: auto;
  margin: 18px auto;
  text-align: left;
  background-color: #f1f7fb;
}
/* Custom modal Bootstrap */

/* TABLE */
table tr td {
  border: 1px solid #dee2e6;
}

table tr:first-child td {
  font-weight: bold;
  background-color: #f1f7fb;
}
.recall-detail table {
  width: 100%;
  margin-top: 1rem;
}
.get-rc-detail {
  font-weight: bold;
  color: #1464f4;
  cursor: pointer;
}
.tr-detail td {
  min-width: 160px;
}
/* TABLE */

@media screen and (max-width: 786px) {
  #findVinModal.show .modal-dialog {
    max-width: 520px;
  }
}