@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html, body {
  width: 100%;
  height: 100%;
  font-family: "Nunito", sans-serif;
}

.theme-container {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .theme-container {
    width: 95%;
  }
}

.ml-0 {
  margin-left: 0 !important;
}

.notification-item {
  background: #ffffff !important;
  color: #2d2d2d !important;
  border: 1.5008px solid #2d2d2d !important;
  border-bottom: 3px solid #2d2d2d !important;
  font-weight: 500 !important;
}

.theme-button {
  height: 3.125rem;
  padding: 0 1.5rem;
  border: 0.0938rem solid #2d2d2d;
  border-bottom: 0.1875rem solid #2d2d2d;
  cursor: pointer;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  text-decoration: unset;
}
.theme-button.text-dark {
  color: #2D2D2D;
}
.theme-button:active {
  border-bottom: 0.0938rem solid #2d2d2d;
  transform: translateY(0.0938rem);
}

.form-group label {
  font-size: 1rem;
  color: #2D2D2D;
  user-select: none;
}
.form-group input[type=range] {
  height: 1.25rem;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  position: relative;
  background: transparent;
}
.form-group input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #2d2d2d;
  border-bottom: 0.0938rem solid #2d2d2d;
}
.form-group input[type=range]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #22b573;
  box-shadow: 0rem 0rem 0.625rem rgba(45, 45, 45, 0.2509803922);
  border: 0.0625rem solid #2d2d2d;
  border-bottom: 0.125rem solid #2d2d2d;
  background-image: url("/assets/img/range-im.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -0.4437rem;
  cursor: pointer;
  -webkit-appearance: none;
}
.form-group .range-group {
  display: flex;
  user-select: none;
  align-items: center;
}
.form-group .range-group input.range {
  width: 70%;
}
.form-group .range-group .value {
  width: 25%;
  margin-left: 5%;
  border-radius: 1.125rem;
  display: flex;
  height: 2.1875rem;
  align-items: center;
  padding: 0.1875rem;
  border: 0.0625rem solid #2d2d2d;
  border-bottom: 0.125rem solid #2d2d2d;
}
.form-group .range-group .value input {
  border: none;
  background: transparent;
  outline: 0;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #2D2D2D;
  user-select: none;
}
.form-group .range-group .value input::-webkit-outer-spin-button, .form-group .range-group .value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .range-group .value span.process {
  display: flex;
  cursor: pointer;
}
.form-group .range-group .value span.process svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.form-group .range-group .value span.process .ass-1 {
  stroke: #22b573 !important;
}

.header {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  border: 1.5008px solid #343434;
  border-radius: 100px;
  border-bottom: 4px solid #343434;
  top: 32px;
  position: relative;
  background-color: #ffffff;
  z-index: 99;
}
.header.fixed {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  animation: header__fix__animation 500ms ease;
  animation-fill-mode: both;
}
@media (max-width: 1500px) {
  .header.fixed {
    width: 95%;
  }
}
.header.reverse {
  position: fixed;
  top: 32px;
  animation: header__fix__animation__reverse 500ms ease;
  animation-fill-mode: both;
}
@media (max-width: 1500px) {
  .header.reverse {
    width: 95%;
  }
}
.header-logo {
  margin-right: auto;
  width: 400px;
}
.header-logo img {
  width: auto;
  height: 50px;
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.header-menu ul li {
  display: flex;
  align-items: center;
}
.header-menu ul li a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.header-menu ul li .search-icon {
  margin-top: -5px;
  width: 25px;
  height: 25px;
}
.header-context {
  width: 400px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.header-context .con-link img {
  height: 30px;
}
@media (max-width: 991px) {
  .header-context .con-link {
    display: none;
  }
}
.header-context .version {
  margin: 0;
  color: #b7b7b7;
  font-size: 14px;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .header-context .version {
    padding: 0;
  }
}
.header-context .header-mobile-button {
  display: none;
  margin: 0;
  padding: 0;
  border: unset;
  background-color: transparent;
  width: 30px;
  height: 30px;
  color: #2d2d2d;
}
.header-context .header-mobile-button svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header-context .header-mobile-button {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 350px;
  height: 100%;
  z-index: 9999999;
  background: #ffffff;
  padding: 1.5rem;
  font-weight: 400;
  transition: all 0.3s linear;
  border-right: 1.5px solid #2d2d2d;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mobile-menu.show {
  left: 0;
}
.mobile-menu .closeButton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: unset;
  width: 40px;
  height: 40px;
}
.mobile-menu .closeButton img {
  width: 100%;
  height: 100%;
}
.mobile-menu .header-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.mobile-menu .header-menu ul {
  flex-direction: column;
  gap: 1.5rem;
}
.mobile-menu .header-context {
  margin-left: unset;
  width: unset;
  justify-content: flex-start;
}
.mobile-menu .header-context .con-link {
  display: block;
}
.mobile-menu .header-context .header-mobile-button {
  display: none;
}

@keyframes header__fix__animation {
  0% {
    top: -200px;
  }
  100% {
    top: 32px;
  }
}
@keyframes header__fix__animation__reverse {
  0% {
    top: 32px;
  }
  100% {
    top: -200px;
  }
}
.card-list {
  max-width: 1410px;
  width: 100%;
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  scroll-margin-top: 100px;
}
.card-list-header {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .card-list-header {
    width: 100%;
    overflow: auto;
  }
}
.card-list-header::-webkit-scrollbar {
  display: none;
}
.card-list-header .search {
  width: 250px;
  height: 50px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.card-list-header .search label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-list-header .search label small {
  font-size: 10px;
  border: 1px solid #dddddd;
  padding: 3.2px 8px;
  border-radius: 5px;
  height: 22px;
  display: flex;
  align-items: center;
}
.card-list-header .search input {
  width: 100%;
  height: 100%;
  border: unset;
  box-shadow: unset;
  outline: unset;
  padding-left: 20px;
}
.card-list-header .search input:focus + label, .card-list-header .search input:not(:placeholder-shown) + label {
  opacity: 0;
}
.card-list-header .swap svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.card-list-header .size-change {
  width: auto;
  height: 50px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}
@media (max-width: 768px) {
  .card-list-header .size-change {
    display: none;
  }
}
.card-list-header .size-change input {
  accent-color: #22b573;
  width: 130px;
}
.card-list-header-category {
  width: auto;
  height: 50px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  gap: 3px;
  margin-left: auto;
  white-space: nowrap;
}
.card-list-header-category button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-list-header-category button .as-1 {
  color: #22b573;
}
.card-list-header-category button.active, .card-list-header-category button:hover {
  color: #ffffff;
  background-color: #22b573;
}
.card-list-header-category button.active .as-1, .card-list-header-category button:hover .as-1 {
  color: orange;
}
.card-list-header .search-key {
  cursor: default;
  gap: 16px;
  max-width: 300px;
  white-space: nowrap;
}
.card-list-header .search-key span {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-list-header .search-key .search-clear {
  background: transparent;
  border: unset;
  margin: 0;
  padding: 0;
  color: #2d2d2d;
}
.card-list-header .search-key .search-clear svg {
  width: 24px;
  height: 24px;
}
.card-list-body {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.card-list-body.found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 48px auto;
  font-size: 20px;
  line-height: 20px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.card {
  background: #fff;
  border-radius: 24px;
  width: 180px;
  display: flex;
  align-items: center;
  padding: 16px 0;
  min-height: 180px;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
}
@media (max-width: 1500px) {
  .card {
    width: calc(16.6666666667% - 21px);
  }
}
@media (max-width: 1250px) {
  .card {
    width: calc(20% - 20px);
  }
}
@media (max-width: 991px) {
  .card {
    width: calc(25% - 19px);
  }
}
@media (max-width: 768px) {
  .card {
    width: calc(33.3333333333% - 16.68px);
  }
}
@media (max-width: 600px) {
  .card {
    width: calc(50% - 12.5px);
  }
}
.card p {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 300;
}
.card svg {
  height: 110px;
}
.card svg .as-1 {
  stroke: #22b573;
}
.card svg .as-2 {
  stroke: #000000;
}
.card svg.duo.as1Stroke .as-1 {
  stroke: #000000;
  fill: none;
}
.card svg.duo.as1Fill .as-1 {
  fill: #000000;
  stroke: none;
}
.card svg.duo.as1SF .as-1 {
  fill: #000000;
  stroke: #000000;
}
.card svg.duo.as2Stroke .as-2 {
  stroke: #22b573;
  fill: none;
}
.card svg.duo.as2Fill .as-2 {
  fill: #22b573;
  stroke: none;
}
.card svg.duo.as2SF .as-2 {
  fill: #22b573;
  stroke: #22b573;
}
.card:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1019607843);
}
.card:active {
  border-bottom: 1.5008px solid #2d2d2d;
  transform: translateY(1.5008px);
}
.card.loading span.icon {
  margin: 26px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  background-image: linear-gradient(90deg, #f6f7f8 0%, #edeef1 10%, #f6f7f8 20%, #f6f7f8 100%);
  background-size: 200% 100%;
  animation: card-loading 1s linear infinite;
}
.card.loading span.line {
  width: 80%;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  bottom: 20px;
  background-image: linear-gradient(90deg, #f6f7f8 0%, #edeef1 10%, #f6f7f8 20%, #f6f7f8 100%);
  background-size: 200% 100%;
  animation: card-loading 1s linear infinite;
}

@keyframes card-loading {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
.scene {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  overflow: auto;
}
@media (max-width: 1150px) {
  .scene {
    display: block;
  }
}
.scene-bg {
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.scene-main {
  width: 100%;
  max-width: 1070px;
  min-height: 250px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  padding: 50px;
  flex-wrap: nowrap;
  margin-top: 50px;
  position: relative;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1019607843);
  z-index: 2;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
}
@media (max-width: 1150px) {
  .scene-main {
    width: 95%;
    margin: 2rem auto;
  }
}
@media (max-width: 991px) {
  .scene-main {
    flex-direction: column;
    gap: 3rem;
    padding: 55px 20px;
  }
}
.scene-main .close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  border: unset;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.scene-main .area {
  width: 420px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  margin-right: 50px;
  border-radius: 30px;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .scene-main .area {
    width: 100%;
  }
}
.scene-main .detail {
  position: relative;
  width: 400px;
}
@media (max-width: 600px) {
  .scene-main .detail {
    width: 100%;
  }
}
.scene-main .detail h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2d2d2d;
  cursor: pointer;
}
.scene-main .detail h4 .external {
  color: #2d2d2d;
  opacity: 0.4;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border: unset;
  background-color: transparent;
}
.scene-main .detail h4 .external svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.scene-main .detail .form-group {
  width: 100%;
}

.color-set-box {
  display: flex;
  margin-top: 20px;
}
.color-set-box label {
  color: #2d2d2d;
  display: flex;
  align-self: center;
  margin-right: 15px;
}
.color-set-box .color-box {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 15px;
}
.color-set-box .color-box input[type=color] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.color-set-box .color-box input[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  color: #fff;
  background: #fff;
}
.color-set-box .color-box input[type=color]::-webkit-color-swatch-wrapper {
  height: 28px;
  width: 24px;
}
.color-set-box label {
  margin: 5px 5px 5px 10px;
  color: #2d2d2d;
  font-size: 14px;
}

.code-box {
  background: #ffffff;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 20px;
  padding: 20px 20px 5px 20px;
  margin-top: 40px;
  position: relative;
}
.code-box ul.codeNav {
  list-style: none;
  display: flex;
  position: absolute;
  top: -20px;
  gap: 7.5008px;
  margin: 0;
  padding: 0;
}
.code-box ul.codeNav li {
  padding: 7.5008px 15px;
  background: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
}
.code-box ul.codeNav li:active {
  border-bottom: 1.5008px solid #2d2d2d;
  transform: translateY(1.5008px);
}
.code-box ul.codeNav li.active {
  background: #22b573;
  color: #fff;
}
.code-box ul.codeNav li.disabled {
  color: #e8e8e8;
}
.code-box p.code-line {
  margin-left: 2px;
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  color: #22b573;
  font-family: monospace;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
}
.code-box p.code-line::-webkit-scrollbar {
  display: none;
}
.code-box p.code-line::before {
  margin-right: 2px;
  color: #2d2d2d;
}
.code-box p.code-line::after {
  margin-left: 2px;
  color: #2d2d2d;
}
.code-box span.copy {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 8px;
  background: #f3f3f3;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #2d2d2d;
}
.code-box span.copy:active {
  border-bottom: 1.5008px solid #2d2d2d;
  transform: translateY(1.5008px);
}
.code-box span.copy.copied {
  background: #22b573;
  color: #fff;
}
.code-box.html p.code-line::before {
  content: '<i w8-icon="';
}
.code-box.html p.code-line::after {
  content: '"></i>';
}
.code-box.vue p.code-line::before {
  content: '<w8icon name="';
}
.code-box.vue p.code-line::after {
  content: '" />';
}

.downloadLink {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadLink button,
.downloadLink a {
  padding: 10px 20px;
  height: 100%;
  text-decoration: none;
  background: #22b573;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 35px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.downloadLink button:active,
.downloadLink a:active {
  border-bottom: 1.5008px solid #2d2d2d;
  transform: translateY(1.5008px);
}
.downloadLink button:nth-child(2), .downloadLink button:nth-child(3),
.downloadLink a:nth-child(2),
.downloadLink a:nth-child(3) {
  margin-left: 10px;
}
.downloadLink button svg,
.downloadLink a svg {
  vertical-align: bottom;
  height: 24px;
  width: 24px;
}
.downloadLink button[disabled],
.downloadLink a[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .downloadLink button.code,
  .downloadLink a.code {
    display: none;
  }
}

.theme-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 3.125rem 0;
  gap: 0.3125rem;
  width: 100%;
}
.theme-pagination .page-link {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0938rem solid #2d2d2d;
  border-bottom: 0.1875rem solid #2d2d2d;
  border-radius: 50% !important;
  cursor: pointer;
  color: #2d2d2d;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.125rem;
}
.theme-pagination .page-link:active {
  border-bottom: 0.0938rem solid #2d2d2d;
  transform: translateY(0.0938rem);
}
.theme-pagination .active .page-link {
  background-color: #22b573;
}

.home-header {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 105px;
}
@media (max-width: 991px) {
  .home-header {
    padding-top: 80px;
  }
}
.home-header .hey-w8 {
  max-width: 937px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2d2d2d;
}
.home-header .hey-w8 .bird {
  width: 210px;
  height: 210px;
}
@media (max-width: 991px) {
  .home-header .hey-w8 .bird {
    width: 160px;
    height: 160px;
  }
}
.home-header .hey-w8 h1 {
  margin: 0;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .home-header .hey-w8 h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
.home-header .hey-w8 h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .home-header .hey-w8 h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .home-header .hey-w8 h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.home-header-context {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .home-header-context {
    margin-top: 20px;
  }
}
.home-header-context-search {
  width: 700px;
  height: 60px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .home-header-context-search {
    width: 100%;
  }
}
.home-header-context-search input {
  width: calc(100% - 60px);
  height: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 100px;
}
.home-header-context-search input:focus + label, .home-header-context-search input:not(:placeholder-shown) + label {
  opacity: 0;
}
.home-header-context-search label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 24px;
  color: #a0a0a0;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-header-context-search label small {
  font-size: 10px;
  border: 1px solid #dddddd;
  padding: 3.2px 8px;
  border-radius: 5px;
  height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .home-header-context-search label small {
    display: none;
  }
}
.home-header-context-search button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #22b573;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
}
.home-header-context-search button:disabled {
  cursor: not-allowed;
}
.home-header-context-search button svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2px;
}

.category-card {
  max-width: 1410px;
  width: 100%;
  margin: 90px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1500px) {
  .category-card {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .category-card {
    margin-top: 40px;
  }
}
.category-card .item {
  width: 250px;
  height: 150px;
  border: 1.5008px solid #2d2d2d;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  transition: all 0.1s linear;
  right: 0;
  top: 0;
  cursor: pointer;
  text-decoration: unset;
}
@media (max-width: 600px) {
  .category-card .item {
    width: calc(50% - 10px);
  }
  .category-card .item:last-child {
    width: 100%;
    height: 100px;
  }
}
.category-card .item h3 {
  background-color: #2d2d2d;
  padding: 16px 32px;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991px) {
  .category-card .item h3 {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px;
  }
}
.category-card .item::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 20px);
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: 3;
}
.category-card .item:active {
  border-bottom: 1.5008px solid #2d2d2d;
  transform: translateY(1.5008px);
}

.home-list {
  margin-top: 120px;
  padding-bottom: 90px;
}

.lipBeak {
  animation: lips 0.9s linear;
  transform: matrix(0.5, 0, 0, 0.5, 90, 170);
  animation-iteration-count: infinite;
  stroke-width: 0.5;
  display: none;
}

.whistle {
  position: absolute;
  top: 185px;
  margin: 0 auto;
  z-index: 9;
  display: none;
}
@media (max-width: 991px) {
  .whistle {
    top: 135px;
  }
}
.whistle svg {
  width: 16px;
  height: 16px;
}

.whistle span {
  position: absolute;
  font-size: 20px;
  margin-left: -5px;
  visibility: hidden;
  animation: notes 1.5s infinite linear;
}

.note-2 {
  animation-delay: 0.5s !important;
}

.note-3 {
  animation-delay: 1s !important;
}

.eye {
  transition: all 0.05s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  20% {
    visibility: unset;
    opacity: 1;
    transform: scale(1.5) translate(50%, 30%);
  }
  40% {
    opacity: 1;
    transform: scale(1.5) translate(150%, 50%);
  }
  60% {
    opacity: 1;
    transform: scale(1.5) translate(250%, 40%);
  }
  80% {
    opacity: 1;
    transform: scale(1.5) translate(350%, 70%);
  }
  100% {
    transform: scale(1.5) translate(450%, 60%);
    opacity: 0;
  }
}
@keyframes lips {
  0% {
    transform: matrix(0.5, 0, 0, 0.5, 90, 170);
  }
  50% {
    transform: matrix(0.65, 0, 0, 0.65, 90, 170);
  }
  100% {
    transform: matrix(0.5, 0, 0, 0.5, 90, 170);
  }
}
.hey-w8.lip .whistle,
.hey-w8.lip .lipBeak {
  display: block;
}

.hey-w8.lip .eyesOne {
  transform: translate(12%, 43%) !important;
  transition: all 0.2s;
}

.hey-w8.lip .eyesTwo {
  transform: translate(50%, 43%) !important;
  transition: all 0.2s;
}

.hey-w8.lip .beak {
  display: none;
}

.category-header {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .category-header {
    padding-bottom: 0px;
  }
}
.category-header h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991px) {
  .category-header h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

.search-page-header {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .search-page-header {
    padding-bottom: 0px;
  }
}
.search-page-header h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
  margin: 0;
}
.search-page-header .search-key {
  margin-top: 16px;
  font-size: 24px;
  color: #555555;
}

.error {
  width: 100%;
  max-width: 58.0625rem;
  margin: 8rem auto 0 auto;
  position: relative;
  text-align: center;
}
.error-main {
  position: relative;
  z-index: 5;
  margin: 4.375rem 0;
}
.error-main h1 {
  position: absolute;
  font-size: 22.75rem;
  color: #e8e8e8;
  z-index: 4;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  top: -5rem;
  font-weight: bold;
}
.error-main h2 {
  font-size: 3.5rem;
  color: #2d2d2d;
  z-index: 5;
  position: relative;
  font-weight: bold;
}
.error-main h3 {
  font-size: 2.625rem;
  color: #2d2d2d;
  margin-top: 1.25rem;
  position: relative;
  z-index: 5;
}
.error-main p.soonLine {
  color: #b7b7b7;
  width: 36.25rem;
  margin: 6.25rem auto 0 auto;
}
.error-main a {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  text-decoration: unset;
  gap: 0.5rem;
  line-height: 1rem;
}
.error-main a svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.icon-detail {
  margin-top: 110px;
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  .icon-detail {
    margin-top: 80px;
  }
}
.icon-detail-scheme {
  display: flex;
  gap: 5rem;
}
@media (max-width: 991px) {
  .icon-detail-scheme {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.icon-detail-scheme-box {
  border: 0.0938rem solid #2d2d2d;
  border-bottom: 0.1875rem solid #2d2d2d;
  border-radius: 1.875rem;
  width: 40.625rem;
  height: 40.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-detail-scheme-box svg#sceneLayer {
  height: 40.625rem;
}
@media (max-width: 991px) {
  .icon-detail-scheme-box {
    width: 100%;
    height: 300px;
  }
  .icon-detail-scheme-box svg#sceneLayer {
    height: 200px;
  }
}
.icon-detail-scheme-detail {
  width: 31.25rem;
}
@media (max-width: 991px) {
  .icon-detail-scheme-detail {
    width: 100%;
  }
  .icon-detail-scheme-detail .form-group {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
