.envato-custom-search-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}

.envato-custom-search-image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 10px;
  /* flex: 1; */
}

.envato-custom-search {
  flex: 3;
  width: 100%;
  max-width: 715px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  outline: 1px solid #383838;
  min-height: 48px;
  box-sizing: border-box;
}

.envato-custom-search:hover {
  outline: 1px solid #707070;
  transition: outline 0.2s ease;
}

.envato-custom-search .category-select .dropdown-toggle {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
  padding: 8px 8px 8px 24px !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 8px;
}

.envato-custom-search .search-section {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  min-width: 0;
}

.envato-custom-search #url-input {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  min-width: 0;
  margin-left: 8px;
}

.envato-custom-search .search-input {
  width: 100%;
  display: inline-block;
  background-color: transparent;
}

.envato-custom-search .divider {
  width: 1px;
  height: 24px;
  background-color: #949494;
  margin-right: 16px;
}

.envato-custom-search .clear-input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px 16px 0 0;
  display: none;
}

.envato-custom-search .clear-input:hover,
.envato-custom-search .clear-input:focus,
.envato-custom-search .clear-input:active {
  background-color: transparent !important;
}

.envato-custom-search .clear-input svg {
  color: #fff;
  width: 16px;
  height: 16px;
}

.envato-custom-search .clear-input svg:hover {
  cursor: pointer;
}

/* Dropdown */

/* Dropdown Content (Hidden by Default) */
.envato-custom-search .category-select .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #191919;
  z-index: 1;
  padding: 4px;
  border-radius: 4px;
  margin-top: 8px;
}

/* Links inside the dropdown */
.envato-custom-search .category-select .dropdown-menu a {
  padding: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  transition: background-color 0.2s ease;
  border-radius: 4px;
}

.envato-custom-search .category-select .dropdown-menu .check-icon {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-left: 8px;
  display: none;
}

.envato-custom-search .category-select .dropdown-menu .selected .check-icon {
  display: block;
}

/* Change color of dropdown links on hover */
.envato-custom-search .category-select .dropdown-menu a:hover {
  background-color: #383838;
  color: #fff;
}

/* Show the dropdown menu on hover */
.envato-custom-search .dropdown .dropdown-menu.show {
  display: block;
  min-width: 200px;
  padding: 4px;
}

.envato-custom-search .category-select .dropdown-toggle:hover,
.envato-custom-search .category-select .dropdown-toggle:focus {
  cursor: pointer;
  background-color: transparent !important;
}

.button-container {
  display: none;
}

.envato-custom-search-container .middle-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1;
}

.envato-custom-search-container .search-tags-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.envato-custom-search-container .search-tags-container-mobile {
  display: none;
}

.envato-custom-search-container .search-tag {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.envato-custom-search-container .search-tag:hover {
  background-color: #383838;
  color: #fff;
}

/* Autocomplete */

.ui-autocomplete {
  background-color: #191919;
  border: 1px solid #ccc;
  border-radius: 0 0 16px 16px;
  padding: 4px;
}

.ui-autocomplete .ui-menu-item {
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px !important;
  border-radius: 4px;
  border: none !important;
  background: transparent !important;
}

.ui-menu-item-wrapper svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.ui-menu-item-wrapper span {
  color: #fff;
}

/* Override jQuery UI default states */
.ui-menu .ui-menu-item-wrapper {
  border: none !important;
}

.ui-menu-item:hover,
.ui-state-active {
  background-color: #707070 !important;
  border: none !important;
  margin: 0 !important;
  color: #fff !important;
  border-radius: 4px;
}

.cta-container {
  display: flex;
  /* flex: 1; */
}
.button-container .search-mobile {
  display: none;
}

/* Responsive Search Bar */
@media screen and (max-width: 1250px) {
  .envato-custom-search {
    max-width: 600px;
    flex: 2;
  }

  .envato-custom-search-container .middle-section .search-tags-container .search-tag:last-child {
    display: none;
  }

  .envato-custom-search-container .search-tags-container {
    gap: 8px;
  }
}

@media (max-width: 1168px) and (min-width: 1024px) {
  .envato-custom-search-container .middle-section .search-tags-container .search-tag:last-child {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .envato-custom-search-container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .envato-custom-search-image {
    padding-left: 16px;
    margin-top: 0;
  }

  .envato-custom-search-container .middle-section {
    gap: 0;
    align-items: flex-end;
    padding-left: 16px;
  }

  .button-container {
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }

  .envato-custom-search {
    display: none;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #191919;
    z-index: 1000;
  }

  .button-container .search-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    min-width: 40px !important;
    min-height: 40px !important;
    background-color: transparent;
    border: none !important;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px !important;
    z-index: 999;
  }

  .button-container .search-mobile:hover,
  .button-container .search-mobile:focus,
  .button-container .search-mobile:active {
    background-color: #383838;
    color: #fff;
    border: none !important;
  }

  .button-container .search-mobile img {
    margin-right: 4px;
  }

  .button-container .search-mobile {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .envato-custom-search.expanded {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100% !important;
  }

  .ui-menu-item-wrapper {
    padding: 4px !important;
  }

  .envato-custom-search-container .search-tags-container {
    display: none;
  }

  .envato-custom-search-container .search-tags-container-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-top: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 16px;
  }

  .envato-custom-search-container .search-tags-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .envato-custom-search-container .search-tag {
    flex-shrink: 0;
  }

  .envato-custom-search-container .cta-container {
    padding-right: 16px;
  }
}

@media screen and (max-width: 699px) {
  .cta-container {
    display: none;
  }

  .envato-custom-search-container .middle-section {
    padding-right: 16px;
  }
}
