@charset "UTF-8";
@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=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

html {
	--main-bg: #fff;
	--second-bg: #f7f8f9;
	--main-border: #e5e7eb;
	--text-white: #FFFFFF;
	--text-color: #3E4954;
	--main-color: #335cff;
	--main-color-hover: #204bf7;
	--main-color-trans: rgb(51, 92, 255, .15);
	--border-radius: 15px;
	--sp-tiktok: #171717;
	--sp-red: #ef4444;
	--sp-blue: #2563eb;
	--sp-green: #53d984;
	--sp-yellow: #eab308;
	--sp-indigo: #6610f2;
	--sp-purple: #6f42c1;
	--sp-orange: #ff5c00;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	letter-spacing: -.015em;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	min-width: 375px;
	color: var(--text-color);
	background-color: var(--main-bg);
	overflow-x: hidden
}

.font-orbitron {
	font-family: 'Orbitron';
	font-weight: normal;
	font-style: normal;
}

.font-monospace {
	font-family: monospace;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none !important;
	color: #7d52f4
}

a,
[type="checkbox"] {
	cursor: pointer;
}

a:hover {
	color: var(--main-color-hover)
}

li {
	list-style-type: none
}

button,
input {
	background-color: transparent;
	line-height: 0;
	border: 0;
	padding: 0;
}

button:focus,
input:focus,
select:focus {
	outline: 0 !important;
	border: none !important
}

input:focus,
select:focus,
input.form-control:focus,
select.form-control:focus {
	outline: none !important;
	outline-width: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

b,
strong {
	letter-spacing: -.01em;
	font-weight: 600;
	line-height: 1.6;
	transition: all 0.15s ease;
}

.cursor-pointer {
	cursor: pointer
}

.hidden {
	display: none !important
}

.alert {
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	background: #7d52f4;
	border-radius: 5px
}

::-webkit-scrollbar-review-img {
	background: var(--main-border);
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: var(--second-bg);
}

.primary-color {
	color: var(--main-color) !important;
	font-weight: 600
}

body.stop-body {
	overflow: hidden;
}

#header {
	background: #f5f7fa;
	border-bottom: 1px solid #e1e4ea;
	box-shadow: 1px 1px 22px 10px rgb(238 232 255);
	position: relative;
	z-index: 999;
}

.auth #header {
	box-shadow: none
}

#header-top {
	background: #e1e4ea;
	padding: 7px 0;
	position: relative;
	z-index: 1000;
}

#header-top .ht-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}

#header-top .ht-wrapper span {
	display: flex;
	align-items: center;
	gap: 13px
}

#header-top .head-search .icon {
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	width: 28px;
	height: 28px;
	border-radius: 7px;
	text-align: center;
	color: #fff;
	line-height: 28px;
}

#header-top .head-search,
#header-top .head-fav {
	display: flex;
	align-items: center;
	gap: 5px
}

#header-top .head-search {
	background: #ffffff75;
	padding: 3px 7px 3px 3px;
	border-radius: 8px
}

#header-top .head-fav {
	background: #ffffff75;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	text-align: center;
	justify-content: center;
}

#header-top .bask-head {
	background: #ffffff75;
	width: 32px;
	height: 32px;
	min-width: auto;
	border-radius: 8px;
	text-align: center;
	justify-content: center;
}

#header-top .head-profile {
	background: #7d52f4;
	width: 32px;
	height: 32px;
	min-width: auto;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	justify-content: center;
}

#header-top .head-profile i {
	font-size: 18px;
	color: #fff;
}

#header-top .balances {
	color: #fff;
	background: #2acf9b;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	min-width: auto;
	border-radius: 8px;
	text-align: center;
	justify-content: center;
}

#header-top .head-search i {
	font-size: 16px;
}

#header-top .head-fav i {
	font-size: 20px;
}

#header-top .head-fav .icon {
	color: #e92070;
}

.head-out.fixed {
	position: fixed !important;
	top: 0px;
	background-color: transparent;
	width: 100%;
	z-index: 1030;
	border-bottom: 1px solid #e5e8ec;
	background: rgb(242 242 242 / 80%);
}

.hm-wrapper {
	display: block;
	position: fixed;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-radius: 0;
	padding: 77px 0 10px 0;
	height: auto;
	transition: 0.14s ease;
	transform: translateY(-101%);
	opacity: 0.4;
	background: var(--second-bg);
	z-index: 0;
	border-radius: 0 0 15px 15px;
}

.hm-wrapper.active {
	transform: translateY(0);
	opacity: 1;
	border-bottom: 1px solid #b0b0b0;
}

.sm-header {
	display: block;
	padding: 14px 0;
	transition: 0.14s ease;
}

.menu-btn {
	color: var(--main-color);
	outline: none;
	border: none;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-menu-close {
	height: 48px;
	width: 48px;
	border-radius: var(--border-radius);
	background-color: var(--main-bg);
	color: var(--text-color);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2000;
}

.header-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	gap: 10px;
	padding: 10px 0 20px 0;
}

.header-menu .hm-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.header-menu .hm-item .hm-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: var(--text-color) !important;
	padding: 7px 0;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-transform: uppercase
}

.header-menu .hm-item .hm-link:hover {
	opacity: 0.7;
}

.header-menu .hm-item .hm-link.active {
	opacity: 1;
}

.header-menu .hm-item .hm-link.active::before {
	opacity: 1;
}

.header-menu .hm-item .hm-link i {
	color: #7d52f4;
}

@media (max-width: 991.98px) {
	.header-menu {
		gap: 5px
	}

	.header-menu .hm-item {
		background: var(--main-bg);
		border-radius: 10px;
		padding: 5px 25px;
		border: 1px solid #e5e8ec
	}

	.header-menu .hm-item .hm-link {
		font-size: 16px
	}

	.hm-wrapper {
		z-index: 100
	}

	.sm-header.active {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	.sm-header.active .menu-btn .ri-close-line {
		display: block !important
	}

	.sm-header.active .menu-btn .ri-menu-line,
	.sm-header .menu-btn .ri-close-line {
		display: none !important
	}

	.menuBtn {
		margin-top: -10px
	}

	.hm-wrapper .row.row-btn {
		display: unset !important
	}

	.m-buttons {
		display: flex;
		gap: 15px
	}

	.m-buttons .btn {
		width: 100%
	}
}

@media only screen and (min-width: 992px) {
	.head-out.fixed {
		border: 1px solid #e5e8ec;
		border-top: none;
		border-left: none;
		border-right: none;
		background: rgb(242 242 242 / 80%);
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px)
	}

	.head-out.fixed .header-menu .hm-item .hm-link {
		padding: 20px 10px;
	}

	.hm-wrapper {
		display: block;
		bottom: inherit;
		background-color: transparent;
		position: relative;
		border-radius: 0;
		padding: 0;
		width: 100%;
		transform: none;
		overflow: inherit;
		opacity: 1 !important;
	}

	.sm-header {
		display: none;
	}

	.b-menu-close {
		display: none;
	}

	.header-menu {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		padding: 10px 0 10px 0;
	}

	.header-menu .hm-item .hm-link {
		padding: 34px 10px;
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	padding: 12px 25px;
	border-radius: 10px;
	border-width: 0;
}

.btn:hover,
btn:focus {
	color: var(--text-color) !important;
	box-shadow: none !important;
	outline: 0 !important
}

.btn-primary {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-primary:hover,
.btn-primary:focus {
	opacity: .8;
	color: #fff !important;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-secondary {
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	color: #fff !important;
	border: none
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	color: #fff !important;
	border: none !important;
	opacity: .8
}

a.btn-primary:hover,
a.btn-primary:focus,
a.btn-secondary:hover,
a.btn-secondary:focus {
	color: #fff !important
}

.btn-border {
	background: #fff;
	border: 1px solid #e1e4ea;
	color: var(--text-color)
}

.btn-border:hover,
.btn-border:focus {
	background: #e1e4ea;
	border-color: #212529
}

.phone-arrow {
	display: flex;
	align-items: center;
	gap: 20px;
	position: absolute;
	right: 220px;
	top: 50px
}

.phone-arrow .arrow {
	color: transparent;
	position: relative;
	left: 0;
	opacity: 1;
	z-index: 1;
	filter: hue-rotate(50deg) saturate(50) contrast(0.5) brightness(1);
	transform: rotate(44deg);
}

.footer-warning {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #08051e;
	padding: 10px 0;
	color: #9084e6
}

.footer-warning p {
	margin: 0
}

.phone-arrow span {
	font-size: 18px;
	font-style: oblique;
	color: #7d52f4
}

.duyuru-bg {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	position: fixed;
	padding: 20px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
	background: #0000008a;
}

.duyuru-bg.show {
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
}

.duyuru-box {
	overflow: hidden;
	color: #7d52f4;
	max-width: 600px;
	padding: 30px 40px;
	box-shadow: 0px 10px 30px #0000007a;
	transition: .3s;
	margin: 0 auto;
	top: 30px;
	z-index: 100002;
	margin-bottom: 40px;
	position: relative;
	border-radius: 1em;
	background: #f4f4f4;
}

.duyuru-kapat {
	cursor: pointer;
	text-align: right;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 12px;
}

.duyuru-right {
	padding-left: 25px;
	padding-right: 10px;
	width: auto;
	display: block;
}

.duyuru-right img {
	max-width: 300px;
}

.kampanya-sure {
	display: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	background: linear-gradient(to right, #7d52f410 0%, transparent 80%);
	border-radius: 1em;
	font-weight: 300;
	text-align: left;
	margin-bottom: 25px;
	width: fit-content;
}

.kampanya-sure span {
	font-size: 32px;
	letter-spacing: 0;
	display: block;
	margin-top: -7px;
	font-weight: bold;
}

.duy-content p {
	margin-bottom: 30px;
	font-size: 20px;
}

.duyuru-alan {
	display: table-cell;
	vertical-align: middle;
}

.duyuru-bg.show .duyuru-time {
	width: 100%;
}

.duyuru-box.model-paket {
	max-width: 900px;
	width: fit-content;
	min-width: 40%;
}

.duyuru-right {
	display: none;
}

.duyuru-right .packz {
	background: #7d52f4 !important;
	color: #f4f4f4 !important;
	border-radius: 1em !important;
	padding: 15px 20px;
	text-align: center;
	transition: .2s;
	overflow: hidden;
	position: relative;
}

.duyuru-right .packz-icon {
	font-size: 65px;
	position: absolute;
	right: -5px;
	top: -5px;
	transition: .4s;
	transform: rotate(-25deg);
	opacity: .2;
}

.duyuru-right .packz-baslik {
	font-size: 22px;
	margin-top: 3px;
}

.duyuru-right .packz-baslik span {
	font-size: 19px;
	top: -5px;
	position: relative;
}

.duyuru-right .packzozellik {
	cursor: help;
	margin: 0 auto;
	width: calc(100% - 25px);
	margin-top: 20px;
	margin-bottom: 25px;
}

.duyuru-right .packzozellik ul {
	margin: 0;
	padding-left: 0;
}

.duyuru-right .packzozellik ul li {
	list-style: none;
	text-align: center;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.duyuru-right .paket .xrc {
	background: #7d52f4 !important;
	color: #f4f4f4 !important;
}

.duyuru-right .packz .packzsatinal {
	background: #f4f4f4 !important;
	color: #7d52f4 !important;
	border-radius: 1em !important;
	transition: .4s;
	overflow: visible;
	font-weight: bold;
	padding: 12px;
	width: calc(100% - 24px);
	margin-bottom: 15px;
	box-shadow: 0px 0px 14px #00000061;
}

.duyuru-right .packz .packzfiyat {
	color: #f4f4f4 !important;
	overflow: visible;
	font-weight: bold;
	margin: 0 auto;
	font-size: 18px;
	padding: 4px;
	width: calc(100% - 54px);
}

.packzfiyat .eski-fiyat {
	display: block;
	opacity: .7;
	text-decoration: line-through;
	font-weight: 500;
}

.duyuru-box.model-paket .duyuru-right {
	display: block;
}

.duyuru-box.kampanya .kampanya-sure {
	display: inline-block;
}

.duyuru-box.duyuru-buton .duy-footer {
	display: block;
}

.duyuru-time {
	position: absolute;
	bottom: 0px;
	left: 0%;
	margin-top: 10px;
	animation: 25s linear timez;
	animation-delay: 1s;
	height: 3px;
	background: #7d52f4;
}

@keyframes timez {
	from {
		width: 0;
	}

	to {
		width: 100%;
		left: 0;
	}
}

.duyuruclose {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100001;
}

.duy-header {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7d52f420;
	font-weight: bold;
	font-size: 23px;
	max-width: 95%;
	font-family: sans-serif;
}

.duy-header span {
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	transition: .3s;
	right: 0;
	top: -2px;
}

.duy-btn {
	background: #7d52f4;
	border: none;
	font-weight: bold;
	color: #f4f4f4 !important;
	border-radius: 1em;
	padding: 7px 25px;
	transition: .4s;
	box-shadow: 0px 2px 15px #00000036;
}

.duy-btn:hover {
	transform: scale(1.10);
}

.duy-footer {
	margin-bottom: 25px;
	display: none;
}

@media (min-width: 800px) {
	.duyuru-box {
		top: 100px;
	}

	.popup-grid {
		display: grid;
		grid-template-columns: 440px auto;
		gap: 20px;
	}

	.duyuru-alan {
		max-width: 440px;
	}
}

@media (min-width: 1000px) {
	.duyuru-box {
		top: 100px;
	}

	.popup-grid {
		display: grid;
		grid-template-columns: 500px auto;
		gap: 20px;
	}

	.duyuru-alan {
		max-width: 500px;
	}
}

@media (max-width: 768px) {
	.duyuru-alan {
		display: block;
	}

	.duyuru-box.model-paket .duyuru-right .paket {
		margin: 0 !important;
	}

	.kampanya-sure {
		letter-spacing: 1px;
		font-size: 13px;
		padding: 10px 12px;
		text-align: center;
		background: #ffffff1f;
	}

	.kampanya-sure span {
		font-size: 17px;
		margin-top: 0px;
	}
}

.duyuru-img {
	width: 100%;
	border-radius: 1em;
	text-align: center;
}

.duy-header i {
	position: absolute;
	left: -33px;
	font-size: 37px;
	transform: rotate(-24deg);
	top: -15px;
	opacity: .5;
}

.notification--header {
	padding: 10px 20px;
	background: url(https://storage.perfectcdn.com/2eeaa6/563fhpbhfk2zwjns.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	font-size: 18px;
	border-radius: 0;
	position: relative;
	z-index: 1000;
}

.noti-gap-flex {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 40px;
	text-align: center;
}

.notification--header .text {
	flex: 2;
	font-size: 18px;
}

.notification--header .text .code {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}

.notification--header .text .code i {
	margin-left: 4px;
	transform: rotateZ(14deg);
	display: inline-table;
	color: #b398ff;
	font-weight: 800;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.notification--header .close-head {
	cursor: pointer;
	padding: 5px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification--header .close-head i {
	font-size: 16px;
	color: #fff;
}

#home-header {
	position: relative;
	padding-top: 65px
}

#home-header .home-shapes .shape-1 {
	position: absolute;
	left: -10px;
	bottom: -75px;
}

#home-header .home-shapes .shape-2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 991.98px) {
	#header-top {
		z-index: 99
	}

	#home-header .home-shapes .shape-1,
	#home-header .home-shapes .shape-2 {
		display: none
	}
}

#home-header .home-left {
	display: flex;
	flex-direction: column;
	gap: 15px
}

#home-header .home-left .spotlight {
	background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	color: #313149;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 10px 15px;
	width: max-content
}

#home-header .home-left .spotlight span {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#home-header .home-left .spotlight-2 {
	background: rgb(51, 24, 165);
	background: linear-gradient(180deg, rgba(51, 24, 165, 1) 0%, rgba(146, 94, 212, 1) 100%);
	color: #fff;
	padding: 10px;
	border-radius: 35px;
	padding: 5px 15px;
	width: max-content
}

#home-header .home-left .title {
	font-size: 52px;
	line-height: 62px;
	font-weight: 400;
	color: #000;
	min-width: 600px
}

#home-header .home-left .title span {
	text-shadow: 2px 2px #f72e4dfc, -2px -2px #09f3f3;
	color: #000;
	font-weight: 700;
}

#home-header .home-left .title img {
	margin-top: -15px;
	animation: tada 3s infinite ease-in-out;
  	margin-right: 10px
}

#home-header .home-left .text {
	font-size: 15px;
	color: #525866;
	max-width: 650px
}

#home-header .home-right {
	position: relative;
}

#home-header .home-right .openPopupB {
	position: absolute;
	top: 240px;
	left: 155px;
	width: 225px;
	height: 155px;
	cursor: pointer
}

#home-header .home-left .alt-text p {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

#home-header .home-left .alt-text p i {
	font-size: 15px;
	color: #91d37f;
	padding-right: 5px;
}

.head-images {
	display: flex;
	justify-content: center;
	gap: 0;
	margin: auto;
}

#home-header .home-right .head-images .himg-1,
#home-header .home-right .head-images .himg-2 {
	position: relative;
	overflow: hidden;
}

#home-header .home-right .head-images .himg-1-text {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 25px;
	left: 17px;
	text-align: center
}

#home-header .home-right .head-images .himg-1-text span {
	font-size: 56px;
	line-height: 72px;
	color: #000
}

#home-header .home-right .head-images .himg-1-text small {
	font-size: 18px;
	line-height: 24px;
	color: #000
}

#home-header .home-right .head-images .himg-2-text {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 25px;
	left: 7px;
	text-align: center
}

#home-header .home-right .head-images .himg-2-text span {
	font-size: 56px;
	line-height: 72px;
	color: #000
}

#home-header .home-right .head-images .himg-2-text small {
	font-size: 18px;
	line-height: 24px;
	color: #000
}

#home-header .home-right .home-badge-1 {
    margin: 15px auto 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
	height: 85px;
}

#home-header .fastOrder {
	width: fit-content;
	background: #fff;
	padding: 25px 15px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	border: 1px solid #e5e8ec;
	box-shadow: 0 5px 30px rgba(85, 85, 85, 0.1);
	margin-top: 50px;
}

#home-header .fastOrder .choose-your {
	position: absolute;
	right: -150px;
	bottom: -50px;
}

#home-header .fastOrder .btn-secondary,
#home-header .fastOrder .btn-secondary:hover,
#home-header .fastOrder .btn-secondary:focus {
	background: #00a7af
}

#home-header .fastOrder .fastitems {
	display: flex;
	align-items: center;
	padding-left: 7px;
}

#home-header .fastOrder .fastDrop {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	position: absolute;
	top: 60px;
	background: #fff;
	width: 250px;
	padding: 15px;
	padding-right: 10px;
	border-radius: 15px;
	box-shadow: 0 5px 30px rgba(85, 85, 85, 0.1);
	left: 0;
}

#home-header .fastOrder .fastselect:first-child .fastDrop {
	left: -25px;
}

#home-header .fastOrder .fastDrop.show {
	visibility: visible;
	opacity: 1;
	top: 80px;
}

#home-header .fastDrop::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 55px;
	margin-left: -5px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

#home-header .fastOrder .fastDrop ul {
	padding: 0;
	padding-right: 5px;
	margin: 0;
	overflow: auto;
	max-height: 205px;
}

#home-header .fastOrder .fastDrop ul::-webkit-scrollbar-track {
	border-radius: 20px;
	background-color: #f5f5f5;
}

#home-header .fastOrder .fastDrop ul::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

#home-header .fastOrder .fastDrop ul::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #c5c5c5;
}

#home-header .fastOrder .fastDrop ul li {
	list-style: none;
	font-weight: 500;
	font-size: 16px;
	background: #00000005;
	margin-bottom: 3px;
	border-radius: 6px;
	padding: 7px 12px;
	transition: 0.2s;
}

#home-header .fastOrder .fastDrop ul li:hover {
	background: #00000010;
}

#home-header .fastOrder .fastselect {
	color: #525866;
	padding: 0 25px;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	user-select: none;
	text-align: left;
	min-width: 175px;
}

#home-header .fastselect .cont .item .fastHead {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#home-header .fastOrder .fastselect:first-child {
	padding-left: 0;
	min-width: 125px;
}

#home-header .fastOrder .fastselect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #00000010;
	cursor: context-menu;
}

#home-header .fastOrder .fastselect:nth-last-child(1) {
	margin-right: 0;
}

#home-header .fastOrder .fastselect:last-child::after {
	display: none
}

#home-header .fastOrder .fastselect .cont i {
	display: none;
}

#home-header .fastOrder .fastselect span {
	font-size: 15px;
	font-weight: 400;
	display: block;
	opacity: 0.6;
}

#home-header .head-users {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

#marks .mark-sliders {
	position: relative;
	padding-top: 100px;
}

#marks .mark-sliders .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
	pointer-events: none;
}

#marks .mark-sliders .swiper-wrapper .swiper-slide {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

#marks .mark-sliders .slider {
	position: relative;
	background-color: #f5f7fa;
	padding: 15px 0;
	color: #000;
	width: 140%;
	left: -30%;
}

#marks .mark-sliders .slider:first-of-type {
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	z-index: -1;
}

#marks .mark-sliders .slider:last-of-type {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#marks .mark-sliders .slider .swiper-slide span {
	position: relative
}

#marks .mark-sliders .slider .swiper-slide span::after {
	position: absolute;
	font-family: "remixicon";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f186";
	left: -100px;
	color: #e1e4ea
}

#marks .mark-sliders .slider .swiper-slide span {
	font-size: 52px;
	font-weight: 800;
	color: #000;
}

#phone-section {
	margin-top: 75px
}

#phone-section .phone-area {
	position: relative;
	margin: auto
}

#phone-section .phone-area .ph-img {
	display: flex;
	justify-content: center;
	margin: auto
}

#phone-section .phone-area .p-widget {
	position: absolute;
	left: 200px;
	bottom: 40px
}

#phone-section .phone-area .p-widget-1 {
	position: absolute;
	left: 315px;
	top: 40px
}

#phone-section .phone-area .p-widget-2 {
	position: absolute;
	right: 250px;
	bottom: 175px
}

#phone-section .ps-shapes .ps-shape-1 {
	position: absolute;
	top: 100px;
	left: 50px
}

#phone-section .ps-shapes .ps-shape-2 {
	position: absolute;
	bottom: 75px;
	right: 25px
}

.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
	box-shadow: none !important
}

.floating-1 {
	-webkit-animation-name: floating-1;
	animation-name: floating-1;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
	box-shadow: none !important
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.section-header h1::before,
.section-header h2::before {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	height: 4px;
	width: 40px;
	border-radius: 30px;
	background: #f4304f;
	z-index: -1;
}

.section-header h1::after,
.section-header h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	width: 30%;
	background: linear-gradient(to right, #a0a8c100, #08dbdb, #a0a8c100);
	z-index: -2;
	opacity: .4;
}

.section-header h1,
.section-header h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.50px;
	color: #171717;
	text-align: center;
	margin-bottom: 15px
}

.section-header h1 span,
.section-header h2 span {
	text-shadow: 2px 2px #f72e4dfc, -2px -2px #09f3f3;
	color: #000;
	font-weight: 700;
	position: relative;
}

.section-header p {
	font-size: 14px;
	margin-bottom: 0;
	color: #9d9d9d;
	max-width: 850px;
	white-space: pre-line;
	text-align: center;
}

.section-highlight {
	background: linear-gradient(#fbf3fe 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	color: #313149;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 10px 15px;
	width: max-content;
	margin: auto
}

.section-highlight span {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#trusted {
	margin-top: 100px
}

#trusted .trust-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
	margin-top: 50px
}

#trusted .trust-wrapper .trust-item {
	text-align: center
}

#trusted .trust-wrapper .trust-item .trust-logo {
	background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to bottom, #e4e7ed, #fff) border-box;
	padding: 10px;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 15px
}

#trusted .trust-wrapper .trust-item span {
	font-size: 16px;
	color: #525866
}

#main-banner {
	margin: 0 0 100px 0
}

#main-banner .banner-wrapper {
	background: url(https://storage.perfectcdn.com/2eeaa6/pizqnl27wwu59esl.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 25px;
	padding: 35px 50px;
	position: relative;
}

#main-banner .banner-wrapper .bw-logo {
	position: absolute;
	right: 200px;
	top: 75px;
	height: 380px;
}

#main-banner .banner-spotlight {
	background: linear-gradient(#15062d 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	color: #313149;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 10px 15px;
	width: max-content;
	margin-top: 15px
}

#main-banner .banner-spotlight span {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#main-banner .banner-title {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	max-width: 350px;
	letter-spacing: 1px;
	border-bottom: 1px solid #413a61;
	padding-bottom: 15px;
	margin-top: 15px
}

#main-banner .banner-count .bc-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 25px;
	max-width: 400px;
	gap: 30px
}

#main-banner .banner-count .bc-wrapper .bc-item h4 {
	font-size: 36px;
	line-height: 24px;
	font-weight: 600;
	color: #fff
}

#main-banner .banner-count .bc-wrapper .bc-item span {
	font-size: 14px;
	color: #EFEBFF
}

#main-banner .banner-wrapper .btn-banner {
	background: rgb(33, 39, 86);
	background: linear-gradient(to right, rgba(33, 39, 86, 1) 0%, rgba(62, 7, 82, 1) 100%);
	width: 350px;
	color: #fff;
	margin-top: 25px
}

#main-banner .banner-wrapper .btn-banner:hover,
#main-banner .banner-wrapper .btn-banner:hover {
	opacity: .8;
	color: #fff !important
}

#what-we-do {
	position: relative;
	margin-top: 100px;
	text-align: center
}

#what-we-do .wwd-bg {
	position: absolute;
	bottom: -150px;
	right: 0
}

#what-we-do .wwd-title {
	font-size: 42px;
	line-height: 56px;
	color: #000;
	max-width: 925px;
	margin: 25px auto
}

#what-we-do .wwd-title .purple {
	background: #7d52f4;
	color: #fff;
	border-radius: 0 0 0 15px;
	padding: 0 30px 0 10px
}

#what-we-do .wwd-title .pink {
	background: #fb4ba3;
	color: #fff;
	border-radius: 0 15px 15px 0;
	padding: 0 15px 0 25px;
	z-index: -1
}

#what-we-do .wwd-title .wwd-star {
	margin: -10px -20px 0 0;
	position: relative;
	z-index: 1
}

#what-we-do .wwd-title .wwd-smile {
	margin: -10px 0 0 -20px
}

#what-we-do .tiktok-phone {
	position: relative;
	margin-top: 50px
}

#what-we-do .tiktok-phone .heart,
.tiktok-phone .hand {
	position: absolute
}

#what-we-do .tiktok-phone .heart {
	right: 250px;
	animation: heartBeat 1.5s infinite ease-in-out;
}

#what-we-do .tiktok-phone .hand {
	left: 250px;
	bottom: 100px
}

#what-we-do .tiktok-phone .btn-secondary {
	position: absolute;
	top: 115px;
	left: 185px
}

#what-we-do .tiktok-phone .btn-border {
	position: absolute;
	top: 315px;
	right: 185px
}

#prices {
	margin: 50px auto
}

#prices .container {
	overflow: hidden
}

#prices .section-header {
	margin-top: 25px
}

#prices .swiper-products {
	width: 100%;
	margin: 40px 0
}

#prices .swiper-products .swiper-slide {
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	border: 1px solid #e1e4ea;
	overflow: hidden
}


#prices .swiper-products .swiper-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

#prices .swiper-products .swiper-slide::after {
	background: radial-gradient(circle at 30% 107%, #633DFE 0%, #633DFE 5%, #7d52f4 45%, #9500FF 60%, #9500FF 90%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	content: '';
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	-webkit-filter: blur(37px);
	filter: blur(37px);
	z-index: 1;
}

#prices .swiper-products .product-top {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e5e8ec;
	padding-bottom: 10px;
	text-align: center;
}

#prices .swiper-products .product-highlight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

#prices .swiper-products .product-highlight .icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	font-size: 18px;
}

#prices .swiper-products .product-top .m-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#prices .swiper-products .product-top .m-rating p {
	margin-bottom: 0;
	font-size: 11px;
	color: #737373;
}

#prices .swiper-products .product-highlight .price {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	text-align: right;
}

#prices .swiper-products .product-highlight .price strong {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em
}

#prices .swiper-products .product-highlight .price span {
	font-size: 13px;
	font-weight: 400;
	color: #8b8b8b
}


#prices .swiper-products .product-top .product-title {
	font-size: 18px;
	font-weight: 600;
	padding-top: 15px
}

#prices .swiper-products .product-top .product-price {
	font-size: 24px;
	font-weight: 600;
	color: #000
}

#prices .swiper-products .product-bottom {
	min-height: 175px;
	padding-top: 10px
}

#prices .swiper-products .product-bottom .pb-title {
	font-size: 16px;
	font-weight: 600;
	color: #000
}

#prices .swiper-products .product-bottom .pb-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-top: 7px
}

#prices .swiper-products .product-bottom .pb-item i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 16px;
	background: #f5f7fa;
	text-align: center;
	line-height: 20px
}

#prices .swiper-products .swiper-slide,
.swiper-products .swiper-slide:hover {
	transition: 250ms all;
	cursor: pointer
}

#prices .swiper-products .btn-buy {
	background: #0e121b;
	color: #fff !important;
	margin-top: 15px;
	border: none;
	transition: 250ms all
}

#prices .swiper-products .swiper-slide:hover .btn-buy {
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1));
	transition: 250ms all
}

#prices .swiper-products .swiper-slide:hover .product-bottom .pb-item i {
	background: #0e121b;
	color: #fff
}

#prices .swiper-products .swiper-slide:hover {
	border: 1px solid #7d52f4
}

#prices .swiper-products .swiper-slide.hq-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgb(244 207 37 / 11%), transparent 28%), radial-gradient(circle at 92% 12%, rgb(255 185 45 / 10%), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

#prices .swiper-products .hq-slide .product-highlight .icon {
	background: linear-gradient(135deg, #fff8dc 0%, #ffe08a 15%, #ffd24c 35%, #ffbf00 50%, #f0a500 65%, #ffd95e 85%, #fff3c4 100%);
	color: #fff
}

#prices .swiper-products .swiper-slide.hq-slide:hover .btn-buy {
	background: linear-gradient(135deg, #fff8dc 0%, #ffe08a 15%, #ffd24c 35%, #ffbf00 50%, #f0a500 65%, #ffd95e 85%, #fff3c4 100%);
	transition: 250ms all
}

#prices .swiper-products .swiper-slide.hq-slide:hover {
	border: 1px solid #ffe08a
}

#prices .swiper-products .swiper-slide.hq-slide::after {
	background: linear-gradient(135deg, #fff8dc 0%, #ffe08a 15%, #ffd24c 35%, #ffbf00 50%, #f0a500 65%, #ffd95e 85%, #fff3c4 100%);
}


#review {
	margin-top: 50px;
}

#review .section-header {
	margin-top: 25px;
}

#review .tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	margin: 75px 0 50px 0;
	gap: 50px
}

#review .tabs .item {
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e8ec;
	color: #99A0AE;
	transition: 250ms all;
	cursor: pointer
}

#review .tabs .item:hover {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	border-image-slice: 1;
	transition: 250ms all;
	color: #000
}

#review .tabs .item.active {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	border-image-slice: 1;
	color: #000
}

#review .tabs-wrapper .tabs-content {
	background: #0E121B;
	padding: 25px;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

#review .tabs-wrapper .tabs-content::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 110%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, #7D52F4 0%, #7D52F420 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0
}

#review .comments-wrapper {
	display: flex;
	align-items: center;
	gap: 35px
}

#review .comments-wrapper .comments-area {
	display: flex;
	flex-direction: column;
	gap: 20px
}

#review .comments-wrapper .comments-area h3 {
	font-size: 36px;
	font-weight: 500;
	color: #fff
}

#review .comments-wrapper .comments-area p {
	font-size: 16px;
	font-weight: 400;
	color: #717784
}

#review .comments-wrapper .comments-area small {
	font-size: 16px;
	font-weight: 400;
	color: #717784
}

#review .comments-wrapper .comments-area small span {
	font-size: 16px;
	font-weight: 500;
	color: #fff
}

#team {
	position: relative;
	margin-top: 100px;
}

#team .team-bg {
	position: absolute
}

#team .section-header {
	margin-top: 25px;
}

#team .team-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 25px
}

#team .team-wrapper .team-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

#team .team-wrapper .team-item span {
	font-size: 18px;
	font-weight: 500;
	color: #07090D;
	margin-top: -25px
}

#team .team-wrapper .team-item small {
	font-size: 14px;
	font-weight: 400;
	color: #07090D
}

#signature {
	margin-top: 100px
}

#signature .signature-wrapper {
	font-family: "Kalam", cursive;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	padding: 50px 125px 25px 125px;
	border-radius: 25px;
	border: 1px solid #E1E4EA;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	overflow: hidden;
	margin-top: 35px
}

#signature .signature-wrapper .sign-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

#signature .signature-wrapper .signature-title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 50px
}
 
#signature .sign-regards {
	padding-top: 25px;
	height: 65px
}

#signature .sign-profile {
	margin: 35px auto 0 auto;
	text-align: center
}

#signature .signature-content {
    max-height: 275px;  
    overflow: hidden;
    transition: max-height .6s cubic-bezier(.4,0,.2,1);
    position: relative;
}
 
#signature .signature-content.active {
    max-height: 2500px; 
}
 
#signature .signature-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: .3s;
}

#signature .signature-content.active::after {
    opacity: 0;
}
 
#signature .signature-toggle {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#signature .signature-toggle button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: none;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
}

#signature .signature-toggle button:hover {
    transform: translateY(-2px);
    background: #000;
}

#signature .signature-toggle svg {
    width: 16px;
    height: 16px;
    transition: transform .35s;
}

#signature .signature-content.active + .signature-toggle svg {
    transform: rotate(180deg);
}

#banner-bottom {
	margin-top: 150px
}

#banner-bottom .banner-wrapper {
	background: rgb(20, 6, 45);
	background: linear-gradient(250deg, rgba(20, 6, 45, 1) 70%, rgba(125, 82, 244, 1) 125%);
	border-radius: 30px;
	position: relative;
	padding: 50px
}

#banner-bottom .banner-shapes .bs-world {
	position: absolute;
	left: -50px;
	top: -70px
}

#banner-bottom .banner-shapes .bs-star {
	position: absolute;
	right: 130px;
	top: 50px
}

#banner-bottom .banner-shapes .bs-badge {
	position: absolute;
	left: 60px;
	bottom: 10px
}

#banner-bottom .banner-content {
	padding-left: 250px
}

#banner-bottom .banner-content small {
	font-size: 16px;
	color: #fff
}

#banner-bottom .banner-content .title {
	font-size: 46px;
	font-weight: 500;
	color: #fff;
	margin: 25px 0
}

#banner-bottom .banner-content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	max-width: 800px
}

#faq {
	background: #f5f7fa;
	margin-top: 100px;
	padding: 50px 0
}

#faq .section-header {
	margin-top: 25px;
}

#faq .faq-ss-tabs {
	margin-top: 35px
}

#faq .faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	padding: 13px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #E1E4EA;
	border-radius: 12px;
}

#faq .faq-ss-tabs .home-ss-tab:hover {
	background: linear-gradient(#fbf3fe 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	border: 1px solid transparent;
}

#faq .faq-ss-tabs .home-ss-tab h3 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}

#faq .faq-ss-tabs .home-ss-tab .left-p {
	display: flex;
  	align-items: center;
  	gap: 10px
}

#faq .faq-ss-tabs .home-ss-tab h3 i {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background-color: #7d52f430;
    border: 1px solid rgba(125, 82, 244, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .625rem;
  	font-size: 16px;
  	color: #7d52f4
}

#faq .faq-ss-tabs .home-ss-tab .ri-subtract-line {
	display: none;
}

#faq .faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 14px;
	font-weight: 400;
	color: #0E121B;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#faq .faq-ss-tabs .home-ss-tab.active {
	border-radius: 15px
}

#faq .faq-ss-tabs .home-ss-tab.active .ri-subtract-line {
	display: block;
}

#faq .faq-ss-tabs .home-ss-tab.active .ri-add-line {
	display: none;
}

#faq .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #99A0AE;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

#faq .faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #525866;
	font-size: 14px;
	line-height: 170%;
	padding-bottom: 8px;
}

#home-blog {
	position: relative;
	margin-top: 50px
}

#home-blog .hb-bg {
	position: absolute;
	right: -25px;
	top: 125px
}

#home-blog .hb-wrapper {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 75px
}

#home-blog .hb-wrapper .hb-content {
	display: flex;
	flex-direction: column;
	gap: 15px
}

#home-blog .hb-wrapper .hb-content blockquote {
	border-left: 2px dotted #171717;
	padding: 2px 2px 2px 10px;
	margin: 7px 0 10px 10px;
  	font-style: oblique;
}

#home-blog .hb-wrapper .hb-content h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.50px;
	color: #171717;
	margin-bottom: 0;
}

#home-blog .hb-wrapper .hb-content h2 span {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	position: relative;
}

#home-blog .hb-wrapper .hb-content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0
}

#home-blog .hb-wrapper .hb-content p {
	font-size: 14px;
	font-weight: 400;
	color: #525866;
	margin-bottom: 0
}

#home-blog .hb-wrapper .hb-content ul li,
#home-blog .hb-wrapper .hb-content ol li {
	font-size: 14px;
	font-weight: 400;
	color: #525866;
	margin-bottom: 0
}

#home-blog .hb-wrapper .hb-content ul li::marker,
#home-blog .hb-wrapper .hb-content ol li::marker {
	color: #7d52f4
}

.footer-highlight { 
    padding: 15px 35px; 
  	margin-top: 100px;
  	position: relative;
    overflow: hidden;
    z-index: 2;
}

.footer-highlight .container {
	display: flex; 
  	align-items: center;
    justify-content: space-between; 
}

.footer-highlight .fh-left {
	text-align: left
}

.footer-highlight::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
    z-index: -1;
}

.footer-highlight::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-image: url(https://storage.perfectcdn.com/2eeaa6/oruqz2wj0r54joz2.webp);
    background-repeat: no-repeat;
    z-index: -1;
}

.footer-highlight h3 {
  	font-size: 24px;
  	font-weight: 800;
	color: #fff
}

.footer-highlight p {
    font-size: 14px;
    font-weight: 400;
    color: #ccc5ff;
    margin-bottom: 0; 
    max-width: 60%;
}

footer {
    background: rgb(20, 6, 45);
    background: linear-gradient(180deg, rgba(20, 6, 45, 1) 80%, rgba(125, 82, 244, 1) 200%);
}

#footer .footer-wrapper {
	display: flex;
  	flex-direction: column;
	gap: 35px;
	padding: 25px 0
}

#footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #311b64;
    padding-bottom: 25px
}

#footer .footer-social {
	display: flex;
	align-items: center;
	gap: 10px
}

#footer .footer-social a {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 38px;
  	background: rgb(255, 255, 255, .10);
	color: #fff; 
	text-align: center;
	transition: 250ms all
}

#footer .footer-social a.footer-ig:hover {
	background: #e1306c;
	transition: 250ms all
}

#footer .footer-social a.footer-yt:hover {
	background: #ff0000;
	transition: 250ms all
}

#footer .footer-social a.footer-ln:hover {
	background: #026fac;
	transition: 250ms all
} 

#footer .footer-social a.footer-fb:hover {
	background: #1873eb;
	transition: 250ms all
}
 
#footer .footer-social a.footer-pt:hover {
	background: #E60023;
	transition: 250ms all
}
 
#footer .footer-center {
	display: flex; 
  	flex-wrap: wrap;
  	gap: 100px;
}
 
#footer .footer-center .footer-links {
	display: flex; 
  	flex-direction: column;
  	gap: 5px;
}
 
#footer .footer-center .footer-links span {
	font-size: 16px;
  	font-weight: 600;
  	color: #fff;
  	padding-bottom: 10px;
}

#footer .footer-center .footer-links a {
	color: #b4aaff;
    -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
      transition: all 0.3s ease-in-out 0s;
}
 
#footer .footer-center .footer-links a:hover {
	color: #e8e5ff;
    -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

#footer .footer-bottom {
	display: flex;
  	justify-content: space-between;
  	gap: 15px
}
 
#footer .footer-contact {
	display: flex;
  	flex-direction: column;
  	gap: 25px;
}

#footer .footer-contact .item {
	display: flex;
  	align-items: center; 
  	gap: 15px;
}

#footer .footer-contact .item .text {
	display: flex;
  	flex-direction: column;
}

#footer .footer-contact .item .icon {
    aspect-ratio: 1 / 1;
    height: 50px;
  	width: 50px;
    border-radius: 15px;
    background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    transition: all .25s;
}

#footer .footer-contact .item .text strong {
    font-size: 18px;
  	font-weight: 600;
  	color: #fff
}

#footer .footer-contact .item .text small {
    font-size: 13px;
  	color: #b4aaff
}

.searchInput {
	position: relative;
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.3s;
}

.searchInput .form-search {
	color: #202020;
	background: #242736;
	height: 80px;
	border: none;
	border-radius: 12px;
	padding: 20px;
	width: 100%;
	font-size: 18px;
}

.searchInput .btn-search {
	position: absolute;
	right: 12px;
	top: 64%;
	transform: translateY(-50%);
	height: 50px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	font-size: 16px;
	gap: 10px;
	font-weight: 500;
	color: #fff !important;
	background: #7d52f4
}

.singlePostArea {
	padding: 75px 0 25px 0;
}

.contact-left h1 {
	font-size: 46px;
	font-weight: 600;
	color: #0E121B;
}

.contact-left p {
	font-size: 15px;
	color: #525866;
	max-width: 550px;
	margin-top: 15px;
}

.contact-info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}

.contact-info .ci-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #E1E4EA;
	width: 400px;
	border-radius: 10px;
	padding: 10px;
	font-weight: 600;
}

.contact-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

.contact-social a {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	border: 1px solid #E1E4EA;
	text-align: center;
	transition: 250ms all
}

.contact-social a:hover {
	color: #7d52f4;
	border-color: #7d52f4;
	transition: 250ms all
}

.page-title {
	font-size: 46px;
	font-weight: 600;
	color: #0E121B;
	padding-bottom: 25px;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.form-group.form-icon {
	position: relative;
}

.form-group.form-icon i {
	position: absolute;
	left: 15px;
	top: 38px;
	font-size: 22px;
	color: #99A0AE;
}

.form-group.form-icon .form-control {
	padding-left: 50px;
}

.form-group label {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 7px;
}

.form-group label span {
	color: #7d52f4
}

.form-control {
	border: 1px solid #E1E4EA;
	height: 50px;
	border-radius: 10px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.form-control:focus {
	border: 1px solid #7d52f4 !important
}

.iti__country-list {
	background: #fff !important
}

.contact-map {
	margin-top: 100px;
}

.post-content .post-body .alert p {
	margin-bottom: 0;
}

.ticket-content .message.root {
	align-self: flex-start;
	text-align: right;
	background: #fff
}

.post-content {
	background: #f1f1f3;
	border-radius: 10px;
	overflow: hidden;
}

.post-content .post-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px;
	justify-content: left;
	padding: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	background: #335cff;
	text-align: center;
	justify-content: center;
}

.blog-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.blog-list .blog-item {
	display: flex;
	align-items: center;
	gap: 25px;
	border-radius: 15px;
	border: 1px solid #E1E4EA;
	padding: 15px;
}

.blog-list .blog-item:hover {
	border-color: #7d52f4;
}

.blog-list .blog-item .blog-left img {
	width: 675px;
	height: 250px;
	border-radius: 15px;
}

.blog-list .blog-right {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px
}

.blog-list .blog-right .blog-date {
	background: #5715D110;
	color: #2563FF;
	border-radius: 35px;
	padding: 10px 25px;
	width: max-content;
	text-align: center;
}

.blog-list .blog-right .blog-title {
	font-size: 24px;
	font-weight: 600;
	color: #0E121B;
}

.blog-list .blog-right .blog-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: #99A0AE;
}

.blog-wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px
}

.blog-wrapper .blog-date {
	background: #5715D110;
	color: #2563FF;
	border-radius: 35px;
	padding: 10px 25px;
	width: max-content;
	text-align: center;
	margin: auto;
}

.blog-wrapper h1 {
	font-size: 32px;
	font-weight: 600;
	color: #0E121B;
	text-align: center;
}

.blog-wrapper .blog-img img {
	border-radius: 15px;
	max-height: 500px;
	width: 100%;
}

.blog-wrapper .blog-text ul li {
	list-style-type: auto;
}

.blog-wrapper .blog-text ul li::marker {
	color: var(--main-color);
	font-weight: 700;
}

.free-tool-content {
	max-width: 100%;
	margin-top: auto;
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 1px 1px 22px 10px rgb(238 232 255)
}

.free-tool-content .free-wait .progress-bar {
	background: #E1E4EA;
	height: 15px
}

.free-tool-content .free-wait .progress-bar .bar {
	background: #7d52f4
}

.free-tool-content .free-start-btn {
	margin-top: 32px;
}

.free-tool-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 50px;
	position: relative;
}

.singlePostArea .ft-bg {
	position: absolute;
	right: 0;
	top: 125px;
}

.singlePostArea #home-blog {
	margin-top: 100px;
}

.singlePostArea #home-blog .hb-bg {
	left: -50px;
	right: auto;
	top: 175px;
	z-index: -1;
}

.free-tool-header .ft-icon {
	position: relative;
}

.free-tool-header .ft-icon i {
	position: absolute;
	left: 52px;
	top: 42px;
	font-size: 32px;
	background: linear-gradient(to bottom, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to bottom, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.free-tool-header .ft-title h1 {
	font-size: 42px;
	font-weight: 600;
	color: #0E121B;
}

.free-tool-header .ft-title h1 span {
	text-shadow: 2px 2px #f72e4dfc, -2px -2px #09f3f3;
	color: #000;
	font-weight: 700;
}

.free-tool-header .ft-text p {
	font-size: 16px;
	font-weight: 400;
	color: #525866;
	max-width: 600px;
	text-align: center;
}

.free-tool-header .ft-rating {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	color: #99A0AE;
}

#tiktok-result {
	margin-top: 50px;
}

.os-left {
	position: relative;
}

.os-left h2 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.os-left p {
	font-size: 14px;
	color: #525866;
	max-width: 500px;
}

.os-left .smile-1 {
	height: 45px;
	margin-top: -10px;
}

.os-left .irish {
	position: absolute;
	right: 0;
	top: -100px;
}

.os-left .our-arrow {
	position: absolute;
	bottom: -275px;
	right: 75px;
}

.os-right,
.os2-right {
	padding-left: 75px;
}

.os2-right h2 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	position: relative;
}

.os2-right h2 .our-tick {
	position: absolute;
	top: -15px;
	left: 170px;
	height: 40px;
}

.os2-right p {
	font-size: 14px;
	color: #525866;
}

.mt-100 {
	margin-top: 100px;
}

.content-box {
	border-left: 1px solid #e4e7ed;
	padding-left: 25px;
	margin-top: 50px;
}

.content-box h2 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 7px;
}

.content-box p {
	color: #525866
}

.product-details {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product-details .alert-primary {
    color: #7d52f4;
    background-color: rgb(125, 82, 244, .15);
    border-color: rgb(125, 82, 244, .35)
}

.product-details h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.50px;
	color: #171717;
	margin-bottom: 0;
}

.product-details h1 span {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	position: relative;
}

.product-rates {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 17px;
}

.product-rates .rates {
	color: #99A0AE;
}

.product-rates .stars i {
	color: #FF8447;
}

.product-rates .count {
	color: #335CFF;
}

.product-details .product-text {
	font-size: 16px;
	color: #525866;
}

.product-image {
	margin: auto;
	text-align: center;
}

.product-details .product-btns {
	display: flex;
	align-items: center;
	gap: 15px
}

.product-details .product-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.rating-list {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

.rating-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #525866;
	width: 100%;
}

.rating-item .progress-bar {
	height: 5px;
	width: 100%;
	max-width: 300px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background: var(--bg);
}

.rating-item .progress-bar {
	background: #E1E4EA;
	height: 5px;
}

.rating-item .progress-bar .bar {
	background: rgba(var(--cl1));
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 30px;
}

.rating-item .progress-bar .bar {
	background: #FF8447
}

.rating-item .rl-stars {
	width: 50px;
}

.product-cleft {
	border-right: 1px solid #E1E4EA
}

.product-cleft h2 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin: 15px 0;
}

.product-cleft .count {
	color: #525866;
}

.product-cleft h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 35px 0 15px 0;
}

.product-cleft p {
	font-size: 15px;
	color: #525866;
	margin-top: 15px
}

.review-filters {
	display: flex;
	align-items: center;
	gap: 20px
}

.review-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px
}

.review-wrapper .review-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #E1E4EA;
	border-radius: 15px;
	padding: 15px;
	width: 100%;
}

.review-wrapper .review-list p {
	margin-bottom: 15px;
}

.review-wrapper .review-list h4 {
	font-size: 20px;
	font-weight: 600;
	color: #0E121B;
}

.review-wrapper .review-list .rl-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.review-wrapper .review-list .rl-user {
	background: #7d52f420;
	color: #7d52f4;
	border-radius: 30px;
	padding: 5px 10px;
}

.review-wrapper .review-list .time {
	color: #99A0AE
}

.review-wrapper .review-list .review-score {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #FF8447;
	background: #FF844730;
	padding: 2px 10px;
	border-radius: 30px;
	width: max-content;
}

.review-wrapper .review-list .rs-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

#rateModal textarea {
	height: 125px;
	resize: none;
}

#rateModal .stars-box .star.hover,
#rateModal .stars-box .star.selected {
	color: #FF8447
}

#rateModal .stars-box {
	margin-bottom: 7px;
	-ms-flex-pack-item-align: center;
	align-self: center;
	text-align: center
}

#rateModal .stars-box .star {
	font-size: 24px;
	color: #d2d2d2;
	cursor: pointer
}

.pagins {
	margin-top: 25px;
}

.pagins ul li a.page-link {
	color: #000 !important;
	background: #f2f4f7 !important;
}

.pagins ul li a.page-link:hover {
	background: #dce5f3 !important;
}

.pagins ul li.active a.page-link {
	color: #fff !important;
	background: #7d52f4 !important;
}

.intall.account {
	background: #7d52f4;
	height: auto;
}

.user-account-menu {
	background: #f1f1f3;
}

@media screen and (min-width: 768px) {
	.user-account-menu ul li.mobile-logout {
		background: #ff0000;
	}
}

.user-account-menu {
	transform: translateY(10px);
}

.intall.account .conts {
	padding: 10px 0;
}

.intall.account .conts .icobox {
	min-width: 36px;
	height: 36px;
	width: 36px;
}

.intall.account .conts .icobox i {
	font-size: 20px;
	color: #7d52f4;
}

.intall.account .conts .detabox {
	margin-left: 20px;
}

.intall .icobox::before {
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background: #fff;
}

.intall .icobox::after {
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background: #ffffff;
}

.intall.account .conts .detabox h1 {
	font-size: 26px;
	margin-bottom: auto;
	font-weight: normal;
}

.intall .conts .detabox p {
	margin-bottom: 0;
}

.dashboard-item-list {
	gap: 10px
}

.dashboard-item-list .grid-item {
	border-radius: 15px;
	border: 1px solid #E1E4EA;
	gap: 7px;
	transition: 150ms all;
}

.dashboard-item-list .grid-item:hover {
	border-color: #7d52f4;
	transition: 150ms all;
}

.ns-badge {
	font-size: 13px;
	font-weight: 500;
	border-radius: 10px;
	padding: 5px 10px;
}

.dashboard-item-list .grid-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7d52f430;
	color: #7d52f4;
	border-radius: 10px;
}

.dashboard-item-list .grid-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7d52f430;
	color: #7d52f4;
	border-radius: 10px;
	width: 40px;
	height: 40px
}

.icon-st-primary {
	color: #007bff !important;
	background: #007bff30 !important;
}

.icon-st-secondary {
	color: #6c757d !important;
	background: #6c757d30 !important;
}

.icon-st-success {
	color: #28a745 !important;
	background: #28a74530 !important;
}

.icon-st-warning {
	color: #ffc107 !important;
	background: #ffc10730 !important;
}

.icon-st-danger {
	color: #dc3545 !important;
	background: #dc354530 !important;
}

.icon-st-info {
	color: #17a2b8 !important;
	background: #17a2b830 !important;
}

.icon-st-light {
	color: #000102 !important;
	background: #f8f9fa30 !important;
}

.icon-st-dark {
	color: #343a40 !important;
	background: #343a4030 !important;
}

.dashboard-item-list .grid-item .icon i {
	font-size: 20px;
}

.dashboard-item-list .grid-item .method .date {
	font-size: 12px;
}

.dashboard-head {
	background: #f8f8ff;
	color: #000;
	border-radius: 15px;
	padding: 0 20px;
	border: 1px solid #E1E4EA;
}

.dashboard-head .dh-custom {
	padding: 0;
	position: relative;
	display: inline-block;
}

.dashboard-head .dh-custom::after {
	content: "";
	position: absolute;
	background-color: #fff;
	bottom: -1px;
	left: 0;
	width: 250px;
	height: 2px;
	background-color: #7d52f4;
}

.dashboard-head .dh-custom .dh-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	background: rgb(233, 14, 234);
	background: linear-gradient(180deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
}

.dashboard-head .dh-custom .dh-icon i {
	font-size: 20px;
}

.singlePostArea.dash {
	padding: 35px 0;
}

.pay-grid,
.main-grid {
	padding: 0;
}

.dashboard-head p {
	color: #00000060;
}

.user-account-menu ul li.active {
	background: #7d52f4;
	color: #fff;
}

.profile-order-list .list.support .el {
	color: #000;
	background: #fff;
	border: 1px solid #E1E4EA;
}

.profile-order-list .list.support .el .top {
	border-bottom: 1px solid #E1E4EA;
	width: 100%;
}

.profile-order-list .list.support .el .middle {
	width: 100%;
	border-bottom: 1px solid #E1E4EA;
}

.profile-order-list .item .list .el .icon {
	width: 32px;
	min-width: 32px;
	height: 32px;
	color: #fff;
	background: var(--cart-color);
	border-radius: 100%;
	font-size: 18px;
}

.selected-amount-list .grid-item.selected {
	border: 1px solid #7d52f4 !important;
}

.selected-amount-list .grid-item {
	border: 1px solid #E1E4EA;
	border-radius: 15px;
}

.grid-item input {
	border-radius: 15px !important;
	border-color: #E1E4EA !important;
}

.grid-item-selected input {
	border-radius: 15px !important;
	border-color: #7d52f4 !important;
}

.bonus-amount {
	border-radius: 0 15px 15px 0;
	margin: 0;
	right: 0;
}

.select-payment-method .item {
	border-radius: 15px;
}

.login-form .tabHead {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8ff;
	border: 1px solid #E1E4EA;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px;
	border-radius: 15px;
	position: relative;
	width: 100%;
}

.login-form .tabHead .item {
	padding: 0 25px;
	color: #828bad;
	cursor: pointer;
	border-radius: 12px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	transition: 0.2s;
	gap: 5px;
	user-select: none;
	font-size: 15px;
	width: 100%;
}

.login-form .tabHead .item.active {
	color: #fff;
	background: #7d52f4;
}

.login-form .tabHead .item .text {
	min-width: max-content;
}

.login-head h1 {
	font-size: 42px;
	font-weight: 600;
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.login-head p {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
}

#login-wrapper {
	padding: 50px 0
}

.login-head {
	margin-bottom: 45px;
}

.form-floating.fc-icon .form-control {
	font-size: 14px;
	color: #979eb5;
}

.orPayDetail .amount {
	background: #f8f8ff;
	border-radius: 15px;
	border: 1px solid #E1E4EA;
}

.orPayDetail .amount ul li {
	border-bottom: 1px solid #E1E4EA;
}

.baskList .item {
	border: 1px solid #E1E4EA;
}

.coupon {
	margin: 15px 0 0 0;
}

.coupon .btn-secondary {
	position: absolute;
	right: 2px;
	top: 2px;
	border-radius: 10px
}

.profile-content-title {
	position: relative;
	margin-bottom: 20px;
	background: #335cff;
	color: #fff;
	border-radius: 15px;
	padding: 10px 15px;
}

.profile-content-title p {
	color: #ffffff80
}

.profile-content-title h2 {
	font-size: 20px;
	color: #fff;
	font-weight: 400 !important;
}

.profile-content-title h2 span {
	font-weight: 600;
}

.orPayments {
	border: 1px solid #E1E4EA;
	border-radius: 15px;
	margin-top: 15px;
	padding: 10px 15px;
}

.orPayments img {
	margin-top: 10px;
}

.free-tool-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.free-tool-wrapper .ft-item {
	background: transparent;
	padding: 25px 10px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 30px;
	z-index: 1;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #e5e8ec;
	box-shadow: 0 5px 15px rgba(85, 85, 85, 0.1);
	overflow: hidden;
}

.free-tool-wrapper .ft-item:hover {
	background: linear-gradient(#fbf3fe 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	border: 1px solid transparent;
	color: #fff;
}

.free-tool-wrapper .ft-item::after {
	content: "";
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: circle(20% at 0% 0%);
	transition: 0.3s ease-in;
}

.free-tool-wrapper .ft-item:hover::after {
	clip-path: circle(100%);
}

.free-tool-wrapper .ft-item img {
	width: 50px;
}

.free-tool-wrapper .ft-item i {
	font-size: 24px;
	color: #7d52f4;
}

.free-tool-wrapper .ft-item .ft-text {
	display: flex;
	align-items: center;
	gap: 10px
}

.platform-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.platform-item {
	background: transparent;
	padding: 25px 10px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 30px;
	z-index: 1;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #e5e8ec;
	box-shadow: 0 5px 15px rgba(85, 85, 85, 0.1);
	overflow: hidden;
}

.platform-item:hover {
	background: linear-gradient(#fbf3fe 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	border: 1px solid transparent;
	color: #fff;
}

.platform-item::after {
	content: "";
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: circle(20% at 0% 0%);
	transition: 0.3s ease-in;
}

.platform-item:hover::after {
	clip-path: circle(100%);
}

.platform-item h2 {
	font-size: 20px;
	font-weight: 500;
	color: #15072E;
}

.platform-item p {
	color: #a4a6ad;
	padding: 15px 0 0 0;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
}

.platform-item:hover h2,
.platform-item:hover p {
	color: #fff;
}

.platform-filter {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 10px;
	margin-bottom: 45px;
}

.platform-filter .filter-btn {
	background: transparent;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	gap: 10px;
	z-index: 1;
	border-radius: 15px;
	border: 1px solid #e5e8ec;
	overflow: hidden;
	cursor: pointer;
}

.platform-filter .filter-btn i {
	font-size: 24px;
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.platform-filter .filter-btn span {
	font-size: 16px;
}

.platform-filter .filter-btn.active {
	background: linear-gradient(#fbf3fe 0 0) padding-box, linear-gradient(to left, #E90EEA, #850AFE, #56ABFA) border-box;
	border: 1px solid transparent
}

.product-badge {
	text-align: center;
}

#service-work {
	margin: 100px 0;
}

#service-work .sw-item {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 35px;
}

#service-work .sw-item .sw-num {
	background: #7d52f420;
	color: #7d52f4;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	flex-shrink: 0;
}

#service-work .sw-item .sw-wrap h3 {
	font-size: 20px;
	font-weight: 500;
	color: #0E121B;
}

#brands {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px 0;
}

#brands .brands-first,
#brands .brands-second,
#brands .brands-third {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 25px;
	overflow: hidden;
}

#brands .brands-first div {
	-webkit-animation: translateinfinite 20s linear infinite;
	animation: translateinfinite 20s linear infinite;
}

#brands .brands-second div {
	-webkit-animation: translateinfinitex 20s linear infinite;
	animation: translateinfinitex 20s linear infinite;
}

#brands .brands-third div {
	-webkit-animation: translateinfinite 20s linear infinite;
	animation: translateinfinite 20s linear infinite;
}

@keyframes translateinfinite {
	100% {
		transform: translateX(calc(-180px * 4));
	}
}

@keyframes translateinfinitex {
	0% {
		transform: translateX(calc(-180px * 4));
	}

	100% {
		transform: translateX(0);
	}
}

.nav-drop .drop-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin-top: 0px;
	padding: 5px 0;
	background: #fff;
	border-radius: 5px;
	transition: 0.2s;
	box-shadow: 0 5px 30px rgba(85, 85, 85, 0.1);
	z-index: 9999;
	min-width: 200px;
}

.nav-drop .drop-menu .item-menu {
	padding-left: 0
}

.NavList li a {
	display: flex;
	align-items: center;
	gap: 5px
}

li.navitem .navlink {
	font-size: 15px;
}

li.navitem .navlink i {
	font-size: 15px;
	color: #7d52f4;
	top: auto;
}

.nav-drop .drop-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	z-index: 9999;
}

.nav-drop .drop-menu li {
	border-radius: 8px !important;
}

.nav-drop .drop-menu li .text {
	font-size: 14px !important;
}

.nav-drop .drop-menu li .icon {
	border-radius: 8px !important;
}

.phone-scrape {
	position: relative;
}

.phone-scrape {
	position: relative;
	max-width: 424px;
	margin: auto;
}

.phone-scrape .ps-area {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.phone-scrape .profilecheck .procheckBTN {
	background: rgb(233, 14, 234);
	background: linear-gradient(270deg, rgba(233, 14, 234, 1) 0%, rgba(133, 10, 254, 1) 50%, rgba(86, 171, 250, 1) 100%);
	color: #fff !important;
}

.phone-scrape .scraper-product {
	background: #f5f7fa;
	margin-top: 25px;
}

.phone-scrape .scraper-product .area {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 25px
}

.phone-scrape .ps-area input {
	background: #f5f7fa
}

.phone-scrape .scraper-product .detail .item {
	text-align: center;
}

.phone-scrape .scraper-product .detail .item>span {
	justify-content: center;
}

.phone-scrape .scraper-product .avatar {
	max-width: 100px;
	width: 100px;
	height: 100px;
}

.phone-scrape .ps-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.phone-scrape .ps-buttons .btn-scrape {
	background: #f5f7fa;
	color: #171717
}

.phone-scrape .ps-buttons .btn-scrape:hover {
	background: #E1E4EA
}

.scraper-demo {
	display: flex;
	min-height: 85px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #f5f7fa;
	margin-top: 25px;
	padding: 10px 12px;
	border-radius: 15px;
	border: 1px solid #00000008;
	overflow: hidden;
	position: relative;
}

.scraper-demo .area {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

.scraper-demo .avatar {
	max-width: 100px;
	width: 100px;
	height: 100px;
}

.scraper-demo .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}

.scraper-demo .detail {
	display: flex;
	align-items: center;
}

.scraper-demo .detail .item {
	color: #5f728a;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #00000010;
	line-height: 20px;
	text-align: center;
}

.scraper-demo .detail .item>span {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 3px;
	justify-content: center;
}

.scraper-demo .detail .item:last-child {
	margin: 0;
	border: 0;
	border: none;
	padding: 0;
}

.scraper-demo .name {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.brand_tag {
	background-image: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	border-radius: 1.5rem;
	justify-content: center;
	align-items: center;
	min-width: 7rem;
	padding: 10px 15px;
	font-weight: 500;
	display: flex;
	position: relative;
	color: #fff;
	white-space: nowrap
}

.brand_tag.is-2 {
	min-width: 10.1875rem
}

.brand_tag.is-3 {
	min-width: 7.3125rem
}

.icon_star-brand {
	justify-content: center;
	align-items: center;
	width: 1.75rem;
	height: 1.75rem;
	display: flex;
	position: absolute;
	inset: -10% auto auto -1.5%
}

.icon_star-brand.is-v2 {
	width: 1.875rem;
	height: 1.875rem;
	inset: auto -1% -15% auto
}

.brand_tag-border {
	background-image: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	border-radius: 1.5rem;
	justify-content: center;
	align-items: center;
	padding: 1px;
	font-weight: 500;
	display: flex;
	position: relative;
}

.home-badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: absolute;
	bottom: -130px;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
}

.home-badges img {
	width: 75px;
}

.home-badges .home-badges-bcorp {
	width: 50px;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.loading,
.lazyload,
.lazyloaded,
.image {
	opacity: 1;
	transition: all 700ms;
}

#what-we-do .container {
	overflow: hidden
}

.ugc-item {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.ugc-item .ugc-img,
.ugc-item .ugc-img img {
	border-radius: 25px
}

.ugc-item .ugc-img img {
	width: 100%;
	opacity: .8;
	transition: 250ms all
}

.ugc-item .ugc-img img:hover {
	opacity: 1;
	transition: 250ms all
}

.ugc-item .ri-play-circle-line {
	font-size: 100px;
	position: absolute;
	transition: -50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	transition: 250ms all
}

.ugc-item:hover .ri-play-circle-line {
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	background: -webkit-linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 250ms all
}

.ugc-item .ugc-text {
	position: absolute;
	inset-block-end: -2px;
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	gap: 20px;
	align-items: center;
	inline-size: 100%;
	padding: 15px 30px;
	border-radius: 0 0 14px 14px;
	border-block-start: 1px solid rgba(0, 0, 0, .3);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.popup.hidden {
	display: none;
}

.popup-content {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: auto;
	text-align: center;
}

.close {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	z-index: 100;
	background: #e90eea;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 100%;
}

.video-container {
	position: relative;
	width: 100%;
	padding-top: 177.78%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.suggest-title {
	font-family: 'Krona One';
	font-size: 28px;
	background: linear-gradient(to right, #850AFE, #fd4ba4, #fd4ba4);
	background: -webkit-linear-gradient(to right, #850AFE, #fd4ba4, #fd4ba4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 15px auto;
	text-align: center
}

.suggest-title span {
	-webkit-text-fill-color: white;
	-webkit-background-clip: unset;
	color: #fff;
	background: #fd4ba4;
	padding: 0 15px 0 5px;
	border-radius: 5px;
}

.suggest-title .suggest-star {
	position: relative;
	margin: -4px -21px auto -21px;
	width: 45px;
}

.suggest-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 50px;
}

.suggest-box .suggest-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #e3e3e3;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.suggest-box .suggest-item img {
	max-width: 75px;
}

.suggest-box .suggest-plus img {
	width: 65px;
}

.suggest-box .suggest-item span {
	font-family: 'Krona One';
	font-size: 24px;
	text-align: center;
	color: #030303;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
	max-width: 200px;
}

#main-boxes {
	margin-top: 100px;
}

#main-boxes .boxes-wrapper {
	padding: 15px;
	border-radius: 25px;
	border: 1px solid #E1E4EA;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	overflow: hidden;
}

#main-boxes .boxes-wrapper::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 80%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, #ee9eef70 0%, #ee9eef70 100%);
	border-radius: 100px;
	filter: blur(200px);
	z-index: -1;
}

.features-box {
	display: grid;
	gap: 15px;
}

@media (min-width: 992px) {
	.features-box {
		grid-template-columns: repeat(3, 1fr);
		gap: 35px;
	}
}

.features-box--item {
	display: flex;
	flex-direction: column;
	position: relative; 
	border-radius: 15px;
	background: #fff;
	gap: 10px;
	padding: 20px 30px;
	overflow: hidden;
	border: 1px solid #e1e4ea;
	position: relative;
}

.features-box--item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid #7d52f4;
	border-left: 1px solid #7d52f4;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 15px;
	z-index: -1;
}

.features-box--item:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 1px solid #7d52f4;
	border-right: 1px solid #7d52f4;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 15px;
	z-index: -1;
}

.features-box--item:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 1
}

.features-box--item:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 1
}

.features-box--item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

.features-box--item .features-box--top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.features-box--item .features-box--top .icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	font-size: 18px;
}

.features-box--item .features-box--top .icon {
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.features-box--item:hover .features-box--top .icon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.features-box--item .features-box--top .arrow {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: #fff;
	background: #7d52f4;
	font-size: 11px;
	transition: transform 0.22s ease;
}

.features-box--item .fbi-bg i {
	position: absolute;
	top: -60px;
	right: -40px;
	font-size: 175px;
	opacity: 0.5;
	transform: rotate(-15deg);
	z-index: 1;
	color: rgb(252 235 252);
	background-clip: text;
}

.features-box--title {
	position: relative;
	color: #7d52f4;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	margin: 0px;
	z-index: 2;
}

.features-box--text {
	position: relative;
	color: #737373;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px;
	z-index: 2;
}

.features-box--item:nth-child(1) .features-box--top .icon {
	color: #24a1de;
	background: rgba(36, 161, 222, .08)
}

.features-box--item:nth-child(1):before {
	border-color: #24a1de
}

.features-box--item:nth-child(1):after {
	border-color: #24a1de
}

.features-box--item:nth-child(1) .features-box--title {
	color: #24a1de
}

.features-box--item:nth-child(1) .features-box--top .arrow {
	background: #24a1de
}

.features-box--item:nth-child(2) .features-box--top .icon {
	color: #7d52f4;
	background: rgba(125, 82, 244, .08)
}

.features-box--item:nth-child(2):before {
	border-color: #7d52f4
}

.features-box--item:nth-child(2):after {
	border-color: #7d52f4
}

.features-box--item:nth-child(2) .features-box--title {
	color: #7d52f4
}

.features-box--item:nth-child(2) .features-box--top .arrow {
	background: #7d52f4
}

.features-box--item:nth-child(3) .features-box--top .icon {
	color: #d858b2;
	background: rgba(216, 88, 178, .08)
}

.features-box--item:nth-child(3):before {
	border-color: #d858b2
}

.features-box--item:nth-child(3):after {
	border-color: #d858b2
}

.features-box--item:nth-child(3) .features-box--title {
	color: #d858b2
}

.features-box--item:nth-child(3) .features-box--top .arrow {
	background: #d858b2
}

.features-box--item:nth-child(4) .features-box--top .icon {
	color: #d98600;
	background: rgba(217, 134, 0, .08)
}

.features-box--item:nth-child(4):before {
	border-color: #d98600
}

.features-box--item:nth-child(4):after {
	border-color: #d98600
}

.features-box--item:nth-child(4) .features-box--title {
	color: #d98600
}

.features-box--item:nth-child(4) .features-box--top .arrow {
	background: #d98600
}

.features-box--item:nth-child(5) .features-box--top .icon {
	color: #168c47;
	background: rgba(22, 140, 71, .08)
}

.features-box--item:nth-child(5):before {
	border-color: #168c47
}

.features-box--item:nth-child(5):after {
	border-color: #168c47
}

.features-box--item:nth-child(5) .features-box--title {
	color: #168c47
}

.features-box--item:nth-child(5) .features-box--top .arrow {
	background: #168c47
}

.features-box--item:nth-child(5) .features-box--top .icon {
	color: #168c47;
	background: rgba(22, 140, 71, .08)
}

.features-box--item:nth-child(5):before {
	border-color: #168c47
}

.features-box--item:nth-child(5):after {
	border-color: #168c47
}

.features-box--item:nth-child(5) .features-box--title {
	color: #168c47
}

.features-box--item:nth-child(5) .features-box--top .arrow {
	background: #168c47
}

.features-box--item:nth-child(6) .features-box--top .icon {
	color: #d64a4a;
	background: rgba(214, 74, 74, .08)
}

.features-box--item:nth-child(6):before {
	border-color: #d64a4a
}

.features-box--item:nth-child(6):after {
	border-color: #d64a4a
}

.features-box--item:nth-child(6) .features-box--title {
	color: #d64a4a
}

.features-box--item:nth-child(6) .features-box--top .arrow {
	background: #d64a4a
}
 
.features-box--item a { 
	position: relative;
  	z-index: 100;
}

.hr-video {
	position: relative;
	opacity: .6;
	cursor: pointer;
}

.hr-video:hover {
	opacity: 1
}

.hr-video .hr-thumb {
	border-radius: 10px;
	transition: 250ms all;
}

.hr-video .hr-play {
	position: absolute;
	left: 38px;
	top: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #7d52f4;
	text-align: center;
	border-radius: 100%
}

#popupBig .popup-content {
	position: relative;
	width: 560px;
	max-width: 100%;
	height: 315px;
	text-align: center;
}

#popupBig .video-container {
	position: relative;
	width: 100%;
	padding-top: 5px;
	height: 315px;
}

#popupBig .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	z-index: 100;
	background: #e90eea;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 100%;
}

#videos {
	margin: 75px 0;
}

#videos .video-header h2 {
	font-size: 36px;
	line-height: 56px;
	font-weight: 700;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 5;

}

#videos .video-header h2 span {
	background: linear-gradient(to left, #3318a5, #925ed4);
	background: -webkit-linear-gradient(to left, #3318a5, #925ed4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;

}

#videos .video-item {
	margin-top: 75px;
}

#videos .video-content {
	position: relative;
	z-index: 3;
}

#videos .video-content::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 120%;
	transform: translate(-50%, -50%) scale(1);
	transition: .14sease;
	background-color: #fecbff;
	border-radius: 100px;
	filter: blur(100px);
	z-index: -1;
}

#videos .video-item .play-btn {
	background: rgb(255, 255, 255, 1);
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 28px;
	line-height: 60px;
	color: #6642cc;
	cursor: pointer;
}

#videos .video-item .play-btn::before,
#videos .video-item .play-btn::after {
	content: "";
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 100%;
	background: rgb(255, 255, 255, 1);
	opacity: 0.2;
	animation: ripple 1.75s infinite ease-out;
}

#videos .video-item .play-btn::after {
	left: -30px;
	top: -30px;
	right: -30px;
	bottom: -30px;
	opacity: 0.1;
	animation-delay: 2s;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.nav-head {
	height: 100px;
}

.nav-head.back {
	background: #fff;
}


.nav-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.NavList {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.NavListArea {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.logo img {
	height: 45px;
	width: auto;
}

.logo img.dark {
	display: none;
}

ul.NavList li {
	list-style: none;
	padding: 0 5px;
}

.NavList li a {
	color: rgba(var(--menutxtcl));
	font-weight: var(--menutxtweight);
	padding: 12px 8px;
	font-size: 17px;
}

li.navitem.nav-drop>a {
	position: relative;
	padding-right: 20px;
}

li.navitem.nav-drop>a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	position: absolute;
	font-size: 13px;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
}

li.navitem.nav-drop>a.show::after {
	transform: translateY(-50%) rotate(0deg);
}

.nav-drop:hover .navlink {
	color: #68718c;
	cursor: pointer;
}

.nav-drop .drop-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin-top: 0px;
	padding: 5px 0;
	background: #fff;
	border-radius: 5px;
	transition: 0.2s;
	box-shadow: 0 5px 30px rgba(85, 85, 85, 0.1);
	z-index: 99;
	min-width: 200px;
}

.nav-drop .drop-menu::before {
	content: "";
	position: absolute;
	top: -30px;
	width: 100%;
	height: 31px;
}

.nav-drop:hover .drop-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
}

.nav-drop .drop-menu li a {
	padding: 8px 10px;
	font-size: 15px;
	color: rgba(var(--menutxtcl));
	width: 100%;
	display: block;
	font-weight: 500;
}

.nav-drop .drop-menu li {
	transition: 0.2s;
	border-bottom: 1px solid var(--bg);
}

.nav-drop .drop-menu li:last-child {
	border: none;
}

.nav-drop .drop-menu li:hover {
	background: rgb(255, 255, 255, 0.03);
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-items: start;
}

.drop-menu {
	position: absolute;
	left: 0;
	top: calc(100% - 20px);
	right: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: var(--white);
	transition: 0.2s ease all;
	border-radius: 10px
}

.navitem:hover .drop-menu,
.showdrop .drop-menu {
	top: calc(100% + -12px);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	padding: 10px;
}

.showmenu .showdrop .drop-menu {
	top: -4px !important;
	padding: 7px !important;
	display: block !important;
	background: none;
}

.showmenu .showdrop .drop-menu::before {
	display: none !important;
}

.navitem:hover .drop-menu .item-menu,
.showdrop .drop-menu .item-menu {
	display: inline;
}

.showdrop .drop-menu .item-menu {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}

.navitem:hover .drop-menu .item-menu .nav-sub-heading,
.showdrop .drop-menu .item-menu .nav-sub-heading {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	max-width: 217px;
	color: var(--c);
	font-weight: 600;
}

.showdrop .drop-menu .item-menu .nav-sub-heading {
	font-size: 18px !important;
	max-width: 100% !important;
	padding-bottom: 7px !important;
	margin-bottom: 1px !important;
}

.navitem:hover .drop-menu .item-menu .nav-sub-heading::after,
.showdrop .drop-menu .item-menu .nav-sub-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 200px;
	background: linear-gradient(to right, #a0a8c1, #a0a8c100);
}

.showmenu .fixed-bottom-menu {
	display: none !important;
}

.navitem:hover .drop-menu .item-menu ul.item-menu-sub,
.showdrop .drop-menu .item-menu ul.item-menu-sub {
	padding: 1px;
}

.navitem .drop-menu .item-menu {
	padding-left: 0;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub,
.showdrop .drop-menu .item-menu li.item-menu-sub {
	margin-bottom: 5px;
	background: #eaecf1;
	border-radius: 5px;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub:hover,
.showdrop .drop-menu .item-menu li.item-menu-sub:hover {
	background: #e1e4ea;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link,
.showdrop .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link {
	display: flex;
	align-items: center;
	padding: 5px;
	gap: 8px;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link .icon,
.showdrop .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link .icon {
	width: 34px;
	height: 34px;
	min-width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--c, var(--main-color));
	border-radius: 2px;
	color: #fff;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub:hover .icon,
.showdrop .drop-menu .item-menu li.item-menu-sub:hover .icon {
	background: #fff !important;
	color: var(--c) !important;
}

.navitem:hover .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link .text,
.showdrop .drop-menu .item-menu li.item-menu-sub a.item-menu-sub-link .text {
	line-height: normal;
	color: var(--soft-text);
	font-size: 14px;
	text-align: left;
}

.contact-info-list {
	display: grid;
	gap: 12px;
	align-items: center;
	padding: 10px 26px;
}

@media screen and (min-width: 1100px) {
	.contact-info-list {
		padding: 10px 0;
	}
}

.footer-menu .contact-info-list {
	padding: 10px 0;
}

.contact-info-item {
	display: grid;
	grid-template-columns: auto 9fr;
	gap: 7px;
	align-items: center;
	padding: 3px 0;
	color: #fff
}

.contact-info-item .icon {
	width: 38px;
	height: 38px;
	font-size: 23px;
	background: #fff;
	border-radius: 8px;
	color: #7d52f4;
	padding: 8px;
	display: flex;
	text-align: center;
	justify-content: center;
}

.contact-info-item .content .title {
	font-weight: 600;
	padding: 5px 0;
	line-height: 11px;
	font-size: 16px;
}

.contact-info-item .content .text {
	font-size: 14px;
}

.container.footer-contact-grid {
	display: flow;
}

.singlePostArea #trusted {
	margin: 50px 0;
}

.dropList {
	position: relative;
}

.dropListTable {
	display: none;
	border-top: 0;
	background: #fbfbfb;
	position: absolute;
	width: 100%;
	z-index: 11;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	overflow: hidden;
	box-shadow: 0 10px 15px #5656752e;
	max-height: 320px;
	overflow: auto;
}

.dropListTable::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

.dropListTable::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

.dropListTable::-webkit-scrollbar-thumb {
	background-color: #c5c5c5;
}

.dropListTable .item {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #dfe0e1;
	font-size: 16px;
	color: #9699ad;
	cursor: pointer;
	transition: 0.3s;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dropListTable .item.active {
	background: #dfe0e1;
}

.dropListTable .item .text {
	color: #9699ad;
}

.dropListTable .item .text span {
	color: #9699ad;
	display: block;
	margin-bottom: 2px;
}

.dropListTable .item.active .icon {
	opacity: 1;
}

.dropListTable .item:last-child {
	border: none;
}

.dropListTable .item span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.dropListTable .item span span {
	font-weight: 400;
}

.dropListTable .item:hover {
	background: #dfe0e1;
}

.dropListTitle {
	position: relative;
	padding: 15px;
	border: 1px solid #dfe0e1;
	background-color: #ffffff;
	border-radius: 8px;
	font-size: 17px;
	font-weight: 500;
	color: #9699ad;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	transition-delay: 0.2s;
	height: 58px;
}

.dropListTitle.border-0 {
	border: 0 !important;
}

.dropListTitle .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	font-size: 29px;
	color: #9699ad;
}

.dropList .dropListTitle .icon i::before {
	content: "\e93c";
	font-family: "ns";
}

.dropList.show .dropListTitle {
	background: #fff;
	transition: 0s;
	border-radius: 8px 8px 0 0;
}

.dropListTable .item .icon {
	display: flex;
	font-size: 22px;
	opacity: 0.2;
}

.myLicencesArea {
	position: relative;
}

.dropListTitle::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	position: absolute;
	right: 15px;
	font-size: 16px;
	display: flex;
	transform: translateY(1px);
	transition: 0.2s;
}

.dropListTitle.nodrop::after {
	content: "";
}

.dropList.show .dropListTitle::after {
	transform: rotateX(180deg);
}

.dropListTitle label.title {
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	padding: 1rem 0.9rem;
	font-weight: 500;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.dropList .dropListTitle label.title {
	opacity: 0.6;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.8) translateY(-0.3rem) translateX(0.2rem);
}

.dropList .dropListTitle .dlabName {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 70px;
	line-height: 34px;
	max-width: 90%;
}

.anibut {
	position: relative;
	overflow: hidden;
}

.anibut::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	left: calc(100% - 35px);
	top: -5px;
	transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
	background: #ffffff10;
}

.anibut:hover:after {
	left: calc(100% - 75px);
}

@media screen and (min-width: 1401px) {
	.contact-info-list.contact-footer {
		background: #f1f1f8;
		position: relative;
		height: 243px;
		border-bottom: 2px solid #979ab0;
	}
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
	.contact-info-list.contact-footer {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.container.footer-contact-grid {
		text-align: left;
	}
}

.contact-info-list.contact-footer {
	min-width: 320px;
}


@media (max-width: 991.98px) {
	header .navbar {
		position: inherit;
		height: auto;
		padding: 0;
	}

	#home-header .home-right .openPopupB {
		top: 140px;
		left: 30px;
		width: 140px;
		height: 90px;
	}

	#videos {
		margin: 0;
	}

	#videos .video-item {
		margin-top: 25px;
	}

	#videos .video-header h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.suggest-box {
		flex-direction: column;
	}

	.swiper-ugc {
		overflow: hidden;
	}

	.notification--header .text {
		font-size: 14px;
	}

	.notification--header .text .code {
		padding: 2px 5px;
		font-size: 14px;
		top: 0;
	}

	.home-badges {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.home-badges img {
		width: 55px !important;
		margin-left: unset !important;
	}

	.home-badges .home-badges-bcorp {
		width: 40px !important
	}

	.phone-scrape .scraper-product .avatar {
		max-width: 75px;
		width: 75px;
		height: 75px;
	}

	.scraper-demo .avatar {
		max-width: 75px;
		width: 75px;
		height: 75px;
	}

	.phone-scrape .ps-buttons {
		bottom: -15px;
	}

	.navitem:hover .drop-menu,
	.showdrop .drop-menu {
		top: calc(100% + -130px);
	}

	.NavList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	ul.NavList li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	ul.NavList li:last-child {
		border: none
	}

	.nav-drop .drop-menu {
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
	}

	.nav-head {
		height: auto;
	}

	#what-we-do .wwd-title .wwd-star {
		margin: -5px -20px 0 0;
		width: 32px;
	}

	#what-we-do .wwd-title .wwd-smile {
		margin: -5px 0 0 -25px;
		width: 32px;
	}

	.platform-filter {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
		margin-bottom: 25px;
	}

	.platform-filter .filter-btn span {
		font-size: 13px;
		white-space: nowrap;
	}

	.platform-filter .filter-btn i {
		font-size: 18px;
	}

	.platform-filter .filter-btn {
		padding: 5px;
		gap: 0
	}

	.platform-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.free-tool-header .ft-icon img {
		width: 100px
	}

	.free-tool-header .ft-icon i {
		left: 36px;
		top: 36px;
		font-size: 28px;
	}

	.free-tool-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.free-tool-wrapper .ft-item {
		font-size: 15px;
		padding: 15px 10px;
	}

	.free-tool-wrapper .ft-item img {
		width: 35px;
	}

	#login-wrapper {
		padding: 25px 0 125px 0
	}

	.login-head {
		margin-bottom: 25px;
	}

	.login-head h1 {
		font-size: 24px;
	}

	.intall.account .conts .detabox {
		margin-left: 0;
		margin-top: 0;
	}

	.intall.account .conts .icobox {
		display: none;
	}

	.intall.account .conts .detabox h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.dashboard-head {
		padding: 10px 20px;
	}

	.dashboard-head .dh-custom::after {
		bottom: -10px;
		width: 150px;
	}

	.dashboard-head h1 {
		font-size: 16px;
		margin-top: 0;
	}

	.dashboard-head p {
		display: none;
	}

	.dashboard-item-list .grid-item .text .amount {
		margin: auto;
	}

	.dashboard-item-list .grid-item {
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
	}

	.dashboard-item-list .grid-item .text .detail {
		margin: auto;
	}

	.dashboard-item-list .grid-item .icon {
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 0 0 10px 0;
	}

	.product-image img {
		max-width: 175px;
	}

	.product-details h1 {
		font-size: 18px;
		margin-top: 15px;
	}

	.product-rates,
	.product-details .product-text {
		font-size: 14px;
	}

	.pagins {
		display: flex;
		justify-content: center;
	}

	.singlePostArea #trusted {
		margin: 0 0 50px 0 !important
	}

	.product-cleft {
		text-align: center;
		border: none;
	}

	.product-cleft h2 {
		font-size: 24px;
		text-align: center;
	}

	.product-cleft .count {
		display: flex;
		justify-content: center;
	}

	.rating-item .progress-bar {
		max-width: 200px;
	}

	.product-cleft h3 {
		text-align: center;
	}

	.review-wrapper .review-list h4 {
		font-size: 16px;
	}

	.review-wrapper .review-list p {
		font-size: 13px;
	}

	.content-box {
		border-left: none;
		padding-left: 0;
		margin-top: 25px;
		text-align: center;
	}

	.singlePostArea #trusted {
		margin-top: 25px;
	}

	.singlePostArea #signature {
		margin-top: 75px;
	}

	.mt-100 {
		margin-top: 25px;
	}

	.os-left .our-arrow,
	.os-left .irish {
		display: none;
	}

	.os-left,
	.os2-right {
		text-align: center;
		margin-top: 20px;
	}

	.os-left h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.os-left .smile-1 {
		height: 30px;
	}

	.os-right {
		padding-left: 0;
	}

	.os2-right {
		padding-left: 0;
	}

	.os2-right h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.os2-right h2 .our-tick {
		top: -15px;
		left: 225px;
		height: 30px;
	}
  
    #prices {
        margin: 0 auto 50px auto;
    }
  
    #prices .swiper-products {
         margin: 0;
    }

	.singlePostArea .ft-bg {
		display: none;
	}

	.singlePostArea #home-blog {
		margin-top: 50px;
	}

	.free-tool-content .free-start-btn {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.free-tool-header .ft-title h1 {
		font-size: 24px;
	}

	.free-tool-header .ft-text p {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.blog-wrapper {
		margin-top: 15px;
		gap: 15px
	}

	.blog-wrapper h1 {
		font-size: 16px;
	}

	.blog-wrapper .blog-date {
		padding: 5px 10px;
		font-size: 12px;
	}

	.page-title {
		font-size: 32px;
	}

	.blog-list .blog-item {
		flex-direction: column;
	}

	.blog-list .blog-item .blog-left img {
		width: 100%;
	}

	.blog-list .blog-right {
		gap: 10px;
	}

	.blog-list .blog-right .blog-date {
		padding: 5px 10px;
		font-size: 12px;
	}

	.blog-list .blog-right .blog-title {
		font-size: 16px
	}

	.blog-list .blog-right .blog-more {
		font-size: 13px
	}

	.singlePostArea {
		padding: 25px 0;
	}

	.contact-left h1 {
		font-size: 32px;
	}

	.contact-info .ci-item {
		width: 100%;
	}

	.contact-left {
		text-align: center;
	}

	.contact-map {
		margin-top: 25px;
	}

	#home-header {
		padding: 25px 0;
		overflow: hidden;
	}

	#home-header .home-left {
		justify-content: center;
		text-align: center;
		margin: auto;
		gap: 15px;
	}

	#home-header .home-left .spotlight {
		margin: auto
	}
  
    #home-header .home-right .home-badge-1 {
		width: auto!important
    }

	#home-header .home-left .title {
		font-size: 28px;
		line-height: 42px;
      	min-width: 100%;
	}

	#home-header .home-left .title img {
		height: 32px;
		width: 32px;
	}

	#home-header .fastOrder {
		flex-direction: column;
		width: 100%;
		margin-top: 0;
	}

	#home-header .home-left .spotlight-2 {
		margin: auto;
	}

	#home-header .home-left .text,
	#home-header .home-left .alt-text p {
		font-size: 13px;
	}

	#home-header .fastOrder .fastitems {
		flex-direction: column;
		width: 100%;
		padding-left: 0
	}

	#home-header .fastOrder .fastselect:first-child {
		min-width: auto;
		padding-left: 25px
	}

	#home-header .fastOrder .fastselect {
		border-bottom: 1px solid #e5e8ec;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 5px
	}

	#home-header .fastOrder .fastselect:last-child {
		border-bottom: none
	}

	#home-header .fastOrder .fastselect::after {
		display: none;
	}

	#home-header .fastOrder .fastAction {
		width: 100%
	}

	#home-header .fastOrder .fastAction .btn {
		margin-top: 10px;
		width: 100%
	}

	#home-header .fastOrder .fastDrop {
		width: 100%;
		z-index: 1
	}

	#home-header .fastOrder .fastselect:first-child .fastDrop {
		left: 0;
		right: 0;
		border: 1px solid #e5e8ec;
		top: 50px;
		width: 100%
	}

	#home-header .fastDrop::before {
		display: none
	}

	#home-header .head-users,
	#home-header .head-features {
		flex-direction: column;
		gap: 5px
	}

	#home-header .home-right {
		margin-top: 25px
	}

	#home-header .home-right img {
		margin-left: auto;
		margin-top: 15px;
		width: 250px
	}

	#home-header .home-right .certified {
		width: 35px;
		bottom: -25px;
		right: 5px
	}

	#marks {
		overflow: hidden
	}

	.section-header h1,
	.section-header h2 {
		font-size: 24px
	}

	#trusted .trust-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	#trusted .trust-wrapper .trust-item .trust-logo img {
		max-width: 125px
	}

	#trusted .trust-wrapper .trust-item span {
		font-size: 12px
	}

	#main-banner .banner-wrapper {
		padding: 15px
	}

	#main-banner .banner-title {
		font-size: 28px;
		line-height: 36px;
		text-align: center
	}

	#main-banner .banner-spotlight {
		margin: 15px auto 0 auto
	}

	#main-banner .banner-count .bc-wrapper .bc-item h4 {
		font-size: 24px
	}

	#main-banner .banner-wrapper .btn-banner {
		width: 100%
	}

	#phone-section .phone-area .p-widget,
	#phone-section .phone-area .p-widget-1,
	#phone-section .phone-area .p-widget-2 {
		display: none;
	}

	#phone-section .ps-shapes .ps-shape-1,
	#phone-section .ps-shapes .ps-shape-2 {
		display: none
	}

	#marks .mark-sliders {
		padding-top: 50px;
	}

	#marks .mark-sliders .slider .swiper-slide span {
		font-size: 24px
	}

	#what-we-do {
		margin-top: 50px
	}

	#what-we-do .wwd-title {
		font-size: 20px;
		line-height: 36px
	}

	#what-we-do .tiktok-phone .tk-phone {
		max-width: 100%
	}

	#what-we-do .tiktok-phone .btn-secondary,
	#what-we-do .tiktok-phone .btn-border {
		position: relative;
		top: 50px;
		left: auto;
		right: auto
	}

	#what-we-do .tiktok-phone .hand {
		left: -10px;
		bottom: 200px;
	}

	#what-we-do .tiktok-phone .heart {
		right: -10px;
		top: 160px;
		width: 50px
	}

	#what-we-do .wwd-bg {
		display: none
	}

	#review .tabs {
		grid-template-columns: repeat(2, 1fr);
		margin: 25px 0;
		gap: 10px;
	}

	#review .comments-wrapper {
		flex-direction: column;
		gap: 15px
	}

	#review .comments-wrapper .comments-area {
		gap: 10px
	}

	#review .comments-wrapper .comments-img img {
		max-width: 100%
	}

	#review .comments-wrapper .comments-area h3 {
		font-size: 24px;
		text-align: center
	}

	#review .comments-wrapper .comments-area p,
	#review .comments-wrapper .comments-area small {
		text-align: center;
		margin-bottom: 0
	}

	#team {
		margin-top: 50px
	}

	#team .team-bg {
		display: none
	}

	#team .team-wrapper {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 25px;
	}

	#signature .signature-wrapper {
		padding: 15px
	}

	#signature .signature-wrapper p {
		font-size: 14px;
		text-align: center
	}

	#signature .signature-wrapper .signature-title {
		text-align: center;
		margin-bottom: 15px
	}

	#signature .sign-regards {
		display: flex;
		justify-content: center;
		margin: auto;
		max-width: 200px;
	}

	#banner-bottom {
		margin: 75px 0 0 0
	}

	#banner-bottom .banner-wrapper {
		padding: 60px 15px 15px 15px
	}

	#banner-bottom .banner-content {
		padding-left: 0
	}

	#banner-bottom .banner-shapes .bs-badge,
	#banner-bottom .banner-shapes .bs-star {
		display: none
	}

	#banner-bottom .banner-content p {
		font-size: 14px;
		text-align: center
	}

	#banner-bottom .banner-content .title {
		font-size: 28px;
		text-align: center;
		margin: 15px 0
	}

	#banner-bottom .banner-content small {
		display: flex;
		justify-content: center;
		font-size: 14px
	}

	#banner-bottom .banner-shapes .bs-world {
		max-width: 100px;
		left: -5px;
		top: -50px
	}

	#home-blog .hb-wrapper {
		flex-direction: column;
		gap: 25px
	}

	#home-blog .hb-wrapper .hb-image img {
		max-width: 100%
	}

	#home-blog .hb-wrapper .hb-content h2 {
		font-size: 24px;
		text-align: center
	}

	#home-blog .hb-wrapper .hb-content p {
		font-size: 14px;
		text-align: center
	}

	#home-blog .hb-wrapper .hb-buttons {
		display: flex;
		align-items: center;
		gap: 15px
	}

	#home-blog .hb-wrapper .hb-buttons .btn {
		width: 100%
	}

	#home-blog .hb-bg {
		display: none
	}
  
    .footer-highlight .container {
        flex-direction: column
    }
  
	#footer .footer-left .footer-logo {
		margin: auto;
	}
  
    .footer-highlight {
        padding: 15px 
    }
  
    .footer-highlight::before { 
        width: 100%; 
    }
  
    .footer-highlight::after { 
        display: none; 
    }
  
    .footer-highlight .fh-left {
        text-align: center;
    }
  
    .footer-highlight p { 
        max-width: 100%;
    }
  
    .footer-highlight .fh-right { 
        margin: auto
    }
  	
    .footer-highlight .btn-primary,
    .footer-highlight .btn-primary:hover,
    .footer-highlight .btn-primary:focus {
  		background: #fff!important;
      	color: #7d52f4!important
    }

	.btn-search span {
		display: none;
	}

	.ns-modal-content {
		padding: 15px;
		min-height: 280px;
		width: 100%;
		max-width: 650px;
	}

	#header-top .head-search span {
		display: none;
	}

	.phone-arrow {
		gap: 10px;
		right: 10px;
		top: 20px;
	}

	.phone-arrow .arrow {
		transform: rotate(24deg);
	}

	.phone-arrow span {
		font-size: 14px;
	}

	#header-top .head-search {
		background: transparent;
		padding: 0;
		border-radius: unset
	}

	.head-images {
		margin: 15px auto;
		justify-content: center
	}

	#home-header .home-right img {
		width: 300px;
		height: auto;
	}

	#home-header .home-right .head-images .himg-2-text {
		top: 35px;
		left: 7px
	}

	#home-header .home-right .head-images .himg-1-text span,
	#home-header .home-right .head-images .himg-2-text span {
		font-size: 32px;
		line-height: 42px
	}

	#home-header .home-right .head-images .himg-1-text small,
	#home-header .home-right .head-images .himg-2-text small {
		font-size: 14px
	}

	#home-header .home-right .head-images .himg-1-text {
		left: 15px;
	}

	#main-banner .banner-wrapper .bw-logo {
		display: none;
	}

	#home-header:after {
		height: 600px;
	}

    #footer .footer-top {
        flex-direction: column;
        gap: 15px;
    }
  
	#footer .footer-bottom {
  		flex-direction: column;
  	}
  
    #footer .footer-center {
      flex-wrap: wrap;
      gap: 50px;
  	}
  
    #footer .footer-contact {
      margin-top: 25px;
   }
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: rotate(0deg) scaleX(1) scaleY(1)
	}

	10% {
		-webkit-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	20% {
		-webkit-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	30% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	40% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	50% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	60% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	70% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	80% {
		-webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	90% {
		-webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	100% {
		-webkit-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
	}
}

@-moz-keyframes tada {
	0% {
		-moz-transform: rotate(0deg) scaleX(1) scaleY(1)
	}

	10% {
		-moz-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	20% {
		-moz-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	30% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	40% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	50% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	60% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	70% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	80% {
		-moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	90% {
		-moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	100% {
		-moz-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
	}
}

@-o-keyframes tada {
	0% {
		-o-transform: rotate(0deg) scaleX(1) scaleY(1)
	}

	10% {
		-o-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	20% {
		-o-transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	30% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	40% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	50% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	60% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	70% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	80% {
		-o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	90% {
		-o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	100% {
		-o-transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
	}
}

@keyframes tada {
	0% {
		transform: rotate(0deg) scaleX(1) scaleY(1)
	}

	10% {
		transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	20% {
		transform: rotate(-3deg) scaleX(.8) scaleY(.8)
	}

	30% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	40% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	50% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	60% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	70% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	80% {
		transform: rotate(-3deg) scaleX(1.2) scaleY(1.2)
	}

	90% {
		transform: rotate(3deg) scaleX(1.2) scaleY(1.2)
	}

	100% {
		transform: rotate(0deg) scaleX(1.2) scaleY(1.2)
	}
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1)
	}

	25% {
		-webkit-transform: scale(1.1)
	}

	40% {
		-webkit-transform: scale(1)
	}

	60% {
		-webkit-transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes heartBeat {
	0% {
		-moz-transform: scale(1)
	}

	25% {
		-moz-transform: scale(1.1)
	}

	40% {
		-moz-transform: scale(1)
	}

	60% {
		-moz-transform: scale(1.1)
	}

	100% {
		-moz-transform: scale(1)
	}
}

@-o-keyframes heartBeat {
	0% {
		-o-transform: scale(1)
	}

	25% {
		-o-transform: scale(1.1)
	}

	40% {
		-o-transform: scale(1)
	}

	60% {
		-o-transform: scale(1.1)
	}

	100% {
		-o-transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(1.1)
	}

	40% {
		transform: scale(1)
	}

	60% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}

	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@-webkit-keyframes floating-1 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(20px);
		transform: translatey(20px);
	}

	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

.hb-content li {
	list-style-type: unset;
}

[data-modal=member] {
	display: none;
	position: fixed;
	z-index: 5999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #f5f7fa;
	overflow-y: auto;
}

[data-modal=member].active {
	display: block;
}

[data-modal=member] .member-container {
	min-height: 100dvh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center
}

[data-modal=member] .member-content .container {
	max-width: 600px;
}


[data-modal=member] .member-goback {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 15;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #171717;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.28px;
	text-decoration: none;
	cursor: pointer;
	transition: .14s ease all;
}

[data-modal=member] .member-content {
	padding: 80px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

[data-modal=member] .member-logo {
	margin-bottom: 15px;
}

[data-modal=member] .member-title {
	color: var(--text-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 15px;
}

[data-modal=member] .member-text {
	color: #c6c6c6;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
	margin-bottom: 0;
}

[data-modal=member] .member-form {
	padding-top: 40px;
}

[data-modal=member] .form-control-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #E1E4EA;
	background: var(--sp-second-bg);
	color: var(--text-color);
	border-radius: 10px
}

[data-modal=member] .form-control-input input {
	border-radius: 10px 0 0 10px;
	border: none
}

[data-modal=member] .form-control-switch {
	height: 53px;
	flex: 0 0 53px;
	border-radius: 0 10px 10px 0;
	padding-right: 8px;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, .05);
	background: rgba(0, 0, 0, 0);
	color: var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s ease;
}

[data-modal=member] .form-control-switch:hover {
	background: rgb(63, 63, 63, 1)
}

[data-modal=member] .forgot-password {
	font-size: 14px
}

[data-modal=member] .form-control-remember {
	display: flex;
	align-items: center;
	justify-content: space-between
}

[data-modal=member] .checkbox,
.srv-table .checkbox,
.signup .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

[data-modal=member] .checkbox label,
.srv-table .checkbox label,
.signup .checkbox label {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

[data-modal=member] .checkbox input,
.srv-table .checkbox input,
.signup .checkbox input {
	display: none;
}

[data-modal=member] .checkbox-icon,
.srv-table .checkbox-icon,
.signup .checkbox-icon {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 2px solid #E1E4EA;
	background-color: #E1E4EA;
	box-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

[data-modal=member] .checkbox-icon::before,
.srv-table .checkbox-icon::before,
.signup .checkbox-icon::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 140%);
	background-color: #d1d5dd;
	border-color: #d1d5dd;
	transition: all .2s ease-in-out;
}

[data-modal=member] .checkbox-icon::after,
.srv-table .checkbox-icon::after,
.signup .checkbox-icon::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M10.0007 15.1709L19.1931 5.97852L20.6073 7.39273L10.0007 17.9993L3.63672 11.6354L5.05093 10.2212L10.0007 15.1709Z%27 fill=%27rgba%280,0,0,1%29%27%3E%3C/path%3E%3C/svg%3E");
	transform: scale(0);
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease;
	transition-delay: .1s;
}

[data-modal=member] .checkbox-text,
.signup .checkbox-text {
	color: var(--text-color);
	font-size: 14px
}

[data-modal=member] .checkbox-icon~.checkbox-text,
.signup .checkbox-icon~.checkbox-text {
	margin-left: 5px;
}

[data-modal=member] .checkbox input:checked~.checkbox-icon,
.srv-table .checkbox input:checked~.checkbox-icon,
.signup .checkbox input:checked~.checkbox-icon {
	border-color: #E1E4EA
}

[data-modal=member] .checkbox input:checked~.checkbox-icon::before,
.srv-table .checkbox input:checked~.checkbox-icon::before,
.signup .checkbox input:checked~.checkbox-icon::before {
	transform: translate(-50%, 50%)
}

[data-modal=member] .checkbox input:checked~.checkbox-icon::after,
.srv-table .checkbox input:checked~.checkbox-icon::after,
.signup .checkbox input:checked~.checkbox-icon::after {
	transform: scale(1)
}

[data-modal=member] .member-visual {
	position: relative;
	border-left: 1px solid #E1E4EA;
	padding: 50px;
	overflow: hidden;
}


[data-modal=member] .member-visual .who-alt-text {
	max-width: 600px;
	margin-top: 0
}

@media (max-width: 991.98px) {
	[data-modal=member] .member-container {
		grid-template-columns: repeat(1, 1fr);
	}

	[data-modal=member] .member-visual {
		display: none;
	}

	[data-modal=member] .member-content {
		padding: 0 0 40px;
	}

	[data-modal=member] .member-form {
		padding-top: 25px;
	}

	[data-modal=member] .member-goback {
		left: 15px;
	}

	[data-modal=member] .member-title {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	}

	[data-modal=member] .member-logo {
		text-align: center
	}
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	border-right: 1px solid #e1e4ea;
	background-color: #f5f7fa;
	width: 280px;
	height: 100dvh;
	z-index: 1032;
	white-space: nowrap;
	transition: .2s ease all;
	display: flex;
	flex-direction: column;
}

.sidebar-head {
	position: relative;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-passive .app-logo {
	display: none;
}

.sidebar-head .app-logo img {
	height: 45px
}

.sidebar-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 0 32px 0;
	overflow-y: auto;
	-ms-overflow-style: none;
	position: relative
}

.sidebar-body::-webkit-scrollbar {
	width: 5px;
}

.sidebar-body::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e1e4ea;
	border: 1px solid #f5f7fa
}

.sidebar-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4
}

.sidebar-toggle {
	position: absolute;
	top: calc(50% - 32px / 2);
	right: calc(-0.5* 32px);
	background: transparent;
	border: none;
	outline: none;
	transition: .14s ease all;
	color: #171717;
	font-size: 24px;
}

.sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1031;
	display: none
}

.sidebar-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.sidebar-menu-item a {
	display: flex;
	gap: 10px;
	padding: 10px 15px;
	color: #171717;
	text-decoration: none;
	transition: .2s ease all;
	border: none;
	white-space: nowrap;
	font-size: 14px;
}

.has-submenu .submenu-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.submenu-arrow {
	margin-left: auto;
	transition: 0.3s;
}

.sidebar-passive .submenu-arrow {
	position: absolute;
	right: 10px
}

.sidebar-passive .sidebar-submenu li {
	padding-left: 0
}

.sidebar-passive .sidebar-submenu li span {
	display: none
}

.has-submenu.active .submenu-arrow i {
	transform: rotate(180deg);
}

.sidebar-submenu {
	display: none;
	margin-top: 8px;
	background: #e1e4ea;
	padding-left: 0;
}

.sidebar-submenu li {
	padding-left: 15px;
	transition: .2s
}

.sidebar-submenu li:hover {
	background: #d4d8df
}

.sidebar-submenu a {
	color: #171717;
	font-size: 14px;
	text-decoration: none;
}

.sidebar-submenu a:hover {
	color: #7d52f4;
}

.sidebar-menu-item .sidebar-menu-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.sidebar-menu-item .sidebar-menu-text {
	margin: 0;
	padding-top: 2px;
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.sidebar-menu-item a:hover {
	background: transparent;
	border-color: none;
	color: #7d52f4
}

.sidebar-menu-item.active a {
	border-left: 4px solid #7d52f4;
	color: #171717
}

.sidebar-menu-item.has-submenu.active a {
	border: none
}

.sidebar-menu-item .sidebar-menu-text .badge {
	background: #7d52f4;
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite;
	display: inline-block
}

@-webkit-keyframes pulse-yellow {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 236, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(118, 255, 236, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 236, 0)
	}
}

@media (min-width: 575.98px) {
	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item {
		position: relative;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item .sidebar-menu-text {
		display: block;
		position: fixed;
		border: 1px solid #e1e4ea;
		background-color: #f5f7fa;
		color: #171717;
		padding: 8px 12px;
		border-radius: 10px;
		font-size: 13px;
		transform: translateX(-10px);
		box-shadow: none !important;
		pointer-events: none;
		opacity: 0;
		transition: .24s ease all;
		left: 80px;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item a.on-hover .sidebar-menu-text {
		position: fixed;
		z-index: 9999;
		opacity: 1;
		transform: translateX(0)
	}
}

.app-header {
	background-color: color-mix(in oklab, oklch(0.98 0 0) 75%, transparent);
	height: 75px;
	top: 0px;
	left: 280px;
	right: 0;
	z-index: 1;
	position: fixed;
}

.sidebar-passive .app-header {
	left: 80px
}

.header-row {
	height: calc(75px - 1px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	max-width: 100%;
}

.header-start {
	display: flex;
	flex-direction: column;
	gap: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.app-header .btn-line-icon {
	background: transparent
}

.header-end {
	display: flex;
	align-items: center;
	gap: 10px;
}

.app-content {
	padding-top: 97px;
	padding-left: 280px;
	padding-bottom: 25px
}

.app-content .card .card-body {
	z-index: 1
}

.menu-toggle {
	background: transparent;
	color: #171717;
	width: 28px;
	height: 28px;
	box-shadow: none !important;
	border: none !important
}

.menu-toggle .menu-toggle-open,
.sidebar-passive .menu-toggle .menu-toggle-close {
	display: none
}

.menu-toggle .menu-toggle-close,
.sidebar-passive .menu-toggle .menu-toggle-open {
	display: flex
}

.sidebar-passive .menu-toggle .menu-toggle-open {
	display: flex
}

.menu-toggle:hover svg {
	color: #7d52f4
}

.badge-absolute {
	display: none
}

.sidebar-passive .badge-absolute {
	display: flex;
	background-color: #f0ad4e;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	right: 23px;
	top: 6px;
	font-weight: 600;
	line-height: 9px;
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite;
	display: inline-block
}

.panel-body {
	background: #ffffff;
	border: 1px solid #e1e4ea;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 400;
	padding: 15px;
	height: 200px;
	overflow: auto
}

.panel-body::-webkit-scrollbar {
	width: 5px;
}

.panel-body::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e1e4ea;
	border: 1px solid #e1e4ea
}

.panel-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4
}

.sidebar-passive .small-logo {
	display: flex;
	height: 40px
}

.small-logo {
	display: none
}

.sidebar-footer {
	margin-top: auto;
	padding: 16px;
	border-top: 1px solid #e1e4ea;
	background: #f5f7fa
}

.sidebar-footer .user-box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px;
	border-radius: 12px;
	background: #e1e4ea;
	cursor: pointer;
	transition: .2s;
}

.sidebar-footer .user-box:hover {
	background: #d4d8df
}

.sidebar-footer .user-box img {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
}

.sidebar-footer .user-name {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #171717;
	font-weight: 600
}

.sidebar-footer .user-balance span {
	color: #000;
	font-weight: 400;
	font-size: 13px;
}

.sidebar-footer .user-menu {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 0 15px 15px 15px
}

.sidebar-footer .user-menu a:hover svg {
	opacity: .7
}

.sidebar-footer .user-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #7d52f4;
	border-radius: 10px;
	font-size: 24px;
	position: relative;
	color: #fff
}

.sidebar-footer .user-avatar .online {
	background: #76ff88;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0
}

@media (min-width:991.98px) {

	.sidebar-passive .sidebar-footer .user-menu,
	.sidebar-passive .sidebar-footer .user-box .user-info {
		display: none
	}
}

.sidebar-passive .sidebar-footer {
	padding: 5px;
}

.sidebar-passive .sidebar-footer .user-avatar {
	width: 45px;
	height: 45px;
}

.app .section-header h2 {
	font-size: 42px;
}

.app .section-header small {
	font-size: 20px;
}

.app .home-api,
.app .home-terms,
.app .home-status,
.app .home-services,
.app .home-blog {
	padding: 0
}

.app .status-container {
	width: 100%;
	margin-top: 25px
}

.app .status-wrapper .status-bar .tick {
	width: 100%;
}

.app .monitoring {
	padding: 0
}

.app .uptime-bar .tick {
	width: 100%
}

.tooltip {
	z-index: 5000
}

.tooltip-inner {
	color: #fff;
	background: #7d52f4;
	border: none;
	font-size: 11px;
	font-weight: 500;
	border-radius: 7px;
	padding: 3px 7px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	opacity: 1
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	border: none
}

@media (min-width: 575.98px) {
	.app .container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}

	.sidebar-passive .sidebar-menu-text .badge {
		display: none !important
	}

	.sidebar-passive .menu-toggle i {
		transform: rotate(180deg);
	}

	.sidebar-passive .sidebar {
		width: 80px;
	}

	.sidebar-passive .sidebar-body {
		padding: 0 0 24px 0;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item {
		position: relative;
	}

	.sidebar-passive .sidebar-menu-item a {
		justify-content: center;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item .sidebar-menu-text,
	.sidebar-passive:not(.sidebar-active) .sidebar-top .sidebar-menu-text {
		display: block;
		position: fixed;
		background-color: #f5f7fa;
		color: #171717;
		padding: 8px 12px;
		box-shadow: 0 4px 10px #e1e4ea;
		border-radius: 10px;
		transform: translateX(-10px);
		pointer-events: none;
		opacity: 0;
		transition: .24s ease all;
		left: 75px;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item a.on-hover .sidebar-menu-text,
	.sidebar-passive:not(.sidebar-active) .sidebar-top a:hover .sidebar-menu-text {
		position: fixed;
		z-index: 9999;
		opacity: 1;
		transform: translateX(0)
	}

	.sidebar-passive .sidebar-menu-item .sidebar-menu-arrow {
		display: none;
	}

	.sidebar-passive .header {
		left: 80px
	}

	.sidebar-passive .app-content {
		padding-left: 80px;
	}

	.sidebar-toggle {
		display: none
	}
}


@media (max-width: 575.98px) {
	.menu-toggle {
		display: none
	}

	.bottom-bar {
		display: grid
	}

	.sidebar-head .app-logo {
		padding-top: 0;
	}

	.sidebar {
		transform: translateX(-100%);
	}

	.sidebar-toggle {
		right: calc(-10px - 40px);
		top: calc(50% - 60px / 2);
		border-radius: 100px;
		transform: rotate(180deg);
	}

	.sidebar-active .sidebar {
		transition: .2s ease all;
		transform: translateX(0);
	}

	.sidebar-active .sidebar-toggle {
		transition: .2s ease all;
		transform: rotate(0);
	}

	.sidebar-active .sidebar-overlay {
		display: block;
		transition: .2s ease all
	}

	.app-header {
		height: 70px;
		left: 0;
		z-index: 1030
	}

	.header-row {
		height: calc(70px - 1px)
	}

	.header-end .btn.btn-line-icon .btn-icon {
		width: 26px;
		height: 26px;
	}

	.header-end {
		gap: 4px;
	}

	.header-end .btn.btn-line-icon {
		padding: 7px
	}

	.header-start .page-description {
		display: none;
	}

	.app-content {
		padding-left: 0;
		padding-top: 85px
	}

	.header-row {
		gap: 5px
	}

	.header-center {
		margin-left: auto
	}

	.header-center .btn.btn-line-icon .btn-icon {
		width: 26px;
		height: 26px;
	}

	.header-center .btn.btn-line-icon .btn-text {
		font-size: 14px
	}

	.header-center .btn.btn-line-icon .btn-chevron {
		display: none;
	}

	.header-end .btn.btn-line-icon.wallet-mobile .btn-text {
		display: block
	}

	.header-end .btn.btn-line-icon.wallet-mobile {
		border-radius: 100px;
		padding: 4px 10px 4px 4px
	}
}

.ui-dropdown {
	position: relative;
}

.ui-dropdown .dropdown-toggle::after {
	display: none
}

@media (max-width: 992px) {
	.dropdown-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(19, 20, 21, .5);
		z-index: 5000;
		display: none;
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.dropdown.show .dropdown-overlay {
		display: block;
	}
}

.dd-menu {
	min-width: 150px;
	position: absolute;
	z-index: 1000;
	border: 1px solid #e1e4ea;
	border-radius: 10px;
	background: #f5f7fa;
	padding: 4px;
	display: none;
	max-height: 400px;
	overflow-y: hidden;
	overflow-x: hidden;
	left: 0 !important;
	right: 0 !important;
	top: 60px !important;
	float: left;
}

.dd-menu-scroll {
	overflow-y: auto;
}

.dd-menu-scroll::-webkit-scrollbar {
	width: 5px;
}

.dd-menu-scroll::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e1e4ea;
	border: 1px solid #e1e4ea
}

.dd-menu-scroll::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4
}

.app-header .dd-menu {
	left: auto !important;
}

.dd-menu.show {
	-webkit-animation: .3s cubic-bezier(.25, .1, .15, 1.34) forwards dropdown-active;
	animation: .3s cubic-bezier(.25, .1, .15, 1.34) forwards dropdown-active;
}

.dropdown-list {
	display: flex;
	flex-direction: column;
	gap: 3px
}

.dropdown-list .dropdown-link {
	border-radius: 8px;
	padding: 5px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #171717;
	transition: .2s ease all;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
}

.dropdown-list .dropdown-link:hover,
.dropdown-list .dropdown-link.active {
	background: #d4d8df
}

@keyframes dropdown-active {
	0% {
		opacity: 0;
		transform: translateY(-50px);
		max-height: 0
	}

	100% {
		opacity: 1;
		transform: translateY(0) skewY(0)
	}
}

.dropdown-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-left: 0;
	margin-bottom: 0
}

.dropdown-list li {
	list-style-type: none;
}

@media (max-width: 992px) {
	.dropdown.show .dd-menu {
		min-width: auto;
		float: none !important;
		position: fixed !important;
		top: initial !important;
		bottom: 10px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: calc(100% - 20px) !important;
		max-width: 400px;
		max-height: calc(var(667px, 100dvh) - calc(74px + 0px) - 20px);
		z-index: 5005;
		display: block;
		animation: dropdownOpenMobile .2s ease;
		border-color: #e1e4ea
	}
}

.ui-dropdown .btn-line-icon,
.sf-item .btn-line-icon {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px;
	border-radius: 12px;
	background: #e1e4ea;
	cursor: pointer;
	transition: .2s;
}

.ui-dropdown .btn-line-icon:hover,
.sf-item .btn-line-icon:hover {
	background: #d4d8df;
}

.ui-dropdown .btn-line-icon .btn-text,
.sf-item .btn-line-icon .btn-text {
	color: #171717
}

.ui-dropdown .btn-line-icon .btn-icon,
.sf-item .btn-line-icon .btn-icon {
	background: #7d52f4;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ui-dropdown .btn-line-icon .btn-icon i,
.sf-item .btn-line-icon .btn-icon i {
	font-size: 14px;
	color: #fff
}

.ui-dropdown .btn-line-icon .btn-chevron {
	background: #fff;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #171717
}

.select2-container--default .select2-selection--single {
	border-radius: 10px;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	color: #171717;
	height: 50px !important;
	line-height: 28px;
	transition: all 0.3s ease;
}

.select2-container--open .select2-selection--single {
	border-color: #e1e4ea !important;
	background: #f5f7fa !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-dropdown {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #e1e4ea !important;
}

.select2-container--default .select2-selection--single:hover {
	border-color: #e1e4ea
}

.select2-container:not(.select2-container--open) .select2-selection--single {
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #171717;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.select2-container .dropdown-menu>li>a {
	font-size: 14px;
	padding: 3px 5px;
}

.select2-dropdown {
	background-color: #f5f7fa !important;
	border: 1px solid #e1e4ea;
	border-radius: 8px;
	opacity: 1 !important;
}

.select2-dropdown .select2-search--dropdown {
	border-bottom: 1px solid #e1e4ea;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.select2-results {
	background: #f5f7fa !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e1e4ea;
	border: 1px solid #e1e4ea
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4
}

.select2-search--dropdown {
	background-color: #f5f7fa !important;
}

.select2-search--dropdown .select2-search__field {
	background-color: #f5f7fa !important;
	border: 1px solid #e1e4ea;
	border-radius: 6px;
	padding: 8px;
}

.select2-results__option {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 8px 12px;
	color: #171717;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #e1e4ea;
	transition: background-color 0.2s ease;
}

.select2-results__option--highlighted:not(.is-selected) {
	background: #d4d8df !important;
	color: #171717 !important;
}

.select2-results__option.is-selected,
.select2-results__option--highlighted.is-selected {
	background: #d4d8df !important;
	color: #171717 !important;
	font-weight: 700;
}

.select2-results__option.is-selected::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #7d52f4
}

.select2-results__option[aria-disabled="true"],
.select2-results__option.select2-results__option--disabled,
.select2-container--default .select2-results__option[aria-disabled="true"],
.select2-results__option[aria-disabled="true"][aria-selected="false"],
.select2-results__option:not([aria-selected="true"])[aria-disabled="true"],
.select2-results__option[data-select2-hidden="true"],
.select2-results__option.select2-results__option--hidden {
	display: none !important;
}

select option[hidden],
select option:disabled[hidden],
select option[disabled][hidden],
select option[data-hidden="true"],
option.hidden-category {
	display: none !important;
}

.service-metrics-badges {
	display: inline-flex !important;
	gap: 6px;
	align-items: center;
}

.hidden-category {
	display: none !important;
}

.search-dropdown .input-wrapper .input-wrapper__prepend,
.search-dropdown .input-wrapper .input-wrapper__append {
	z-index: 1;
	position: relative;
}

@media (max-width: 1000px) {
	.service-metrics-badges-selected {
		display: none;
	}

	.select2-results__option {
		padding: 10px 12px !important;
		line-height: 1.4 !important;
		position: relative !important;
	}

	.select2-results__option .select2-results__option-text {
		display: block !important;
		width: 100% !important;
		margin-bottom: 4px !important;
	}

	.select2-results__option--highlighted {
		background-color: #2f3849 !important;
	}

	.select2-selection__rendered .service-metrics-badges-selected {
		display: none !important;
	}

	.select2-results__option {
		white-space: normal !important;
		word-wrap: break-word !important;
	}
}

@media (min-width: 1000px) {
	.select2-results__option .service-metrics-badges {
		display: inline-flex !important;
		flex-direction: row !important;
		gap: 6px !important;
	}
}

.select2-container .dropdown-menu>li>a {
	color: #171717
}

.select2-container .dropdown-menu {
	background: #f5f7fa;
	padding: 0 !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: #e1e4ea !important;
}

.select2-container .dropdown-menu>li.active {
	background: #e1e4ea !important;
	position: relative;
}

.select2-container .dropdown-menu>li.active>a {
	background: transparent !important;
	color: #171717 !important;
	font-weight: 600;
}

.select2-container .dropdown-menu>li:hover>a {
	color: #171717 !important;
}

.select2-container .dropdown-menu>li.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #7d52f4
}

.select2-container .select2-selection__icon .fa-star {
	color: #fbbf24
}

.select2-container .select2-selection__icon .fa-tiktok,
.services-filters .dd-menu a .fa-tiktok,
.srv-category-cell .fa-tiktok {
	color: var(--sp-tiktok)
}

.fa-tiktok {
	text-shadow: 1px 1px #f72e4dfc, -1px -1px #09f3f3;
}

.select2-container .select2-selection__icon .fa-times-circle,
.services-filters .dd-menu a .fa-times-circle,
.srv-category-cell .fa-times-circle {
	color: var(--sp-red)
}

.service-option-wrapper .service-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.service-option-wrapper .service-details .service-title {
	color: #171717
}

.service-option-wrapper .service-details .service-meta {
	display: flex;
	gap: 12px;
	color: #6c6c6c;
	font-size: 12px
}

.service-option-wrapper .service-details .service-meta i {
	color: #7d52f4
}

.service-actions .service-icons {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	margin-top: 7px
}

.service-actions .service-icons .metric-badge {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	background: #7d52f4;
	color: #fff;
	vertical-align: middle;
}

.service-actions .service-icons .metric-badge i {
	margin-right: 5px;
	font-size: 9px;
}

.service-actions .service-icons .metric-badge i {
	margin-right: 5px;
	font-size: 9px;
}

.search-dropdown .input-wrapper .input-wrapper__prepend {
	color: #171717
}

.search-dropdown .input-wrapper .input-wrapper__append {
	color: var(--sp-red)
}

.card-widget .card-body {
	padding: 7px 10px
}

.card-widget svg {
	width: 100%;
	height: 100px
}

.card-widget polyline {
	fill: none;
	stroke: #7d52f4;
	stroke-width: 2;
	stroke-linecap: round;
}

.card-widget h5 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	margin-bottom: 0
}

.card-widget .cwidget-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #2c313c;
	padding-bottom: 10px
}

.card-widget .info {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 5px
}

.card-widget .info small {
	color: #171717
}

.services-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px
}

.services-filters .dd-menu {
	min-width: 300px;
}

.services-filters .dd-menu a {
	font-size: 13px;
}

.search-box {
	border-radius: 12px;
	border: 1px solid #e1e4ea;
	background-color: #f5f7fa;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 8px;
	transition: .24s ease all
}

.search-box .search-box--input {
	border: none;
	outline: none;
	background: #f5f7fa;
	padding: 0px 8px 0px 12px;
	color: #171717;
}

.search-box .search-box--icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #171717;
	background-color: #e1e4ea;
	outline: none;
	font-size: 18px;
	border: none
}

.btn-updates {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px;
	border-radius: 12px;
	background: #e1e4ea;
	cursor: pointer;
	transition: .2s;
	color: #171717 !important
}

.btn-updates:hover {
	background: #d4d8df
}

.btn-updates .updates-number {
	color: #fff;
	position: absolute;
	background: #ef4444;
	width: 15px;
	height: 15px;
	font-size: 10px;
	border-radius: 100%;
	top: 0;
	right: 0;
	line-height: 17px;
}

.order-filters {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px
}

.order-filters .nav-order {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 0;
	margin-bottom: 0
}

.order-filters .nav-order li {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 15px;
	border-radius: 12px;
	background: #f5f7fa;
	cursor: pointer;
	transition: .2s;
	list-style: none
}

.order-filters .nav-order li:hover {
	background: #e1e4ea
}

.order-filters .nav-order li.active {
	background: #7d52f4;
}

.order-filters .nav-order li a {
	color: #171717
}

.order-filters .nav-order li.active a {
	color: #fff;
}

@media (max-width: 575.98px) {
	.btn-updates {
		padding: 7px;
		width: 40px;
		height: 40px
	}

	.btn-updates .updates-number {
		width: 12px;
		height: 12px;
		font-size: 10px;
		top: 0;
		right: 0
	}

	.services-filters {
		flex-direction: column;
		gap: 10px;
	}

	.services-filters .sf-item {
		width: 100%
	}

	.ui-dropdown .btn-line-icon {
		width: 100%;
		justify-content: space-between;
	}

	.search-box {
		justify-content: space-between;
		width: 100%;
	}
}

.table-radius {
	border-radius: 10px;
	border: 1px solid #e1e4ea;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 0
}

.srv-table {
	background: transparent;
	box-shadow: none;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	margin: 0
}

.srv-table-card .srv-table {
	min-width: 750px;
}

.srv-table>thead>tr {
	background: #d4d8df;
}

.srv-table>thead>tr>th {
	padding: 14px 16px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #171717;
	border-bottom: 1px solid #e1e4ea;
	border-top: none;
	white-space: nowrap;
}

.srv-table>tbody {
	border: 1px solid #e1e4ea
}

.srv-table>tbody>tr>td {
	padding: 12px 16px;
	border-color: #e1e4ea;
	vertical-align: middle;
	font-size: 13px;
	color: #171717;
}

.srv-category-cell {
	display: flex;
	align-items: center;
	gap: 5px;
}

.srv-category-icon img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.srv-service-row {
	background: #f5f7fa;
	transition: background 0.15s ease;
}

.srv-service-row:hover {
	background: #e1e4ea
}

.srv-td-id,
.srv-td-rate,
.srv-td-min,
.srv-td-max {
	white-space: nowrap;
}

.srv-td-name {
	max-width: 400px;
}

.srv-td-fav {
	text-align: center;
	width: 42px;
}

.srv-td-fav span[data-favorite-service-id] {
	cursor: pointer;
	color: #fbbf24;
	font-size: 15px;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
}

.srv-td-fav span[data-favorite-service-id]:hover {
	color: #fbbf24;
	background: rgba(251, 191, 36, 0.08);
}

.srv-td-fav .favorite-active {
	color: #fbbf24 !important;
}

.srv-td-fav .favorite-active [data-favorite-icon] {
	animation: srvStarPop 0.3s ease;
}

@keyframes srvStarPop {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.srv-category-row>td {
	background: #fff;
	padding: 10px 16px !important;
	border-bottom: 1px solid #e1e4ea
}

.service-description .btn-primary {
	padding: 5px 10px;
	font-size: 13px
}

.srv-table .service-info {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #545454
}

.modal-header {
	display: flex;
	padding: 15px 25px;
	align-items: center;
	justify-content: start;
	gap: 14px;
	position: relative;
	border-bottom: 1px solid #e1e4ea
}

.modal-header .modal-title {
	font-size: 18px;
	font-weight: 600
}

.modal-header .btn {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	font-size: 18px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	background: #d4d8df;
	border-radius: 12px;
	color: #171717
}

.modal-content {
	background: #f5f7fa;
	border-radius: 15px
}

.modal-body {
	text-align: left
}

.modal-body::-webkit-scrollbar {
	width: 5px;
}

.modal-body::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e1e4ea;
	border: 1px solid #e1e4ea
}

.modal-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4
}

.modal-footer {
	border-color: #e1e4ea
}

.modal.modal-services {
	--sp-modal-margin: 14px;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	transition: .24s ease all;
}

.modal.modal-services .modal-dialog {
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: calc(100dvh - var(--sp-modal-margin) * 2);
	width: calc(100% - var(--sp-modal-margin) * 2);
	margin: var(--sp-modal-margin);
	margin-left: auto;
	margin-right: 0
}

.modal.modal-services .modal-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	top: 0;
	transform: translateY(0);
	margin: 0;
	flex: 1;
	width: 600px;
}

.modal.modal-services .modal-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	font-weight: 400;
	font-size: 12px
}

.sf-wrapper {
	display: flex;
	gap: 10px
}

@media (max-width: 991.98px) {
	.modal.modal-services .modal-content {
		width: 100%
	}

	.modal.modal-services .modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}

	.srv-table .service-info {
		align-items: flex-start;
		flex-direction: column;
		white-space: nowrap;
		gap: 0
	}

	.sf-wrapper {
		width: 100%;
		flex-direction: column;
	}

	.services-filters .sf-item:nth-child(3) {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%
	}

	.app .services-filters .sf-item:nth-child(2) {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%
	}

	.app .services-filters .sf-item:nth-child(2) .btn { 
		width: 100%
	}
}

.width-40 {
	width: 40% !important;
	word-break: break-all;
	min-width: 250px;
}

.srv-table>tbody>tr>td.item-link-cell,
.srv-table>tbody>tr>td.item-value-cell {
	border: none
}

.srv-table>tbody>tr>td.item-title-cell,
.srv-table>tbody>tr>td.item-id-cell,
.srv-table>tbody>tr>td.item-date-cell,
.srv-table>tbody>tr>td.item-status-cell,
.srv-table>tbody>tr>td.item-actions-cell {
	border-top: none
}

.srv-table>tbody>tr>td.item-title-cell,
.srv-table>tbody>tr>td.item-id-cell,
.srv-table>tbody>tr>td.item-date-cell,
.srv-table>tbody>tr>td.item-value-cell,
.srv-table>tbody>tr>td.item-status-cell,
.srv-table>tbody>tr>td.item-actions-cell {
	border-bottom: 1px solid #e1e4ea
}

.srv-table .item-title-cell a {
	color: #171717;
	text-decoration: none;
	transition: color 0.2s
}

.srv-table .item-title-cell .order-link a {
	color: #7d52f4;
	text-decoration: none;
	transition: color 0.2s
}

.srv-table>tbody>tr>td.item-date-cell,
.srv-table>tbody>tr>td.item-status-cell {
	border-left: 1px solid #e1e4ea
}

.srv-table>tbody>tr>td>.item-date-cell {
	color: #8d8d8d;
	font-size: 12px;
	padding-top: 5px
}

.order-status {
	background: #7d52f4;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.order-status.completed {
	background: var(--sp-green);
}

.order-status.pending {
	background: var(--sp-yellow);
}

.order-status.inprogress {
	background: var(--sp-orange);
	color: #171717
}

.order-status.partial {
	background: #e1e4ea;
	color: #171717
}

.order-status.processing {
	background: var(--sp-indigo);
	color: #fff
}

.order-status.canceled {
	background: var(--sp-red);
	color: #fff
}

.srv-table .order-status.inprogress.progress-box {
	background-color: rgba(255, 92, 0, 0.15);
	border: 1px solid var(--sp-orange);
	color: #171717;
	position: relative;
	overflow: hidden;
}

.srv-table .progress-box {
	position: relative;
	overflow: visible;
	cursor: pointer;
	z-index: 1
}

.srv-table .progress-tooltip {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--sp-orange);
	color: #fff;
	padding: 7px 8px;
	border-radius: 0.05rem;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	z-index: 9999;
}

.srv-table .progress-box:hover .progress-tooltip {
	opacity: 1;
}

.srv-table .progress-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--width, 0%);
	background-color: var(--sp-orange);
	z-index: -1;
	transition: width 0.3s ease;
}

.srv-table .item-row {
	background: #f5f7fa;
	transition: background 0.15s ease;
}

.srv-table .item-row:hover {
	background: #fff
}

.srv-table .btn-refill {
	background: var(--sp-green);
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.srv-table .btn-cancel {
	background: var(--sp-red);
	color: #171717;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.srv-table .btn-unpause {
	background: var(--sp-blue);
	color: #171717;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.srv-table>tbody>tr>td.item-actions-cell .order-actions {
	display: flex;
	align-items: center;
	gap: 5px
}

.filter-dropdown {
	position: fixed;
	z-index: 1030;
	bottom: 0;
	padding: 30px 0;
	max-width: calc(100% - 280px);
	left: 280px;
	width: 100%;
	display: flex;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(172 118 255 / 15%) 100%);
	transition: .2s ease all;
}

.sidebar-passive .filter-dropdown {
	max-width: calc(100% - 80px);
	left: 80px;
}

.filter-dropdown .btn-copy {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 15px;
	border-radius: 12px;
	background: #e1e4ea;
	color: #171717;
	cursor: pointer;
	transition: .2s
}

.filter-dropdown .dropdown-menu {
	top: -80px !important
}

.filter-dropdown .dropdown-menu li a {
	white-space: nowrap;
	font-size: 12px;
}

.custom-notify {
	position: fixed;
	top: 20px;
	right: 20px;
	min-width: 150px;
	text-align: center;
	background: #7d52f4;
	color: #fff;
	padding: 14px 16px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transform: translateY(-15px);
	pointer-events: none;
	transition: all .25s ease;
	z-index: 99999;
}

.custom-notify.show {
	opacity: 1;
	transform: translateY(0);
}

.custom-notify.success {
	background: #7d52f4;
}

.custom-notify.error {
	background: var(--sp-red);
}

.custom-notify i {
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.order-filters {
		flex-direction: column;
		gap: 10px;
	}

	.order-filters .nav-order {
		display: grid;
		align-items: center;
		gap: 5px;
		padding-left: 0;
		margin-bottom: 0;
		grid-template-columns: repeat(2, 1fr);
	}

	.filter-dropdown {
		max-width: 100%;
		left: 0
	}
}

.ticket-notes h4 {
	font-weight: 600;
	font-size: 15px;
	color: #171717;
	margin: 0 0 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ticket-notes h4 i {
	color: #f59e0b;
}

.ticket-notes .item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	border-bottom: 1px solid #e1e4ea;
	padding: 12px 0;
}

.ticket-notes .item:last-child {
	border: none
}

.ticket-notes .num {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 10px;
	background: rgb(125, 82, 244, .15);
	color: #7d52f4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}

.ticket-notes p {
	margin: 0;
	font-size: 13px;
	color: #171717;
	line-height: 1.5;
}

.ticket-card {
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 15px
}

.ticket-card .icon i {
	font-size: 22px;
	color: #7d52f4;
	width: 28px;
	text-align: center;
}

.ticket-card .text {
	display: flex;
	flex-direction: column;
	gap: 5px
}

.ticket-card strong {
	font-size: 13px;
	color: #171717;
	font-weight: 400;
}

.ticket-card span {
	font-size: 13px;
	color: #7d52f4;
	font-weight: 700;
}

.ticket-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}

.ticket-header .ticket-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600
}

.ticket-header .ticket-title i {
	color: #7d52f4
}

.files-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 29px;
	background: #e1e4ea;
	padding: 5px;
	border-radius: 10px;
	width: max-content;
}

.files-wrapper a {
	color: #7d52f4;
}

.files-wrapper .files-label {
	font-size: 13px;
	color: #171717
}

@media (max-width: 991.98px) {
	.ticket-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px
	}

	.ticket-header .sf-item {
		width: 100%
	}
}

.nav.nav-pills {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 0;
	margin-bottom: 0;
	padding: 5px;
	border: 1px solid #e1e4ea;
	border-radius: 15px;
	margin-bottom: 15px;
	flex-wrap: nowrap;
}

.nav.nav-pills li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 12px 15px;
	border-radius: 12px;
	background: #f5f7fa;
	cursor: pointer;
	transition: .2s;
	list-style: none;
	width: 100%;
}

.nav.nav-pills li a {
	color: #171717
}

.nav.nav-pills li:hover {
	background: #d4d8df
}

.nav.nav-pills li.active {
	background: #7d52f4
}

.nav.nav-pills li.active a {
	color: #fff
}

.card-title {
	display: flex;
	align-items: center;
	gap: 5px;
	border-bottom: 1px solid #2c313c;
	padding-bottom: 15px
}

.card-title h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #7d52f4
}

.card-title i {
	font-size: 16px;
	color: #7d52f4
}

.secure-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgb(118, 255, 136, .07);
	color: var(--sp-green);
	padding: 5px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

.secure-badge i {
	font-size: 12px
}

.pay-methods {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding-left: 0;
}

.pay-methods li {
	display: flex;
	align-items: center;
	justify-content: center;
  	text-align: center;
	gap: 5px;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	color: #171717;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px 15px;
	list-style: none;
	cursor: pointer;
	transition: 100ms all;
}

.pay-methods li:hover {
	background-color: #e1e4ea;
	border-color: #d4d8df
}

.pay-methods li.active {
	background-color: rgb(125, 82, 244, .07);
	border: 1px solid #7d52f4
}

.pay-methods li .pay-item-top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.pay-methods li .pay-item-top .pay-icon img {
	height: 35px
}

.pay-methods .pay-item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px
}

.pay-methods .pay-item-content .pay-min {
	background: var(--sp-purple);
	color: #fff;
	font-size: 10px;
	text-align: center;
	justify-content: center;
	width: max-content;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap
}

.pay-methods .pay-item-content .pay-bonus {
	background: var(--sp-red);
	color: #fff;
	font-size: 10px;
	text-align: center;
	justify-content: center;
	width: max-content;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap
}

.pay-methods .pay-item-content .pay-fee {
	background: var(--sp-red);
	color: #171717;
	font-size: 10px;
	text-align: center;
	justify-content: center;
	width: max-content;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap
}

.pay-methods .pay-item-content .pay-bonus:empty,
.pay-methods .pay-item-content .pay-fee:empty,
.pay-methods .pay-item-content .pay-min:empty {
	display: none;
}

.fund-notes h4 {
	font-weight: 600;
	font-size: 15px;
	color: #171717;
	margin: 0 0 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.fund-notes h4 i {
	color: #7d52f4
}

.fund-notes .item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e1e4ea;
	gap: 14px;
	padding: 12px 0;
	font-size: 14px;
	color: #171717;
}

.fund-notes .item:last-child {
	border: none
}

.fund-notes .item:first-of-type {
	padding-top: 0;
}

.fund-notes .item .icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 10px;
	background: rgb(125, 82, 244, .15);
	color: #7d52f4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px
}

.support-card {
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 15px;
	transition: .2s;
	cursor: pointer
}

.support-card:hover {
	background: rgb(125, 82, 244, .07);
	border: 1px solid #7d52f4
}

.support-card .icon i {
	font-size: 22px;
	color: #7d52f4;
	width: 28px;
	text-align: center;
}

.support-card .text {
	display: flex;
	flex-direction: column;
	gap: 5px
}

.support-card .text span {
	font-size: 13px;
	color: #000
}

@media (max-width: 991.98px) {
    .pay-methods { 
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; 
    }
  
	.pay-methods .pay-item-content {
		width: 100%;
	}

	.pay-methods .pay-item-content>.pay-info {
		display: flex;
		flex-direction: column;
		gap: 5px
	}

	.pay-methods .pay-item-content>.pay-info>span {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 100%
	}
}

.dev-card {
	top: 25px;
	right: 15px;
	z-index: 15;
	pointer-events: none;
	user-select: none
}

.dev-card .text {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 5px;
	font-family: monospace;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.dev-card {
		display: none
	}
}

.ticket-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
	padding: 15px;
	gap: 30px;
	border-radius: 15px;
	max-height: 500px;
	margin: 15px 0;
}

.ticket-body::-webkit-scrollbar {
	width: 5px;
}

.ticket-body::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #2c313c;
	border: 1px solid var(--sp-border);
}

.ticket-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #7d52f4;
}

.ticket-body .ticket-message {
	max-width: 450px;
	width: 100%;
}

.ticket-body .ticket-message.owner-message {
	margin-left: auto
}

.ticket-body .ticket-message-box {
	border-radius: 10px;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	padding: 14px 22px;
	color: #171717;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.ticket-body .ticket-message.owner-message .ticket-message-box {
	border-radius: 10px;
	background: #7d52f4;
	color: #fff
}

.ticket-body .ticket-message.owner-message .ticket-message-box p {
	font-weight: 600
}

.ticket-body .ticket-message.owner-message .ticket-message-box li {
	list-style-type: inherit
}

.ticket-body .ticket-message.owner-message .ticket-message-box blockquote {
	border-left: 3px solid #171717;
	padding: 2px;
	margin: 7px 0 20px;
}

.ticket-body .ticket-message-info {
	padding-top: 5px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	color: #171717;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -.443px;
}

.ticket-body .ticket-message-info .ticket-owner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.ticket-body .ticket-message-info .ticket-owner span {
	font-size: 16px;
	font-weight: 700;
}

.ticket-body .ticket-message-box p {
	margin-bottom: 0
}

.ticket-body .ticket-message-info .ticket-owner.support {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: #7d52f4;
}

.ticket-body .ticket-message-info .ticket-owner.customer {
	display: flex;
	align-items: center;
	gap: 5px
}

.ticket-body .ticket-message-info .ticket-owner.support .verified {
	color: #7d52f4;
	stroke: #fff
}

.ticket-footer .message-send {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.ticket-footer .message-send .tickets-uploader {
	border-radius: 15px;
}

.ticket-footer .message-send .files-label {
	display: none;
}

.ticket-footer .message-send textarea {
	height: 75px
}

@media (max-width: 991.98px) {
	.ticket-body {
		padding: 5px;
		gap: 20px;
		margin: 15px 0;
	}
}
 
.blog-wrapper .blog-text h2 {
	font-size: 22px;
}

.blog-wrapper .blog-text h3 {
	font-size: 20px;
}

.blog-wrapper .blog-text h4 {
	font-size: 16px;
}

.blog-wrapper .blog-text h5 {
	font-size: 16px;
}

.blog-wrapper .blog-text h2,
.blog-wrapper .blog-text h3,
.blog-wrapper .blog-text h4,
.blog-wrapper .blog-text h5 {
	color: #7d52f4;
	line-height: 30px;
	margin: 25px 0 12px;
}

@media (max-width: 991.98px) {
	.blog-wrapper .blog-text h2,
	.blog-wrapper .blog-text h3,
	.blog-wrapper .blog-text h4,
	.blog-wrapper .blog-texttent h5 {
		font-size: 16px;
		line-height: 24px
	} 
}

.aff-link-input-group {
	display: flex;
	gap: 0;
	margin-bottom: 20px;
}

.aff-link-input-group .form-control {
	border-radius: 10px 0 0 10px
}

.aff-link-input-group .btn-primary {
	border-radius: 0 10px 10px 0
}

.aff-share-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.aff-share-label {
	font-weight: 500;
}

.aff-share-btn {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	color: #171717;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.aff-share-btn:hover {
	background-color: #e1e4ea;
	border-color: #d4d8df
}

.aff-link-meta {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 16px;
	border-top: 1px solid #f5f7fa
}

.aff-meta-item {
	display: flex;
	align-items: center;
	gap: 8px
}

.aff-meta-item i {
	color: #7d52f4;
	font-size: 14px;
}

.cp-order-benefits h4 {
	font-weight: 600;
	font-size: 15px;
	color: #171717;
	margin: 0 0 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cp-order-benefits h4 i {
	color: var(--sp-indigo)
}

.cp-benefit {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	border-bottom: 1px solid #202531;
	padding: 12px 0;
}

.cp-benefit>i {
	color: #7d52f4;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

.cp-benefit strong {
	display: block;
	color: #171717;
	margin-bottom: 2px;
}

.cp-benefit p {
	margin: 0;
	color: #8593ae;
	line-height: 1.4;
}

.cp-alert {
	background: linear-gradient(135deg, rgba(102, 16, 242, 0.1), rgba(59, 130, 246, 0.05));
	color: var(--sp-indigo);
	border-left: 4px solid var(--sp-indigo) !important
}

.cp-alert ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 15px 0 0 0;
	padding-left: 0
}

.cp-alert ul li {
	background: rgb(118, 255, 136, .15);
	color: #7d52f4;
	padding: 2px 8px;
	border-radius: 4px;
	list-style: none;
	width: max-content;
	min-width: 175px
}

.motto-btn {
	display: flex;
	align-items: center;
	justify-content: center
}

.dropdown.d-menu .dropdown-toggle::after {
	display: none
}

.dropdown-menu.dd-menu-home {
	margin-top: -25px
}

.mobile-menu-toggle {
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.mobile-submenu {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.25s ease, opacity 0.2s ease;
	display: flex;
	flex-direction: column;
	background: #1a1a1a;
	border-radius: 10px;
	padding: 0 10px;
}

.mobile-submenu a {
	padding: 8px 0;
	margin: 0
}

.mobile-submenu.open {
	max-height: 300px;
	opacity: 1;
}

#noc-filter {
	display: flex;
	justify-content: space-around;
	gap: 15px;
	margin-bottom: 15px
}

#noc-filter .noc-button {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px;
	border-radius: 12px;
	background: #151922;
	border: 1px solid #2c313c;
	cursor: pointer;
	transition: .2s;
	color: #171717;
	width: 100%
}

#noc-filter .noc-button:hover,
#noc-filter .noc-button.active {
	background: #1f242f;
	border: 1px solid #4e5665
}

#noc-filter .noc-button[data-change-cat="Spotify"]:hover,
#noc-filter .noc-button[data-change-cat="Spotify"].active {
	background: var(--sp-spotify);
	border: 1px solid var(--sp-spotify)
}

#noc-filter .noc-button[data-change-cat="Spotify"].active .noc-icon,
#noc-filter .noc-button[data-change-cat="Spotify"].active:hover .noc-icon,
#noc-filter .noc-button[data-change-cat="Spotify"]:hover .noc-icon {
	background: #171717
}

#noc-filter .noc-button[data-change-cat="Spotify"].active .noc-icon i,
#noc-filter .noc-button[data-change-cat="Spotify"].active:hover .noc-icon i,
#noc-filter .noc-button[data-change-cat="Spotify"]:hover .noc-icon i {
	color: var(--sp-spotify)
}

#noc-filter .noc-button[data-change-cat="Twitch"]:hover,
#noc-filter .noc-button[data-change-cat="Twitch"].active {
	background: var(--sp-twitch);
	border: 1px solid var(--sp-twitch)
}

#noc-filter .noc-button[data-change-cat="Twitch"].active .noc-icon,
#noc-filter .noc-button[data-change-cat="Twitch"].active:hover .noc-icon,
#noc-filter .noc-button[data-change-cat="Twitch"]:hover .noc-icon {
	background: #171717
}

#noc-filter .noc-button[data-change-cat="Twitch"].active .noc-icon i,
#noc-filter .noc-button[data-change-cat="Twitch"].active:hover .noc-icon i,
#noc-filter .noc-button[data-change-cat="Twitch"]:hover .noc-icon i {
	color: var(--sp-twitch)
}

#noc-filter .noc-button[data-change-cat="Kick"]:hover,
#noc-filter .noc-button[data-change-cat="Kick"].active {
	background: var(--sp-kick);
	border: 1px solid var(--sp-kick)
}

#noc-filter .noc-button[data-change-cat="Kick"].active .noc-icon,
#noc-filter .noc-button[data-change-cat="Kick"].active:hover .noc-icon,
#noc-filter .noc-button[data-change-cat="Kick"]:hover .noc-icon {
	background: #171717
}

#noc-filter .noc-button[data-change-cat="Kick"].active .noc-icon i,
#noc-filter .noc-button[data-change-cat="Kick"].active:hover .noc-icon i,
#noc-filter .noc-button[data-change-cat="Kick"]:hover .noc-icon i {
	color: var(--sp-kick)
}

#noc-filter .noc-button .noc-icon {
	background: #2f3849;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#noc-filter .noc-button.spotify .noc-icon {
	background: var(--sp-spotify);
}

#noc-filter .noc-button.twitch .noc-icon {
	background: var(--sp-twitch);
}

#noc-filter .noc-button.kick .noc-icon {
	background: var(--sp-kick);
}

#noc-filter .noc-button .noc-icon i {
	font-size: 14px;
	color: #171717;
}

.s-filter {
	padding: 12px;
	border-radius: 12px;
	background: #1b1d21;
	border: none;
	width: 48px;
	height: 48px;
	transition: .2s;
}

.s-filter:hover {
	background: #252830;
}

.s-filter {
	font-size: 16px;
	color: #171717
}

.s-filter[data-sfilter="spotify"]:hover,
.s-filter[data-sfilter="spotify"].active {
	background: var(--sp-spotify)
}

.s-filter[data-sfilter="spotify"].active .noc-icon i,
.s-filter[data-sfilter="spotify"].active:hover .noc-icon i,
.s-filter[data-sfilter="spotify"]:hover .noc-icon i {
	color: #171717 !important
}

.s-filter[data-sfilter="twitch"]:hover,
.s-filter[data-sfilter="twitch"].active {
	background: var(--sp-twitch)
}

.s-filter[data-sfilter="twitch"].active .noc-icon i,
.s-filter[data-sfilter="twitch"].active:hover .noc-icon i,
.s-filter[data-sfilter="twitch"]:hover .noc-icon i {
	color: #171717 !important
}

.s-filter[data-sfilter="kick"]:hover,
.s-filter[data-sfilter="kick"].active {
	background: var(--sp-kick)
}

.s-filter[data-sfilter="kick"].active .noc-icon i,
.s-filter[data-sfilter="kick"].active:hover .noc-icon i,
.s-filter[data-sfilter="kick"]:hover .noc-icon i {
	color: #171717 !important
}

.s-filter[data-sfilter="spotify"]:hover i,
.s-filter[data-sfilter="twitch"]:hover i,
.s-filter[data-sfilter="kick"]:hover i {
	color: #171717 !important
}

.ticket-category-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 1rem;
}

.ticket-category-list .ticket-category-item {
	display: flex;
	align-items: center;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	color: #171717;
	font-weight: 600;
	border-radius: 10px;
	padding: 15px;
	list-style: none;
	cursor: pointer;
	transition: 100ms all
}

.ticket-category-list .ticket-category-item .ticket-category-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ticket-category-list .ticket-category-item:hover {
	background-color: #e1e4ea;
	border-color: #d4d8df
}

.ticket-category-list .ticket-category-item.active {
	background-color: rgb(125, 82, 244, .07);
	border: 1px solid #7d52f4;
}

.ticket-category-list .ticket-category-item .ticket-category-icon {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgb(125, 82, 244, .07);
	color: #7d52f4;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600
}

.telegram-widget {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 3000
}

.telegram-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #0088cc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	animation-name: pulse-telegram;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-telegram {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
	}
}

.telegram-icon svg {
	fill: #fff;
	width: 30px;
	height: 30px;
}

.dev-banner {
	background: #151922;
	border: 1px solid #2c313c;
	color: #171717;
	padding: 24px;
	border-radius: 10px;
	font-family: monospace;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0, 255, 180, .15);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.dev-banner:hover {
	background: #1c212b;
	border: 1px dashed rgb(118, 255, 136, .75)
}

.dev-banner::before {
	content: "";
	position: absolute;
	top: -60%;
	right: 100%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(99, 117, 152, 1);
	background: linear-gradient(120deg, rgb(99, 117, 152, 1) 0%, transparent 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.dev-banner::after {
	content: "";
	position: absolute;
	top: 70%;
	right: 30%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(99, 117, 152, 1);
	background: linear-gradient(120deg, rgb(99, 117, 152, 1) 0%, transparent 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.dev-banner .sub {
	margin-top: 10px;
	color: #8b949e;
	font-size: 14px
}

.dev-banner .glow {
	color: #7d52f4;
	text-shadow: 0 0 12px #7d52f4;
	animation: pulse-banner 1.5s infinite;
}

@keyframes pulse-banner {

	0%,
	100% {
		opacity: 1;
		text-shadow: 0 0 10px #7d52f4;
	}

	50% {
		opacity: .5;
		text-shadow: 0 0 22px #7d52f4;
	}
}

@media (max-width: 991.98px) {
	#noc-filter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.s-filter {
		width: 100%;
	}

	.ticket-category-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px
	}

	.telegram-icon {
		width: 45px;
		height: 45px
	}

	.telegram-icon svg {
		width: 24px;
		height: 24px
	}

	.dev-banner {
		padding: 12px
	}

	.dev-banner .sub {
		margin-top: 5px
	}
}

.app .form-control,
.app .form-select {
	letter-spacing: -.01em;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	border: none;
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	color: #171717;
	height: 50px;
	width: 100%
}

.app .form-control:focus,
.app .form-select:focus {
	box-shadow: none !important;
	background: #f6f8fb;
	border: 1px solid #e1e4ea;
	color: #171717
}

.app .form-control:disabled,
.app .form-control[readonly] {
	background-color: #d4d8df
}

.card {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid #e1e4ea
}

.card-title {
	display: flex;
	align-items: center;
	gap: 5px;
	border-bottom: 1px solid #e1e4ea;
	padding-bottom: 15px;
}

.badge {
	background: #7d52f4 !important;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}

.hljs {
	color: #000 !important
}

.hljs-number {
	color: #e1b04a !important
}

.hljs-string {
	color: #10b981 !important
}

.hljs-keyword {
	color: #ef4444 !important
}

.hljs-punctuation,
.hljs-tag {
	color: #171717 !important
}

pre code.hljs {
	background: #f5f7fa;
	border: 1px solid #e1e4ea;
	border-top: 0;
	border-radius: 0 0 7px 7px
}

.api-page .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.api-page .table-bordered {
	border: none;
	padding: 10px 0;
	border-collapse: separate;
	border-spacing: 3px;
}

.api-page .table-bordered thead td,
.api-page .table-bordered thead th {
	border-bottom-width: 0
}

.api-page h4,
.api-page p {
	letter-spacing: -.01em;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

.api-page .table tr {
	border: 0 !important;
	color: #171717
}

.api-page .table td,
.api-page .table th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 0;
	background: #d4d8df;
	text-align: left;
	border-radius: 7px !important
}

.api-page .table td {
	border: 0;
	background: #f5f7fa;
	color: #171717
}

.api-page .table td:nth-child(even) {
	background: #e1e4ea;
	color: #171717
}

.api-page .api-container {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.api-page .code-block-top {
	background: #d4d8df;
	display: flex;
	justify-content: space-between;
	color: #171717;
	border-radius: 7px 7px 0 0
}

.api-page .code-block-top span {
	padding: 10px 15px;
}

.api-page .code-block-right {
	border-left: 1px solid #fff
}

.api-page .code-block-top span {
	padding: 10px 15px;
}

.home-api,
.home-terms,
.home-status,
.home-services {
	padding: 50px 0
}

.form-flex {
	display: flex;
	gap: 15px;
}

.form-flex>.form-group {
	flex: 0 0 calc(50% - 7.5px);
	max-width: calc(50% - 7.5px)
}

#order_quantity {
	display: flex;
	flex-direction: column;
}

.quantity-wrapper {
	display: inline-flex;
	align-items: center;
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #e1e4ea;
	background: #f5f7fa;
	color: #171717;
	height: 50px;
	width: 100%;
	overflow: hidden;
	width: 100%;
}

.quantity-wrapper span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #7d52f4;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	line-height: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.quantity-wrapper span:hover {
	background: #a07eff
}

.input-with-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.input-with-icon .icon {
	position: absolute;
	left: 10px;
	font-size: 18px;
	color: #7d52f4;
	pointer-events: none;
	border-right: 1px solid #e1e4ea;
	padding-right: 7px;
}

.input-with-icon input {
	padding-left: 45px !important;
}

@media (max-width: 991.98px) {
	.form-flex {
		flex-direction: column;
		gap: 0;
	}

	.form-flex>.form-group {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.input-with-icon input {
	padding-left: 45px !important;
}

.help-block.min-max {
	display: none !important
}


.app .quantity-wrapper .form-control,
.app .quantity-wrapper .form-control:hover,
.app .quantity-wrapper .form-control:focus {
	background: #f5f7fa;
	border: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #7d52f4
}

.app .form-control[readonly]#charge {
	background-color: rgb(125, 82, 244, .05);
	border-color: #7d52f4;
	color: #7d52f4;
	font-weight: 800;
	font-size: 24px;
	text-align: center
}

#home-login {
	position: relative;
	padding-top: 25px;
	margin: 50px 0 35px 0
}

#home-login:after {
	content: '';
	background: url(https://storage.perfectcdn.com/2eeaa6/wf08zm1io12asush.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 259px;
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: -25px
}

#home-login .login-box {
	background: #fff;
	border: 1px solid #e5e8ec;
	box-shadow: 0 5px 30px rgba(85, 85, 85, 0.1);
	border-radius: 20px;
	padding: 35px;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

#home-login .login-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

#home-login .login-box-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

#home-login .login-box-wrapper .form-group {
	position: relative;
	margin-bottom: 0;
	width: 100%;
}

#home-login .login-box-wrapper .form-control {
	background: rgba(246, 248, 255, .92)
}

#home-login .login-box-wrapper .fg-pass {
	border-left: 1px solid #E1E4EA;
	background: transparent;
	display: flex;
	align-items: center;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	padding: 0 7px;
	border-radius: 0 10px 10px 0;
	font-size: 11px;
	height: 48px;
}

#home-login .login-box-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 50px
}

#home-login .login-box-google {
	min-width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #E1E4EA;
	cursor: pointer
}

#home-login .login-box-google svg {
	width: 24px;
}

#home-login .login-box-remember {
	min-width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #E1E4EA;
	margin-bottom: 0;
	cursor: pointer
}

#home-login .login-box-remember input {
	display: none;
}

#home-login .login-box-remember .lgn-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	color: #E1E4EA;
	transition: 0.2s ease
}

#home-login .login-box-remember .lgn-btn:before {
	content: "\f02e";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#home-login .login-box-remember input:checked+.lgn-btn {
	background: #3318a5;
	color: #fff;
}

#home-login .login-box-signin .btn {
	height: 50px;
	border-radius: 10px;
	min-width: 200px
}

#home-login .head-features {
	display: flex;
	align-items: center;
	gap: 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	justify-content: center;
	padding-top: 25px;
	font-weight: 600;
}

#home-login .head-features .item {
	display: flex;
	align-items: center;
	gap: 7px;
	width: max-content;
	border-radius: 100px;
	background: rgb(255, 255, 255, .1);
	border: 1px solid #6936fe;
	padding: 2px 10px 2px 3px;
}

#home-login .head-features .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to left, #E90EEA, #850AFE, #56ABFA);
	color: #fff;
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 100px;
}

#home-header .active-user {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	font-size: 16px;
	width: max-content
}

#home-header .active-user .user-img-inner {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

#home-header .active-user .user-img-inner img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid #fff
}

#home-header .active-user .user-img-inner img:not(:first-child) {
	margin-left: -30px;
}

#home-header .active-user .user-img-inner .plus {
	top: 3px;
	right: 3px;
	color: white;
	font-size: 25px;
	font-weight: 500;
	position: absolute;
	width: 39px;
	height: 39px;
	background: rgb(125, 82, 244, .35);
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
}

.tiksta-now {
	display: flex;
	align-items: center;
	gap: 35px;
	border-radius: 10px;
	outline: 1px solid #cdd6f2;
	outline-offset: 3px;
	padding: 5px;
	background-color: #f5f7fa;
	box-shadow: 0px 21.377px 42.754px 0px rgba(10, 39, 83, .03);
	width: max-content;
	margin-top: 10px
}

.tiksta-now .tiksta-now-btn button {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.tiksta-now .tiksta-now-btn button:before {
	content: '';
	position: absolute;
	left: -20%;
	top: -10%;
	width: 0;
	height: 100%;
	transform: rotate(15deg) scale(1, 2);
	box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.5);
	animation: button-glow 2000ms ease-in-out infinite;
}

@keyframes button-glow {
	0% {
		left: -20%;
	}

	50% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

#home-header .home-left .home-rates {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

#home-header .home-left .home-rates svg {
	margin-top: -7px;
	border-right: 1px solid #171717;
	padding-right: 10px;
}

#home-header .home-left .home-rates .trust {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 0;
	gap: 0;
	font-size: 12px;
}

#home-header .home-left .home-rates .trust .stars {
	margin-top: -3px;
}

#home-header .home-left .home-rates .trust .stars i {
	font-size: 12px;
	color: #facd4d
}

#works .thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
	margin: 15px auto
}

#works .thumb img {
	display: block;
	width: 140px;
	max-width: 80vw;
	height: auto
}

#works .thumb .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(125, 82, 244, .5);
	backdrop-filter: blur(2px);
	transition: 200ms all
}

#works .thumb:hover .play-btn {
	background: rgba(125, 82, 244, 1);
	transition: 200ms all
}

#works .play-btn svg {
	width: 36px;
	height: 36px;
	fill: #fff
}

.step-box-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
	margin-top: 50px
}

@media (min-width: 576.98px) and (max-width: 1023.98px) {
	.step-box-wrapper {
		display: flex;
		gap: 1.5rem;
	}
}

.step-box-wrapper .step-box-item {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 576.98px) and (max-width: 1023.98px) {
	.step-box-wrapper .step-box-item {
		min-width: auto;
	}
}

.step-card {
	padding: 15px 15px 0 15px;
	width: 100%;
	max-width: 348px;
	border-radius: 25px;
	box-shadow: 0px 16.488px 64.446px 0px rgba(0, 0, 0, .03);
	text-align: center;
	user-select: none;
	pointer-events: none;
	overflow: hidden;
}

.main-browser {
	border-radius: 15px;
	border: 1px solid e5e8ec;
	border-bottom: transparent;
	background: #fff;
	padding: 10px;
	flex-direction: column;
	gap: 10px;
	max-width: 375px;
	margin: auto;
	position: relative;
	overflow: hidden
}

.main-browser::before {
	background: radial-gradient(circle at 30% 107%, #633DFE 0%, #633DFE 5%, #7d52f4 45%, #9500FF 60%, #9500FF 90%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	content: '';
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	-webkit-filter: blur(37px);
	filter: blur(37px);
	z-index: 1;
}

.browser-head {
	display: flex;
	gap: 5px;
}

.browser-dot-box {
	border-radius: 10px;
	background: #f9f9f9;
	border: 1px solid #e5e8ec;
	min-height: 28px;
}

.browser-dots {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 10px;
}

.browser-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.browser-dot:first-child {
	background: #f65e4f;
}

.browser-dot:nth-child(2) {
	background: #fbbf37;
}

.browser-dot:nth-child(3) {
	background: #2ac769;
}

.browser-url {
	display: flex;
	flex: 1;
	gap: 6px;
	align-items: center;
	padding: 0 10px;
}

.browser-url::after,
.browser-url::before {
	content: "";
	position: relative;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.browser-url::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><g clip-path="url%28%23clip0_486_4249%29"><path d="M5.53906 8.36303L6.28186 7.61534C5.69544 7.56158 5.28494 7.37588 4.98196 7.0729C4.15609 6.24702 4.15609 5.07418 4.97707 4.25319L6.5995 2.63076C7.42538 1.80489 8.59333 1.80489 9.41921 2.63076C10.25 3.46641 10.2451 4.62948 9.42409 5.45047L8.58356 6.29101C8.73994 6.64775 8.78881 7.08267 8.70573 7.45896L10.1083 6.06132C11.3104 4.86405 11.3153 3.16343 10.1034 1.95149C8.89143 0.734672 7.19081 0.744445 5.99354 1.94172L4.29292 3.64723C3.09564 4.8445 3.08587 6.54512 4.2978 7.75706C4.58613 8.04049 4.97219 8.25551 5.53906 8.36303ZM5.9691 4.24342L5.23119 4.99111C5.81272 5.04486 6.2281 5.23545 6.5262 5.53355C7.35696 6.36431 7.35696 7.53226 6.53109 8.35325L4.90866 9.97568C4.08278 10.8016 2.91972 10.8016 2.08895 9.97568C1.25819 9.14492 1.26308 7.97696 2.08895 7.15598L2.9246 6.31544C2.77311 5.9587 2.71936 5.52866 2.80243 5.14749L1.4048 6.54512C0.202634 7.7424 0.197748 9.4479 1.40968 10.6598C2.62162 11.8718 4.32224 11.862 5.51951 10.6647L7.21524 8.96411C8.41741 7.76194 8.42229 6.06132 7.21036 4.85428C6.92692 4.56595 6.54086 4.35093 5.9691 4.24342Z" fill="%23B1BAC5"/></g><defs><clipPath id="clip0_486_4249"><rect width="11.6763" height="11.6763" fill="white" transform="translate%280 0.540649%29"/></clipPath></defs></svg>');
	order: 1;
	margin-left: auto;
}

.browser-url::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><mask id="mask0_486_4251" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="13" height="13"><rect x="0.927734" y="0.540649" width="11.6763" height="11.6763" fill="%23D9D9D9"/></mask><g mask="url%28%23mask0_486_4251%29"><path d="M3.6758 10.8828L4.48896 7.36743L1.76172 5.00299L5.36469 4.69023L6.76584 1.375L8.16699 4.69023L11.77 5.00299L9.04272 7.36743L9.85589 10.8828L6.76584 9.0188L3.6758 10.8828Z" fill="%23B1BAC5"/></g></svg>');
	order: 2;
}

.browser-url-text {
	display: flex;
	align-items: center;
	color: #676767;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.browser-url-text span {
	color: #000;
}

.browser-url-text::before {
	content: "";
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><mask id="mask0_486_4246" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="13" height="12"><rect x="0.683594" y="0.0684814" width="11.6763" height="11.6763" fill="%23D9D9D9"/></mask><g mask="url%28%23mask0_486_4246%29"><path d="M3.31509 11.3059C3.03777 11.3059 2.80036 11.2071 2.60287 11.0097C2.40538 10.8122 2.30664 10.5748 2.30664 10.2974V5.25519C2.30664 4.97787 2.40538 4.74046 2.60287 4.54297C2.80036 4.34548 3.03777 4.24674 3.31509 4.24674H3.81932V3.23829C3.81932 2.54078 4.06513 1.94621 4.55675 1.45459C5.04837 0.962973 5.64293 0.717163 6.34044 0.717163C7.03795 0.717163 7.63252 0.962973 8.12414 1.45459C8.61576 1.94621 8.86157 2.54078 8.86157 3.23829V4.24674H9.36579C9.64312 4.24674 9.88052 4.34548 10.078 4.54297C10.2755 4.74046 10.3742 4.97787 10.3742 5.25519V10.2974C10.3742 10.5748 10.2755 10.8122 10.078 11.0097C9.88052 11.2071 9.64312 11.3059 9.36579 11.3059H3.31509ZM6.34044 8.78477C6.61777 8.78477 6.85517 8.68602 7.05266 8.48853C7.25015 8.29105 7.34889 8.05364 7.34889 7.77632C7.34889 7.49899 7.25015 7.26159 7.05266 7.0641C6.85517 6.86661 6.61777 6.76787 6.34044 6.76787C6.06312 6.76787 5.82571 6.86661 5.62822 7.0641C5.43074 7.26159 5.33199 7.49899 5.33199 7.77632C5.33199 8.05364 5.43074 8.29105 5.62822 8.48853C5.82571 8.68602 6.06312 8.78477 6.34044 8.78477ZM4.82777 4.24674H7.85312V3.23829C7.85312 2.8181 7.70605 2.46094 7.41192 2.16681C7.11779 1.87268 6.76063 1.72561 6.34044 1.72561C5.92025 1.72561 5.5631 1.87268 5.26896 2.16681C4.97483 2.46094 4.82777 2.8181 4.82777 3.23829V4.24674Z" fill="%2300CF6C"/></g></svg>');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
	width: 13px;
	height: 13px;
}

.browser-body {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 7px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0 0;
}


.step-card .main-browser {
	max-width: 100%;
	margin: unset;
	border-radius: 15px 15px 0 0;
	border: none;
	overflow: visible;
	padding: 0
}

.step-card .main-browser .browser-input-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	width: 100%
}

.step-card .main-browser .browser-input {
	background: #f9f9f9;
	border: 1px solid #e5e8ec;
	width: 100%;
	border-radius: 10px;
	color: #171717;
	text-align: left;
	padding-left: 10px;
	height: 42px;
	line-height: 38px;
	position: relative
}

.step-card .main-browser .browser-input .fa-angle-down {
	position: absolute;
	right: 10px;
	top: 13px
}

.step-card .main-browser .btn {
	width: 100%;
}

.step-box-wrapper .step-box-item .step-arrow {
	position: static;
	margin-left: 0;
	margin-right: auto;
}

.step-box-wrapper .step-box-item:nth-child(2) .step-arrow {
	margin-bottom: 10px;
	transform: scaleY(-1) rotate(10deg);
}

.step-box-wrapper .step-box-item:nth-child(3) .step-arrow {
	margin-top: 10px
}

.step-box-wrapper .step-box-item .step-num {
	background: linear-gradient(180deg, #7d52f4 0%, transparent 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	display: block;
	margin-bottom: -32px;
	position: relative;
}

.step-box-wrapper .step-box-item h3 {
	font-size: 20px;
	font-weight: 600
}

.step-box-wrapper .step-box-item p {
	color: #636363;
	text-align: center;
  	padding: 0 10px
}

.step-box-wrapper .step-box-item .btn {
	position: relative;
	z-index: 1;
  	margin: auto auto 20px auto
}

.profilecheck {
	position: relative;
}

.profilecheck .procheckBTN {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 15px;
}

.scraper-product {
	align-items: center;
	gap: 12px;
	background: #f5f7fa;
	padding: 10px 12px;
	border-radius: 15px;
	border: 1px solid #00000008;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.scraper-product .spinner {
	background: #f5f7fa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scraper-product .spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.scraper-product .spinner-border.text-light {
	color: #cbcbcb !important;
}

.ns-cal-not-found {
	text-align: center;
	color: #4a4a72;
	padding-bottom: 50px;
}

.ns-cal-not-found .ns-cal-icon {
	font-size: 50px;
	color: #c7c7d9;
	margin-bottom: 20px;
}

.ns-cal-not-found .ns-cal-title {
	font-size: 24px;
	margin: 10px 0;
	color: #2f2f58;
}

.ns-cal-not-found .ns-cal-text {
	color: #757575;
	font-size: 16px;
}

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

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

.loading-text {
	display: inline-block;
}

.spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.ns-cal-user-details .rating {
	font-weight: 600;
	color: #4CAF50;
	margin-bottom: 9px;
}

.ns-cal-user-details .rating span {
	font-size: 27px;
	color: #795548;
	display: block;
}

.ns-cal-header {
	text-align: center;
	margin-bottom: 20px;
}

.ns-cal-header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.ns-cal-user-info {
	display: flex;
	align-items: center;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

.ns-cal-user-info img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.ns-cal-user-details {
	font-size: 14px;
}

.ns-cal-user-details h3 {
	font-size: 30px;
	margin: 0;
	color: #333;
}

.ns-cal-user-details p {
	margin: 5px 0;
	color: #666;
}

.ns-cal-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 20px 0;
}

.ns-cal-stat {
	text-align: center;
}

.ns-cal-stat span {
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #333;
}

.ns-cal-stat label {
	font-size: 18px;
	font-weight: 600;
	color: #8BC34A;
}

.ns-cal-engagement {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.ns-cal-engagement {
	display: flex;
	overflow-x: auto;
	gap: 20px;
	padding: 10px 0;
}

.ns-cal-engagement-item {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	min-width: 250px;
	text-align: center;
	font-family: Arial, sans-serif;
}

.ns-cal-post-header {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 10px;
}

.ns-cal-post-header span {
	font-size: 13px;
}

.ns-cal-profile-pic {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}

.ns-cal-tiktok-icon {
	font-size: 18px;
	color: #000;
	margin-left: auto
}

.ns-cal-post-image {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
	height: 350px;
}

.ns-cal-post-caption {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ns-cal-engagement-rate {
	background-color: #f3f0ff;
	color: #8c52ff;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
}

.ns-cal-post-stats {
	display: flex;
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: left;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ns-cal-post-stats i {
	font-size: 18px;
}

.ns-cal-engagement-info {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.ns-cal-engagement-rate {
	font-size: 12px;
	color: #666;
}

@media (max-width: 1400px) {
	.ns-cal-stats {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}

@media (max-width: 1200px) {
	.ns-cal-stats {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}

@media (max-width: 991px) {
	.ns-cal-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.ns-cal-stat label {
		font-size: 15px;
	}

	.ns-cal-user-info img {
		width: 100px;
		height: 100px;
	}

	.ns-cal-user-details h3 {
		font-size: 22px;
	}
}

.orderc-item {
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #fafafa
}

.orderc-item-list {
	padding: 2px 16px;
	margin: 0;
}

.orderc-item-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0
}

.orderc-item-list li:not(:last-child) {
	border-bottom: 1px solid #eaecf0
}

.orderc-item-list-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #7b7b7b
}

.orderc-item-list-data {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	text-align: right;
	color: #000;
	max-width: 167px;
	word-wrap: break-word
}

.custom-popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(125, 82, 244, .60);
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17px
}

@media(max-width: 749px) {
	.custom-popup {
		padding: 8px
	}
}

.custom-popup .orderc-item-list li {
	gap: 16px !important;
	justify-content: start !important
}

.custom-popup .orderc-item-list li:nth-child(1) {
	display: flex !important;
	flex-direction: column !important;
	align-items: start !important;
	justify-content: start !important;
	gap: 4px !important
}

.custom-popup .orderc-item-list li:nth-child(1) span {
	max-width: 100% !important;
	width: 100% !important;
	text-align: start !important
}

.custom-popup .orderc-item-list li:nth-child(1) span:nth-child(1) {
	font-weight: 600 !important
}

.custom-popup .orderc-item-list li span:nth-child(1) {
	width: 90px !important;
	min-width: 90px !important
}

.custom-popup .orderc-item-list li span:nth-child(2) {
	width: 100% !important;
	text-align: start;
	justify-content: start
}

.custom-popup-content {
	max-width: 502px;
	width: 100%;
	padding: 25px 40px 15px 40px;
	box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, .03);
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 24px;
	position: relative
}

@media(max-width: 600px) {
	.custom-popup-content {
		padding: 25px 15px 15px 15px
	}
}

.custom-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	padding: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer
}

@media(max-width: 600px) {
	.custom-popup-close {
		top: 12px;
		right: 12px
	}
}

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

.custom-popup-icon img {
	min-width: 55px;
	width: 55px;
	height: 55px
}

@media(max-width: 600px) {
	.custom-popup-icon img {
		min-width: 40px;
		width: 40px;
		height: 40px
	}
}

.custom-popup-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-top: 16px
}

.custom-popup-head .subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.43;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000
}

.custom-popup-head .title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000
}

.custom-popup-list .title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.02em;
	color: #667085;
	display: block;
	margin-bottom: 16px
}

.custom-popup-list ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.custom-popup-list ul li {
	display: flex;
	align-items: start;
	gap: 16px;
	width: 100%
}

.custom-popup-list ul li span:nth-child(1) {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #1d2939;
	min-width: 80px !important
}

.custom-popup-list ul li span:nth-child(2) {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000
}

.custom-popup-footer {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px
}

@media(max-width: 600px) {
	.custom-popup-footer {
		margin-top: 16px
	}
}

.custom-popup-footer button,
.custom-popup-footer a {
	height: 48px;
	width: 100%;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	border: none;
	outline: none
}

@media(max-width: 600px) {

	.custom-popup-footer button,
	.custom-popup-footer a {
		height: 40px;
		font-size: 14px
	}
}

.tiksta-services-wrapper {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 25px;
	margin-top: 35px
}

.tiksta-srv-content {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.tiksta-srv-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	border-radius: 15px;
	border: 1px solid #cdd6f2;
	padding: 10px;
	background-color: #f6f9ff;
	margin: auto;
	max-width: 100%
}

.tiksta-srv-menu .nav {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.tiksta-srv-menu .nav:active {
	cursor: grabbing;
}

.tiksta-srv-menu .nav::-webkit-scrollbar {
	height: 5px;
}

.tiksta-srv-menu .nav::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

.tiksta-srv-menu .nav::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 10px;
}

.tiksta-srv-menu .nav .nav-item {
	width: 100%
}

.tiksta-srv-menu .nav .nav-link {
	display: flex;
	justify-content: center;
  	align-items: center;
	text-decoration: none;
	gap: 10px;
	outline: none;
	border-radius: 10px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.3px;
	white-space: nowrap;
	width: 100%;
	color: #171717
}

.tiksta-srv-menu .nav .nav-link.active {
	background: #cdd6f2
}

.tiksta-srv-menu .nav .nav-link:not(.active):hover {
	background: rgb(0, 0, 0, .03)
}

.tiksta-srv-menu .nav .nav-link .nav-badge-icon { 
	width: 16px;
	height: 16px
}

.tiksta-videos-item {
	background: linear-gradient(250deg, rgba(20, 6, 45, 1) 70%, rgba(125, 82, 244, 1) 125%);
	border-radius: 24px;
	color: #fff;
	cursor: default;
	display: flex;
	flex-shrink: 0;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 28px;
	min-height: 450px;
	overflow: hidden;
	padding: 74px 16px 16px;
	position: relative;
	text-align: left
}

.tiksta-videos-item.brown {
	background: #7d52f4
}

.tiksta-videos-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	background: url(https://storage.perfectcdn.com/2eeaa6/5j4ptdjz5aecgkyt.webp);
	background-size: contain;
	opacity: 0.1;
	z-index: 1;
}

.tiksta-videos-space {
	display: flex;
	flex-direction: column;
	min-height: 350px;
	padding: 14px 16px 0px;
	box-sizing: border-box;
}

.tiksta-videos-rating {
	background: #fff;
	display: flex;
	align-items: center;
	gap: 5px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 12px;
	vertical-align: top;
	color: #171717;
	font-weight: 600;
	padding: 5px 10px 5px 0;
	border-radius: 5px;
	z-index: 11
}

.tiksta-videos-content {
	flex: 1 1 auto;
}

.tiksta-videos-date {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 8px;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	border-radius: 5px;
	z-index: 11
}

.tiksta-videos-item .title {
	color: inherit;
	font-size: 24px;
	letter-spacing: -.04em;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: 700
}

.tiksta-videos-item p {
	font-size: 15px;
	padding-top: 10px
}

.tiksta-videos-item p:last-of-type {
	margin-bottom: 0;
}

.tiksta-videos-item div span {
	font-size: 16px
}

.tiksta-videos-user {
	display: flex;
	flex-direction: row;
	line-height: 24px;
	position: relative;
	z-index: 12;
	margin-top: auto;
	font-weight: 700
}

.tiksta-videos-user img {
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 48px;
	margin-right: 13px;
	outline: 3px solid #f6f5fa;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 48px;
}

.tiksta-videos-user cite {
	display: block;
	font-style: normal;
	font-weight: 500;
	opacity: .8;
}

.tiksta-videos-video {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.tiksta-videos-play {
	background: rgba(0, 0, 0, .05) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNjIzIDQyQzEuNjUxIDQyIC4zMzYgNDAuNTc0LjMzNiAzOC4zNDRWMy42NTZDLjMzNiAxLjQyNiAxLjY1IDAgMy42MjMgMGMxLjA2OSAwIDEuOTQ1LjM2MyAzLjA2OC45NmwzMC4zMjYgMTYuNjE4YzIuMTkxIDEuMTkyIDIuOTg2IDIuMDQ4IDIuOTg2IDMuNDIycy0uNzk1IDIuMjMtMi45ODYgMy40MjJMNi42OSA0MS4wNDFjLTEuMTIzLjU5Ni0yIC45NTktMy4wNjguOTU5WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 50%;
	background-size: 39px auto;
	bottom: 0;
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color .3s ease;
	z-index: 3;
}

.tiksta-videos-video img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 1;
}

.slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center
}

.slider-controls {
	position: relative;
	z-index: 12;
}

.slider-controls .slide-pagination {
	text-align: center;
	margin-top: 25px;
}

.slider-controls .slide-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #7d52f4 !important;
	opacity: 0.2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
}

.slider-controls .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.slider-controls .slide-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 100px;
	transition-delay: 0s;
}

.tiksta-tabs-menu .nav {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #cdd6f2 transparent;
	cursor: grab;
}

.tiksta-tabs-menu .nav .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	gap: 10px;
	outline: none;
	border-radius: 15px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.3px;
	white-space: nowrap;
	width: 100%;
	color: #171717
}

.tiksta-tabs-menu.platform-menu {
	display: flex;
	align-items: center;
	gap: 15px;
	border: none;
	padding: 10px 10px 0 0;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	z-index: 6
}

.tiksta-tabs-menu.platform-menu .nav .nav-link {
	position: relative;
	border-bottom: 3px solid #cdd6f2;
	border-radius: 0;
	font-size: 15px
}

.tiksta-tabs-menu.platform-menu .nav {
	padding-bottom: 5px;
	gap: 0
}

.tiksta-tabs-menu.platform-menu .nav .nav-link.active {
	background: transparent;
	border-radius: 0;
	color: #FF492C !important
}

.tiksta-tabs-menu.platform-menu .nav .nav-link.active:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FF492C;
}

.tiksta-tabs-menu.platform-menu .nav .nav-link:not(.active):hover {
	background: transparent;
	border-radius: 0;
	color: #FF492C !important
}

.tiksta-tabs-menu.platform-menu .nav .nav-link:not(.active):hover:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FF492C;
}

.review-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px
}

.review-container .review-score {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	background: #f5f8ff;
	border-radius: 20px;
	border: 1px solid #cdd6f2;
	padding: 10px;
	width: 100%;
	position: relative;
	z-index: 6;
}

.review-container .review-score .rs-stars {
	display: flex;
	align-items: center;
	gap: 5px
}

.review-container .review-score strong {
	font-size: 20px;
	font-weight: 600;
	color: #171717
}

.review-container .review-score small {
	font-size: 14px;
	font-weight: 400;
	color: #898989
}

.review-container .review-score .btn {
	font-size: 15px;
	font-weight: 400;
	border-radius: 20px;
	background: #FF492C
}

.review-container .review-score .btn:hover,
.review-container .review-score .btn:focus {
	background: #ff6d56 !important
}

.review-container .tiksta-review-item {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(50% - 10px);
	background: #fff;
	border-radius: 20px;
	border: 1px solid #cdd6f2;
	padding: 15px 20px;
	position: relative;
	height: 100%;
	overflow: hidden;
	text-align: left
}

.review-container .tiksta-review-item:after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: radial-gradient(circle at 30% 107%, #cdd6f2 0%, #cdd6f2 5%, #cdd6f2 45%, #cdd6f2 60%, #cdd6f2 90%);
	-webkit-filter: blur(57px);
	filter: blur(57px);
	z-index: 1;
}

.review-container .tiksta-review-item .content {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 25px
}

.review-container .tiksta-review-item .user {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 7px;
	margin-top: auto
}

.review-container .tiksta-review-item .user .user-sign {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	background: #f5f8ff;
	color: #6c91e6;
	font-size: 18px;
	font-weight: 600;
	border-radius: 100%
}

.review-container .tiksta-review-item .user .user-name {
	display: flex;
	flex-direction: column;
	gap: 0
}

.review-container .tiksta-review-item .user span {
	font-size: 16px;
	font-weight: 600;
	color: #171717
}

.review-container .tiksta-review-item .user span img {
	height: 15px;
	margin-top: -3px
}

.review-container .tiksta-review-item .user date {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b
}

.review-container .tiksta-review-item strong {
	font-size: 18px;
	font-weight: 500;
	color: #171717
}

.review-container .tiksta-review-item p {
	font-size: 14px;
	font-weight: 400;
	color: #171717 !important
}

@media (max-width: 991.98px) {
	#home-header .home-left .home-rates {
		justify-content: center;
	}

	.tiksta-now {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	#home-login .login-box {
		padding: 20px;
	}

	#home-login .login-box-wrapper {
		flex-direction: column;
	}

	#home-login .login-box-btn {
		width: 100%;
	}

	.login-box-btn .login-box-signin {
		order: 1;
		width: 100%;
	}

	.login-box-btn .login-box-google {
		order: 2;
	}

	.login-box-btn .login-box-remember {
		order: 3;
	}

	#home-login .head-features {
		flex-direction: column;
		gap: 10px
	}

	#home-login {
		margin: 0 0 75px 0;
	}

	#home-login:after {
		background: linear-gradient(250deg, rgba(20, 6, 45, 1) 70%, rgba(125, 82, 244, 1) 125%);
		height: 400px;
		bottom: -20px;
	}

	.step-box-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1.5rem;
	}

	.step-box-wrapper .step-box-item .step-arrow {
		display: none
	}

	.review-container .review-score {
		flex-direction: column;
		max-width: 100%;
	}
}

#calculator {
	--tiksta-ttc3-meter: 5;
	position: relative;
	width: 100%;
	padding: clamp(56px, 7vw, 96px) 0;
	background:
		radial-gradient(circle at 10% 18%, rgba(255, 45, 117, .055), tratikstaarent 30%),
		radial-gradient(circle at 90% 14%, rgba(37, 244, 238, .06), tratikstaarent 30%),
		linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
	color: #151b2f;
	overflow: hidden;
	font-family: inherit
}

#calculator .tiksta-ttc3-bg {
	position: absolute;
	top: -120px;
	left: 50%;
	width: min(1100px, 96vw);
	height: 220px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgba(125, 82, 244, .12), rgba(125, 82, 244, .045) 46%, tratikstaarent 76%);
	filter: blur(18px);
	pointer-events: none;
}

#calculator .tiksta-ttc3-wrap {
	width: min(100% - 36px, 1240px);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#calculator .tiksta-ttc3-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 390px);
	gap: clamp(24px, 4vw, 56px);
	align-items: end;
	margin-bottom: 28px;
}

#calculator .tiksta-ttc3-kicker {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	padding: 8px 11px;
	color: #7d52f4;
	background: rgba(125, 82, 244, .075);
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	font-weight: 620;
}

#calculator .tiksta-ttc3-kicker i {
	width: 22px;
	height: 22px;
	display: inline-grid;
	place-items: center;
	color: #151b2f;
	background: rgba(21, 27, 47, .065);
	border-radius: 50%;
}

#calculator strong {
	font-weight: 720;
}

#calculator .tiksta-ttc3-note {
	display: grid;
	gap: 6px;
	padding: 8px 0 8px 20px;
	border-left: 2px solid rgba(125, 82, 244, .2);
}

#calculator .tiksta-ttc3-note strong {
	color: #7d52f4;
	font-size: 12px;
	line-height: 1;
	font-weight: 680;
}

#calculator .tiksta-ttc3-note span {
	color: #667089;
	font-size: 13px;
	line-height: 1.65;
	font-weight: 430;
}

#calculator .tiksta-ttc3-panel {
	display: grid;
	gap: 16px;
	padding: clamp(17px, 3vw, 26px);
	border: 1px solid #e1e4ea;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(45, 58, 160, .08);
	margin-top: 35px;
	position: relative;
	overflow: hidden
}

#calculator .tiksta-ttc3-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

#calculator .tiksta-ttc3-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

#calculator .tiksta-ttc3-summary div {
	min-height: 76px;
	display: grid;
	gap: 6px;
	align-content: center;
	padding: 14px;
	border: 1px solid rgba(125, 82, 244, .09);
	border-radius: 15px;
	background: rgba(125, 82, 244, .055);
}

#calculator .tiksta-ttc3-summary small {
	color: #8a93a7;
	font-size: 11px;
	line-height: 1;
	font-weight: 650;
}

#calculator .tiksta-ttc3-summary strong {
	color: #151b2f;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 760;
	overflow-wrap: anywhere;
}

#calculator .tiksta-ttc3-summary div:first-child strong {
	color: #7d52f4;
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1;
}

#calculator .tiksta-ttc3-services {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 9px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(125, 82, 244, .1);
}

#calculator .tiksta-ttc3-services button {
	min-height: 64px;
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	padding: 10px;
	border: 1px solid #e1e4ea;
	border-radius: 15px;
	background: rgba(255, 255, 255, .58);
	outline: none;
	cursor: pointer;
	text-align: left;
	z-index: 1
}

#calculator .tiksta-ttc3-services button:hover,
#calculator .tiksta-ttc3-services button:focus,
#calculator .tiksta-ttc3-services button.is-active {
	border-color: rgba(125, 82, 244, .22) !important;
	background: rgba(125, 82, 244, .08);
}

#calculator .tiksta-ttc3-services i {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	border-radius: 7px;
	font-size: 11px;
}

#calculator .tiksta-ttc3-services span {
	color: #151b2f;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 700;
}

#calculator .tiksta-ttc3-main {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(18px, 3vw, 28px);
	align-items: stretch;
}

#calculator .tiksta-ttc3-control,
#calculator .tiksta-ttc3-result {
	min-width: 0;
	display: grid;
	gap: 14px;
	align-content: start;
}

#calculator .tiksta-ttc3-control-head,
#calculator .tiksta-ttc3-range-wrap,
#calculator .tiksta-ttc3-plan-grid div,
#calculator .tiksta-ttc3-rules div,
#calculator .tiksta-ttc3-price,
#calculator .tiksta-ttc3-result-grid div,
#calculator .tiksta-ttc3-meter-row,
#calculator .tiksta-ttc3-mini-tips div,
#calculator .tiksta-ttc3-guidance div,
#calculator .tiksta-ttc3-bottom {
	border: 1px solid #e1e4ea;
	background: rgba(255, 255, 255, .58);
}

#calculator .tiksta-ttc3-control-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 18px;
	border-radius: 15px;
	background: rgba(125, 82, 244, .045);
}

#calculator .tiksta-ttc3-control-head div {
	display: grid;
	gap: 5px;
}

#calculator .tiksta-ttc3-control-head strong {
	color: #151b2f;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
}

#calculator .tiksta-ttc3-control-head small {
	color: #667089;
	font-size: 12.5px;
	line-height: 1.5;
	font-weight: 430;
}

#calculator .tiksta-ttc3-control-head>span {
	flex: 0 0 auto;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	border-radius: 999px;
	padding: 8px 10px;
	font-size: 11.5px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

#calculator .tiksta-ttc3-range-wrap {
	padding: 18px;
	border-radius: 15px;
}

#calculator input[type="range"] {
	--ttc3-range-fill: 5%;
	width: 100%;
	height: 18px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 999px;
	background:
		linear-gradient(90deg,
			#7d52f4 0%,
			#7d52f4 var(--ttc3-range-fill),
			rgba(125, 82, 244, .13) var(--ttc3-range-fill),
			rgba(125, 82, 244, .13) 100%);
	outline: none;
	cursor: pointer;
}

#calculator input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	background: #7d52f4;
	box-shadow: 0 6px 18px rgba(125, 82, 244, .28);
}

#calculator input[type="range"]::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	background: #7d52f4;
	box-shadow: 0 6px 18px rgba(125, 82, 244, .28);
}

#calculator .tiksta-ttc3-qty-row {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 12px;
	align-items: end;
}

#calculator .tiksta-ttc3-qty-row label {
	display: grid;
	gap: 6px;
	margin: 0;
}

#calculator .tiksta-ttc3-qty-row label span {
	color: #8a93a7;
	font-size: 11px;
	line-height: 1;
	font-weight: 650;
}

#calculator .tiksta-ttc3-qty-row input {
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(125, 82, 244, .12);
	outline: none;
	color: #151b2f;
	background: rgba(255, 255, 255, .74);
	border-radius: 12px;
	padding: 0 12px;
	text-align: right;
	font-size: 13px;
	font-weight: 700;
}

#calculator .tiksta-ttc3-presets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

#calculator .tiksta-ttc3-presets button {
	min-height: 44px;
	border: 0;
	border-radius: 12px;
	background: rgba(125, 82, 244, .07);
	color: #667089;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

#calculator .tiksta-ttc3-presets button:hover,
#calculator .tiksta-ttc3-presets button.is-active {
	color: #7d52f4;
	background: rgba(125, 82, 244, .12);
}

#calculator .tiksta-ttc3-plan-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}

#calculator .tiksta-ttc3-plan-grid div {
	min-height: 94px;
	display: grid;
	gap: 5px;
	align-content: start;
	padding: 12px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-plan-grid span {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	border-radius: 7px;
	font-size: 10.5px;
	font-weight: 760;
}

#calculator .tiksta-ttc3-plan-grid strong {
	color: #151b2f;
	font-size: 12.6px;
	line-height: 1.25;
}

#calculator .tiksta-ttc3-plan-grid small {
	color: #667089;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 430;
}

#calculator .tiksta-ttc3-rules {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#calculator .tiksta-ttc3-rules div {
	min-height: 104px;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 9px;
	align-content: start;
	padding: 13px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-rules i {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	border-radius: 7px;
	grid-row: span 2;
}

#calculator .tiksta-ttc3-rules strong {
	color: #151b2f;
	font-size: 12.8px;
	line-height: 1.3;
}

#calculator .tiksta-ttc3-rules span {
	color: #667089;
	font-size: 11.8px;
	line-height: 1.45;
	font-weight: 430;
}

#calculator .tiksta-ttc3-price {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 17px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-price div {
	min-width: 0;
	display: grid;
	gap: 7px;
}

#calculator .tiksta-ttc3-price small {
	color: #8a93a7;
	font-size: 11.5px;
	font-weight: 600;
}

#calculator .tiksta-ttc3-price strong {
	color: #7d52f4;
	font-size: clamp(24px, 2.45vw, 34px);
	line-height: 1;
	font-weight: 780;
	overflow-wrap: anywhere;
}

#calculator .tiksta-ttc3-price span {
	color: #667089;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 430;
}

#calculator .tiksta-ttc3-price em {
	flex: 0 0 auto;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	padding: 8px 10px;
	border-radius: 999px;
	font-size: 11px;
	line-height: 1;
	font-style: normal;
	font-weight: 700;
}

#calculator .tiksta-ttc3-result-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

#calculator .tiksta-ttc3-result-grid div {
	min-height: 72px;
	display: grid;
	gap: 5px;
	align-content: center;
	padding: 12px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-result-grid small {
	color: #8a93a7;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
}

#calculator .tiksta-ttc3-result-grid strong {
	color: #151b2f;
	font-size: 12.6px;
	line-height: 1.3;
	font-weight: 700;
	overflow-wrap: anywhere;
}

#calculator .tiksta-ttc3-meter-row {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 12px;
	padding: 13px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-meter {
	position: relative;
	min-height: 176px;
	display: grid;
	place-items: center;
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .82), rgba(255, 255, 255, .52)),
		linear-gradient(145deg, rgba(255, 45, 117, .07), rgba(37, 244, 238, .052));
	overflow: hidden;
}

#calculator .tiksta-ttc3-meter svg {
	width: 150px;
	height: 150px;
	transform: rotate(-90deg);
}

#calculator .tiksta-ttc3-meter-bg,
#calculator .tiksta-ttc3-meter-line {
	fill: none;
	stroke-width: 10;
}

#calculator .tiksta-ttc3-meter-bg {
	stroke: rgba(125, 82, 244, .1);
}

#calculator .tiksta-ttc3-meter-line {
	stroke: #7d52f4;
	stroke-linecap: round;
	stroke-dasharray: 314.16;
	stroke-dashoffset: calc(314.16 - (314.16 * var(--tiksta-ttc3-meter)) / 100);
	transition: stroke-dashoffset .45s ease;
}

#calculator .tiksta-ttc3-meter>div {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 6px;
	text-align: center;
	padding: 30px;
}

#calculator .tiksta-ttc3-meter strong {
	color: #7d52f4;
	font-size: 25px;
	line-height: 1;
	font-weight: 780;
}

#calculator .tiksta-ttc3-meter span {
	color: #667089;
	font-size: 11.5px;
	line-height: 1.35;
	font-weight: 500;
}

#calculator .tiksta-ttc3-mini-tips {
	display: grid;
	gap: 9px;
}

#calculator .tiksta-ttc3-mini-tips div {
	min-height: 83px;
	display: grid;
	gap: 5px;
	align-content: center;
	padding: 12px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-mini-tips strong {
	color: #151b2f;
	font-size: 12.8px;
	line-height: 1.3;
}

#calculator .tiksta-ttc3-mini-tips span {
	color: #667089;
	font-size: 11.7px;
	line-height: 1.45;
	font-weight: 430;
}

#calculator .tiksta-ttc3-guidance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

#calculator .tiksta-ttc3-guidance div {
	min-height: 130px;
	display: grid;
	gap: 7px;
	align-content: start;
	padding: 14px;
	border-radius: 20px;
}

#calculator .tiksta-ttc3-guidance strong {
	color: #151b2f;
	font-size: 13px;
	line-height: 1.35;
}

#calculator .tiksta-ttc3-guidance p {
	margin: 0;
	color: #667089;
	font-size: 12.2px;
	line-height: 1.55;
	font-weight: 430;
}

#calculator .tiksta-ttc3-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border-radius: 15px;
}

#calculator .tiksta-ttc3-bottom>div:first-child {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

#calculator .tiksta-ttc3-bottom i {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	color: #7d52f4;
	background: rgba(125, 82, 244, .08);
	border-radius: 7px;
	grid-row: span 2;
}

#calculator .tiksta-ttc3-bottom strong {
	color: #151b2f;
	font-size: 13.5px;
	line-height: 1.35;
}

#calculator .tiksta-ttc3-bottom span {
	color: #667089;
	font-size: 12.5px;
	line-height: 1.5;
}

#calculator .tiksta-ttc3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#calculator .tiksta-ttc3-actions a {
	min-height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 650;
	text-decoration: none !important;
	white-space: nowrap;
}

#calculator .tiksta-ttc3-actions a:first-child {
	color: #ffffff !important;
	background: #7d52f4;
	border: 1px solid #7d52f4;
	box-shadow: 0 13px 24px rgba(125, 82, 244, .16);
}

#calculator .tiksta-ttc3-actions a:last-child {
	color: #7d52f4 !important;
	background: rgba(125, 82, 244, .08);
	border: 1px solid rgba(125, 82, 244, .14);
}

@media (max-width: 1100px) {
	#calculator .tiksta-ttc3-services {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-guidance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {

	#calculator .tiksta-ttc3-head,
	#calculator .tiksta-ttc3-main {
		grid-template-columns: 1fr;
	}

	#calculator .tiksta-ttc3-services {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-meter-row {
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	#calculator {
		padding: 48px 0 60px;
	}

	#calculator .tiksta-ttc3-wrap {
		width: min(100% - 30px, 1240px);
	}

	#calculator .tiksta-ttc3-panel {
		border-radius: 28px;
		padding: 16px;
	}

	#calculator .tiksta-ttc3-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-services button {
		min-height: 58px;
	}

	#calculator .tiksta-ttc3-control-head,
	#calculator .tiksta-ttc3-qty-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	#calculator .tiksta-ttc3-control-head {
		gap: 10px;
	}

	#calculator .tiksta-ttc3-control-head>span {
		width: fit-content;
	}

	#calculator .tiksta-ttc3-plan-grid,
	#calculator .tiksta-ttc3-rules,
	#calculator .tiksta-ttc3-result-grid,
	#calculator .tiksta-ttc3-guidance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-meter-row {
		grid-template-columns: 1fr;
	}

	#calculator .tiksta-ttc3-meter {
		min-height: 190px;
	}

	#calculator .tiksta-ttc3-mini-tips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#calculator .tiksta-ttc3-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 430px) {

	#calculator .tiksta-ttc3-summary,
	#calculator .tiksta-ttc3-plan-grid,
	#calculator .tiksta-ttc3-rules,
	#calculator .tiksta-ttc3-result-grid,
	#calculator .tiksta-ttc3-mini-tips,
	#calculator .tiksta-ttc3-guidance,
	#calculator .tiksta-ttc3-actions {
		grid-template-columns: 1fr;
		display: grid;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	#calculator .tiksta-ttc3-meter-line {
		transition: none;
	}
}

.tiksta-video-card {
	position: relative;
	z-index: 2;
	max-width: 500px;
	margin-inline: auto;
	padding: 15px;
	border-radius: 30px;
	color: #FFFFFF;
	background: #11131C;
	box-shadow:
		-9px 10px 0 rgba(37, 244, 238, 0.16),
		9px -9px 0 rgba(254, 44, 85, 0.13),
		0 30px 70px rgba(16, 18, 28, 0.24);
}

.tiksta-video-card__screen {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 23px;
	background:
		linear-gradient(160deg, #1D2131, #10121A 60%, #171421);
	overflow: hidden;
}

.tiksta-video-card__screen::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, transparent 0 22%, rgba(37, 244, 238, 0.10) 23% 25%, transparent 26% 52%, rgba(254, 44, 85, 0.10) 53% 55%, transparent 56%);
	opacity: 0.65;
}

.tiksta-video-card__screen img {
	height: 315px
}

.tiksta-video-card__screen .play-btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 28px;
	line-height: 60px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
}

.tiksta-video-card__screen .play-btn::before,
.tiksta-video-card__screen .play-btn::after {
	content: "";
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 100%;
	background: rgb(255, 255, 255, 1);
	opacity: 0.2;
	animation: ripple 1.75s infinite ease-out;
}

.tiksta-video-card__screen .play-btn::after {
	left: -30px;
	top: -30px;
	right: -30px;
	bottom: -30px;
	opacity: 0.1;
	animation-delay: 2s;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


.tiksta-video-card__creator,
.tiksta-video-card__caption,
.tiksta-video-card__actions,
.tiksta-video-card__quantity {
	position: relative;
	z-index: 2;
}

.tiksta-video-card__play {
	position: absolute;
	left: 50%;
	top: 46%;
	z-index: 2;
	width: 68px;
	height: 68px;
	border: 2px solid rgba(255, 255, 255, 0.68);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.tiksta-video-card__play::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 20px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid #FFFFFF;
}

.tiksta-video-card__creator {
	position: absolute;
	left: 20px;
	right: 82px;
	bottom: 45px;
}

.tiksta-video-card__creator strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
}

.tiksta-video-card__caption {
	position: absolute;
	left: 20px;
	right: 82px;
	bottom: 24px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	line-height: 1.55;
}

.tiksta-video-card__actions {
	position: absolute;
	right: 16px;
	bottom: 24px;
	display: grid;
	gap: 15px;
}

.tiksta-video-card__action {
	display: grid;
	justify-items: center;
	gap: 5px;
}

.tiksta-video-card__action-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
}

.tiksta-video-card__action-icon--heart {
	color: #FFFFFF;
	background: #fe2c55;
	box-shadow: 0 12px 26px rgba(254, 44, 85, 0.24);
}

.tiksta-video-card__action-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tiksta-video-card__action-icon--heart svg {
	fill: currentColor;
}

.tiksta-video-card__action small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-weight: 800;
}

.video-frame {
	position: absolute;
	inset: 0;
	display: none;
	z-index: 10;
}

.video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.video-thumb {
	width: 100%;
	height: 315px;
	object-fit: cover;
}

.tiksta-video-card__screen.playing .video-frame {
	display: block;
}

.tiksta-video-card__screen.playing .video-thumb,
.tiksta-video-card__screen.playing .play-btn,
.tiksta-video-card__screen.playing::before {
	display: none;
}

.tiksta-video-card__screen.playing .tiksta-video-card__creator,
.tiksta-video-card__screen.playing .tiksta-video-card__caption,
.tiksta-video-card__screen.playing .tiksta-video-card__actions {
	display: none;
}

.tiksta-video-card__screen .video-thumb,
.tiksta-video-card__screen .video-frame,
.tiksta-video-card__screen .video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.tiksta-video-card__screen .video-thumb {
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.tiksta-video-card__action-icon {
		width: 32px;
		height: 32px
	}

	.tiksta-video-card__action-icon svg {
		width: 18px;
		height: 18px
	}

	.tiksta-video-card__caption {
		display: none
	}

	.tiksta-video-card__creator {
		bottom: 15px;
	}

	.tiksta-video-card__screen .play-btn {
		width: 45px;
		height: 45px;
		font-size: 24px;
		line-height: 45px;
	}
}

#comprasion .tiksta-feature-box {
	display: flex;
	padding: 50px 12px 10px 12px;
	flex-direction: column;
	gap: 23px;
	align-items: stretch;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #e1e4ea;
	position: relative;
	overflow: hidden;
	margin-top: 35px
}

#comprasion .tiksta-feature-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

#comprasion .tiksta-feature {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#comprasion .tiksta-feature-head {
	display: grid;
	grid-template-columns: auto 400px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #171717;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.36px;
	padding: 0 25px;
}

#comprasion .tiksta-feature-row .tiksta-marks {
	display: flex;
	text-align: center;
	justify-content: space-around;
	gap: 10px;
}

#comprasion .tiksta-feature-body {
	border-radius: 20px;
	border: 1px solid #e1e4ea;
	background: #fff;
	padding: 10px 25px;
	position: relative;
}

#comprasion .tiksta-feature-row {
	display: grid;
	grid-template-columns: auto 400px;
}

#comprasion .tiksta-feature-items .tiksta-feature-row {
	display: grid;
	grid-template-columns: auto 400px;
	padding: 15px 0;
}

#comprasion .hc-feature {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.32px;
}

#comprasion .tiksta-feature-row .tiksta-marks {
	display: flex;
	text-align: center;
	justify-content: space-around;
	gap: 10px;
}

#comprasion .tiksta-feature-item .tiksta-mark .check-icon {
	font-size: 18px;
	color: #2c8d3e;
}

#comprasion .tiksta-feature-item .tiksta-mark .times-icon {
	font-size: 18px;
	color: #d02e46;
}

#comprasion .tiksta-result {
	border-top: 1px solid #e1e4ea;
	padding: 24px 0;
}

#comprasion .tiksta-result .tiksta-mark .star-icon {
	color: #ef9e11;
}

#comprasion .tiksta-result .tiksta-mark span,
#comprasion .tiksta-result .hc-feature {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

@media (max-width: 575.98px) {
	#comprasion .tiksta-feature {
		gap: 10px;
		margin-bottom: 16px;
		margin-top: -10px;
		font-size: 22px;
	}

	#comprasion .tiksta-feature-head .hcf-feature {
		margin: -20px 0 25px 0;
		font-size: 22px;
	}

	#comprasion .tiksta-feature-row {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	#comprasion .tiksta-feature-row .tiksta-marks img {
		height: 30px
	}

	#comprasion .tiksta-feature-row .tiksta-marks {
		font-size: 18px;
		font-weight: 500;
	}
}

.service-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
	vertical-align: -3px;
	margin-right: 4px;
}

.service-description-icon {
	display: inline-block !important;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 4px;
}

.terminal-logs {
	background: #fff;
	border: 1px solid #e1e4ea;
	border-radius: 10px;
	font-family: monospace
}

.monitoring .scanline {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.02) 50%,
			rgba(0, 0, 0, 0.01) 50%);
	background-size: 100% 4px;
}

.monitoring .terminal-header {
	background: #f5f7fa;
	border-bottom: 1px solid #e1e4ea;
	padding: 12px 16px;
}

.monitoring .terminal-footer {
	background: #f5f7fa;
	border-top: 1px solid #e1e4ea;
	padding: 10px 16px;
}

.monitoring .monitor-card {
	background: #fff;
	border: 1px solid #e1e4ea;
	padding: 10px 20px 20px 20px;
	border-radius: 10px;
}

.monitoring .monitor-card-title {
	border-bottom: 1px solid #e1e4ea;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.monitoring .progress-custom {
	height: 5px;
	background: #c7c7c7;
	overflow: hidden;
}

.monitoring .progress-custom .fill {
	height: 100%;
	background: #dc8b35;
}

.monitoring .terminal-body {
	height: 330px;
	overflow-y: auto;
	padding: 20px;
	font-size: 13px;
	line-height: 24px
}

.monitoring .terminal-body p {
	margin-bottom: 0
}

.monitoring .node {
	color: #dc8b35
}

.monitoring .cluster {
	color: #9146FF
}

.monitoring .proxy {
	color: #10b981
}

.monitoring .muted {
	color: #8b93a7
}

.monitoring .log-line {
	margin-bottom: 8px;
}

.monitoring .bars {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 4px;
	height: 10px;
}

.monitoring .bars div {
	background: #9146FF;
}

.monitoring .terminal-wrapper {
	position: relative;
	overflow: hidden;
}

.monitoring .mini-box {
	width: 12px;
	height: 12px;
	border: 1px solid #666;
}

.monitoring .mini-box.active {
	border-color: #1DB954;
}

.monitoring #spBlink {
	background: #2c313c;
	transition:
		background .35s ease,
		box-shadow .35s ease;
}

.monitoring .uptime-wrapper {
	background: #fff;
	border: 1px solid #e1e4ea;
	border-radius: 10px;
	padding: 20px;
	position: relative
}

.monitoring .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.monitoring .dot-red {
	background: #ff5f56;
}

.monitoring .dot-yellow {
	background: #ffbd2e;
}

.monitoring .dot-green {
	background: #27c93f;
}

.uptime-wrapper {
	font-size: 12px
}

.uptime-result {
	color: #10b981
}

.uptime-service i {
	color: #10b981
}

.uptime-bar {
	display: flex;
	gap: 2px;
	position: relative;
	z-index: 1
}

.tick {
	height: 15px;
	width: 5px;
	cursor: pointer
}

.tick.up {
	background-color: #10b981
}

.tick.up:hover {
	background-color: #10b981
}

.tick.down {
	background-color: #f87171
}

.tick.down:hover {
	background-color: #ce5252
}

.widget-wrapper {
	display: grid;
	gap: 15px;
	grid-template-columns: 4fr 2fr;
	margin-bottom: 15px;
}

.widget-item {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #e1e4ea;
	position: relative
}

.widget-item:nth-child(1) {
	background: linear-gradient(270deg, #00f7ef 0%, #f80150 100%);
	min-width: 600px;
}

.widget-item:nth-child(2) {
	overflow: hidden
}

.widget-item:nth-child(2) {
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);

}

.widget-item:nth-child(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 0;
	border-radius: 15px;
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='270' height='160' viewBox='0 0 270 160' fill='none'><mask id='mask0_4824_194905' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='270' height='160'><rect width='270' height='160' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_4824_194905)'><g opacity='0.8'><path opacity='0.2' d='M300.657 5.12796L297.363 4.72578C238.426 -2.45649 186.69 21.8216 155.788 71.1818C128.5 114.779 84.7858 139.031 33.8176 138.869L-25.4783 138.677L59.7463 294.938L367 125.5L300.657 5.12796Z' fill='white'/><path opacity='0.4' d='M311.194 25.1553L307.9 24.7531C248.95 17.5647 197.215 41.8427 166.32 91.1991C139.031 134.797 95.3172 159.048 44.3491 158.886L-14.9417 158.704L76 302L383.254 132.562L311.194 25.1553Z' fill='white'/><path opacity='0.5' d='M321.731 45.1831L318.437 44.781C259.487 37.5925 207.752 61.8706 176.857 111.227C149.568 154.824 105.854 179.076 54.8861 178.914L-4.4046 178.732L75.5 288.5L382.754 119.062L321.731 45.1831Z' fill='white'/><path opacity='0.7' d='M333.321 67.2134L330.028 66.8113C271.077 59.6228 219.342 83.9009 188.447 133.257C161.159 176.855 117.445 201.106 66.4765 200.944L7.18579 200.762L72.7463 285.938L380 116.5L333.321 67.2134Z' fill='white'/><path opacity='0.7' d='M343.332 86.2395L340.038 85.8374C281.087 78.6489 229.352 102.927 198.457 152.283C171.169 195.881 127.455 220.133 76.4866 219.97L17.1959 219.788L51.3248 284.658L358.578 115.219L343.332 86.2395Z' fill='white'/><path opacity='0.8' d='M352.288 103.263L348.994 102.861C290.043 95.6721 238.308 119.95 207.413 169.307C180.125 212.904 136.411 237.156 85.4429 236.993L26.1522 236.812L60.281 301.681L367.535 132.243L352.288 103.263Z' fill='white'/></g></g></svg>")
}

.widget-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.widget-item:nth-child(1) h3 {
	font-size: 20px;
	color: #fff
}

.widget-item:nth-child(1) h3 span {
	font-weight: 600
}

.widget-item:nth-child(1) p {
	position: relative;
	z-index: 3;
	color: #efebff
}

.widget-icon {
	background: linear-gradient(45deg, #00f7ef 0%, #f80150 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	font-size: 24px;
	border-radius: 100px;
	padding: 5px;
	position: relative;
}

.widget-alt {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 10px;
}

.widget-alt .widget-title {
	font-weight: 600;
	color: #f00955
}

.widget-value {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -.6px;
}

#hide-balance {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #7d52f4;
	z-index: 99;
}

#hide-balance:hover {
	opacity: .8
}

.balance-value {
	visibility: hidden;
}

.widget-active {
	display: flex;
	align-items: center;
	gap: 35px;
	background: rgb(0 0 0 / .30);
	width: max-content;
	padding: 5px 5px 5px 10px;
	border-radius: 10px;
	color: #fff
}

.widget-active span>span {
	font-weight: 600;
}

.widget-active a {
	background: #fff;
	width: max-content;
	padding: 7px 10px;
	border-radius: 10px;
	color: #f00955;
	font-size: 13px;
}

.widget-item:nth-child(1) img {
	position: absolute;
	right: 0;
	bottom: -10px;
	max-width: 125px;
	z-index: 2;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.widget-plus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background: rgb(225 184 250 / 30%);
	width: 100%;
	padding: 5px 5px 5px 10px;
	border-radius: 100px;
	color: #fff;
}

.widget-plus a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7d52f4;
	width: max-content;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
}

.widget-plus a:hover {
	opacity: .8
}

.widget-rank-items {
	display: flex;
	align-items: center;
	gap: 15px
}

.widget-rank-items .item {
	display: flex;
	align-items: center;
	gap: 5px
}

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

.widget-rank-items .item img {
	width: 20px;
	height: 20px
}

.widget-rank .see-details {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	width: max-content;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
}

@media (max-width: 1299.98px) {
	.widget-wrapper {
		grid-template-columns: 1fr 1fr;
      	margin-bottom: 10px;
      	gap: 10px
	}

	.widget-wrapper>*:nth-child(3) {
		grid-column: 1 / -1;
	}

	.widget-item:nth-child(1) {
		min-width: auto;
	}

	.widget-item:nth-child(1) img,
	.widget-item::before {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.widget-item:nth-child(1) img,
	.widget-item::before {
		display: none
	}

	.widget-content {
		width: 100%;
	}

	.widget-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
 
	.widget-wrapper .widget-item:nth-child(2) .widget-icon {
		display: none
	}
  
    .widget-wrapper .widget-item:nth-child(2) .widget-alt { 
        padding-top: 0;
    }

	.widget-wrapper .widget-item {
		margin-bottom: 0
	}

	.widget-item:nth-child(1) {
		grid-column: 1 / -1;
	}

	.widget-active {
		margin-top: 0;
		justify-content: space-between;
		width: 100%
	}

	.widget-active a span {
		display: none
	}

	.widget-value {
		font-size: 18px
	}

	.widget-item:nth-child(4) {
		display: none
	}
}

.tier-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 15px;
}

.tier-list .item {
	border-bottom: 1px solid;
	background: #ededed;
	padding: 10px;
	border-radius: 15px;
}

.tier-list .item:nth-child(1) {
	border-color: #dab267;
}

.tier-list .item:nth-child(1) strong {
	color: #dab267;
}

.tier-list .item:nth-child(2) {
	border-color: #4670bb;
}

.tier-list .item:nth-child(2) strong {
	color: #4670bb;
}

.tier-list .item img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.filter-wrapper {
	overflow: hidden;
	height: 0;
	transition: height 0.4s ease-out;
}

.filter-wrapper.show {
	height: auto;
}

.filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e1e4ea;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	padding: 10px 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 500;
}

.filter-hide,
.filter-hide:hover,
.filter-hide:focus {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-radius: 100px
}

#new-order-cats {
	display: grid;
	gap: 5px 25px;
	grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
	align-items: center;
	overflow-x: auto;
	margin: 10px 0
}

#new-order-cats button {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border: 1px solid #e1e4ea;
	background: #fff;
	height: 42px;
	line-height: 42px;
	border-radius: 100px;
	padding: 0 15px 0 5px;
	color: #171717
}

#new-order-cats button:hover,
#new-order-cats button:focus,
#new-order-cats button.active {
	background: #f5f7fa !important;
	border: 1px solid #7d52f4 !important;
	color: #7d52f4
}

#new-order-cats button .noc-text {
	font-weight: 500
}

#new-order-cats button .noc-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	border-radius: 100px;
	color: #fff
}

@media (max-width: 991.98px) {
	#new-order-cats {
		gap: 5px;
		grid-template-columns: repeat(5, 1fr);
	}

	#new-order-cats button {
		flex-direction: column;
		height: auto;
		line-height: unset;
		gap: 5px;
		padding: 5px;
		border-radius: 10px
	}

	#new-order-cats button .noc-text {
		font-weight: 400;
		font-size: 10px;
	}

	.filter-header {
		padding: 10px 15px;
		font-weight: 500;
	}
}

.service-widget {
	display: flex;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #e1e4ea;
	position: relative;
	background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
	padding: 0 15px;
	margin-bottom: 15px
}

.service-widget .widget-content {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
	width: 100%
}

.service-widget .widget-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

.service-widget .widget-rank {
	gap: 30px;
}

.service-widget .widget-title {
	font-size: 16px;
	font-weight: 600;
	color: #f00955;
}

@media (max-width: 991.98px) {
	.service-widget {
		flex-direction: column;
		padding: 10px 0;
	}

	.service-widget .widget-content {
		flex-direction: column;
		gap: 5px;
		padding: 0;
		margin-top: 10px
	}
}

.dashboard .widget-wrapper {
	display: flex;
	align-items: stretch;
}

.dashboard .widget-wrapper>div {
	flex: 1;
}

.dashboard .widget-wrapper .widget-item {
	max-width: 60%;
}

.dashboard .widget-wrapper .widget-acc {
	max-width: 40%;
}

.dashboard .widget-details .see-details {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	width: max-content;
	padding: 7px 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
}

.dashboard .widget-details ul {
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

.dashboard .widget-details li {
	display: flex;
	align-items: center;
	gap: 7px;
	list-style: none;
	font-size: 16px;
	color: #171717;
}

.dashboard .widget-details li strong {
	min-width: 115px;
	font-weight: 700;
	color: #f00955;
}

.dashboard .widget-details li i {
	width: 15px;
}

.dash-widgets {
	display: flex;
	align-items: stretch;
	gap: 15px;
	margin: 15px 0;
}

.dash-widgets>div {
	flex: 1;
}

.dash-widgets .item {
	background: #fff;
	width: 100%;
	position: relative;
	border-radius: 15px;
	padding: 15px 25px;
	max-width: 25%;
	border: 1px solid #e5dcfc;
	overflow: hidden;
}

.dash-widgets .item::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .15;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 309 120' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%237d52f4' stop-opacity='.30'/%3E%3Cstop offset='1' stop-color='%237d52f4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 47C21.6 47 40.2 34 61.8 34C83.4 34 102 51 123.6 51C145.2 51 163.8 38 185.4 38C207 38 225.6 51 247.2 51C268.8 51 287.4 38 309 38V120H0Z' fill='url(%23g)'/%3E%3Cpath d='M0 47C21.6 47 40.2 34 61.8 34C83.4 34 102 51 123.6 51C145.2 51 163.8 38 185.4 38C207 38 225.6 51 247.2 51C268.8 51 287.4 38 309 38' fill='none' stroke='%237d52f4' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
	background-size: 100% 65%;
	background-position: center bottom;
}

.dash-widgets .item::after {
	content: "";
	background: #7d52f4;
	opacity: .25;
	filter: blur(75px);
	height: 175px;
	width: 175px;
	position: absolute;
	right: -100px;
	top: -100px;
}

.dash-widgets .item>* {
	position: relative;
	z-index: 1;
}

.dash-widgets .item h3 {
	font-size: 18px;
	font-weight: 400;
	color: #454545
}

.dash-widgets .item p {
	font-size: 24px;
	font-weight: 600;
	color: #171717;
}

.dash-widgets .item a {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%);
	width: max-content;
	padding: 7px 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}

.dash-statics {
	display: flex;
	align-items: stretch;
	gap: 15px;
	margin: 15px 0;
}

.dash-statics>div {
	flex: 1;
}

.dash-statics .dash-orders {
	background: #fff;
	border: 1px solid #e1e4ea;
	width: 100%;
	position: relative;
	border-radius: 15px;
	padding: 15px;
	max-width: 25%;
}

.dash-statics .dash-orders h3 {
	font-size: 24px;
	color: #1e1f22;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e4ea;
  	padding-bottom: 10px;
  	width: 100%
}

#order-list {
	display: flex;
	flex-direction: column;
	height: 88%;
	margin-top: 15px;
}

.dash-statics .dash-orders .fa-times-circle {
	color: #f96767
}

.dash-statics .dash-orders .fa-check-circle {
	color: #3be395
}

.dash-statics .dash-orders .fa-spinner {
	color: #6149cd
}

.dash-statics .dash-orders .fa-exclamation-circle {
	color: #faba4d
}

.dash-statics .dash-orders .fa-clock {
	color: #fe7ec5
}

.dash-statics .dash-orders .fa-chevron-circle-right {
	color: #496bcd
}

.dash-statics .srv-table {
	width: 100%;
	border-collapse: collapse;
}

.dash-statics .srv-table .link {
	font-weight: 500;
	color: #3aa7e6;
	text-decoration: underline !important
}

.dash-statics .srv-table thead tr th {
	text-align: left;
	padding: 10px;
	border-bottom: none border-top: none;
	background: #f5f7fa
}

.dash-statics .srv-table thead tr th:first-child {
	border-radius: 5px 0 0 5px;
}

.dash-statics .srv-table thead tr th:last-child {
	border-radius: 0 5px 5px 0;
}

.dash-statics .srv-table tbody {
	border: none
}

.dash-statics .srv-table tbody tr td {
	padding: 10px;
	border-bottom: 1px solid #e1e4ea;
	vertical-align: top;
}

.dash-statics .srv-table tbody tr td i {
	font-size: 16px
}

.dash-statics .srv-table tbody tr td:last-child {
	text-align: center
}

#order-list .all-orders {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	background: linear-gradient(270deg, #00f7ef 0%, #f80150 100%);
	border-radius: 8px;
	padding: 7px 15px;
	color: #fff !important;
}

.dash-statics .dash-referral {
	background: #fff;
	border: 1px solid #e1e4ea;
	width: 100%;
	position: relative;
	border-radius: 15px;
	padding: 15px;
	max-width: 40%;
}

.dash-statics .dash-referral h3 { 
	font-size: 24px;
	color: #1e1f22;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e4ea;
  	padding-bottom: 10px;
  	width: 100%
}

.dark .dash-statics .dash-referral h3 {
	color: #fff
}

.dash-statics .dash-referral ul {
	padding-left: 0;
	margin-top: 20px
}

.dash-statics .dash-referral ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 3px 5px;
	border-radius: 5px
}

.dash-statics .dash-referral ul li:first-child {
	background: linear-gradient(90deg, #633DFE 0%, #9500FF 100%) !important;
	color: #fff !important;
	margin-bottom: 7px
}

.dash-statics .dash-referral ul li:first-child i:hover {
	opacity: .8
}

.dash-statics .dash-referral ul li:nth-child(odd) {
	background: #f5f7fa
}

.dash-statics .dash-referral p {
	font-size: 18px;
	color: #1e1f22;
	margin-bottom: 0;
	text-align: center
}

.dash-statics .dash-referral .ref-alt-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #96a0af
}

.dash-statics .dash-referral .ref-alt-text i {
	color: #3be395;
}

.dash-statics .last-widgets {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	max-width: 35%;
}

.dash-info {
	display: flex;
	align-items: stretch;
	gap: 15px;
	margin: 15px 0;
}

.dash-info .dash-spends {
	background: #fff;
	border: 1px solid #e1e4ea;
	width: 100%;
	position: relative;
	border-radius: 15px;
	padding: 15px;
	max-width: 65%;
}

.dash-info .dash-spends h3 { 
	font-size: 24px;
	color: #1e1f22;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e4ea;
  	padding-bottom: 10px;
  	width: 100%
}

.static-date {
	display: flex;
	gap: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#spendingChart,
#login-history {
	margin-top: 25px;
}

.dash-info .dash-logins {
	background: #fff;
	border: 1px solid #e1e4ea;
	width: 100%;
	position: relative;
	border-radius: 15px;
	padding: 15px;
	max-width: 35%;
}

.dash-info .dash-logins p {
	color: #96a0af;
	padding-top: 5px;
}

.dash-info .dash-logins h3 { 
	font-size: 24px;
	color: #1e1f22;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e4ea;
  	padding-bottom: 10px;
  	width: 100%
}

.ip-box {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e4ea;
	padding: 7px 0;
}

.dash-info .dash-logins .ip-box-left {
	display: flex;
	align-items: center;
	gap: 7px;
}

.dash-info .dash-logins .ip-box-flag .flag-icon {
	border-radius: 100px;
	font-size: 36px;
}

.dash-info .dash-logins .ip-box-log {
	display: flex;
	flex-direction: column;
}

.dash-info .dash-logins .ip-box-log .ip {
	width: 20ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #171717;
	font-weight: 600;
}

.dash-info .dash-logins .date {
	color: #7d52f4
}

.dash-info .dash-logins .ip-box-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dash-info .dash-logins .ip-box-right .country {
	font-size: 18px;
	color: #171717;
	font-weight: 500;
}

.dash-info .dash-logins .ip-box-right .report {
	background-color: #fad8d8;
	border: none;
	color: #ff0000;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}

.dash-statics .last-widgets .lw-1 {
	display: flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(275deg, rgb(50 170 222) 0%, rgb(33 138 191) 100%);
	border-radius: 15px;
	padding: 25px;
	width: 100%;
	position: relative;
}

.dash-statics .last-widgets .lw-1 img {
	width: 75px
}

.dash-statics .last-widgets .lw-1:hover,
.dash-statics .last-widgets .lw-2:hover {
	opacity: .8
}

.dash-statics .last-widgets .lw-2 {
	display: flex;
	align-items: center;
	gap: 10px;
	background: url(https://storage.perfectcdn.com/2eeaa6/xksr9fodtq1g32m7.jpg);
	border-radius: 15px;
	padding: 25px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center
}

.dash-statics .last-widgets .lw-1 span,
.dash-statics .last-widgets .lw-2 span {
	background: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	color: #232323;
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dash-statics .last-widgets .lw-1 h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.dash-statics .last-widgets .lw-2 h3 {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 2px 2px #f72e4dfc, -2px -2px #000000
}

.dash-statics .last-widgets .lw-1 p,
.dash-statics .last-widgets .lw-2 p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

.dash-statics .last-widgets>div {
	flex: 1;
}

.dash-statics .last-widgets .lw-1 span {
	background: #f6b003;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	color: #fff;
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-animation: pulse-green 2s infinite;
	animation: pulse-green 2s infinite
}

@-webkit-keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(246, 176, 3, .7)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(246, 176, 3, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(246, 176, 3, 0)
	}
}

.dashboard .form-control,
.dashboard .form-select {
	height: 40px;
}

@media (max-width: 991.98px) {
	.dashboard .widget-wrapper {
		display: flex;
		align-items: stretch;
		gap: 5px;
		margin: 0 0 5px 0;
		flex-direction: column;
	}

	.dashboard .widget-wrapper .widget-item {
		max-width: 100%;
	}

	.dashboard .widget-item:nth-child(2) {
		display: flex;
	}

	.dashboard .widget-details li {
		font-size: 14px;
	}

	.dashboard .widget-details li strong {
		min-width: 100px;
	}

	.dashboard .widget-details .see-details {
		font-size: 10px;
		padding: 5px 7px;
	}

	.dash-widgets {
		display: grid;
		gap: 5px;
		margin: 10px 0;
		grid-template-columns: repeat(2, 1fr);
	}

	.dash-widgets .item {
		padding: 10px;
		max-width: 100%;
	}

	.dash-widgets .item h3 {
		font-size: 14px;
	}

	.dash-widgets .item p {
		font-size: 16px;
	}

	.dash-widgets .item a {
		padding: 5px 10px;
		font-size: 10px;
	}

	.dash-statics {
		gap: 10px;
		flex-direction: column;
	}

	.dash-statics .dash-orders,
	.dash-statics .dash-referral {
		padding: 20px 15px;
		max-width: 100%;
	}

	.dash-statics .dash-orders h3,
	.dash-statics .dash-referral h3,
	.dash-info .dash-spends h3,
	.dash-info .dash-logins h3 {
		font-size: 18px;
	}

	.dash-statics .last-widgets {
		gap: 5px;
		max-width: 100%;
	}

	.dash-info {
		flex-direction: column;
	}

	.dash-info .dash-spends,
	.dash-info .dash-logins {
		max-width: 100%;
	}
  
	.dash-info .dash-logins .ip-box-right .report {
		white-space: nowrap;
	}

	.dash-statics .last-widgets .lw-1 img {
		width: 50px;
	}

	.dash-statics .last-widgets .lw-1 h3 {
		font-size: 18px;
		font-weight: 800;
		margin-bottom: 0
	}

	.dash-statics .last-widgets .lw-1 p {
		font-size: 13px;
		color: #fff;
		margin-bottom: 0;
	}

	.dash-statics .last-widgets .lw-2 h3 {
		font-size: 20px;
		font-weight: 700
	}
}

.app-widgets {
    display: flex;
    align-items: stretch;
    gap: 15px;
    margin: 15px 0;
}

.app-widgets>div {
    flex: 1;
}

.app-widgets .appw-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    background: radial-gradient(circle at 12% 0%, rgba(37, 244, 238, .11), transparent 28%), radial-gradient(circle at 92% 12%, rgba(255, 45, 117, .10), transparent 26%), radial-gradient(circle at 78% 90%, rgba(74, 92, 246, .08), transparent 28%);
    border: 1px solid #e1e4ea;
    padding: 25px 15px;
    border-radius: 15px;
    width: 100%;
    max-width: 75%;
}

.app-widgets .appw-1 .item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-right: 1px solid  #e1e4ea;
    margin-right: 10px;
}

.app-widgets .appw-1 .item a {
	font-weight: 500;
	color: #7d52f4;
	text-decoration: underline
}

.app-widgets .appw-1 .item a:hover {
	color: #f80150 !important;
	opacity: .8
}

.app-widgets .appw-1 .item .text {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.app-widgets .appw-1 .item:last-child {
	border: none
}

.app-widgets .appw-1 .item h3 {
	font-size: 15px;
	margin-bottom: 0;
  	color: #5d5d5d
}

.app-widgets .appw-1 .item span {
	font-size: 18px;
	font-weight: 700;
}

.app-widgets .appw-1 .item img {
	max-width: 30px;
}

.app-widgets .appw-2 {
    background: linear-gradient(90deg, #633DFE 0%, #9500FF 80%);
    width: 100%;
    position: relative;
    border-radius: 15px;
    padding: 15px 5px;
    max-width: 25%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.app-widgets .appw-2 .coins {
    max-width: 55px;
}
 
.app-widgets .appw-2 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .app-widgets {
        gap: 5px;
        margin: 5px 0;
        flex-direction: column;
    }
  
    .app-widgets .appw-1 {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
        max-width: 100%;
    }
  
    .app-widgets .appw-1 .item:nth-child(1), 
    .app-widgets .appw-1 .item:nth-child(2) {
        padding-bottom: 10px;
    }
  
   .app-widgets .appw-1 .item {
        border-right: none;
        border-bottom: 1px solid #e1e4ea;
      	margin-right: 0
    }
  
    .app-widgets .appw-1 .item h3 {
        font-size: 13px; 
    }
  
    .app-widgets .appw-1 .item span {
        font-size: 16px;
    }
  
    .app-widgets .appw-1 .item svg {
        max-width: 24px;
    }  
  
    .app-widgets .appw-1 .item:nth-child(3) {
        border-bottom: none;
    }
  
   .app-widgets .appw-2 {
        padding: 10px 15px;
        gap: 10px;
	    max-width: 100%;
    }
}

.point-data {
    background: #e1e4ea;
    padding: 10px;
    text-align: center;
    width: max-content;
    margin: 0 auto 15px auto;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}
 
.point-note .btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 100%;
}
 
.point-note ol li {
    list-style-type: auto;
}

.app-widgets .appw-1 .fa-info-circle,
.dash-widgets .item .fa-info-circle {
	font-size: 12px; 
	display: inline-block;
  	color: #7d52f4
}
 
#pointInfo .modal-xl,
#statusModal .modal-xl {
	max-width: 1024px;
}

#pointInfo .modal-body {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#pointInfo .point-system-left {
	max-width: 25%;
	flex: 0 0 25%;
}

#pointInfo .point-system-right {
	max-width: 75%;
	flex: 0 0 75%;
	display: flex;
	flex-wrap: wrap;
}

#pointInfo .point-system-title {
	background-color: #eef2f9;
	margin: 0;
	list-style: none;
	padding: 85px 25px 5px;
	border-radius: 0 0 0 15px
}

#pointInfo .point-system-title li {
	font-size: 14px;
    font-weight: 400;
    color: #171717;
    line-height: 48px;
    border-bottom: 1px solid #d6dce7
}

#pointInfo .point-system-title li:last-child {
	border: none
}

#pointInfo .ps-box-value li:nth-child(odd) {
	background: #fbfbfb
}

#pointInfo .point-system-title li sup {
	font-size: 14px;
	font-weight: 700;
}

#pointInfo .ps-box {
	max-width: 16.65%;
	flex: 0 0 16.65%;
	transition: all 0.4s ease-in;
}

#pointInfo .ps-box-top {
	padding: 20px 0;
	text-align: center;
}

#pointInfo .ps-box-value {
	padding: 0;
	margin: 0;
	list-style: none;
}

#pointInfo .ps-box-value li {
	text-align: center;
	line-height: 48px;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pointInfo .ps-box-value li div {
	width: 24px;
	height: 24px;
	display: flex;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 24px;
	font-size: 10px;
	align-items: center;
	justify-content: center;
}

#pointInfo .ps-box-value li div.ps-disable {
	background-color: var(--sp-red);
	color: #fff
}

#pointInfo .ps-box-value li div.ps-enable {
	background-color: var(--sp-green);
	color: #fff
}

#pointInfo .ps-box-top h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
	color: #171717
}

#pointInfo .ps-box-top h4 {
	color: #666666;
	font-weight: 300;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

@media (max-width: 576px) {
	#pointInfo .modal-body {
		flex-direction: column;
	}

	#pointInfo .point-system-left,
	#pointInfo .point-system-right {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#pointInfo .point-system-title {
		display: none;
	}

	#pointInfo .ps-box {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#pointInfo .ps-box-top {
		padding: 10px 0;
	}

	#pointInfo .ps-box-value {
		padding: 10px 0px;
	}

	#pointInfo .ps-box-value li {
		min-height: 38px;
	}

	#pointInfo .ps-box-value li:last-child {
		border-bottom: 2px solid #d3d3d3
	}

	#pointInfo .ps-box-value li div,
	#pointInfo .ps-box-value li h5 {
		position: relative;
		padding-left: 75%;
		border-radius: 100px;
		height: auto;
		line-height: 32px;
		display: block;
		width: 100%;
		margin: 0 15px;
	}

	#pointInfo .ps-box-value li div::before,
	#pointInfo .ps-box-value li h5::before {
		content: attr(data-head);
		display: inline-block;
		position: absolute;
		left: 10px;
		font-size: 14px;
		line-height: 32px;
	}

	#pointInfo .ps-box-value li:nth-child(odd) {
		background: transparent
	}

	#pointInfo .ps-box-value li .price {
		font-size: 14px;
		line-height: 32px;
		padding-left: 0;
		display: inline-block;
		white-space: nowrap;
	}

	#pointInfo .ps-box-value li .price::before {
		position: relative;
		left: auto;
		margin-right: 10px;
	}
}

#faqAccordion .btn {
	color: #171717
}

#faqAccordion .btn,
#faqAccordion .btn:hover, 
#faqAccordion .btn:focus {
	box-shadow: none!important;
  	outline: 0!important;
  	border: none!important
}

#faqAccordion .card {
	overflow: hidden;
  	margin-bottom: 5px
}

#faqAccordion .card-header {
	padding: 0; 
  	border-bottom: none
}

#filter-form .sfc-item {
	padding: 15px 10px;
	border-bottom: 1px solid var(--second-bg);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#filter-form .sfc-item:last-child {
	border: none
}

#filter-form .sfc-price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#filter-form .sfc-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

#filter-form .sfc-head .modal-icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background-color: #7d52f4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px
}

#filter-form .sfc-head .sfc-title {
	color: #171717;
	font-size: 16px;
	font-weight: 600;
	line-height: 15.545px;
	letter-spacing: -0.054px;
	margin: 0;
}

#filter-form .sfc-checkbox-container {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

#filter-form .sfc-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 10px;
	border: 1px solid #e1e4ea;
	background: #f5f7fa;
	display: flex;
	padding: 10px 25px;
	text-align: center;
	transition: .24s ease all;
	color: #171717;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.28px;
	cursor: pointer;
}

#filter-form .sfc-checkbox:hover {
	border-color: #7d52f4;
	transition: .24s ease all;
}

#filter-form .sfc-checkbox.active {
	border-radius: 15px;
	border: 1px solid #7d52f4;
	background: #7d52f4;
	box-shadow: 0px 0px 0px 4px #44a08d30;
	color: #fff
}

.sfc-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
}

.sfc-buttons button {
	width: 100%;
	height: 55px
}

.sfc-card {
	width: 100%;
	margin-bottom: 10px
}

.sfc-card .card-body {
	display: flex;
	align-items: center;
	padding: 8px 8px 8px 12px;
	flex-wrap: wrap;
	gap: 15px;
}

.sfc-card .filter-title {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 32px;
}

.sfc-card .filter-title .sf-icon {
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background-color: #7d52f4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.sfc-card .title {
	color: #171717;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.054px;
	margin: 0;
}

.sfc-card .filters-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.sfc-card .filter-item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.sfc-card .title {
	color: #171717;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.054px;
	margin: 0;
}

.sfc-card .badge.badge-sm {
	background-color: #7d52f4;
	padding: .25em .7em;
	font-size: 14px;
	line-height: 14px;
	border-radius: 5px;
	min-width: 30px;
	color: #fff;
}

.sfc-card .filter-actions {
	margin-left: auto;
	display: flex;
	gap: 10px;
}

.sfc-card .btn-danger {
	background-color: #dc3545;
	border-color: #dc3545 !important;
  	color: #fff!important
}

#filter-box .btn-light,
#filter-box .btn-light:focus { 
    border: 1px solid #e1e4ea!important;
    background: #f3f3f3!important;
	color: #171717
}

@media (max-width: 992px) {
    #filter-form .sfc-checkbox-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
  
    #filter-form .sfc-checkbox {
        font-size: 13px;
  	    padding: 10px 
    }
  
    .service-widget .widget-rank {
        gap: 10px;
        flex-direction: column;
        margin-top: 10px;
    }
  
    .services-filters>*, .services-filters .btn {
        width: 100%;
        justify-content: flex-start;
    }
  
    .btn-line-icon .btn-chevron {
        margin-left: auto;
    }
}

.timer-wrapper {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 10px auto;
}

.timer-wrapper svg {
	transform: rotate(-90deg);
}

.timer-wrapper circle {
	fill: none;
	stroke-width: 8;
	stroke-linecap: round;
}

.timer-wrapper .bg {
	stroke: rgb(125, 82, 244, .15);
}

.timer-wrapper .progress {
	stroke: #7d52f4;
	transition: stroke-dashoffset 1s linear;
}

.timer-wrapper .time-text {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #7d52f4
}