/* add your css */
:root {
  /* ---------- Hex Colors ---------- */
  --su__searchboxapp-deepskyblue-light: #1770d4;
  --su__searchboxapp-darkgray: #333;
  --su__searchboxapp-violet: #609;
  --su__searchboxapp-gray: #666;
  --su__searchboxapp-lightblue-alt: #92c4f3;
  --su__searchboxapp-paleblue-cool: #d9ebff;
  --su__searchboxapp-lightgray-14: #f2f2f2;
  --su__searchboxapp-white: #fff;
  --su__searchboxapp-black-rgba: 0, 0, 0;
  --su__searchboxapp-jetgray-rgba: 102, 102, 102; 
  --su__searchboxapp-gray-44: rgba(125, 112, 112, 0.439);
}

/*Add Custom styling here */
.custom-suggestions {
  margin-top: 10px;
}

input#search-box-autocomplete {
    color: #000 !important;
}

/* custom Autocomplete class */

.custom-autocomplete-border-rounded {
  border-radius: 10px;
}

.custom-padding-autocomplete {
  padding-left: 0;
  padding-right: 0;
}

.custom-autocomplete-background {
  background: #fff !important;
}
.su__input-close {
  top: 10px !important;
}

.suggested_results {
  text-align: left;
  color: #9aa3bf !important;
  opacity: 1;
  margin-left: 1rem !important;
}

/* .custom__su-autoSuggestion{
        position: relative !important;
    } */

.custom__su-autoSuggestion {
  text-align: left;
}

.recentclear_auto {
  margin-top: 0.5rem !important;
}

.su__suggestion-desc {
  margin-top: -0.3rem !important;
  font-size: 15px !important;
}

.custom_autoSuggest {
  margin-top: 0.3rem !important;
}

.su__bg-light-gray,
.su__btn-light-gray,
.su__bg-gray-hover:hover {
  background: #f5f6fa !important;
}

.highlight {
  /* color: #1F73B7 !important; */
}

.custom-title-color {
  color: #1f73b7 !important;
  font-size: 15px !important;
}

.auto-suggest-result {
  margin-top: 0.4rem !important;
}

.custom-auto-suggestion-href {
  margin-top: 0.3rem !important;
  color: #4a4a4a !important;
  font-size: 13px !important;
}

.custom-auto-suggest-title {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.custom-auto-suggest-tab:hover {
  background: #f5f6fa !important;
}
.su__highlight_result {
  background-color: #f5f6fa !important;
}
.su__suggestions-list {
  padding: 10px 0px !important;
  margin: 2px 15px;
  border-radius: 4px;
}
.su__suggestions-list {
  line-height: 30px !important;
}
.custom-truncate {
  white-space: normal !important;
  word-break: break-all;
}
.su__input-search {
  padding: 0 51px 0 40px !important;
}

.su__suggestions-box {max-height: 360px !important}
:focus-visible {outline: #0000cc auto 1px !important}
.custom__arrow-down {left: -8px Important}
#auto {width: 610px}

@media screen and (max-width: 430px) {
  .su__container {
    max-width: 100%;
  }
  .su__suggestions-list {
    line-height: 16px !important;
  }
  .custom-truncate {
    white-space: normal !important;
    word-break: break-all;
  }
  .su__input-search {
    padding: 0 5rem 0 1.4rem !important;
  }
  .custom-height {
    width: 90%;
  }
  #auto {
    width: unset;
    margin-top: 32%;
  }
}

.su__autosuggestion-icon {height: unset !important}
section.su__w-100.su__py-4.su__search_section.su__bg-blue-grd.custom-autocomplete-background{padding: unset}
.su__recentSearch_result.su__suggestion-desc.su__line-height-n.su__color-lgray.su__suggest {color: #474660; font-weight: 600}
.su__recent_search_text {text-align: left; opacity: 1; margin-left: 1.5rem; font-size: 13px; line-height: 17px; color: #666 !important;}
.su__container.custom-padding-autocomplete {padding: unset}
span.su__input-close.su__animate-zoom.su__position-absolute.su__cursor svg {stroke-width: 10px; stroke: black}