[class^=c4lv-] {
  min-width: 200px;
  max-width: 99%;
  background-color: #fbeffa;
  padding: 24px 48px 30px 36px;
  border: none;
  border-left: 6px solid #b10baa;
  margin: 36px auto;
  position: relative;
  border-radius: 0;
}

[class^=c4lv-] p:last-of-type {
  margin-bottom: 0;
}

[class^=c4lv-].c4l-full-width-variant {
  max-width: 99%;
}

.c4l-spacer + [class^=c4lv-] {
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .c4l-spacer + [class^=c4lv-] {
    margin: 24px auto 8px auto;
  }
}
@media only screen and (min-width: 768px) {
  [class^=c4lv-] {
    max-width: 75%;
  }

  [class^=c4lv-].c4l-full-width-variant {
    max-width: 100%;
  }
}
/* General */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: italic;
}
body {
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #38373C;
  padding: 36px;
}

/* Switch button styles */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  margin-left: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BDBDDB;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

/* */
.blurred-circle-bckg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blurred-circle-bckg-container .blurred-circle-bckg {
  width: 720px;
  height: 720px;
  border-radius: 100%;
  background: rgba(114, 9, 229, 0.1);
  filter: blur(166px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -610px;
}

.fallback-title {
  visibility: hidden;
  font-size: 0;
}

.c4l-customiser-logo {
  content: "";
  background-image: url(img/customiser-logo.svg);
  height: 81px;
  width: 164px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 136px;
}

.name-colors-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 576px) {
  .name-colors-row {
    flex-direction: row;
    align-items: center;
  }
}

.name-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  gap: 6px;
}
.name-form input {
  width: 100%;
  height: 48px;
  border: 1px solid #b7c4db;
  border-radius: 5px;
  border-width: 1px;
  font-size: 16px;
  padding-left: 12px;
  background-color: #fff;
}
.name-form input::placeholder {
  color: #8F99AE;
}

.colors-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5;
  gap: 6px;
}
.colors-form input {
  border-width: 0 !important;
  color: transparent;
  border-style: hidden;
  background-color: transparent;
  padding: 0px;
  block-size: 56px;
  inline-size: 54px;
  cursor: pointer;
}
.colors-form input[type=color i] {
  border-width: 0 !important;
  border-radius: 5px;
  color: transparent;
  border-style: hidden;
}

.colors-row {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: flex-start;
}

.add-icon-row {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}
@media (min-width: 576px) {
  .add-icon-row {
    flex-direction: row;
  }
}

.add-icon-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.reccommended-icon-sets {
  display: none;
  flex-direction: column;
}

.reccommended-icon-sets-row {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.reccommended-icon-sets-row a {
  border: 1px solid #B483E8;
  text-decoration: none;
  color: inherit;
  padding: 6px 12px 6px 36px;
  border-radius: 12px;
  font-size: 14px;
  position: relative;
}
.reccommended-icon-sets-row .feather-icons::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(img/customiser-feather-icons-logo.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  left: 13px;
  top: 7px;
}
.reccommended-icon-sets-row .fa-icons::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(img/customiser-font-awesome-logo.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  left: 13px;
  top: 6px;
}

.reccommended-icon-sets-help {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
  color: #757C8A;
}

.svg-update-icon-row {
  margin-top: 36px;
}

/* Drag-and-Drop Area Styles */
.drop-area {
  border: 1px dashed #4B576C;
  border-radius: 10px;
  padding: 36px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 48px;
}
.drop-area p {
  font-size: 14px;
  color: #8F99AE;
}
.drop-area p strong {
  color: #5D6473;
}

.drop-area-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.drop-area-icon::before {
  content: "";
  display: block;
  height: 39px;
  width: 39px;
  background-image: url(img/customiser-drag-image-icon.svg);
  background-repeat: no-repeat;
  background-size: 39px;
  background-position-y: bottom;
}

.drop-area:hover {
  border-color: #2196F3;
}

.drop-area.dragover {
  border-color: #2196F3;
  background-color: #f0f8ff;
}

#svg-container {
  display: none;
  /* Ensure it is hidden by default */
}

.preview-area {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 1px 12px;
  margin-bottom: 72px;
}
@media (min-width: 576px) {
  .preview-area {
    padding: 72px;
  }
}

.output-area {
  margin-bottom: 96px;
}
.output-area h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
}

.output {
  text-align: left;
  max-width: 100%;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #31354A;
  background: #202334;
  margin-bottom: 36px;
  position: relative;
}
.output pre[class*=language-] {
  padding: 36px 48px;
  background-color: transparent;
}

.copy-button {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}

.copy-button:hover {
  background-color: #0056b3;
}

#preview {
  max-width: 600px;
  position: relative;
}

#svg-container {
  position: absolute;
  right: -3px;
  top: 6px;
}

#uploaded-image-container {
  position: absolute;
  width: 32px;
  height: 28px;
  top: 6px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uploaded-image-container svg path {
  fill: #fff;
}

#uploaded-image-container svg.feather path {
  fill: transparent;
}

#uploaded-image-container svg {
  height: 18px;
  width: auto;
  stroke: #fff;
}

/* Dark mode */
.dark-mode-button {
  content: "";
  background-image: url(img/customiser-dark-mode-icon.svg);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.tutorials {
  margin-bottom: 96px;
}

.tutorials-intro {
  margin-bottom: 18px;
}

.tutorials-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 576px) {
  .tutorials-cards {
    flex-direction: row;
  }
}

.tutorials-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: auto;
  border: 1px solid #B483E8;
  text-decoration: none;
  color: inherit;
  padding: 36px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .tutorials-card {
    width: 50%;
    flex-direction: row;
    align-items: center;
  }
}
.tutorials-card p {
  margin: 0;
}

.tutorials-card-icon {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.tutorials-card-icon.youtube {
  background-image: url(img/youtube-icon.svg);
  height: 36px;
  width: 51px;
  background-size: 51px 36px;
}

.tutorials-card-icon.gitbook {
  background-image: url(img/gitbook-icon.svg);
  height: 43px;
  width: 43px;
  background-size: 43px;
}

#background-icon-tag {
  display: none;
  height: 28px;
  width: 32px;
  background-color: #b10baa;
  position: absolute;
  right: -3px;
  top: 6px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#background-icon-tag-shadow {
  content: "";
  height: 2px;
  width: 4px;
  background-color: #b10baa;
  filter: brightness(60%);
  position: absolute;
  right: 0px;
  bottom: -2px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

body.dark-mode {
  background-color: #121826;
  color: #fff;
}
body.dark-mode .blurred-circle-bckg {
  background: rgba(114, 9, 229, 0.4);
}
body.dark-mode .c4l-customiser-logo {
  background-image: url(img/customiser-logo-dark.svg);
}
body.dark-mode .dark-mode-button {
  background-image: url(img/customiser-light-mode-icon.svg);
}
body.dark-mode .name-form input {
  border-color: #31354A;
  background: #202334;
  color: #fff;
}
body.dark-mode .slider::before {
  background-color: #121826;
}
body.dark-mode input:checked + .slider {
  background-color: #B483E8;
}
body.dark-mode .feather-icons::before {
  background-image: url(img/customiser-feather-icons-logo-dark.svg);
}
body.dark-mode .fa-icons::before {
  background-image: url(img/customiser-font-awesome-logo-dark.svg);
}
body.dark-mode .reccommended-icon-sets-help {
  color: #8F99AE;
}
body.dark-mode .drop-area:hover {
  border-color: #B483E8;
}
body.dark-mode .drop-area.dragover {
  border-color: #B483E8;
  background-color: #f0f8ff;
}
body.dark-mode .drop-area p strong {
  color: #a9b2c4;
}
body.dark-mode .copy-button {
  background-color: transparent;
  border: 1px solid #31354A;
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode [class^=c4lv-] {
  color: #38373C;
}
body.dark-mode .tutorials-card {
  border-color: #5F358B;
  background: linear-gradient(86deg, rgba(159, 40, 163, 0.03) 7.75%, rgba(159, 40, 163, 0.1) 90.73%);
}
body.dark-mode .tutorials-card-icon.gitbook {
  background-image: url(img/gitbook-icon-dark.svg);
}

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