@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.photo-result-col-inside.video-height-auto {
    height: auto;
}
.photo-result-container.video-download-styleoverride .btn-photo-download {
    top: 50%;
}
.instagram-imagaes-downloader-results.remove-downloader-result {
    margin: 0;
}
.graph-tags-wrapper.graph-tags-wrapper-fullwidth .graph-tags-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.faded-label {
    opacity: 0.5;
}

.graph-tags-wrapper.graph-tags-wrapper-fullwidth .graph-tags-col .graph-tags-content {
    max-width: 100%;
}
/*h6 change to div or span*/
.reviwes-new-page .review-footer-user-details .ps-reviews-tx, .ps-reviews-tx {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

/*h3 change to h2*/
.reviwes-new-page .cs-getstarted-main h2 { 
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
}
.reviwes-new-page .reviews-post-blocks .reviews-footer{
    display: block;
    background: #EE1D54;
    margin: 0 -20px 0 -20px;
    padding: 0;
}
.reviwes-new-page .reviews-post-blocks .review-footer-left {
    justify-content: space-between;
    padding: 20px;
}
.reviwes-new-page .review-footer-user-details p{
    color: #fff;
}
.reviwes-new-page .reviews-post-blocks{
    padding: 30px 20px 0 20px;
    border-radius: 20px;
    overflow: hidden;
}
.reviwes-new-page .reviews-post-blocks .review-footer-left img {
    border-radius: 50px;
    border: 5px solid #fff;
    position: absolute;
    right: 20px;top: -29px;
    height: 80px;width: 80px;
    object-fit: cover;}

.reviwes-new-page .reviews-post-blocks .review-footer-left {
    position: relative;
    margin-top: 30px;
}
.reviwes-new-page .review-new-filter-section {
    background: #F5F5F5;
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
}
.reviwes-new-page h2{
    font-weight: 500;
}
.reviews-description p{
    min-height: inherit;
}
.reviwes-new-page .reviews-post-blocks{
    margin-bottom: 15px;
}
.review-new-filter-inner ul {
    padding: 0;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: inherit;
    justify-content: center;
    margin: 35px auto 0;
}
.review-new-filter-inner1 {
    padding: 15px 0px;
    margin: 60px 0;
    border-radius: 10px;
}
.review-new-filter-inner1 ul li {
    list-style: none;
    width: auto !important;
}
.review-new-filter-inner1 ul li .check_filter_li {
    list-style: none;
    background: #fff;
    font-weight: 400;
    color: #767381;
    border: 1px solid #C8C9CB;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s all;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    width: auto !important;
    display: block;
}
.review-new-filter-inner1 ul li input {
    border: none;
    padding: 0;
    font-size: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 111;
    cursor: pointer;
}
.review-new-filter-inner1 ul li .check_filter_li:hover,.review-new-filter-inner ul li .check_filter_li.active {
    background: #db2f60;
    color: #fff;
}
.filter_post {
    margin: 40px 0 0;
}
.review-new-filter .filter-button-next,
.review-new-filter .filter-button-prev {
    background: #FFFFFF;
    box-shadow: 3px 5px 20px rgba(118, 115, 129, 0.2);
    border-radius: 22px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -2px;
    z-index: 10;
    cursor: pointer;
}
.review-new-filter .filter-button-next{
    background-image: url(../images/filter-right-icon.svg);
    right: -10px;
    background-repeat: no-repeat;
    background-position: center;
}
.review-new-filter .filter-button-prev{
    background-image: url(../images/filter-left-icon.svg);
    left: -10px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11;
}
.filter_post::after {
    content: "";
    position: absolute;
    right: -10px;
    border-radius: 6px;
    width: 77px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(92.53deg, rgba(255, 255, 255, 0.4) -19.8%, rgba(255, 255, 255, 0.5) 24.16%, rgba(255, 255, 255, 0.7) 63.39%);
}
.filter_post::before {
    content: "";
    position: absolute;
    left: -10px;
    border-radius: 6px;
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(255,255,255,0.9);
}
.reviwes-new-page .cs-getstarted-inner{
    margin-top: 0;
}
.review-new-filter-inner1 ul li .check_filter_li.active {
    background: #DB2F60;
    color: #fff;
    border-color: #DB2F60;
}
.reviwes-new-page .cs-getstarted-main p{
    font-size: 16px;
}
.review-newsletter input {
    background: #fff;
    border-radius: 5px;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding: 10px;
}
.review-newsletter input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.review-newsletter button {
    background: #DB2F60;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 40px;
    margin: 10px 0 0;
}
.review-newsletter {
    margin: 40px 0 0;
}
p.review-success-message {
    background: #fff;
    color: #373636;
    padding: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 30px 0 0;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}
.review-banner-section .cs-primary-btn a {
    background: #EE1D52;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    padding: 15px 25px;
}
.reviwes-new-page .cs-casestudies-blocks {
    box-shadow: none;
    border-radius: 0;
}
.reviwes-new-page .cs-getstarted-vector,
.reviwes-new-page  .cs-getstarted-inner::after{
    display: none;
}
.reviwes-new-page  .cs-getstarted-main h2{
    border: none;
    margin: 0 0 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    padding: 0 0 10px;
}
.reviwes-new-page .cs-casestudies-blocks-top h3  label span {
    color: #7A7A7A;
}
.review-change-header {
    font-size: 24px;
    color: #000;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.6;
}
.review-change-header label span {
    color: #7a7a7a;
}
.cs-followrs-gained {
    margin: 0;
    justify-content: space-between;
    display: flex;
    font-size: 16px;
    color: #767381;
    font-weight: 400;
    width: 100%;
    align-items: center;
    font-family: "Archivo", sans-serif;
}
.cs-followrs-gained span {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
/*blog-breadcrums-start*/
.single-blog-breadcrums-ps {
    margin: 0 0 40px 0;
    padding: 10px 0;
    background: #FFE3EB;
    font-family: 'Archivo';
    font-size: 14px;
}
.single-blog-breadcrums-ps nav.breadcrumbs {
    margin: 0 auto;
    color: #767381;
    max-width: 1140px;
    padding: 0 15px;
}
.single-blog-breadcrums-ps nav.breadcrumbs span {
    margin: 0 10px;
    color: #DB2F60;
}
/*blog-breadcrums-end*/
.yellow-main-cameo-clr svg path {
    fill: #FFC465;
}
.pink-lemonade-cameo-clr svg path {
    fill: #D62976;
}
.orange-main-cameo-clr svg path {
    fill: #FF725E;
}
.green-main-cameo-clr svg path {
    fill: #20D785;
}
.purple-main-cameo-clr svg path {
    fill: #B26DDD;
}
.dark-red-main-cameo-clr svg path {
    fill: #EE1D52;
}
.yellow-main-cameo-clr  {
    border:6px solid #FFC465;
    border-radius: 10px;
}
.pink-lemonade-cameo-clr  {
    border:6px solid #D62976;
    border-radius: 10px;
}
.orange-main-cameo-clr  {
    border:6px solid #FF725E;
    border-radius: 10px;
}
.green-main-cameo-clr  {
    border:6px solid #20D785;
    border-radius: 10px;
}
.purple-main-cameo-clr  {
    border:6px solid #B26DDD;
    border-radius: 10px;
}
.dark-red-main-cameo-clr  {
    border:6px solid #EE1D52;
    border-radius: 10px;
}

.new-cameo-user-detail-area {
    display: flex;
    color: #fff;
}
.common-new-cameo-user video{
    border-radius: 4px !important;
}

.new-cameo-user-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.new-cameo-user-profile-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.new-cameo-user-profile-info span {
    font-size: 11px;
    font-weight: 700;
}
.swiper-slide.swiper-slide-active .common-new-cameo-user.active-video span {
    font-size: 10px;
}
.swiper-slide.swiper-slide-active .common-new-cameo-user .cameo-videos-data{
    width: 95% !important;
}

.new-cameo-user-profile-info p {
    margin: 0;
    font-size: 10px !important;
}

.new-cameo-user-follow {
    background-color: #c0392b;
    padding: 3px 5px;
    border-radius: 5px;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0px;
}
.common-new-cameo-user .cameo-videos-data {
    width: 93% !important;
    top: 16px;
}
.new-cameo-user-follow p {
    font-size: 9px !important;
}
 .common-new-cameo-user::after {
    content: "";
    background: rgba(0, 0, 0, 0.3) !important;
    top: 0px !important;
    width: 100% !important;
    margin: 0 auto;
    height: 100% !important;
    border-radius: 4px !important;
}
.new-cameo-user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}
.yellow-main-cameo-clr .new-cameo-user-follow {
    background-color: #FFC465;
}
.pink-lemonade-cameo-clr .new-cameo-user-follow {
    background-color: #D62976;
}
.orange-main-cameo-clr .new-cameo-user-follow {
    background-color: #FF725E;
}
.green-main-cameo-clr .new-cameo-user-follow {
    background-color: #20D785;
}
.purple-main-cameo-clr .new-cameo-user-follow {
    background-color: #B26DDD;
}
.dark-red-main-cameo-clr .new-cameo-user-follow {
    background-color: #EE1D52;
}
.cameo-videos-swiper-container .swiper-slide .swiper-inner-slide.active-video::before, .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide::before, .video-review-section .swiper-inner-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 103px;
    left: 0px;
    top: 0px;
    background: linear-gradient(358.74deg, rgba(0, 0, 0, 0) 10.58%, #000000 85.67%);
    z-index: 1;
}
.swiper-inner-slide.yellow-main-cameo-clr.common-new-cameo-user.active-video span {
    font-size: 10px;
}
.swiper-inner-slide.yellow-main-cameo-clr.common-new-cameo-user.active-video .cameo-videos-data .new-cameo-user-follow p {
    font-size: 8px !important;
}.new-subscription-plan-modal-ps .contact-us-image img {
    width: 100%;
    max-width: 100px;
}
h6.want-more-txt-ps {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.quick-answer-card-ps-new {
    font-family: 'Archivo', sans-serif;
    border: 2px dashed #d1e7dd;
    background-color: #f0fdf4;
    padding: 16px;
    border-radius: 0.5rem;
    position: relative;
    margin-bottom: 50px;
}
.quick-answer-card-ps-new h5{
    margin: 0;
}
.quick-answer-card-ps-new .icon-ps-new {
    font-size: 1.5rem;
    color: #2ca58d;
    margin-right: 0.5rem;
}
.quick-answer-card-ps-new .close-btn-ps-new {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
    color: #2ca58d;
    cursor: pointer;
}
.quickreply-area {
    display: flex;
    align-items: center;
}
.quickreply-area h5 {
    margin: 0 0 0 10px;
}
.quickreply-close-btn {
    color: #2ca58d;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
.quickreply-content{
    margin: 20px 0 0 0;
}
.quickreply-content p {
    color: #4A4A4A;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quickreply-buy-insta-follower {
    display: flex;
    align-items: center;
}
.quickreply-buy-insta-follower p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.quickreply-buy-insta-follower a {
    font-weight: 700;
    font-size: 16px;
    color: green;
}
.quickreply-buy-insta-follower a {
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
}
.quickreply-buy-insta-follower a img {
    width: 14px;
    margin-left: 10px;
}
.single-post-sidebar-card {
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(-110deg, #DE3D6A 0%, #F583A2 43.85%, #FA92AC 100%);
  color: #fff;
  position: relative;
}
.single-post-sidebar-image-section {
  text-align: right;
}
.single-post-sidebar-image-section img {
  width: 100%;
  max-width: 150px;
  object-fit: cover;
}
.single-post-sidebar-area-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}
.single-post-sidebar-card-text-section {
    text-align: left;
    padding: 20px 30px 0 30px;
    position: relative;
}
.topheading-bg-image {
    position: absolute;
    left: 0;
    top: -10px;
}
.topheading-bg-image img {
    max-width: 85px;
}
.double-shade-image {
    text-align: right;
    margin-bottom: -10px;
}
.double-shade-image img {
    max-width: 150px;
}
a.sidebar-hiden-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
}
.single-post-sidebar-card-text-section .want-followers {
    font-family: "Archivo", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.64px;
    color: #fff;
    margin: 10px 0 20px;
}
.single-post-sidebar-card-text-section p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
button.single-post-sidebar-area-btn{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.41px;
    text-align: center;
    padding: 17px 21px;
    margin-top: 20px;
}
.user-genrator-right-section.username-right-override h3 strong {
    background: #F5F6F9;
    font-weight: 400;
    padding-top: 0;
}
.user-genrator-right-section.username-right-override {
    padding-top: 15px;
}

.failed-payment-method-modal-section {
    max-width: 720px;
}
.modal-header-banner-area {
    margin: 0 auto;
    text-align: center;
    max-width: 497px;
}
.modal-header-banner-area h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 37px;
    margin: 30px 0 20px 0;
    font-family: 'Archivo', sans-serif;
    color: #000;
}
.modal-header-banner-area p {
    font-family: 'Archivo', sans-serif;
    color: #767381;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
.failed-payment-method-modal-section .payment-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 20px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Archivo', sans-serif;
}
body .h-input-group .search-field{
    font-weight: 400 !important;
    font-size: 12px;
    padding: 13px !important;
}
body .h-input-group .search-submit{
    font-weight: 700 !important;
    font-size: 12px !important;
    right: 16px !important;
    top: 12px !important;
    font-weight: 700 !important;
}
.followerContainer #username, .followerContainer #username + div {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}
div.engagement-rate-heading {
    padding-top: 30px;
}
.user-pofile-left-section .engagement-rate-heading strong {
    background: #fa7d1d;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design .input-group {
    width: 100%;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: none;
    padding: 35px;
    margin: 40px 0 80px;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design h4 {
    font-size: 27px;
    text-align: center;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design p {
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design form#update_instagram_handel {
    flex-direction: column;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design form#update_instagram_handel .input-prepend-section {
    border: none;
    display: block;
    text-align: left;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design form#update_instagram_handel .input-prepend-section label {
    width: auto;
    margin: 0 0 10px;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design form#update_instagram_handel .input-prepend-section input.form-control.instagram_handel {
    margin: 0;
    width: 100%;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design button#update_instagram {
    background: #cc3366;
    border: 0px;
    width: 100%;
    padding: 15px 15px;
    height: auto;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design button#update_instagram:hover{
    color: #fff !important;
}
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design .input-prepend-section input:focus, 
.instagram-engagement-section.upadte-instagram-handle.data-rest-api-design .input-prepend-section input:focus-visible {
    box-shadow: none !important;
    border: 1px soli #ccc !important;
    outline: none !important;
}


.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-follow {
    top: auto;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-follow p {
    font-size: 14px !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    color: #000 !important;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-profile-info p:first-child{
    display: inline-flex;
    gap: 5px;
    font-size: 13px !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    align-items: center;
}
.cameo-videos-main.grow-cameo-videos-main .swiper-inner-slide.common-new-cameo-user.active-video .cameo-videos-data .new-cameo-user-follow p{
    font-size: 14px !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-profile-info {
    display: block;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-profile-info p:first-child span {
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-profile-info p:last-child {
    font-size: 12px !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    margin: 3px 0 0;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-profile {
    width: 35px;
    height: 35px;
    border: none;
}
.cameo-videos-main.grow-cameo-videos-main .new-cameo-user-detail-area{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
}
#comeo_video_home .cameo-videos-main.grow-cameo-videos-main .onload-cameo-image {
    position: absolute;
    top: -3px;
    z-index: 9999999;
    max-width: 1180px;
    left: 0;
    height: 526px;
    margin: 0 -80px;
    background: #fff;
}
html[lang="ru"] .cameo-videos-main.grow-cameo-videos-main .new-cameo-user-follow {
    width: auto;
    line-height: 1;
}
.blue-main-cameo-clr svg path {
    fill: #70E9FF;
}
.blue-main-cameo-clr  {
    border:6px solid #70E9FF;
    border-radius: 10px;
}
.blue-main-cameo-clr .new-cameo-user-follow {
    background-color: #70E9FF;
}
.lpink-main-cameo-clr svg path {
    fill: #FF80B0;
}
.lpink-main-cameo-clr  {
    border:6px solid #FF80B0;
    border-radius: 10px;
}
.lpink-main-cameo-clr .new-cameo-user-follow {
    background-color: #FF80B0;
}

.user_audit_info_div #username {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.audit-followers strong, .audit-engagement strong {
    background: #fa7d1d;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
#followerCount, #engagementRate {
    font-size: 50px;
    font-weight: 500;
    color: #fa7d1d;
    margin: 10px 0 0;
    font-family: "Poppins", sans-serif;
}
body .hashtagInner-data .percentage-value{
    right: 0;
}
.btn.orders-btn.active {
    background: #EE1D52;
    color: #fff;

  }
  #user_addon_orders .manual-boost-btn,
  #user_addon_orders .pause-addon-btn {
      display: inline-block;
      padding: 14px 10px !important;
      font-size: 12px !important;
      text-align: center;
      white-space: nowrap;
      min-width: 127px;
      margin: 0;
      height: auto;
      line-height: 1;
  }
  #user_addon_orders .resume-addon-btn {
    display: inline-block;
    padding: 14px 10px !important;
    font-size: 12px !important;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    color: #28a745;
    border: 1px solid #28a745;
    min-width: 127px;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    height: auto;
    line-height: 1;
}

#user_addon_orders .resume-addon-btn:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}
#user_addon_orders tr td:last-child {
    width: 28%;
    text-align: center; 
}
.add-daily-price-area {
    display: flex;
    align-items: center;
    gap: 5px;
}
.add-daily-price-area h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 30px;
}
.add-daily-price-area span.currency-price, .add-daily-price-area span.currency-symbol {
    font-weight: 700;
    font-size: 18px;
}
html:not([lang="en-US"]) .plan-benefits span.elementor-icon-list-text {
    padding-right: 25px;
}
.dynamic-rating-reviews {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dynamic-rating-reviews span {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #767381;
}
.dynamic-rating-reviews span strong {
    color: #000;
    font-weight: 700;
}
.visualizer-slider-container {
  position: relative;
}
.visualizer-slider-container  span.irs-grid-pol.small{
    display: none;
}
.visualizer-slider-container .irs--round .irs-line {
    height: 10px;
    background-color: #E4EAF0;
    border-radius: 0;
}
.visualizer-slider-container .irs--round .irs-bar{
    height: 10px;
    background-color: #DDB0BD;
    border-radius: 0;
}
.visualizer-slider-container .irs--round .irs-grid-pol {
    background-color: #D1DDE8;
    width: 3px;
    top: -6px;
    cursor: pointer;
    height: 14px;
}
.visualizer-slider-container .irs--round .irs-grid-text {
    color: #000;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.visualizer-slider-container .irs--round .irs-handle {
    top: 35px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: #DB2F60;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}
.visualizer-slider-container .irs--round .irs-handle:hover,
.visualizer-slider-container .irs--round .irs-handle:focus,
.visualizer-slider-container .irs--round .irs-handle.state_hover, 
.visualizer-slider-container .irs--round .irs-handle:hover {
    background-color: #DB2F60;
    box-shadow: none;
}
.visualizer-slider-container .irs--round .irs-grid-pol.active {
    display: none;
}
.visualizer-slider-container .irs--round .irs-min, 
.visualizer-slider-container .irs--round .irs-max{
    display: none;
}
.visualizer-slider-container .irs--round .irs-single,
.visualizer-slider-container .irs--round .irs-min, 
.visualizer-slider-container .irs--round .irs-max {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 10px 10px;
    background-color: #DB2F60;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    top: -15px;
}
.visualizer-slider-container .irs--round .irs-from:before, 
.visualizer-slider-container .irs--round .irs-to:before, 
.visualizer-slider-container .irs--round .irs-single:before{
    border-top-color: #DB2F60;
}
.visualizer-slider-container .js-grid-text-1,
.visualizer-slider-container .js-grid-text-2,
.visualizer-slider-container .js-grid-text-3,
.visualizer-slider-container .js-grid-text-4,
.visualizer-slider-container .js-grid-text-5{
    display: none;
}
.visualizer-slider-container .irs--round .irs-grid-text.js-grid-text-0 {
    margin: 0px -10px -12px !important;
}
.visualizer-slider-container .irs--round .irs-grid-text.js-grid-text-6 {
    margin: 0px 0px -12px -40px !important;
}
.visualizer-data-divs {
    margin: 50px 0 0;
}
.visualizer-data-images {
    background: #F7F9FC;
    border: 10px solid #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(37, 27, 81, 0.08);
    position: relative;
    min-height: 370px;
}
.visualizer-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.visualizer-data-images img {
    margin: 0 auto;
    display: block;
}
.visualizer-data-blocks {
    border-radius: 10px;
    border: 1px solid #CACADD;
    text-align: center;
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
}
.visualizer-data-blocks span {
    font-family: 'Archivo', sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
.visualizer-data-blocks p {
    color: #767381;
    margin: 15px 0 0;
    font-size: 16px;
    font-family: 'Archivo', sans-serif;
}
.visualizer-data {
    margin: 40px 0 20px;
    position: relative;
    min-height: 150px;
}
.visualizer-data-images .visualizer-data-image0 img, 
.visualizer-data-images .visualizer-data-image1 img, 
.visualizer-data-images .visualizer-data-image2 img {
    max-height: 200px;
}
.visualizer-data-images .visualizer-data-image3 img {
    max-height: 220px;
}
.visualizer-data-images .visualizer-data-image4 img {
    max-height: 240px;
}
.visualizer-data-images .visualizer-data-image5 img {
    max-height: 250px;
}
.visualizer-data-images .visualizer-data-image6 img {
    max-height: 340px;
}
.visualizer-data-blocks, .visualizer-block {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.visualizer-data-blocks.active, .visualizer-block.active {
    opacity: 1;
}
.visualizer-slider-container .irs--round .irs-grid-pol.active_tick {
    background-color: #DB2F60;
    z-index: 1;
}
@media screen and (max-width:  767px){
    .review-change-header {
        font-size: 20px;
    }
    .photo-result-container.video-download-styleoverride {
        justify-content: center;
    }
    .photo-downloader-box {
        padding: 3em 0 0;
    }
    .reviwes-new-page .cs-casestudies-main {
        margin: 60px 0 30px;
    }
    .new-cameo-user-follow {
        position: static;
        margin-top: 5px;
    }
    .quickreply-content p, .quickreply-buy-insta-follower a {
    font-size: 14px;
    }
    .quick-answer-card-ps-new {
        padding: 16px;
    }
    .quickreply-close-btn {
        top: 10px;
    }
    .quick-answer-card-ps-new{
        margin-bottom: 30px;
    }
    body .h-input-group .search-field{
        font-size: 16px !important;
        padding: 13px !important;
        font-weight: 400 !important;
    }
    body .h-input-group .search-submit {
        font-size: 13px !important;
        right: 16px !important;
        top: 14px !important;
        font-weight: 700 !important;
    }
    .cameo-videos-main.grow-cameo-videos-main .new-cameo-user-follow{
        position: absolute;
    }
    .cameo-videos-main.grow-cameo-videos-main .swiper-inner-slide.common-new-cameo-user.active-video .cameo-videos-data .new-cameo-user-follow p,
    .cameo-videos-main.grow-cameo-videos-main .new-cameo-user-follow p{
        font-size: 12px !important;
    }
    .three-graph-boxes, .two-graph-boxes, .graph-tags-wrapper{
        margin: 0;
    }
    .add-daily-price-area {
        justify-content: center;
    }
    .dynamic-rating-reviews{
        justify-content: center;
    }
    .visualizer-data-blocks p{
        font-size: 14px;
    }
    .visualizer-data-blocks span{
        font-size: 20px;
    }
    .visualizer-data-images{
        min-height: 200px;
    }
    .visualizer-data-images .visualizer-data-image0 img, 
    .visualizer-data-images .visualizer-data-image1 img {
        max-height: 120px;
    }
    .visualizer-data-images .visualizer-data-image2 img{
        max-height: 100px;
    }
    .visualizer-data-images .visualizer-data-image3 img{
        max-height: 90px;
    }
    .visualizer-data-images .visualizer-data-image4 img{
        max-height: 80px;
    }
    .visualizer-data-images .visualizer-data-image5 img{
        max-height: 85px;
    }
    .visualizer-data-images .visualizer-data-image6 img{
        max-height: 115px;
    }
    .visualizer-slider-container .irs--round .irs-grid-text{
        font-size: 12px;
    }
    .visualizer-slider-container,
    .visualizer-data-divs{
        padding: 0 20px;
    }
    .visualizer-slider-container .irs--round .irs-grid-pol{
        width: 5px;
    }
}
.social-custom-popup .scp-form .sp-heading-func {
    font-size: 20px;
    margin: 0 auto;
    font-weight: 600;
}
/* Modal Styles */
.ps-modal {
    position: fixed; 
    z-index: 9999999999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 50px;
    border: none;
    width: 100%;
    max-width: 500px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    box-shadow: none;
}
.ps-modal-content h2 {
    font-size: 24px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}
.ps-modal-button {
    background: #DB2F60;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 20px 0 0;
}
.ps-modal-button:hover{
    color: #fff;
    background: #DB2F60;
}
.ps-modal-close {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    cursor: pointer;
}
.ps-modal-close svg {
    width: 15px;
}
.ps-star-rating .ps-star {
    font-size: 2em;
    color: #F4BC69;
    cursor: pointer;
    transition: 0.3s all;
    margin: 0 5px;
}
.ps-star-rating .ps-star i{
    transition: 0.3s all;
}
.ps-star-rating .ps-star:hover i {
    font-weight: 900;
}
.ps-modal-rate-img img {
    max-width: 120px;
    margin: 0 0 15px;
}
.ps-modal-content p {
    color: #767381;
    font-size: 16px;
    font-family: 'Archivo', sans-serif;
    margin: 0;
}
/* Toast Message */
.ps-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c3e50;
    color: #fff;
    padding: 16px;
    border-radius: 5px;
    z-index: 10000;
    font-size: 16px;
}