@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
	font-family: "Inter", sans-serif;
}
.reskin-dashboard-title {
    position: absolute;
    left: 20%;
    font-size: 22px;
    font-weight: 700;
    color: #49494C;
    font-family: 'Inter', sans-serif;
    top: 23px;
    padding-left: 15px;
}
.dashboard-reskin-main {
    font-family: "Inter", sans-serif;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
li a:hover,
a:hover{
	text-decoration: none;
}
.d-reskin-user {
    text-align: left;
    display: flex;
    align-items: center;
}
.d-user-name {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-right: 20px;
}
.d-user-name span {
    font-size: 10px;
    margin-top: 4px;
}
.header-vertical-design-top .dropdown__content.custom-dropdown {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 15px 15px;
    overflow: inherit;
    max-height: inherit;

}
ul.d-reskin-menu {
    padding: 0;
    margin: 0;
}
ul.d-reskin-menu li{
	list-style: none;
	font-family: "DM Sans", sans-serif;
}
.dropdown__content.custom-dropdown ul.d-reskin-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    font-family: "DM Sans", sans-serif;
    padding: 12px 0;
}
.dropdown__content.custom-dropdown ul.d-reskin-menu li.d-reskin-logout a {
    font-size: 16px;
    color: #DB2F60;
    text-align: center;
    border-top: 1px solid #DFDFDF;
    padding-bottom: 5px;
    margin: 0 -15px;
}
ul.d-reskin-menu li svg {
    margin-right: 5px;
}
.dropdown__content.custom-dropdown.d-reskin-dropdown .d-user-name span {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    font-weight: 300;
}
.dropdown__content.custom-dropdown.d-reskin-dropdown .d-user-name {
    font-weight: 500;
    color: #141414;
}
.dashboard-reskin-main .dashboard-purple-box {
    background: rgba(75, 37, 234, 0.05);
    border-radius: 7px;
    padding: 10px 15px;
}
.dashboard-reskin-main .dashboard-reskin-top-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.common-reskin-white-box {
    background: #FFFFFF;
    border: 0.833819px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 10px 10px;
}
.dashboard-reskin-sec1 {
    width: 15%;
}
.dashboard-reskin-sec2 {
    width: 27%;
}
.dashboard-reskin-sec3 {
    width: 40%;
}
.dashboard-reskin-sec4 {
    width: 18%;
}
.dashboard-reskin-main .common-reskin-white-box h4 {
    font-size: 12px;
    color: #1F1C2F;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.dashboard-reskin-main .userfollowlist-main-box .count-number {
    font-size: 14px;
    color: #DB2F60;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    margin: 0;
}
.userfollow-listing h6{
    font-size: 10px;
}
.dashboard-reskin-main .userfollowlist-main-box .userfollow-listing {
    padding: 8px 10px;
    border-right: 1px solid rgba(33, 38, 48, 0.3);
}
.dashboard-reskin-main .userfollowlist-main-box .userfollow-listing:last-child{
	border: none;
}
.dashboard-reskin-main .dashboard-reskin-sec2.common-reskin-white-box h4 {
    font-weight: 800;
    margin-bottom: 4px;
}
.common-reskin-white-box p {
    margin: 0;
    font-size: 10px;
    color: #7E7C89;
    line-height: 1.3;
}
.dashboard-reskin-main span.addNewaccount-btn a.link.connect-an-account {
    font-size: 12px;
    display: inline-flex;
    margin-top: 0px;
    font-weight: 600;
    color: #212630;
    align-items: center;
    gap: 4px;
    border: 0.833819px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 7px 7px;
    min-width: 85px;
}
.common-reskin-white-box .user-profile-details .usercore-planbox #ig-username {
    font-size: 12px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #212630;
}
.dashboard-reskin-main .user-profile-details .user-profile-img {
    margin-right: 10px;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
}
.dashboard-reskin-main .main_plan_upgrade span.current_plan {
    background: #212630;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    border-radius: 3px;
    padding: 3px 5px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
}
.dashboard-reskin-sec4 span.upgrade_plan {
    background: linear-gradient(90deg, #DB2F60 0%, #F6690B 100%);
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.dashboard-reskin-main .reskin-white-box h2,
.reskin-dashboard-purple-box h2{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #49494C;
    margin: 0 0 15px 0;
}
.reskin-white-box {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    padding: 20px 15px;
}
.dashboard-reskin-main .reskin-white-box h2 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin: 0 0 10px;
}
.dashboard-reskin-main .reskin-white-box .dailyresults-number h2 {
    margin: 0;
    color: #212630;
    font-weight: 700;
}
.dailyresults-box .dailyresults-number p {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin: 0 0 4px;
}
.dailyresults-box {
    display: flex;
    align-items: center;
}
.append-blur-effect {
    margin: 0 -15px -20px;
    padding: 0 15px 20px;
}
.userreached-box, .activitychart-box  {
    height: calc(100% - 15px);
}
.activitychart-box div#realtime-graph-section {
    margin-top: 0px;
}
.user_best_perfomaning-hashtag-section {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 10px 0 0;
}
.specialhastag {
    margin-bottom: 10px;
    background: #F6F6F9;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: rgba(17, 31, 56, 0.5);
    padding: 9px 15px;
}
.followerschart-box, .trafficsource-chart {
    height: calc(100% - 90px);
}
.followerschart-box .country-data-actions span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #212630;
}
.follower_country_div h1 {
    font-size: 22px;
    font-weight: 600;
    color: #212630;
    font-family: 'Inter', sans-serif;
}
.follower_country_div h1 span {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    background: #DB2F60;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.bestperfomance-hashtag-box {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 48px;
}
.reskin-all-posts-box-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 48px;
}
.reskin-all-posts-box {
    width: 30%;
    text-align: center;
    margin-bottom: 25px;
    display: inline-flex;
    flex-direction: column;
}
.reskin-all-posts-box:nth-child(3n) {
    margin-right: 0;
}
.reskin-all-posts-box img{
	border-radius: 12px;
}
.topcontent-likedbox {
    font-family: 'Inter', sans-serif;
    color: #212630;
    text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	margin: 0 10px;
	text-align: left;
}
.topcontent-likedbox span{
	display: block;
    font-weight: 400;
    font-size: 12px;
}
.hidden-likes {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Archivo', sans-serif;
}
.reskin-boost-button a {
    background: #DB2F60;
    box-shadow: 0px 1.25556px 2.51111px rgba(8, 8, 8, 0.2), 0px 5.02222px 5.02222px rgba(8, 8, 8, 0.08), inset 0px 1.25556px 1.25556px rgba(255, 255, 255, 0.2), inset 0px 7.53333px 15.0667px rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.reskin-boost-followers .reskin-boost-button a {
    width: auto;
    padding: 12px 30px;
    font-size: 16px;
    display: inline-flex;
}
.reskin-boost-followers .reskin-boost-button{
    text-align: right;
}
.userreached-box .post-bar-section .post-bar-top-section h3 {
    width: 75%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #6B7280;
    font-weight: 500;
    font-size: 14px;
}
.latest-action-hastag {
    color: #EA2A4F;
    font-weight: 600;
    margin-left: 10px;
}
.userreached-box .post-bar-section ul li {
    border: none;
    padding: 15px;
    background: #FBFBFC;
    border-radius: 12px;
    margin: 0 0 13px;
}
p.time-section,
#growth-demo-page .userreached-box .post-bar-section p.time-section {
    font-size: 10px;
    background: rgba(234, 42, 79, 0.08);
    border-radius: 50px;
    color: #EA2A4F;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 5px 10px;
}
.activitychart-box #realtime_chartjsLegend {
    padding: 20px;
    margin-top: 30px;
    background: linear-gradient(175.91deg, #FEFEFE -7.64%, #EFEFEF 279.55%);
    border: 1px solid #E5E9EB;
    border-radius: 8px;
}

.activitychart-box #realtime_chartjsLegend ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.activitychart-box #realtime_chartjsLegend ul li {
    list-style: none;
    font-family:  'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    display: inline-block;
    cursor: initial;
    border-right: 1px solid rgba(97, 94, 109, 0.12);
    width: 33%;
    padding: 0 40px;
}

.activitychart-box #realtime_chartjsLegend ul li:last-child{
    border-right: none;
}

.activitychart-box #realtime_chartjsLegend ul li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 9px;
    margin-right: 5px;
}

.activitychart-box #realtime_chartjsLegend ul li .realtime_graph_action_count {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1F1C2F;
    margin-bottom: 6px;
}

.activitychart-box #realtime_chartjsLegend ul li.active[data-index="0"],
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="0"] .realtime_graph_action_count,
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="0"] .realtime_graph_action_count span {
    color: #f97b24;
}
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="1"],
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="1"] .realtime_graph_action_count,
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="1"] .realtime_graph_action_count span {
    color:#ee1e52;
}
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="2"],
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="2"] .realtime_graph_action_count,
.activitychart-box #realtime_chartjsLegend ul li.active[data-index="2"] .realtime_graph_action_count span {
    color:#52ad26;
}
.dashboard-all-posts-container.swiper-container{
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.dashboard-all-posts-container .swiper-button-next, .dashboard-all-posts-container .swiper-button-prev {
    top: inherit;
    bottom: 0;
    border-radius: 5px;
    background: #DB2F60;
    width: 50px;
    height: 30px;
}
.dashboard-all-posts-container .swiper-button-next{
    right: 45%;
}
.dashboard-all-posts-container .swiper-button-prev{
    left: 45%;
}
.dashboard-all-posts-container .swiper-button-next::after {
    content: "";
    background: url(../reskin-dashboard-images/dash-right-arrow.svg) no-repeat;
    width: 23px;
    height: 10px;
    background-size: 23px;
    background-position: center;
}
.dashboard-all-posts-container .swiper-button-prev::after {
    content: "";
    background: url(../reskin-dashboard-images/dash-left-arrow.svg) no-repeat;
    width: 23px;
    height: 10px;
    background-size: 23px;
    background-position: center;
}
.chart__interval-options {
    background: #F6F6F9;
    border-radius: 10px;
    padding: 4px;
}
.chart__interval-options span {
    font-size: 12px;
    font-weight: 400;
    color: #111827;
    font-family: 'Inter', sans-serif;
    padding: 8px 15px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.chart__interval-options span.active {
    background: #FFFFFF;
    border: 0.481286px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2.88771px 7.70057px rgba(0, 0, 0, 0.12), 0px 2.88771px 0.962572px rgba(0, 0, 0, 0.04);
    border-radius: 6.738px;
    font-weight: 600;
}
#chart-followers .topcontent-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: baseline;
}
#followerCount {
    display: block;
    color: #F03A68 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1;
}
#chart-followers .gathering_activities:after {
    background: url(../reskin-dashboard-images/chart-size-increase.png) no-repeat;
    background-size: cover;
    display: none;
}
.userreached-box .gathering_activities:after {
    background: url(../reskin-dashboard-images/latest-action-load-state.png) no-repeat;
    background-size: cover;
}
.activitychart-box .gathering_activities:after {
    background: url(../reskin-dashboard-images/sevend-activity-load-state.png) no-repeat;
    background-size: cover;
}
.trafficsource-chart .gathering_activities:after {
    background: url(../reskin-dashboard-images/traffic-source-load.png) no-repeat;
    background-size: contain;
}
.dashboard-reskin-main .reskin-white-box h2.trafic-amount {
    position: absolute;
    right: 17px;
    top: -30px;
}
.reskin-boost-followers {
    background: linear-gradient(78.53deg, rgba(75, 37, 234, 0.05) 0%, rgba(189, 24, 230, 0.05) 30%, rgba(251, 89, 14, 0.05) 100%);
    padding: 20px 10px;
    margin: 30px -15px -20px;
    border-top: 1px solid rgba(238, 30, 82, 0.1);
}
.reskin-boost-info h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #49494C;
    margin: 0 0 10px;
}
.reskin-boost-img {
    margin: 0 20px 0 0;
}
.reskin-boost-info p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #49494C;
    margin: 0 0 0px;
}
#new-map-make {
  max-width: 100%;
  height: 500px !important;
}
#trafic_source_chart {
  width: 600px;
  height: 300px;
}
.reskin-dash-top-sec h2 {
    color: #212630;
    font-size: 23px;
    font-family: 'Inter', sans-serif;
}
.reskin-dash-top-sec p {
    color: #49494C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}
.dashboard-reskin-main .reskin-white-box h2 .btn-tooltip span,
.dashboard-reskin-main .common-reskin-white-box h2 .btn-tooltip span {
    display: none;
    background: #fff;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #49494C; 
    z-index: 99999;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.04), 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.dashboard-reskin-main .reskin-white-box h2 .btn-tooltip:hover span,
.dashboard-reskin-main .common-reskin-white-box h2 .btn-tooltip:hover span {
    display: block;
}
.dashboard-reskin-main .reskin-white-box h2 .btn-tooltip span::after,
.dashboard-reskin-main .common-reskin-white-box h2 .btn-tooltip span::after{
    border-top: 7px solid #fff; 
}
.reskin-white-box .rangeslider-box h2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.reskin-white-box .irs--round .irs-line{
    height: 6px;
    background-color: #E5E7EB;
}
.reskin-white-box  .irs--round .irs-bar,
.reskin-white-box .rangeslider-box .followers-range-slider span.irs-bar{
    background-color: #DB2F60;
    height: 6px;
}
.reskin-white-box .rangeslider-box span.irs-handle {
    width: 24px;
    height: 24px;
    border: none;
    box-shadow: 0px 3px 6px rgba(156, 163, 175, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.06);
}
.rangeslider-box .irs--round .irs-from, 
.rangeslider-box .irs--round .irs-to, 
.rangeslider-box .irs--round .irs-single {
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #1F2937;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.04), 0px 4px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px;
    top: -20px;
}
.rangeslider-box .irs--round .irs-from:before, 
.rangeslider-box .irs--round .irs-to:before, 
.rangeslider-box .irs--round .irs-single:before {
    margin-left: 0px;
    border: 5px solid transparent;
    border-top-color: #fff;
    bottom: -10px;
    transform: translateX(-50%);
}
.rangeslider-box .irs--round .irs-min, 
.rangeslider-box .irs--round .irs-max {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #1F2937;
    font-family: 'Inter', sans-serif;
    background: transparent;
    top: 70px;
}
.rangeslider-box .followers-range-slider, 
.rangeslider-box .followings_section{
    margin-bottom: 62px;
}
.rangeslider-box .irs--round .irs-min::before {
    content: "";
    background: #9CA3AF;
    width: 1px;
    height: 16px;
    left: 50%;
    top: -20px;
    display: block;
    position: absolute;
}
.rangeslider-box .irs--round .irs-max::before {
    content: "";
    background: #9CA3AF;
    width: 1px;
    height: 16px;
    right: 50%;
    top: -20px;
    display: block;
    position: absolute;
}
.reskin-dashboard-purple-box {
    background: linear-gradient(78.53deg, rgba(75, 37, 234, 0.05) 0%, rgba(189, 24, 230, 0.05) 30%, rgba(251, 89, 14, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(238, 30, 82, 0.1);
    padding: 20px;
    margin-top: 20px;
}
.reskin-dashboard-purple-box .common-reskin-white-box h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px;
}
.reskin-dashboard-purple-box .common-reskin-white-box {
    border-radius: 12px;
    padding: 15px;
}
.account-similar-users-input-dashboard:before,
.account-hashtags-input-dashboard:before{
    display: none;
}
.common-reskin-white-box #regAlert {
    margin: 0;
    padding: 10px;
}
.targeting-settings-section .account-detail-sec .selected-user-wrapper,
.targeting-settings-section .account-detail-sec .selected-hashtags-wrapper{
    margin: 8px 0 0;
}
.account-detail-sec .selected-user-wrapper a, 
.account-detail-sec .selected-hashtags-wrapper a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #DB2F60;
    background: rgba(219, 47, 96, 0.2);
    border: 1px solid #DB2F60;
    border-radius: 9999px;
    padding: 6px;
}
.account-detail-sec a i, 
.growth-preview-instagram-content .insta-growth-hastag-a i {
    margin: 0 7px 0 0;
}
.targeting-settings-section .account-detail-sec .selected-user-wrapper a i {
    font-size: 15px;
}
body #growth-demo-page{
    background: #fff;
    padding: 40px 0;
}
.common-reskin-white-box .account-detail-sec a img {
    height: 16px;
    margin: 0 0 0 5px;
}
body.page-template-template-ig-course-access .elementor-location-footer .elementor-section {
    background-image: none !important;
}
.reskin-modal-layout .new-subscription-plan-modal-ps-heading {
    color: #1F2937;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.reskin-modal-layout .modal-content {
    padding: 25px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: none;
}
.modal-backdrop{
    background-color: rgba(0,0,0,0.6);
}
.reskin-modal-layout .plan-box {
    border: 1px solid #E5E9EB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
#growth-demo-page .latestactions-section, #growth-demo-page .targeting-settings-section{
    padding: 20px 0 0;
}
#growth-demo-page .reskin-all-posts-box .topcontent-img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
#growth-demo-page .growth-columns .card-body.hastags-body {
    max-height: inherit;
    height: auto;
    padding: 0;
    overflow-y: inherit;
    background: no-repeat;
    border-radius: 0;
    min-height: inherit;
}
.reskin-toggle-bar .annual-monthly-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reskin-toggle-bar .annual-monthly-plan span.save-notice {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 20px;
    color: #040302;
    background: rgba(255, 209, 102, 0.58);
}
.reskin-toggle-bar {
    margin: 30px 0 0;
}
.reskin-modal-layout .plan-box .core-plan {
    background: none;
    padding: 0;
    color: #1F2937;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
.reskin-modal-layout .plan-box .price-plan h1,
.reskin-modal-layout .plan-box .price-plan h1  .currency_symbol_main{
    font-size: 24px;
    color: #DB2F60;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.reskin-modal-layout .plan-box .price-plan h1 del, 
.reskin-modal-layout .plan-box .price-plan h1 del .currency_symbol_main {
    color: #6B7280;
    font-size: 16px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    margin: 5px 0 0;
}
.reskin-modal-layout .price-plan del{
    display: block;
}
.reskin-modal-layout .plan-feature-list li,
.reskin-downgrade-current-plan .plan-feature-list li{
    color: #4B5563;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 10px;
}
.reskin-modal-layout .plan-box.active_plan {
    border-color: #DB2F60;
    cursor: pointer;
}
.reskin-modal-layout .plan-box .annualy-price-area,
.reskin-flexbox-area .reskin-billed-annually-for-some-pages {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #7A7A7A;
    font-weight: 500;
    background: #EFEFEF;
    border-radius: 100px;
    padding: 6px 12px;
    line-height: 1;
    margin-left: 10px;
}
.reskin-modal-layout .plan-box .annualy-price-area img {
    margin-right: 5px;
}
.reskin-modal-layout .plan-box.active_plan .annualy-price-area {
    color: #DB2F60;
    background: rgba(219, 47, 96, 0.2);
}
.reskin-modal-layout .plan-box.active_plan .annualy-price-area svg path {
    stroke: #DB2F60;
}
.reskin-modal-layout  .plan-box .price-plan{
    min-height: 45px;
}
.reskin-modal-layout .plan-box .core-plan.expert-premium-plan.core-plan {
    background: linear-gradient(90deg, #DB2F60 0%, #F6690B 100%);
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-radius: 8px;
    color: #fff;
    padding: 7px 12px;
}
.reskin-modal-layout .plan-box.premium_plan_box .plan-feature-list,
.reskin-modal-layout .plan-box.premium_annual_plan_box .plan-feature-list {
    margin: 20px 0 0;
}
.reskin-modal-layout .hurry-spot-content.flash-sale-banner-div {
    background: linear-gradient(90deg, #DB2F60 0%, #F6690B 100%);
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-radius: 12px 12px 0px 0px;
    margin: -20px -20px 30px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reskin-spot-left-box span.sale_hour,
.reskin-spot-left-box span.sale_minute,
.reskin-spot-left-box span.sale-second {
    font-size: 35px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}
.reskin-spot-left-box span.flash-sale-hour-block {
    color: #fff;
    font-size: 7px;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.reskin-spot-left-box .flash-sale-banner-timer {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    line-height: 1;
}
.reskin-spot-right-box h5 {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0;
}
.reskin-spot-right-box {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.reskin-spot-right-box  .spot-left {
    background: #FFFFFF;
    border: 1px solid rgba(242, 97, 23, 0.35);
    border-radius: 8px;
    text-align: center;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    color: #F15F1B;
    text-transform: uppercase;
    padding: 4px 7px;
}
.reskin-modal-layout.new-subscription-plan-modal-ps h4 {
    text-align: left;
    margin: 30px 0 15px;
    font-size: 20px;
    color: #1F2937;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.reskin-modal-layout.new-subscription-plan-modal-ps h4 br{
    display: none;
}
.reskin-modal-layout.new-subscription-plan-modal-ps h4:after, 
.reskin-modal-layout.new-subscription-plan-modal-ps h4:before {
    display: none;
}
.reskin-modal-layout .reskin-addon-boxes {
    border: 1px solid #E5E9EB;
    padding: 15px;
}
.reskin-modal-layout .reskin-addon-boxes h3 {
    color: #1F2937;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0;
}
.reskin-modal-layout.new-subscription-plan-modal-ps .reskin-addon-boxes .people-count-text {
    color: #1F2937;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.reskin-flexbox-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.reskin-flexbox-left {
    display: flex;
    align-items: center;
}
.reskin-modal-layout .reskin-addon-boxes .getstarted-instalikes-blast-top-sec {
    margin: 0;
}
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-instalikes-blast-top-sec p {
    color: #6B7280;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin: 0 0 10px;
}
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-instalikes-blast-checkbox label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-story-view-checkbox label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-engagement-view-checkbox label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-social-mtoolkit-checkbox label {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    top: 0;
}
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-instalikes-blast-checkbox input:checked + label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-story-view-checkbox input:checked + label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-engagement-view-checkbox input:checked + label, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-social-mtoolkit-checkbox input:checked + label {
    background: #DB2F60;
    border: 1px solid #DB2F60;
}
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-story-view-checkbox input:checked + label::after, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-instalikes-blast-checkbox input:checked + label::after, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-engagement-view-checkbox input:checked + label::after, 
.reskin-modal-layout.new-subscription-plan-modal-ps .getstarted-social-mtoolkit-checkbox input:checked + label::after{
    content: "";
    position: absolute;
    bottom: 7px;
    height: 15px;
    width: 28px;
    border-radius: 2px;
    transform: none;
    transform-origin: left bottom;
    background: url(https://www.pathsocial.com/wp-content/uploads/2024/04/check-Vector.png) no-repeat center;
    background-size: 15px;
    left: 0px;
}
.reskin-flexbox-right span.reskin-currency-symbol, .reskin-flexbox-right span.reskin-currency-price {
    color: #DB2F60;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.reskin-modal-layout .reskin-addon-boxes.active {
    border: 1px solid #DB2F60;
}
.reskin-flexbox-right {
    color: #DB2F60;
    font-size: 20px;
    font-weight: 500;
}
.reskin-modal-layout.new-subscription-plan-modal-ps input.btn.btn-black.next-btn {
    background: #DB2F60;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    box-shadow: 0px 1.25556px 2.51111px rgba(8, 8, 8, 0.2), 0px 5.02222px 5.02222px rgba(8, 8, 8, 0.08), inset 0px 1.25556px 1.25556px rgba(255, 255, 255, 0.2), inset 0px 7.53333px 15.0667px rgba(255, 255, 255, 0.12);
}
.reskin-modal-layout .upgrade-dashboard-addons-section {
    margin-bottom: 40px;
}
.reskin-price-toggle {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 5px;
}
.reskin-price-toggle a.reskin-monthly-growth-plan, .reskin-price-toggle a.reskin-yearly-growth-plan {
    font-size: 16px;
    color: #213856;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 10px 16px;
    border-radius: 10px;
    background: transparent;
}
.reskin-price-toggle a.selected {
    background: #DB2F60;
    color: #fff;
    font-weight: 600;
}
.annual-monthly-plan .reskin-price-toggle a.reskin-monthly-growth-plan.option_disabled {
    pointer-events: none;
    color: #213856;
    background: none;
}
/*-- Connect new account modal css*/
.reskin-connect-new-tab .reskin-toggle-bar .annual-monthly-plan span.save-notice {
    border-radius: 50px;
}
.reskin-connect-new-tab .plan-box {
    border: 1px solid rgba(219, 47, 96, 0.2);
    border-radius: 12px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}
.reskin-connect-new-tab .plan-box .core-plan {
    margin: 0;
    background: none;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #1F2937;
    padding: 0;
}
.reskin-connect-new-tab .plan-feature-list li {
    color: #4B5563;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 10px;
}
.reskin-connect-new-tab .plan-box.active_plan {
    background: linear-gradient(80.08deg, rgba(238, 29, 82, 0.08) 5.48%, rgba(229, 105, 102, 0.08) 40.94%, rgba(229, 105, 102, 0.08) 58.27%, rgba(238, 29, 82, 0.08) 94.13%);
}
.reskin-connect-new-tab .plan-box .price-plan {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.reskin-connect-new-tab .plan-box .price-plan h1{
    text-align: right;
}
.reskin-connect-new-tab .plan-box .price-plan h1, .reskin-connect-new-tab .plan-box .price-plan h1 span {
    color: #DB2F60;
    font-family: 'Inter', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
     margin: 0;
}
.reskin-connect-new-tab .plan-box .price-plan h1 del, .reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main{
    display: block;
    font-size: 20px;
    color: #6B7280;
}
.reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main{
    display: inline-block;
    color: #6B7280;
    text-decoration: line-through;
}
.reskin-connect-new-tab .plan-box .annualy-price-area {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #7A7A7A;
    font-weight: 500;
    background: #EFEFEF;
    border-radius: 100px;
    padding: 6px 12px;
    margin-left: 10px;
    line-height: 1;
}
.reskin-connect-new-tab .plan-box .annualy-price-area p{
    margin: 0;
    line-height: 1;
}
.reskin-connect-new-tab .plan-feature-list{
    padding-top: 20px;
}
.reskin-connect-new-tab .plan-box.active_plan .annualy-price-area {
    color: #DB2F60;
    background: rgba(219, 47, 96, 0.2);
}
.reskin-connect-new-tab .plan-box.active_plan .annualy-price-area svg path {
    stroke: #DB2F60;
}
.reskin-connect-new-tab .plan-feature-list li:last-child {
    padding-bottom: 0;
}
.reskin-connect-new-tab .select-plan-prev,
.reskin-modal-layout .subscription-plan-submit {
    border: 1px solid #DB2F60;
    color: #DB2F60;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    background: transparent;
    border-radius: 8px;
}
input.reskin-prev-btn{
    border: 1px solid #DCDCDC;
    color: #212630;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    background: transparent;
    border-radius: 8px;
}
input.reskin-prev-btn, .reskin-confirm-btn {
    width: 50%;
    padding: 12px;
    font-size: 16px;
}
.downgrade_status_submit_block{
    gap:  20px;
}
.reskin-connect-new-tab .submit_selected_plan,
.reskin-modal-layout .downgrade_plan,
.reskin-confirm-btn {
    background: #DB2F60;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 8px;
    margin: 0;
}
.reskin-confirm-btn{
    box-shadow: 0px 1.25556px 2.51111px rgba(8, 8, 8, 0.2), 0px 5.02222px 5.02222px rgba(8, 8, 8, 0.08), inset 0px 1.25556px 1.25556px rgba(255, 255, 255, 0.2), inset 0px 7.53333px 15.0667px rgba(255, 255, 255, 0.12);
}
.reskin-connect-new-tab .add_new_bill_info {
    background: #F4F4F5;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    color: #000;
    font-family: 'Inter', sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.reskin-connect-new-tab .form-group {
    margin-bottom: 0;
}
.reskin-box-shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 15px;
    margin: 0 0 20px;
}
#connect-new-account-modal .modal-dialog {
    max-width: 551px;
}
/*--- Downgrade popup css ----*/
.reskin-downgrade-current-plan .modal-dialog {
    max-width: 800px;
}
.reskin-downgrade-current-plan .modal-content {
    border-radius: 12px;
    box-shadow: none;
    padding: 20px;
}
.reskin-downgrade-current-plan .modal-title{
    line-height: 1;
    font-size: 32px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #1F2937;
    font-weight: 600;
    margin: 0 0 20px;
}
.downgrade_option_box-main {
    margin: 30px 0 0;
}
.reskin-downgrade-current-plan .modal-footer,
body #update-instagram-account .modal-footer {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    border: none;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box input[type="radio"],
.reskin-downgrade-current-plan .put-acct-on-hold-main .put-acct-on-hold-options input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.reskin-downgrade-current-plan .modal-footer .btn,
body #update-instagram-account .modal-footer .btn {
    margin: 0;
    padding: 0;
    border: none;
}
.reskin-downgrade-current-plan .modal-desc {
    color: #49494C;
    font-size: 16px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    width: 70%;
    margin: 0 auto;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box{
    border-radius: 7px;
    transition: 0.3s all;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
    position: relative;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box label {
    padding: 17px;
    width: 90%;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box.active{
    border:  1px solid #DB2F60;
    background: rgba(219, 47, 96, 0.06);
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box h3{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #212630;
    margin: 0 0 16px;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box p{
    font-size: 16px;
    color: #49494C;
    margin: 0;
    line-height: 1.9;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    width: 80%;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box.active h3,
.reskin-downgrade-current-plan .form-group.downgrade_option_box.active p{
    color: #DB2F60;
}
.reskin-downgrade-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.reskin-downgrade-icon img {
    max-width: 30px;
}
.downgrade-active-state{
    display: none;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box.active img.downgrade-active-state {
    display: block;
}
.reskin-downgrade-current-plan .form-group.downgrade_option_box.active img.downgrade-inactive-state {
    display: none;
}
.reskin-downgade-top-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.reskin-downgade-top-sec .reskin-downgrade-logo img {
    max-width: 190px;
}
.reskin-downgrade-user-img {
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.reskin-downgrade-current-plan .put-acct-on-hold-main {
    display: flex;
    gap: 10px;
    margin: 30px 0 40px;
}
.reskin-downgrade-current-plan .put-acct-on-hold-main .put-acct-on-hold-options {
    width: 33%;
    text-align: center;
    position: relative;
}
.reskin-downgrade-current-plan .put-acct-on-hold-main .put-acct-on-hold-options label {
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    color: #212630;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0;
    width: 100%;
    line-height: 1;
    padding: 30px 10px;
}
.reskin-downgrade-current-plan .put-acct-on-hold-main .put-acct-on-hold-options input[type="radio"]:checked+label {
    background: rgba(219, 47, 96, 0.06);
    border: 2px solid #DB2F60;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
}
.downgraded_steps.on_hold_selected .reskin-confirm-btn {
    width: 100%;
}
.account-box-content label.core-plan.elite-plan {
    background: rgba(219, 47, 96, 0.1);
    border: 1px solid #DB2F60;
    border-radius: 8px;
}
.downgraded_steps.close_acct_selected {
    margin-top: 20px;
}
.reskin-downgrade-current-plan .close_acct_selected .close-acct-main {
    padding: 15px;
    margin: 10px 0 0;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
    border-radius: 7.0735px;
    position: relative;
}
.reskin-downgrade-current-plan .close_acct_selected .close-acct-main h4 {
    font-size: 16px;
    color: #212630;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
.reskin-downgrade-current-plan .close-acct-main p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #49494C;
    margin: 12px 0 0;
    width: 70%;
    line-height: 1.6;
}
.reskin-downgrade-current-plan .close_acct_selected .ref-case-for-monthly.close-acct-main .off-coupon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.off-coupon input.off-coupon-btn.flow_final_submit {
    background: linear-gradient(90deg, #DB2F60 0%, #F6690B 100%);
    border: 1px solid rgba(255, 255, 255, 0.57);
    border-radius: 12px;
    padding: 12px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.reskin-downgrade-current-plan .close_acct_selected .contact-support-btn {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.reskin-downgrade-current-plan .close_acct_selected .contact-support-btn a {
    background: rgba(219, 47, 96, 0.1);
    border: 1px solid #DB2F60;
    border-radius: 8px;
    color: #DB2F60;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
}
.reskin-downgrade-current-plan .close_acct_selected .cancel-account-msg {
    margin: 30px 0;
    font-size: 16px;
    color: #49494C;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}
.reskin-downgrade-current-plan .close_acct_selected .cancel-account-btn,
.during-annual-cancel {
    background: #292828;
    width: max-content;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 20px auto;
    line-height: 1;
}
.during-annual-cancel{
    width:  100%;
}
.off-coupon input.during-annual-cancel:hover{
    color: #fff !important;
}
.reskin-downgrade-current-plan .downgraded_steps.close_acct_selected h5.modal-title {
    margin-bottom: 40px;
}
.common-ref-info.down-annual-expert-info p,
.common-ref-info.down-annual-elite-info, p
.common-ref-info.down-annual-elite-info  p{
    margin: 20px 0;
    width: 100%;
}
.account_cancelled_overlay_options_main {
    display: flex;
    align-items: center;
    gap: 0 15px;
    flex-wrap: wrap;
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options {
    width: 49%;
    padding: 0;
    position: relative;
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options label{
    position: relative;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
    border-radius: 7.0735px;
    padding: 20px 10px;
    color: #212630;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    width: 100%;
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options input[type="checkbox"] {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options label::before, 
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options label::after {
    display: none;
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options input[type="checkbox"]:checked + label {
    background: rgba(219, 47, 96, 0.06);
    border: 1px solid #DB2F60;
    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
}
.reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options_main {
    margin: 20px 0 80px;
}
.paused-resumed-text-bar{
    margin: 20px 0;
}
.downgraded_steps.account_cancelled_overlay_feedback {
    margin: 40px 0;
}
.reskin-downgrade-current-plan .modal-footer .btn:hover,
body #update-instagram-account .modal-footer .btn:hover{
    background: none;
}
input.reskin-prev-btn:hover {
    color: #212630;
}
.reskin-closed-account-date {
    text-align: center;
    width: max-content;
    margin: 30px auto;
    color: #DB2F60;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background: #FDF3F6;
    border-radius: 50px;
    padding: 10px 50px;
}
body .reskin-popup-right-btn{
    color: #fff;
}
.modal.reskin-modal-layout .close {
    top: 10px;
    right: 20px;
    font-weight: 300;
}
.dashboard-all-posts-container .swiper-slide,
.boost-all-posts-container .swiper-slide{
    width: 100% !important;
}
.reskin-mobile-only {
  display: none;
}
.reskin-desktop-only {
  display: flex;
}
html[lang="de"] .targeting-settings-section .account-similar-users-input-dashboard i.fa-spinner, 
html[lang="de"] .targeting-settings-section .account-hashtags-input-dashboard i.fa-spinner {
    right: 140px !important;
}
html[lang="es"] .targeting-settings-section .account-similar-users-input-dashboard i.fa-spinner, 
html[lang="es"] .targeting-settings-section .account-hashtags-input-dashboard i.fa-spinner, 
html[lang="fr"] .targeting-settings-section .account-similar-users-input-dashboard i.fa-spinner,
html[lang="fr"] .targeting-settings-section .account-hashtags-input-dashboard i.fa-spinner, 
html[lang="it"] .targeting-settings-section .account-similar-users-input-dashboard i.fa-spinner,
html[lang="it"] .targeting-settings-section .account-hashtags-input-dashboard i.fa-spinner  {
    right: 110px !important;
}
html[lang="pt"] .targeting-settings-section .account-similar-users-input-dashboard i.fa-spinner,
html[lang="pt"] .targeting-settings-section .account-hashtags-input-dashboard i.fa-spinner {
    right: 120px !important;
}
body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main,
body.currency_with_symbol .reskin-modal-layout span.currency_symbol.currency_symbol_main,
body.currency_with_symbol .reskin-connect-new-tab span.currency_symbol.currency_symbol_main, 
body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol,
body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-symbol {
    font-size: 16px;
    color: #DB2F60;
    font-weight: 600;
    margin: 0;
}
body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar,
body.currency_with_symbol .reskin-modal-layout span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar,
body.currency_with_symbol .reskin-connect-new-tab span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar,
body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol span.currency_symbol_inner-dollar,
body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-symbol span.currency_symbol_inner-dollar{
    font-size: 16px;
    color: #DB2F60;
    font-weight: 600;
    bottom: 20px;
    right: 10px;
}
body.currency_with_symbol .new-subscription-plan-modal-ps del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar,
body.currency_with_symbol .reskin-modal-layout del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar,
body.currency_with_symbol .reskin-connect-new-tab del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar,
body.currency_with_symbol .upgrade-dashboard-addons-section del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar{
    position: static;
    color: #6B7280;
    font-weight: 600;
}
body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-price,
body.currency_with_symbol .reskin-addon-price-wrapper {
    font-size: 16px;
}
body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-symbol span.currency_symbol_inner-dollar{
    bottom: 15px;
}
body.currency_with_symbol .reskin-addon-price-wrapper {
    margin: 10px 0 0;
}
body.currency_with_symbol .new-subscription-plan-modal-ps del span.currency_symbol.currency_symbol_main,
body.currency_with_symbol .reskin-modal-layout del span.currency_symbol.currency_symbol_main,
body.currency_with_symbol .reskin-connect-new-tab del span.currency_symbol.currency_symbol_main, 
body.currency_with_symbol .upgrade-dashboard-addons-section del span.reskin-currency-symbol{
    color: #6B7280;
}
body.currency_with_symbol .new-subscription-plan-modal-ps del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar .colon-sign,
body.currency_with_symbol .reskin-modal-layout del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar .colon-sign,
body.currency_with_symbol .reskin-connect-new-tab del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar .colon-sign {
    display: inline;
    margin: 0;
    color: #6B7280;
}
body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del, 
body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main,
body.currency_with_symbol .reskin-connect-new-tab del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar{
    font-size: 14px;
    margin-bottom: 5px;
}
body.currency_with_symbol .reskin-connect-new-tab span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar{
    bottom: 15px;
    right: 10px;
}
body.currency_with_symbol .selected-addons-right-sidebar .selected-addons-right-sidebar-repeat span.currency_symbol,
body.currency_with_symbol .selected-addons-right-sidebar .selected-addons-right-sidebar-repeat span.currency_symbol_inner-dollar{
    color: #DB2F60;
}
body.currency_with_symbol .selected-addons-right-sidebar .selected-addons-right-sidebar-repeat span.currency_symbol_inner-dollar{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1, 
body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 span{
    font-size: 20px;
}
body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del, 
body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main{
    font-size: 16px;
}
html:not([lang="en-US"]) .reskin-connect-new-tab .plan-feature-list li{
    width: 62%;
    display: flex;
    align-items: center;
    line-height: 1.5;
    gap: 10px;
}
.reskin-downgrade-current-plan .selected_data_block_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reskin-downgrade-current-plan .downgrade_selected_data_block {
    background: #FFFFFF;
    border: 1px solid #E5E9EB;
    border-radius: 12px;
    padding: 10px;
}
.reskin-downgrade-current-plan  span.downgraded_plan_name {
    color: #1F2937;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin-right: 5px;
}
.reskin-downgrade-current-plan .data_right h3 {
    margin: 0;
    color: #DB2F60;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
#downgrade_current_plan_popup .form-group.downgrade_option_box.option_disabled, 
#update-instagram-account .form-group.downgrade_option_box.option_disabled {
    display: none;
}
div#chart-followers .topcontent-heading .green-box-growth {
    display: inline-block;
    color: #047A55;
    background: #DEF7EC;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 100px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    margin: 0 0 0 10px;
}
div#chart-followers .topcontent-heading span.green-box-growth.m-only{
    display: none;
}
body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1, 
body.currency_with_symbol .reskin-connect-new-tab span.currency_symbol.currency_symbol_main + span{
    font-size: 20px;
}
body.currency_with_symbol .reskin-connect-new-tab .plan-feature-list li{
    font-size: 13px;
}
body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-symbol {
    font-size: 14px;
}
.dashboard-reskin-main #targeting-settings .account-detail-sec li{
    margin-right: 5px;
}
.dashboard-reskin-main .account-similar-users-input-dashboard input.invalid {
    box-shadow: none;
}
.post-bar-top-section > span {
    display: none;
}
.gathering_activities > img{
    height: 100%;
}
.dropdown-hover-block {
    font-weight: 700;
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    border: 1px solid #F1EEEF;
    border-radius: 8px;
    position: relative;
}
.dropdown-hover-block .d-user-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-right: 10px;
    flex-shrink: 0;
}
.dropdown-hover-block ul {
    margin: 0;
    padding: 0;
}
.dropdown-hover-block ul li{
    list-style: none;
}
.dropdown-hover-block > ul > li:hover ul.dropdown__content {
    display: block;
    right: 0;
}
.dropdown-hover-block .d-user-name {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-right: 20px;
    font-weight: 400;
    color: #49494C;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}
@media screen and (min-width:  1680px){ 
    .header-vertical-design {
        width: 300px;
    }
    .v-dashobard-customize-width{
        width: 75%;
    }
    .common-reskin-white-box p{
        font-size: 14px;
    }
    .dashboard-reskin-main .common-reskin-white-box h4{
        font-size: 18px;
    }
    .dashboard-reskin-sec1, .dashboard-reskin-sec2, .dashboard-reskin-sec3 {
        min-height: 100px;
    }
    .common-reskin-white-box .user-profile-details .usercore-planbox #ig-username{
        font-size: 15px !important;
    }
    .dashboard-reskin-sec4 span.upgrade_plan{
        font-size: 18px;
    }
}
@media screen and (min-width:  1200px){
    .reskin-modal-layout .modal-dialog{
        max-width: 895px;
    }
    #chartFollowers {
         max-height: initial !important;
        height: 300px !important; 
    }
    #chart-followers .date_range_display_wrapper{
        margin-right: -75px;
    }
    .reskin-all-posts-box .topcontent-img {
        height: 400px;
        overflow: hidden;
    }
    .reskin-all-posts-box .topcontent-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    .activitychart-box #realtime_chartjsLegend ul li span{
        position: relative;
        top: 3px;
    }
    .boost-posts-area .reskin-all-posts-box > a {
        height: 300px;
        overflow: hidden;
    }
    .boost-posts-area .reskin-all-posts-box > a > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}
@media screen and (max-width: 1285px){
    .reskin-all-posts-box{
        width: 29%;
    }
}
@media screen and (max-width:  767px){
    .reskin-all-posts-box{
        width: 100%;
        margin-right: 0;
    }
    .dashboard-all-posts-container .swiper-button-next{
        right: 30%;
    }
    .dashboard-all-posts-container .swiper-button-prev{
        left: 30%;
    }
    .dashboard-reskin-main{
        margin-top: 20px;
    }
    .dashboard-reskin-main .dashboard-reskin-top-sec{
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .dashboard-reskin-sec1{
        width: 50%;
        order: 2;
    }
    .dashboard-reskin-sec2, .dashboard-reskin-sec3{
        width: 100%;
        order: 3;
    }
    .dashboard-reskin-main .dashboard-purple-box{
        margin: 0 -15px;
        border-radius: 0;
    }
    .dashboard-reskin-sec4 {
        width: 45%;
        order: 1;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .growth-estimation-div{
        border-radius: 8px;
    }
    .growth-estimation-div svg {
        width: 80px;
    }
    .reskin-boost-followers .reskin-boost-button {
        text-align: center;
        margin: 20px 0 0 30px;
    }
    .reskin-all-posts-box-main {
        width: 100%;
        flex-direction: column;
    }
    .average-daily-results .dailyresults-number {
        text-align: center;
    }
    .dailyresults-box .insta-iconimg{
        width: 40px;
    }
    #trafic_source_chart,
    canvas#chartFollowers{
        width: 100%;
    }
    .reskin-toggle-bar .annual-monthly-plan span.save-notice{
        padding: 6px;
        font-size: 12px;
    }
    .reskin-toggle-bar .annual-monthly-plan{
        flex-direction: row-reverse;
    }
    .reskin-price-toggle a.reskin-monthly-growth-plan, .reskin-price-toggle a.reskin-yearly-growth-plan{
        font-size: 14px;
    }
    .rekin-mobile-columns {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .reskin-modal-layout .plan-box .annualy-price-area, .reskin-flexbox-area .reskin-billed-annually-for-some-pages{
        margin: 10px 0 15px;
    }
    .reskin-modal-layout .plan-box{
        padding: 15px;
    }
    .plan-feature-list{
        padding-top: 20px;
    }
    .dashboard-reskin-top-sec .user-profile-details .usercore-planbox{
        width: 85%;
    }
    .reskin-spot-left-box .flash-sale-banner-timer{
        gap: 15px;
    }
    .reskin-spot-left-box span.sale_hour, .reskin-spot-left-box span.sale_minute, .reskin-spot-left-box span.sale-second{
        font-size: 25px;
    }
    .reskin-spot-right-box h5{
        font-size: 14px;
    }
    .reskin-spot-right-box .spot-left{
        font-size: 12px;
        padding: 4px;
    }
    .reskin-modal-layout .plan-box .core-plan.expert-premium-plan.core-plan{
        font-size: 17px;
    }
    .reskin-modal-layout .plan-box .price-plan h1, .reskin-modal-layout .plan-box .price-plan h1 .currency_symbol_main,
    .reskin-connect-new-tab .plan-box .price-plan h1, .reskin-connect-new-tab .plan-box .price-plan h1 span{
        font-size: 20px;
    }
    .reskin-flexbox-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .reskin-flexbox-right{
        width: 50%;
        text-align: right;
    }
    .reskin-flexbox-area{
        align-items: flex-start;
        margin: 0;
    }
    .reskin-connect-new-tab .annual-monthly-plan {
        flex-direction: row;
    }
    .reskin-box-shadow{
        padding: 0;
        box-shadow: none;
    }
    .reskin-connect-new-tab .plan-box .annualy-price-area{
        margin: 10px 0 0;
    }
    .reskin-connect-new-tab .plan-box .price-plan {
        bottom: inherit;
        right: 15px;
        top: 15px;
    }
    .reskin-connect-new-tab .plan-box .price-plan h1 del, .reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main{
        font-size: 16px;
    }
    .reskin-downgrade-current-plan .form-group.downgrade_option_box label,
    .reskin-downgrade-current-plan .form-group.downgrade_option_box p,
    .reskin-downgrade-current-plan .close-acct-main p{
        width: 100%;
    }
    .downgrade_status_submit_block{
        flex-direction: column-reverse;
    }
    .downgrade_status_submit_block input.reskin-prev-btn, .downgrade_status_submit_block .reskin-confirm-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .reskin-downgrade-current-plan .modal-title{
        font-size: 24px;
        margin-top: 20px;
    }
    .downgraded_steps.on_hold_selected .reskin-downgade-top-sec {
        margin: 10px 0;
    }
    .reskin-downgrade-current-plan .put-acct-on-hold-main {
        display: flex;
        gap: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .reskin-downgrade-current-plan .put-acct-on-hold-main .put-acct-on-hold-options {
        width: 80%;
        margin-top: 20px;
    }
    .reskin-downgrade-current-plan .close_acct_selected .ref-case-for-monthly.close-acct-main .off-coupon, 
    .reskin-downgrade-current-plan .close_acct_selected .contact-support-btn {
        position: relative;
        right: 0;
        top: 0;
        text-align: left !important;
        margin: 13px 0;
    }
    .reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options{
        width: 100%;
    }
    .reskin-downgrade-current-plan .account_cancelled_overlay .account_cancelled_overlay_options_main {
        margin: 20px 0 50px;
    }
    .reskin-closed-account-date,
    .reskin-downgrade-current-plan .modal-desc{
        width: 100%;
    }
    .reskin-dashboard-title{
        display: none;
    }
    .dashboard-reskin-sec2 {
        order: 3;
    }
    .dashboard-reskin-sec3 {
        order: 2;
        padding-left: 0;
        padding-right: 0;
    }
    .status-dashbaord-right {
        margin: 15px 0 0;
    }
    .bestperfomance-hashtag .top_content_posts_section .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bestperfomance-hashtag .top_content_posts_section h2 {
        margin: 0;
    }
    .targeting-settings-section-tooltip .btn-tooltip span {
        left: -20px;
    }
    #growth-demo-page .dashboard-reskin-sec4 {
        position: relative;
        top: 0;
        width: 100%;
        order: 4;
    }
    #growth-demo-page.demo-new-page .userreached-box,
    #growth-demo-page.demo-new-page .activitychart-box {
        padding: 0;
    }
    #growth-demo-page.demo-new-page .userreached-box .post-bar-section .post-bar-top-section h3{
        width: 55%;
    }
    #growth-demo-page.demo-new-page .activitychart-box #realtime_chartjsLegend{
        padding: 5px;
    }
    #growth-demo-page.demo-new-page .activitychart-box #realtime_chartjsLegend ul li{
        padding: 0;
    }
    #growth-demo-page.demo-new-page .activitychart-box #realtime_chartjsLegend ul li .realtime_graph_action_count span{
        font-size: 14px;
    }
    #growth-demo-page.demo-new-page .activitychart-box #realtime_chartjsLegend ul li span{
        width: 10px;
        height: 10px;
    }
    #growth-demo-page.demo-new-page .reskin-dashboard-purple-box{
        padding: 10px;
    }
    #growth-demo-page.demo-new-page .reskin-dashboard-purple-box .common-reskin-white-box,
    #growth-demo-page.demo-new-page .reskin-white-box{
        margin-bottom: 15px;
    }
    #growth-demo-page.demo-new-page .targetaccount-preferense {
        padding: 50px 0 0;
    }
    .trafficsource-chart .gathering_activities:after{
        background-size: cover;
    }
    .reskin-mobile-only {
        display: block;
    }
    .reskin-desktop-only {
        display: none;
    }
    body.currency_with_symbol .reskin-modal-layout .reskin-addon-boxes h3,
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .core-plan{
        font-size: 14px;
    }
    body.currency_with_symbol .reskin-modal-layout .plan-box .price-plan h1, 
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1, 
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1 span, 
    body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar, 
    body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol span.currency_symbol_inner-dollar,
    body.currency_with_symbol .reskin-flexbox-right, 
    body.currency_with_symbol .reskin-flexbox-right span.reskin-currency-price{
        font-size: 14px;
    }
    body.currency_with_symbol .reskin-modal-layout .plan-box .price-plan h1 .currency_symbol_main,
    body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main,
     body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol,
     body.currency_with_symbol .reskin-flexbox-right span.reskin-currency-symbol{
        font-size: 12px;
    }
    body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar, 
    body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol span.currency_symbol_inner-dollar,
    body.currency_with_symbol .new-subscription-plan-modal-ps del span.currency_symbol.currency_symbol_main, 
    body.currency_with_symbol .upgrade-dashboard-addons-section del span.reskin-currency-symbol,
    body.currency_with_symbol .new-subscription-plan-modal-ps del span.currency_symbol.currency_symbol_main .currency_symbol_inner-dollar,
    body.currency_with_symbol .reskin-modal-layout .plan-box .price-plan h1 del, 
    body.currency_with_symbol .reskin-modal-layout .plan-box .price-plan h1 del .currency_symbol_main,
    body.currency_with_symbol .reskin-modal-layout del span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar{
        font-size: 12px;
    }
    body.currency_with_symbol .new-subscription-plan-modal-ps span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar, 
    body.currency_with_symbol .upgrade-dashboard-addons-section span.reskin-currency-symbol span.currency_symbol_inner-dollar{
        bottom: 14px;
    }
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1,
    body.currency_without_symbol .reskin-modal-layout .plan-box .price-plan h1, 
    body.currency_without_symbol .reskin-modal-layout .plan-box .price-plan h1 .currency_symbol_main, 
    body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1, 
    body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 span,
    body.currency_without_symbol .reskin-flexbox-right span.reskin-currency-symbol, 
    body.currency_without_symbol .reskin-flexbox-right span.reskin-currency-price,
    body.currency_without_symbol .reskin-flexbox-right {
        font-size: 16px;
    }
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del {
        margin-bottom: 10px;
    }
    body.currency_with_symbol .reskin-connect-new-tab .plan-box .annualy-price-area{
        font-size: 10px;
    }
    body.currency_with_symbol .reskin-post-purchase-upsell-addons-page-main.post-purchase-upsell-addons-page-main .reskin-getstarted-social-mtoolkit-sec .getstarted-checkout-data h3{
        font-size: 16px;
    }
    body.currency_with_symbol .reskin-addon-main-wrapper span.getstarted-social-mtoolkit-currency-symbol span.currency_symbol_inner-dollar {
        bottom: 18px;
    }
    body.currency_with_symbol .reskin-modal-layout span.currency_symbol.currency_symbol_main span.currency_symbol_inner-dollar {
        bottom: 15px;
        right: 6px;
    }
    body.currency_with_symbol .reskin-modal-layout .plan-box .price-plan h1{
        margin: 10px 0 0;
    }
    body.currency_without_symbol .reskin-modal-layout .plan-box .price-plan h1 del, 
    body.currency_without_symbol .reskin-modal-layout .plan-box .price-plan h1 del .currency_symbol_main,
    body.currency_without_symbol .new-subscription-plan-modal-ps .plan-box .price-plan h1 del span.currency_symbol.currency_symbol_main{
        font-size: 12px;
    }
    html:not([lang="en-US"]) .reskin-connect-new-tab .plan-feature-list li{
        width: 100%;
    }
    body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del, 
    body.currency_without_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del .currency_symbol_main {
        font-size: 14px;
    }
    .reskin-downgrade-current-plan .selected_data_block_info{
        flex-direction: column;
        align-items: baseline;
    }
    div#chart-followers .col-md-5{
        display: none;
    }
    div#chart-followers .col-md-4, div#chart-followers .col-md-3 {
        width: 50%;
    }
    select.chart__interval-dropdown.reskin-mobile-only {
        width: 75%;
        border: 1px solid #E5E9EB;
        border-radius: 10px;
        padding: 6px 10px;
    }
    div#chart-followers .topcontent-heading span.green-box-growth.d-only{
        display: none;
    }
    div#chart-followers .topcontent-heading span.green-box-growth.m-only{
        display: inline-block;
        font-size: 12px;
    }
    #followerCount{
        font-size: 17px !important;
    }
    html:not([lang="en-us"]) body.currency_with_symbol .reskin-connect-new-tab .plan-box .price-plan h1 del {
        margin-bottom: 10px;
    }
    body.currency_with_symbol .upgrade-to-expert-popup .upgrade-to-expert-popup-inner .upgrade-to-expert-popup-box{
        padding: 15px;
    }
    body.currency_with_symbol .upgrade-to-expert-popup .upgrade-to-expert-popup-inner .upgrade-to-expert-popup-box .upgrade-to-expert-popup-box-top div:last-child .upgrade-to-expert-popup-currency, 
    body.currency_with_symbol .upgrade-to-expert-popup .upgrade-to-expert-popup-inner .upgrade-to-expert-popup-box .upgrade-to-expert-popup-box-top div:last-child .upgrade-to-expert-popup-price{
        font-size: 16px;
    }
    .demo-new-page #chartFollowers {
        height: 300px !important;
    }
    #growth-demo-page #followerCount {
        font-size: 14px !important;
    }
    .reskin-modal-layout .modal-content{
        padding: 15px;
    }
    .rangeslider-box .followers-range-slider, 
    .rangeslider-box .followings_section {
        margin-bottom: 40px;
    }
    .average-daily-results {
        margin-top: 15px;
    }
    .userfollow-listing h6 {
        font-size: 8px;
    }
    .dashboard-reskin-main .dashboard-reskin-sec2.common-reskin-white-box h4{
        font-size: 16px;
    }
    .activitychart-box #realtime_chartjsLegend ul li{
        padding: 0;
    }
    .activitychart-box #realtime_chartjsLegend ul li .realtime_graph_action_count span {
        font-size: 13px;
        width: auto;
        height: auto;
        margin: 0;
    }
    .activitychart-box #realtime_chartjsLegend ul li{
        font-size: 10px;
    }
    .activitychart-box #realtime_chartjsLegend{
        padding: 10px;
    }
    .activitychart-box #realtime_chartjsLegend ul li span{
        width: 10px;
        height: 10px;
    }
    .dashboard-reskin-main .user-profile-details .user-profile-img{
        flex-shrink: 0;
    }
    .userreached-box .post-bar-section .post-bar-top-section h3{
        width: 65%;
    }
    #chartFollowers {
        max-height: initial !important;
        height: 150px !important; 
    }
}