:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --titleColor: #ffffff;
  --textColor: #ffffff;
  --primaryColor: #5c00e5;
  --secondaryColor: #f23f5d;
  --bodyColor: #111111;
  --bodyColor2: #1a1a1a;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --borderColor: #e2eaf0;
  --inputbgColor: #f5f9fc;
  --softbgColor: #f5f9fc;
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafb;
  --neutralColor20: #f5f6f7;
  --neutralColor30: #ebecef;
  --neutralColor40: #dfe0e4;
  --neutralColor50: #c1c4cc;
  --neutralColor60: #b2b6bf;
  --neutralColor70: #a6aab5;
  --neutralColor80: #979ca8;
  --neutralColor90: #888e9c;
  --neutralColor100: #798090;
  --neutralColor200: #6a7283;
  --neutralColor300: #5b6477;
  --neutralColor400: #4f586d;
  --neutralColor500: #404a60;
  --neutralColor600: #343e56;
  --neutralColor700: #222e48;
  --neutralColor800: #13203b;
  --neutralColor800: #13203b;
  --transition: 0.4s all ease;
}

.themephi-button.transparent_btn .box-second {
  background: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}
.themephi-button.transparent_btn .box-second span,
.themephi-button.transparent_btn .box-second i {
  color: var(--primaryColor);
}
.themephi-button.transparent_btn .box-second::before {
  background: var(--primaryColor);
}
.themephi-button.transparent_btn .box-second:hover {
  border-color: var(--primaryColor);
}
.themephi-button.transparent_btn .box-second:hover i {
  transform: rotateY(180deg);
}
.themephi-button.transparent_btn .box-second:hover i,
.themephi-button.transparent_btn .box-second:hover span {
  color: var(--n0);
}

.themephi-button.text_only_btn .box-second {
  background: transparent;
  border: none;
  color: var(--primaryColor);
  padding: 0;
}
.themephi-button.text_only_btn .box-second span,
.themephi-button.text_only_btn .box-second i {
  color: var(--primaryColor);
}
.themephi-button.text_only_btn .box-second::before {
  display: none;
}
.themephi-button.text_only_btn .box-second:hover i {
  transform: rotateY(180deg);
}
.themephi-button.text_only_btn .box-second:hover i,
.themephi-button.text_only_btn .box-second:hover span {
  color: var(--n0);
}/*# sourceMappingURL=button.css.map */