.main-search input {
  background-image: none !important;
}
.main-search .btn-search {
  border: none !important;
}
.main-search button.dropdown-toggle:hover, .main-search button.dropdown-toggle:focus {
  color: #0062cc;
}
.main-search .btn-more-filters {
  position: absolute;
  right: 232px;
  top: 4px;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
}
.main-search .btn-more-filters:hover {
  position: absolute;
  right: 232px;
  top: 4px;
  cursor: pointer;
  background: rgba(60, 64, 67, 0.2);
  border-radius: 50%;
  padding: 5px;
}
.main-search .container-more-filter {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 5;
  width: 100%;
  padding-right: 52px;
}
.template-user .background-search {
  background: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
.template-user #myDropdown-mini {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  -webkit-box-shadow: 0px 8px 16px 0px black;
  box-shadow: 0px 8px 16px 0px black;
  z-index: 1000;
  right: 10px;
  left: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.template-user #myDropdown-mini a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.template-search .background-search {
  background: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
.template-search .dropdown-search {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  -webkit-box-shadow: 0px 8px 16px 0px black;
  box-shadow: 0px 8px 16px 0px black;
  z-index: 1000;
  right: 10px;
  left: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-domains .dropdown-toggle {
  text-align: left;
}
.btn-domains .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 15px;
}

/*# sourceMappingURL=108.a501560d.css.map*/