.aff-wrap {
  position: relative;
  overflow: hidden;
}
.aff-wrap::after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 20px;
  width: 1108px;
  height: 531.588px;
  transform: rotate(-45deg);
  border-radius: 1108px;
  opacity: 0.8;
  background-color: #182E95;
  filter: blur(225px);
}

.aff-hero {
  padding: 300px 0 3vw;
  position: relative;
  z-index: 1;
  min-height: 80vh;
}
.aff-hero::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 36%;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='99' height='99' viewBox='0 0 99 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2752)'%3E%3Ccircle cx='49.5' cy='49.5' r='29.5' fill='%232CD0BF'/%3E%3C/g%3E%3Ccircle cx='49.5' cy='49.5' r='10.6702' fill='%232CD0BF'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2752' x='0' y='0' width='99' height='99' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2752'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
.aff-hero::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/aff-hero-graph.svg") no-repeat center center/cover;
  z-index: -1;
}
.aff-hero__wrap {
  display: flex;
  align-items: center;
  gap: 5%;
}
.aff-hero__img {
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
}
.aff-hero__img img {
  width: 100%;
  height: auto;
}
.aff-hero__content {
  max-width: 467px;
  position: relative;
}
.aff-hero__content h1 {
  font-size: 64px;
  margin-bottom: 16px;
}
.aff-hero__content::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 20px;
  width: 71px;
  height: 71px;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2755)'%3E%3Ccircle cx='35.5' cy='35.5' r='15.5' fill='%23E288EC'/%3E%3C/g%3E%3Ccircle cx='35.5' cy='35.5' r='5.60638' fill='%23E288EC'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2755' x='0' y='0' width='71' height='71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2755'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
.aff-hero__text {
  margin-bottom: 16px;
}
.aff-hero__text p {
  color: #fff;
}
.aff-hero__text span {
  color: #FF9811;
}
@media screen and (max-width: 1024px) {
  .aff-hero {
    padding: 210px 0 48px;
    min-height: unset;
  }
  .aff-hero__wrap {
    flex-direction: column;
  }
  .aff-hero__img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .aff-hero__content {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .aff-hero {
    padding-top: 200px;
  }
  .aff-hero::before {
    top: 140px;
    left: unset;
    right: 0;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
  }
  .aff-hero::after {
    bottom: 50%;
    left: -30%;
    opacity: 0.6;
  }
  .aff-hero h1 {
    font-size: 28px;
  }
  .aff-hero__content {
    text-align: center;
  }
  .aff-hero__content::after {
    bottom: -70px;
    left: -30px;
  }
}

.aff-why {
  padding: 180px 0 120px;
  position: relative;
  z-index: 1;
}
.aff-why__wrap {
  position: relative;
}
.aff-why__wrap::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 5px;
  width: 117px;
  height: 110px;
  background: url("../img/blue-cube.svg") no-repeat center center/cover;
  z-index: -1;
}
.aff-why__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}
.aff-why__subtitle {
  margin-bottom: 24px;
}
.aff-why__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.aff-why__item {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--White-12, rgba(255, 255, 255, 0.12));
  background: rgba(255, 255, 255, 0.05);
}
.aff-why__icon {
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #FF9811 0%, #FA03A4 100%);
  width: fit-content;
  height: fit-content;
  margin-bottom: 12px;
}
.aff-why__icon img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: auto;
}
.aff-why__text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px) {
  .aff-why__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .aff-why {
    padding: 10px 0 48px;
  }
  .aff-why__wrap::before {
    top: -83px;
    left: 5px;
    width: 44px;
    height: 41px;
  }
  .aff-why__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .aff-why__item {
    padding: 20px;
  }
  .aff-why__title {
    margin-bottom: 32px;
  }
  .aff-why__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.aff-how {
  padding-bottom: 70px;
}
.aff-how__title {
  text-align: center;
  margin: 0 auto 80px;
}
.aff-how__subtitle {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
.aff-how a.aff-how__subtitle {
  transition: 0.3s ease;
}
.aff-how a.aff-how__subtitle:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.aff-how__list {
  display: grid;
  grid: repeat(3, 1fr)/repeat(2, 1fr);
  gap: 24px;
}
.aff-how__item {
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 20px 48px;
  position: relative;
}
.aff-how__item:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  grid-column-start: span 2;
}
.aff-how__item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/why-gradient-1.webp") no-repeat center center/cover;
  z-index: -1;
  border-radius: 24px;
}
.aff-how__item:first-child .aff-how__content {
  width: 50%;
}
.aff-how__item:first-child .aff-how__inner {
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
  padding-left: 70px;
}
.aff-how__item:first-child .aff-how__img {
  width: 50%;
  padding-left: 70px;
}
.aff-how__item:first-child .aff-how__text {
  max-width: 255px;
}
.aff-how__item:nth-child(2) {
  padding: 48px 20px 32px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.aff-how__item:nth-child(2) .aff-how__text {
  max-width: 450px;
  opacity: 0.8;
}
.aff-how__item:nth-child(2) .aff-how__inner {
  gap: 24px;
}
.aff-how__item:nth-child(3) {
  padding: 48px 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aff-how__item:nth-child(3) .aff-how__text {
  max-width: 450px;
  opacity: 0.8;
}
.aff-how__item:nth-child(3) .aff-how__inner {
  gap: 24px;
}
.aff-how__item:nth-child(4) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-start: span 2;
}
.aff-how__item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/monthly-gradient.webp") no-repeat center center/cover;
  z-index: -1;
  border-radius: 24px;
}
.aff-how__item:nth-child(4) .aff-how__content {
  width: 50%;
}
.aff-how__item:nth-child(4) .aff-how__inner {
  flex-direction: column;
}
.aff-how__item:nth-child(4) .aff-how__img {
  width: 50%;
  padding-left: 70px;
}
.aff-how__item:nth-child(4) .aff-how__text {
  max-width: 255px;
}
.aff-how__img img {
  width: 100%;
  height: auto;
}
.aff-how__inner {
  display: flex;
  gap: 16px;
}
.aff-how__text p {
  font-size: 16px;
  color: #fff;
}
.aff-how__icon {
  padding: 12px;
  border-radius: 12px;
  background-color: #192352;
  width: fit-content;
  height: fit-content;
  flex-shrink: 0;
}
.aff-how__icon img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .aff-how__item:first-child .aff-how__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aff-how__title {
    margin-bottom: 32px;
  }
  .aff-how__list {
    grid: unset;
  }
  .aff-how__item {
    gap: 25px;
    text-align: center;
    padding: 16px 10px;
  }
  .aff-how__item:first-child {
    flex-direction: column;
    grid-column-start: unset;
  }
  .aff-how__item:first-child .aff-how__inner {
    padding-left: 0;
  }
  .aff-how__item:first-child .aff-how__img {
    width: 100%;
    padding-left: 0;
  }
  .aff-how__item:first-child .aff-how__content {
    width: 100%;
  }
  .aff-how__item:first-child .aff-how__text {
    max-width: 100%;
  }
  .aff-how__item:nth-child(2), .aff-how__item:nth-child(3) {
    flex-direction: column;
    padding: 16px 10px;
  }
  .aff-how__item:nth-child(2) .aff-how__inner, .aff-how__item:nth-child(3) .aff-how__inner {
    flex-direction: column;
    gap: 16px;
  }
  .aff-how__item:nth-child(4) {
    flex-direction: column;
    grid-column-start: unset;
  }
  .aff-how__item:nth-child(4) .aff-how__inner {
    padding-left: 0;
  }
  .aff-how__item:nth-child(4) .aff-how__img {
    width: 100%;
    padding-left: 0;
  }
  .aff-how__item:nth-child(4) .aff-how__content {
    width: 100%;
  }
  .aff-how__item:nth-child(4) .aff-how__text {
    max-width: 100%;
  }
  .aff-how__subtitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .aff-how__text {
    opacity: 0.8;
  }
  .aff-how__icon {
    margin: 0 auto;
  }
}

.commission {
  position: relative;
  padding: 20px 0 250px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1500px) {
  .commission {
    margin-bottom: 0;
  }
}
.commission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  transition: all 0.3s linear;
  background-image: url("../img/graphic.svg");
  animation: animatedBackground-desktop 350s linear infinite;
  z-index: -2;
}
.commission::after {
  content: "";
  position: absolute;
  top: -3%;
  right: 10%;
  width: 156px;
  height: 156px;
  background: url("../img/bitcoin-commision.png") no-repeat center center/cover;
  transition: all 0.3s linear;
}
@keyframes animatedBackground-desktop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}
@keyframes animatedBackground-mobile {
  from {
    background-position: 0 40%;
  }
  to {
    background-position: -10000px 40%;
  }
}
.commission__wrap {
  position: relative;
}
.commission__img {
  width: 100%;
}
.commission__img img {
  width: 100%;
  height: auto;
}
.commission__title {
  text-align: center;
  margin-bottom: 60px;
}
.commission__item {
  padding: 30px;
  border-radius: 16px;
  background: #101A48;
  width: 290px;
  position: relative;
  border: 1px solid transparent;
  background-clip: padding-box;
}
.commission__item::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 16px;
}
.commission__item:first-child {
  top: 50px;
  left: 9vw;
}
.commission__item:first-child::after {
  background: linear-gradient(to bottom, #000A35, #FF9811);
}
.commission__item:nth-child(2) {
  position: absolute;
  top: 250px;
  right: 8vw;
}
.commission__item:nth-child(2)::after {
  background: linear-gradient(to bottom, #000A35, #FA03A4);
}
.commission__item * {
  font-size: 20px;
}
.commission__text {
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
.commission__subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #FF9811;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.commission__percentage {
  font-weight: 600;
  color: #11CABE;
  padding: 6px 24px;
  border-radius: 70px;
  background: rgba(17, 202, 190, 0.1);
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .commission {
    overflow: hidden;
  }
  .commission::before {
    background-size: cover;
    animation: animatedBackground-mobile 350s linear infinite;
  }
  .commission__img {
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .commission__img img {
    height: 100%;
    object-fit: cover;
  }
  .commission__wrap {
    position: static;
    transform: unset;
  }
  .commission__content {
    position: relative;
  }
  .commission__list {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .commission__item {
    position: relative;
  }
  .commission__item:first-child {
    top: unset;
    left: unset;
  }
  .commission__item:nth-child(2) {
    position: relative;
    top: 45px;
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .commission {
    padding: 20px 0 48px;
  }
  .commission::after {
    top: 2%;
    right: 3%;
    width: 73px;
    height: 73px;
  }
  .commission__list {
    flex-direction: column;
    gap: 24px;
  }
  .commission__item {
    width: 100%;
  }
  .commission__item * {
    font-size: 16px;
  }
  .commission__item:nth-child(2) {
    top: unset;
  }
  .commission__title {
    margin-bottom: 32px;
  }
  .commission__subtitle {
    font-size: 24px;
  }
  .commission__img {
    width: 300%;
    top: 20%;
  }
}

.aff-who {
  padding: 20px 0 120px;
  overflow: hidden;
}
.aff-who__wrap {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../img/who-bg.svg") no-repeat center center/cover, linear-gradient(102deg, #000A35 0%, #021B88 100%);
  padding: 120px 0;
  text-align: center;
  position: relative;
}
.aff-who__parallax {
  position: absolute;
  transition: transform 0.1s linear;
  pointer-events: none;
  will-change: transform;
  z-index: 1;
}
.aff-who__parallax.first {
  top: 130px;
  left: 25%;
}
.aff-who__parallax.first img {
  width: 70%;
  height: auto;
}
.aff-who__parallax.second {
  top: 35%;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .aff-who__parallax.second {
    right: -7%;
  }
}
.aff-who__parallax.second img {
  width: 70%;
  height: auto;
}
.aff-who__title {
  margin-bottom: 24px;
}
.aff-who__text_after {
  color: #fff;
}
.aff-who__text_before {
  margin-bottom: 32px;
}
.aff-who__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 24px;
}
.aff-who__item {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #112B95;
  gap: 8px;
}
.aff-who__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .aff-who__parallax.first {
    top: 150px;
    left: 50px;
  }
  .aff-who__parallax.second {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .aff-who {
    padding-bottom: 48px;
  }
  .aff-who__wrap {
    padding: 48px 16px;
    background: url("../img/who-join-mobile.svg") no-repeat center center/cover, linear-gradient(102deg, #000A35 0%, #021B88 100%);
  }
  .aff-who__list {
    gap: 4px;
  }
  .aff-who__item {
    padding: 12px 16px;
  }
  .aff-who__item:first-child {
    order: 1;
    width: calc(62% - 2px);
  }
  .aff-who__item:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .aff-who__item:nth-child(3) {
    order: 2;
    width: calc(38% - 2px);
  }
  .aff-who__item:nth-child(4) {
    order: 4;
    width: calc(38% - 2px);
  }
  .aff-who__item:nth-child(5) {
    order: 6;
    width: 100%;
  }
  .aff-who__item:nth-child(6) {
    order: 5;
    width: calc(62% - 2px);
  }
  .aff-who__text_before {
    margin-bottom: 24px;
  }
  .aff-who__subtitle {
    font-size: 12px;
  }
  .aff-who__icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
  .aff-who__parallax.first {
    top: 100px;
    left: 10px;
  }
  .aff-who__parallax.first img {
    width: 50px;
  }
  .aff-who__parallax.second {
    top: 50px;
    right: -10px;
  }
  .aff-who__parallax.second img {
    width: 100px;
  }
}

.aff-cta__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aff-cta:nth-child(odd) .aff-cta__content {
  width: 40%;
}
.aff-cta:nth-child(odd) .aff-cta__img {
  width: 50%;
}
.aff-cta:nth-child(even) .aff-cta__wrap {
  flex-direction: row-reverse;
}
.aff-cta:nth-child(even) .aff-cta__content {
  width: 40%;
}
.aff-cta:nth-child(even) .aff-cta__img {
  width: 47%;
}
.aff-cta:nth-child(even) .aff-cta__info {
  max-width: 400px;
}
.aff-cta__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aff-cta__link {
  width: fit-content;
  min-width: 145px;
}
.aff-cta__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aff-cta__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .aff-cta:nth-child(odd) .aff-cta__content {
    width: 100%;
  }
  .aff-cta:nth-child(odd) .aff-cta__img {
    width: 100%;
  }
  .aff-cta:nth-child(even) .aff-cta__wrap {
    flex-direction: column;
  }
  .aff-cta:nth-child(even) .aff-cta__content {
    width: 100%;
  }
  .aff-cta:nth-child(even) .aff-cta__img {
    width: 100%;
  }
  .aff-cta:nth-child(even) .aff-cta__info {
    max-width: unset;
  }
  .aff-cta:not(:last-child) {
    margin-bottom: 50px;
  }
  .aff-cta__info {
    gap: 16px;
    text-align: center;
  }
  .aff-cta__link {
    margin: 0 auto;
  }
}

.aff-main {
  position: relative;
}
.aff-main::before {
  content: "";
  position: absolute;
  bottom: -60%;
  left: -20%;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='703' height='870' viewBox='0 0 703 870' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.7' cx='268.298' cy='434.829' rx='554' ry='265.794' transform='rotate(-45 268.298 434.829)' fill='%23182E95'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  filter: blur(225px);
  background-repeat: no-repeat;
  z-index: -1;
}
.aff-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  transition: all 0.3s linear;
  background-image: url("../img/aff-registration-graph.svg");
  animation: animatedBackground-desktop 350s linear infinite;
  z-index: -2;
}
.aff-main .aff-section {
  margin-top: 164px;
  padding-bottom: 100px;
  position: relative;
}
.aff-main .aff-section__wrap {
  padding-top: 100px;
}
.aff-main h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 878px;
  margin: 0 auto 36px;
}
.aff-main .affwp-form.affwp-register-form, .aff-main .affwp-form.affwp-login-form {
  margin: 0 auto;
  position: relative;
}
.aff-main .affwp-form.affwp-register-form legend, .aff-main .affwp-form.affwp-login-form legend {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto 64px;
}
.aff-main .affwp-form.affwp-register-form fieldset input, .aff-main .affwp-form.affwp-register-form fieldset textarea, .aff-main .affwp-form.affwp-login-form fieldset input, .aff-main .affwp-form.affwp-login-form fieldset textarea {
  border-radius: 32px;
  background-color: #1C254F;
  border: unset;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-size: 16px;
  color: #fff;
  padding: 17px 24px;
}
.aff-main .affwp-form.affwp-register-form fieldset input::placeholder, .aff-main .affwp-form.affwp-register-form fieldset textarea::placeholder, .aff-main .affwp-form.affwp-login-form fieldset input::placeholder, .aff-main .affwp-form.affwp-login-form fieldset textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.aff-main .affwp-form.affwp-register-form fieldset label, .aff-main .affwp-form.affwp-login-form fieldset label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.aff-main .affwp-form.affwp-register-form fieldset input[type=submit].button, .aff-main .affwp-form.affwp-login-form fieldset input[type=submit].button {
  grid-column-start: span 2;
  max-width: unset;
  width: fit-content;
  color: #fff;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: unset;
  transition: 0.5s;
  min-width: 220px;
}
.aff-main .affwp-form.affwp-register-form fieldset input[type=submit].button:hover, .aff-main .affwp-form.affwp-login-form fieldset input[type=submit].button:hover {
  background-position: right;
}
.aff-main .affwp-form.affwp-register-form input:-webkit-autofill,
.aff-main .affwp-form.affwp-register-form input:-webkit-autofill:hover,
.aff-main .affwp-form.affwp-register-form input:-webkit-autofill:focus, .aff-main .affwp-form.affwp-login-form input:-webkit-autofill,
.aff-main .affwp-form.affwp-login-form input:-webkit-autofill:hover,
.aff-main .affwp-form.affwp-login-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1C254F inset !important;
  box-shadow: 0 0 0 1000px #1C254F inset !important;
  -webkit-text-fill-color: #fff;
  font-size: 16px !important;
  transition: background-color 5000s ease-in-out 0s;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember, .aff-main .affwp-form.affwp-login-form .affwp-user-remember {
  font-size: 14px;
  font-weight: 500;
  color: #8F8F8F;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: fit-content;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember input[type=checkbox], .aff-main .affwp-form.affwp-login-form .affwp-user-remember input[type=checkbox] {
  display: none;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember::before, .aff-main .affwp-form.affwp-login-form .affwp-user-remember::before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: 0.3s ease;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember::after, .aff-main .affwp-form.affwp-login-form .affwp-user-remember::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px' viewBox='0 0 20 18' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 19.859375 2.484375 L 17.203125 0.121094 C 17.121094 0.0507812 17.011719 0.0117188 16.90625 0.0195312 C 16.796875 0.0273438 16.695312 0.078125 16.625 0.160156 L 6.988281 11.253906 L 3.558594 6.667969 C 3.492188 6.578125 3.394531 6.523438 3.289062 6.507812 C 3.179688 6.492188 3.070312 6.519531 2.984375 6.585938 L 0.164062 8.742188 C -0.0195312 8.878906 -0.0546875 9.140625 0.0820312 9.324219 L 6.429688 17.816406 C 6.503906 17.914062 6.617188 17.976562 6.742188 17.980469 C 6.746094 17.980469 6.75 17.980469 6.753906 17.980469 C 6.875 17.980469 6.984375 17.929688 7.0625 17.839844 L 19.898438 3.070312 C 20.046875 2.898438 20.03125 2.636719 19.859375 2.484375 Z M 19.859375 2.484375 '/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember.active::before, .aff-main .affwp-form.affwp-login-form .affwp-user-remember.active::before {
  border-color: #fff;
}
.aff-main .affwp-form.affwp-register-form .affwp-user-remember.active::after, .aff-main .affwp-form.affwp-login-form .affwp-user-remember.active::after {
  opacity: 1;
  visibility: visible;
}
.aff-main .affwp-form.affwp-register-form {
  max-width: 866px;
}
.aff-main .affwp-form.affwp-register-form fieldset input[type=submit].button {
  margin-top: 0;
}
.aff-main .affwp-form.affwp-login-form {
  max-width: 643px;
}
.aff-main .affwp-form.affwp-login-form fieldset input[type=submit].button {
  width: 100%;
}
.aff-main .affwp-form.affwp-login-form .affwp-lost-password {
  display: flex;
  justify-content: center;
}
.aff-main .affwp-form.affwp-login-form .affwp-lost-password a:hover {
  color: #fff;
}
.aff-main .affwp-form.affwp-login-form .affwp-lost-password a {
  font-size: 16px;
  font-weight: 600;
  color: #8F8F8F;
  letter-spacing: -0.16px;
  background-color: unset;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .aff-main .affwp-form.affwp-register-form legend, .aff-main .affwp-form.affwp-login-form legend {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aff-main::after {
    background-size: cover;
    animation: animatedBackground-mobile 350s linear infinite;
  }
  .aff-main .aff-section {
    overflow: hidden;
    padding-top: 30px;
  }
  .aff-main .aff-section__wrap {
    padding-top: 20px;
  }
  .aff-main h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.aff-login::before, .aff-login::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.aff-login::before {
  bottom: 330px;
  right: 10vw;
  width: 95px;
  height: 91px;
  background: url("../img/aff-reg-cube.svg") no-repeat center center/cover;
}
.aff-login::after {
  top: 160px;
  left: 9vw;
  width: 127px;
  height: 127px;
  background: url("../img/bitcoin-commision.png") no-repeat center center/cover;
}
.aff-login .aff-login__link {
  margin: 0 auto;
  max-width: 643px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.aff-login .aff-login__link a {
  color: #fff;
  background-color: unset;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.aff-login .aff-login__link a:hover {
  color: #fff;
  background-color: unset;
  text-decoration: unset;
}
.aff-login .affwp-errors {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  max-width: 643px;
  margin: 0 auto 21px;
}
.aff-login h1::before {
  content: "";
  position: absolute;
  top: -91px;
  right: -7vw;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='99' height='99' viewBox='0 0 99 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2752)'%3E%3Ccircle cx='49.5' cy='49.5' r='29.5' fill='%232CD0BF'/%3E%3C/g%3E%3Ccircle cx='49.5' cy='49.5' r='10.6702' fill='%232CD0BF'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2752' x='0' y='0' width='99' height='99' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2752'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
.aff-login .affwp-form.affwp-login-form::after {
  content: "";
  position: absolute;
  bottom: 117px;
  left: -14vw;
  width: 71px;
  height: 71px;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2755)'%3E%3Ccircle cx='35.5' cy='35.5' r='15.5' fill='%23E288EC'/%3E%3C/g%3E%3Ccircle cx='35.5' cy='35.5' r='5.60638' fill='%23E288EC'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2755' x='0' y='0' width='71' height='71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2755'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .aff-login {
    overflow: hidden;
  }
  .aff-login::before {
    bottom: 450px;
    right: 1vw;
  }
  .aff-login::after {
    top: 260px;
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .aff-login h1::before {
    display: none;
  }
  .aff-login::before {
    top: 0;
    left: unset;
    right: 4vw;
    width: 50px;
    height: 55px;
    background-size: contain;
  }
  .aff-login::after {
    top: -9px;
    width: 70px;
    height: 70px;
  }
  .aff-login .affwp-form.affwp-login-form::after {
    bottom: 106px;
    right: -9vw;
    left: unset;
  }
}

.aff-reg::before, .aff-reg::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.aff-reg::before {
  top: 130px;
  left: 10vw;
  width: 95px;
  height: 91px;
  background: url("../img/aff-reg-cube.svg") no-repeat center center/cover;
}
.aff-reg::after {
  top: 110px;
  right: 7vw;
  width: 127px;
  height: 127px;
  background: url("../img/bitcoin-commision.png") no-repeat center center/cover;
}
.aff-reg h1::before {
  content: "";
  position: absolute;
  top: -115px;
  left: 22vw;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='99' height='99' viewBox='0 0 99 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2752)'%3E%3Ccircle cx='49.5' cy='49.5' r='29.5' fill='%232CD0BF'/%3E%3C/g%3E%3Ccircle cx='49.5' cy='49.5' r='10.6702' fill='%232CD0BF'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2752' x='0' y='0' width='99' height='99' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2752'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
.aff-reg .aff-reg__link {
  margin: 5px auto 0;
  max-width: 866px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.aff-reg .aff-reg__link a {
  color: #fff;
  background-color: unset;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.aff-reg .aff-reg__link a:hover {
  color: #fff;
  background-color: unset;
  text-decoration: unset;
}
.aff-reg .affwp-errors {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  max-width: 866px;
  margin: 0 auto 21px;
}
.aff-reg .affwp-form.affwp-register-form::after {
  content: "";
  position: absolute;
  top: 160px;
  left: -11vw;
  width: 71px;
  height: 71px;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_3918_2755)'%3E%3Ccircle cx='35.5' cy='35.5' r='15.5' fill='%23E288EC'/%3E%3C/g%3E%3Ccircle cx='35.5' cy='35.5' r='5.60638' fill='%23E288EC'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_3918_2755' x='0' y='0' width='71' height='71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_3918_2755'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: -1;
}
.aff-reg .affwp-form.affwp-register-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.aff-reg .affwp-form.affwp-register-form fieldset > p {
  margin-bottom: 0;
}
.aff-reg .affwp-form.affwp-register-form fieldset > p:nth-of-type(5) {
  grid-column-start: span 2;
}
.aff-reg .affwp-form.affwp-register-form fieldset textarea {
  resize: none;
}
@media screen and (max-width: 1024px) {
  .aff-reg::before {
    top: 30px;
    width: 50px;
    height: 55px;
    background-size: contain;
  }
  .aff-reg::after {
    top: 0;
  }
  .aff-reg .affwp-form.affwp-register-form::after {
    top: 30px;
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .aff-reg::after {
    top: 0;
    width: 70px;
    height: 70px;
  }
  .aff-reg::before {
    top: 10px;
    left: 20px;
  }
  .aff-reg .aff-reg__link {
    text-align: center;
    margin-top: 20px;
  }
  .aff-reg .affwp-form.affwp-register-form::after {
    right: -40px;
    left: unset;
    top: 140px;
  }
  .aff-reg .affwp-form.affwp-register-form fieldset {
    grid-template-columns: 1fr;
  }
  .aff-reg .affwp-form.affwp-register-form fieldset > p:nth-of-type(5) {
    grid-column-start: unset;
  }
  .aff-reg .affwp-form.affwp-register-form fieldset input[type=submit].button {
    grid-column-start: unset;
    width: 100%;
  }
  .aff-reg h1::before {
    display: none;
  }
}

.affwp-errors {
  background: unset;
  border: unset;
  color: red;
}
.affwp-errors .affwp-error {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto !important;
}
.affwp-errors .affwp-error::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:red;fill-opacity:1;' d='M 12 0 C 5.375 0 0 5.371094 0 11.996094 C 0 18.628906 5.375 24 12 24 C 18.628906 24 24 18.625 24 11.996094 C 24 5.371094 18.628906 0 12 0 Z M 12 22.769531 C 6.050781 22.769531 1.230469 17.949219 1.230469 11.996094 C 1.230469 6.050781 6.050781 1.226562 12 1.226562 C 17.949219 1.226562 22.773438 6.050781 22.773438 11.996094 C 22.769531 17.949219 17.949219 22.769531 12 22.769531 Z M 12 22.769531 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:red;fill-opacity:1;' d='M 13.371094 14.726562 L 13.894531 3.929688 L 10.132812 3.929688 L 10.65625 14.726562 Z M 13.371094 14.726562 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:red;fill-opacity:1;' d='M 12.015625 15.917969 C 10.75 15.917969 9.867188 16.800781 9.867188 18.085938 C 9.867188 19.324219 10.726562 20.253906 11.964844 20.253906 L 12.015625 20.253906 C 13.300781 20.253906 14.132812 19.324219 14.132812 18.085938 C 14.109375 16.800781 13.277344 15.917969 12.015625 15.917969 Z M 12.015625 15.917969 '/%3E%3C/g%3E%3C/svg%3E%0A");
}

#affwp-creatives-modal {
  border-radius: 12px;
}

.affwp-download-button {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background-color: #19B1BD;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  min-width: 180px;
  width: fit-content;
  border: none;
  margin: 0;
}
.affwp-download-button:hover {
  background-color: #169BA6;
}

.affwp-creatives-list-action.affwp-button[data-action=copy] {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background-color: #FA03A4;
  text-transform: unset;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  min-width: 180px;
  width: fit-content;
  border: none;
  margin: 24px 0 0;
}
.affwp-creatives-list-action.affwp-button[data-action=copy]:hover {
  background-color: #c3007f;
}

@media screen and (max-width: 768px) {
  #affwp-creatives-modal {
    padding: 2rem;
    gap: 1rem;
  }
  .affwp-creative-details {
    flex-direction: column;
  }
  #affwp-creatives-modal .affwp-creative-subtitle, .affwp-creative-file-details {
    font-size: 12px;
  }
}
.affwp-form.affwp-register-form .affwp-terms {
  font-size: 14px;
  font-weight: 500;
  color: #8F8F8F !important;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: fit-content;
}
.affwp-form.affwp-register-form .affwp-terms input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.affwp-form.affwp-register-form .affwp-terms a {
  color: #fff;
  background-color: unset;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.affwp-form.affwp-register-form .affwp-terms a:hover {
  color: #fff;
  background-color: unset;
  text-decoration: unset;
}
.affwp-form.affwp-register-form .affwp-terms::before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: 0.3s ease;
}
.affwp-form.affwp-register-form .affwp-terms::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px' viewBox='0 0 20 18' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 19.859375 2.484375 L 17.203125 0.121094 C 17.121094 0.0507812 17.011719 0.0117188 16.90625 0.0195312 C 16.796875 0.0273438 16.695312 0.078125 16.625 0.160156 L 6.988281 11.253906 L 3.558594 6.667969 C 3.492188 6.578125 3.394531 6.523438 3.289062 6.507812 C 3.179688 6.492188 3.070312 6.519531 2.984375 6.585938 L 0.164062 8.742188 C -0.0195312 8.878906 -0.0546875 9.140625 0.0820312 9.324219 L 6.429688 17.816406 C 6.503906 17.914062 6.617188 17.976562 6.742188 17.980469 C 6.746094 17.980469 6.75 17.980469 6.753906 17.980469 C 6.875 17.980469 6.984375 17.929688 7.0625 17.839844 L 19.898438 3.070312 C 20.046875 2.898438 20.03125 2.636719 19.859375 2.484375 Z M 19.859375 2.484375 '/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.affwp-form.affwp-register-form .affwp-terms.active::before {
  border-color: #fff;
}
.affwp-form.affwp-register-form .affwp-terms.active::after {
  opacity: 1;
  visibility: visible;
}

.aff-dashboard .dashboard__head {
  justify-content: space-between;
}
.aff-dashboard .dashboard__head .logo-mobile {
  display: none;
}
.aff-dashboard .dashboard__head .dashboard__title {
  display: block;
  margin: 0;
}
.aff-dashboard .dashboard__section .dashboard__title {
  font-size: 20px;
}
.aff-dashboard h4 {
  font-size: 20px;
}
.aff-dashboard .aff__nav a.active .dashboard__nav-icon svg path {
  stroke: #FF9811;
}
.aff-dashboard input[type=text], .aff-dashboard input[type=url], .aff-dashboard input[type=email] {
  border-radius: 32px;
  background: #192352;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 24px;
  border: unset;
}
.aff-dashboard .affwp-creatives-view--as-grid .affwp-creative-size, .aff-dashboard .affwp-creatives-view--as-grid .affwp-creative-type {
  color: #fff;
}
.aff-dashboard .affwp-creative.affwp-creatives-list-body {
  padding: 10px;
  transition: 0.3s ease;
}
.aff-dashboard .affwp-creative.affwp-creatives-list-body:hover {
  background-color: #1e2c6b;
  border-radius: 8px;
}
.aff-dashboard .affwp-creatives-list-action.affwp-button.affwp-button--as-text {
  margin-right: 10px;
}
.aff-dashboard .affwp-affiliate-link-copy-link, .aff-dashboard .button, .aff-dashboard .affwp-creatives-item-actions button {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background-color: #19B1BD;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  min-width: 180px;
  width: fit-content;
  border: none;
  margin: 0;
}
.aff-dashboard .affwp-affiliate-link-copy-link:hover, .aff-dashboard .button:hover, .aff-dashboard .affwp-creatives-item-actions button:hover {
  background-color: #169BA6;
}
.aff-dashboard .affwp-card h3 {
  margin-bottom: 12px !important;
}
.aff-dashboard .affwp-card p {
  font-size: 16px;
  color: #718096;
  font-weight: 500;
}
.aff-dashboard .affwp-link-sharing__text {
  font-size: 16px;
  color: #718096;
  font-weight: 500;
}
.aff-dashboard .affwp-link-sharing {
  gap: 12px;
  padding-bottom: 32px;
}
.aff-dashboard .affwp-link-sharing__icon svg {
  width: 24px;
  height: 24px;
  color: #FA03A4;
}
.aff-dashboard .affwp-link-sharing__x svg path {
  fill: #FA03A4 !important;
}
.aff-dashboard .affwp-affiliate-link__display {
  gap: 8px;
}
.aff-dashboard .affwp-card__content, .aff-dashboard .affwp-card__footer {
  padding: 0;
}
.aff-dashboard .affwp-card__header {
  padding: 0 0 24px;
}
.aff-dashboard #affwp-affiliate-dashboard-url-generator .affwp-affiliate-link .affwp-card__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.aff-dashboard #stats #affwp-affiliate-dashboard {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px;
}
.aff-dashboard #stats #affwp-affiliate-dashboard .affwp-tab-content:not(:last-child) {
  margin-bottom: 20px;
}
.aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts h4 {
  margin: -12px -12px 0;
  padding-left: 12px;
  padding-bottom: 12px;
  background-color: #000A35;
}
.aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts .affwp-table {
  margin-top: 12px;
}
.aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts .affwp-table th, .aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts .affwp-table td {
  width: 25%;
}
.aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table th:not(:last-child), .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table td:not(:last-child) {
  width: 25%;
}
.aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table th:last-child, .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table td:last-child {
  width: 50%;
}
.aff-dashboard .affwp-table td.affwp-table-no-data {
  border-radius: 12px;
}
.aff-dashboard .affwp-graph {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px !important;
}
.aff-dashboard .affwp-graph .legend {
  order: 1;
  margin-bottom: 10px;
}
.aff-dashboard .affwp-graph .legend table {
  position: static !important;
}
.aff-dashboard .affwp-graph .legend tr {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aff-dashboard .affwp-graph .legend tbody {
  display: flex;
  gap: 20px;
}
.aff-dashboard .affwp-graph .legend > div {
  display: none;
}
.aff-dashboard .affwp-graph .legend .legendColorBox > div {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50%;
}
.aff-dashboard .affwp-graph .legend .legendColorBox > div div {
  border-radius: 50%;
}
.aff-dashboard .affwp-graph .legend .legendLabel {
  color: rgba(255, 255, 255, 0.4);
}
.aff-dashboard .affwp-graph .yAxis .tickLabel {
  margin-top: 55px;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.aff-dashboard .affwp-graph .xAxis .tickLabel {
  margin-top: 50px;
  padding-left: 48px;
  color: rgba(255, 255, 255, 0.4);
}
.aff-dashboard .affwp-graph canvas {
  order: 2;
}
.aff-dashboard #settings .affwp-send-notifications-wrap {
  font-size: 14px;
  font-weight: 500;
  color: #8F8F8F;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: fit-content;
}
.aff-dashboard #settings .affwp-send-notifications-wrap::before, .aff-dashboard #settings .affwp-send-notifications-wrap::after {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  transition: 0.3s ease;
}
.aff-dashboard #settings .affwp-send-notifications-wrap::after {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='18px' viewBox='0 0 20 18' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 19.859375 2.484375 L 17.203125 0.121094 C 17.121094 0.0507812 17.011719 0.0117188 16.90625 0.0195312 C 16.796875 0.0273438 16.695312 0.078125 16.625 0.160156 L 6.988281 11.253906 L 3.558594 6.667969 C 3.492188 6.578125 3.394531 6.523438 3.289062 6.507812 C 3.179688 6.492188 3.070312 6.519531 2.984375 6.585938 L 0.164062 8.742188 C -0.0195312 8.878906 -0.0546875 9.140625 0.0820312 9.324219 L 6.429688 17.816406 C 6.503906 17.914062 6.617188 17.976562 6.742188 17.980469 C 6.746094 17.980469 6.75 17.980469 6.753906 17.980469 C 6.875 17.980469 6.984375 17.929688 7.0625 17.839844 L 19.898438 3.070312 C 20.046875 2.898438 20.03125 2.636719 19.859375 2.484375 Z M 19.859375 2.484375 '/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  opacity: 0;
  border: unset;
  visibility: hidden;
  transition: 0.3s ease;
}
.aff-dashboard #settings .affwp-send-notifications-wrap::before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: 0.3s ease;
}
.aff-dashboard #settings .affwp-send-notifications-wrap.active::before {
  border-color: #fff;
}
.aff-dashboard #settings .affwp-send-notifications-wrap.active::after {
  opacity: 1;
  visibility: visible;
}
.aff-dashboard #settings .affwp-send-notifications-wrap label {
  margin-bottom: unset;
}
.aff-dashboard #settings .affwp-send-notifications-wrap input[type=checkbox] {
  display: none;
}
.aff-dashboard .affwp-creatives-list-header a {
  color: #fff;
  text-underline-offset: 5px;
}
.aff-dashboard .affwp-view-switcher li a:hover svg {
  scale: 1.2;
  color: #fff;
}
.aff-dashboard .affwp-view-switcher li svg {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
}
.aff-dashboard .affwp-view-switcher li.active svg {
  color: #fff;
}
.aff-dashboard .affwp-custom-link-actions svg {
  color: #fff;
}
.aff-dashboard table.affwp-table {
  margin-bottom: 0;
}
.aff-dashboard table.affwp-table th, .aff-dashboard table.affwp-table td {
  font-size: 14px;
  border: unset;
}
.aff-dashboard table.affwp-table th {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: -0.28px;
  background: unset;
}
.aff-dashboard table.affwp-table td {
  padding: 13px 12px;
}
.aff-dashboard table.affwp-table td:first-child {
  border-radius: 12px 0 0 12px;
}
.aff-dashboard table.affwp-table td:last-child {
  border-radius: 0 12px 12px 0;
}
.aff-dashboard table.affwp-table tbody tr td, .aff-dashboard table.affwp-table tbody tr a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.aff-dashboard .affwp-form label {
  margin-bottom: 8px;
}
.aff-dashboard #affwp-generator-toggle-campaign {
  color: #fff;
}
.aff-dashboard .tippy-box p {
  color: #fff;
}
.aff-dashboard #affwp-generator-submit-btn {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background-color: #FA03A4;
  text-transform: unset;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  min-width: 180px;
  width: fit-content;
  border: none;
  margin: 24px 0 0;
}
.aff-dashboard #affwp-generator-submit-btn:hover {
  background-color: #c3007f;
}
.aff-dashboard #referrals #affwp-affiliate-dashboard, .aff-dashboard #payouts #affwp-affiliate-dashboard, .aff-dashboard #visits #affwp-affiliate-dashboard {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px;
}
.aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals, .aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts, .aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals h4, .aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts h4, .aff-dashboard #referrals #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits h4, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals h4, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts h4, .aff-dashboard #payouts #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits h4, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-referrals h4, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-payouts h4, .aff-dashboard #visits #affwp-affiliate-dashboard #affwp-affiliate-dashboard-visits h4 {
  margin: -12px -12px 0;
  padding-left: 12px;
  padding-bottom: 12px;
  background-color: #000A35;
}
.aff-dashboard #urls #affwp-affiliate-dashboard table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 992px) {
  .aff-dashboard .dashboard__head .logo-mobile {
    display: block;
  }
  .aff-dashboard .dashboard__head .dashboard__title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aff-dashboard .affwp-affiliate-link__display {
    gap: 15px;
  }
  .aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts .affwp-table th, .aff-dashboard #stats #affwp-affiliate-dashboard-referral-counts .affwp-table td {
    width: 100%;
  }
  .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table th:not(:last-child), .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table td:not(:last-child), .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table th:last-child, .aff-dashboard #stats #affwp-affiliate-dashboard-earnings-stats .affwp-table td:last-child {
    width: 100%;
  }
  .aff-dashboard #affwp-affiliate-dashboard-url-generator table.affwp-table td {
    padding: 6px 8px 0;
  }
  .aff-dashboard .affwp-graph .xAxis .tickLabel {
    margin-top: 120px;
  }
  .aff-dashboard .affwp-graph .yAxis .tickLabel {
    margin-top: 125px;
  }
  .aff-dashboard .affwp-graph .legend {
    margin-bottom: 0;
  }
  .aff-dashboard .affwp-graph .legend tbody {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
  .aff-dashboard #affwp-graphs-filter .tablenav.top {
    display: flex;
    gap: 10px;
  }
  .aff-dashboard table.affwp-table td:first-child {
    border-radius: 12px 12px 0 0;
  }
  .aff-dashboard table.affwp-table td:last-child {
    border-radius: 0 0 12px 12px;
  }
}

#affwp-affiliate-dashboard {
  font-size: 16px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 267px;
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
  padding: 28px 16px;
  margin: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab {
  display: flex;
  border-radius: 7px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab:last-child {
  margin-top: auto;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
  background-color: rgba(255, 255, 255, 0.1);
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a {
  color: #FF9811;
  padding: 16px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a {
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
#affwp-affiliate-dashboard .affwp-tab-content {
  color: #fff;
}
#affwp-affiliate-dashboard .affwp-tab-content#affwp-affiliate-dashboard-url-generator {
  max-width: 923px;
  margin: 0 auto;
}

.dashboard__pending {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard__pending .dashboard__pending--text {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 15px;
}
.dashboard__pending .dashboard__pending--btn {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dashboard__pending .dashboard__pending--text {
    font-size: 16px;
  }
  .dashboard__pending .hourglass {
    margin-bottom: 20px;
  }
}

.head-user__logout a {
  display: block;
  background-color: #FF9811;
  padding: 8px 12px;
  margin-left: 15px;
  border-radius: 10px;
  color: #02197c;
  text-decoration: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.head-user__logout a:hover {
  background-color: #f1a23a;
}

.hourglass {
  animation: flip 10s ease-in-out infinite;
  border-bottom: solid 1vmin #630;
  border-top: solid 1vmin #630;
  position: relative;
  width: fit-content;
  padding: 0 1vmin;
  margin: 0 auto 30px;
}
.hourglass .top, .hourglass .bottom {
  background-color: #def;
  box-shadow: 0 0 1vmin 1vmin #bcd inset;
  height: 10vmin;
  overflow: hidden;
  position: relative;
  width: 10vmin;
}
.hourglass .top {
  border-radius: 0 0 50% 50%;
}
.hourglass .top:before {
  animation: top 10s linear infinite;
  background-color: #fc6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10vmin;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  width: 10vmin;
}
.hourglass .top:after {
  animation: top-drip 10s linear infinite;
  background-color: #fc6;
  content: "";
  display: block;
  height: 100%;
  left: 45%;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 10%;
}
.hourglass .bottom {
  border-radius: 50% 50% 0 0;
}
.hourglass .bottom:before {
  animation: bottom 10s linear infinite;
  background-color: #fc6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10vmin;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 10vmin;
}
.hourglass .bottom:after {
  animation: bottom-drip 10s linear infinite;
  background-color: #fc6;
  content: "";
  display: block;
  height: 100%;
  left: 45%;
  position: absolute;
  top: 0;
  width: 10%;
}

@keyframes flip {
  0%, 45% {
    transform: rotate(0);
  }
  50%, 95% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(50%);
  }
  51% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    transform: translateY(50%);
  }
  50% {
    transform: translateY(100%);
  }
  51% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes bottom-drip {
  0% {
    left: 45%;
    transform: translateY(-100%);
    width: 10%;
  }
  5% {
    transform: translateY(0);
  }
  45%, 100% {
    left: 50%;
    transform: translateY(0);
    width: 0;
  }
}
@keyframes top-drip {
  0%, 50% {
    left: 45%;
    transform: translateY(100%);
    width: 10%;
  }
  55% {
    left: 45%;
    transform: translateY(0);
    width: 10%;
  }
  100% {
    left: 50%;
    transform: translateY(0);
    width: 0;
  }
}

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