.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: #000;
  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 {
  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 .content-result {
  display: flex;
  column-gap: 16px;
}
.view .component-result .beyond-tabs-content {
  margin: auto;
  width: 100%;
}
.view .component-result .beyond-tabs-content svg.beyond-icon {
  margin: auto;
  display: block;
}
.view .component-result svg.beyond-icon {
  fill: var(--text-on-primary);
}
.view .component-result button.beyond-icon-button:not(.tooltip):not(.copy-button) {
  background: var(--box-bg);
  border-bottom: 4px solid var(--primary);
  border-radius: 10px;
}
.view .component-result button.beyond-icon-button:not(.tooltip):not(.copy-button) svg.beyond-icon {
  fill: var(--gray-darker);
}
.view .component-result button.beyond-icon-button:not(.tooltip):not(.copy-button):active {
  border-bottom: 0;
}


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