/*
   Theme Name: Cloutify Ai
   Theme URI: http://childtheme-generator.com/
   Description: Cloutify Ai is a child theme of Hello Elementor, created by ChildTheme-Generator.com
   Author: Cloutify
   Author URI: http://childtheme-generator.com/
   Template: hello-elementor
   Version: 1.0.0
   Text Domain: cloutify-ai
   */

.before-after-filter ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.before-after-filter ul li {
  list-style: none;
  margin: 0 10px 15px 0;
}
.before-after-filter ul li a {
    color: #4B5563;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 15px;
    height: 47px;
    background: #FFFFFF;
    border: 0.5px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 9999px;
    font-weight: 500;
}
.before-after-filter ul li a:hover, .before-after-filter ul li a.active {
  background: #fe2858;
  color: #fff;
}
.before-after-stats-toggle {
  display: block;
  margin: 40px auto;
  background: #F3F4F6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: max-content;
  padding: 12px 5px;
}
.before-after-stats-toggle a {
  color: #111827;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border-radius: 9px;
  padding: 12px;
}
.before-after-stats-toggle a.active-toggle {
  background-color: #07142C;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  color: #fff;
}
.user-stats-block{
  width:600px;
  height:440px;
  background-image: url(assets/src/img/mob-cover-final.jpg);
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.user-stast-white-box {
    width: 55%;
    margin: 0 auto;
    padding: 85px 0 0;
}
.stats-show-block{
    display:none;
}
.before-stats {
    display: none;
}
.img-stats-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
    flex-flow: column;
    gap: 10px;
}
.user-stast-white-box .username-dropdown {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    width: 100%;
}

.user-stast-white-box .username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    width: 60px;
}

.user-stast-white-box .arrow {
    margin: -10px 0 0;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
}

.user-stat-username {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.img-stats-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 8px 0 10px;
}
.stat-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    border: 1px solid lightgray;
}
.stat-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.add-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00d4ff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    line-height: normal;
    height: 30px;
    width: 30px;
}
.add-icon span {
    position: relative;
    top: -2px;
}
.stat-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    gap: 20px;
    max-width: 310px;
}
.stat-data-inner {
    font-size: 16.17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.case-stat-data-relative{
    position: relative;
}
.stat-data-inner span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.user-stats-block h4 {
    text-align: left;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
}
.user-stats-block p {
    color: #444444;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.ig-img {
    margin: 0 -20px;
}
.follow-msg-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    gap: 10px;
}
.follow-btn {
    background: #f1f1f1;
    color: gray;
    border-radius: 10px;
    width: 100%;
    max-width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 17px;
}
.message-btn {
  background: #f1f1f1;
  color: #000;
  border-radius: 10px;
  width: 100%;
  max-width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.down-arrow-btn {
    border: 0;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    max-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.before-after-user-data-main {
    margin: 0 0 -11px;
    overflow: hidden;
}
/* .cameo-videos-swiper-container {
    overflow: hidden;
} */
.cameo-videos-main .swiper-inner-slide {
    padding: 0;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0.702922px rgba(17, 24, 39, 0.1), 0px 17.573px 35.1461px -8.43506px rgba(0, 0, 0, 0.25);
    border-radius: 14.0584px;
}
.reviews-cameo-vidoes .swiper-button-next, .reviews-cameo-vidoes .swiper-button-prev {
    display: none !important;
}
.cameo-white-box {
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}
.cameo-videos-swiper-container {
    padding: 50px 40px 60px;
    overflow: hidden;
}
.cameo-videos-swiper-container .swiper-wrapper {
    justify-content: center;
}
.cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(5deg);
}

.cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(-2deg);
    margin-left: -50px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left: -40px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(5deg);
}
.home .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(0);
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.home .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left:0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(0);
}
.video-and-play-icon {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.cameo-videos-main .swiper-inner-slide video {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-and-play-icon .cameo-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.cameo-videos-data {
    padding: 20px 10px;
	position:relative;
	z-index:1;
}
.new-cameo-user-follow {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    background: rgba(33, 38, 48, 1);
    margin: 0 auto 20px;
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    height: 44px;
    font-weight: 700;
    border-radius: 40px;
    max-width: 215px;
}

.new-cameo-user-follow:before {
    width: 90%;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background: rgba(57, 234, 214, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow:after {
    width: 90%;
    position: absolute;
    bottom: -5px;
    right: 0;
    content: "";
    background: rgba(254, 40, 88, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow strong {
    margin-right: 4px;
}

.cameo-videos-main .new-cameo-user-detail-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cameo-videos-main .new-cameo-user-profile {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.new-cameo-user-profile-info {
    margin-left: 0;
    line-height: 1.3;
    text-align: center;
}
.cameo-videos-main .new-cameo-user-profile-info span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #2E3942;
    font-family: 'Roboto', sans-serif;
}
.cameo-videos-main .new-cameo-user-profile-info p {
    margin: 0;
    color: #2E3942;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}
.cameo-videos-main .video-and-play-icon .cameo-play-button svg {
    transform: rotate(-5deg);
}
.cameo-videos-main .new-cameo-user-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cameo-play-button.d-none {
    display: none !important;
}
.cameo-play-button.d-block {
    display: block !important;
}
.swiper-inner-slide.active-video {
    position: relative;
    z-index: 1;
    transform: rotate(0) !important;
}
.home .swiper-button-prev:after,
.home .swiper-button-next:after {
    content: "\f30a";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #fff;
}

.home .swiper-button-prev,
.home .swiper-button-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17.7211px 26.5816px;
    gap: 11.08px;
    width: 79.17px;
    height: 30px;
    background: #FE2858;
    box-shadow: 0px 1.39061px 2.78122px rgba(8, 8, 8, 0.2),
                0px 5.56245px 5.56245px rgba(8, 8, 8, 0.08),
                inset 0px 1.39061px 1.39061px rgba(255, 255, 255, 0.2),
                inset 0px 8.34367px 16.6873px rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    opacity: 1;
    z-index: 999;
    position: static;
}
.home .swiper-button-next::after {
    content: "\f30b";
}
.home .cameo-videos-swiper-container {
    padding: 10px 0px 30px;
    max-width: 95%;
    margin: 0 auto;
}
.home .cameo-videos-swiper-container .swiper-wrapper {
    justify-content: flex-start;
}
.home .cameo-videos-swiper-container .cameo-white-box {
    padding: 15px;
    background: #fff;
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
}
.home .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
    background: rgb(0 0 0 / 4%);
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
    padding: 15px;
    height: 100%;
}
.home .main-home-cameo-container {
    padding-bottom: 100px;
}

.home .swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
}
.cameo-videos-swiper-container .swiper-backface-hidden .swiper-slide {
    transform: none;
}



/* Signup/Get started page css starts here */

html body.page-id-3433 header.elementor-location-header,
html body.page-id-38331 header.elementor-location-header {
    display: none;
}

.getstarted-package-heading-sec h2.elementor-heading-title span.add-icon {
    width: 60px;
    height: 60px;
    background: rgba(254, 40, 88, 0.15);
    border-radius: 12px;
    float: left;
    margin-right: 10px;
	position:relative;
}

.getstarted-package-heading-sec h2.elementor-heading-title span.add-icon:after {
    width: 25px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: url(./assets/src/img/addon-fire-icon.svg);
    margin-top: -14px;
    margin-left: -13px;
}

.getstarted-shortcode-main-div,
.getstarted-package-list,
.getstarted-package-inner-div,
.getstarted-package-top-sec {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.getstarted-package-list {
    border: 4px solid rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 0;
    margin-bottom: 45px;
    cursor: pointer;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec,
.getstarted-package-top-sec .getstarted-package-top-right-sec {
    width: 50%;
    float: left;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec h4 {
    font-size: 18px;
    color: rgba(33, 38, 48, 1);
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    letter-spacing: -.5px;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no {
    width: auto;
    float: left;
    height: 32px;
    padding: 0 10px;
    border: 2px solid #000;
    border-radius: 4px;
    line-height: 28px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    position: relative;
    background: #fff;
    margin-left: 10px;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no:before {
    width: 72px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: -12px;
    background: rgba(57, 234, 214, 1);
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no:after {
    width: 72px;
    height: 32px;
    position: absolute;
    top: -1px;
    right: -12px;
    background: rgba(254, 40, 88, 1);
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.getstarted-package-top-sec .getstarted-package-top-right-sec .getstarted-billed-annually {
    width: auto;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    font-family: "Inter", sans-serif;
    margin-top: 0;
    margin-bottom: -3px;
}

.getstarted-package-top-right-upper-sec .getstarted-billed-pricing {
    width: auto;
    float: right;
    height: auto;
}

.getstarted-package-top-sec .getstarted-package-top-right-sec span.getstarted-price-range,
.getstarted-package-top-right-upper-sec .getstarted-billed-pricing span {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: rgba(33, 38, 48, 1);
    line-height: 24px;
    font-weight: 600;
    margin-top: 5px;
	font-family: "Inter", sans-serif;
}

.getstarted-package-top-right-upper-sec .getstarted-billed-pricing span {
    float: left;
    margin-top: 0;
}

.getstarted-package-top-right-upper-sec .getstarted-billed-pricing{
	font-size: 18px;
    color: rgba(33, 38, 48, 1);
    line-height: 24px;
    font-weight: 600;
    margin-top: 5px;
	font-family: "Inter", sans-serif;
}

.getstarted-package-top-sec .getstarted-package-top-right-sec .getstarted-package-top-right-bottom-sec {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 11px;
}

.addon-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

/* Hide the browser's default checkbox */
.addon-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border:1px solid #000;
  border-radius: 5px;

}

/* On mouse-over, add a grey background color */
.addon-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.addon-checkbox input:checked ~ .checkmark {
    background-color: rgba(254, 41, 89, 1);
    border-radius: 5px;
	border:1px solid rgba(254, 41, 89, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.addon-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.addon-checkbox .checkmark:after {
    left: 10px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.getstarted-package-inner-div .getstarted-package-top-sec {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 10px 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.getstarted-package-inner-div .getstarted-package-bottom-sec span.getstarted-package-addon-type {
    font-size: 20px;
    width: 100%;
    float: left;
    height: auto;
    font-weight: 600;
    color: rgba(30, 28, 45, 1);
    font-family: "Inter", sans-serif;
    line-height: 24px;
    margin: 8px 0 0;
}

.getstarted-package-inner-div .getstarted-package-bottom-sec p {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 9px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: rgba(17, 31, 56, 0.7);
    font-family: "Open Sans", Sans-serif;
}

.getstarted-package-inner-div .getstarted-package-bottom-sec {
    width: 100%;
    float: left;
    padding: 10px 10px 20px;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no span.tiktok-icon {
    width: 13px;
    height: 15px;
    position: relative;
    margin: 6px 2px 0 0;
    padding: 0;
    float: left;
    background: url(./assets/src/img/addon-tiktok-icon.svg);
    background-size: 100%;
}

.getstarted-package-list.selected-package {
    background: linear-gradient(to right, rgba(254, 40, 88, .1) 0%, rgba(255, 214, 195, .1) 52%, rgba(57, 234, 214, .1) 100%);
    border: 4px solid rgba(254, 40, 88, .5);
}

body.page-id-3433 .elementor-location-footer .e-con-inner .e-con-full.elementor-element-e55081b {
    display: none;
}

body.page-id-3433 .elementor-location-footer .e-con-inner .elementor-element-6813ac3 {
    margin-bottom: 0;
}


.cl-payment {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 17px 0 0;
    padding: 0;
}

.cl-payment .cl-signup-form-row {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 40px;
}

.cl-payment .cl-signup-form-row label {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #212630;
    font-weight: 600;
    line-height: 28px;
}

.cl-payment .cl-signup-form-row label span.signup-timer-icon-box {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    background: #212630;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.cl-payment .cl-signup-form-row label span.signup-timer-icon:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: "";
    background: url(./assets/src/img/form-icon-timer.svg);
    background-size: 100%;
}

.cl-payment .cl-signup-form-row label span.signup-timer-icon-box:after {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -2px;
    background: #39EAD6;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.cl-payment .cl-signup-form-row label span.signup-timer-icon-box:before {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -2px;
    background: #FE2858;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.cl-payment .cl-signup-form-row input {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #D3D4D6;
    border-radius: 10px;
    padding: 0 20px 0 62px;
}

.cl-payment .cl-signup-form-row .signup-input-row {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.cl-payment .cl-signup-form-row .signup-input-row:before {
    width: 18px;
    height: 18px;
    content: "";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 13px;
    background: url(./assets/src/img/form-icon-@.svg) no-repeat;
    background-size: 100%;
    margin-top: -7px;
}

.cl-payment .cl-signup-form-row .signup-input-row:after {
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 43px;
    background: #D3D4D6;
    content: "";
}

.cl-payment .cl-signup-form-row .signup-input-row.signup-username:before {
    background: url(./assets/src/img/form-icon-username.svg);
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100%;
}

.cl-payment button.cl-payment-email-submit, div#cloutify-payment-submit button.grow_with_cloutify {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 50px;
    border: 0;
    border-radius: 12px;
}

div#cloutify-payment-submit button.grow_with_cloutify:hover{
	background:#FE2858;
}

.cl-payment button.cl-payment-email-submit span.start-now-icon,
div#cloutify-payment-submit button.grow_with_cloutify span.start-now-icon {
    width: 28px;
    height: 28px;
    position: relative;
    background: rgba(255, 255, 255, .5);
    display: inline-flex;
    margin-top: 0px;
    top: 7px;
    border-radius: 100%;
    left: 6px;
}

.cl-payment button.cl-payment-email-submit span.start-now-icon:before,
div#cloutify-payment-submit button.grow_with_cloutify span.start-now-icon:before {
    width: 12px;
    height: 10px;
    background: url(./assets/src/img/form-start-btn-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    margin-top: -5px;
    margin-left: -6px;
}

.checkout-elements-fields,
.paymemt-price-checkout,
.cl-info-buttons-outer,
.cl-info-buttons-inner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.cl-button-info {
    width: 49%;
    float: left;
    height: 38px;
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, rgba(254, 40, 88, .1) 0%, rgba(255, 214, 195, .1) 52%, rgba(57, 234, 214, .1) 100%);
    text-align: center;
    line-height: 38px;
}

.cl-button-info span.cl-money-back {
    width: auto;
    float: none;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    position: relative;
    margin: 0 auto;
    display: block;
    padding-left: 19px;
}

.cl-button-info:last-child {
    float: right;
}

.cl-button-info span.cl-money-back:before {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 50%;
    background: url(./assets/src/img/icon-money-shield.svg);
    margin-left: -24px;
    margin-top: -10px;
}

.cl-button-info span.cl-money-back.cancel-any:before {
    background: url(./assets/src/img/icon-cancel-anytime.svg);
    background-size: 100%;
    width: 15px;
    height: 17px;
    margin-top: -9px;
}

/* Container for the toggle */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}

/* Hide default checkbox */
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The track */
.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
}

/* The circular slider */
.slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

/* Toggled state */
.toggle-switch input:checked+.slider {
    background-color: #36B943;
}

.toggle-switch input:checked+.slider::before {
    transform: translateX(26px);
}

.payment-plan-toggle-sec {
    width: 100%;
    float: left;
    height: auto;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}

.payment-plan-toggle-sec:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #E8E8E8;
    height: 1px;
    content: "";
}

.payment-plan-toggle-sec-inn {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 30px 0 0;
    padding: 0;
    background: #FDFDFD;
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    padding: 15px;
}

.payment-plan-toggle-sec-inn .payment-plan-left-sec {
    width: 40%;
    float: left;
}

.payment-plan-toggle-sec-inn .payment-plan-right-sec {
    width: 60%;
    float: left;
}

.payment-plan-toggle-sec-inn .payment-plan-right-sec{
	float:right;
}

.payment-plan-toggle-sec-inn .payment-plan-left-sec h3.payment-plan-name {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.payment-plan-pricing {
    width: 100%;
    float: left;
    height: auto;
}

.current-pricing {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 22px;
}

.current-pricing span.payment-currency-symbol,
.current-pricing span.payment-pricing-amount {
    font-size: 20px;
    font-weight: 900;
    color: #FE2959;
    font-family: "DM Sans", sans-serif;
    float: left;
    line-height: 20px;
}

.current-pricing span.payment-plan-type {
    font-size: 16px;
    color: #ABAFB7;
    float: left;
    margin-left: 8px;
    font-family: "DM Sans", sans-serif;
    line-height: 20px;
}

.payment-slashed-pricing {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 3px;
}

.payment-slashed-pricing span {
    color: #AFB3BA;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    line-height: 16px;
}

.payment-billed-type {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.payment-billed-type span.payment-billed-type-value {
    width: auto;
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, rgba(254, 40, 88, .3) 0%, rgba(255, 214, 195, .3) 52%, rgba(57, 234, 214, .3) 100%);
    font-family: "DM Sans", sans-serif;
    padding: 0 10px;
    border-radius: 3px;
}

.payment-plan-toggle {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 19px 0 0;
}

span.payment-offer-text {
    font-size: 14px;
    color: #212630;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

span.payment-offer-text span {
    margin: 0 1px;
    float: left;
}

.payment-plan-toggle-inn {
    width: auto;
    float: right;
    margin-top: 5px;
}

.checkout_gateways {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
}

.checkout_gateways .apple_pay_button,
.checkout_gateways .google_pay_button {
    width: 48%;
    float: left;
    height: 50px;
    position: relative;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 10px;
    text-align: center;
	cursor:pointer;
}

.checkout_gateways .apple_pay_button svg,
.checkout_gateways .google_pay_button svg {
    margin-top: 6px;
}

.checkout_gateways .google_pay_button{
	float:right;
}

.checkout_gateways .pay-by_card {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 30px 0 0;
    padding: 0;
    font-size: 14px;
    color: #888E97;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.cl-card-details-form,
.cl-card-details-form-inn,
.cl-card-details-form-row {
    width: 100%;
    float: left;
    height: auto;
}

.cl-card-details-form-row label {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #888E97;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.cl-card-details-form-row .cl-card-details-form-field {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 10px 0 23px;
    padding: 0;
}

.cl-card-details-form-row .cl-card-details-form-field.card-number,
.cl-card-details-form-row .cl-card-details-form-field.card-expiry,
.cl-card-details-form-row .cl-card-details-form-field.card-cvc,
.cl-card-details-form-row .cl-card-details-form-field input,
.cl-card-details-form-row .cl-card-details-form-field select {
    width: 100%;
    float: left;
    height: 50px !important;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #E2E4E8 !important;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #212630 !important;
}

.cl-card-details-form-row .cl-card-details-form-field#card-number-element iframe,
.cl-card-details-form-row .cl-card-details-form-field.card-expiry iframe,
.cl-card-details-form-row .cl-card-details-form-field.card-cvc iframe {
    position: relative;
    top: 13px;
}

.cl-card-details-form-row .cl-card-details-form-field#card-number-element iframe input{
	font-family: "Inter", sans-serif !important;
}

.cl-card-details-form-row .cl-card-details-form-field input::placeholder{
	color:#AAADB5 !important;
}

.cl-card-details-form-row .cl-card-details-form-col-left {
    width: 48%;
    float: left;
}

.cl-card-details-form-row .cl-card-details-form-col-right {
    width: 48%;
    float: right;
}

/*.cl-card-details-form-field.card-number:before {
    position: absolute;
    content: "";
    right: 5px;
    background: url(./assets/src/img/openpay-cc-img.svg) no-repeat;
    top: 15px;
    background-size: 120px;
    width: 120px;
    height: 25px;
}
*/
.cl-card-details-form-field.card-number input {
    padding-right: 138px;
}

.cl-card-promo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 20px;
    font-size: 18px;
    color: #FE2959;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    letter-spacing: -.5px;
}

.cl-payment button.cl-payment-email-submit:hover {
    background: #FE2858;
}

.cl-payment button.cl-payment-email-submit {
    border: 0;
}

.cl-payment .cl-signup-form-row label .help-icon {
    width: 18px;
    height: 18px;
    background: url(./assets/src/img/icon-signup-info.svg) no-repeat;
    background-size: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.cl-card-details-form-row button.cl-payment-email-submit {
    margin-bottom: 0;
}


/* Post Purchase flow page css starts here */

.post-purchase-wrapper {
    width: 100%;
    float: left;
    height: auto;
	min-height:100vh;
    overflow: hidden;
    padding: 10px 0;
    background: #fef9f8;
}

.post-purchase-container {
    width: 1280px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: table;
}

body.page-template-page-registration header {
    display: none;
}

.post-purchase-left-block, .post-purchase-right-block {
    width: 50%;
    float: none;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.post-purchase-left-block-inner,
.post-purchase-content-sec,
.post-purchase-left-block-inner, .post-purchase-content-sec, .post-purchase-right-block-inner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.pp-tiktok-user-handle-block {
    width: auto;
    float: left;
    height: 72px;
    position: relative;
    margin: 35px 0 0 10px;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 0 5px;
    background: #fff;
}

.pp-tiktok-user-handle-block:before {
    width: 50%;
    position: absolute;
    top: 0px;
    left: -10px;
    background: #39EAD6;
    content: "";
    height: 72px;
    z-index: -2;
    border-radius: 15px;
}

.pp-tiktok-user-handle-block:after {
    width: 50%;
    position: absolute;
    top: 0px;
    right: -10px;
    background: #FE2858;
    content: "";
    height: 72px;
    z-index: -2;
    border-radius: 15px;
}

.pp-tiktok-user-handle-block .pp-tiktok-user-image {
    width: 52px;
    height: 52px;
    float: left;
    margin-top: 10px;
}

.pp-tiktok-user-handle {
    width: auto;
    float: left;
    line-height: 72px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 0 20px 0 30px;
    position: relative;
}

.pp-tiktok-user-handle:before {
    width: 16px;
    height: 18px;
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    background: url(./assets/src/img/addon-tiktok-icon.svg);
    background-size: 100%;
    margin-top: -10px;
}

.pp-tiktok-heading-sec ,
.pp-switch-plan-sec{
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.pp-tiktok-heading-sec h1,
.pp-tiktok-heading-sec h2.pp-heading-step2 {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
    float: left;
    height: auto;
    font-weight: 600;
    padding-right: 40px;
    margin-top: 30px;
}

.pp-tiktok-heading-sec h1 u {
    text-decoration: underline;
    font-weight: 700;
}

.pp-switch-plan-inner {
    width: auto;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #49494C;
}

.pp-switch-plan-inner span.pp-plan-offer {
    width: auto;
    line-height: 38px;
    font-size: 16px;
    background: #212630;
    display: inline-block;
    border-radius: 8px;
    padding: 0 20px;
    position: relative;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    margin-left: 19px;
}



.pp-switch-plan-inner span.pp-plan-offer:before {
    width: 50%;
    position: absolute;
    top: 0px;
    left: -5px;
    background: #39EAD6;
    content: "";
    height: 38px;
    z-index: -1;
    border-radius: 8px;
}

.pp-switch-plan-inner span.pp-plan-offer:after {
    width: 50%;
    position: absolute;
    top: 0px;
    right: -5px;
    background: #FE2858;
    content: "";
    height: 38px;
    z-index: -1;
    border-radius: 8px;
}

.pp-switch-plan-sec {
    margin: 10px 0 0;
}

.pp-switch-plan-sec:after,
.step2 .pp-tiktok-heading-sec:after,
.step3 .pp-tiktok-heading-sec:after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: auto;
    right: 70px;
    background: url(./assets/src/img/icon-pp-arrow.svg);
    content: "";
    background-size: 100%;
}

.pp-pricing-plan-sec {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 27px;
    padding:4px;
    background: linear-gradient(to right, #39EAD6, #FE2858);
    min-height: 500px;
    float: left;
}

.pp-pricing-plan-inner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    background: #fff;
    border-radius: 27px;
    padding: 20px;
    z-index: 2;
}

.pp-plan-type {
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fafafa;
    padding: 0 20px;
    background: #212630;
    border-radius: 8px;
    position: relative;
    margin-left: 10px;
    font-size: 18px;
	font-family: "Inter", sans-serif;
}

.pp-plan-type:before {
    content: "";
    width: 50%;
    height: 40px;
    position: absolute;
    top: 0;
    left: -4px;
    background: #39EAD6;
    z-index: -1;
    border-radius: 8px;
}

.pp-plan-type:after {
    content: "";
    width: 50%;
    height: 40px;
    position: absolute;
    top: 0;
    right: -4px;
    background: #FE2858;
    z-index: -1;
    border-radius: 8px;
}

.pp-plan-header {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    background: linear-gradient(to right, #213b43 30%, #212630 100%);
    border-radius: 18px;
}

.pp-plan-header-inner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 20px;
}

.pp-pricing-sec {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.pp-current-pricing-plan {
    width: auto;
    float: left;
    height: auto;
}

span.pp-pricing-symbol {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

span.pp-pricing-amount {
    font-size: 50px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #fff;
}

span.pp-pricing-month {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-left: 12px;
}

.pp-slashed-pricing-plan {
    width: auto;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    font-family: "Inter", sans-serif;
    position: relative;
    left: -54px;
    margin-top: 12px;
}

.pp-slashed-pricing-plan span.pp-pricing-symbol.currency_symbol {
    font-size: 20px;
    font-weight: 400;
}

.pp-pricing-offer {
    width: auto;
    float: left;
    height: 26px;
    color: #213856;
    background: linear-gradient(to right, #faff90 30%, #b7ff6d 100%);
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 26px;
    border-radius: 26px;
    padding: 0 10px;
    position: relative;
    left: -35px;
    margin-top: 14px;
}

.pp-pricing-billing-type {
    width: auto;
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
}


.pp-pricing-plan-details {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.pp-pricing-plan-details p {
    margin-bottom: 0;
}

.pp-pricing-switch-btn {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 50px;
}

.pp-pricing-switch-btn span.start-now-icon {
    width: 28px;
    height: 28px;
    position: relative;
    background: rgba(255, 255, 255, .5);
    display: inline-flex;
    margin-top: 0px;
    top: 7px;
    border-radius: 100%;
    left: 6px;
}

.pp-pricing-switch-btn span.start-now-icon:before {
    width: 12px;
    height: 10px;
    background: url(./assets/src/img/form-start-btn-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    margin-top: -5px;
    margin-left: -6px;
}

.pp-pricing-plan-points, .pp-pricing-plan-points-inner {
    width: 100%;
    float: left;
    height: auto;
}

.pp-pricing-plan-points-inner ul {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pp-pricing-plan-points-inner ul li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #374151;
}

.pp-pricing-plan-points-inner ul li:before {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    background: url(./assets/src/img/icon-pp-pricing-list.svg);
    background-size: 100%;
}

.pp-pricing-cta-block {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .21);
}

.pp-pricing-cta-block button.skip-now-btn {
    width: 30%;
    height: 56px;
    position: relative;
    float: left;
    line-height: 56px;
    border: 1px solid #DCDCDC;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
    padding: 0 20px;
}

.pp-pricing-cta-block button.skip-now-btn:hover{
	background:#fff;
	color:#000;
}

.pp-pricing-cta-block button.pp-pricing-switch-btn,
.pp-registration-form-row:last-child button.pp-pricing-switch-btn {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    width: 68%;
    float: right;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.pp-registration-form-row:last-child button.pp-pricing-switch-btn {
    width: 100%;
}

.pp-pricing-cta-block button.pp-pricing-switch-btn:hover,
.pp-registration-form-row:last-child button.pp-pricing-switch-btn:hover{
	background:#FE2858;
}

.step2 .pp-tiktok-heading-sec h1 {
    padding-right: 130px;
}

.step3 .pp-tiktok-heading-sec h1 {
    padding-right: 190px;
}


.pp-registration-form-outer.step2,
.pp-tiktok-form-outer.step3 {
    width: 100%;
    display: block;
    margin: 50px auto;
    border-radius: 27px;
    padding: 4px;
    background: linear-gradient(to right, #39EAD6, #FE2858);
    float: left;
}

.pp-registration-form-inner,
.pp-tiktok-form-inner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 50px 20px 20px;
    background: #fff;
    border-radius: 27px;
}

.pp-registration-form-row label,
.pp-tiktok-form-row label {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 13px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111F38;
    font-family: "Inter", sans-serif;
	z-index:1;
}

.pp-registration-form-outer.step2 .pp-registration-form-row input,
.pp-tiktok-form-outer.step3 .pp-tiktok-form-row input {
    width: 100%;
    float: left;
    height: 45px;
    padding: 0 20px;
    border: 1px solid rgba(168, 168, 168, 0.4);
    color: #000;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
}

.pp-registration-form-row {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 28px;
	position:relative;
}

.pp-registration-form-row:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.21);
    padding-top: 30px;
    margin-bottom: 0;
}

.step3 .pp-tiktok-heading-sec:after {
    right: 200px;
    top: 70px;
}

.pp-tiktok-form-row label {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 5px;
}

.pp-timer-icon {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    background: #212630;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.pp-timer-icon:before {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -2px;
    background: #FE2858;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.pp-timer-icon:after {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -2px;
    background: #39EAD6;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.pp-label-timer-icon:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: "";
    background: url(./assets/src/img/form-icon-timer.svg);
    background-size: 100%;
}

.pp-info-icon {
    width: 18px;
    height: 18px;
    background: url(./assets/src/img/icon-signup-info.svg) no-repeat;
    background-size: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.pp-tiktok-form-outer.step3 .pp-tiktok-form-row input {
    height: 50px;
    padding: 0 20px 0 70px;
}

.pp-tiktok-form-input {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
}

.pp-user-icon:before {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    background: url(./assets/src/img/form-icon-@.svg) no-repeat;
    background-size: 100%;
    margin-top: -7px;
}

span.pp-user-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 0 10px;
    top: 0;
    left: 0;
    border-right: 1px solid #D3D4D6;
}

span.pp-user-icon.hashtag-icon:before{
	background: url(./assets/src/img/icon-hashtag.svg) no-repeat;
}

span.pp-user-icon.number-icon:before{
	background: url(./assets/src/img/icon-123.svg) no-repeat;
    width: 27px;
    background-size: 100%;
    left: 12px;
}

.pp-tiktok-form-input button.pp-add-btn {
    width: auto;
    position: absolute;
    top: 6px;
    right: 6px;
    height: 38px;
    border: 0;
    background: #212630;
    color: #fff;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 0 20px;
    line-height: 38px;
}

.pp-tiktok-form-input button.pp-add-btn span {
    font-size: 23px;
    line-height: 38px;
    float: left;
    margin-right: 6px;
    margin-top: -1px;
}

.pp-recommend-username {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    z-index: 1;
}

span.pp-recom-user-handle-block .selected-item {
    width: auto;
    float: left;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    font-family: "Inter", sans-serif;
    position: relative;
    margin-left: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.desired-follower-section .post-purchase-wrapper {
    height: auto;
    margin-bottom: 50px;
}

span.pp-recom-user-handle-block .selected-item a.pp-user-close {
    width: 14px;
    float: right;
    height: 14px;
    background: url(./assets/src/img/icon-pp-cross.svg);
    background-size: 100%;
    top: 8px;
    position: relative;
    margin-left: 15px;
}

span.pp-recom-user-handle-block .selected-item:before {
    width: 20px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -10px;
    background: #FE2858;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

span.pp-recom-user-handle-block .selected-item:after {
    width: 20px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -10px;
    background: #39EAD6;
    content: "";
    border-radius: 4px;
    z-index: -1;
}

span.pp-recom-user-tiktok-icon {
    width: 14px;
    height: 16px;
    position: relative;
    float: left;
    background: url(./assets/src/img/addon-tiktok-icon.svg);
    background-size: 100%;
    top: 7px;
    margin-right: 4px;
}

.pp-tiktok-form-row {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
    border-radius: 10px;
}

.pp-tiktok-form-inner {
    padding: 20px;
}

.pp-tiktok-form-row:last-child {
    filter: unset;
    padding: 0;
}

.pp-tiktok-form-row.pp-pricing-cta-block {
    padding-top: 20px;
    border-radius: 0;
    margin-bottom: 0;
}

.pp-tiktok-form-outer.step3 {
    margin: 0 auto;
}

.pp-pricing-plan-sec.step1 {
    margin-top: 25px;
}

span.error {
    width: 100%;
    position: absolute;
    bottom: -22px;
    left: 10px;
    color: #FE2858;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

/* Loading overlay (hidden by default) for payment checkout */
   .loading-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.8); /* semi-transparent background */
     display: none; /* hidden initially */
     justify-content: center;
     align-items: center;
     z-index: 9999;
   }

   /* Show overlay when active */
   .loading-overlay.active {
     display: flex;
   }

   /* Spinner styles */
   .loading-spinner {
     width: 60px;
     height: 60px;
     border: 8px solid #f3f3f3; /* light grey */
     border-top: 8px solid #3498db; /* blue */
     border-radius: 50%;
     animation: spin 1s linear infinite;
   }

   /* Spinner animation */
   @keyframes spin {
     0% { transform: rotate(0deg); }
     100% { transform: rotate(360deg); }
   }

   /* Change cursor to wait when the page is in a loading state */
   body.loading {
     cursor: wait;
   }

   .regAlertmain {
       display: none;
       align-items: center;
       justify-content: space-between;
       column-gap: 10px;
       margin-top: 20px;
       background-color: #ff00002e;
       padding: 18px 14px;
       border-radius: 10px;
   }

   .regAlertmain #regAlert {
       display: block;
       color: #000;
       font-weight: 500;
       font-size: 14px;
       margin: 0;
       width: 100%;
       text-align: left;
     }

.page-id-38331 .cl-card-details-form-row .cl-card-details-form-field.card-number {
    border: 0;
    padding: 0;
}

section#mobile-cards-section {
    width: 100%;
    float: left;
}

body.page-template-page-registration main.site-main.user-registration {
    width: 100%;
    max-width: 100%;
}

.regAlert {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.regAlert .elementor-alert-danger {
    width: 100%;
    position: relative;
    color: #FE2858;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    top: 20px;
    left: 0;
}

.cl-card-details-form-row .cl-card-details-form-field.card-number {
    padding: 0 10px;
}

.pp-registration-form-outer.user_contact_and_password.step2 {
    margin: 78px 0 0;
}

.pp-pricing-plan-sec.step1 {
    margin-top: 50px;
}

.step2 .pp-registration-form-row:last-child {
    border-top: 0;
    padding-top: 0;
}

.pp-registration-form-outer.user_contact_and_password.step2 .pp-registration-form-row:last-child button.pp-pricing-switch-btn {
    margin-top: 20px;
}

.pp-tiktok-form-outer.user_hashtags_and_follower_count.step3 {
    margin-top: 20px;
}
/* ====25 june====== */
.img-withTag .elementor-image-box-wrapper {
    position: relative;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title {
    display: inline-block;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    padding: 7px 12px;
    position: absolute;
    top: 10px;
    min-width: max-content;
    background-color: #ffffff;
    left: 98%;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img {
    max-width: 24px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: auto;
    right: 98%;
}
.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 98%;
}
.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: 98%;
    left: 70%;
}
.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title{
	top: 98%;
    left: 70%;
}
.title-inCircle {
    margin: 0 auto;
    width: 540px;
    height: 540px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.126) 0%, rgba(254, 255, 146, 0.0966) 39.6%, rgba(180, 255, 108, 0.42) 100%);
    border-radius: 50%;
	padding:100px;
}
.title-inCircle .elementor-widget-container {
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(254, 255, 146, 0.23) 39.6%, #B4FF6C 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-stast-white-box.after-stats .stat-data {
    background: linear-gradient(to right, #fff8a6, #a6ff9c);
}

.influencer-quote figure.elementor-image-box-img {
    float: left;
}

body .influencer-quote .elementor-image-box-content {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.cl-card-details-form-row .cl-card-details-form-field#card-number-element iframe input.elements-input {
    width: 100% !important;
}

span.payment-offer-text span.currency_symbol {
    margin: 0;
    float: left;
}

span.payment-offer-text span.monthly_saving {
    margin-left: 0;
}

.happy-clients .elementor-widget.elementor-widget-text-editor .elementor-widget-container>p {
    min-height: 120px;
    clear: both;
    float: left;
}

.e-con-boxed.e-con .elementor-swiper-button {
    padding: 5px 20px 5px 20px;
}
@media only screen and (min-width:1025px){
.h-login, .h-signup {
    display: none !important;
	}
}

.h-signup a {
    background: #FE2858;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}
@media only screen and (max-width:1024px){
	.main-menu ul.elementor-nav-menu{
		padding-top:20px;
		padding-bottom:20px;
	}
	.main-menu ul.elementor-nav-menu li {
    text-align: center;
}
}
/* Responsive css starts here */

@media (max-width:1300px){

.post-purchase-container {
    width: 100%;
    padding: 0 20px;
}

}

@media only screen and (max-width: 1190px) {
  .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
  .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
      transform: none;
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-wrapper {
      justify-content: flex-start;
  }
}

@media (max-width:991px){

.post-purchase-wrapper {
    height: auto;
    overflow: auto;
}

.post-purchase-left-block, .post-purchase-right-block {
    width: 100%;
    display: block;
    vertical-align: middle;
	float:left;
}

.logo-sec {
    width: auto;
    float: none;
    display: table;
    margin: 20px auto 0;
}

.pp-tiktok-user-handle-block {
    float: none;
    display: table;
    margin: 30px auto 0;
}

.pp-tiktok-heading-sec h1 {
    text-align: center;
    padding: 0;
}

.pp-switch-plan-sec {
    width: auto;
    float: none;
    display: table;
    margin: 10px auto 0;
}

.pp-switch-plan-sec:after{
	display:none;
}

.step2 .pp-tiktok-heading-sec:after,
.step3 .pp-tiktok-heading-sec:after{
	display:none;
}

.pp-registration-form-outer.user_contact_and_password.step2 {
    margin: 0;
}

.step2 .pp-tiktok-heading-sec h1 {
    padding-right: 0;
}

.regAlert .elementor-alert-danger {
    top: 10px;
}

.pp-tiktok-form-outer.user_hashtags_and_follower_count.step3 {
    margin-top: 10px;
}

.step3 .pp-tiktok-heading-sec h1 {
    padding-right: 0;
}

}

@media (max-width:850px){

.getstarted-package-top-sec .getstarted-package-top-right-sec .getstarted-billed-annually {
    font-size: 12px;
}

.getstarted-package-top-sec .getstarted-package-top-right-sec span.getstarted-price-range {
    font-size: 16px;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no {
    font-size: 12px;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec h4 {
    font-size: 15px;
}

}
@media (max-width:800px){

.cl-button-info span.cl-money-back {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
  .home .swiper-slider-buttons {
      bottom: -125px;
  }

html body .try-addon-sec {
    border: 0;
    padding: 0;
}

html body .try-addon-sec .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 50px !important;
}

.cl-payment.cl-signup {
    margin-top: 0;
}

.cl-payment .cl-signup-form-row {
    margin-bottom: 20px;
}

.cl-payment button.cl-payment-email-submit {
    border: 0;
    margin-bottom: 0;
}

.getstarted-package-list {
    margin-bottom: 15px;
}

     .regAlert .elementor-alert-danger {
        left: 0;
    }

body.page-template-page-registration main.site-main.user-registration {
    padding: 0;
}

.post-purchase-wrapper {
    height: auto;
    overflow: auto;
    padding: 20px 10px;
}
.title-inCircle{
		width:320px;
		height:320px;
		padding:50px;
	}
	.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img{
		max-width:16px;
	}
	.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: 15px;
    right: auto;
    top: -40px;
}
	.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: 0;
    bottom: -30px;
}
	.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: -32px;
    left: 40px;
    right: auto;
}
	.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: -28px;
    bottom: -32px;
}

}

@media (max-width:510px){

span.pp-pricing-symbol {
    font-size: 20px;
    font-weight: 600;
}

span.pp-pricing-amount {
    font-size: 30px;
}

span.pp-pricing-month {
    font-size: 12px;
}

.pp-slashed-pricing-plan {
    font-size: 16px;
    left: -41px;
    margin-top: 0px;
}

.pp-pricing-offer {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px;
        margin-top: 14px;
        left: -20px;
    }

.pp-pricing-billing-type {
    font-size: 11px;
}

.pp-pricing-plan-inner {
    padding: 10px;
}

    .cl-payment .cl-signup-form-row label span.signup-timer-icon-box {
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }

.cl-payment .cl-signup-form-row label span.signup-timer-icon-box:before,
.cl-payment .cl-signup-form-row label span.signup-timer-icon-box:after{
	height:20px;
}

.cl-payment .cl-signup-form-row label span.signup-timer-icon:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-repeat: no-repeat;
}

.step2 .pp-tiktok-heading-sec h1 {
        padding-right: 0;
        font-size: 24px;
        line-height: 28px;
    }

.post-purchase-container {
    padding: 0;
}

.pp-registration-form-inner {
    padding: 20px;
}



}


@media (max-width:480px){

.getstarted-package-top-sec .getstarted-package-top-left-sec,
.getstarted-package-top-sec .getstarted-package-top-right-sec {
    width: 100%;
    float: left;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec h4 {
	width: auto;
}

.getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no {
	float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.pp-pricing-cta-block button.skip-now-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.pp-pricing-cta-block button.pp-pricing-switch-btn, .pp-registration-form-row:last-child button.pp-pricing-switch-btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.getstarted-package-heading-sec h2.elementor-heading-title span.add-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
}


@media (max-width:400px){
.getstarted-package-top-sec .getstarted-package-top-left-sec h4 {
        width: auto;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        margin-top: 16px;
    }

    .getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no {
        float: right;
        margin: 10px 10px 0 0;
        font-size: 10px;
        padding: 0 5px;
    }

.pp-pricing-billing-type {
        font-size: 11px;
        clear: both;
        float: none;
    }

.pp-switch-plan-inner span.pp-plan-offer {
    clear: both;
    float: none;
    display: table;
    margin: 0 auto;
}

.payment-plan-toggle-sec-inn .payment-plan-right-sec {
    width: 50%;
}

.payment-plan-toggle-sec-inn .payment-plan-left-sec {
    width: 50%;
}

.cl-button-info {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.pp-tiktok-form-input button.pp-add-btn {
    position: relative;
    width: 100%;
    margin-top: 6px;
    top: 0;
    left: 0;
}

.pp-tiktok-form-input button.pp-add-btn span {
    float: none;
    display: inline-block;
    position: relative;
    top: -2px;
}


}



@media (max-width:375px){

.payment-billed-type span.payment-billed-type-value {
    font-size: 12px;
}

span.payment-offer-text.annual-offer-flag {
    font-size: 12px;
    float: right;
    margin-right: 0;
}

.payment-plan-toggle-sec.paymemt-price-checkout {
    margin-top: 5px;
}

.payment-plan-toggle-sec-inn {
    margin-top: 10px;
}

    .getstarted-package-top-sec .getstarted-package-top-left-sec span.getstarted-people-use-no {
        font-size: 9px;
        padding: 0 3px;
    }

.pp-tiktok-form-row label {
    font-size: 14px;
}

}
