.head-title {
    font-size: 31.25px;
    line-height: 45px;
}
.autocomplete-items {
    border-radius: 4px;
    overflow-y: scroll;
    background-color: #ffff;
    height: auto;
    max-height: 220px;
    z-index: 2;
    position: absolute;
    width:94%;
    max-width: 100%;
   text-align: center;
  }

.plate-decode-form {
    background: #FBFAFA;
    box-shadow: 1px 1px 54px 4px rgb(44 30 90 / 49%);
    border-radius: 6px;
    padding: 40px;
}
.font-25 {
    font-size: 25px;
}
.font-13 {
    font-size: 13px;
}
.f-w-500 {
    font-weight: 500;
}
.platenumber {
    background: #F2C94C;
    border: 3px solid #262626;
    border-radius: 4px;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    width: 100%;
    height: 50px;
    text-align: center;
}
.plate-decode-form {
    background: #FBFAFA;
    border-radius: 6px;
}
.state-name {
    border: 0.6px solid #E0E0E0;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    padding: 8px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    outline: none;
    color: #A5A5A5;
}
.btn-vin-search {
    background: #ED2226;
    border-radius: 4px;
    padding: 9px 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    width: 100%;
    height: 50px;
}
.smas-footer-right {
    line-height: 19px;
}
.back-btn {
    background: transparent;
}
.vehicle-table th {
    background: #F0F0F1;
    border-width: 1px;
    border-style: solid;
    border-color: #D6D6D6;
    width: 50%;
    height: 38px;
    text-align: center;
  }
.vehicle-table td {
    background: #fff;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #D6D6D6;
    font-weight: 400;
}
.vehicle-table th, .vehicle-table td  {
    font-size: 12.8px;
    color: #262626;
}
.btn-search-again {
    background: #FBFAFA;
    border: 1px solid #2C1E5A;
    border-radius: 4px;
    padding: 9px 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2C1E5A;
    width: 100%;
    height: 50px;
}
.flex-100 {
    flex-basis: 100%;
}
.font-16 {
    font-size: 16px;
}
.vehicle-list-input {
    outline: none;
    box-shadow: none;
}
#license_number_plates {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 3px solid #262626;
    box-shadow: 1px 1px 1px #ddd;
    height: 50px;
    position: relative;
    text-align: center;
    font-family: helvetica, ariel, sans-serif;
  }
  #plateSearch {
    background-color: red !important;
    padding:0px !important;
    top: -19px;
  }
  .logo-img {


    height: 82px;
  }
  .text-center {
    text-align: center !important;
    color: black;
  }
  .py-4.d-flex.lookup-con {
    color: #2C1E5A;
  }
  .my-5.mr-5.head-title {
    color: black;
  }

  .lookup {
    background: rgba(125, 106, 188, 0.3);
    border: 1px solid #2C1E5A;
    color: #262626;
    margin-left: auto !important;
  }
  #plates_state option{
    border: 1px solid ;
    color:  black;
  }

  .vin-no-result {
    position: absolute;
    top: 1%;
    right: 0;
    }

#plateSearch {
    background-color: red !important;
    padding: 0px !important;
    top: 5px;
}
.plate-decode-con{
    /*background-image: url("../images/plate_decode.jpg");*/
    background-position: left center;
    background-repeat: no-repeat;
}

.lookup-found::before,.hitApi::before {
  content:url('../images/check-icon.svg');
  vertical-align: text-top;
    padding-right: 3px;
    width: 18px;
    height: 18px;
}

.lookup-found.active::before,.hitApi.active::before {
   content:url('../images/tickcircle.svg');
}
.lookup-found{
    margin-right: 1rem;
}

.copy-text:after {
    content: "";
    background-image: url('../images/Copy.svg');
    width: 18px;
    height: 18px;
    display: block;
}

.copy-text.selected:after {
    background-image: url('../images/copy-green-icon.svg');
    width: 25px;
    height: 25px;
}
.visible{
    display: none;
}

/* ======================== 26-4-2023 ======================== */

.plate-decode-banner {
    width: 100%;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    padding-left: 3%;
}
.plate-decode-con .container-fluid {
    max-width: 1200px;
}
.plate-decode-banner .smas-group {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
}
/* ======================== 26-4-2023 ======================== */

.auto-suggest {
    vertical-align: top;
    padding-right: 6px;
    height: 18px;
    margin-left: 10px;
}

input#auto_suggest {
    margin-left: 20px;
    display: table-cell;
}
.autocomplete-items .clear-result {
    position: sticky;
    right: 16px;
    top: 20px;
    background: #402B82;
    padding: 4px 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
}
.autocomplete-items li {padding: 2px 20px;}
.autocomplete-items {background: #FFFFFF; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); border-radius: 4px; text-align: left;}