.container-search {
  display: flex;
  background-color: var(--box-bg);
  padding: 0 16px;
  max-width: 450px;
  border-radius: 18px;
  align-items: center;
  column-gap: 8px;
  margin: 0 auto;
  height: 40px;
  border: 2px solid var(--primary-dark);
}
.container-search svg.beyond-icon {
  transform: translateY(3px);
  fill: var(--secondary);
}
.container-search input {
  width: 100%;
  border: none;
  outline: none;
  height: 35px;
  color: var(--text-color);
  padding: 1px 0;
  margin: 1px 0;
}
.container-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-image: url("https://th.bing.com/th/id/OIP.yo_2xtqxgSdueW1J0xa00gHaHa?w=199&h=198&c=7&r=0&o=5&pid=1.7");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center 6px;
}
.container-search:focus-within {
  border: 2px solid var(--primary-light);
}
.view .component-implementation .component-result {
  flex-direction: row;
  align-items: flex-start;
}
.view .list-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 16px 24px 0;
}
.view .list-container h4 {
  color: var(--text-on-primary);
  font-size: 18px;
}
.view .container-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 16px 0;
}
.view .container-icons .content-icon {
  display: flex;
  flex-direction: column;
  background-color: var(--box-bg);
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  gap: 8px;
  min-width: 11rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid var(--primary);
}
.view .container-icons .content-icon svg.beyond-icon {
  height: 25px;
  width: 25px;
  transition: all 0.3s ease-in-out;
  fill: var(--secondary);
}
.view .container-icons .content-icon span {
  font-size: 16px;
}
.view .container-icons .content-icon:hover {
  transform: scale(1.05);
  border-bottom: 4px solid var(--primary-accent);
}
.view .container-icons .content-icon:active {
  transform: scale(1);
  border-bottom: 0;
}
.view .component-result {
  padding: 24px 24px 0;
  color: var(--text-on-primary);
  row-gap: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view .component-result h3 {
  height: fit-content;
}
.view .component-result svg.beyond-icon {
  fill: var(--text-on-primary);
}
.view .component-result button.beyond-icon-button {
  background: var(--box-bg);
  border-bottom: 4px solid var(--primary);
  border-radius: 10px;
}
.view .component-result button.beyond-icon-button svg.beyond-icon {
  fill: var(--gray-darker);
}
.view .component-result button.beyond-icon-button:active {
  border-bottom: 0;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInByb2plY3QvbW9kdWxlcy9pY29ucy92aWV3L3dpZGdldC9zY3NzL3Byb2plY3RcXG1vZHVsZXNcXGljb25zXFx2aWV3XFx3aWRnZXRcXHNjc3NcXHNlYXJjaC5zY3NzIiwicHJvamVjdC9tb2R1bGVzL2ljb25zL3ZpZXcvd2lkZ2V0L3Njc3MvcHJvamVjdFxcbW9kdWxlc1xcaWNvbnNcXHZpZXdcXHdpZGdldFxcc2Nzc1xcc3R5bGVzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJO0VBQ0E7O0FBRUo7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBSVI7RUFDSTs7QUNuQ1A7RUFDQztFQUNBOztBQUVEO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDQztFQUNBOztBQUdGO0VBQ0M7RUFDQTtFQUNBO0VBQ0M7RUFDRDs7QUFFQTtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDQztFQUNBO0VBQ0E7RUFDQTs7QUFFRDtFQUNDOztBQUVEO0VBQ0M7RUFDQTs7QUFHRDtFQUNDO0VBQ0E7O0FBS0g7RUFDQztFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7O0FBRUE7RUFDQzs7QUFHRDtFQUNDOztBQUdEO0VBQ0M7RUFDQTtFQUNBOztBQUVBO0VBQ0M7O0FBR0Q7RUFDQyIsImZpbGUiOiIiLCJzb3VyY2VSb290IjoiLyJ9 */