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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

body {
	font-family: "Inter", sans-serif !important;
}

button:hover,
button:focus,
input:focus {
	outline: none;
	box-shadow: none;
}
button[disabled]{
	background: #fe2858d1 !important;
	color: #fff !important;
}
#site-header,
#site-footer {
	display: none;
}
.hidden-desktop{
	display:none !important;
}
.profile-container {
	display: flex;
	align-items: center;
	gap: 10px;
	background: white;
	padding: 5px;
	border-radius: 10px;
	width: fit-content;
	position: relative;
	border: 1px solid #000000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.profile-container:after {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #39EAD6;
	z-index: -1;
	border-radius: 8.01604px;
	transition: .3s;
}

.profile-container:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #FE2858;
	z-index: -1;
	border-radius: 8.01604px;
	right: -6px;
	transition: .3s;
}

.profile-container:hover:after {
	left: 0;
	transition: .3s;
}

.profile-container:hover:before {
	right: 0;
	transition: .3s;
}

.username-details {
	padding-right: 15px;
	position: relative;
}

.profile-pic {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}

.profile-container .header-user-profile {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.username {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #212630;
	display: flex;
	align-items: center;
	gap: 5px;
}

.plan-btn {
	background: #000;
	border: none;
	padding: 5px 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
}

.dropdown-toggle {
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
}

.profile-container .dropdown-menu {
	position: absolute;
    top: 100%;
    right: -15px;
    margin-top: 6px;
    display: none;
    z-index: 10;
    width: 178px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F1EEEF;
    box-shadow: 0px 16px 35.6px -12px rgba(97, 97, 97, 0.4);
    border-radius: 8px;
}

.profile-container .dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.profile-container .dropdown-menu li {
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #F1EEEF;
	display: flex;
	align-items: center;
	gap: 10px;
}
.profile-container .dropdown-menu li:last-child {
	border-bottom: 0 solid #F1EEEF;
}
.profile-container .dropdown-menu li:hover {
	background-color: #f2f2f2;
}

.profile-container .dropdown-menu li>img {
	transition: .3s;
}

.profile-container .dropdown-menu li:hover>img {
	transform: scale(1.1);
	transition: .3s;
}

.dashboard-header-inner {
	padding: 0px 25px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E9EB;
}

.dashboard-follower-header-content {
	display: flex;
	flex: 0 0 40%;
}

.dashboard-header-rightside {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
	flex: 0 0 45%;
}

.dashboard-logo {
	display: flex;
	align-items: center;
	flex: 0 0 15%;
	position: relative;
	z-index: 1;
}

.dashboard-logo a {
	line-height: normal;
	display: flex;
	align-items: center;
}

.double-gradient-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 7.13px;
	background: #212630;
	box-shadow: 0px 1.11829px 2.23657px rgba(8, 8, 8, 0.2),
		0px 4.47315px 4.47315px rgba(8, 8, 8, 0.08),
		inset 0px 1.11829px 1.11829px rgba(255, 255, 255, 0.2),
		inset 0px 6.70972px 13.4194px rgba(255, 255, 255, 0.12);
	border-radius: 8.01604px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 12.4694px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 20px;
	height: 50px;
	position: relative;
	transition: .3s;
}

.double-gradient-btn:after {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #39EAD6;
	z-index: -1;
	border-radius: 8.01604px;
	transition: .3s;
}

.double-gradient-btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #FE2858;
	z-index: -1;
	border-radius: 8.01604px;
	right: -6px;
	transition: .3s;
}

.double-gradient-btn:hover:after {
	left: 0;
	transition: .3s;
}

.double-gradient-btn:hover:before {
	right: 0;
	transition: .3s;
}

.double-gradient-btn:hover {
	transition: .3s;
	background: #ff2758;
	color: #fff;
}

.dashboard-follower-boxs {
	display: flex;
	flex-flow: column;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.281211px;
	color: #1F1C2F;
	border-left: 1px solid #E5E9EB;
	padding: 20px;
	gap: 10px;
}

.dashboard-follower-boxs strong {
	font-weight: 800;
	color: #FE2858;
}

.profile-container.active .dropdown-toggle {
	transform: translateY(-50%) rotate(180deg);
	transition: .2s;
}

.dashboard-follower-boxs:last-child {
	border-right: 1px solid #E5E9EB;
}

.rightside-header-menu {
	border: 1px solid #F1EEEF;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}

.dropdown-header-menu,
.dropdown-header-menu2 {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
	display: none;
	z-index: 10;
	width: 200px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F1EEEF;
	box-shadow: 0px 16px 35.6px -12px rgba(97, 97, 97, 0.4);
	border-radius: 8px;
}

.dropdown-header-menu ul,
.dropdown-header-menu2 ul {
	list-style: none;
	padding: 15px 10px;
	margin: 0;
	display: flex;
	flex-flow: column;
}

.dropdown-header-menu ul li a,
.dropdown-header-menu2 ul li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #49494C;
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 15px;
}

.dropdown-header-menu ul li .add-new-account,
.dropdown-header-menu2 ul li .add-new-account {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 17px;
	background: linear-gradient(179.98deg, rgba(247, 121, 30, 0.12) -17.68%, rgba(216, 40, 115, 0.12) 99.98%);
	border-radius: 9px;
	color: #FE2858;
}

.dropdown-header-menu ul li a svg,
.dropdown-header-menu2 ul li a svg {
	fill: #111F38;
}

.dropdown-header-menu ul li a:hover,
.dropdown-header-menu2 ul li a:hover {
	color: #FE2858;
}

.dropdown-header-menu ul li a:hover svg,
.dropdown-header-menu2 ul li a:hover svg {
	fill: #FE2858;
}

.dashboard-sidebar-inner ul li a svg {
	fill: #111F38;
	width: 20px;
	height: 20px;
}

.dashboard-sidebar-inner ul li a.target-setting-menu svg path:first-child {
	fill: #111F38;
}

.dashboard-sidebar-inner ul li a.target-setting-menu svg path {
	fill: none;
	stroke: #111F38;
}

.dashboard-sidebar-inner ul li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #111F38;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 15px;
}

.dashboard-sidebar-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard-sidebar-inner ul li a:hover,
.dashboard-sidebar-inner ul li a.active {
	color: #fd2858;
	background: linear-gradient(179.98deg, rgba(247, 121, 30, 0.15) -17.68%, rgba(216, 40, 115, 0.15) 99.98%);
	border-radius: 9px;
	font-weight: 800;
}

.dashboard-sidebar-inner ul li a:hover svg,
.dashboard-sidebar-inner ul li a.active svg {
	fill: #fd2858;
}

.dashboard-sidebar-inner ul li a.target-setting-menu:hover svg path,
.dashboard-sidebar-inner ul li a.target-setting-menu.active svg path {
	stroke: #fd2858;
	fill: none;
}

.dashboard-content-main {
	display: flex;
}

.dashboard-rightsidebar {
	flex: 0 0 84%;
}

.dashboard-rightsidebar-content {
	padding: 15px;
}

.dashboard-sidebar {
	padding: 100px 10px 10px;
	flex: 0 0 16%;
	position: relative;
	border-right: 1px solid #e5e9eb;
	background: #fff;
	margin-top: -85px;
}

.dashboard-follower-boxs:first-child {
	border-left: 0;
}

.desktop-hidden {
	display: none;
}

.responsive-menus-side {
	position: fixed;
	background: #ffffff;
	z-index: 9999999;
	top: 0%;
	left: 0;
	width: 85%;
	height: 100%;
	transform: translateY(-100%);
	transition: 0.3s ease;
}

.responsive-menus-side.active {
	transform: translateY(0);
}

.responsive-menus-side:after {
	content: "";
	background: #000000cc;
	position: absolute;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.profile-container .dropdown-toggle:after {
	display: none;
}

.welcome-text {
	padding: 15px;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 27.91px;
	color: #212630;
}

.welcome-text p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.91px;
    color: #49494C;
    margin-bottom: 0;
}

.dashboard-rightsidebar .dashboard-follower-header-content {
	border-top: 1px solid #E5E9EB;
	border-bottom: 1px solid #E5E9EB;
	justify-content: space-between;
}

.dashboard-rightsidebar .dashboard-follower-header-content .dashboard-follower-boxs {
	padding: 15px;
	font-size: 11px;
	gap: 5px;
}

.dashboard-rightsidebar .dashboard-follower-header-content .dashboard-follower-boxs:last-child {
	border-right: 0;
}

.footer-content {
	background: #F6F6F9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #838A98;
}

.training-ai-content span.countdown-timer {
	background: linear-gradient(to right, #fde2e2, #e0f7f7);
	padding: 6px 16px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #ff2d55;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin: -10px 0 0 10px;
}

.bg-shadow-box {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 0.86516px solid #E5E9EB;
	box-shadow: 0px 1.73032px 3.46064px rgba(27, 28, 29, 0.04);
	border-radius: 10.3819px;
	padding: 10px;
}

.bg-shadow-box {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 0.86516px solid #E5E9EB;
	box-shadow: 0px 1.73032px 3.46064px rgba(27, 28, 29, 0.04);
	border-radius: 10.3819px;
	padding: 10px;
}

.training-our-ai-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.training-ai-content {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.training-ai-content span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #EC2C56;
}

.training-ai-content p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #49494C;
	margin: 0;
	display: flex;
}

.tracker-container {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.step {
	text-align: center;
}

.step-label {
	margin-bottom: 10px;
	font-weight: 600;
	color: #49494C;
}

.status-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}

.status-box:after {
	content: "";
	width: 30px;
	background: #E5E9EB;
	height: 2px;
	position: absolute;
	right: -36px;
	border-radius: 30px;
}

.step:last-child .status-box:after {
	display: none;
}

.completed {
	background-color: #de3d63;
}

.status-box.completed:after {
	background: #de3d63;
}

.in-progress {
	background-color: #de3d63;
}

.upcoming {
	background-color: #fce4ea;
	color: #de3d63;
}

.icon {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.icon.completed {
	background-color: white;
	color: #de3d63;
}

.icon.in-progress {
	border: 2px solid #fff;
	border-top: 2px solid #de3d63;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.vertical-tracker {
	display: none;
}

.vertical-step {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

.vertical-line {
	width: 2px;
	background: #ccc;
	flex-grow: 1;
	margin: 5px 0;
}

.dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc;
}

.dot.completed {
	background: #de3d63;
}

.mobile-box {
	margin-top: 5px;
}

.training-our-ai {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.growth-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 55%;
}

.growth-title {
	font-size: 16px;
	font-weight: 600;
	color: #212630;
}

.info-icon {
	font-size: 20px;
	color: #212529;
	cursor: pointer;
}

.bg-shadow-drop {
	background: #FFFFFF;
	border: 2.65256px solid #FFFFFF;
	box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
	border-radius: 7.0735px;
	margin: 20px 0 0;
}

.growth-inner-box {
	padding: 15px;
}

.toggle-container {
	display: flex;
	background-color: #F6F6F9;
	border-radius: 9px;
	padding: 4px;
	width: fit-content;
}

.toggle-option {
	padding: 10px 25px;
	border-radius: 10px;
	cursor: pointer;
	color: #1a1a1a;
	transition: all 0.2s ease;
	font-weight: 400;
	font-size: 12.51px;
	line-height: 17.33px;
	letter-spacing: -0.08px;
	text-align: center;
	border: 0.48px solid #0000000A;
}

.toggle-option.active {
	background-color: #fff;
	font-weight: 700;
	box-shadow: 0px 2.89px 7.7px 0px #0000001F;
}

.toggle-option:not(.active):hover {
	text-decoration-color: #007bff;
	text-underline-offset: 2px;
}

.toggle-option2 {
	padding: 10px 25px;
	border-radius: 10px;
	cursor: pointer;
	color: #1a1a1a;
	transition: all 0.2s ease;
	font-weight: 400;
	font-size: 12.51px;
	line-height: 17.33px;
	letter-spacing: -0.08px;
	text-align: center;
	border: 0.48px solid #0000000A;
}

.toggle-option2.active {
	background-color: #fff;
	font-weight: 700;
	box-shadow: 0px 2.89px 7.7px 0px #0000001F;
}

.toggle-option2:not(.active):hover {
	text-decoration-color: #007bff;
	text-underline-offset: 2px;
}

.growth-main-top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.toggle-dropdown select {
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	font-weight: 600;
	background: white;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23111111" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.584l3.71-4.354a.75.75 0 111.14.976l-4.25 5a.75.75 0 01-1.14 0l-4.25-5a.75.75 0 01.02-1.06z" clip-rule="evenodd"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px 16px;
}

.current-follower {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
	color: #111F38;
	margin: 10px 0 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.current-follower span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	height: 33px;
	background: #DEF7EC;
	border-radius: 18.1684px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.006em;
	color: #047A55;
}

.follower-chart {
	height: 265px;
	padding: 0 30px;
}

.grow-video-engagement {
	background: linear-gradient(89.92deg, rgba(0, 128, 128, 0.07) -6.42%, rgba(244, 108, 90, 0.07) 61.15%, rgba(255, 206, 59, 0.07) 106.68%);
	border-radius: 0px;
	padding: 20px;
}

.grow-video-engagement span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #49494C;
}

.grow-video-engagement p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #49494C;
	margin: 0;
}

.grow-video-engagement {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-btn {
	padding: 10px 20px;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 6.92px;
	height: 44px;
	background: linear-gradient(275.58deg, #FD7702 0%, #FFBB00 100%);
	box-shadow: 0px 1.08626px 2.17251px rgba(8, 8, 8, 0.2), 0px 4.34503px 4.34503px rgba(8, 8, 8, 0.08), inset 0px 1.08626px 1.08626px rgba(255, 255, 255, 0.2), inset 0px 6.51754px 13.0351px rgba(255, 255, 255, 0.12);
	border-radius: 9px;
}

.site-btn svg {
	fill: #fff;
}

.site-btn:hover {
	background: #fd2858;
	color: #fff;
}

.site-light-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 6.92px;
	height: 42px;
	background: rgba(237, 56, 95, 0.16);
	border-radius: 6.92128px;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #ED385F;
}

.site-light-btn svg {
	fill: #ED385F;
}

.site-light-btn:hover {
	background: #fd2858;
	color: #fff;
}

.site-light-btn:hover svg {
	fill: #fff;
}

.post-image {
	width: 51px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	background-image: linear-gradient(to right, #FE2858, #212630, #39EAD6);
	border: 1px solid transparent;
	background-origin: border-box;
	flex: 0 0 15%;
}

.post-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.post-all-listing ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.post-all-listing ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-img-content {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 0 0 30%;
}

.post-content-data p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #212630;
	margin: 0;
}

.post-hashtags {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.post-hashtags span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #212630;
	margin: 0;
}

.post-date-time p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #979797;
}

.post-all-likes-plays-comments {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 30%;
    justify-content: center;
}

.likes-box {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.likes-box span {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 2.23183px;
	gap: 3.91px;
	width: 25.67px;
	height: 25.67px;
	background: #f8f8f8;
	border-radius: 4.46365px;
}

.likes-box p {
	display: flex;
	flex-flow: column;
	gap: 0;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.006em;
	color: #212630;
	margin: 0;
	position: relative;
	top: -8px;
}

.likes-box p strong {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #212630;
}

.boosts-btn {
	flex: 0 0 20%;
}

.posts-paginations {
	border-top: 1px solid #E5E9EB;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.posts-paginations span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}

.paginations-buttons button {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 14px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}

.paginations-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.paginations-buttons button:hover {
	background: #fd2858;
	color: #fff;
	font-weight: 700;
	border-color: #fd2858;
}

.dashboard-sidebar-inner {
	position: sticky;
	top: 50px;
}

.main-drop-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.live-blink {
	background: #EA2329;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	animation: blink 1s infinite;
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.growth-heading svg {
	position: relative;
	top: -2px;
}

.weekly-summary-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profile-visit {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 20.76px;
}

.weekly-summary-header span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	gap: 8.34px;
	background: #DEF7EC;
	border-radius: 100px;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 20.76px;
	color: #047A55;
}

.weekly-summary-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin: 15px 0 0;
}

.weekly-summary-item {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 0.86516px solid #E5E9EB;
	box-shadow: 0px 1.73032px 3.46064px rgba(27, 28, 29, 0.04);
	border-radius: 10.3819px;
	padding: 10px;
}

.stats-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 10px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-family: Arial, sans-serif;
	max-width: 320px;
	margin: 20px auto;
}

.stat {
	display: flex;
	align-items: center;
	gap: 6px;
}

.label {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.value {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
}

.divider {
	width: 1px;
	height: 30px;
	background-color: #ddd;
	margin: 0 20px;
}

.visiter-chart {
	min-height: 200px;
	border: 0.87px solid;
	box-shadow: rgba(27, 28, 29, 0.04) 0px 1.73032px 3.46064px;
	background: rgb(255, 255, 255);
	border-width: 0.86516px;
	border-style: solid;
	border-color: rgb(229, 233, 235);
	border-image: initial;
	border-radius: 10.3819px;
	padding: 10px;
}

.notification-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0 0;
}
.notification {
    background: #FBFBFC;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    padding: 14px 20px;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
	margin-bottom:10px;
}
.count {
	background-color: #fbd5d5;
	color: #e60023;
	font-weight: bold;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 16px;
	min-width: 36px;
	text-align: center;
}

.message {
	flex: 1;
	font-size: 14px;
	color: #333;
}

.message .handle {
	color: #f26c27;
	font-weight: bold;
}

.avatars {
	display: flex;
	align-items: center;
	gap: 4px;
}

.avatars img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	margin: 0 -12px 0 0;
}

.more {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #555;
}

.time {
	font-size: 13px;
	color: #888;
	margin-left: 10px;
}

.stats-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	background: #FBFBFC;
	border-radius: 12px;
	padding: 10px 10px;
	flex-wrap: wrap;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.engagement-main {
	margin: 20px 0 0 0;
}

.stat-box {
	flex: 1;
	text-align: center;
	position: relative;
}

.stat-box:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	height: 80%;
	width: 1px;
	background-color: #eee;
}

.stat-number {
	font-size: 18px;
	color: #1F1C2F;
}

.stat-label {
	font-size: 14px;
	color: #666;
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.dot {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	display: inline-block;
}

.dot.pink {
	background-color: #fbd5d5;
}

.dot.blue {
	background-color: #dbe6ff;
}

.dot.purple {
	background-color: #e7d5ff;
}

.countries-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 12px;
	padding: 20px 30px;
	border: 1px solid #eee;
	flex-wrap: wrap;
	background: #FBFBFC;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	width: 750px;
}

.country-box-main {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.countries-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 200px;
}

.header {
	font-size: 15px;
	color: #111827;
	display: flex;
	align-items: center;
	gap: 6px;
}

.countries-list {
	color: #1a1a2e;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 20.76px;
}

.divider-new {
	width: 1px;
	height: 60%;
	background-color: #eee;
	margin: 0 20px;
}

.dot-new {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	display: inline-block;
}

.dot-new.green {
	background-color: #07976A;
}

.dot-new.red {
	background-color: #FE2C5B;
}

.overview-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 15px;
}

.card-new {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 0.86516px solid #E5E9EB;
	box-shadow: 0px 1.73032px 3.46064px rgba(27, 28, 29, 0.04);
	border-radius: 10.3819px;
	padding: 15px;
}

.card-header-new {
	display: flex;
	font-size: 14px;
	color: #444;
	flex-flow: column;
	gap: 0;
	margin: 0 0 20px;
}

.card-header-new strong {
	font-size: 15px;
	color: #111827;
}

.dot.live-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
	margin: 0 6px;
}

.live-badge {
	background-color: #ef4444;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 8px;
	text-transform: uppercase;
	animation: blink 1s infinite;
}

.stats-views {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.stat-views {
	display: flex;
	align-items: center;
	gap: 12px;
}

.stat-views p {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.stat-views strong {
	font-size: 16px;
	color: #111827;
}

.icon-box {
	width: 40px;
	height: 40px;
	background-color: #f6f6f6;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.hashtag-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px;
	max-width: 600px;
}

.hashtag-container span {
	background-color: #f3f4f6;
	color: #4b5563;
	padding: 6px 14px;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.hashtag-container span a {
	text-decoration: none;
	color: #4b5563;
}

.hashtag-container span a:hover {
	text-decoration: underline;
}

.interaction-table {
	max-width: 700px;
	margin: 0 auto;
}

.table-header {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	font-weight: 600;
	color: #333;
	background-color: #fafafa;
	border-radius: 10px;
	margin-bottom: 20px;
}

.interaction-table-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 12px 0;
	position: relative;
}

.interaction-table-label {
	color: #444;
	position: absolute;
	left: 15px;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.interaction-table-bar {
	height: 42px;
	border-radius: 5px;
	transition: width 1.2s ease;
	animation: growBar 1.2s ease forwards;
}

.interaction-table-purple {
	background-color: #f3dcfa;
	animation-delay: 0.1s;
}

.interaction-table-blue {
	background-color: #d9e7ff;
	animation-delay: 0.2s;
}

.interaction-table-green {
	background-color: #e5f7ec;
	animation-delay: 0.3s;
}

.interaction-table-yellow {
	background-color: #fef0c2;
	animation-delay: 0.4s;
}

.interaction-table-gray {
	background-color: #e2e2e2;
	animation-delay: 0.5s;
}

.interaction-table-value {
	margin-left: auto;
	font-size: 17px;
	font-weight: 700;
	color: #0f172a;
	min-width: 40px;
	text-align: right;
}

@keyframes growBar {
	from {
		width: 0;
	}

	to {
		width: var(--bar-width);
	}
}

.engagement-main .visiter-chart {
	min-height: 310px;
}

.data-box-blur {
	position: absolute;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.03) 0%, rgba(255, 214, 195, 0.03) 52.5%, rgba(57, 234, 214, 0.03) 100%);
	backdrop-filter: blur(5.45px);
	top: 0;
	right: -15px;
	left: -15px;
	bottom: -15px;
}

.notification-main,
.interaction-table,
.hashtag-container-main,
.country-main-parent,
.engagement-main,
.weekly-summary-row,
.overview-container {
	position: relative;
}

.addon-container {
	padding: 0;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E5E9EB;
	box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
	border-radius: 12px;
}

.addon-section {
	display: flex;
	gap: 20px;
}

.addons {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	border-right: 1px solid #E5E9EB;
}

.addon {
	padding: 16px;
	border: 2px solid #ccc;
	border-radius: 12px;
	cursor: pointer;
	background-color: #fff;
	transition: border-color 0.3s;
	transition: .2s;
}

.addon.active {
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 10px, transparent 10px) 0% 0%/12px 12px no-repeat,
		radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 10px, transparent 10px) 100% 0%/12px 12px no-repeat,
		radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 10px, transparent 10px) 0% 100%/12px 12px no-repeat,
		radial-gradient(circle at 0 0, #ffffff 0, #ffffff 10px, transparent 10px) 100% 100%/12px 12px no-repeat,
		linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 24px) no-repeat,
		linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 24px) calc(100% - 4px) no-repeat,
		linear-gradient(90deg, #fe2858 0%, #212630 36%, #39EAD6 100%);
	position: relative;
	overflow: hidden;
	border: 0;
	transition: .2s;
}

.addon.active:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.15) 0%, rgba(255, 214, 195, 0.15) 52.5%, rgba(57, 234, 214, 0.15) 100%);
	border-radius: 12px;
}

.addon span {
	font-weight: 600;
}

.addon small {
	color: #888;
	font-size: 12px;
}

.details {
	flex: 0 0 60%;
	border-radius: 12px;
	padding: 20px 20px 20px 0;
}

.details h2 {
	color: #FE2858;
	font-family: Inter;
	font-weight: 700;
	font-size: 32px;
	line-height: 37.46px;
	margin: 10px 0;
}

.selected {
	margin-top: 20px;
}

.selected ul {
	list-style: none;
	padding: 0;
}

.selected li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #212630;
}

.selected li button {
	background: none;
	border: none;
	color: red;
	font-size: 18px;
	cursor: pointer;
}

.subtotal {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #E5E9EB;
	border-bottom: 1px solid #E5E9EB;
	padding: 20px;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #212630;
}

.selected-addons-list .growth-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px;
}

.subscribe-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 17.7211px 26.5816px;
	gap: 11.08px;
	height: 67px;
	background: #FE2858;
	box-shadow: 0px 1.39061px 2.78122px rgba(8, 8, 8, 0.2), 0px 5.56245px 5.56245px rgba(8, 8, 8, 0.08), inset 0px 1.39061px 1.39061px rgba(255, 255, 255, 0.2), inset 0px 8.34367px 16.6873px rgba(255, 255, 255, 0.12);
	border-radius: 15px;
	width: fit-content;
	margin: 30px auto 30px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 32.59px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
	background-color: #fe2858d4;
	color: #fff;
}

.plan-price-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.plan-price-head span {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #212630;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin: 15px 0 0;
	position: relative;
	z-index: 1;
}

.custom-checkbox .double-gradient-btn.double-gradient-whiteBg {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
	color: #212630;
	padding: 0 10px;
	height: 35px;
}

.check-icon {
	border: 1px solid #000000;
	width: 33px;
	height: 33px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-icon svg {
	transition: .3s;
	opacity: 0;
}

.addon.active .check-icon svg {
	transition: .3s;
	opacity: 1;
}

.feel-the-love {
	font-family: "Caveat", cursive;
	font-weight: 700;
	font-size: 24px;
	line-height: 21.18px;
	letter-spacing: 0.22px;
	vertical-align: middle;
	color: #1E1C2D;
}

.right-side-addon-text {
	/* Rectangle 34624393 */
	background: #FFFFFF;
	border: 7px solid rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	padding: 15px;
	margin: 20px 0 15px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.right-side-addon-inner strong {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 23.12px;
	letter-spacing: -0.03px;
	vertical-align: middle;
	color: #1E1C2D;
	margin: 0 0 10px;
	display: block;
}

.right-side-addon-inner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #111F38B2;
	margin: 0;
}

.right-side-addon-price .double-gradient-btn.double-gradient-whiteBg {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
	color: #212630;
	padding: 0 10px;
	height: 35px;
}

.more-then-likes span img {
	width: 25px;
	height: 25px;
	object-fit: cover;
	border-radius: 5px;
}

.more-then-likes span img:last-child,
.more-then-likes span img:nth-child(2) {
	margin-left: -15px;
}

.more-then-likes strong {
	/* Background+Border */
	box-sizing: border-box;
	background: #212630;
	border: 0.880282px solid #DEDEDE;
	border-radius: 7.04225px;
	font-family: Inter;
	font-weight: 800;
	font-size: 11.46px;
	line-height: 24.65px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 -10px;
}

.more-then-likes {
	font-family: "Kalam", cursive;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.75px;
	vertical-align: middle;
	gap: 5px;
	position: relative;
	padding-left: 100px;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
}

.curve-image {
	position: absolute;
	left: 10px;
	top: -15px;
}

.right-side-addon-price {
	position: relative;
	z-index: 1;
}

.selected-addons-list {
	padding: 0px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E5E9EB;
	box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
	border-radius: 12px;
	margin: 20px 0 0;
}

.modal-backdrop.fade.show {
	background: rgb(0 0 0 / 11%);
	backdrop-filter: blur(3.15px);
	opacity: 1;
}

.thik-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0 30px;
}

#purchased_successfully .modal-content {
	border: 0;
	max-width: 500px;
}

#purchased_successfully .modal-content .modal-body {
	width: 100%;
	padding: 30px 20px;
}

.package-list-purchased {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.package-list-purchased span {
	font-family: Inter;
	font-weight: 600;
	font-size: 16.48px;
	line-height: 18.29px;
	letter-spacing: 0px;
	color: #212630;
}

.purchased_successfully_message h2 {
	font-family: Inter;
	font-weight: 600;
	font-size: 23.26px;
	line-height: 27.91px;
	text-align: center;
	color: #212630;
	margin: 20px 0 10px;
}

.purchased_successfully_message p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	text-align: center;
	color: #49494C;
}

.purchased_successfully_message .subscribe-btn {
	width: 100%;
	margin: 0;
}

.user-details-tabs .nav-tabs {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.user-details-tabs .nav-tabs .nav-link {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #49494C;
	border: 0;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #F1EEEF;
	padding: 10px 20px;
}

.user-details-tabs .nav-tabs .nav-link.active,
.user-details-tabs .nav-tabs .nav-link:hover {
	background: rgba(254, 40, 88, 0.05);
	border-color: #FE3562;
	color: #FE2858;
	font-weight: 600;
}

.user-details-tabs-content {
	background: #FFFFFF;
	border: 2.65256px solid #FFFFFF;
	box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
	border-radius: 7.0735px;
	margin: 20px 0 0;
	padding: 20px;
}

.tab-head {
	font-family: Inter;
	font-weight: 600;
	font-size: 22px;
	line-height: 27.91px;
	vertical-align: middle;
	color: #212630;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-detail-form-input {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.user-detail-form-input label {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
}

.user-detail-form .user-detail-form-input input {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 12px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(168, 168, 168, 0.4);
	border-radius: 8px;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #000;
	width: 100%;
}

.user-detail-form .user-detail-form-input input::placeholder {
	color: #000000;
}

.user-detail-form-input-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	width: 55%;
}

.user-detail-form {
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.change-password-field {
	position: relative;
}

.change-password-field button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	gap: 8px;
	height: 32px;
	background: #1E1E1E;
	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: 6px;
	border: 0;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
}

.change-password-field button:hover,
.change-password-field button:focus {
	background: #fc2657;
}

.user-detail-form-input-group:nth-child(3) {
	display: flex;
	width: 100%;
}

.user-detail-form-input-group:nth-child(3) .user-detail-form-input {
	width: 70%;
}

.account-details-save-buttons .cancel-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 25px;
	gap: 13px;
	height: 51px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	color: #000;
	width: 150px;
}

.account-details-save-buttons .save-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	gap: 8px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	border: 0;
	width: 150px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	color: #fff;
}

.account-details-save-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.account-details-save-buttons .save-btn:hover,
.account-details-save-buttons .save-btn:focus {
	background: #000;
}

.account-details-save-buttons .cancel-btn:hover,
.account-details-save-buttons .cancel-btn:focus {
	background: #eee;
	color: #000;
}

.user-detail-form-input-group:nth-child(2) {
	grid-template-columns: 1fr 2fr;
	width: 65%;
}

#changePasswordModal .modal-dialog {
	padding: 0;
	border: 0;
}

#changePasswordModal .modal-dialog .modal-content {
	border: 0;
	padding: 0;
}

#changePasswordModal .modal-dialog .modal-content .modal-body {
	padding: 30px;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.change_password-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.change_password_modal_fields {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.change_password_modal_fields label {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .change_password_modal_fields input {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 12px;
	height: 54px;
	background: #FFFFFF;
	border: 1px solid rgba(168, 168, 168, 0.4);
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #000;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .change_password_modal_fields input::placeholder {
	color: #000;
}

.change_password_modal_btns {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .save-modal-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	gap: 8px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	border: 0;
	width: 100%;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	color: #fff;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .cancel-modal-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 25px;
	gap: 13px;
	height: 30px;
	background: #FFFFFF;
	border: 0;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	width: 100%;
	color: #00000069;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .cancel-modal-btn:hover,
#changePasswordModal .modal-dialog .modal-content .modal-body .cancel-modal-btn:focus {
	color: #000;
	background: transparent;
}

#changePasswordModal .modal-dialog .modal-content .modal-body .save-modal-btn:hover,
#changePasswordModal .modal-dialog .modal-content .modal-body .save-modal-btn:focus {
	background: #000;
}

.connect-new-account {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
	gap: 13px;
	height: 51px;
	background: rgba(254, 41, 88, 0.15);
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FE2C55;
}

.connect-new-account svg {
	stroke: #FE2C55;
}

.connect-new-account:hover,
.connect-new-account:focus {
	background: #FE2C55;
	color: #fff;
}

.connect-new-account:hover svg,
.connect-new-account:focus svg {
	stroke: #fff;
}

.tiktok-username {
    box-sizing: border-box;
    width: 800px;
    background: #FFFFFF;
    border: 1px solid #E5E9EB;
    box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.tiktok-username-details {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.tiktok-username-details label {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
}

.username-change-option {
	display: flex;
	align-items: center;
	gap: 20px;
}

.username-change-option-inner,
.username-change-option-dropdown {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 12px;
	gap: 10px;
	width: 474px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(168, 168, 168, 0.4);
	border-radius: 8px;
}

.username-change-option-inner img,
.username-change-option-dropdown img {
	width: 22px;
	height: 22px;
	object-fit: cover;
	border-radius: 100px;
}

.username-change-option-inner span,
.username-change-option-dropdown span {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
	color: #212630;
	display: flex;
	align-items: center;
	gap: 5px;
}

.username-change-option-inner span img,
.username-change-option-dropdown span img {
	width: auto;
	height: auto;
	object-fit: contain;
}

.change-username-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	gap: 8px;
	width: 100px;
	height: 42px;
	background: #1E1E1E;
	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: 6px;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 11.96px;
	letter-spacing: 0px;
	cursor: pointer;
}

.change-username-btn:hover {
	background: #fe2c55;
}

.tiktok-username-dropdown {
	display: flex;
	flex-flow: column;
	gap: 10px;
	background: #FFFFFF;
	border: 2.65256px solid #FFFFFF;
	box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
	border-radius: 7.0735px;
	margin: 20px 0 0;
	padding: 15px;
	position: absolute;
	top: 90px;
	max-width: max-content;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 99999;
}

.tiktok-username-dropdown .username-change-option:hover {
	cursor: pointer;
	background: #eee;
}

.tiktok-username-dropdown .username-change-option .username-change-option-dropdown {
	width: max-content;
}

.tiktok-username-dropdown.active {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.subscription-plan-box {
    box-sizing: border-box;
    width: 800px;
    background: #FFFFFF;
    border: 1px solid #E5E9EB;
    box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
    border-radius: 12px;
    position: relative;
    margin: 20px 0;
}
.sub-plan-wrap {
    padding: 20px;
    border-bottom: 1px solid #E5E9EB;
}
.subscription-plan-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.subscription-plan-name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.cancel-plan-change-plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.subscription-plan-name span {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
}

.current-plan-name {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 103px;
	height: 34px;
	border-radius: 4px;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 10px, transparent 10px) 0% 0% / 12px 12px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 10px, transparent 10px) 100% 0% / 12px 12px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 10px, transparent 10px) 0% 100% / 12px 12px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 10px, transparent 10px) 100% 100% / 12px 12px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 24px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 24px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 36%, #39EAD6 100%);
	position: relative;
	overflow: hidden;
	border: 0;
	transition: .2s;
}

.current-plan-name:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.15) 0%, rgba(255, 214, 195, 0.15) 52.5%, rgba(57, 234, 214, 0.15) 100%);
	border-radius: 0;
	z-index: 111;
}

.cancel-plan-change-plan .red-border-btn, .red-bg--btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	gap: 8px;
	height: 42px;
	border: 1px solid #FE2858;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #FE2959;
}

.cancel-plan-change-plan .red-bg-btn, .red-bg--btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	gap: 8px;
	height: 42px;
	background: #FE2858;
	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: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	border-color: #FE2858;
}

.cancel-plan-change-plan .red-bg-btn:hover,
.cancel-plan-change-plan .red-bg-btn:focus {
	background: #000;
	border-color: #000;
}

.cancel-plan-change-plan .red-border-btn:hover {
	background: #FE2858;
	color: #fff;
}

.plan-addons-list {
	padding: 20px;
}

.plan-addons-head {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
	margin: 0 0 20px;
}

.billing-details {
	box-sizing: border-box;
	width: 637px;
	background: #FFFFFF;
	border: 1px solid #E5E9EB;
	box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
	border-radius: 12px;
	position: relative;
	margin: 0;
	padding: 20px;
}

.billing-details-user span {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
	margin: 0 0 20px;
	display: flex;
}

.plan-addons-list ul li .double-gradient-btn {
	color: #212630;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
}

.plan-addons-list ul li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plan-addons-list ul {
	display: flex;
	flex-flow: column;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 20px;
}

.plan-addons-list ul li span:last-child {
	cursor: pointer;
}

#card-display {
	display: flex;
	align-items: center;
	gap: 20px;
}

.card-display-inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 12px;
	gap: 20px;
	width: 474px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(168, 168, 168, 0.4);
	border-radius: 8px;
}

.card-display-inner span {
	margin: 0;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
	color: #212630;
}

button.change-card-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	gap: 8px;
	width: 100px;
	height: 42px;
	background: #1E1E1E;
	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: 6px;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 11.96px;
	letter-spacing: 0px;
	cursor: pointer;
	border: 0;
}

button.change-card-btn:hover,
button.change-card-btn:focus {
	background: #fd2858;
}

#cardModal .modal-dialog {
	padding: 0;
	border: 0;
}

#cardModal .modal-dialog .modal-content {
	border: 0;
	padding: 0;
}

#cardModal .modal-dialog .modal-content .modal-body {
	padding: 30px;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.card-modal-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-modal-heading {
	font-family: Inter;
	font-weight: 600;
	font-size: 23.26px;
	line-height: 27.91px;
	text-align: center;
	color: #212630;
	margin: 0px;
}

.card-modal-form-inputs {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

#cardModal .modal-dialog .modal-content .modal-body form {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.card-modal-form-inputs label,
.card-modal-form-inputs-row label {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111F38;
}

#cardModal .modal-dialog .modal-content .modal-body .card-modal-form-inputs input,
#cardModal .modal-dialog .modal-content .modal-body .card-modal-form-inputs-row input, #elements-number-card, #elements-month-year-card, #elements-cvv-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 12px;
	height: 54px;
	background: #FFFFFF;
	border: 1px solid rgba(168, 168, 168, 0.4);
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #000;
}
#elements-number-card iframe, #elements-month-year-card iframe, #elements-cvv-card iframe {
	height:30px !important;
}
#cardModal .modal-dialog .modal-content .modal-body .card-modal-form-inputs input::placeholder {
	color: #000;
}

.card-modal-form-inputs-row {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 20px;
}

.card-modal-form-inputs-expire,
.card-modal-form-inputs-cvv {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.card-modal-form-expire-block {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 15px;
}

.card-modal-form-inputs-row input {}

button.save-card-details-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	gap: 8px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	border: 0;
	width: 100%;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	color: #fff;
}

button.save-card-details-btn:hover,
button.save-card-details-btn:focus {
	background: #000;
}

button.cancel-modal-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 25px;
	gap: 13px;
	height: 30px;
	background: #FFFFFF;
	border: 0;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.6%;
	width: 100%;
	color: #00000069;
}

button.cancel-modal-btn:hover,
button.cancel-modal-btn:focus {
	color: #000;
	background: transparent;
}

.card-update-buttons {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.elite-button {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 15px;
	color: #1e1e1e;
	border: 0px;
	display: flex;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.elite-button::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 0px, transparent 0px) 0% 0% / 5px 5px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 10px, transparent 0px) 100% 0% / 20px 20px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 0px, transparent 0px) 0% 100% / 12px 12px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 0px, transparent 0px) 100% 100% / 0px 0px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 5px) calc(100% - 5px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 15px) calc(100% - 15px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 36%, #39EAD6 100%);
	border-radius: 6px;
	z-index: -1;
}

.elite-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.15) 0%, rgba(255, 214, 195, 0.15) 52.5%, rgba(57, 234, 214, 0.15) 100%);
	border-radius: 6px;
	z-index: -1;
}

.double-gradient-btn.double-gradient-whiteBg:hover {
	color: #212630;
}

#subscriptionModal .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding: 25px 25px 20px;
}

.toggle-wrapper-main {
	display: flex;
	align-items: center;
	gap: 30px;
}

.toggle-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.toggle-label {
	cursor: pointer;
	transition: color 0.3s;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #9CA3AF;
}

.toggle-label.active {
	color: #000;
	font-weight: 600;
}

.switch {
	position: relative;
	width: 45px;
	height: 26px;
	background-color: #FE2858;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.switch .circle {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 0.3s;
}

.switch.active .circle {
	left: 22px;
}

.badge-warning-custom {
	background-color: #FFD16694;
	color: #d39e00;
	padding: 5px 10px;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 500;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #040302;
}

.plan-box {
	padding: 16px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E5E9EB;
	box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
	border-radius: 8px;
}

.plan-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.plan-header .double-gradient-btn.double-gradient-whiteBg {
	font-weight: 600;
	font-size: 14px;
	line-height: 15.54px;
	letter-spacing: 0px;
	color: #212630;
	padding: 0 20px;
	height: 40px;
}

.plan-header .price {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #212630;
}

.feature-list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0 0;
	padding: 0;
	gap: 10px;
}

.feature-list-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 0;
	gap: 10px;
}

.feature-list li,
.feature-list li a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: Inter;
	font-weight: 500;
	font-size: 13.02px;
	line-height: 20.4px;
	vertical-align: middle;
	color: #374151;
	margin: 0;
}

.feature-list li a {
	text-decoration: underline;
}

.current-label {
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 13px 6px;
	gap: 13px;
	position: absolute;
	width: 168px;
	height: 43px;
	left: 15px;
	top: -45px;
	background: #FE2858;
	border-radius: 12px 12px 0px 0px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.6%;
}

.modal-footer .btn {
	min-width: 140px;
}

.form-check-input {
	width: 20px;
	height: 20px;
}

.check-box {
	width: 32px;
	height: 32px;
	border: 1px solid #000000;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
}

.check-box svg {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.plan-box.current-plan {
	margin-top: 65px;
}

.plan-box.selected {
	position: relative;
	overflow: hidden;
	transition: .2s;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
		radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
		radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
		radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
		linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
		linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
		linear-gradient(90deg, #fe2858 0%, #212630 50%, #39ead6 100%);
	border-radius: 8px;
	box-sizing: border-box;
}

.plan-box.selected:after {
	content: "";
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.08) 0%, rgba(255, 214, 195, 0.08) 52.5%, rgba(57, 234, 214, 0.08) 100%);
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.plan-box.selected .check-box svg {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.plan-box input.form-check-input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 11;
}

#subscriptionModal .cancel-my-account {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 51px;
	background: rgba(254, 40, 88, 0.05);
	border-radius: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FE2858;
	max-width: 291px;
	width: 100%;
	border: 0px;
}

#subscriptionModal .confirm-plan, #upgradeModal .confirm-plan {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 291px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	border: 0px;
	width: 100%;
}
#upgradeModal .confirm-plan {
	max-width: 100%;
}
#subscriptionModal .modal-footer {
	justify-content: center;
	padding: 20px 20px;
}

#subscriptionModal .confirm-plan:hover,
#subscriptionModal .confirm-plan:focus,
#subscriptionModal .cancel-my-account:hover,
#subscriptionModal .cancel-my-account:focus {
	background: #000;
	color: #fff;
}

#subscriptionModal .modal-title {
	font-family: Inter;
	font-weight: 600;
	font-size: 23.26px;
	line-height: 27.91px;
	color: #212630;
}

#subscriptionModal .modal-body {
	padding: 10px 25px;
}

.option-card {
	/* Frame 2147226478 */
	background: #FFFFFF;
	border: 1px solid #F3F3F3;
	box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
	border-radius: 7.0735px;

	/* Inside auto layout */
	padding: 20px;
	display: flex;
	flex-flow: column;
	gap: 10px;
	cursor: pointer;
	margin-bottom: 20px;
}

.option-card strong {
	font-family: Inter;
	font-weight: 600;
	font-size: 23.26px;
	line-height: 27.91px;
	color: #212630;
}

.option-card p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	color: #49494C;
	margin: 0;
}

.modal-header-inner h5 {
	font-family: Inter;
	font-weight: 600;
	font-size: 23.26px;
	line-height: 27.91px;
	color: #212630;
	margin: 0 0 10px;
}

.modal-header-inner p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	color: #49494C;
	margin: 0;
}

.option-card.selected {
	margin-top: 0;
	position: relative;
	overflow: hidden;
	transition: .2s;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 50%, #39ead6 100%);
	border-radius: 8px;
	box-sizing: border-box;
}

.option-card.selected:after {
	content: "";
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.08) 0%, rgba(255, 214, 195, 0.08) 52.5%, rgba(57, 234, 214, 0.08) 100%);
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#btnContinueCancelOptions,
#btnPauseConfirm {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 291px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	border: 0px;
	width: 100%;
	min-width: auto;
	margin: 0 !important;
}

#cancelOptionsModal .modal-footer,
#pauseDurationModal .modal-footer,
#downgradePlanModal .modal-footer,
#finalCancelModal .modal-footer {
	justify-content: center;
	padding: 20px;
}

#cancelOptionsModal .modal-header,
#pauseDurationModal .modal-header,
#downgradePlanModal .modal-header,
#finalCancelModal .modal-header {
	padding: 20px;
}

#cancelOptionsModal .modal-header .btn-close,
#pauseDurationModal .modal-header .btn-close,
#downgradePlanModal .modal-header .btn-close,
#finalCancelModal .modal-header .btn-close {
	border: 0;
	right: 30px;
	position: absolute;
	top: 20px;
	color: #1F2937;
	opacity: 1;
	font-size: 0;
}

#cancelOptionsModal .modal-header .btn-close:hover,
#cancelOptionsModal .modal-header .btn-close:focus,
#pauseDurationModal .modal-header .btn-close:hover,
#pauseDurationModal .modal-header .btn-close:focus,
#downgradePlanModal .modal-header .btn-close:hover,
#downgradePlanModal .modal-header .btn-close:focus,
#finalCancelModal .modal-header .btn-close:hover,
#finalCancelModal .modal-header .btn-close:focus {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pause-account-option-inner label {
	height: 71px;
	background: #FFFFFF;
	border: 1px solid #F3F3F3;
	box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
	border-radius: 7.0735px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 27.91px;
	color: #212630;
}

.pause-account-option-inner {
	position: relative;
	width: 100%;
}

.pause-account-option {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin: 20px 0;
}

.pause-account-option-inner input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.pause-account-option-inner input[type="radio"]:checked+label {
	position: relative;
	overflow: hidden;
	transition: .2s;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 50%, #39ead6 100%);
	border-radius: 8px;
	box-sizing: border-box;
}

.pause-account-option-inner input[type="radio"]:checked+label:after {
	content: "";
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(254, 40, 88, 0.08) 0%, rgba(255, 214, 195, 0.08) 52.5%, rgba(57, 234, 214, 0.08) 100%);
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#pauseConfirmationModal .modal-body,
#downgradeConfirmationModal .modal-body,
#finalCancelModal .modal-body,
#cancellationConfirmationModal .modal-body {
	padding: 30px;
}

#pauseConfirmationModal h5,
#downgradeConfirmationModal h5,
#cancellationConfirmationModal h5 {
	font-family: Inter;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: #212630;
	margin: 20px 0;
}

#pauseConfirmationModal p,
#downgradeConfirmationModal p,
#cancellationConfirmationModal p {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	background: #FDF3F6;
	border-radius: 66px;
	width: fit-content;
	margin: 0 auto 25px;
	font-family: Inter;
	font-weight: 700;
	font-size: 16.28px;
	line-height: 27.91px;
	text-align: center;
	color: #FE2858;
}

.unpause-back-btn {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

#pauseConfirmationModal .unpause,
#downgradePlanModal .confirmation-button,
#finalCancelModal .confirmation-button,
#cancellationConfirmationModal .unpause {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 291px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	border: 0px;
	width: 100%;
	margin: 0 auto;
}

#pauseConfirmationModal .back,
#downgradePlanModal .back,
#downgradeConfirmationModal .back,
#finalCancelModal .back,
#cancellationConfirmationModal .back {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 25px;
	gap: 13px;
	height: 51px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	width: 150px;
	margin: 0 auto;
}

.core-plan-description {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	border-bottom: 1px solid #00000014;
	padding-bottom: 20px;
}

.core-plan-description p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	letter-spacing: -0.6%;
	color: #49494C;
	margin: 0;
}

.core-plan-inner-head {
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 25.08px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #000000;
	margin: 20px 0;
}

ul.feature-list.feature-list-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

ul.feature-list.feature-list-grid li {
	justify-content: flex-start;
}

.plan-header .price span {
	font-family: Inter;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	line-height: 22.89px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #FE2858;
	margin-right: 30px;
}

#downgradePlanModal .confirmation-button,
#downgradePlanModal .back,
#finalCancelModal .confirmation-button,
#finalCancelModal .back {
	margin: 0;
}

#downgradePlanModal .modal-footer,
#finalCancelModal .modal-footer {
	gap: 20px;
}

.claim-offer-main-pro {
	text-align: center;
	display: flex;
	flex-flow: column;
	gap: 15px;
	position: relative;
	overflow: hidden;
	transition: .2s;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 50%, #39ead6 100%);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
}
.claim-offer-main-pro:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('./assets/images/cancel-account-bg-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: .1;
}

.claim-offer-main-pro img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 100px;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}

.offer-off-main {
	/* Frame 3 */
	height: 45px;
	background: linear-gradient(90deg, #FE2858 0%, #212630 34%, #212630 63%, #39EAD6 100%);
	border-radius: 9.94877px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Inter;
	font-weight: 800;
	font-size: 30.01px;
	line-height: 31.98px;
	letter-spacing: -0.98px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding: 0 5px;
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}

.offer-off-main span {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
}

.claim-offer-description {
	font-family: Inter;
	font-weight: 600;
	font-size: 16.28px;
	line-height: 27.91px;
	letter-spacing: -0.6%;
	text-align: center;
	vertical-align: middle;
	color: #49494C;
	position: relative;
    z-index: 1;
}

.contact-support {
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #E5E9EB;
}

.contact-support p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	letter-spacing: -0.6%;
	text-align: center;
	color: #49494C;
	margin: 0;
}

.contact-support button.contact-support-btn {
	gap: 8px;
	max-width: 291px;
	height: 51px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FE2858;
	width: 100%;
	border: 2px solid #FE2858;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: rgba(254, 41, 89, 0.1);
	border-radius: 8px;
	margin: 20px auto 0;
}

.contact-support button.contact-support-btn:hover,
.contact-support button.contact-support-btn:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.recover-accounts {
	text-align: center;
	padding: 30px;
}

.recover-accounts p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 27.91px;
	text-align: center;
	color: #49494C;
	margin: 0;
}

#finalCancelModal .modal-body {
	padding: 0;
}

#finalCancelModal .confirmation-button {
	background: #000;
}

#finalCancelModal .confirmation-button:hover,
#finalCancelModal .confirmation-button:focus {
	background: #FE2858;
}

.claim-offer-main-inner {
	padding: 20px 20px 0;
}

.claim-offer-button-main {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    z-index: 1;
}

.claim-offer-button-main .claim-offer-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 51px;
	background: #FE2858;
	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: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	border: 0px;
	padding: 0 20px;
}

.claim-offer-button-main .claim-offer-button:hover,
.claim-offer-button-main .claim-offer-button:focus {
	background: #000;
}

.cancel-account-final {
	font-family: Inter;
	font-weight: 400;
	font-size: 16.28px;
	line-height: 27.91px;
	letter-spacing: -0.6%;
	text-align: center;
	color: #49494C;
	margin: 0 0 25px;
}
.account-dots-number .step-indicator span {
		width: 30px;
		height: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 6.44px;
		background: rgba(254, 40, 88, 0.1);
		border-radius: 94.25px;
		font-family: Inter;
		font-weight: 500;
		font-size: 12px;
		line-height: 24.39px;
		letter-spacing: 0%;
		vertical-align: middle;
		color: #FE2858;
		position: relative;
		}
		.account-dots-number .step-indicator .active {
		    background: #FE2858;
		    color: #fff;
		}
		.account-dots-number .step-indicator span:after {
		    content: "";
		    background: #E0E0E0;
		    width: 80px;
		    height: 2px;
		    position: absolute;
		    left: 35px;
		}
		.account-dots-number .step-indicator span.active:after {
		    background: #ff2758;
		}
		.account-dots-number .step-indicator span:last-child:after {
		    display: none;
		}
    .account-dots-number .step-container {
      display: none;
    }
    .account-dots-number .step-container.active {
      display: block;
    }
		.account-dots-number {
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}

		.account-dots-number .step-indicator {
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    gap: 90px;
		}
		.account-dots-number .step-container {
		  display: none;
		  opacity: 0;
		  transition: opacity 0.4s ease;
		  position: absolute;
		  width: 100%;
		}
		.account-dots-number .step-container.active {
		  display: block;
		  opacity: 1;
		  position: relative;
		}
		.account-dots-number .step-wrapper {
		  position: relative;
		  min-height: 300px;
		}
		.account-page-main {
		    background: #FFFFFF;
		    border: 2.65256px solid #FFFFFF;
		    box-shadow: 0px 0px 7.95768px rgba(0, 0, 0, 0.09);
		    border-radius: 7.0735px;
		    margin: -20px 0 0;
		    padding: 40px 20px 20px;
		}
		.step-container h5 {
		    font-family: Inter;
		    font-weight: 600;
		    font-size: 18px;
		    line-height: 27.91px;
		    letter-spacing: -0.6%;
		    color: #212630;
		    display: flex;
		    align-items: center;
		    gap: 10px;
		}

		.step-container h5 img {
		    max-width: 25px;
		}
		.step-container .relatedAccounts-list li {
			    position: relative;
			    z-index: 1;
			    display: flex;
			    align-items: center;
			    gap: 20px;
			}

		.step-container .relatedAccounts-list li .double-gradient-btn {
			 font-size: 14px;
			 color: #212630;
			 height: 35px;
		}
		.step-container .relatedAccounts-list {
			    display: flex;
			    flex-wrap: wrap;
			    gap: 20px;
			    align-items: center;
			}

			.handle-profile-img {
			    border: 1px solid #000000;
			    width: 70px;
			    height: 84px;
			    border-radius: 4px;
			    overflow: hidden;
			}

			.step-container .relatedAccounts-list li .handle-profile-img img {
			    width: 100%;
			    height: 100%;
			    object-fit: cover;
			}

			.step-container .relatedAccounts-list li .remove-handle {
			    cursor: pointer;
			    border: 1.1px solid #000;
			    border-radius: 4px;
			    width: 33px;
			    height: 33px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			}
			.step-container {
			    margin: 40px auto 0;
			    max-width: 700px;
			}
			.step-container-buttons .back-btn {
			    display: flex;
			    flex-direction: row;
			    justify-content: center;
			    align-items: center;
			    padding: 0px 4px;
			    gap: 13px;
			    width: 144px;
			    height: 51px;
			    background: #FFFFFF;
			    border: 1px solid #DCDCDC;
			    border-radius: 8px;
			    font-family: Inter;
			    font-weight: 600;
			    font-size: 18px;
			    line-height: 24px;
			    letter-spacing: -0.6%;
			    color: #000000;
			}

			.step-container-buttons .confirm-account-btn {
			    display: flex;
			    flex-direction: row;
			    justify-content: center;
			    align-items: center;
			    padding: 0 0;
			    gap: 8px;
			    width: 144px;
			    height: 51px;
			    background: #FE2858;
			    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: 12px;
			    font-family: Inter;
			    font-weight: 600;
			    font-size: 18px;
			    line-height: 24px;
			    letter-spacing: -0.6%;
			    color: #fff;
			    border: 0;
			}

			.step-container-buttons .back-btn[disabled] {
			    background: #eee;
			    opacity: .7;
			}

			.step-container-buttons {
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    gap: 20px;
			    margin: 100px 0px 50px;
			}
			.step-container-buttons .confirm-account-btn:hover {
			    background: #000;
			}
			.step-container .relatedAccounts-list li .double-gradient-btn .remove-handle {
				    border: 0;
				    width: auto;
				    height: auto;
				    margin-left: 10px;
				}
				.count-rangeslider-main .input-box {
	    box-sizing: border-box;
	    height: 60px;
	    background: #FFFFFF;
	    border: 1px solid rgba(33, 38, 48, 0.2);
	    border-radius: 12px;
	    display: flex;
	    align-items: center;
	}

	.count-rangeslider-main .input-box span {
	    flex: 0 0 50px;
	    color: #1F1C2F;
	    font-weight: 700;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-right: 1px solid #D3D4D6;
	    height: 100%;
	}

	.count-rangeslider-main .input-box input#rangeValueInput {
	    border: 0;
	    padding: 0 10px;
	    font-family: Inter;
	    font-weight: 500;
	    font-size: 16px;
	    line-height: 18.04px;
	    letter-spacing: 0.32px;
	    vertical-align: middle;
	    color: #1F1C2F;
	}
	.count-rangeslider-main .cloutify-followers-range-slider .irs-single {
	    top: 45px !important;
	    transform: none !important;
	    border-radius: 12px !important;
	    box-shadow: 0px 1.26px 1.26px 0px #FFFFFF33 inset;
	    background: #414141 !important;
	    width: 80px;
	    padding: 12px !important;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-weight: 400;
	    font-size: 16px !important;
	    line-height: 15.54px !important;
	    letter-spacing: 0px !important;
	}

	.count-rangeslider-main .cloutify-followers-range-slider .irs-single:before {
	    top: -6px;
	    border-top-color: #414141 !important;
	    transform: rotate(181deg);
	}
	.count-limit {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    font-family: Inter;
	    font-weight: 500;
	    font-size: 16px;
	    line-height: 18.04px;
	    letter-spacing: 0.32px;
	    vertical-align: middle;
	    color: #1F1C2F99;
	}
		#step5 {
		    max-width: 100%;
		}

		.proceed-to-pay-main h2 {
		    font-family: Inter;
		    font-weight: 700;
		    font-size: 23.26px;
		    line-height: 27.91px;
		    letter-spacing: -0.6%;
		    color: #212630;
		    text-align: center;
		}

		.proceed-to-pay-main p {
		    font-family: Inter;
		    font-weight: 400;
		    font-size: 16.28px;
		    line-height: 27.91px;
		    letter-spacing: -0.6%;
		    color: #49494C;
		    text-align: center;
		    margin: 0;
		}
		.toggle-wrapper-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 20px;
}

.toggle-wrapper-new .toggle-container {
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 12px;
}

.toggle-wrapper-new .toggle-container .toggle-option {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.3px;
    letter-spacing: -0.1px;
    text-align: center;
    box-shadow: none;
    background: transparent;
    border: 0;
}

.toggle-wrapper-new .toggle-container .toggle-option.active {
    background: #FE2858;
    color: #fff;
    font-weight: 600;
}

.discount-tag-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 34px;
    background: rgba(254, 40, 88, 0.13);
    border-radius: 18px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.3px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #FE2858;
}
.plan-card-new {
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    width: 100%;
		overflow: hidden;
		cursor: pointer;
}

.plan-card-prices .double-gradient-btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 15.54px;
    letter-spacing: 0px;
    color: #212630;
    padding: 0 20px;
    height: 40px;
    box-shadow: none;
}

.plan-card-prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.plan-price-new {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.6%;
    color: #212630;
}

.plan-features-new {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.plan-features-new li {
    font-family: Inter;
    font-weight: 500;
    font-size: 13.02px;
    line-height: 20.4px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-features-new li svg {
    flex: 0 0 18px;
}
.plan-wrapper-new {
    display: flex;
    gap: 20px;
    margin: 50px 0 0;
}
.popular-label {
    position: absolute;
    right: -20px;
    bottom: -20px;
    padding: 10px 40px 30px 30px;
}
.popular-label:before {
    content: "";
    background: linear-gradient(270deg, #26E8E9 7.27%, #12BCBC 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skew(-30deg, 0deg);
    border-radius: 7px;
}

.popular-label span {
    font-weight: 900;
    font-style: italic;
    font-size: 11.39px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    position: relative;
}
.plan-card-new.selected-plan {
    position: relative;
    overflow: hidden;
    transition: .2s;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #fe2858 0%, #212630 50%, #39ead6 100%);
    border-radius: 8px;
    box-sizing: border-box;
    border: 0;
}

.plan-card-new.selected-plan:after {
    content: "";
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(254, 40, 88, 0.08) 0%, rgba(255, 214, 195, 0.08) 52.5%, rgba(57, 234, 214, 0.08) 100%);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#step5 .confirm-account-btn {
    width: auto;
    padding: 0 20px;
}
#successModal .modal-content {
    border: 0;
}

#successModal .modal-content .modal-icon {
    margin: 0 0 40px;
}

#successModal .modal-content .unpause {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 51px;
    background: #FE2858;
    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: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border: 0px;
    width: 100%;
}

#successModal .modal-content .unpause:hover {
    background: #000;
}
.selected-addons-list ul#selectedList {
    padding: 0 20px;
}
#lostpasswordform legend, somfrp-lost-pass-form-text , .somfrp-lost-pass-form-text {
    display: none;
}
#lostpasswordform label{
    margin: 7px auto;
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
#somfrp_user_info {
    border: none;
    color: #000;
    font-size: 12px;
    height: auto;
    padding: 11px 16px;
    border-radius: 6px;
    background: #F5F7F9;
    font-weight: 600;
    max-width: 100%;
}

#lostpasswordform #reset-pass-submit {
    background-color: #FE2858;
    color: #FFFFFF;
    font-family: "Archivo", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
    padding: 13px 16px 13px 16px;
}
#lostpasswordform input#somfrp_user_info {
    background-color: #F5F7F9 !important;
    border-width: 0px 0px 0px 0px !important;
    border-radius: 7px 7px 7px 7px !important;
    height: 47px;
}
#lostpasswordform .lostpassword-submit {
    margin-bottom: 0;
}


/* Design edits 9 June 2025 */

/* .refreshDashboard-wrapper {
    text-align: right;
    float: right;
    width: auto;
} */

.page-template-template-user-dashboard .daterangepicker {
    border: none;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #fff;
}

.page-template-template-user-dashboard .daterangepicker .drp-calendar.left,
.page-template-template-user-dashboard .daterangepicker .drp-calendar.right {
    padding: 30px;
}

.page-template-template-user-dashboard .daterangepicker{
    width: 760px !important;
    max-width: 900px !important;
}

.page-template-template-user-dashboard .daterangepicker .drp-calendar.left {
        width: 50%;
        max-width: 50%;
    }
	
.activity-feed-ul-section span.handle {
    display:flex;
}

.interaction-table-row .interaction-counts {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-top: 0;
    height: 340px;
    display: block;
    float: left;
    flex: 0;
    position: relative;
    left: 0;
	width:20%;
}
.next-boosts-btn a {
    background: #FE28580D;
    color: #FE2858;
    padding: 10px 10px;
    border-radius: 5px;
}
.interaction-table-row .interaction-counts div {
    margin-bottom: 0;
    height: 55px;
    line-height: 55px;
}

/* .refreshDashboard-wrapper label.refresh-label {
    width: auto;
    float: left;
    font-size: 14px;
    line-height: 20px;
} */

/* .refreshDashboard-wrapper span.update_user_dashboard {
    float: left;
    display: unset;
    line-height: 20px;
    margin-left: 10px;
} */
.interaction-table-row {
    display: block;
    position: relative;
}

.interaction-table-row canvas#trafic_source_chart {
    width: 80% !important;
    float: left;
    margin-top: -53px;
}

.boost-history-heading li .dateHeading {
    display: flex;
    align-items: center;
    flex: 0 0 15%;
    justify-content: center;
    padding-left: 60px;
}

.boost-history-heading li div.videoHeading {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 25%;
    padding-right: 20px;
}

.boost-history-heading li div.amountSpentHeading {
    display: flex;
    align-items: center;
    flex: 0 0 16%;
    justify-content: center;
}

.boost-history-heading li div.resultHeading {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
    justify-content: center;
}

.boost-history-heading li div.currentstatusHeading {
    display: flex;
    align-items: center;
    flex: 0 0 10%;
    justify-content: center;
}

.post-all-listing ul .post-amountSpent {
    flex: 0 0 11%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.post-all-listing ul .post-date p {
    font-size: 14px;
}

.post-all-listing ul li .growing-btn-wrapper {
    flex: 0 0 10%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    left: -17px;
}

.boosts-btn.in_progress.site-light-btn:hover {
    background: rgba(237, 56, 95, 0.16);
    color: #ED385F;
}

.growing-btn-div a:after {
    width: 72px;
    height: 32px;
    position: absolute;
    top: -1px;
    right: -6px;
    background: rgba(254, 40, 88, 1);
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.growing-btn-div {
    width: auto;
    position: relative;
    z-index: 1;
}

.growing-btn-div a {
    width: auto;
    float: left;
    height: 32px;
    padding: 0 10px;
    border: 2px solid #000;
    border-radius: 4px;
    line-height: 28px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    position: relative;
    background: #fff;
    margin-left: 10px;
    color: #000;
}

.growing-btn-div a:before {
    width: 72px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: -6px;
    background: rgba(57, 234, 214, 1);
    content: "";
    border-radius: 4px;
    z-index: -1;
}

.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab {
    margin-bottom: 10px;
    width: auto;
    float: right;
    position: relative;
    top: -80px;
}

.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab a {
    font-size: 14px;
}

.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab:hover {
    background: rgba(237, 56, 95, 0.16);
}

body span.irs-single {
    padding: 10px !important;
    font-size: 14px !important;
	width:auto;
}

body .cloutify-followers-range-slider .irs--flat .irs-from, body .cloutify-followers-range-slider .irs--flat .irs-to {
    width: auto;
    padding: 10px !important;
    font-size: 14px !important;
}

.cancel-plan-change-plan button.unpause_subcription{
    background: #FE2C55;
    border-radius: 7px;
    color: #fff;
}

.subscription-plan-name .paused-resumed-text-bar {
    width: 100%;
    float: left;
}

.subscription-plan-name {
    position: relative;
}
.paused-resumed-text-bar span.paused-text {
    font-size: 12px;
    color: rgba(254, 44, 85, 1);
    background: rgba(254, 41, 88, 0.15);
    padding: 5px 10px;
    border-radius: 4px;
}
.boostRange-slider-wrapper.range-slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.boost-followings_section_min_max {
    justify-content: space-between;
    margin-top: 20px;
}
.boost-followings_section_min_max.followings_section_min_max .cloutify-follow-min-max {
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 15.54px;
    letter-spacing: 0px;
    padding: 0;
}
.boostollowers-btn.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab.boost_follower_btn {
    box-shadow: 0px 5.56px 5.56px 0px rgba(8, 8, 8, 0.08);
	box-shadow: 0px 1.39px 2.78px 0px rgba(8, 8, 8, 0.2);
	box-shadow: 0px 8.34px 16.69px 0px rgba(255, 255, 255, 0.12) inset;
	box-shadow: 0px 1.39px 1.39px 0px rgba(255, 255, 255, 0.2) inset;
    background: #FE2858;
    color: #fff;
	border-radius:6px 6px;
}
.boostollowers-btn.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab.boost_follower_btn a{
	color:#fff;
}
.boostollowers-btn.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab.boost_follower_btn a svg{
	fill:#fff;
	margin-left:5px;
}.som-password-sent-message {
    border: 0;
    padding: 10px 10px;
    font-size: 12px;
    color: #FE2858;
    background: rgba(253, 243, 246, 1) !important;
}

.som-password-error-message, .som-password-sent-message {
    border: 0;
    padding: 10px 10px;
    font-size: 12px;
    color: #FE2858;
    background: rgba(253, 243, 246, 1) !important;
}
.dash-welcome-text-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


/* Upgrade plan modal css starts here */

div#upgradeModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

div#upgradeModal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 500px;
	margin: 1.75rem auto;
}

div#upgradeModal .modal-content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: none;
    padding: 35px;	
}

div#upgradeModal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}

.modal-open {
    overflow: hidden;
}

div#upgradeModal .modal-header {
    padding: 0;
	display: block;
    flex-shrink: unset;
    align-items: unset;
	width:100%;
}

div#upgradeModal .modal-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
    width: 100%;
    float: left;
    margin: 0;
}

div#upgradeModal .modal-header .toggle-wrapper-main {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 20px 0;
    padding: 0;
}

div#upgradeModal .badge-warning-custom {
    padding: 0 10px;
    font-size: 12px;
    top: -2px;
    left: 183px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
}

div#upgradeModal .modal-header button.close {
    width: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    padding: 0;
    background: #c36;
    border: 0;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
}

div#upgradeModal .modal-dialog .modal-body {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 10px;
}

div#upgradeModal .feature-list-main li {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

div#upgradeModal .feature-list-main ul.feature-list {
    width: 100%;
    float: left;
    display: block;
}

div#upgradeModal .feature-list-main li a {
    display: inline-block;
    font-size: 13px;
    margin-top: -4px;
}

div#upgradeModal .modal-dialog .modal-body .plan-box.selected {
    margin-top: 0;
}

.plan-box.current-plan .check-box {
    display: none;
}

.modal-open div#upgradeModal {
    overflow-x: hidden;
    overflow-y: auto;
}

























/* Responsive css starts here */
@media only screen and (max-width:1340px) {
	.dashboard-sidebar-inner ul li a {
		font-size: 13px;
		padding: 10px 10px;
	}
	.dashboard-sidebar-inner ul li a svg {
		width: 15px;
		height: 15px;
	}

}
@media only screen and (max-width:1200px) {
	.dashboard-sidebar-inner ul li a {
		font-size: 12px;
		padding: 10px 10px;
		gap:10px
	}
	.dashboard-follower-boxs {
		padding: 15px 15px;
	}
	.dashboard-logo a img{
		width: 90%;
	}
}
@media only screen and (max-width:1100px) {
	.dashboard-sidebar-inner ul li a svg {
		width: 12px;
		height: 12px;
	}
	.dashboard-sidebar-inner ul li a {
		gap: 7px;
		font-size: 11px;
	}
	
.feature-list-main .check-box {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 30px;
}
}
@media only screen and (max-width: 1024px) {
	.dashboard-follower-boxs {
		font-size: 12px;
	}
	.mobile-hidden {
		display: none;
	}

	.desktop-hidden {
		display: block;
	}

	.dashboard-sidebar {
		position: fixed;
		height: auto;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
		border-top: 1px solid #eee;
		z-index: 4;
		margin: 0;
	}

	.dashboard-sidebar-inner ul {
		display: flex;
		justify-content: space-between;
	}
	.username-details .dropdown-toggle {
    	right: 10px;
	}
	.dashboard-sidebar-inner ul li a {
		flex-flow: column;
		gap: 6px;
		padding: 0px;
	}

	.dashboard-sidebar-inner ul li a:hover,
	.dashboard-sidebar-inner ul li a.active {
		background: transparent;
		font-weight: normal;
	}

	.dashboard-sidebar-inner ul li a:hover svg,
	.dashboard-sidebar-inner ul li a.active svg {
		background: linear-gradient(179.98deg, rgba(247, 121, 30, 0.15) -17.68%, rgba(216, 40, 115, 0.15) 99.98%);
	}

	.dashboard-sidebar-inner ul li a svg {
		width: 50px;
		height: 50px;
		padding: 15px;
		border-radius: 8px;
	}

	.dashboard-rightsidebar {
		flex: 0 0 100%;
		padding-bottom: 100px;
	}

	.dashboard-header-inner {
		padding: 15px 15px;
		justify-content: space-between;
	}

	.dashboard-logo,
	.dashboard-header-rightside {
		flex: 0 0 auto;
	}

	.responsive-dashboard-items .dropdown-header-menu2 {
		position: static;
		display: block !important;
		width: 100%;
		margin: 10px 0 0;
	}

	.responsive-dashboard-items .profile-container {
		width: 95%;
		margin: 0 auto 20px;
		position:relative;
	}

	.responsive-dashboard-items .profile-container .username-details {
		width: 100%;
		position:unset;
	}

	.responsive-logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px 0 20px;
	}

	.responsive-dashboard-items .profile-container .username-details .dropdown-menu {
		width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
	}

	.responsive-dashboard-menu {
		padding: 20px;
	}

	.responsive-logo a {
		line-height: normal;
	}

	.responsive-logo img {
		max-width: 120px;
	}

	.responsive-logo .close-menus {
		stroke: #000;
	}

	.training-our-ai {
		flex-flow: column;
	}

	.grow-video-engagement {
		flex-flow: column;
		gap: 20px;
		text-align: center;
	}

	.post-all-listing ul li {
		flex-flow: column;
		width: 100%;
		align-items: baseline;
		gap: 30px;
		display: block;
	}

	.post-img-content {
		flex: 0 0 100%;
		width: 100%;
	}

	.post-all-likes-plays-comments {
		margin: 20px 0;
	}
	.weekly-summary-row,.main-drop-column {
		grid-template-columns: 1fr;
	}
	.overview-container {
        box-sizing: border-box;
        background: #FFFFFF;
        border: 0.86516px solid #E5E9EB;
        box-shadow: 0px 1.73032px 3.46064px rgba(27, 28, 29, 0.04);
        border-radius: 10.3819px;
        padding: 0;
        margin-top: 20px;
        gap: 0;
        overflow: hidden;
	}
	.overview-container .card-new {
		border: 0;
		padding: 15px 15px;
		border-right: 0.86516px solid #E5E9EB;
		border-radius: 0;
	}
	.overview-container .card-new:last-child {
		border-right: 0;
	}
	.training-ai-content p {
		flex-wrap: wrap;
		gap: 20px;
	}

	.training-ai-content span.countdown-timer {
		margin: 0;
	}

	.training-our-ai-inner {
		flex-wrap: wrap;
	}

	.timeline-container {
		display: flex;
		flex-direction: column;
		position: relative;
		padding-left: 0;
	}

	.step {
		display: flex;
		align-items: flex-start;
		margin-bottom: 30px;
		position: relative;
		justify-content: space-between;
		width: 100%;
	}

	.circle {
		width: 14px;
		height: 14px;
		border-radius: 50%;
		z-index: 2;
		position: absolute;
		right: 170px;
		top: 7px;
		/* Ellipse 14 */
		background: #FCEEF2;
		border: 3.27389px solid #FFFFFF;
		box-shadow: 0px 0.951666px 1.90333px rgba(8, 8, 8, 0.2), 0px 3.80666px 3.80666px rgba(8, 8, 8, 0.08), inset 0px 0.951666px 0.951666px rgba(255, 255, 255, 0.2), inset 0px 5.70999px 11.42px rgba(255, 255, 255, 0.12);
	}

	.done {
		border-color: #e43f5a;
		background-color: #ffffff;
	}

	.in-progress {
		border-color: #e43f5a;
	}

	.line {
		position: absolute;
		right: 176px;
		top: 20px;
		width: 2px;
		height: 55px;
		background: #ccc;
		z-index: 1;
	}

	.done-line {
		background: #e43f5a;
	}

	.step-content {
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.step-title {
		font-weight: 600;
		margin-bottom: 8px;
		font-size: 16px;
	}

	.status-tag {
		display: inline-flex;
		align-items: center;
		font-size: 14px;
		padding: 6px 14px;
		border-radius: 10px;
		color: #e43f5a;
		background-color: #fdecef;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		width: 150px;
		justify-content: center;
	}

	.status-tag.completed {
		background-color: #e43f5a;
		color: white;
		font-weight: 500;
	}

	.check-icon {
		margin-right: 6px;
	}

	.loader {
		width: 14px;
		height: 14px;
		border: 2px solid #e43f5a;
		border-top: 2px solid transparent;
		border-radius: 50%;
		margin-right: 6px;
		animation: spin 1s linear infinite;
	}

	@keyframes spin {
		to {
			transform: rotate(360deg);
		}
	}

	.countries-list {
		flex-wrap: wrap;
	}

	.growth-main-top-header {
		flex-wrap: wrap;
		gap: 10px;
	}

	.footer-content {
		margin-bottom: 95px;
		width: 100%;
	}

	.addons {
		flex: 0 0 100%;
		border: 0;
	}

	.addon p.desktop-hidden {
		margin: 15px 0 0;
	}

	.tab-head {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.user-detail-form-input-group {
		grid-template-columns: 1fr;
		width: 100%;
		gap: 20px;
	}

	.user-detail-form-input-group:nth-child(2) {
		width: 100%;
		grid-template-columns: 1fr;
	}

	.user-detail-form-input-group:nth-child(3) .user-detail-form-input {
		width: 100%;
	}

	.user-detail-form {
		gap: 20px;
	}

	.username-change-option-inner,
	.username-change-option-dropdown {
		width: 100%;
	}

	.tiktok-username,
	.subscription-plan-box,
	.billing-details,
	.card-display-inner {
		width: 100%;
	}

	.subscription-plan-name {
		justify-content: space-between;
		width: 100%;
	}
	.account-details-save-buttons .save-btn, .account-details-save-buttons .cancel-btn {
	    width: 100%;
	}
	.connect-new-account {
	    padding: 0px 10px;
	    gap: 8px;
	    height: 40px;
	    font-size: 12px;
	}
	.user-details-tabs .nav-tabs .nav-link {
	    font-size: 14px;
	}
	button.change-card-btn {
	    width: 100%;
	}
	#card-display, .toggle-wrapper-main {
	    flex-wrap: wrap;
	}

		div#card-display {
			flex-wrap: wrap;
		}

		.feature-list-main {
			flex-wrap: wrap;
		}

		.feature-list {
			flex-wrap: wrap;
		}

		.feature-list li a {display: contents;}

		.feature-list li svg {
			flex: 0 0 20px;
		}

		.plan-box.selected .feature-list {
			padding: 0;
		}

		.plan-box.selected .feature-list li {
			width: 100%;
			justify-content: flex-start;
			padding: 0;
		}

		.feature-list li {
			width: 100%;
		}

		.modal-header-inner h5 {
			font-size: 18px;
		}

		.modal-header-inner p {
			font-size: 14px;
		}

		.option-card {gap: 0;}

		.option-card strong {
			font-size: 18px;
		}

		.option-card p {
			font-size: 14px;
		}

		.pause-account-option {
			flex-wrap: wrap;
		}

		#pauseConfirmationModal h5, #downgradeConfirmationModal h5, #cancellationConfirmationModal h5 {
			font-size: 18px;
		}

		#pauseConfirmationModal p, #downgradeConfirmationModal p, #cancellationConfirmationModal p {
			font-size: 14px;
			border-radius: 10px;
		}

		.modal-icon svg {
			width: 60px;
			height: 60px;
		}
		.plan-header .price {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: flex-end;
			gap: 10px;
		}

		.plan-header .price span {
			margin: 0;
		}

		.plan-header {
			flex-wrap: wrap;
			gap: 10px;
		}

		ul.feature-list.feature-list-grid {
			grid-template-columns: 1fr;
			gap: 10px;
		}
		.modal-backdrop.fade.show {
			height: 100%;
		}
		.plan-wrapper-new {
			flex-wrap: wrap;
		}

		.post-all-listing .boost-history-heading {
			display: none;
		}

		.status-tag.completed span.check-icon{
			background-color: white;
			color: #de3d63;
			width: 16px;
			height: 16px;
			border-radius: 50%;
			border: 2px solid #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 12px;
		}

		.status-tag.completed span.check-icon svg {
			opacity: 1;
		}
		.selected-addons-list {
			margin-bottom: 110px;
		}
		.boostRange-slider-wrapper.range-slider-wrapper {
			grid-template-columns: 1fr;
		}
}
@media only screen and (max-width: 991px) 
{
	.stats-views {
		flex-flow: column;
	}
}
@media only screen and (max-width: 767px) {
	.hidden-mobile{
		display:none !important;
	}
	.hidden-desktop {
    	display: block !important;
	}
	.next-boosts-btn {
		margin-bottom: 30px;
	}
	.dashboard-logo img {
		max-width: 120px;
	}

	.double-gradient-btn {
		font-size: 10.4694px;
		padding: 10px 10px;
		height: 35px;
	}

	.double-gradient-btn svg {
		width: 12px;
	}

	.dashboard-sidebar-inner ul li a {
		font-size: 12px;
	}

	.stats-container {
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}

	.stat-box::after {
		display: none;
	}

	.stat-box {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}

	.stat-box:last-child {
		border-bottom: none;
	}

	.countries-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
	}

	.grow-video-engagement span {
		font-size: 14px;
	}

	p,
	.value,
	.interaction-table-value {
		font-size: 14px;
	}

	.label {
		font-size: 10px;
	}

	.weekly-summary-header {
		flex-wrap: wrap;
		gap: 10px;
	}

	.hashtag-container {
		padding: 20px 0 0;
	}

	.status-tag {
		width: 130px;
		font-size: 12px;
	}

	.circle {
		right: 150px;
	}

	.line {
		right: 156px;
	}

	.country-box-main {
		flex-flow: column;
	}

	.visiter-chart {
		width: 100%;
	}

	.subscribe-btn {
		padding: 0;
		height: 57px;
		width: 90%;
		font-size: 12px;
	}

	.subscribe-btn svg {
		width: 15px;
	}

	.subtotal {
		padding: 15px;
		font-size: 14px;
	}

	.selected ul {
		padding: 0 15px;
	}

	.selected li {
		font-size: 14px;
		padding: 10px 0;
	}

	.selected li button {
		font-size: 14px;
		padding: 0;
	}

	.selected {
		margin-top: 0;
	}

	.addons {
		padding: 15px;
	}

	.plan-price-head span,
	.plan-price-head strong {
		font-size: 14px;
	}

	.purchased_successfully_message h2 {
		font-size: 17.26px;
	}

	.package-list-purchased span {
		font-size: 14.48px;
	}

	.package-list-purchased {
		gap: 10px 20px;
	}

	.purchased_successfully_message p {
		font-size: 13.28px;
		line-height: 22.91px;
	}
	.account-dots-number .step-indicator {
	    gap: 30px;
	}
	.account-dots-number .step-indicator span:after {
	    width: 18px;
	}
	.step-container h5 {
	    font-size: 13px;
			line-height: normal;
	}
	.account-page-main {
	    margin: 10px auto 20px;
	    max-width: 90%;
	}
	.count-rangeslider-main .cloutify-followers-range-slider span.irs-to, .count-rangeslider-main .cloutify-followers-range-slider span.irs-from {
	    visibility: hidden !important;
	}
	.step-container-buttons {
	    flex-wrap: wrap;
	    flex-flow: column;
	}
	.step-container-buttons .confirm-account-btn, #step5 .confirm-account-btn {
	    width: 100%;
	    order: 1;
	}
	.step-container-buttons .back-btn {
		width: 100%;
		order: 2;
	}
	.toggle-wrapper-new {
	    flex-wrap: wrap;
	}
	.boost-heading-Description{
		margin-bottom: 20px;
	}
	.next-boosts-btn a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.notification {
		padding: 14px 15px;
	}
	.message{
		font-size: 13px;
	}
	.card-header-new strong {
		font-size: 14px;
	}
	.card-header-new p {
		font-size: 12px;
	}
}
@media (max-width:550px){
	.boostollowers-btn.boosts-btn.site-light-btn.boost_btn_on_boost_follower_tab.boost_follower_btn {
		float: unset;
		position: unset;
		width: 93%;
		margin: 0 auto;
	}
	.cloutify-Description {
		margin-bottom: 15px;
	}
	.icon-box {
		width: 35px;
		height: 35px;
	}	
	.icon-box svg {
		width: 16px;
	}
	.stat-views strong {
		font-size: 14px;
	}
	.stat-views p {
		font-size: 12px;
	}

div#upgradeModal .modal-header button.close {
    top: 10px;
    right: 10px;
}
div#upgradeModal .modal-content {
    padding: 20px;
}	
}
@media (max-width:400px){
	.subscription-plan-name .elite-button {
		min-width: inherit;
		font-size: 11px;
	}
}


@media (max-width:375px){

    .subscription-plan-name .elite-button {
        position: absolute;
        top: -5px;
        left: 130px;
        font-size: 10px;
        padding: 5px;
        min-width: 115px;
    }
	
}

@media (max-width:350px){

    .subscription-plan-name .elite-button {
        font-size: 9px;
    }
	
}
