@charset "UTF-8";
uix-docs-overview a {
  text-underline-position: auto !important;
}

uix-docs-overview {
  max-width: 1400px;
  margin: auto;
  width: calc(100% - 20px);
  /* #topicContainer > div::after {
		position: absolute;
		top: 0px;
		width: 10px;
		height: 100%;
		background: linear-gradient(
			0deg,
			#D367C1 0%,
			#DED947 20%,
			#69CC5A 50%,
			#22B1CD 80%,
			#AB79D6 100%
		);
		right: 0;
		content: '';
		border-radius: 5px;
	} */
  /* can be reenabled */
uix-docs-overview   /* #topicContainer > div > a:first-of-type::before {
		background-image: linear-gradient(165deg, #7025bc, #f10079);
		content: "";
		position: absolute;
		height: 80%;
		width: 80%;
		filter: blur(10px);
		border-radius: 100%;
		background-clip: padding-box;
		opacity: 0;
		transition: opacity 0.2s;
		box-sizing: border-box;
	} */
}
uix-docs-overview #topicContainer > div {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.2s linear;
  background-color: var(--bg_dark);
}
uix-docs-overview #topicContainer > div:hover {
  transform: scale(1.02);
}
uix-docs-overview #headerContainer {
  user-select: none;
}
uix-docs-overview #headerContainer > h1:first-of-type {
  color: var(--text_highlight) !important;
  font-size: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  uix-docs-overview #headerContainer > h1:first-of-type {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  uix-docs-overview #headerContainer > h1:first-of-type {
    font-size: 40px;
  }
}
uix-docs-overview #headerContainer > uix-markdown:first-of-type p {
  margin: 0 !important;
  font-size: large;
  line-height: 100%;
}
uix-docs-overview > uix-markdown p {
  --bg: var(--red);
}
uix-docs-overview > uix-markdown p:nth-of-type(1) {
  --bg: var(--purple);
}
uix-docs-overview > uix-markdown p:nth-of-type(2) {
  --bg: var(--green);
}
uix-docs-overview > uix-markdown p:nth-of-type(3) {
  --bg: var(--orange);
}
uix-docs-overview > uix-markdown a.button {
  background-color: var(--bg_dark);
  padding: 10px 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  margin-top: 10px;
  width: 100px;
  justify-content: center;
  align-items: center;
  font-size: large;
  color: var(--bg);
  white-space: nowrap;
  position: relative;
  transition: opacity 0.2s, transform 0.2s, color 0.2s;
  text-decoration: none !important;
}
uix-docs-overview > uix-markdown a.button:hover {
  color: var(--text);
  opacity: 0.8;
}
uix-docs-overview > uix-markdown a.button:active {
  transform: scale(0.98);
}
uix-docs-overview > uix-markdown a.button::after {
  right: 0;
  margin-left: 10px;
  content: "";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 12px;
}
uix-docs-overview > uix-markdown hr {
  opacity: 0.2;
}
uix-docs-overview #content {
  max-width: 1500px;
  width: calc(100% - 40px);
  overflow: visible;
}
uix-docs-overview #topicContainer {
  display: grid;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
uix-docs-overview #topicContainer h1 {
  line-height: 1;
}
uix-docs-overview #topicContainer #topicContainer > div {
  /* background-color: red; */
  position: relative;
  padding-top: 20px;
}
uix-docs-overview #topicContainer > div:not(.disabled):hover h1 {
  opacity: 0.8;
  /* text-decoration: underline; */
}
uix-docs-overview #topicContainer h1 > a {
  color: var(--text_accent_1);
  text-decoration: none !important;
}
uix-docs-overview #topicContainer a {
  cursor: pointer;
}
uix-docs-overview #topicContainer > div > a:first-of-type {
  aspect-ratio: auto 1/1;
  width: 40%;
  height: max-content;
  border-radius: 100%;
  padding: 2px;
  position: relative;
  max-width: 100px;
  overflow: visible;
}
uix-docs-overview #topicContainer > div:not(.disabled):hover > a:first-of-type::before {
  opacity: 1;
}
uix-docs-overview #topicContainer img {
  border-radius: 100%;
  height: calc(100% - 20px);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
uix-docs-overview #topicContainer > div > div {
  margin-left: 8px;
  margin-top: 10px;
}
uix-docs-overview #topicContainer > div h1 {
  color: var(--text_highlight) !important;
  margin-top: 0px;
  margin-bottom: 20px;
}
uix-docs-overview #topicContainer > div > div > div {
  display: flex;
  flex-direction: column;
}
uix-docs-overview #topicContainer > div a {
  padding: 4px;
  padding-left: 0px;
  word-break: break-word;
  line-height: 120%;
}
uix-docs-overview #topicContainer > div:not(.disabled) > div > div > a:not(:first-of-type):hover {
  margin-left: 16px;
}
uix-docs-overview #topicContainer > div:not(.disabled) > div > div > a:not(:first-of-type):hover::before {
  opacity: 1;
}
uix-docs-overview #topicContainer > div > div > div > a {
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
uix-docs-overview #topicContainer > div > div > div > a::before {
  position: absolute;
  transition: all 0.2s;
  opacity: 0;
  width: 0;
  margin-left: -18px;
  content: "";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 12px;
}
uix-docs-overview #topicContainer > div > div > div > a:first-child {
  background: var(--accent);
  color: var(--text_accent_1);
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
  transition-property: filter;
  transition-duration: 0.4s;
  width: fit-content;
  display: flex;
  border: 1px solid var(--accent);
}
uix-docs-overview #topicContainer > div > div > div > a:first-child::before {
  content: "";
}
uix-docs-overview #topicContainer > div > div > div > a:first-child::after {
  content: "";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  position: relative;
  margin-left: 4px;
}
uix-docs-overview #topicContainer > div:not(.disabled) > div > div > a:first-child:hover {
  background-color: transparent;
  border-color: var(--text_accent_1);
  text-decoration: none;
  filter: brightness(1.2);
}
uix-docs-overview #tourContainer {
  user-select: none;
  max-width: 1900px;
  height: fit-content;
  margin: auto;
  width: 100%;
  margin-top: 50px;
}
uix-docs-overview #showcaseContainer {
  display: flex;
  width: fit-content;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 60px;
}
uix-docs-overview #showcaseContainer .header {
  margin-bottom: 40px;
  user-select: none;
}
uix-docs-overview #showcaseContainer .header h1 {
  color: var(--text_highlight) !important;
  font-size: 40px;
}
uix-docs-overview #showcaseContainer .header div {
  font-size: large;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  uix-docs-overview #showcaseContainer .header div {
    width: 100%;
  }
}
uix-docs-overview .collection-container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1500px) {
  uix-docs-overview #showcaseContainer {
    align-items: center;
  }
  uix-docs-overview #showcaseContainer .header h1, uix-docs-overview #showcaseContainer .header div {
    text-align: center;
  }
  uix-docs-overview #showcaseContainer .header div {
    margin: auto;
  }
  uix-docs-overview .collection-container {
    justify-content: center;
  }
}
uix-docs-overview #topicContainer > div.disabled {
  opacity: 0.5;
}
uix-docs-overview #topicContainer > div.disabled a {
  pointer-events: none;
}
uix-docs-overview #topicContainer > div.disabled, uix-docs-overview #topicContainer > div.disabled * {
  cursor: not-allowed;
}
uix-docs-overview #topicContainer > div.disabled > a:first-of-type {
  background: transparent !important;
}
uix-docs-overview #topicContainer > div.disabled a:hover {
  text-decoration: none !important;
}
