@font-face {
  font-family: "NumberPlate";
  src: url("/wp-content/fonts/number-plate/uknumberplate.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#vrm-search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  position: relative;
  z-index: 50;
  pointer-events: auto !important;
}
#vrm-search-form::before {
  position: absolute;
  margin-left: 1px;
  height: 43px;
  color: #fbe712;
  content: "";
  pointer-events: none;
  background: url(/wp-content/uploads/2024/01/gb-vrm-logo.svg) 7px 10px no-repeat;
  background-size: 16px;
  background-color: #1d4386;
  font-size: 35px;
  font-weight: 100;
  width: 30px;
  border-radius: 3px 0 0 3px;
}
#vrm-search-form input#vrm-input {
  font-family: "NumberPlate", sans-serif;
  width: 68%;
  margin: 0;
  text-align: center;
  background: #fdd823;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1.6em;
  height: 45px;
  text-transform: uppercase;
  padding: 0 0 0 30px;
}
#vrm-search-form #privacy_policy {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#vrm-search-form #vrm-search-btn {
  width: 30%;
  height: 43px;
  margin: 0;
}

.vehicle-search-container .vrm-spinner {
  display: none;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vehicle-search-container .invalid-vrm-dialog {
  padding-bottom: 2.5em;
}
.vehicle-search-container .invalid-vrm-dialog .swal2-html-container {
  line-height: 1.5em;
}
.vehicle-search-container .invalid-vrm-dialog .swal2-close {
  min-height: 1em;
}
.vehicle-search-container .invalid-vrm-dialog .primary.button {
  font-size: 1rem;
  margin: 0;
}
.vehicle-search-container #vehicle-dropdowns.horizontal {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}
.vehicle-search-container #vehicle-dropdowns.vertical {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.vehicle-search-container #vehicle-dropdowns .parts-search-btn,
.vehicle-search-container #vehicle-dropdowns select {
  margin: 0;
}

.diagram-message {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

#vehicle-dropdowns.horizontal {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 900px) {
  #vehicle-dropdowns.horizontal {
    flex-wrap: wrap;
  }
}
#vehicle-dropdowns.vertical {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#vehicle-dropdowns {
  position: relative;
  z-index: 50;
  pointer-events: auto !important;
}
#vehicle-dropdowns .parts-search-btn,
#vehicle-dropdowns select {
  margin: 0;
}

.vehicle-compatibility-pagination {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}
.vehicle-compatibility-pagination .page-numbers {
  list-style: none;
  display: flex !important;
  align-items: center !important;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.vehicle-compatibility-pagination .page-numbers > li {
  display: flex !important;
  align-items: center !important;
}
.vehicle-compatibility-pagination .page-numbers a.page-numbers,
.vehicle-compatibility-pagination .page-numbers span.page-numbers {
  text-decoration: none;
  font-size: 0.9em !important;
  line-height: 1;
  color: #111;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px !important;
}
.vehicle-compatibility-pagination .page-numbers a.page-numbers:hover {
  color: #1d4386;
}
.vehicle-compatibility-pagination .page-numbers .current {
  color: #1d4386;
  font-weight: 700;
}
.vehicle-compatibility-pagination .page-numbers .prev,
.vehicle-compatibility-pagination .page-numbers .next {
  color: #1d4386;
  height: 20px !important;
}
.vehicle-compatibility-pagination .page-numbers .prev .vc-chevron,
.vehicle-compatibility-pagination .page-numbers .next .vc-chevron {
  width: 20px !important;
  height: 20px !important;
  display: block;
}
.vehicle-compatibility-pagination .page-numbers .disabled {
  color: #d1d5db;
  pointer-events: none;
}
.vehicle-compatibility-pagination .page-numbers .dots {
  color: #6b7280;
}