#tools-area {
  padding: 14px 15px;
  margin: 0px 100px;
  border-radius: 20px;
  background: #fbf9ff;
  margin-bottom: 100px;
  -webkit-box-shadow: -2px -2px 5px 0px rgba(241, 236, 252, 1);
  -moz-box-shadow: -2px -2px 5px 0px rgba(241, 236, 252, 1);
  box-shadow: -2px -2px 5px 0px rgba(241, 236, 252, 1);
}

/* #tools-area::before {
  content: "";
  display: block;
  width: 100px;
  height: 200px;
  position: absolute;
  z-index: -1;
  box-shadow: -10px -10px 200px #6938ef;
} */

#tools-area-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  position: relative;
}

#category-selector {
  cursor: pointer;
}

#category-selector-input-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  padding: 0px 12px 0px 12px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(16, 24, 40, 0.06),
    0px 3px 6px 0px rgba(16, 24, 40, 0.1);
}

.hidden {
  display: none;
}

#category-selector-modal {
  position: absolute;
  z-index: 100;
  right: 0px;
  color: #475467;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin: 0px;
  border-radius: 4px;
  background: #fff;
  width: 30rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
    0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

#category-selector-modal h2 {
  margin-left: 2rem;
  font-size: 20px;
}

#all-category-links {
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}

#all-category-links a {
  color: #475467;
}

#category-link-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#windowIcon-category-select-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

#search-bar {
  display: flex;
  max-width: 340.05px;
  padding: 8px 15.56px 8px 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}

#search-bar input {
  border: 0px;
  width: 100%;
  outline: none;
}

#search-close-icon-mobile {
  display: none;
}

@media (max-width: 640px) {
  #category-selector-modal {
    width: 100%;
  }

  #category-selector-modal h2 {
    font-size: 1.1rem;
  }

  #category-selector-modal {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  #tools-area {
    margin: 0px;
    border-radius: 0px;
  }

  #tools-area-top {
    gap: 1rem;
    padding: 20px 0px !important;
    font-size: 14px;
    width: 100%;
  }

  #category-selector-input-area {
    width: auto;
    justify-content: unset;
    color: #475467;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: auto !important;
    padding: 8px 14px 8px 16px !important;
  }

  #windowIcon-category-select-text p {
    margin: 0px;
  }

  #search-bar {
    padding: 8px 0px 8px 16px !important;
  }
}
