.abtest-popup .close-btn {
  background-color: transparent;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 32px;
  opacity: 0.8;
  position: absolute;
  top: 20px;
  right: 20px;
}
.abtest-popup .close-btn:hover,
.abtest-popup .close-btn:focus {
  opacity: 1;
  background-color: transparent;
  border: none;
}
.abtest-popup .close-btn svg path {
  transition: all 0.3s ease;
}
.abtest-popup .close-btn:hover svg path,
.abtest-popup .close-btn:focus svg path {
  stroke: #1863dc;
  transition: all 0.3s ease;
}
.abtest-popup .close-btn svg {
  width: 16px;
  height: 16px;
}
.fz- .fz-32 {
  font-size: 32px;
  line-height: 40px;
}
.fz-40 {
  font-size: 40px;
  line-height: 48px;
}
.fz-70 {
  font-size: 70px;
  line-height: 80px;
}
.gap-8 {
  gap: 8px;
}
.abtest-popup .btn.sec-lg-btn {
  border: none;
  color: #27283c;
  transition: all 0.3s ease;
}
.abtest-popup .btn.sec-lg-btn:hover,
.abtest-popup .btn.sec-lg-btn:focus {
  background: transparent !important;
  color: #1863dc !important;
  transition: all 0.3s ease;
  border: none;
}
.abtest-popup img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .abtest-popup .modal-body {
    padding: 0;
  }
  .abtest-popup .modal-body .variant-content {
    padding: 40px 32px;
  }
  .abtest-popup .modal-dialog {
    width: 90%;
    max-width: 600px;
  }
  .abtest-popup .variant-b.variant-content {
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;

    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/inc/abtesting/images/variantb-bg.webp);
  }
}
