/**
 * Minified by jsDelivr using clean-css v4.2.1.
 * Original file: /npm/@tarekraafat/autocomplete.js@7.2.0/dist/css/autoComplete.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*# sourceMappingURL=/sm/2bb3dcf548ec37c7de5c930474e8db20da4091fb846c9dd2fcdf9eac37ea959e.map */
.badge {
  border-radius: 3px;
  width: 70px; }

.icon-w-16px {
  max-width: 16px; }

.input-telefoane::placeholder {
  color: #4d4d4d;
  opacity: 1; }

.input-telefoane:focus {
  background-color: #eee; }

#result {
  position: absolute;
  width: 100%;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  box-sizing: border-box;
  z-index: 50;
  left: 0; }

.icon-green {
  bottom: 28%;
  right: 13px; }

.description .divResult {
  background: #eee;
  border: 1px solid #ccc; }

#phone_list {
  max-height: 166px;
  overflow-y: auto;
  position: absolute;
  width: 100%; }

#phone_list .autoComplete_result {
  max-width: 100%; }

#phone_list .autoComplete_result:hover {
  border-left: 2px solid #ff7900;
  border-right: 2px solid #ff7900;
  border-top: .5px solid transparent;
  border-bottom: .5px solid transparent;
  background-color: #fff8f8; }

#phone_list .autoComplete_result:last-child {
  border-radius: 0; }

#phone_list .autoComplete_result .autoComplete_highlighted {
  color: #ff7900; }

#phone_list .autoComplete_no_result {
  padding: .6rem;
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: 700;
  margin-top: 2px; }
