body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Arial";
  color: #000000;
  background-color: #f0f0f0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
body.dark {
  color: #dfdfdf;
  background-color: #272727;
}
body.dark #sh_outline_color_box, body.dark #sh_space_bg_box, body.dark #sh_space_bd_box, body.dark #delimiter_box {
  border: 1px solid #78ccf9;
}
body.dark .animation_type .btn_type {
  color: #3fbbfe;
  border: 1px solid #3f5e6e;
}
body.dark .animation_type .btn_type:hover {
  background-color: #3f5e6e;
  color: #dfdfdf;
}
body.dark .animations div, body.dark .animations span {
  background-color: transparent;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #3f5e6e;
}
body.dark .animations div:hover, body.dark .animations span:hover {
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #3fbbfe;
}
body.dark .animations div div, body.dark .animations span div {
  background-color: #f1f1f1;
}
body.dark .animations span {
  color: #3fbbfe;
  border: 1px solid #3fbbfe;
}
body.dark .anim_direction, body.dark .anim_clear {
  color: #3fbbfe;
  background: transparent;
  border: 1px solid #3fbbfe;
}
body.dark .anim_direction:hover, body.dark .anim_clear:hover {
  background-color: #ffffff;
  border: 1px solid #555555;
}
body.dark .anim_direction.out, body.dark .anim_clear.out {
  border-color: #a902be;
  color: #a902be;
}
body.dark .btn {
  border: 1px solid #3f5e6e;
  background: transparent;
  color: #3fbbfe;
}
body.dark .sample_text {
  color: #ffffff;
}
body.dark .btn_sample {
  background-color: #3e3e3e;
}
body.dark header .btn {
  border: 0;
  color: #ffffff;
}
body.dark .jsinput {
  border: 1px solid #3f5e6e;
  background-color: transparent;
}
body.dark .jsinput input {
  background-color: transparent;
  color: #3fbbfe;
}
body.dark .jsinput i {
  background-color: #3f5e6e;
}
body.dark .jsinput i:hover {
  background-color: #55bdf5;
}
body.dark .jsinput i:hover:after {
  border-color: transparent transparent #05344d transparent;
}
body.dark .jsinput i:after {
  border-color: transparent transparent #ffffff transparent;
}
body.dark .jsinput u {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 13px;
  box-sizing: border-box;
  background-color: #28414d;
  cursor: pointer;
  border-bottom-right-radius: 2px;
  transition: all 0.3s ease;
}
body.dark .jsinput u:hover {
  background-color: #55bdf5;
}
body.dark .jsinput u:hover:after {
  border-color: #05344d transparent transparent transparent;
}
body.dark .jsinput u:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  transition: all 0.3s ease;
}
body.dark .jscbox {
  border: 1px solid #3f5e6e;
  background-color: transparent;
}
body.dark .jscbox:hover {
  background-color: #28414d;
  color: #ffffff;
}
body.dark .jscbox:before {
  background-color: #3f5e6e;
}
body.dark .jscbox:after {
  border: 1px solid #ffffff;
  background-color: #3f5e6e;
}
body.dark .jscbox.selected {
  background-color: #28414d;
  color: #ffffff;
}
body.dark .jscbox.selected:after {
  border-color: transparent;
  background-color: #ffffff;
}
body.dark #more:after {
  border-color: #3fbbfe;
}
body.dark .code {
  border-color: #3f5e6e;
}
body.dark .selector {
  border-color: #3f5e6e;
}
body.dark .selector select {
  color: #3fbbfe;
}
body.dark .anim_direction {
  border-color: #3f5e6e;
}
body.dark .anim_clear {
  border-color: #b53434;
}
body.dark .init_text1, body.dark .init_text2, body.dark .init_text3 {
  color: #cccccc;
}
body.dark .samples_box:after {
  box-shadow: 0px 10px 10px 10px #272727;
}
body.dark .samples_box:before {
  box-shadow: 0px -10px 10px 10px #272727;
}

main {
  position: relative;
  padding: 20px 50px;
  max-width: 900px;
  margin: 0 auto;
}

header {
  padding: 10px 10px 10px 50px;
  background-color: #0382c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
}
@media (max-width: 900px) {
  header .explore {
    display: none;
  }
}

h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.09em;
  position: relative;
}

.playground, .demo {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.playground.show, .demo.show {
  visibility: visible;
  position: relative;
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 900px) {
  .playground {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.demo {
  max-width: 900px;
  margin: 0 auto;
}

#demo_loop, #demo_multiline {
  margin: 6px;
  padding: 5px 30px 5px 10px;
  float: left;
}
#demo_loop:after, #demo_multiline:after {
  top: 6px;
}

#demo_anim_out_box {
  padding: 4px 2px 4px 10px;
  margin: 6px 0;
  float: left;
  outline: none;
}
#demo_anim_out_box:focus-visible {
  outline: 0px !important;
}
#demo_anim_out_box.hide {
  display: none;
}

.settings {
  position: sticky;
  top: 68px;
}

.row {
  display: flex;
  align-items: center;
  position: relative;
}
.row label {
  margin-right: 4px;
}

#preview {
  display: block;
  width: 600px;
  margin: 80px 0px;
}
@media (max-width: 620px) {
  #preview {
    width: 100%;
  }
}

#samples_preview {
  display: block;
  width: 600px;
  margin: 150px auto 150px auto;
  text-align: center;
}
@media (max-width: 620px) {
  #samples_preview {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #samples_preview {
    margin: 100px auto 100px auto;
  }
}

.sample_text {
  font-size: 32px;
  max-width: 100%;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #0382c6;
  font-weight: 700;
}

.scroll_btns {
  position: relative;
}
.scroll_btns .btn_up {
  position: absolute;
  right: 70px;
  top: -20px;
  padding: 10px;
  cursor: pointer;
}
.scroll_btns .btn_up:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0px 8px 10px 8px;
  border-color: transparent transparent #0382c6 transparent;
  transition: all 0.3s ease;
}
.scroll_btns .btn_up:hover:after {
  border-bottom-color: #3fbbfe;
}
.scroll_btns .btn_down {
  position: absolute;
  right: 70px;
  bottom: -20px;
  padding: 10px;
  cursor: pointer;
}
.scroll_btns .btn_down:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 8px 0px 8px;
  border-color: #0382c6 transparent transparent transparent;
  transition: all 0.3s ease;
}
.scroll_btns .btn_down:hover:after {
  border-top-color: #3fbbfe;
}
@media (max-width: 900px) {
  .scroll_btns .btn_down, .scroll_btns .btn_up {
    display: none;
  }
}

.samples_box {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.samples_box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  height: 1px;
  width: 100%;
  box-shadow: 0px 10px 10px 10px #f0f0f0;
  pointer-events: none;
  z-index: 2;
}
.samples_box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  box-shadow: 0px -10px 10px 10px #f0f0f0;
  pointer-events: none;
  z-index: 2;
}

.samples {
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: 200px;
  width: calc(100% + 17px);
  overflow: scroll;
  padding: 0px 0px 54px 0px;
}
@media (max-width: 900px) {
  .samples #unwrap, .samples #revealcross, .samples #ptswirl, .samples #ptwist, .samples #scaleoutcross, .samples #photocopy, .samples #wings, .samples #particlecolor, .samples #doublevortex, .samples #rezistors, .samples #comet, .samples #wavebackground, .samples #snake, .samples #cardsflip, .samples #splash, .samples #flames, .samples #flames, .samples #knot, .samples #broken, .samples #glass, .samples #diffuse, .samples #freeze, .samples #distort, .samples #stackrotate, .samples #bubbles {
    display: none;
  }
}

.btn_sample {
  float: left;
  margin: 6px;
  width: 116px;
  border-radius: 3px;
  background-color: #f0f0f0;
  padding: 6px 10px;
  font-size: 14px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 900px) {
  .btn_sample {
    padding: 10px 10px;
  }
}
.btn_sample#code {
  background-color: #0382c6;
  color: #ffffff;
  width: 70px;
}
.btn_sample:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.samples_settings #sample_controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .samples_settings #sample_controls {
    display: none;
  }
}

#jstext {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.init_text1 {
  font-size: 24px;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.init_text2 {
  font-size: 36px;
  max-width: 100%;
  font-weight: 700;
  color: #0382c6;
  position: relative;
}

.init_text3 {
  font-size: 42px;
  max-width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

label {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 4px;
}
label input[type=radio], label input[type=checkbox] {
  margin: 0;
  margin-left: 4px;
  vertical-align: middle;
}
label input[type=text] {
  height: 13px;
}
label input[type=color] {
  position: relative;
  vertical-align: middle;
  margin-left: 2px;
  height: 26px;
}

#sh_outline_color_box, #sh_space_bg_box, #sh_space_bd_box, #delimiter_box {
  border: 1px solid #0382c6;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  margin-left: -7px;
  display: none;
}

#delimiter_box {
  height: 24px;
  align-items: center;
}

#sh_space_bg_box {
  border-right: 0;
  border-radius: 0;
}

#sh_outline_color, #sh_space_bg, #sh_space_bd {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-left: 4px;
  margin-right: 0px;
  height: 24px;
  width: 24px;
}

.animation_type {
  position: fixed;
  left: calc(50% + 220px);
  top: 103px;
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 620px) {
  .animation_type {
    left: 50px;
    top: 441px;
    width: calc(100% - 100px);
  }
}
.animation_type .btn_type {
  color: #0382c6;
  border: 1px solid #0382c6;
  position: relative;
  width: calc(100% - 18px);
  border-radius: 3px;
  width: 85px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.animation_type .btn_type:hover {
  background-color: #ffffff;
  border: 1px solid #555555;
}
.animation_type.out .btn_type {
  color: #a902be;
  border: 1px solid #a902be;
}

.animations {
  position: fixed;
  left: calc(50% + 220px);
  top: 330px;
  width: 180px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-right: 4px;
  z-index: 200;
  font-size: 14px;
}
@media (max-width: 620px) {
  .animations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    left: 50px;
    top: 560px;
    width: calc(100% - 100px);
  }
}
.animations div, .animations span {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 1px;
  margin-left: 2px;
  background-color: #f1f1f1;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 620px) {
  .animations div, .animations span {
    flex-basis: calc(50% - 25px);
  }
}
.animations div:hover, .animations span:hover {
  background-color: #ffffff;
  border: 1px solid #555555;
}
.animations div.selected, .animations span.selected {
  background-color: #30890c;
  color: #ffffff;
}
.animations div div, .animations span div {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 22px;
  background-color: #f1f1f1;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: none;
}
.animations div div:hover, .animations span div:hover {
  background-color: #30890c;
  color: #ffffff;
}
.animations div div.selected, .animations span div.selected {
  background-color: #30890c;
  color: #ffffff;
}
@media (max-width: 620px) {
  .animations span {
    flex-basis: 100%;
  }
}
.animations .btn_anim {
  display: none;
}
.animations .btn_anim.show {
  display: block;
  display: inline-block;
  width: calc(100% - 26px);
}
.animations .btn_anim.w50 {
  display: inline-block;
  width: calc(50% - 26px);
}
.animations #f, .animations #s, .animations #r {
  width: 60px;
  pointer-events: none;
}
.animations #tr, .animations #sq {
  width: 60px;
}
.animations #f1, .animations #f2, .animations #f3, .animations #s1, .animations #s2, .animations #s3, .animations #r1, .animations #r2, .animations #r3 {
  width: 6px;
  margin-left: 0px;
}
.animations span {
  color: #0382c6;
  border: 1px solid #0382c6;
  padding: 4px 4px 4px 10px;
  position: relative;
  width: calc(100% - 18px);
  border-radius: 4px;
  text-transform: capitalize;
}
.animations u {
  text-decoration: none;
}
.animations hr {
  color: transparent;
  background: transparent;
  border: 0;
}
.animations #slide_offset_box, .animations #origin_box {
  margin-left: 1px;
}
.animations.out span {
  border-color: #a902be;
  color: #a902be;
}

.anim_direction, .anim_clear {
  position: fixed;
  top: 68px;
  left: calc(50% + 220px);
  color: #0382c6;
  border: 1px solid #0382c6;
  padding: 5px 10px 4px 10px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 620px) {
  .anim_direction, .anim_clear {
    top: 390px;
    left: 50px;
  }
}
.anim_direction:hover, .anim_clear:hover {
  background-color: #ffffff;
  border: 1px solid #555555;
}
.anim_direction.out, .anim_clear.out {
  border-color: #a902be;
  color: #a902be;
}

.anim_clear {
  left: calc(50% + 344px);
  color: #b10202;
  border-color: #df0404;
}
@media (max-width: 620px) {
  .anim_clear {
    top: 390px;
    left: 160px;
  }
}

@media (max-width: 620px) {
  #sample {
    position: fixed;
    left: 233px;
    top: 390px;
  }
}

.code {
  width: 500px;
  font-size: 14px;
  margin-top: 10px;
  white-space: break-spaces;
  padding: 10px;
  border: 1px solid #aaaaaa;
  display: block;
}
@media (max-width: 620px) {
  .code {
    width: 100%;
    display: none;
  }
}
.code .btn_remove {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 2px 24px 2px 5px;
  border: 1px solid #0382c6;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.code .btn_remove:after {
  display: inline-block;
  content: "x";
  color: #ffffff;
  background-color: #0382c6;
  position: absolute;
  right: 0;
  top: 0px;
  width: 20px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: all 0.3s ease;
}
.code .btn_remove:hover {
  background-color: #0382c6;
  color: #ffffff;
}
.code .btn_remove:hover:after {
  background-color: #035d8e;
  color: #ffff00;
}
.code .btn_remove.out {
  border: 1px solid #a902be;
}
.code .btn_remove.out:after {
  background-color: #a902be;
}
.code .btn_remove.out:hover {
  background-color: #a902be;
}
.code .btn_remove.out:hover:after {
  background-color: #a902be;
  color: #ffff00;
}

#ef_duration, #ef_delay, #ef_offset, #ef_timer, #ef_timer_out, #ef_delimiter {
  width: 30px;
  outline: none;
  margin-left: 5px;
}
#ef_duration:focus, #ef_delay:focus, #ef_offset:focus, #ef_timer:focus, #ef_timer_out:focus, #ef_delimiter:focus {
  outline: none;
}

#ef_timer, #ef_timer_out {
  margin-left: 0px;
  width: 24px !important;
}

#show_box, #hide_box {
  padding-right: 24px;
}

#sh_start_size, #sh_end_size {
  width: 30px;
  outline: none;
}
#sh_start_size:focus, #sh_end_size:focus {
  outline: none;
}

#sh_start_alpha, #sh_end_alpha, #sh_start_step, #sh_end_step, #sh_start_blur, #sh_end_blur {
  width: 15px !important;
  outline: none;
  /* margin-left: 5px;
  margin-right: 5px; */
}
#sh_start_alpha:focus, #sh_end_alpha:focus, #sh_start_step:focus, #sh_end_step:focus, #sh_start_blur:focus, #sh_end_blur:focus {
  outline: none;
}

#sh_start_color, #sh_end_color {
  width: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-left: 2px;
  margin-right: 2px;
}

#ef_direction, #create, #ef_trigger, #ef_origin, #sh_start_dir, #sh_end_dir, #ef_monospace {
  outline: none;
}
#ef_direction:focus, #create:focus, #ef_trigger:focus, #ef_origin:focus, #sh_start_dir:focus, #sh_end_dir:focus, #ef_monospace:focus {
  outline: none;
}

#font-size {
  width: 40px;
}

.shadow {
  display: none;
  width: 600px;
  padding-top: 10px;
  margin-top: 10px;
}
.shadow .shadow_title {
  font-size: 14px;
  font-weight: 700;
  color: #0382c6;
  margin-bottom: 5px;
}
.shadow .shadow_options {
  margin-top: 5px;
}
.shadow .shadow_border {
  border: 1px solid #0382c6;
  padding: 4px;
  padding-bottom: 0;
  border-radius: 5px;
}
.shadow .shadow_border .row {
  justify-content: space-evenly;
}

.jscbox {
  border: 1px solid #0382c6;
  padding: 4px 30px 4px 10px;
  border-radius: 4px;
  position: relative;
  background-color: #e8ebf3;
  transition: all 0.2s ease;
  cursor: pointer;
}
.jscbox:hover {
  background-color: #0382c6;
  color: #ffffff;
}
.jscbox:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: #0382c6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jscbox:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #69c8fb;
  background-color: #0382c6;
}
.jscbox.selected {
  background-color: #0382c6;
  color: #ffffff;
}
.jscbox.selected:after {
  border-color: transparent;
  background-color: #04d8fe;
}

.jsinput {
  border: 1px solid #0382c6;
  padding: 4px 30px 4px 10px;
  border-radius: 4px;
  position: relative;
  background-color: #e8ebf3;
}
.jsinput input {
  border: 0;
  background-color: transparent;
  width: 24px !important;
  text-align: center;
}
.jsinput i {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 24px;
  height: 13px;
  box-sizing: border-box;
  background-color: #0382c6;
  border-top-right-radius: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.jsinput i:hover {
  background-color: #55bdf5;
}
.jsinput i:hover:after {
  border-color: transparent transparent #05344d transparent;
}
.jsinput i:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  transition: all 0.3s ease;
}
.jsinput u {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 13px;
  box-sizing: border-box;
  background-color: #0382c6;
  cursor: pointer;
  border-bottom-right-radius: 2px;
  transition: all 0.3s ease;
}
.jsinput u:hover {
  background-color: #55bdf5;
}
.jsinput u:hover:after {
  border-color: #05344d transparent transparent transparent;
}
.jsinput u:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  transition: all 0.3s ease;
}

.selector {
  border: 1px solid #0382c6;
  padding: 3px 2px 3px 10px;
  border-radius: 4px;
}
.selector select {
  border: 0;
  background: transparent;
  color: #0382c6;
  font-size: 14px;
  outline: none;
}
.selector select option {
  color: #000000;
}

#deco_symbol {
  border: 0;
  background: transparent;
  color: #0382c6;
  font-size: 14px;
  outline: none !important;
}
#deco_symbol option {
  color: #000000;
}

.btn {
  border: 1px solid #0382c6;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.2s ease;
  margin-right: 4px;
  cursor: pointer;
}
.btn:hover {
  background-color: #0382c6;
  color: #ffffff;
}

#line_1, #line_2, #line_3, #line_4 {
  display: none;
}

#more {
  position: relative;
  padding-right: 24px;
  height: 26px;
}
#more:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 7px;
  right: 7px;
  border: 1px solid #000000;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
#more:hover:after {
  border-color: #ffffff;
}

.colors, .explore, .animation_samples {
  background: transparent;
  color: #ffffff;
}/*# sourceMappingURL=text_effects.css.map */