*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.hct-m-md {
  margin: 10px;
}
.hct-mx-md {
  margin-left: 10px;
  margin-right: 10px;
}
.hct-ml-sm {
  margin-left: 5px;
}
.hct-mb-md {
  margin-bottom: 10px;
}
.hct-mb-sm {
  margin-bottom: 5px;
}
.hct-mr-md {
  margin-right: 10px;
}
.hct-mr-sm {
  margin-right: 5px;
}
.hct-mr-lg {
  margin-right: 20px;
}
.hct-mt-xl {
  margin-top: 40px;
}
.hct-mt-md {
  margin-top: 10px;
}
.hct-mt-lg {
  margin-top: 20px;
}
.hct-block {
  display: block;
}
.hct-h-full {
  height: 100%;
}
.hct-w-full {
  width: 100%;
}
.hct-w-6\/12 {
  width: 50%;
}
.hct-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hct-w-\[60px\] {
  width: 60px;
}
.hct-max-w-\[120px\] {
  max-width: 120px;
}
.hct-grow-0 {
  flex-grow: 0;
}
.hct-grow {
  flex-grow: 1;
}
.hct-grow-2 {
  flex-grow: 2;
}
.hct-cursor-pointer {
  cursor: pointer;
}
.hct-items-center {
  align-items: center;
}
.hct-justify-center {
  justify-content: center;
}
.hct-justify-between {
  justify-content: space-between;
}
.hct-overflow-y-scroll {
  overflow-y: scroll;
}
.hct-text-ellipsis {
  text-overflow: ellipsis;
}
.hct-border-0 {
  border-width: 0px;
}
.hct-border-none {
  border-style: none;
}
.hct-bg-inherit {
  background-color: inherit;
}
.hct-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hct-bg-transparent {
  background-color: transparent;
}
.hct-p-sm {
  padding: 5px;
}
.hct-p-xl {
  padding: 40px;
}
.hct-p-md {
  padding: 10px;
}
.hct-px-lg {
  padding-left: 20px;
  padding-right: 20px;
}
.hct-py-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hct-pb-lg {
  padding-bottom: 20px;
}
.hct-pt-lg {
  padding-top: 20px;
}
.hct-pb-sm {
  padding-bottom: 5px;
}
.hct-pr-sm {
  padding-right: 5px;
}
.hct-pl-sm {
  padding-left: 5px;
}
.hct-text-center {
  text-align: center;
}
.hct-align-baseline {
  vertical-align: baseline;
}
.hct-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hct-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.hct-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

#hct_avatar {
  max-width: 160px;
}
#hct_token {
  max-width: 100px;
}
#hct-level-up {
  font-size: 14px;
  line-height: normal;
  height: 18px;
  border: none;
  margin-right: 5px;
  white-space: nowrap;
}
#hct_main_logo {
  content: url(../assets/logo.png);
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
#hct_tokenizer_banner {
  border: 1px solid gray;
}
#hct_quantity_button_up {
  border-radius: 20px 20px 0 0;
}
#hct_quantity_button_down {
  border-radius: 0 0 20px 20px;
}
#hct_nav button {
  font-family: 'Modesto Condensed', 'Signika', 'Arial';
  background-color: inherit;
  height: 40px;
  padding: 10px;
  line-height: 0;
  border: none;
  outline: none;
  transition: all 0.3s;
  font-size: 1.25rem;
}
#hct_nav button:hover {
  transform: scale(1.08);
  box-shadow: none;
  text-shadow: 0 0 5px red;
}
#hct_nav button:focus {
  box-shadow: none;
}
#hct_nav button.active {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid darkred;
  transform: scale(1.08);
  text-shadow: 0 0 5px red;
}

.hct-button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
.hct-button--floating {
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-text-dark-primary);
}
.hct-icon {
  min-width: 48px;
  width: 48px;
}
.hct-icon-square-med {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 10px;
}
.hct-icon-with-context .hct-icon-link {
  border: none;
  background: none;
  padding: 1px 5px 0 0;
}
.hct-search-wrapper {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
}
.hct-search-wrapper input {
  height: 34px;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 30px 0 10px;
  font-size: 16px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.hct-search-wrapper.active input {
  border-radius: 5px 5px 0 0;
}
.hct-search-autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  background: white;
  width: 100%;
  border-radius: 5px;
}
.hct-search-autocom-box li {
  list-style: none;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  margin-bottom: 5px;
}
.hct-search-autocom-box li:hover {
  box-shadow: 0 0 5px red;
}
.hct-search-wrapper.active .hct-search-autocom-box {
  padding: 10px 8px 3px 8px;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.hct-search-wrapper.active .hct-search-autocom-box li {
  display: block;
}
.hct-search-autocom-box li:hover {
  background: rgba(255, 255, 255, 0.7);
}
.hct-panel-container {
  display: flex;
  min-height: 100%;
}
.hct-panel-left {
  flex: 0 0 260px;
  margin-right: 5px;
  padding-right: 10px;
}
.hct-panel-right {
  flex: 1 1 auto;
}
.hct-icon-with-context {
  display: flex;
  align-items: center;
}
.hct-icon-with-context > p {
  margin-left: 5px;
}
.hct-asi-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.hct-asi-button {
  display: inline-block;
  line-height: unset;
  width: 27px;
}
.hct-asi-value,
.hct-asi-value[type='number'] {
  width: 27px;
  padding: 5px;
  text-align: center;
}
.hct-infoArea {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.hct-infoArea:hover {
  box-shadow: 0 0 5px black;
  background: rgba(255, 255, 255, 0.5);
}
.hct-option {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0;
}
.hct-options-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hct-options-container-button {
  width: auto;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #242424;
  border: 1px solid #7a7971;
  line-height: normal;
}
.hct-options-container-buttongroup {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
.hct-bio-fullsize {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
}
.hct-option-container {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px 10px;
}
.hct-option-container-legend {
  margin-bottom: -6px;
  line-height: 30px;
}
.hct-submenu-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-height: 56px;
  overflow: hidden;
}
.hct-submenu-content {
  max-height: 295px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.hct-quantity-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hct-accented {
  color: darkred;
}
.hct-accented[href] {
  color: darkred;
}
.hct-border-rad-tiny {
  border-radius: 5px;
}
.hct-border-rad-small {
  border-radius: 10px;
}
.hct-font-title {
  font-family: 'Modesto Condensed', 'Signika', 'Arial';
}
.hct-hover-accent:hover {
  color: darkred;
}
.hct-hover-accent-alt:hover {
  color: darkgreen;
}
.hct-hover-shadow-accent:hover {
  box-shadow: 0 0 5px var(--color-shadow-primary);
}
.hover\:hct-shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*# sourceMappingURL=hero-creation-tool.css.map */
