/*
GX Perfect Panel Theme
Author: ZINKK 
https://wa.me/+447596988552
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Playball&display=swap');


html {
	--primary-bg: #fff;
	--secondary-bg: #e4ecfa;
	--card-bg: #f6f9ff;
	--border: #d0daeb;
	--tw: #FFFFFF;
	--tc: #28344f;
	--ts: #6f7789;
	--mc: #007f3f;
	--mc-hover: #06964e;
	--mc-trans: rgb(0, 127, 63, .25);
	--znk-red: #ef4444;
	--znk-green: #53d984;
	--znk-yellow: #eab308;
	--znk-orange: #ff5c00;
	--radius: 15px
}

html.dark {
	--primary-bg: #1a1a1d;
	--secondary-bg: #2b2b2f;
	--card-bg: #202024;
	--border: #343438;
	--tw: #FFFFFF;
	--tc: #FFFFFF;
	--ts: #bcbcbc
}

body {
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	min-width: 375px;
	color: var(--tc);
	background-color: var(--primary-bg);
	overflow-x: hidden
}

body.rtl.rtl-enable {
	font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	letter-spacing: 0
}

body.overflow {
	overflow: hidden
}

a {
	text-decoration: none !important;
	color: var(--tc)
}

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

.home-fade,
body {
	overflow-x: hidden
}

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

ul {
	margin-bottom: 0;
	padding-left: 0
}

li {
	list-style-type: none
}

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

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
	background-color: transparent !important;
}

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

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

.hidden {
	display: none !important
}

.nowrap {
	white-space: nowrap
}

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

.alert {
	border-radius: var(--radius);
	border: none !important
}

.alert.alert-success {
	color: #09b797 !important;
	background: #2dfad431 !important;
}

.alert.alert-danger {
	color: #EE5B5B !important;
	background: #ee5b5b41 !important;
}

.badge {
	background: var(--mc);
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}

.c-pointer {
	cursor: pointer;
}

.p-relative {
	position: relative
}

.p-absolute {
	position: absolute
}

.transition {
	transition: all 0.15s ease;
}

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

::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: var(--secondary-bg);
	border: 1px solid var(--border);
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: var(--mc);
}

.btn,
.btn:hover,
.btn:focus {
	padding: 10px 25px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	outline: 0 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	border: 1px solid transparent !important;
	background-color: #eaebed;
	color: #111621;
	transition: all .2s ease;
	cursor: pointer;
	text-decoration: none;
}

.btn-sm {
	font-size: 14px !important;
	padding: 3px 12px !important;
	border-radius: 10px !important;
	font-size: 13px !important
}

.btn-xs,
.btn-xs:hover,
.btn-xs:focus {
	font-size: 12px;
	padding: 5px 15px;
	line-height: 15px;
	border-radius: var(--radius)
}

.btn-flex {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%
}

.btn-flex .btn {
	width: 100%
}

.btn-rounded {
	background: var(--border);
	border-radius: var(--radius);
}

.btn-border {
	border: 1px solid var(--border) !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
	color: var(--tw) !important
}

.btn-100 {
	display: block;
	width: 100%;
}

.btn-primary {
	border: 1px solid var(--mc);
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
	background: var(--mc);
	color: #fff;
	all 0.4s;
}

.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(90deg, var(--mc) 0%, var(--mc-hover) 100%);
	 !important;
	color: #fff !important;
	outline: 0 !important;
	transition: all 0.4s;
}

.btn-light {
	border: 1px solid var(--border) !important;
	background: var(--primary-bg);
	color: var(--tc);
}

.btn-light:hover {
	border: 1px solid var(--border) !important;
	background: var(--secondary-bg) !important;
	outline: 0 !important;
	transition: 250ms all
}

.dark .btn-light {
	border: 1px solid var(--border) !important;
	background: var(--primary-bg);
	color: var(--tc);
}

.dark .btn-light:hover {
	border: 1px solid var(--mc) !important;
	background: var(--mc-trans) !important
}

.dark .btn-light:focus {
	border: 1px solid var(--mc) !important;
	background: var(--mc-trans) !important;
	color: var(--tc) !important;
	outline: 0 !important;
}

.btn-drop {
	border: 1px solid var(--secondary-bg);
	background: var(--primary-bg);
}

.btn-drop:hover,
.btn-drop:focus {
	background: var(--mc-trans);
	border-color: var(--mc-trans)
}

.main-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--mc);
	font-weight: 500;
	padding: 6px;
	text-align: center;
	border-radius: var(--radius);
	border: 1px solid transparent !important;
	line-height: 1;
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
}

.main-btn:hover {
	background: linear-gradient(90deg, var(--mc) 0%, var(--mc-hover) 100%)
}

.main-btn .btn-inner {
	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;
	position: relative;
	padding-left: 20px;
	text-align: center;
	border-radius: 50px;
	z-index: 2;
	overflow: hidden;
}

.main-btn .btn-inner::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	background-color: rgb(0, 0, 0, .10);
	border-radius: 50px;
	z-index: -1;
}

.main-btn .btn-text {
	color: var(--tw)
}

.main-btn .btn-text span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}

.main-btn .btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-color: rgb(0, 0, 0, .10);
	border-radius: var(--radius)
}

.main-btn .btn-icon.h-icon {
	position: absolute;
	left: -32px;
	background-color: transparent;
}

.main-btn .btn-icon i {
	color: var(--tw);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-btn:hover .btn-inner::before {
	width: calc(100% - 32px);
}

.main-btn:hover .btn-text {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

.main-btn:hover .btn-icon {
	-webkit-transform: translateX(32px);
	-ms-transform: translateX(32px);
	transform: translateX(32px);
}

.main-btn:hover .btn-icon i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.modal .btn-close,
.modal .btn-close:hover,
.modal .btn-close:focus {
	position: absolute;
	right: 25px;
	top: 15px;
	padding: 4px 10px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: var(--secondary-bg);
	color: var(--tc);
}

.modal-header {
	display: flex;
	padding: 15px 25px;
	align-items: center;
	justify-content: start;
	gap: 14px;
	position: relative;
	border-bottom: 1px solid var(--border);
}

.modal-content {
	background: var(--card-bg);
}

.modal-body {
	overflow-y: auto;
}

.modal-content {
	max-height: calc(100vh - 60px);
	border-radius: var(--radius)
}

.modal-footer {
	border-top: 1px solid var(--border)
}

.modal-title {
	color: var(--tc);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.36px;
	margin: 0;
}

.modal-icon {
	width: 42px;
	height: 42px;
	border-radius: var(--radius);
	background-color: var(--mc-trans);
	color: var(--mc);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
		margin: 5rem auto;
	}
}

.outside {
	max-width: 100%
}


@media (max-width: 991.98px) {
	.outside {
		overflow-x: hidden
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background: var(--primary-bg);
	box-shadow: 0px 0px 50px 0px var(--secondary-bg);
	border: 1px solid var(--border);
}

header .main-header {
	height: 75px;
}

header .mh-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: calc(75px - 2px);
	padding: 0px 15px
}

header .mh-menu-btn {
	display: none;
	flex: 1;
}

header .mh-logo img,
header .mh-logo svg {
    max-width: 200px;
	max-height: 60px
}

header .mh-menu-wrapper {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 10px;
}

.menu-active header .mh-menu-wrapper {
	padding: 20px 0;
	height: auto;
}

header .mh-menu {
	flex: 1;
}

header .mh-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

header .mh-menu .menu li a {
	border-radius: 100px;
	padding: 12px 25px;
	color: var(--tc);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.28px;
	text-decoration: none;
	transition: .3s ease all;
	white-space: nowrap;
}

header .mh-menu .menu li a:hover {
	background: var(--mc-trans);
	color: var(--mc)
}

header .mh-buttons {
	display: flex;
	align-items: center;
	gap: 5px
}

header .mh-buttons .dd-menu {
	min-width: 225px;
}

header .mh-buttons .dd-menu .acc-section:nth-child(2) {
	border: none
}

.acc-section .lang-switcher,
.acc-section .lang-switcher,
.acc-section .lang-switcher {
	height: 30px;
	border-radius: 100px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border);
	font-size: 13px;
	padding: 5px 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;
	color: var(--tc);
	cursor: pointer
}

header .mh-buttons .dropdown-toggle,
header .mh-menu-btn .dropdown-toggle,
header .mh-buttons .dropdown-toggle:focus,
header .mh-menu-btn .dropdown-toggle:focus {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-bg);
	border: 1px solid var(--border) !important;
	border-radius: var(--radius);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: var(--tc)
}

header .mh-buttons .dark-btn,
header .mh-buttons .light-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-bg);
	border-radius: var(--radius);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: var(--tc)
}

header .btn-primary,
header .btn-primary:hover,
header .btn-primary:focus {
	padding: 7px 10px 7px 20px
}

header .btn-primary .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: var(--radius);
	background: rgb(255, 255, 255, .15);
	color: var(--tw);
	font-size: 13px;
	transition: all 0.4s
}

header .btn-primary:hover .btn-icon svg {
	transform: rotate(45deg);
	transition: all 0.4s;
}

#home-start {
	padding-top: 125px;
	position: relative;
}

#home-start .home-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: -250px;
	width: 100%;
	transform: rotate(180deg);
	background: linear-gradient(180deg, rgba(0, 119, 254, 0) 0%, var(--mc) 100%);
	height: 500px;
	z-index: -1;
}

#home-start .container {
	position: relative;
	z-index: 17
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

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

.home-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 600px;
	gap: 20px
}

.home-content h1 {
	color: var(--tc);
	font-size: 52px;
	font-weight: 600;
	position: relative;
}

.home-content h1 span {
	background: var(mc);
	background: -moz-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	background: -webkit-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600
}


.home-content p {
	color: var(--ts);
	font-size: 16px;
	max-width: 700px
}

.home-join {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	background: var(--card-bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 5px;
	width: max-content;
}

.home-join .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: var(--mc);
	color: var(--tw);
	font-size: 18px
}

.home-join input {
	height: 45px;
	color: var(--tc)
}

.home-join .btn {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden
}

.active-user {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-weight: 500
}

.active-user .user-img-inner {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.active-user .user-img-inner img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid var(--primary-bg)
}

.active-user .user-img-inner img:not(:first-child) {
	margin-left: -30px;
}

.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: var(--mc-trans);
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
}

.home-join .btn: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;
}

.home-anim .iphone {
	position: relative;
	width: 375px;
	max-height: 450px;
	aspect-ratio: 308 / 640;
	z-index: 3;
	margin-right: 35px
}

.home-anim .iphone:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -5%;
	height: 100px;
	width: 110%;
	background: linear-gradient(180deg, rgba(0, 119, 254, 0) 0%, var(--mc) 100%);
	border-radius: 50px 50px 0 0;
	filter: blur(50px);
}

.home-anim .iphone::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: rotate(5deg);
	background: linear-gradient(45deg, var(--mc) 0%, var(--mc-hover) 100%);
	z-index: -5;
	border-radius: 50px;
	height: 120%;
	opacity: .25
}

.home-anim .device {
	position: absolute;
	inset: 0;
	border-radius: 70px 70px 0 0;
	z-index: 3;
	pointer-events: none;
	border: 10px solid var(--tc);
	border-bottom: none
}

.dark .home-anim .device {
	border-color: var(--border)
}

.home-anim .device-island {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 7.8rem;
	height: 2.2rem;
	border-radius: 2rem;
	background: #000;
	z-index: 20;
}

.home-anim .device-island:before,
.home-anim .device-island:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 100%;
	opacity: 0.66;
}

.home-anim .device-island:before {
	height: 1.4rem;
	width: 1.4rem;
	top: 0.4rem;
	right: 0.4rem;
	background: #2f3132;
	z-index: 2;
}

.home-anim .device-island:after {
	height: 0.8rem;
	width: 0.8rem;
	top: 0.7rem;
	right: 0.7rem;
	background: radial-gradient(circle at 30% 30%, #134296, #2f3132 100%);
	z-index: 3;
}

.home-anim .device__home {
	background: #fff;
	width: 10rem;
	height: max(4px, 0.4rem);
	border-radius: max(4px, 0.4rem);
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 0;
	border: none;
	cursor: pointer;
}

.home-anim .device__home:hover:after {
	opacity: 1;
}

.home-anim .device__home:after {
	content: "";
	display: block;
	width: 5.4rem;
	height: 5.4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: 0.2s opacity ease-in-out;
}

.home-anim .device-controls {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 10;
}

.home-anim .device-controls button {
	position: absolute;
	border: 0;
	background: var(--tc);
	font-size: 0;
	pointer-events: none;
	padding: 0;
	width: 10px;
	cursor: pointer
}

.dark .home-anim .device-controls button {
	background: var(--border)
}

.home-anim .dc-mute {
	top: 12.5%;
	left: -13px;
	height: 3.75%;
	border-radius: 5px 0 0 5px
}

.home-anim .dc-power {
	top: 21%;
	right: -13px;
	height: 10.5%;
	border-radius: 0 5px 5px 0
}

.home-anim .dc-volume {
	position: absolute;
	top: 21%;
	left: -13px;
	height: 16.1%
}

.home-anim .dc-volume-up {
	top: 0;
	left: 0;
	height: 4.5rem;
	border-radius: 5px 0 0 5px
}

.home-anim .dc-volume-down {
	bottom: 0;
	left: 0;
	height: 4.5rem;
	border-radius: 5px 0 0 5px
}

.home-anim .screen {
	overflow: hidden;
	position: absolute;
	inset: 0rem;
	z-index: -1;
	border-radius: 75px 75px 0 0;
	display: flex;
	flex-direction: column;
}

.home-anim .screen-bg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: auto;
	user-select: none;
}

.home-anim .device-header {
	position: relative;
}

.home-anim .device-header .dh-right {
	width: 100%;
	text-align: center;
}

.home-anim .device-header .dh-right {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 25px 35px 0 0;
}

.home-anim .device-header .dh-right span {
	font-size: 18px;
	color: var(--tw);
}

.home-anim .clock {
	position: relative;
	color: var(--tw);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	text-shadow: 0 0.1em 1.2em rgba(0 0 0 / 0.1);
	line-height: 1;
	gap: 5px;
	z-index: 40;
	user-select: none;
	padding-top: 25px
}

.home-anim .clock .clock-date {
	font-size: 16px;
}

.home-anim .clock .clock-time {
	font-size: 62px;
	font-weight: 700;
}

.home-anim .device-content {
	--item-height: 8rem;
	--item-gap: 1rem;
	flex-grow: 1;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 15px
}

.home-anim .notifications-list {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin: 50px 15px 0 15px;
}

.home-anim .notification {
	opacity: 0;
	transform: translateY(20px);
	position: relative;
	background-color: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(0.5rem);
	color: var(--tw);
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	transition: all .3s ease-in-out;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75), inset 0 0 5px rgba(255, 255, 255, 0.75);
	user-select: none;
}

.home-anim .notification:nth-child(2) {
	margin-top: -75px;
	width: 98%
}

.home-anim .notification:nth-child(3) {
	margin-top: -75px;
	width: 96%
}

.home-anim .notification.show {
	opacity: 1;
	transform: translateY(0);
}

.home-anim .notification.hide {
	opacity: 0;
	transform: translateY(-20px);
}

.home-anim .notification .noti-item {
	display: flex;
	align-items: center;
	gap: 10px
}

.home-anim .notification .noti-item .noti-title {
	text-transform: uppercase;
	font-weight: 500
}

.home-anim .notification .noti-item .noti-content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.home-anim .notification .noti-item .noti-desc {
	opacity: .8
}

.home-anim .notification .noti-item .noti-time {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	opacity: .7
}

.home-anim .notification .noti-item .noti-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgb(0, 0, 0, .15);
	border-radius: 10px;
	font-size: 18px
}

.home-anim .notification .noti-item .noti-icon i {
	-webkit-text-fill-color: unset;
	color: var(--tw)
}

.home-anim .notification .noti-item .noti-icon.instagram {
	background: linear-gradient(72.44deg, #ff7a00 11.92%, #ff0169 51.56%, #d300c5 85.69%)
}

.home-anim .notification .noti-item .noti-icon.twitter {
	background: #1b9ff1
}

.home-anim .notification .noti-item .noti-icon.tiktok {
	background: #28344f
}

#home-login {
	position: relative;
	padding: 0 0 30px 0;
	z-index: 25
}

.login-box {
	background: var(--primary-bg);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	padding: 35px 20px;
	box-shadow: 0px 0px 50px 0px var(--mc-trans)
}

.dark .login-box {
	background: var(--card-bg);
}

.login-box-wrapper {
	display: flex;
	align-items: center;
	gap: 10px
}

.login-box-wrapper .form-group {
	position: relative;
	margin-bottom: 0;
	width: 100%
}

.login-box-wrapper .fg-pass {
	border-left: 1px solid var(--border);
	background: var(--secondary-bg);
	display: flex;
	align-items: center;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	padding: 0 7px;
	border-radius: 0 var(--radius) var(--radius) 0;
	font-size: 11px;
	height: 48px
}

.login-box-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 50px
}

.login-box-google {
	min-width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-bg);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	cursor: pointer
}

.login-box-google svg {
	width: 24px;
}

.login-box-remember {
	min-width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-bg);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	margin-bottom: 0;
	cursor: pointer
}

.login-box-remember input {
	display: none;
}

.login-box-remember .lgn-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	font-size: 18px;
	transition: 0.2s ease
}

.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;
}

.login-box-remember input:checked+.lgn-btn {
	background: var(--mc);
	color: var(--tw);
}

.login-box-signin .btn {
	height: 50px;
	line-height: 50px;
	min-width: 200px
}

.home-seperator {
	background: linear-gradient(180deg, rgba(0, 119, 254, 0) 0, var(--mc) 100%);
	height: 220px;
	position: absolute;
	margin-top: -220px;
	opacity: .10;
	width: -webkit-fill-available;
	z-index: -1;
}

#guest section {
	position: relative;
	padding-top: 75px
}

#guest #home-top {
	padding-top: 25px
}

.section-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	margin: 0 auto 75px auto;
	position: relative;
	z-index: 3;
}

.section-header h2 {
	font-size: 36px;
	letter-spacing: -1.25px;
	margin-bottom: 20px;
	font-weight: 600
}

.section-header h2 span {
	background: var(mc);
	background: -moz-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	background: -webkit-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	position: relative;
}

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

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

.section-header .sh-wrapper {
	display: inline-flex;
	padding: 4px;
	align-items: center;
	border-radius: 100px;
	border: 1px solid var(--border);
	background: var(--primary-bg);
	box-shadow: 0px 0px 50px 0px var(--secondary-bg);
	color: var(--tc);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
}

.section-header .sh-wrapper .icon {
	background: var(--mc-trans);
	height: 32px;
	width: 32px;
	flex: 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: var(--mc);
	border-radius: 100px
}

.section-header .sh-wrapper .text {
	padding: 0 10px;
	color: var(--tc);
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500
}

.home-glow {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50%;
	height: 50%;
	transition: .14s ease;
	background: var(--mc);
	opacity: .15;
	border-radius: 100px;
	filter: blur(100px);
	z-index: -1
}

.home-brands-wrapper {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 5px
}

.home-brands-wrapper .brands-item {
	padding: 10px;
	border-radius: var(--radius);
	background: var(--primary-bg);
	border: 1px solid var(--border);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	aspect-ratio: 1 / 1.2;
	min-width: calc(100% / 10 - 5px);
	gap: 5px;
	transition: .5s;
	position: relative;
	cursor: pointer;
	color: var(--tw);
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset
}

.home-brands-wrapper .brands-item:hover {
	-webkit-transform: translateY(-0.5rem);
	transform: translateY(-0.5rem);
	transition: .5s;
	opacity: .8
}

.home-brands-wrapper .brands-item span {
	font-weight: 500
}

.home-brands-wrapper .brands-item i {
	font-size: 32px;
}

.brands-item[data-value='Instagram'] {
	background: linear-gradient(72.44deg, #ff7a00 11.92%, #ff0169 51.56%, #d300c5 85.69%);
}

.brands-item[data-value='Twitter'] {
	background: #1b9ff1
}

.brands-item[data-value='Youtube'] {
	background: #e60606
}

.brands-item[data-value='Tiktok'] {
	background: #f72e4dfc
}

.brands-item[data-value='Twitch'] {
	background: #6842ac
}

.brands-item[data-value='Facebook'] {
	background: #12a1f4
}

.brands-item[data-value='Telegram'] {
	background: #1b95cf
}

.brands-item[data-value='Kick'] {
	background: #00e701
}

.brands-item[data-value='Spotify'] {
	background: #1fc158
}

.brands-item[data-value='Soundcloud'] {
	background: #ef7509
}

.brands-item[data-value='Tumblr'] {
	background: #33435a
}

.brands-item[data-value='Pinterest'] {
	background: #ee0226
}

.step-box-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem
}

.step-box-wrapper .step-box-item {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.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, var(--mc) 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: 24px;
	font-weight: 600
}

.step-box-wrapper .step-box-item p {
	color: var(--ts);
	text-align: center
}

.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;
}

.step-card .main-browser {
	max-width: 100%;
	margin: unset;
	border-radius: var(--radius) var(--radius) 0 0;
	border: none;
	overflow: visible;
	padding: 0
}

.step-card .main-browser::before {
	background: linear-gradient(0deg, var(--mc-trans) 0%, transparent 100%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	content: '';
	bottom: 0;
	left: -10%;
	width: 120%;
	height: 125px;
	-webkit-filter: unset;
	filter: unset;
	z-index: 1;
}

.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: var(--primary-bg);
	border: 1px solid var(--border);
	width: 100%;
	border-radius: 10px;
	color: var(--ts);
	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 .browser-input .fa-instagram {
	background: linear-gradient(240deg, #8000ff 0, #ffb800 100%);
	width: 20px;
	height: 20px;
	color: var(--tw);
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px
}

.step-card .main-browser .btn {
	width: 100%;
}

.home-features-text {
	padding: 50px
}

.home-features-text h3 {
	font-size: 36px;
	font-weight: 700;
	padding: 15px 0
}

.home-features-text h3 span {
	background: var(mc);
	background: -moz-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	background: -webkit-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	position: relative;
}

.home-features-text p {
	color: var(--ts);
}

.features-box {
	display: flex;
	gap: 15px;
	background: var(--card-bg);
	border-radius: var(--radius);
	padding: 25px 15px;
	border: 1px solid var(--border)
}

.features-wrapper {
	background: var(--primary-bg);
	border-radius: var(--radius);
	padding: 15px;
	border: 1px solid var(--border)
}

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

.features-box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: var(--mc-trans);
	color: var(--mc);
	border-radius: 10px
}

.features-box .text h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--tc);
}

.features-box .text p {
	font-size: 13px;
	font-weight: 300;
	color: var(--ts);
	margin-bottom: 0;
}

.features-swiper {
	margin-top: 50px;
}

@media (max-width: 575.98px) {
	.home-features-text {
		padding: 0;
		text-align: center
	}

	.home-features-text h3 {
		font-size: 28px;
		margin-bottom: 0;
	}

	.features-content {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: var(--mc-trans) transparent;
		padding-bottom: 5px;
	}

	.features-content::-webkit-scrollbar {
		height: 6px;
	}

	.features-content::-webkit-scrollbar-thumb {
		background: var(--mc-trans);
		border-radius: 4px;
	}

	.features-content::-webkit-scrollbar-track {
		background: transparent;
	}

	.features-content .features-box {
		min-width: 100%;
	}
}

.main-browser {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	border-bottom: transparent;
	background: var(--card-bg);
	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%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 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: var(--primary-bg);
	border: 1px solid var(--border);
	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: var(--ts);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.browser-url-text span {
	color: var(--tc);
}

.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;
}

.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: var(--mc) !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: var(--tw);
	width: 100px;
	transition-delay: 0s;
}

.social-growth-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 auto;
	max-width: 405px;
	width: 100%;
	background: var(--primary-bg);
	height: unset;
	border: 1px solid var(--border);
	border-bottom: 0;
	border-radius: 20px 20px 0px 0px;
	padding-top: 10px
}

.sgb-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #ffc107 25%, #dc2743 50%, #d100c3 100%);
	background: -webkit-linear-gradient(45deg, #ffc107 25%, #dc2743 50%, #d100c3 100%);
	background: linear-gradient(45deg, #ffc107 25%, #dc2743 50%, #d100c3 100%);
	padding: 3px;
	margin-right: 25px;
	flex-shrink: 0
}

.sgb-avatar svg {
	border-radius: 50%;
	max-width: 100%;
	width: 44px;
	height: 44px;
	background: var(--card-bg);
}

.sgb-user {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	text-align: center;
	width: 100%;
}

.sgb-user span {
	position: relative;
	color: var(--tc);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

.sgb-user span::before {
	width: 100px;
	height: 24px;
	content: '';
	background: rgba(230, 237, 249, 0.10);
	backdrop-filter: blur(3px);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.dark .sgb-user span::before {
	background: rgba(26, 26, 29, .10);
}


.sgb-row {
	flex-direction: row;
	display: flex;
	margin-top: 15px;
	width: 100%;
	justify-content: space-between;
	padding: 0 15px;
}

.sgb-stats {
	display: flex;
	flex-direction: row;
	gap: 20px;
	color: var(--tc);
	font-weight: 400;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	align-items: center;
	margin-top: 0px;
}

.sgb-numbers {
	color: var(--tc);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

.sgb-posts,
.sgb-followers,
.sgb-following {
	display: flex;
	flex-direction: column;
	align-content: center;
	line-height: 16px;
}

.sgb-following span,
.sgb-followers span {
	color: var(--tc);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

.sgb-following span:last-child,
.sgb-followers span:last-child {
	color: var(--tc);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.sgb-following span {
	font-weight: 500;
}

.sgb-following {
	color: var(--tc);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

.nowGrowth {
	background: #10b981;
	color: var(--tw) !important;
	padding: 8px;
	border-radius: 8px
}

.sgb-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 21px;
	color: var(--tc);
	margin-top: 16px;
	max-width: 373px;
	width: 90%;
}

.sgb-name {
	color: var(--tc);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

.sgb-desc {
	color: var(--tc);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.sgb-buttons {
	display: flex;
	gap: 10px;
	max-width: 373px;
	width: 100%;
	margin-top: 16px;
	justify-content: center
}

.btn-start-growth button {
	width: auto;
	border: none;
	background: var(--mc);
	border-radius: 8px;
	padding: 8px 10px;
	color: var(--tw);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

.btn-message button {
	width: 163px;
	border: none;
	background: transparent;
	border-radius: 8px;
	padding: 8px 10px;
	color: var(--ts);
	font-weight: 700;
	border: 1px solid var(--ts) !important;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

.btn-arrow {
	background: transparent;
	border-radius: 8px;
	border: 1px solid var(--ts);
	color: var(--ts);
	cursor: pointer;
	padding: 4px 10px;
}

.sgb-toolbar {
	margin-top: 14px;
	max-width: 405px;
	width: 100%;
	border-top: 1px solid var(--border);
}

.sgb-toolbar ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.sgb-toolbar ul li {
	text-align: center;
	padding: 6px;
	width: 33%;
}

.sgb-toolbar ul li:first-child {
	border-bottom: 3px solid var(--mc);
}

.notify-social {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	height: 70px;
	text-align: left;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--tw);
	overflow: hidden;
	color: var(--tc);
	box-shadow: 0px 0px 50px 0px var(--mc-trans);
}

.notify-social div {
	align-items: center;
	gap: 10px;
	display: none;
	opacity: 0;
	width: 270px;
	height: 70px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	color: #28344f
}

.notify-social .image {
	opacity: 1;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0;
}

.notify-social .name {
	font-weight: 600;
}

.notify-social .time {
	color: var(--ts);
}

.notify-social .visual {
	display: flex;
	opacity: 1;
}


@keyframes slideDown {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-10px);
	}
}

.notify-social {
	animation: slideDown 0.8s ease forwards;
}

.review-wrapper {
	margin-top: 50px;
	position: relative
}

.review-item {
	background: var(--mc);
	background-size: 32px 32px;
	border-radius: 24px;
	color: #fff;
	cursor: default;
	display: flex;
	flex-shrink: 0;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 28px;
	min-height: 350px;
	overflow: hidden;
	padding: 74px 16px 16px;
	position: relative;
}

.review-item.orange {
	background-color: #ffa300;
}

.review-item.purple {
	background-color: #9427dc
}

.review-item.green {
	background-color: #7ac743
}

.review-item.pink {
	background-color: #c743a0
}

.review-space {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 14px 16px 0px;
	box-sizing: border-box;
}

.review-rating {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im02Ljk3MiAxNC43NDQtNC44MDgtMy45NGMtLjcyNy0uNTk1LS4zMDUtMS43NzQuNjM0LTEuNzc0SDlsMi4wNy02LjE0Yy4zMDUtLjkgMS41NzctLjkwOCAxLjg5Mi0uMDFsMi4xNTUgNi4xNWg2LjA5Yy45MzggMCAxLjM2IDEuMTc3LjYzNCAxLjc3M2wtNC43OTkgMy45NDEgMS41MDggNS45NTRjLjIyNi44OTMtLjc3MyAxLjU5MS0xLjUzNCAxLjA3MWwtNS4wMDktMy40MjgtNS4wMiAzLjQyOWMtLjc2LjUyLTEuNzYtLjE4LTEuNTMzLTEuMDczbDEuNTE4LTUuOTUzWm0yNCAwLTQuODA4LTMuOTRjLS43MjctLjU5NS0uMzA2LTEuNzc0LjYzNC0xLjc3NEgzM2wyLjA3LTYuMTRjLjMwNS0uOSAxLjU3Ny0uOTA4IDEuODkyLS4wMWwyLjE1NSA2LjE1aDYuMDljLjkzOCAwIDEuMzYgMS4xNzcuNjM0IDEuNzczbC00Ljc5OSAzLjk0MSAxLjUwOCA1Ljk1NGMuMjI3Ljg5My0uNzczIDEuNTkxLTEuNTM0IDEuMDcxbC01LjAwOS0zLjQyOC01LjAyIDMuNDI5Yy0uNzYuNTItMS43Ni0uMTgtMS41MzMtMS4wNzNsMS41MTgtNS45NTNabTI0IDAtNC44MDgtMy45NGMtLjcyNy0uNTk1LS4zMDYtMS43NzQuNjM0LTEuNzc0SDU3bDIuMDctNi4xNGMuMzA1LS45IDEuNTc3LS45MDggMS44OTItLjAxbDIuMTU1IDYuMTVoNi4wOWMuOTM4IDAgMS4zNiAxLjE3Ny42MzQgMS43NzNsLTQuNzk5IDMuOTQxIDEuNTA4IDUuOTU0Yy4yMjcuODkzLS43NzMgMS41OTEtMS41MzQgMS4wNzFsLTUuMDA5LTMuNDI4LTUuMDIgMy40MjljLS43Ni41Mi0xLjc2LS4xOC0xLjUzMy0xLjA3M2wxLjUxOC01Ljk1M1ptMjQgMC00LjgwOC0zLjk0Yy0uNzI3LS41OTUtLjMwNS0xLjc3NC42MzQtMS43NzRIODFsMi4wNy02LjE0Yy4zMDUtLjkgMS41NzctLjkwOCAxLjg5Mi0uMDFsMi4xNTUgNi4xNWg2LjA5Yy45MzggMCAxLjM2IDEuMTc3LjYzNCAxLjc3M2wtNC43OTkgMy45NDEgMS41MDggNS45NTRjLjIyNy44OTMtLjc3MyAxLjU5MS0xLjUzNCAxLjA3MWwtNS4wMDktMy40MjgtNS4wMiAzLjQyOWMtLjc2LjUyLTEuNzYtLjE4LTEuNTMzLTEuMDczbDEuNTE4LTUuOTUzWm0yNCAwLTQuODA4LTMuOTRjLS43MjctLjU5NS0uMzA1LTEuNzc0LjYzNC0xLjc3NEgxMDVsMi4wNzEtNi4xNGMuMzA0LS45IDEuNTc2LS45MDggMS44OTEtLjAxbDIuMTU1IDYuMTVoNi4wODljLjkzOSAwIDEuMzYxIDEuMTc3LjYzNSAxLjc3M2wtNC43OTkgMy45NDEgMS41MDggNS45NTRjLjIyNi44OTMtLjc3MyAxLjU5MS0xLjUzNCAxLjA3MWwtNS4wMDktMy40MjgtNS4wMiAzLjQyOWMtLjc2MS41Mi0xLjc2LS4xOC0xLjUzMy0xLjA3M2wxLjUxOC01Ljk1M1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 0 0;
	background-size: 120px 24px;
	display: inline-block;
	height: 24px;
	position: absolute;
	right: 16px;
	top: 17px;
	vertical-align: top;
	width: 120px;
}

.review-content {
	flex: 1 1 auto;
}

.review-item .title {
	color: inherit;
	font-size: 20px;
	letter-spacing: -.04em;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: 700
}

.review-item p {
	font-size: 15px;
	padding-top: 10px
}

.review-item p:last-of-type {
	margin-bottom: 0;
}

.review-user {
	display: flex;
	flex-direction: row;
	line-height: 24px;
	position: relative;
	z-index: 12;
	margin-top: auto;
	background: transparent
}

.review-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;
}

.review-user cite {
	display: block;
	font-style: normal;
	font-weight: 500;
	opacity: .5;
}

.payment-gateways {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-top: 50px
}

.payment-gateways .payment-item {
	display: flex;
	justify-content: center;
	background: linear-gradient(180deg, var(--secondary-bg) 0%, var(--card-bg) 100%);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	min-width: 180px;
	height: 80px;
	z-index: 1;
	padding: 20px 10px;
	position: relative;
	align-items: center;
	transition: .5s all;
	cursor: pointer
}

.payment-gateways .payment-item:hover {
	transform: translateY(-1rem);
	transition: .5s all
}

.blog-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 50px
}

.blog-wrapper.blog-page {
	margin-top: 0
}

.blog-wrapper .blog-item {
	background: var(--primary-bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	cursor: pointer;
}

.blog-wrapper .blog-img-wrapper {
	position: relative
}

.blog-wrapper .blog-img-wrapper img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: var(--radius) var(--radius) 0 0;
	max-height: 150px;
}

.blog-wrapper .blog-img-wrapper small {
	color: var(--tw);
	background: var(--mc);
	margin: 15px;
	padding: 3px 10px;
	border-radius: 100px;
	position: absolute;
	top: 0;
	right: 0
}

.blog-wrapper .blog-title {
	min-height: 75px;
	margin-top: 10px;
}

.blog-wrapper .blog-title h2 {
	color: var(--tc);
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 15px 15px 15px;
}

.blog-wrapper .blog-footer {
	padding: 10px 15px
}

.blog-all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px
}

.blog-box .bb-wrapper {
	overflow: visible;
	position: relative
}

.blog-box .bb-title {
	text-align: center;
	margin-bottom: 35px;
}

.blog-box .bb-title h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
	color: var(--tc)
}

.blog-box .bb-img img {
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
}

.blog-box .bb-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 25px
}

.blog-box .bb-wrapper .bb-social {
	max-width: 65px;
}

.blog-box .bb-wrapper .bb-social ul {
	background: var(--card-bg);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 12px 12px 5px;
	color: var(--tc);
	display: flex;
	flex-direction: column;
	gap: 21px;
	margin-top: 0;
	list-style: none;
}

.blog-box .bb-wrapper .bb-social ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 16.03px;
	text-align: center;
}

.blog-box .bb-wrapper .bb-social ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 16.03px;
	text-align: center;
}

.blog-box .bb-wrapper .bb-social ul li a {
	max-width: 24px;
	height: 24px;
	display: inline-block;
}

.blog-box .bb-wrapper .bb-content {
	width: 900px;
	color: var(--tc)
}

#home-faq .faq-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-top: 50px
}

#home-faq .faq-wrapper .faq-item {
	background: linear-gradient(180deg, var(--secondary-bg) 0%, var(--card-bg) 100%);
	border: 1px solid var(--border);
	width: 100%;
	height: max-content;
	margin-bottom: 0
}

#home-faq .faq-wrapper .faq-item.active {
	background: var(--secondary-bg);
	color: var(--tc);
}

#home-faq .faq-wrapper .faq-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home-faq .faq-wrapper .faq-content {
	background: var(--primary-bg);
	padding: 10px;
}

footer {
	margin-top: 75px;
}

footer .footer-logo img,
footer .footer-logo svg {
    max-width: 140px;
	max-height: 60px
}

footer .footer-wrapper {
	display: flex;
	gap: 30px;
	flex-direction: column;
	background: var(--card-bg);
	border-radius: var(--radius);
	padding: 25px 15px 15px 15px;
	border: 1px solid var(--border);
	position: relative;
	overflow: hidden
}

footer .footer-wrapper::before {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background: radial-gradient(circle at 30% 107%, var(--mc) 0%, var(--mc) 5%, var(--mc-trans) 45%, var(--mc-hover) 60%, var(--mc-hover) 90%);
	-webkit-filter: blur(57px);
	filter: blur(57px);
	z-index: 1;
}

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

footer .footer-top .footer-logo img {
	width: 140px;
}

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

footer .footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--primary-bg);
	border: 1px solid var(--border);
	border-radius: 10px;
	transition: 150ms all
}

footer .footer-social a:hover {
	background: var(--mc-trans);
	border: 1px solid var(--mc);
	color: var(--tw);
	transition: 150ms all
}

footer .copyright-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--secondary-bg);
	border-radius: var(--radius);
}

footer .copyright-area {
	width: 100%;
	position: relative;
}

footer .copyright-inner p {
	margin-bottom: 0
}

footer .copyright-inner .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: capitalize;
	gap: 15px
}

footer .scroll-top {
	position: absolute;
	z-index: 99;
	color: white;
	top: -20px;
	right: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background: var(--mc);
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	- transition: .5s all;
}

footer .scroll-top:hover {
	transform: translateY(-0.3rem);
	transition: .5s all
}

.outside .container-fluid.container-dashboard,
.outside .container.container-dashboard {
	margin-top: 0
}

.outside .blog-wrapper,
.outside .blog-box {
	position: relative;
	z-index: 3
}

.captchaContent {
	display: flex;
	justify-content: center
}

.signup-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9999;
	background-color: transparent;
	overflow: hidden;
}

.signup-page .signup-inner {
	width: 100%;
	overflow: hidden
}

.signup-page .signup-wrapper {
	width: 100%;
	margin: 0 auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
}

.signup-container {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: var(--primary-bg);
	border-radius: 0;
	padding: 0px
}

.signup-container .signup-close {
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 15px 6px 6px;
	overflow: hidden;
	background-color: var(--card-bg);
	border: 1px solid var(--border);
	color: var(--tc);
	text-decoration: none;
	transition: 0.14s ease;
	z-index: 10
}

.signup-container .signup-close:hover,
.signup-container .signup-close:focus {
	background: var(--mc-trans);
	border: 1px solid var(--mc) !important
}

.signup-container .signup-close {
	position: absolute;
	right: 25px;
	top: 25px
}

.signup-container .signup-close .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -.03em;
	position: relative;
	z-index: 1004;
	color: var(--tc)
}

.signup-container .signup-close .icon {
	display: flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--mc)
}

.signup-container .signup-close .icon::after {
	content: "";
	z-index: 1002;
	background: var(--mc-trans);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s ease;
}

.signup-inner .signup-content {
	margin: 0px;
	justify-content: space-between;
	display: flex;
	height: 100dvh;
	width: 100%;
}

.signup-page .signup-first,
.signup-page .signup-last {
	position: relative;
	margin: 0px;
	padding: 20px;
	width: 50%
}

.signup-page .signup-last {
	display: flex;
	justify-content: center;
	align-items: center
}

.signup-page .signup-last .signup-top {
	margin-bottom: 35px
}

.signup-page .signup-last .signup-top h1 {
	font-size: 32px;
	color: var(--tc)
}

.signup-page .signup-last .signup-top h1 span {
	background: var(mc);
	background: -moz-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	background: -webkit-linear-gradient(180deg, var(--mc) 0%, var(--mc-hover) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.signup-page .signup-last .signup-form {
	width: 500px;
}

.signup-page .signup-last .signup-form .signup-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.signup-page .signup-last .signup-form .signup-fields .form-group {
	flex: 0 0 49%;
	max-width: 49%;
}

.signup-page .signup-last .signup-form.reset-password .signup-fields {
	flex-direction: column
}

.signup-page .signup-last .signup-form.reset-password .signup-fields .form-group {
	flex: 0 0 100%;
	max-width: 100%;
}


.signup-page .signup-first {
	background: var(--mc);
	background: -moz-linear-gradient(270deg, var(--mc) 0%, var(--mc-hover) 100%);
	background: -webkit-linear-gradient(270deg, var(--mc) 0%, var(--mc-hover) 100%);
	overflow: hidden
}

.signup-page .signup-first .signup-first-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: rotate(180deg);
	z-index: 1
}

.signup-page .signup-first .signup-first-bg svg {
	width: 1000px;
	height: 200px;
}

.signup-page .signup-first .signup-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	max-width: 125px;
	z-index: 5
}

.signup-page .signup-first .signup-logo svg,
.signup-page .signup-first .signup-logo img {
    max-width: 140px;
	max-height: 60px
}

.signup-page .signup-first .signup-copyright {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: var(--tw);
	font-size: 13px;
}

.signup-page .signup-again {
	display: flex;
	justify-content: center;
	gap: 5px;
	background: var(--card-bg);
	border-radius: var(--radius);
	padding: 10px 5px;
	margin-top: 15px;
	border: 1px dashed var(--border);
	color: var(--tc)
}

.signup-page .signup-buttons .form-group {
	margin-bottom: 0;
	width: 100%;
}

.signup-page .form-group .g_id_signin {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.signup-page .signup-google-login {
	width: 100%;
	pointer-events: none;
}

.signup-page .signup-google-login .signup-google-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	background-color: var(--tw);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	color: #000;
	font-family: "Google Sans", arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
	overflow: hidden;
	padding: 10px 25px;
	position: relative;
	white-space: nowrap;
	height: 45px;
	gap: 15px;
	box-shadow: 0 -1px 0 var(--border), 0 1px 1px var(--border) !important;
	cursor: pointer;
	margin: auto
}

.signup-page .signup-google-login .signup-google-icon svg {
	display: inline-flex;
	width: 20px
}

.signup-page .signup-hr {
	width: 250px;
	margin: 0 auto 25px auto;
	position: relative;
}

.signup-page .signup-hr::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1px;
	background: var(--border);
	content: "";
}

.signup-page .signup-hr>span {
	display: flex;
	width: max-content;
	justify-content: center;
	text-align: center;
	margin: auto;
	padding: 1px 20px;
	position: relative;
	font-size: 15px;
	color: var(--border);
	background: var(--primary-bg);
	text-align: center;
	line-height: 15px;
}

.signup-highlights {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	align-self: stretch;
	padding-top: 215px
}

.shl-column {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}

.shl-item {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	border-right: 1px solid rgb(255, 255, 255, .15);
	position: relative;
	z-index: 9999
}

.shl-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
}

.shl-content .shl-title h3 {
	color: var(--tw);
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin: 0px;
}

.shl-content .shl-text {
	color: rgb(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.shl-border {
	border-top: 1px solid rgb(255, 255, 255, .15)
}

.shl-item:last-child {
	border-right: none;
}

.nav.new-order-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav.new-order-tabs .nav-link {
	background: var(--secondary-bg);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	color: var(--tc);
	padding: 15px 10px;
	font-size: 13px;
	font-weight: 400;
	gap: 5px;
	width: 100%;
	justify-content: center
}

.nav.new-order-tabs .nav-link.active {
	background: var(--mc);
	border-radius: var(--radius);
	border-color: var(--mc);
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
}

.tab-content.tab_wrap {
	overflow: auto;
	max-height: 500px
}

.card-header .nav-link.active i {
	color: var(--tw);
}

.card-header .nav-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mc);
	flex-shrink: 0;
	width: auto;
	height: auto;
	font-size: 16px;
	background: transparent;
	border-radius: unset;
	padding: 0;
}

footer .footer-menu h5 {
	margin-bottom: 25px
}

footer .footer-menu .list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

footer .footer-menu .list li {
	display: flex;
	align-items: center;
	gap: 5px;
}

@media (min-width: 991.98px) {
	.signup-page .signup-last {
		align-items: flex-start;
		overflow-y: auto;
		padding: 75px 15px
	}
}

@media (max-width: 991.98px) {
	footer {
		margin-bottom: 15px;
	}

	footer .footer-wrapper {
		padding: 15px 10px;
	}

	#home-provide h2 {
		font-size: 18px;
		text-align: center
	}

	#home-provide .col-lg-5 {
		display: none
	}

	.signup-highlights {
		display: none
	}

	.signup-container {
		overflow: auto;
	}

	.signup-container .signup-close {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.signup-inner .signup-content {
		flex-direction: column;
	}

	.signup-page .signup-first,
	.signup-page .signup-last {
		width: 100%;
	}

	.signup-page .signup-first {
		padding: 35px 0;
		border-radius: 0 0 25px 25px;
	}

	.signup-page .signup-first .signup-logo {
		left: 15px;
	}

	.signup-page .signup-last {
		display: block;
		max-width: unset;
		margin: auto;
	}

	.signup-page .signup-last .signup-form {
		width: auto;
	}

	.signup-page .signup-last .signup-form .signup-fields {
		flex-direction: column
	}

	.signup-page .signup-first .signup-copyright {
		display: none
	}

	.signup-page .signup-last .signup-top h1 {
		font-size: 24px
	}

	.signup-page .signup-last .signup-form .signup-fields .form-group {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.signup-container .signup-close .icon {
		width: 20px;
		height: 20px;
	}

	.signup-container .signup-close .text {
		font-size: 12px;
	}

	.signup-container .signup-close {
		padding: 6px 10px 6px 6px;
	}

	.signup-page .signup-last .signup-top {
		margin-bottom: 15px;
	}

	.signup-page .signup-hr {
		margin: 0 auto 15px auto
	}

	.blog-box .bb-title {
		margin-bottom: 15px
	}

	.blog-box .bb-title h1 {
		font-size: 20px;
		line-height: 32px;
	}

	.blog-box .bb-wrapper {
		flex-direction: column;
		gap: 15px;
		margin-top: 15px
	}

	.blog-box .bb-wrapper .bb-social {
		width: 100%;
		max-width: 100%;
	}

	.blog-box .bb-wrapper .bb-social ul {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		max-width: max-content;
		margin: 0px auto;
		padding: 7px 15px;
		gap: 12px
	}

	.blog-box .bb-wrapper .bb-content {
		order: 2;
		width: auto;
	}

	.blog-box .bb-wrapper .bb-content h2 {
		font-size: 18px;
		margin: 15px 0 15px;
	}

	.blog-box .bb-wrapper .bb-content h3 {
		font-size: 16px;
		margin: 10px 0 10px;
	}

	#home-start .home-bg {
		display: none
	}

	#home-faq .faq-wrapper {
		grid-template-columns: 1fr;
		gap: 5px;
		margin-top: 25px
	}

	header .mh-buttons.desktop-hide {
		gap: 5px;
		margin-right: 5px;
	}

	.blog-wrapper {
		grid-template-columns: 1fr;
		margin-top: 25px;
		gap: 15px
	}

	.payment-gateways {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-top: 25px
	}

	.payment-gateways .payment-item {
		min-width: auto;
		max-width: 100%
	}

	.payment-gateways .payment-item svg {
		max-height: 25px
	}

	#guest section {
		padding-top: 35px;
	}

	.slider-controls .slide-pagination {
		margin-top: 15px
	}

	.section-header h2 {
		font-size: 28px
	}

	.login-box {
		padding: 20px;
	}

	#home-start {
		padding-top: 80px
	}

	.home-wrapper {
		justify-content: center;
		gap: 0
	}

	.home-content {
		gap: 10px;
	}

	.home-content h1 {
		font-size: 26px;
		text-align: center;
	}

	.home-content p {
		font-size: 14px;
		max-width: auto;
		text-align: center;
	}

	.home-join {
		justify-content: space-between;
		gap: 0;
		padding: 1px 5px 1px 15px;
		width: 100%;
		margin: 0 auto 10px auto;
		max-width: 400px;
	}

	.home-join .btn {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 12px;
	}

	.home-join .icon {
		display: none
	}

	.home-anim,
	.home-brands-wrapper .brands-item span {
		display: none
	}

	#guest #home-top {
		padding-top: 10px;
	}

	.login-box-wrapper {
		flex-direction: column
	}

	.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
	}

	.login-box-signin .btn {
		min-width: 100%;
	}

	.home-brands-wrapper {
		grid-template-columns: repeat(5, 1fr);
	}

	header .main-header {
		min-height: 60px;
		height: auto;
		overflow: hidden;
		overflow-y: auto;
		transition: all .3s ease;
		padding: 0
	}

	header .mh-wrapper {
		min-height: 60px;
		height: auto;
		border-radius: 20px;
		padding: 0
	}

	header .mh-logo {
		height: calc(60px - 2px);
		display: flex;
		align-items: center;
	}

	header .mh-menu-btn {
		display: flex;
		justify-content: flex-end;
	}

	header .mh-menu-btn .btn {
		padding: 10px;
	}

	header .mh-menu-btn .dropdown {
		margin-right: 5px
	}

	header .mh-menu-wrapper {
		height: 0;
		padding: 0;
		flex: 0 0 100%;
		overflow: hidden;
		transition: .3s ease all;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	header .mh-menu-wrapper>* {
		flex: 1;
		flex-wrap: wrap;
	}

	header .mh-menu .menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 7px
	}

	header .mh-menu .menu li {
		width: 100%;
	}

	header .mh-menu .menu li a {
		font-size: 18px;
		line-height: 1.3;
		padding: 10px;
		display: flex;
		gap: 0;
		background: var(--mc-trans);
		justify-content: center;
		border-radius: var(--radius)
	}

	header .mh-buttons>* {
		flex: 1;
	}

	header .mh-logo img,
	header .mh-logo svg {
		max-height: 50px
	}
}

.app-logo img {
    max-width: 220px;
	max-height: 60px
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	border-right: 1px solid var(--border);
	background-color: var(--card-bg);
	width: 280px;
	height: 100dvh;
	z-index: 1032;
	white-space: nowrap;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
}

.sidebar-head {
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 25px 10px;
	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: var(--secondary-bg);
	border: 1px solid var(--border);
}

.sidebar-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: var(--mc);
}

.sidebar-toggle {
	position: absolute;
	top: calc(50% - 32px / 2);
	right: calc(-0.5* 32px);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	outline: none;
	background-color: var(--mc);
	border: 1px solid var(--mc);
	transition: .14s ease all;
	color: var(--tw);
	font-size: 14px;
}

.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-top button {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 15px;
	border-radius: var(--radius);
	text-decoration: none;
	transition: .2s ease all;
	border: 1px solid #9d00f1;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
	background: #9d00f1;
	color: var(--tw);
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	width: 100%
}

.sidebar-top button:hover,
.sidebar-top button:focus {
	border: 1px solid #b12cf9 !important;
	background: #b12cf9
}

.sidebar-top button .sidebar-menu-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.sidebar-top button .sidebar-menu-text {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
}

.sidebar-top 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.2);
	animation: button-glow 2000ms ease-in-out infinite;
}

@keyframes button-glow {
	0% {
		left: -20%;
	}

	50% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

.dropdown-list .dropdown-link {
	border-radius: 8px;
	padding: 5px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--tc);
	transition: .2s ease all;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400
}

.dropdown-list .dropdown-icon {
	width: 20px
}

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

.sidebar-menu-item a {
	display: flex;
	gap: 10px;
	padding: 12px 15px;
	border-radius: var(--radius);
	color: var(--tc);
	text-decoration: none;
	transition: .2s ease all;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500;
}

.sidebar-menu-item .sidebar-menu-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.sidebar-menu-item .sidebar-menu-text {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.sidebar-menu-item .sidebar-menu-arrow {
	margin-left: auto;
	height: 24px;
	flex: 0 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tc);
	transition: .24s ease all;
	transform: translateX(10px);
}

.sidebar-menu-item a:hover {
	color: var(--mc)
}

.sidebar-menu-item a:hover .sidebar-menu-arrow {
	transform: translateX(0)
}

.sidebar-menu-item {
	position: relative
}

.sidebar-menu-item.active {
	background: var(--mc-trans);
	border-radius: var(--radius)
}

.sidebar-menu-item.active a {
	color: var(--mc)
}

.sidebar-menu-item.active .sidebar-menu-arrow {
	color: var(--mc)
}

.header {
	height: 80px;
	top: 0px;
	left: 280px;
	right: 0;
	z-index: 1030;
	position: fixed;
}

.header.fixed {
	background: rgb(246, 249, 252, .6);
	-webkit-backdrop-filter: blur(16px)
}

.dark .header.fixed {
	background: rgb(19, 19, 19, .6);
	-webkit-backdrop-filter: blur(16px)
}

.header-row {
	height: 80px;
	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;
}

.header .breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px
}

.header .breadcrumb a {
	font-size: 16px;
	font-weight: 600
}

.header-right {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: auto
}

.header-right .he-btn {
	position: relative
}

.header-right .he-btn svg {
	fill: var(--tc)
}

.header-right .he-btn:hover svg {
	fill: var(--mc)
}

.header-right .he-btn span {
	background: var(--znk-red);
	width: 14px;
	height: 14px;
	position: absolute;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: var(--tw);
	top: -2px;
	right: -4px;
	-webkit-animation: pulse-red 2s infinite;
	animation: pulse-red 2s infinite;
}

.header-right .btn-wallet {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgb(16, 185, 129, .1);
	background: linear-gradient(180deg, rgb(16, 185, 129, .07) 0%, transparent 100%);
	color: #0e6b40;
	border-radius: 10px;
	color: rgb(16, 185, 129, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.4px;
	padding: 5px 10px
}

.ui-dropdown {
	position: relative;
}

.ui-dropdown .dropdown-toggle::after {
	display: none
}

.btn-filter,
.btn-filter:hover,
.btn-filter:focus {
	padding: 7px 14px 7px 7px;
	align-items: center;
	gap: 10px;
	border-radius: var(--radius);
	border: 1px solid var(--mc) !important;
	background: var(--mc);
	color: var(--tw);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
}

.btn-filter:hover,
.btn-filter:focus {
	border: 1px solid var(--mc) !important;
	background: var(--mc-hover) !important;
}

.btn-filter .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgb(0, 0, 0, .10);
	color: var(--tw);
	font-size: 12px
}

.btn-account {
	position: relative
}

.btn-account .btn-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--mc);
	color: var(--tw);
	font-size: 24px;
	font-weight: 500;
	position: relative;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
}

.btn-account .btn-nick {
	font-size: 14px
}

.btn-account .avatar-dot {
	position: absolute;
	background: #10b981;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: 0;
	top: 5px;
	z-index: 1;
	border: 1px solid var(--secondary-bg)
}

.dd-menu {
	min-width: 150px;
	position: absolute;
	z-index: 1000;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--primary-bg);
	padding: 4px;
	display: none;
	max-height: 400px;
	overflow-y: hidden;
	overflow-x: hidden;
	left: 0 !important;
	right: 0 !important;
	top: 55px !important;
	float: left;
}

.dd-menu-scroll {
	overflow-y: auto;
}

.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:hover,
.dropdown-list .dropdown-link.active {
	background: var(--mc-trans);
}

.dropdown-list .dropdown-link .icon {
	all: unset;
	font-size: 14px;
	background-color: var(--mc-trans);
	color: var(--mc);
	width: 40px;
	height: 24px;
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.acc-user {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid var(--border);
}

.acc-user .btn,
.acc-user .btn:hover,
.acc-user .btn:focus {
	padding: 5px 15px;
	gap: 10px;
	border-radius: 10px
}

.acc-name {
	color: var(--tc);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .144px;
	margin: 0;
}

.acc-mail {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .14px;
	color: var(--ts);
}

.acc-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid var(--border);
}

#guest .acc-section:nth-child(2) {
	border-bottom: none
}

.acc-section span {
	font-size: 14px;
	color: var(--tc)
}

.acc-section .switcher {
	height: 30px;
	border-radius: 100px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border);
	padding: 2px 3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.acc-section .switcher .switcher-item {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	height: 24px;
	width: 24px;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 17px;
	color: var(--ts);
	-webkit-transition: 0.14s ease;
	transition: 0.14s ease;
}

.acc-section .switcher .switcher-item.active {
	background: var(--border);
	border-radius: 100px;
	color: transparent
}

#home-settings .dropdown-list {
	max-height: 150px;
}

#home-settings .lang-header,
#dropdownAcc .lang-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--secondary-bg);
	margin-bottom: 5px
}

#home-settings .lang-header p,
#dropdownAcc .lang-header p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--tc);
	padding: 10px
}

.lang-back {
	display: flex;
	align-items: center;
	gap: 5px;
	background: var(--mc);
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 100px;
	color: var(--tw);
	margin-right: 5px
}

@keyframes dropdown-active {
	0% {
		opacity: 0;
		transform: translateY(-50px);
		max-height: 0
	}

	100% {
		opacity: 1;
		transform: translateY(0) skewY(0)
	}
}

.app-content {
	padding-top: 80px;
	padding-left: 280px;
	padding-bottom: 40px;
}

.page-head {
	position: relative;
	z-index: -1;
}

.page-head-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -100px;
	z-index: 1;
	overflow: hidden;
	height: 125px;
	transform: rotate(180deg)
}

.container-fluid.container-dashboard,
.container.container-dashboard {
	margin-top: 20px;
}

.widget-wrapper {
	display: grid;
	gap: 15px;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	margin-bottom: 26px
}

.widget-item {
	background: var(--card-bg);
	border-radius: var(--radius);
	position: relative;
	overflow: hidden
}

.widget-item:nth-child(1) {
	background: var(--mc);
	min-width: 600px
}

.widget-item:nth-child(1) h3 {
	font-size: 24px;
	color: var(--tw);
}

.widget-item:nth-child(1) h3 span {
	font-weight: 600
}

.widget-item:nth-child(1) p {
	color: #dbd2ff
}

.widget-item:nth-child(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -100px;
	bottom: 0;
	opacity: .5;
	z-index: 0;
	background-position: bottom right;
	background-size: 100%;
	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-item::before {
	content: "";
	background: var(--mc);
	opacity: 0.35;
	filter: blur(75px);
	height: 175px;
	width: 175px;
	position: absolute;
	right: -100px;
	top: -100px
}

.widget-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1
}

.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: var(--radius);
	color: var(--tw);
}

.widget-active span>span {
	font-weight: 600
}

.widget-active a {
	background: var(--tw);
	width: max-content;
	padding: 7px 10px;
	border-radius: 10px;
	color: var(--mc);
	font-size: 13px;
}

.widget-icon {
	background: var(--mc);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tw);
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	font-size: 24px;
	border-radius: var(--radius);
	padding: 5px;
	position: relative;
}

.widget-alt {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 10px
}

.widget-value {
	color: var(--tc);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.6px;
}

@keyframes dropdownOpenMobile {
	from {
		opacity: 0;
		transform: translateY(30px) translateX(-50%)
	}

	to {
		opacity: 1;
		transform: translateY(0) translateX(-50%)
	}
}

.orders-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 15px
}

.services-filters,
.orders-filters {
	display: flex;
	gap: 10px;
	padding: 10px
}

.services-filters .dd-menu {
	min-width: 300px
}

.services-filters .dd-menu a {
	font-size: 13px
}

.services-filters .sf-item.search,
.orders-filters .sf-item.search {
	position: relative;
	width: 100%
}

.search-box {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background-color: var(--primary-bg);
	display: flex;
	align-items: center;
	height: 50px;
	padding: 8px;
	margin-bottom: 0;
	transition: .24s ease all;
}

.search-box.ticket-search {
	justify-content: flex-start;
}

.search-box.ticket-search .search-box--icon {
	margin-left: auto
}

.search-box .search-box--input {
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
	padding: 0px 8px 0px 12px;
	color: var(--tc);
	width: 100%
}

.search-box .search-box--icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tw);
	background-color: var(--mc);
	outline: none;
	font-size: 18px;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset !important;
}

.oc-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
}

.oc-last,
.oc-first {
	display: flex;
	align-items: center;
	gap: 14px;
}

.oc-id {
	border-radius: 10px;
	background: var(--mc);
	height: 30px;
	color: var(--tw);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 5px 10px;
	white-space: nowrap;
	min-width: 50px;
	text-align: center
}

.oc-name {
	color: var(--tc);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.64px;
}

.oc-last {
	gap: 10px;
	margin-left: auto;
}

.oc-block+.oc-block {
	border-top: 1px solid var(--border);
	flex-wrap: wrap;
}

.oc-alt-first {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.oc-repeat .btn-repeat,
.oc-repeat .btn-repeat:hover,
.oc-repeat .btn-repeat:focus {
	border-radius: 10px;
	border: 1px solid var(--mc) !important;
	padding: 0px;
	background-color: var(--mc);
	padding: 3px 7px;
	color: var(--tw);
	font-size: 18px;
	transition: .14s ease all;
}

.oc-item {
	background: var(--primary-bg);
	border: 1px solid var(--secondary-bg);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.oc-item>span {
	display: flex;
	padding: 5px 15px 5px 5px;
	align-items: center;
	gap: 10px;
	color: var(--tc);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.032px;
}

.oc-item>span .icon {
	font-size: 12px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oc-item>span .link {
	max-width: 200px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.oc-item>span+span {
	border-left: 1px solid var(--secondary-bg);
}

.oc-status {
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.4px;
	display: flex;
}

.oc-status.cancelled .fa-info-circle {
	border-radius: 100px;
	-webkit-animation: pulse-red 2s infinite;
	animation: pulse-red 2s infinite;
	display: inline-block;
}

@-webkit-keyframes pulse-red {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(239, 68, 68, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(239, 68, 68, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(239, 68, 68, 0)
	}
}

.oc-status span {
	display: block;
	padding: 5px 15px;
}

.oc-status.pending {
	border: 1px solid rgb(225, 176, 74, .1);
	background: linear-gradient(180deg, rgb(225, 176, 74, .07) 0%, transparent 100%);
	color: rgb(225, 176, 74, 1)
}

.oc-status.inprogress {
	border: 1px solid rgb(59, 130, 246, .1);
	background: linear-gradient(180deg, rgb(59, 130, 246, .07) 0%, transparent 100%);
	color: rgb(59, 130, 246, 1)
}

.oc-status.completed {
	border: 1px solid rgb(16, 185, 129, .1);
	background: linear-gradient(180deg, rgb(16, 185, 129, .07) 0%, transparent 100%);
	color: rgb(16, 185, 129, 1)
}

.oc-status.partial {
	border: 1px solid rgb(12, 5, 52, .1);
	background: linear-gradient(180deg, rgb(12, 5, 52, .07) 0%, transparent 100%);
	color: rgb(12, 5, 52, 1)
}

.dark .oc-status.partial {
	border: 1px solid rgb(174, 174, 174, .1);
	background: linear-gradient(180deg, rgb(174, 174, 174, .07) 0%, transparent 100%);
	color: rgb(174, 174, 174, 1)
}

.oc-status.processing {
	border: 1px solid rgb(168, 85, 247, .1);
	background: linear-gradient(180deg, rgb(168, 85, 247, .07) 0%, transparent 100%);
	color: rgb(168, 85, 247, 1)
}

.oc-status.cancelled {
	border: 1px solid rgb(239, 68, 68, .1);
	background: linear-gradient(180deg, rgb(239, 68, 68, .07) 0%, transparent 100%);
	color: rgb(239, 68, 68, 1)
}

.charge-box {
	display: flex;
	align-items: center
}

.tooltip {
	z-index: 5000
}

.tooltip-inner {
	color: var(--tw);
	background: var(--mc);
	border: none;
	font-size: 11px;
	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
}

.form-group label {
	font-size: 15px;
	font-weight: 500
}

.form-control,
.form-select {
	letter-spacing: -.01em;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: var(--secondary-bg);
	color: var(--tc);
	height: 50px;
	width: 100%
}

.form-control:focus,
.form-select:focus {
	box-shadow: none !important;
	background: var(--secondary-bg);
	border: 1px solid var(--mc) !important;
	color: var(--tc)
}

.form-control:disabled,
.form-control[readonly],
.form-control:disabled:focus,
.form-control[readonly]:focus {
	background: #c6d4ec
}

.dark .form-control:disabled,
.dark .form-control[readonly],
.dark .form-control:disabled:focus,
.dark .form-control[readonly]:focus {
	background: #1c1c1f
}

.pagination .page-item {
	margin: 0 2px
}

.pagination .page-item.active .page-link::before {
	content: "";
	bottom: 0;
	height: 3px;
	width: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--mc)
}

.pagination .page-item:first-child {
	border-right: 1px solid var(--border)
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400
}

.pagination .page-item:last-child {
	border-left: 1px solid var(--border)
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 400
}

.pagination .page-item .page-link {
	background: var(--secondary-bg);
	border: none;
	margin: 0;
	height: 40px;
	padding: 0;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: var(--tc) !important;
	position: relative
}

.pagination .page-item .page-link:focus {
	z-index: 2
}

.pagination .page-item.active .page-link {
	background-color: var(--card-bg);
	color: var(--tw)
}

.top-box-wrapper {
	display: flex;
	gap: 10px
}

.top-box h4 .alert {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
	margin-bottom: 0;
}

.top-box {
	border-radius: var(--radius);
	background: var(--mc);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	gap: 5px;
	padding: 24px;
	overflow: hidden;
	z-index: 1;
	width: 100%
}

.top-box::before {
	content: '';
	width: 6px;
	height: 60%;
	background: var(--tw);
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.top-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -100px;
	bottom: 0;
	opacity: .5;
	z-index: -1;
	background-position: bottom right;
	background-size: 100%;
	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>");
}

.top-box .top-text {
	position: relative;
}

.top-box h4 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 0;
	color: var(--tw);
	font-weight: 600
}

.top-box .btn-primary,
.top-box .btn-primary:focus {
	background: var(--tw) !important;
	color: var(--mc) !important;
	height: 50px;
	padding: 5px 15px
}

.top-box .btn-primary:hover {
	opacity: .8
}

.top-box p {
	margin-bottom: 0;
	color: #dbd2ff
}

.top-box-left {
	display: flex;
	align-items: center;
	gap: 15px
}

.top-box-left .top-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	border: 4px solid #BCDCFF;
	cursor: pointer;
	font-size: 28px;
	font-weight: 600;
	user-select: none;
}

.hljs {
	color: var(--ts) !important
}

.hljs-number {
	color: #e1b04a !important
}

.hljs-string {
	color: #10b981 !important
}

.hljs-keyword {
	color: #ef4444 !important
}

.hljs-punctuation,
.hljs-tag {
	color: var(--tc) !important
}

pre code.hljs {
	background: var(--secondary-bg);
	border-radius: 0 0 var(--radius) var(--radius);
	display: block;
	overflow-x: auto;
	padding: 1em;
}

.api-page .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.api-page .table-bordered {
	border: none;
	padding: 10px 0;
	border-radius: 10px;
	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: var(--tc)
}

.api-page .table td,
.api-page .table th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 0;
	background: var(--secondary-bg);
	border-radius: 7px !important;
	text-align: left;
}

.dark .api-page .table th {
	background: var(--border)
}

.api-page .table td {
	border: 0;
	background: var(--primary-bg);
	border-radius: 7px;
	color: var(--ts)
}

.api-page .table td:nth-child(even) {
	background: var(--primary-bg);
	border-radius: 7px;
	color: var(--tc);
}

.api-page .api-container {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.api-page .code-block-top {
	background: var(--mc);
	border-radius: var(--radius) var(--radius) 0 0;
	display: flex;
	justify-content: space-between;
	color: var(--tw);
}

.dark .api-page .code-block-top {
	background: var(--border)
}

.api-page .code-block-top span {
	padding: 10px 15px;
}

.api-page .code-block-right {
	border-left: 1px solid var(--card-bg);
}

.api-page .code-block-top span {
	padding: 10px 15px;
}

#scrollTopBtn {
	border-radius: 10px;
	border: 1px solid #10b981;
	background: #10b981;
	width: 55px;
	max-height: 75px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none;
	cursor: pointer;
	padding: 16px;
	z-index: 1000;
	box-shadow: 0px 5.11px 29.06px 0px rgba(16, 185, 129, .3);
}

#scrollTopBtn span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
}

#scrollTopBtn span svg {
	overflow: inherit;
}

#scrollTopBtn span label {
	color: var(--tw);
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.account-area {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.account-area .account-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-top: 35px
}

.account-area .account-content {
	width: 100%;
	padding: 25px 50px;
}

.account-area .account-menu .nav {
	position: relative;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 5px;
	max-width: 100%;
	overflow-x: auto;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

.nav-item {
	width: 100%
}

.nav-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	outline: none;
	background: var(--card-bg);
	border-radius: var(--radius);
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

.nav-link:hover {
	background: var(--secondary-bg)
}

.nav-link.active {
	border-radius: 15px;
	background: var(--mc);
	color: var(--tw) !important
}

.nav-link .icon {
	font-size: 18px
}

.tab-header {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0
}

.tab-header i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mc);
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	font-size: 16px;
	background: linear-gradient(180deg, var(--mc-trans) 0%, transparent 100%);
	border-radius: 10px;
	border: 1px solid var(--secondary-bg);
	padding: 6px;
}

.custom-table {
	color: var(--tc)
}

.custom-table thead tr {
	background: var(--mc);
	color: var(--tw)
}

.custom-table thead th {
	border: none
}

.custom-table tbody tr:nth-of-type(odd) {
	background-color: var(--card-bg)
}

.custom-table tbody tr:nth-of-type(even) {
	background-color: var(--secondary-bg)
}

.custom-table tbody th,
.custom-table tbody td {
	color: var(--tc);
	font-weight: 500;
	border: none;
	font-size: 13px;
}

.custom-table td,
.custom-table th {
	border-color: #ffffff05;
	vertical-align: inherit;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: none
}

.bottom-bar {
	display: none;
	grid-template-columns: repeat(5, 1fr);
	position: fixed;
	bottom: 0;
	z-index: 200;
	width: -webkit-fill-available;
	box-shadow: 0 5px 5px var(--mc-trans);
	justify-items: center;
	background: var(--card-bg);
	align-items: center;
	padding: 10px 15px;
	margin: 10px;
	border-radius: var(--radius);
	border: 1px solid var(--border);
}

.bottom-bar .bottom-item {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	align-items: center;
}

.bottom-bar .bottom-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 500;
	color: var(--tc);
	text-decoration: none;
}

.bottom-bar .bottom-item a i {
	font-size: 18px;
	color: var(--mc);
}

.bottom-bar .bottom-item.bottom-center a {
	box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset, rgb(255 255 255 / .15) 0 3px 9px inset, rgb(255 255 255 / .6) 0 1px 1px inset, rgb(46 131 195 / .3) 0 -8px 36px inset, rgb(255 255 255 / .6) 0 1px 5px inset, rgb(0 0 0 / .2) 2px 19px 31px;
	border: 2px solid rgb(255 255 255 / .063);
	background: var(--mc);
	color: var(--tw);
	margin-top: -35px;
	padding: 12px;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-bar .bottom-item.bottom-center i {
	color: var(--tw);
}

.card {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background-color: var(--card-bg);
	display: flex;
	flex-direction: column;
	z-index: 2
}

.card-filters {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background-color: var(--card-bg);
	display: flex;
	flex-direction: column;
	margin-bottom: 25px
}

.card-header {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 18px;
	font-weight: 600;
	background: var(--card-bg);
	border-color: var(--border);
	border-radius: var(--radius) var(--radius) 0 0 !important;
	padding: 10px 20px;
	position: relative
}

.card-header::before {
	content: '';
	width: 6px;
	height: 60%;
	background: var(--mc);
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.card-header h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--tc);
	line-height: 52px;
	margin-bottom: 0;
}

.files-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 29px;
	background: var(--mc-trans);
	padding: 5px;
	border-radius: 10px;
	width: max-content;
}

.files-wrapper a {
	color: var(--mc);
}

.files-wrapper .files-label {
	color: var(--tc);
}

.fast-mass {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 3px 0
}

.fast-mass input {
	height: 40px;
	border-radius: 10px
}

.fast-mass .fast-item:nth-child(4) {
	display: flex;
	align-items: center;
	gap: 15px
}

.fast-mass .fast-item .add-more {
	background: var(--mc);
	color: var(--tw);
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 13px
}

.fast-mass .fast-item .remove-more {
	background: #dc3545;
	color: var(--tw);
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 13px
}

.gift-alert {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%
}

.gift-alert .alert {
	width: 100%;
	text-align: center
}

.ticket-item {
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: var(--primary-bg);
	margin-top: 15px
}

.ticket-item.new-ticket {
	border: 1px solid var(--mc);
}

.ticket-item .new-badge {
	display: none
}

.ticket-item.new-ticket .new-badge {
	background: var(--mc);
	color: var(--tw);
	font-size: 10px;
	text-align: center;
	justify-content: center;
	width: max-content;
	padding: 2px 7px;
	border-radius: 7px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	margin-left: auto;
	margin-right: auto;
	line-height: 12px;
}

.ticket-item .ticket-item-top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--border);
	padding: 0 10px 10px 10px
}

.ticket-item .ticket-item-top .tit-first {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 600
}

.ticket-item .tit-first .ticket-id {
	background: var(--mc);
	min-width: 60px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	border-radius: 8px;
	text-align: center;
	color: var(--tw);
}

.ticket-item .ticket-item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 10px 0 10px;
	font-size: 13px;
	font-weight: 600
}

.ticket-item .ticket-item-bottom .tit-first {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 600
}

.ticket-item .ticket-item-bottom .tib-last {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px
}

.ticket-item .ticket-item-bottom .tib-first .date {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--tc);
	background: var(--card-bg);
	padding: 5px 10px;
	border-radius: 8px
}

.ticket-item .btn-ticket {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--mc);
	color: var(--tw);
	padding: 5px 15px;
	border-radius: 8px;
	text-align: center
}

.ticket-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	background: var(--primary-bg);
	overflow-y: auto;
	padding: 25px;
	gap: 30px;
	border-radius: 15px;
	max-height: 500px;
	margin: 15px 0;
}

.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: var(--radius) var(--radius) var(--radius) 0;
	border: 1px solid var(--border);
	background: var(--secondary-bg);
	padding: 14px 22px;
	color: var(--tc);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.ticket-body .ticket-message.owner-message .ticket-message-box {
	border-radius: var(--radius) var(--radius) 0 var(--radius);
	border: 1px solid var(--mc);
	background: var(--mc-trans);
	color: var(--mc)
}

.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 var(--mc);
	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: var(--tc);
	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:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--mc);
	position: relative;
	color: var(--tw);
	font-weight: 700;
	font-size: 14px;
}

.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: var(--znk-yellow);
}

.ticket-body .ticket-message-info .ticket-owner.support span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--znk-yellow);
	position: relative;
	color: var(--tw);
	font-size: 14px;
}

.ticket-body .ticket-message-info .ticket-owner.customer {
	display: flex;
	align-items: center;
	gap: 5px
}

.ticket-body .ticket-message-info .ticket-owner.customer .avatar {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	background: var(--secondary-bg);
	font-weight: 700
}


.ticket-body .ticket-message-info .ticket-owner.support .verified {
	color: var(--mc);
}

.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
}

.dropdown-toggle.payment-drop {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	position: relative
}

.dropdown-menu.payment-list {
	width: 100%;
}

.dropdown-toggle.payment-drop img {
	height: 30px;
	width: 30px;
	background: var(--primary-bg);
	border-radius: 50px;
	border: 1px solid var(--border);
	margin-right: 10px;
	margin-left: -6px;
}

.payment-option a {
	display: flex;
	gap: 10px;
	background: var(--primary-bg);
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid var(--border);
	align-items: center;
}

.payment-option a:last-child {
	border-bottom: none
}

.payment-option a:hover {
	background: var(--card-bg)
}

.payment-option a p {
	margin-bottom: 0;
	color: var(--tc);
}

.payment-option img {
	width: 35px;
	height: 35px;
	background: var(--primary-bg);
	border-radius: 20px;
	border: 1px solid var(--border);
}

.dropdown-menu.dd-menu.payment-list {
	max-height: 250px;
	padding: 4px 0;
	overflow: auto;
}

.dropdown-menu.dd-menu.payment-list.show .header {
	z-index: 1;
}

.dropdown.funds-dropdown .fa-chevron-down {
	position: absolute;
	right: 10px;
	top: 20px
}

.addbalance-wrapper {
	display: grid;
	border-radius: 10px;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px
}

.addbalance-item {
	padding: 20px 16px;
	border-radius: 10px;
	text-align: center;
	background: var(--secondary-bg);
	border: 1px solid var(--border);
	color: var(--tc);
	font-weight: 600;
	position: relative
}

.addbalance-item:focus,
.addbalance-item:hover {
	border: 1px solid var(--mc) !important
}

.addbalance-item.active {
	background: var(--mc);
	border-color: var(--mc);
	color: var(--tw)
}

.panel-body.border-solid {
	background: var(--primary-bg);
	border-radius: var(--radius);
	font-size: 13px;
	padding: 15px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.panel-body.border-solid::before {
	content: "";
	position: absolute;
	top: -90%;
	right: 100%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, var(--mc) 0%, var(--mc-trans) 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.panel-body.border-solid::after {
	content: "";
	position: absolute;
	top: 95%;
	right: 20%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, var(--mc) 0%, var(--mc-trans) 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.neworder-price {
	color: var(--ts);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
	display: flex;
	align-items: center;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: #c6d4ec;
	padding: 0 5px;
	width: 100%;
	user-select: none;
}

.dark .neworder-price {
	background: #1c1c1f;
}

.neworder-price .icon {
	display: flex;
	padding: 9px;
	font-size: 18px;
	color: var(--tw);
	border-radius: 10px;
	background: var(--mc);
	width: 35px;
	height: 35px;
	flex: 0 0 35px;
	align-items: center;
	justify-content: center;
}

.neworder-price .charge {
	color: var(--tc);
	font-size: 16px;
	font-weight: 700;
	padding-left: 10px;
}

.neworder-price .form-control:disabled,
.neworder-price .form-control[readonly],
.neworder-price .form-control:disabled:focus,
.neworder-price .form-control[readonly]:focus {
	border: none !important;
	box-shadow: none !important;
	outline: 0 !important
}

.rewards-list {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 24px 24px;
	flex: 1 0 0;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	animation: scrollAnimation 10s linear infinite;
}

.rewards-amount {
	color: #10b981;
	font-size: 14px;
	margin: 0px;
	font-weight: 700;
}

.rewards-box {
	height: 80px;
	flex: 1;
	overflow: hidden;
	max-width: 500px
}

.rewards-item {
	background: rgb(255, 255, 255, .1);
	padding: 2px 5px;
	border-radius: 5px
}

.rewards-item i {
	width: 15px;
	margin-right: 5px;
	border-radius: 100%
}

.rewards-username {
	color: var(--tw);
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
}

@keyframes scrollAnimation {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.share-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: var(--radius);
	border: 1px solid rgb(53, 10, 109, 1);
	background: #210c53;
	margin-bottom: 10px;
	padding: 24px;
	position: relative;
	overflow: hidden
}

.share-box::before {
	content: "";
	position: absolute;
	top: -60%;
	right: 100%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, rgb(157, 0, 241, 1) 0%, transparent 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.share-box::after {
	content: "";
	position: absolute;
	top: 70%;
	right: 30%;
	width: 60%;
	height: 50%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, rgb(157, 0, 241, 1) 0%, transparent 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.share-box h4,
.share-box p {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0;
	z-index: 1
}

.share-box h4 {
	color: var(--tw)
}

.share-box p {
	background: -webkit-linear-gradient(270deg, #AA50DE 0%, #DE5052 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.share-copy-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	max-width: 500px;
	width: 100%;
	margin-top: 25px
}

.scb-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	border-radius: 10px;
	padding: 8px 8px 8px 12px;
	width: 100%;
	background: #3a0a73
}

.share-copy-box input {
	color: var(--tw);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	background-color: transparent;
	max-width: 260px;
	width: 100%;
	outline: none;
	pointer-events: none;
	border: none;
}

.scb-button {
	background: var(--mc);
	display: flex;
	padding: 9px 18px;
	justify-content: center;
	align-items: center;
	color: var(--tw);
	font-weight: 700;
	letter-spacing: 0.36px;
	max-width: 157px;
	height: 34px;
	width: 100%;
	white-space: nowrap;
	gap: 6px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	letter-spacing: normal;
	position: relative;
}

.aff-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	overflow: hidden;
}

.aff-item {
	border-bottom: 1px solid var(--border);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 45px;
}

.aff-item::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40%;
	background-color: var(--border);
	opacity: 1;
	transition: .2s ease all;
}

.aff-item .aff-label {
	color: var(--ts);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: -0.32px;
}

.aff-item .aff-value {
	color: var(--tc);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.5px;
}

.aff-end {
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 25px;
}

.aff-request {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.addfunds-page .card {
	z-index: unset
}

.neworder-group {
	position: relative;
}

.neworder-group input {
	padding-left: 50px;
}

.neworder-group i {
	position: absolute;
	left: 20px;
	top: 18px;
}

.select2-container--default .select2-selection--single {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: var(--secondary-bg);
	color: var(--tc);
	height: 50px !important;
	line-height: 25px;
	transition: all 0.3s ease;
}

.select2-container--open .select2-selection--single {
	border-color: var(--mc) !important;
	box-shadow: 0 0 25px var(--mc-trans) !important;
	background: var(--mc-trans) !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 var(--border) !important;
}

.select2-container--default .select2-selection--single:hover {
	border-color: var(--border);
}

.select2-container:not(.select2-container--open) .select2-selection--single {
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--tc);
	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: var(--secondary-bg) !important;
	border: 1px solid var(--mc);
	border-radius: 8px;
	box-shadow: var(--mc-trans);
	opacity: 1 !important;
}

.select2-dropdown .select2-search--dropdown {
	border-bottom: 1px solid var(--border);
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.select2-results {
	background: var(--secondary-bg) !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-search--dropdown {
	background-color: var(--secondary-bg) !important;
}

.select2-search--dropdown .select2-search__field {
	background-color: var(--secondary-bg) !important;
	border: 1px solid var(--border);
	border-radius: 6px;
	padding: 8px;
}

.select2-results__option {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 8px 12px;
	color: var(--tc);
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid var(--border);
	transition: background-color 0.2s ease;
}

.select2-results__option--highlighted:not(.is-selected) {
	background: var(--mc-trans);
	color: var(--mc) !important;
}

.select2-results__option.is-selected,
.select2-results__option--highlighted.is-selected {
	background: linear-gradient(135deg, rgba(30, 158, 116, 0.15) 0%, rgba(41, 184, 133, 0.15) 100%) !important;
	color: var(--mc) !important;
	font-weight: 700;
}

.select2-results__option.is-selected::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--mc);
}

.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;
}

.search-dropdown .input-wrapper .input-wrapper__prepend,
.search-dropdown .input-wrapper .input-wrapper__append {
	color: var(--tc)
}

.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: var(--mc-trans) !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: var(--tc);
}

.select2-container .dropdown-menu {
	background: var(--secondary-bg);
	padding: 0 !important
}

.select2-container .dropdown-menu>li.active {
	background: var(--mc-trans) !important;
	position: relative;
}

.select2-container .dropdown-menu>li.active>a {
	background: transparent !important;
	color: var(--mc) !important;
	font-weight: 600;
}

.select2-container .dropdown-menu>li:hover>a {
	color: var(--mc) !important;
}

.select2-container .dropdown-menu>li.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--mc);
}

.service-option-wrapper .service-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.service-option-wrapper .service-details .service-title {
	color: var(--tc)
}

.service-option-wrapper .service-details .service-meta {
	display: flex;
	gap: 12px;
	color: var(--ts);
	font-size: 12px
}

.service-option-wrapper .service-details .service-meta i {
	color: var(--mc)
}

.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: var(--mc);
	color: var(--tw);
	vertical-align: middle;
}

.service-actions .service-icons .metric-badge.metric-recommended {
	background: var(--znk-green)
}

.service-actions .service-icons .metric-badge.metric-bestseller {
	background: var(--znk-yellow)
}

.service-actions .service-icons .metric-badge.metric-instant {
	background: var(--znk-orange)
}

.service-actions .service-icons .metric-badge.metric-canceled {
	background: var(--znk-red)
}

.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;
}

.services-wrapper.neworder-updates .services-item .s-col-fav,
.services-wrapper.neworder-updates .services-card .avgtime,
.services-wrapper.neworder-updates .services-item .sc-features {
	display: none !important
}

.panel-body {
	border-radius: var(--radius);
	border: 1px solid var(--secondary-bg);
	background: var(--secondary-bg);
	color: var(--tc);
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 10px
}

.faq-wrapper .faq-item {
	position: relative;
	cursor: pointer;
	background: transparent;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 10px;
	background-color: var(--secondary-bg);
	color: var(--tc);
	border-radius: 10px
}

.faq-wrapper .fa-angle-up {
	display: none
}

.faq-wrapper .faq-item.active {
	background: var(--secondary-bg);
	color: var(--tc)
}

.faq-wrapper .faq-head,
.faq-wrapper .faq-head h3 {
	font-size: 14px;
	font-weight: 400;
	color: var(--tc);
	padding: 10px;
	margin-bottom: 0;
	line-height: 18px
}

.dark .faq-wrapper .faq-head {
	color: var(--tc)
}

.faq-wrapper .faq-item.active .faq-arrow {
	color: var(--tc)
}

.faq-wrapper .faq-item.active .fa-angle-up {
	display: block
}

.faq-wrapper .faq-item.active .fa-angle-down {
	display: none
}

.faq-wrapper .faq-arrow {
	color: var(--tc);
	font-size: 14px;
	height: 30px;
	line-height: 30px
}

.faq-wrapper .faq-content {
	display: none;
	padding-top: 12px;
	background: var(--primary-bg);
	border-radius: 0 0 10px 10px;
	padding: 10px 20px;
	color: var(--tc);
	font-size: 14px;
	padding-bottom: 8px
}

.nameserver-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px
}

.nameserver-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	background: var(--secondary-bg);
	padding: 10px 25px;
	border-radius: var(--radius);
	width: 50%;
	cursor: pointer
}

.nameserver-item:hover i {
	color: var(--mc)
}

.updates-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.updates-card .btn {
	border-radius: 10px;
	padding: 5px 15px;
}

.updates-card .btn-buy {
	display: none
}

.up-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
}

.up-last,
.up-first {
	display: flex;
	align-items: center;
	gap: 14px;
}

.up-id {
	border-radius: 10px;
	background: var(--mc);
	height: 30px;
	color: var(--tw);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 5px 10px;
	white-space: nowrap;
	min-width: 50px;
	text-align: center
}

.up-name {
	color: var(--tc);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.64px;
}

.up-last {
	gap: 10px;
	margin-left: auto;
}

.up-block+.up-block {
	border-top: 1px solid var(--secondary-bg);
	flex-wrap: wrap;
}

.dark .up-block+.up-block {
	border-top: 1px solid var(--border);
}

.up-alt-first {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.up-alt-last {
	display: flex;
	gap: 14px;
	margin-left: auto;
	flex-wrap: wrap;
}

.neworder-top {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background-color: var(--card-bg);
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	padding: 10px
}

.neworder-top .form-group {
	margin-bottom: 0;
	width: 100%
}

.neworder-filter {
	border-radius: var(--radius);
	border: 1px solid var(--secondary-bg);
	background-color: var(--card-bg);
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	padding: 10px
}

.neworder-top .btn-primary {
	width: 48px;
	height: 48px;
}

#noc-filter {
	display: flex;
	align-items: center;
	gap: 7px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--mc-trans) transparent;
	padding-bottom: 5px;
}

#noc-filter::-webkit-scrollbar {
	height: 6px;
}

#noc-filter::-webkit-scrollbar-thumb {
	background: var(--mc-trans);
	border-radius: 4px;
}

#noc-filter::-webkit-scrollbar-track {
	background: transparent;
}

#noc-filter button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--secondary-bg);
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
	color: var(--tc);
	font-size: 18px;
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}

#noc-filter button.default {
	color: var(--tc)
}

#noc-filter button.instagram {
	background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.instagram i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.facebook {
	background: linear-gradient(45deg, #036ce3, #149ff8);
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.facebook i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.twitter {
	background: #00acee;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.twitter i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.youtube {
	background: #fe0000;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.youtube i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.android {
	background: #78C257;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.tiktok {
	background: #000;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.spotify {
	background: #1DB954;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.spotify i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.telegram {
	background: #29a0da;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.telegram i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.whatsapp {
	background: #25d366;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.threads {
	background: #000;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.twitch {
	background: #9146ff;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.twitch i {
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.snapchat {
	background: #fffc00;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.snapchat i {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#noc-filter button.quora {
	background: #b92b27;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.google {
	background: #4285f4;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.pinterest {
	background: #e71c22;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.linkedin {
	background: #0078b7;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.discord {
	background: #5166f7;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

#noc-filter button.soundcloud {
	background: linear-gradient(180deg, #f89810, #f8320f);
	;
	-webkit-text-fill-color: unset;
	color: #fff !important
}

.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;
	background: var(--card-bg);
	padding: 10px;
	border-radius: 8px;
}

.filter-hide,
.filter-hide:hover,
.filter-hide:focus {
	color: var(--mc)
}


.menu-toggle {
	color: var(--tw);
	position: absolute;
	z-index: 111;
	right: 0;
	top: 33px;
	width: 28px;
	height: 28px;
}

.menu-toggle svg {
	transform: rotate(180deg);
}

.sidebar-passive .menu-toggle svg {
	transform: rotate(0);
}

.sidebar-passive .app-logo {
	display: none
}

.oc-repeat .btn-repeat {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 33px;
	color: var(--tw) !important;
}

.oc-repeat .btn-repeat .order-tooltip {
	display: none;
}

.oc-repeat .btn-repeat:hover .order-tooltip {
	position: absolute;
	bottom: 40px;
	background: var(--mc);
	padding: 3px 5px;
	border-radius: 8px;
	display: flex;
	white-space: nowrap;
	color: var(--tw);
	font-size: 10px
}

.fh-show {
	display: none;
}

.nto-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px
}

.nto-wrapper .noc-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-bg);
	border-radius: var(--radius);
	color: var(--tc);
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 45px;
}

.nto-wrapper .noc-button.active {
	background: var(--mc);
	color: var(--tw);
	box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}

[data-tooltip] {
	position: relative
}

[data-tooltip]:hover {
	position: relative;
	z-index: 99
}

[data-tooltip]::before {
	content: attr(data-tooltip);
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: center;
	position: absolute;
	width: max-content;
	max-width: 239px;
	top: calc(90% + 5px);
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background-color: var(--mc);
	padding: 4px 15px;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 99
}

[data-tooltip]:hover:before {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 5px)
}

[data-tooltip]::after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(90% + 1px);
	transform: translateX(-50%);
	border-color: transparent transparent var(--mc);
	border-style: solid;
	border-width: 0 4px 4px;
	opacity: 0;
	visibility: hidden;
	transition: .2s
}

[data-tooltip]:hover:after {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 1px)
}


@media (max-width: 575.98px) {
	.nto-wrapper .noc-button {
		font-size: 12px;
	}

	#noc-filter {
		gap: 5px;
		grid-template-columns: repeat(5, 1fr);
	}

	#noc-filter button {
		flex-direction: column;
		height: auto;
		line-height: unset;
		gap: 5px;
		padding: 5px;
	}

	#noc-filter button .noc-text {
		font-weight: 400;
		font-size: 12px;
	}

}

@media (min-width: 575.98px) {
	.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 10px 24px 10px
	}

	.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: var(--primary-bg);
		color: var(--tc);
		padding: 8px 12px;
		box-shadow: 0 4px 10px var(--secondary-bg);
		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)
	}

	.rtl.sidebar-passive:not(.sidebar-active) .sidebar-menu-item .sidebar-menu-text,
	.rtl.sidebar-passive:not(.sidebar-active) .sidebar-top .sidebar-menu-text {
		display: block;
		position: fixed;
		background-color: var(--primary-bg);
		color: var(--tc);
		padding: 8px 12px;
		box-shadow: 0 4px 10px var(--secondary-bg);
		border-radius: 10px;
		transform: translateX(-10px);
		pointer-events: none;
		opacity: 0;
		transition: .24s ease all;
		left: auto;
		right: 75px
	}

	.rtl.sidebar-passive:not(.sidebar-active) .sidebar-menu-item a.on-hover .sidebar-menu-text,
	.rtl.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 .big-logo {
		display: none;
	}

	.sidebar-passive .small-logo {
		display: flex;
	}

	.sidebar-passive .header {
		left: 80px
	}

	.sidebar-passive .app-content {
		padding-left: 80px;
	}
}


@media (max-width: 575.98px) {
	.top-box h4 {
		display: block;
	}

	.top-box h4,
	.top-box-2 h4 {
		font-size: 24px;
	}

	.top-box-wrapper {
		flex-direction: column
	}

	.menu-toggle {
		display: none
	}

	.header .breadcrumb {
		padding: 0
	}

	.neworder-top {
		gap: 5px
	}

	.nameserver-item {
		width: 100%;
	}

	.aff-request {
		flex-direction: column;
		text-align: center;
		gap: 10px
	}

	.aff-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}

	.aff-item {
		align-items: center;
		padding: 12px 18px;
		gap: 3px;
	}

	.aff-end {
		gap: 0
	}

	.aff-item .aff-label {
		font-size: 14px;
	}

	.aff-item .aff-value {
		font-size: 20px;
	}

	.fast-mass {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.fast-mass .fast-item {
		width: 100%
	}

	.app {
		padding-bottom: 75px;
	}

	.bottom-bar {
		display: grid
	}

	.sidebar {
		transform: translateX(-100%);
	}

	.sidebar-toggle {
		right: calc(-15px - 40px);
		top: 20px;
		border-radius: 10px;
		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
	}

	.header {
		height: 74px;
		left: 0
	}

	.header-row {
		height: calc(74px - 1px);
		padding-left: 45px;
	}

	.header-right {
		gap: 10px;
	}

	.header-start .page-description {
		display: none;
	}

	.app-content {
		padding-left: 0;
		padding-top: 74px
	}

	.widget-icon {
		width: 50px;
		height: 50px;
		font-size: 18px;
		border-radius: var(--radius)
	}

	.page-head-bg {
		background: linear-gradient(0deg, var(--mc-trans) 5%, var(--primary-bg) 41.02%), var(--primary-bg) !important;
		height: 150px;
		left: 0;
	}

	.page-head-bg svg {
		display: none
	}

	.container-fluid.container-dashboard,
	.container.container-dashboard {
		margin-top: 15px;
	}

	.header-row {
		gap: 5px
	}

	.header-center {
		margin-left: auto
	}

	.top-box h4 {
		justify-content: center;
		flex-direction: column;
	}

	.account-area {
		flex-direction: column;
		gap: 0
	}

	.account-area .account-menu {
		width: auto
	}

	.account-area .account-menu .nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}

	.account-area .account-content {
		padding: 15px;
	}

	.ticket-item .ticket-item-top {
		flex-direction: column;
		justify-content: center
	}

	.ticket-item .ticket-item-top .tit-first {
		flex-direction: column;
		margin-top: 5px
	}

	.ticket-item .oc-status {
		text-align: center;
		justify-content: center;
		margin-top: 5px
	}

	.ticket-footer .btn {
		width: 100%
	}

	.ticket-body {
		padding: 15px 10px;
	}

	.addbalance-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.dropdown.funds-dropdown .fa-chevron-down {
		display: none
	}

	.share-box h4,
	.share-box p {
		font-size: 24px;
		line-height: 27.48px;
		text-align: center;
	}

	.share-box-right,
	.scb-button span {
		display: none
	}

	.scb-button {
		max-width: 34px;
		padding: 9px;
	}

	.scb-row input {
		font-size: 16px;
		letter-spacing: 0.02em;
	}
}

@media (min-width: 575.98px) {
	.sidebar-toggle {
		display: none
	}
}

@media (max-width: 992px) {
	.card {
		margin-bottom: 15px
	}

	.orders-wrapper,
	.updates-wrapper {
		gap: 0;
	}

	.card.services-title {
		margin-bottom: 10px
	}

	.form-buttons {
		flex-direction: column
	}

	.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: var(--border);
	}

	.dropdown-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 5000;
		display: none;
		opacity: 1;
	}

	.dropdown.show .dropdown-overlay {
		display: block;
	}

	.dropdown-list .dropdown-link {
		padding: 7px 16px;
		font-size: 16px;
		font-weight: 500;
	}

	.oc-block,
	.up-block,
	.oc-first,
	.up-first {
		flex-direction: column;
	}

	.oc-name,
	.up-name {
		font-size: 14px;
		text-align: center
	}

	.oc-alt-first {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		gap: 5px
	}

	.oc-alt-first .oc-item.oc-link {
		grid-area: 1 / 1 / 3 / 3;
		justify-content: center;
	}

	.oc-alt-first .oc-item.oc-date {
		grid-area: 3 / 1 / 4 / 3;
		justify-content: center;
	}

	.oc-alt-first .oc-item .text {
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	.oc-last,
	.up-last {
		margin-left: unset;
	}

	.up-name {
		font-size: 14px;
		text-align: center;
	}

	.up-alt-last {
		margin-left: unset
	}

	.up-block+.up-block {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.services-filters,
	.orders-filters {
		flex-direction: column;
		gap: 4px;
	}

	.services-filters>*,
	.services-filters .btn,
	.orders-filters>*,
	.orders-filters .btn {
		width: 100%;
		justify-content: flex-start;
	}

	.services-filters .sf-item.search .search-box--input,
	.orders-filters .sf-item.search .search-box--input {
		flex: 1;
	}

	.top-box {
		flex-direction: column;
		padding: 15px;
	}

	.top-box-left .top-avatar {
		width: 50px;
		height: 50px;
		font-size: 24px
	}

	.top-box-left {
		margin-bottom: 15px
	}

	.account-area .account-menu {
		margin-top: 15px;
	}

	#scrollTopBtn {
		width: 45px;
		right: 15px;
		bottom: 85px;
		padding: 10px;
	}

	#scrollTopBtn span label {
		display: none;
	}
}

.light .dark-hide {
	display: none
}

.dark .light-hide {
	display: none
}

.small-logo {
	display: none;
	justify-content: center;
	margin: auto;
	max-width: 50px;
}

@media (max-width: 1299.98px) {
	.widget-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.widget-item:nth-child(1) {
		min-width: auto;
	}

	.nav.new-order-tabs {
		grid-template-columns: 1fr;
		gap: 5px
	}
}

@media (max-width: 991.98px) {
	.widget-wrapper {
		gap: 10px;
		overflow-x: auto;
		width: calc(100% + 20px);
		margin: 0 -10px;
		padding: 0 10px;
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 25px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.widget-item {
		border-radius: var(--radius);
		min-width: 240px;
	}

	.widget-wrapper .widget-item {
		margin-bottom: 0
	}

	.widget-item:nth-child(1) {
		min-width: 315px;
	}

	.widget-active {
		margin-top: 25px;
	}

	.widget-item:nth-child(1) p {
		display: none
	}
}

@media (min-width: 576px) and (max-width: 1399.98px) {
	.sidebar-top a {
		justify-content: center;
	}
}

.rtl .home-rates-item {
	padding: 2px 2px 2px 10px
}

.rtl .dropdown-list {
	padding-left: auto;
	padding-right: 0;
}

.rtl .login-box-wrapper .fg-pass {
	border-left: none;
	border-right: 1px solid var(--border);
	left: 1px;
	right: auto;
	top: 1px;
	bottom: 1px;
	border-radius: var(--radius) 0 0 var(--radius)
}

.rtl .sidebar {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid var(--border);
}

.rtl .header {
	left: 0;
	right: 280px;
}

.rtl .app-content {
	padding-left: 0;
	padding-right: 280px;
}

.rtl .header .dd-menu {
	right: auto !important;
	left: 0 !important
}

.rtl .sc-features.no-features .sc-features-item {
	padding: 0 4px 0 10px;
}

.rtl .oc-last,
.rtl .services-filters .sf-item.search,
.rtl .orders-filters .sf-item.search {
	margin-left: 0;
	margin-right: auto
}

.rtl .checkbox label,
[dir=rtl] .checkbox label {
	padding-right: 0
}

.rtl .oc-item>span {
	padding: 5px 5px 5px 15px;
}

.rtl .dropdown.funds-dropdown .fa-chevron-down {
	right: auto;
	left: 10px
}

.rtl .search-box.ticket-search .search-box--icon,
.rtl .ticket-body .ticket-message.owner-message,
.rtl .up-last,
.rtl .up-alt-last {
	margin-left: 0;
	margin-right: auto
}

.rtl .sc-minmax>span+span {
	border-left: none;
	border-right: 1px solid var(--secondary-bg);
}

.rtl .select2-container--open .select2-dropdown {
	transform: translate(100%, 0);
}

.rtl #select-category-container .select2-container--open .select2-dropdown {
	transform: translate(0%);
}

.rtl .select2.select2-container .select2-selection .select2-selection__rendered {
	padding-right: 0;
	padding-left: 33px
}

.rtl .signup-page .signup-first .signup-logo {
	left: 0;
	right: 25px
}

.rtl .signup-container .signup-close {
	right: auto;
	left: 25px
}

.rtl .signup-page .signup-first .signup-copyright {
	left: 0;
	right: 25px
}

.rtl .neworder-price .icon {
	margin-right: 0;
	margin-left: 15px;
}

.rtl .menu-toggle {
	right: auto;
	left: -15px
}

.rtl.sidebar-passive .header {
	left: 0;
	right: 80px;
}

.rtl.sidebar-passive .app-content {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .menu-toggle i {
	transform: rotate(180deg);
}

.rtl.sidebar-passive .menu-toggle i {
	transform: rotate(0deg);
}

.rtl .header .breadcrumb {
	padding: 0 15px 0 0;
}

.rtl .dropdown-toggle.payment-drop img {
	margin-right: -6px;
	margin-left: 10px;
}

@media (max-width: 575.98px) {
	.rtl .header .breadcrumb {
		padding: 0
	}

	.rtl.sidebar-passive .app-content {
		padding-left: 0;
		padding-right: 0;
	}

	.rtl.sidebar-passive .header {
		left: 0;
		right: 0;
	}

	.rtl .app-content {
		padding-left: 0;
		padding-right: 0;
	}

	.rtl header .mh-menu-btn .dropdown {
		margin-right: auto;
		margin-left: 5px;
	}

	.rtl .dropdown.show .dd-menu {
		left: unset !important;
		transform: translateX(50%) !important;
		right: 50% !important;
	}

	.rtl .sidebar {
		transform: translateX(100%);
	}

	.rtl .header {
		left: 0;
		right: 0;
	}

	.rtl .header-row {
		padding-left: 0;
		padding-right: 45px;
	}

	.rtl .sidebar-toggle {
		left: calc(-10px - 40px);
		right: auto;
	}

	.rtl.sidebar-active .sidebar {
		transform: translateX(0%)
	}

	.rtl .neworder-group i {
		left: auto;
		right: 20px;
	}

	.rtl .neworder-group input {
		padding-left: 0;
		padding-right: 50px;
	}

	.rtl .oc-last,
	.rtl .services-filters .sf-item.search,
	.rtl .orders-filters .sf-item.search {
		margin-left: auto;
		margin-right: auto;
	}

	.rtl .dropdown-toggle.payment-drop img {
		margin-right: -6px;
		margin-left: 10px;
	}

	.rtl .ticket-body .ticket-message.owner-message,
	.rtl .up-last,
	.rtl .up-alt-last {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 576px) {
	.widget-content {
		width: 100%;
	}
}

.form-group__checkbox-label input[type="checkbox"] {
	display: none;
}

.form-group__checkbox-label {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.form-group__checkbox-label .checkmark {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: var(--secondary-bg);
	border: 2px solid var(--mc);
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	transition: all .12s, border-color .08s;
}

.form-group__checkbox-label input[type="checkbox"]:checked+.checkmark {
	width: 10px;
	height: 20px;
	top: -5px;
	left: 10px;
	border-radius: 0;
	opacity: 1;
	background: transparent;
	border-color: var(--mc);
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
}

.form-group__checkbox label {
	padding-left: 28px;
	font-size: 14px;
}

.wallet-auto {
	overflow: auto
}

.loading-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	font-size: 1.2rem;
	color: var(--tc);
	text-align: center
}

.spinner {
	width: 40px;
	height: 40px;
	margin-bottom: 1rem;
	border: 4px solid var(--mc);
	border-top-color: var(--secondary-bg);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

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

.fade-out {
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

@media (max-width: 576px) {
	.outside .services-title.sticky {
		border-radius: var(--radius);
		top: 75px;
		margin-left: 0;
		margin-right: 0;
	}
}

.services-details {
	background: var(--card-bg);
	border-radius: var(--radius);
	border: 1px solid var(--border);
}

.services-card {
	margin-bottom: 5px;
}

.services-card .services-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border: 1px solid var(--border);
	background: linear-gradient(180deg, var(--secondary-bg) 0%, var(--card-bg) 100%);
	border-radius: 10px;
	cursor: pointer;
}

.services-card .services-header.active {
	background: linear-gradient(0deg, var(--mc-trans) 0%, transparent 100%);
	border-color: var(--mc-trans);
}

.services-card .services-header.active .fa-chevron-down {
	transform: rotate(180deg);
}

.services-card .services-header.active .services-title,
.services-card .services-header.active .fa-chevron-down {
	color: var(--tc)
}

.services-card .services-header .services-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: var(--tc);
	margin-bottom: 0;
}

.services-card .services-header .sp-count {
	background: var(--primary-bg);
	padding: 0 7px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 400;
	color: var(--tc);
	margin-right: 10px;
}

.services-card .services-header.active .sp-count {
	background: var(--mc);
	color: var(--tw)
}

.services-card .services-header .fa-chevron-down {
	font-size: 16px;
	flex-shrink: 0;
	color: var(--ts);
	font-weight: 600;
}

.services-card .services-list {
	display: none;
}

.services-card .services-item .btn-primary {
	margin-left: auto
}

.services-card .heading-wrapper {
	flex: 0 0 auto;
	width: 100%;
	position: relative
}

.services-card .btn-favorite,
.services-card .btn-favorite:hover,
.services-card .btn-favorite:focus {
	padding: 0px;
	background: #ff4c4c;
	color: #fff !important;
	width: 25px;
	height: 25px;
	font-size: 14px;
	transition: .14s ease all;
	border-radius: 5px
}


@media (min-width:768px) {
	.services-card .heading-wrapper {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:992px) {
	.services-card .heading-wrapper {
		width: 100%;
		background: var(--secondary-bg);
		border-radius: 5px;
		margin-top: 5px;
	}
}

.services-card .services-item {
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid var(--border);
	box-sizing: border-box;
	font-size: 13px
}

.services-card .services-item:last-child {
	border: none
}

.services-card .services-item .avgtime {
	font-size: 11px;
	color: var(--mc)
}

.services-card .services-item .avgtime.avg-yellow {
	color: #ffe51a
}

.services-card .services-item .avgtime.avg-red {
	color: #ff3364
}

.services-card .services-item .s-row {
	display: flex;
	align-items: center;
	gap: 10px
}

.services-card .services-item .s-row.s-title {
	font-weight: 600;
	display: none
}

.services-card .services-item .s-col {
	flex: 0 0 auto
}

.sc-features {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px
}

.sc-features .sc-features-item {
	display: flex;
	justify-content: center;
	color: var(--tw);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	line-height: 24px;
	font-size: 10px;
	align-items: center;
}

.sc-features .sc-features-item.refill {
	background: #10b981
}

.sc-features .sc-features-item.dripfeed {
	background: #3b82f6
}

.sc-features .sc-features-item.recommended {
	background: #e1b04a
}

.sc-features .sc-features-item.canceled {
	background: #ef4444
}

.sc-features .sc-features-item.fast {
	background: #a855f7
}

.best-seller {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: var(--secondary-bg);
	padding: 10px;
	border-radius: var(--radius);
	margin-bottom: 10px;
	border: 1px solid var(--border);
	box-shadow: inset 0px 0px 10px var(--mc-trans)
}

.best-seller .bs-top {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-bottom: 1px solid var(--border);
	padding-bottom: 5px;
}

.best-seller .bs-top .bs-id {
	background: var(--mc);
	min-width: 50px;
	text-align: center;
	border-radius: 5px;
	color: var(--tw)
}

.best-seller .bs-top .bs-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.best-seller .bs-bottom {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-top: 5px;
	justify-content: flex-end;
}

.best-seller .bs-bottom .bs-price {
	display: flex;
	align-items: center;
	border: 1px solid rgb(16, 113, 185, .1);
	background: rgb(16, 113, 185, 1);
	color: var(--tw);
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.4px;
	padding: 2px 15px;
}

.best-seller .bs-bottom .bs-price,
.best-seller .bs-bottom .btn-primary {
	width: 100%;
	text-align: center;
	justify-content: center;
}


.recomm-container {
	border: 1px solid var(--border);
	background-color: var(--card-bg);
	padding: 35px 45px 35px;
	position: relative;
	border-radius: 25px;
}

.recomm-container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: rotate(3deg);
	background: linear-gradient(90deg, var(--mc) 0%, var(--mc-hover) 100%);
	z-index: -1;
	border-radius: 25px;
}

.recomm-wrapper.recomm-toplist {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	position: relative;
	z-index: 2;
}

.recomm-wrapper .item {
	background: var(--primary-bg);
	border: 1px solid var(--border);
	border-radius: 10px;
	margin: 0;
	padding: 10px 12px;
	cursor: pointer;
}

.recomm-wrapper .item:hover {
	background: var(--secondary-bg);
	border-color: var(--mc)
}

.item-row {
	color: var(--tc);
	display: flex;
	align-items: center;
}

.item-row>div {
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-flex: 0;
	padding: 0 7px;
}

.item-row .sr-id {
	color: var(--tw);
	flex: 0 0 50px;
	font-size: 13px;
	font-weight: 500;
	background-color: var(--mc-hover);
	border-radius: 30px;
	min-height: 25px;
}

.item-row .sr-title {
	color: var(--tc);
	flex: 1;
	text-align: left;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 400;
	padding-left: 15px;
}

.recomm-container .sr-title .sr-text {
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.recomm-container .sr-title span {
	font-size: 12px;
}

.item-row .sr-price {
	flex: 0 0 90px;
	justify-content: flex-end;
	font-size: 14px;
	font-weight: 800;
}

.spin-now {
	animation: spin 6s linear infinite;
}

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

	to {
		transform: rotate(360deg);
	}
}

.brands-arrow {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 25px
}

.brands-arrow span {
	font-family: "Playball", cursive;
	font-size: 32px;
	color: var(--mc)
}

.brands-arrow svg {
	margin-top: -30px;
	margin-left: -5px
}

#hide-balance {
	position: absolute;
	right: 10px;
	top: 10px;
	color: var(--mc);
	z-index: 99
}

#hide-balance:hover {
	opacity: .8
}

.balance-value {
	visibility: hidden;
}

@media (min-width:992px) {
	.services-card .services-item .s-row.s-title {
		display: flex
	}

	.services-card .services-item .s-col {
		flex: 0 0 50px;
		width: 50px
	}

	.services-card .services-item .s-col.s-col-sm {
		flex: 0 0 50px;
		width: 50px
	}

	.services-card .services-item .s-col.s-col-md {
		flex: 0 0 100px;
		width: 100px
	}

	.services-card .services-item .s-col.s-col-lg {
		flex: 0 0 180px;
		width: 180px
	}

	.services-card .services-item .s-col.s-title {
		flex: 1 0 0%;
		width: auto
	}
}

@media (max-width:992px) {
	.services-details {
		margin-top: 10px;
	}

	.services-card .services-header {
		padding: 5px 10px;
	}

	.services-card .services-item .s-row {
		flex-wrap: wrap;
		align-items: center;
		gap: 2%;
	}

	.services-card .services-item .s-col-avtime {
		width: 100%;
		text-align: center
	}

	.services-card .services-item .s-col-btn {
		flex: 1
	}

	.services-card .services-item .s-col {
		padding: 0
	}

	.services-card .services-item .s-col::before {
		content: attr(data-title);
		display: block;
		font-weight: 600;
		font-size: 13px
	}

	.services-card .services-item .s-col-fav {
		position: absolute;
		top: 0;
		right: 0
	}

	.services-card .services-item .s-col-id {
		text-align: center;
		background: var(--mc);
		border-radius: var(--radius) 0;
		width: max-content;
		min-width: 100px;
		color: var(--tw);
		border: 1px solid var(--mc);
		position: absolute;
		left: 0;
		top: 0;
	}

	.services-card .services-item .services-title {
		width: 100%;
		text-align: center;
	}

	.services-card .services-header .services-title {
		font-size: 14px;
		font-weight: 400;
	}

	.services-card .services-item .s-col-c {
		width: 49%;
		text-align: center;
		background: var(--secondary-bg);
		border-radius: 5px;
		padding: 5px 0;
		margin: 5px 0;
	}

	.services-card .btn-favorite,
	.services-card .btn-favorite:hover,
	.services-card .btn-favorite:focus {
		border-radius: 0 var(--radius);
	}

	.services-card .services-item {
		padding: 35px 10px 10px 10px;
		position: relative;
	}

	.services-card .services-item .btn-primary {
		margin: auto;
	}

	.services-card .heading-wrapper .services-item {
		display: none
	}

	.services-card .services-item .s-col.s-title {
		width: 100%;
		text-align: center;
		background: var(--secondary-bg);
		padding: 5px;
		border-radius: 5px;
	}

	.services-card .services-header .services-title {
		width: 100%;
		flex-direction: column;
		gap: 5px;
	}

	.services-card .services-header .sp-count {
		width: max-content
	}

	.sc-features {
		justify-content: center;
	}

	.best-seller .bs-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.section-header {
		margin: 0 auto 35px auto;
	}

	.step-box-wrapper {
		display: flex;
		align-items: stretch;
		gap: 1.5rem;
		overflow-x: auto;
	}

	.step-box-wrapper>div {
		flex: 1;
	}

	.step-box-wrapper::-webkit-scrollbar {
		height: 6px;
	}

	.step-box-wrapper::-webkit-scrollbar-thumb {
		background: var(--mc-trans);
		border-radius: 4px;
	}

	.step-box-wrapper::-webkit-scrollbar-track {
		background: transparent;
	}

	.step-box-wrapper .step-box-item {
		min-width: 80%;
	}

	.step-box-wrapper .step-box-item:nth-child(2) {
		margin-top: 0;
	}

	.step-card {
		min-height: 275px;
		justify-content: space-between;
	}

	.home-brands-wrapper .brands-item {
		aspect-ratio: 1
	}

	.recomm-container {
		padding: 15px;
	}

	.review-item {
		min-height: 350px
	}

	.review-space {
		min-height: 250px
	}

	.review-item {
		padding: 50px 16px 16px
	}

	.review-item .title {
		font-size: 18px
	}

	.item-row .sr-title {
		padding-left: 5px;
	}

	.recomm-wrapper .item {
		padding: 10px 5px;
	}

	.item-row .sr-price {
		flex: 0;
	}

	.sgb-avatar {
		margin-right: 15px;
	}

	.btn-start-growth button {
		white-space: nowrap
	}

	.btn-message button {
		width: 135px
	}

	.active-user {
		justify-content: center;
		margin-bottom: 15px;
	}

	.step-box-wrapper .step-box-item .step-arrow {
		display: none
	}


	footer .footer-top {
		flex-direction: column;
		gap: 15px;
	}

	footer .copyright-inner {
		justify-content: center
	}

	footer .copyright-inner {
		padding: 35px 15px 15px 15px;
	}
}

@media (max-width: 1023.98px) {
	.mobile-hide {
		display: none
	}
}

@media (min-width: 1023.98px) {
	.desktop-hide {
		display: none
	}
}

@media (min-width: 576.98px) and (max-width: 1023.98px) {
	.home-brands-wrapper {
		grid-template-columns: repeat(10, 1fr);
	}

	.step-box-wrapper {
		display: flex;
		gap: 1.5rem
	}

	.step-box-wrapper .step-box-item {
		min-width: auto;
	}

	.home-features-text {
		padding: 0 30px 15px 30px;
		text-align: center;
	}

	.features-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.payment-gateways {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
		margin-top: 25px;
	}

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