html {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  height: 100%;
}

#root {
  height: 100%;
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
}

h1 {
  position: relative;
  z-index: 10;
}

h1 a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  h1 a {
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    white-space: nowrap;
    gap: 0px;
  }
  h1 a img {
    width: 60px;
  }
}

h2 {
  line-height: 20px;
  margin-bottom: 16px;
}

.font-17,
.font-17 a {
  font-size: 17px !important;
}

.font-24 {
  font-size: 24px !important;
}

p {
  margin: 0 0 12px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  width: 100%;
  cursor: pointer;
  border: 1px solid #000;
}

svg {
  width: 24px;
}

hr {
  margin: 20px 0;
}

.pad-16 {
  padding: 16px;
}

.pad-16-24 {
  padding: 16px 24px;
}

.pad-32 {
  padding: 32px 32px;
}

.text-center {
  text-align: center;
}

.no-background {
  background: none !important;
}

.content-scroll {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.css-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  height: 100%;
  width: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-fill {
  flex: 1;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-align-center {
  align-items: center;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.margin-0 {
  margin: 0;
}

.m-bottom-16 {
  margin-bottom: 16px !important;
}

.m-bottom-32 {
  margin-bottom: 32px !important;
}

.m-bottom-64 {
  margin-bottom: 64px !important;
}

.header-options {
  position: fixed;
  top: 77px;
  right: 24px;
  width: 40px;
  z-index: 1000000;
}

.feedback-button {
  background: none;
  border: none;
  padding: 0;
  height: 22px;
}

.basic-button {
  font-size: 18px;
  padding: 8px 24px;
  border-radius: 20px;
  width: 100% !important;
  box-sizing: border-box;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  23% {
    background-position: -100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.nav-new a {
  position: relative;
}
.nav-new a::after {
  content: "NEW";
  position: absolute;
  animation: shimmer 4s linear infinite;
  background-color: #bb4dbb;
  background-image: linear-gradient(45deg, transparent 0%, transparent 18%, rgba(255, 255, 255, 0.3) 25%, transparent 32%);
  background-size: 300% 100%;
  height: 20px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body {
  overflow: hidden;
}

.header {
  background: radial-gradient(ellipse at bottom, #3e3e3e 0%, #090a0f 100%);
  border-bottom: 1px solid #000;
  overflow: hidden;
  position: relative;
  height: 100px;
}

.site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 100;
}

[data-lastpass-icon-root] {
  display: none;
}

h1 {
  color: #FFF;
  font-weight: 100;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
}
h1 a span {
  height: 47px;
}

.h1-toggle {
  text-align: left;
  height: 47px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.h1-toggle .h1-toggle-1 {
  margin-top: 0;
}
.h1-toggle .h1-toggle-1.show-css {
  margin-top: -47px;
}

.about-link {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg class="header-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.016 9v-2.016h1.969v2.016h-1.969zM12 20.016q3.281 0 5.648-2.367t2.367-5.648-2.367-5.648-5.648-2.367-5.648 2.367-2.367 5.648 2.367 5.648 5.648 2.367zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055-7.055 2.93-7.055-2.93-2.93-7.055 2.93-7.055 7.055-2.93zM11.016 17.016v-6h1.969v6h-1.969z"></path></svg>');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  filter: brightness(0) invert(1);
}

.description {
  background: #cecece;
  padding: 8px 12px;
  margin: 0 0 20px;
}
.description b {
  font-weight: 700;
}

.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  -webkit-tap-highlight-color: transparent; /* Prevent tap highlight color in mobile browsers */
}
.glow-on-hover * {
  cursor: pointer;
}

.glow-on-hover:hover, .glow-on-hover:focus {
  color: #fff !important;
}
.glow-on-hover:hover path, .glow-on-hover:focus path {
  fill: #fff !important;
}

.glow-on-hover:active {
  color: #fff !important;
}
.glow-on-hover:active path {
  fill: #fff !important;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
  -webkit-backface-visibility: hidden; /* Improve performance on WebKit browsers */
  transform: translateZ(0);
}

.glow-on-hover:hover:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: translateZ(0);
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* Add WebKit-specific keyframes for better compatibility */
@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .adsbygoogle {
    display: none !important;
  }
}
.adsbygoogle.ad-1 {
  margin-bottom: 16px;
}

.mobile-nav-overlay {
  position: fixed;
  top: 86px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.sidebar {
  background: #2d2f31;
  width: 126px;
  position: relative;
  padding-bottom: 16px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    right: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 20;
  }
  .sidebar.mobile-nav-open {
    transform: translateX(calc(100% - 1px));
  }
}
.sidebar .cc-button {
  margin-bottom: 8px;
  padding: 2px 16px !important;
}

.mobile-nav-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
    width: 36px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg class="icon icon-dehaze" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M2.016 5.484h19.969v2.016h-19.969v-2.016zM2.016 10.5h19.969v2.016h-19.969v-2.016zM2.016 15.516h19.969v1.969h-19.969v-1.969z"></path></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2d2f31;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: none;
    border-top: none;
  }
  .mobile-nav-toggle.open {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M18.984 6.422l-5.578 5.578 5.578 5.578-1.406 1.406-5.578-5.578-5.578 5.578-1.406-1.406 5.578-5.578-5.578-5.578 1.406-1.406 5.578 5.578 5.578-5.578z"></path></svg>');
  }
}

.sidebar-toggler {
  display: flex;
  gap: 50px;
}
.sidebar-toggler.show-css {
  transform: translateX(-176px);
}

.sidebar-ads-container {
  background: #2d2f31;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .sidebar-ads-container {
    display: none;
  }
}
.sidebar-ads-container button {
  height: 120px;
  border-radius: 8px;
  padding: 40px 0;
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}
.sidebar-ads-container button:hover {
  background-color: #fff;
}

.sidebar .cc-button.nav-toggle {
  padding: 2px 0 !important;
}

.nav-toggle-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px 32px;
  background: #2d2f31;
}

.nav-toggle-wrapper {
  overflow: hidden;
}

.nav-toggle-frame {
  display: flex;
  width: 200%;
}
.nav-toggle-frame div {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  width: 124px;
  text-align: center;
  justify-content: center;
}
.nav-toggle-frame.show-css {
  transform: translateX(-124px);
}

.nav-toggle {
  font-weight: 600;
  align-self: flex-end;
  margin-bottom: 0 !important;
  height: 37.5px;
}

.sidebar li {
  width: 126px;
}
.sidebar li a {
  margin-bottom: 8px;
  transition: 0.3s;
}
.sidebar li a:hover {
  transform: translateX(5px);
}
.sidebar li .home-button:hover {
  transform: translateX(0);
}
.sidebar li:nth-child(9n+1) a:hover, .sidebar li:nth-child(9n+1) a.active {
  background-color: #a363d9;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+2) a:hover, .sidebar li:nth-child(9n+2) a.active {
  background-color: #40a4d8;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+3) a:hover, .sidebar li:nth-child(9n+3) a.active {
  background-color: #33beb8;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+4) a:hover, .sidebar li:nth-child(9n+4) a.active {
  background-color: #b2c225;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+5) a:hover, .sidebar li:nth-child(9n+5) a.active {
  background-color: #fecc2f;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+6) a:hover, .sidebar li:nth-child(9n+6) a.active {
  background-color: #f9a228;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+7) a:hover, .sidebar li:nth-child(9n+7) a.active {
  background-color: #f6621f;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+8) a:hover, .sidebar li:nth-child(9n+8) a.active {
  background-color: #db3838;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar li:nth-child(9n+9) a:hover, .sidebar li:nth-child(9n+9) a.active,
.sidebar li .home-button:hover,
.sidebar li .home-button.active {
  background-color: #ee657a !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.content {
  overflow: auto;
  overflow-x: hidden;
  border-top: 1px solid #000;
}

.component-area,
.css-area {
  margin-bottom: 24px;
}

.css-area {
  height: 100%;
}

.react-vs-vanilla {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.code-areas {
  max-height: 535px;
}

.code-area {
  position: relative;
}

.code-area h2 {
  text-align: center;
}

.code-area textarea {
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  position: relative;
  white-space: pre;
  color: #00ff1d;
  padding: 16px;
  box-sizing: border-box;
}

.w-tc-editor {
  background-color: #161b22 !important;
}

.w-tc-editor-preview pre {
  color: #fff !important;
}

.w-tc-editor-preview pre .number {
  color: #fff !important;
}

.w-tc-editor-preview pre .property,
.w-tc-editor-preview pre .attribute {
  color: #8ff0ff !important;
}

.code-area-title {
  margin-bottom: 12px;
}

.code-area-copy {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg class="header-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.984 21v-14.016h-10.969v14.016h10.969zM18.984 5.016q0.797 0 1.406 0.586t0.609 1.383v14.016q0 0.797-0.609 1.406t-1.406 0.609h-10.969q-0.797 0-1.406-0.609t-0.609-1.406v-14.016q0-0.797 0.609-1.383t1.406-0.586h10.969zM15.984 0.984v2.016h-12v14.016h-1.969v-14.016q0-0.797 0.586-1.406t1.383-0.609h12z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  position: absolute;
  right: 0;
}

.code-area-copy:hover {
  transform: scale(120%);
}

.code-area.copied .code-area-copy {
  background: url('data:image/svg+xml;utf8,<svg class="header-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.984 17.016l9-9-1.406-1.453-7.594 7.594-3.563-3.563-1.406 1.406zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055-7.055 2.93-7.055-2.93-2.93-7.055 2.93-7.055 7.055-2.93z" fill="%2333beb8"></path></svg>');
}

.code-area.copied .code-area-copy::before {
  content: "copied";
  position: absolute;
  right: 30px;
  top: 1px;
  font-size: 18px;
  color: #33beb8;
}

.react-vs-vanilla {
  display: none;
}

.code-area .code-area-hidden-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.code-area.copied .editor-container {
  border: 3px dashed #33beb8;
}

.editor-container {
  height: 500px;
  overflow: auto;
  border: 3px solid transparent;
}
.editor-container * {
  cursor: pointer;
}
.editor-container .keyword {
  color: #e68ce7 !important;
}
.editor-container .maybe-class-name {
  color: #79c0ff !important;
}
.editor-container .punctuation {
  color: #fcf95d !important;
}
.editor-container .comment {
  color: #6ac775 !important;
}
.editor-container .selector .class {
  color: #e68ce7 !important;
}
.editor-container .tag .class-name {
  color: rgb(255, 121, 121) !important;
}
.editor-container .w-tc-editor-preview pre {
  color: #fff;
}

.playground {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
  background: #ddd;
  margin: 0 0 24px;
  position: relative;
  background-color: #e5e5f7;
  opacity: 0.8;
  background: repeating-linear-gradient(-45deg, #8e8e8e, #8e8e8e 5px, #e5e5f7 5px, #e5e5f7 10px);
}

.playground-options button {
  margin-bottom: 24px;
  background-color: #fff;
  color: #000;
  margin: 0;
  flex: initial;
  white-space: nowrap;
  min-width: 100px;
}
.playground-options button.active {
  color: #fff;
}
.playground-options button:hover {
  box-shadow: 0 0 10px -5px #000;
}
.playground-options h3 {
  white-space: nowrap;
  min-width: 140px;
  text-align: left;
}
.playground-options label {
  font-size: 18px;
  font-weight: 600;
}
.playground-options .flex-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.playground-options .flex-row:nth-child(1) button.active {
  background-color: #ee657a;
}
.playground-options .flex-row:nth-child(2) button.active {
  background-color: #a363d9;
}
.playground-options .flex-row:nth-child(3) button.active {
  background-color: #40a4d8;
}
.playground-options .flex-row:nth-child(4) button.active {
  background-color: #33beb8;
}
.playground-options .flex-row:nth-child(5) button.active {
  background-color: #b2c225;
}
.playground-options .flex-row:nth-child(6) button.active {
  background-color: #fecc2f;
}
.playground-options .flex-row:nth-child(7) button.active {
  background-color: #f9a228;
}
.playground-options .flex-row:nth-child(8) button.active {
  background-color: #f6621f;
}
.playground-options .flex-row:nth-child(9) button.active {
  background-color: #db3838;
}

.text-page .description b {
  width: 160px;
  display: inline-block;
}

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