.card-wrap-front {
  --widthBlc: 365px;
  --heightBlc: 510px;
  width: var(--widthBlc);
  height: var(--heightBlc);
}
@media screen and (max-width: 415px) {
  .card-wrap-front {
    --widthBlc: 339px;
    --heightBlc: 475px;
  }
}
.card-wrap-front[style] {
  position: relative;
  max-width: 365px;
}
.card-wrap-front[style]:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  bottom: 0;
  filter: blur(14px);
  border-radius: 14px;
  width: 99%;
  height: 99%;
  background: linear-gradient(135deg, var(--first-color) 0%, var(--last-color) 50%, var(--first-color) 100%);
}
.card-wrap-front[style] .card-front[style] {
  background: var(--bg-card);
  border-color: transparent !important;
  isolation: isolate;
  border-radius: 13px;
  border-width: 5px;
  box-shadow: none;
  overflow: inherit;
}
.card-wrap-front[style] .card-front[style]:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: linear-gradient(135deg, var(--first-color) 0%, var(--last-color) 50%, var(--first-color) 100%);
  border-radius: 10px;
}
.card-wrap-front[style] .card-front[style] .mask {
  background: var(--bg-card);
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}
.card-wrap-front[style] .card-front[style] .mask svg {
  opacity: 0.5;
}
.card-wrap-front[style] .card-front[style] .inner {
  background: var(--bg-card);
  -o-border-image: linear-gradient(135deg, var(--first-color) 0%, var(--last-color) 50%, var(--first-color) 100%) 10 !important;
  border-image: linear-gradient(135deg, var(--first-color) 0%, var(--last-color) 50%, var(--first-color) 100%) 10 !important;
}

.card-wrap-back {
  --widthBlc: 365px;
  --heightBlc: 510px;
  width: var(--widthBlc);
  height: var(--heightBlc);
}
@media screen and (max-width: 415px) {
  .card-wrap-back {
    --widthBlc: 339px;
    --heightBlc: 475px;
  }
}
.card-wrap-back[style] {
  position: relative;
  max-width: 365px;
}
.card-wrap-back[style]:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  bottom: 0;
  filter: blur(14px);
  border-radius: 14px;
  width: 99%;
  height: 99%;
  background: linear-gradient(90deg, var(--first-color) 0%, var(--last-color) 100%);
}
.card-wrap-back[style] .card-back[style] {
  border-color: transparent !important;
  isolation: isolate;
  border-radius: 13px;
  border-width: 5px;
  box-shadow: none;
  overflow: inherit;
}
.card-wrap-back[style] .card-back[style]:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: linear-gradient(90deg, var(--first-color) 0%, var(--last-color) 100%);
  border-radius: 10px;
}
.card-wrap-back[style] .card-back[style] .mask {
  background: var(--bg-card);
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}
.card-wrap-back[style] .card-back[style] .mask svg {
  opacity: 0.5;
}
.card-wrap-back[style] .card-back[style] .inner {
  -o-border-image: linear-gradient(90deg, var(--first-color) 0%, var(--last-color) 100%) 10 !important;
  border-image: linear-gradient(90deg, var(--first-color) 0%, var(--last-color) 100%) 10 !important;
}
.card-wrap-back[style] .card-back[style] .info {
  border-top: transparent !important;
  position: relative;
}
.card-wrap-back[style] .card-back[style] .info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--first-color) 0%, var(--last-color) 100%);
  top: 0;
  left: 0;
}
.card-wrap-back[style] .card-back[style] .bottom-line {
  position: relative;
  margin-bottom: 15px !important;
}
.card-wrap-back[style] .card-back[style] .bottom-line:before, .card-wrap-back[style] .card-back[style] .bottom-line:after {
  display: none;
}
.card-wrap-back[style] .card-back[style] .bottom-line .lines {
  display: block;
  width: 100%;
  height: 49px;
}
.card-wrap-back[style] .card-back[style] .bottom-line .icon {
  position: absolute;
  width: 24px;
  height: 30px !important;
  left: calc(50% - 11px);
  top: 8px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.card-wrap-back[style] .card-back[style] .bottom-line .icon svg {
  display: block;
  height: 100%;
}

.rotate .card-wrap-front,
.rotate .card-wrap-back {
  position: absolute;
  backface-visibility: hidden;
}
.rotate .card-wrap-back {
  transform: rotateY(180deg);
}
.rotate .card-wrap-back .card-back {
  transform: none;
}

.card-popup .card-wrap-front, .card-popup .card-wrap-back {
  width: 100% !important;
  height: 100%;
}