/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/dark-mode/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*====================================================
/* REPLACE DEFAULT THEME COLOR
/*====================================================*/
body.dark-theme {
  --wp--preset--color--heading: #e3e3e3;
  --wp--preset--color--body: #e3e3e3;
  --wp--preset--color--meta: #c4c7c5;
  --wp--preset--color--background: #1f1f1f;
  --wp--preset--color--foreground: #303030;
  --wp--preset--color--outline: #404040;
  --wp--preset--color--text-link: #2673e4;
  --wp--preset--color--text-link-active: #207aff;
  --wp--custom--button--color: #ffffff;
  --wp--custom--button--background: #2673e4;
  --wp--custom--button--color-active: #ffffff;
  --wp--custom--button--background-active: #207aff;
  --swiper-navigation-background: var(--wp--preset--color--foreground);
  --swiper-pagination-bullet-inactive-color: #ededed;
}

/*====================================================
/* DARK MODE TRIGGER
/*====================================================*/
.rt-dark-mode-switcher {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.rt-dark-mode-switcher .rt-icon {
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  z-index: 1;
}
.rt-dark-mode-switcher .rt-icon:before {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 0;
  height: 0;
  background-color: var(--wp--preset--color--outline);
  z-index: -1;
}
.rt-dark-mode-switcher-light {
  display: flex;
  font-size: 0.9em;
}
.rt-dark-mode-switcher-dark {
  display: none;
}
.rt-dark-mode-switcher.is-active .rt-dark-mode-switcher-dark {
  display: flex;
}
.rt-dark-mode-switcher.is-active .rt-dark-mode-switcher-light {
  display: none;
}
.rt-dark-mode-switcher:hover .rt-icon:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  border-radius: 999px;
  transition: 0.5s;
  background-color: var(--wp--preset--color--outline);
}

/*====================================================
/* STYLE TOGGLE
/*====================================================*/
.rt-dark-mode-switcher.is-style-toggle {
  display: flex;
  align-items: center;
  width: 40px;
  height: 23px;
  color: var(--wp--preset--color--body);
  background-color: rgba(0, 0, 0, 0.11);
  padding: 3px;
  border-radius: 999px;
}
.rt-dark-mode-switcher.is-style-toggle .rt-dark-mode-switcher__toggle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  font-size: 14px;
  width: 20px;
  height: 20px;
  background-color: var(--wp--preset--color--background);
  padding: 3px;
  border-radius: 999px;
}
.rt-dark-mode-switcher.is-style-toggle .rt-icon {
  position: relative;
  width: 1em;
  height: 1em;
}
.rt-dark-mode-switcher.is-style-toggle .rt-dark-mode-switcher-light {
  bottom: -1px;
}
.rt-dark-mode-switcher.is-style-toggle.is-active {
  background-color: rgba(255, 255, 255, 0.13);
}
.rt-dark-mode-switcher.is-style-toggle.is-active .rt-dark-mode-switcher__toggle {
  transform: translateX(15px);
  background-color: var(--wp--preset--color--heading);
  color: var(--wp--preset--color--background);
}
.rt-dark-mode-switcher.is-style-toggle:hover .rt-icon:before {
  display: none;
}

/*====================================================
/* COMPONENT
/*====================================================*/
body.dark-theme .has-dark-theme {
  background-color: var(--wp--preset--color--foreground) !important;
  border-color: var(--wp--preset--color--outline) !important;
  color: var(--wp--preset--color--body) !important;
}
body.dark-theme .has-dark-theme-heading {
  color: var(--wp--preset--color--heading) !important;
}
body.dark-theme .has-dark-theme-body {
  color: var(--wp--preset--color--body) !important;
}
body.dark-theme .has-dark-theme-meta {
  color: var(--wp--preset--color--meta) !important;
}
body.dark-theme .has-dark-theme-background {
  background-color: var(--wp--preset--color--background) !important;
}
body.dark-theme .has-dark-theme-foreground {
  background-color: var(--wp--preset--color--foreground) !important;
}
body.dark-theme .is-swiper-pagination-outside {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}

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