/*
Perfect Panel Theme Crafted by
Author: perfectd3v 
https://www.fiverr.com/perfectd3v
https://t.me/perfectd3vv
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

html {
	--color-1: #FCFCFC;
	--color-2: #F4F4F4;
	--color-3: #6F767E;
	--color-4: #EFEFEF;
	--color-5: #1A1D1F;
	--color-6: #aa56ff;
	--color-7: #8756ff;
	--color-8: rgb(170, 86, 255, .15);
	--tp-color-red: #de3f3f;
	--tp-color-blue: #326cec;
	--tp-color-purple: #781adc;
	--tp-color-green2: #169b47;
	--tp-color-green3: #007e67;
	--tp-color-yellow: #bc8c27;
	--tp-color-gold: #FFD700;
	--tp-color-pink: #fc25ff;
	--tp-color-red-2: #ff0000;
	--tp-color-cyan: #aa56ff;
	--tp-color-orange: #ffa311;
}

html.dark {
	--color-1: #171f2e;
	--color-2: #151b26;
	--color-3: #bfd5fd;
	--color-4: #111620;
	--color-5: #FFFFFF;
	--color-6: #aa56ff;
	--color-7: #8756ff;
	--color-8: rgb(170, 86, 255, .07);
	--tp-color-red: #de3f3f;
	--tp-color-blue: #326cec;
	--tp-color-purple: #781adc;
	--tp-color-green2: #169b47;
	--tp-color-green3: #007e67;
	--tp-color-yellow: #bc8c27;
	--tp-color-gold: #FFD700;
	--tp-color-pink: #fc25ff;
	--tp-color-red-2: #ff0000;
	--tp-color-cyan: #aa56ff;
	--tp-color-orange: #ffa311;
}

body[data-color="purple"] {
	--color-6: #aa56ff;
	--color-7: #8756ff;
	--color-8: rgb(170, 86, 255, .07)
}

body[data-color="blue"] {
	--color-6: #2A85FF;
	--color-7: #044aa9;
	--color-8: rgb(42, 133, 255, .07)
}

body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	letter-spacing: -.015em;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	min-width: 375px;
	color: var(--color-3);
	background-color: var(--color-2);
	top: 0 !important
}

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

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


a:hover {
	color: var(--color-6) !important;
}

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

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
}

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

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

::-webkit-scrollbar-track {
	background: var(--color-1);
}

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

.alert {
	border-radius: 15px;
	border: none !important
}

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

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

.badge {
	background: var(--color-6) !important;
	color: #fff !important;
}

.text-purple {
	color: var(--color-6)
}

.text-danger,
.text-success {
	font-weight: 600
}

.homeSection {
	padding: 100px 0 50px 0
}

.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.logo {
	width: 48px;
	height: 48px;
}

.logo img {
	width: 100%;
}

.sidebar.active .main-logo {
	display: none
}

body.dark .main-logo {
	display: block;
}

.icon-small {
	-webkit-transform: scale(0.834);
	transform: scale(0.834);
}

.c-pointer {
	cursor: pointer;
}

.transition {
	transition: all 0.15s ease;
}

main {
	margin-left: 300px;
	padding-top: 85px;
	transition: all 0.15s ease;
}

#outside main {
	margin-left: auto
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(244, 244, 244, 0.5);
	backdrop-filter: blur(5px);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.15s ease;
}

body.dark .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}

.overlay.active {
	visibility: visible;
	opacity: 1;
}

header {
	background-color: var(--color-1);
	box-shadow: inset 1px 0px 0px var(--color-2), inset 0 -1px 0px var(--color-2);
	position: fixed;
	min-width: 375px;
	top: 0;
	left: 300px;
	right: 0;
	z-index: 1000;
	transition: all 0.15s ease;
}

.navbar .nav-item:not(:last-child) {
	margin-right: 10px;
}

.navbar .menu-item {
	display: none;
}

.navbar .toggle-item .toggle-head {
	transition: all 0.15s ease;
}

.navbar .changeColor .toggle-head i {
	font-size: 24px;
	line-height: 24px;
	background-image: linear-gradient(to right, #ffbf02, #ed0082);
	color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar .currencyItem .toggle-head {
	color: #fff;
	border-radius: 100%;
}

.navbar .currencyItem .toggle-head i {
	font-size: 24px;
	line-height: 24px;
	color: var(--color-3);
}


.navbar .currencyItem .toggle-body::after {
	right: 24px;
}


.navbar .currencyItem .currencyList .content .name {
	color: var(--color-5)
}

.navbar .currencyItem .currencyList .item:hover {
	background: var(--color-4);
	border-radius: 10px
}

.navbar .currencyItem .currencyList .item:hover .name {
	color: var(--color-5)
}

.navbar .currencyItem .currencyList .content .name .cSymbol {
	background: rgb(255, 255, 255, .25);
	padding: 3px 10px;
	border-radius: 5px;
	margin-right: 10px
}

.navbar .user-item .toggle-body::after {
	right: 24px;
}

.navbar .user-item .onlineDot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgb(114, 225, 40);
	bottom: 3px;
	right: -5px;
	border: 3px solid var(--color-1);
	position: absolute
}


.navbar .nav-item {
	position: relative;
}


.navbar .nav-item .nav-link {
	position: relative;
	height: 40px;
	width: 40px;
	padding: 0;
	cursor: pointer;
}

.navbar .nav-item .toggle-head.active::before {
	transition: all 0.15s ease;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 2px solid var(--color-1);
	background: #FF6A55;
	z-index: 5;
}

.navbar .nav-item .toggle-body {
	right: -12px;
	width: 200px;
	position: absolute;
	z-index: 100;
	border-radius: 16px;
	top: calc(100% + 14px);
	padding: 12px;
	border: 1px solid var(--color-4);
	background-color: var(--color-1);
	box-shadow: 0px 40px 64px -12px rgba(0, 0, 0, 0.08), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 32px 48px -8px rgba(0, 0, 0, 0.1);
}

.navbar .nav-item .toggle-body a {
	border-bottom: 1px solid var(--color-4)
}

.navbar .nav-item .toggle-body a:last-child {
	border-bottom: none
}

.navbar .nav-item .toggle-body .top .toggle-title {
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
}

.navbar .user-item .toggle-head {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: var(--color-4);
	color: var(--color-3) !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.navbar .user-item .toggle-head span {
	font-size: 24px;
	color: var(--color-6)
}

.navbar .user-item .toggle-body {
	padding: 16px !important;
	max-width: 280px;
}


.navbar .user-item .toggle-body .nav:not(:last-child) {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--color-4);
}

.navbar .user-item .toggle-body .nav a {
	color: var(--color-3);
	width: 100%;
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 12px;
	letter-spacing: -.01em;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}

.navbar .user-item .toggle-body .nav a:hover {
	color: var(--color-5);
}

.navbar .user-item .toggle-body .nav a.logout {
	color: rgba(255, 38, 38, 0.75) !important;
}


.navbar .user-item .toggle-body .nav a.logout:hover {
	color: rgba(255, 38, 38, 1) !important;
}

.close-sidebar {
	height: 48px;
	width: 48px;
	border-radius: 10px;
	background-color: var(--color-8);
	color: var(--color-6);
	outline: none;
	border: none;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 48px;
}

.close-sidebar:hover {
	background-color: var(--color-6);
	color: var(--color-5);
}

.sidebar .main-logo-lg.light,
.sidebar .main-logo-lg.dark {
	display: none
}

.sidebar.active .main-logo-lg.dark {
	display: block !important;
}

.dark .sidebar.active .main-logo-lg.dark {
	display: none !important;
}

.dark .sidebar.active .main-logo-lg.light {
	display: block !important
}

.sidebar {
	overflow-x: hidden;
	max-width: 300px;
	max-height: 100vh;
	height: 100%;
	width: 100%;
	background-color: var(--color-1);
	-webkit-overflow-scrolling: touch;
	z-index: 1010;
	transition: all 0.15s ease;
	align-items: center
}

.sidebar.active {
	align-items: start
}

.sidebar .border-top {
	border-color: var(--color-4) !important;
	width: 100%
}

.border-top.bottom-shadow {
	box-shadow: 0 0 50px 25px var(--color-4)
}

.close-sidebar i {
	font-size: 24px;
}

.sidebar .menu .nav-link i {
	font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: 400;
}

.sidebar .menu .nav-item {
	position: relative;
}

.sidebar.active .menu .nav-item {
	margin: 0 10px
}

.sidebar .menu {
	overflow-x: hidden;
	padding: 0 10px
}

.sidebar .nav {
	display: block;
	width: 100%
}

.sidebar .menu .nav-link {
	transition: all 0.15s ease;
	color: var(--color-3) !important;
	border-radius: 0;
	padding: 5px 10px !important
}

.sidebar.active .menu .nav-link {
	justify-content: start
}

.sidebar.active .menu .nav-link i {
	margin-right: 10px
}

.sidebar .menu .nav-link:hover {
	color: var(--color-5);
	background: var(--color-4);
}

.sidebar .menu .nav-link.active {
	background-color: var(--color-6);
	color: var(--color-1) !important;
}

.dark .sidebar .menu .nav-link.active {
	color: var(--color-5) !important;
}

.sidebar .menu .nav-link.active:hover {
	color: var(--color-1) !important;
}

.dark .sidebar .menu .nav-link.active:hover {
	color: var(--color-5) !important;
}

.sidebar .menu .nav-link .icon-item {
	margin-right: 12px;
}

.sidebar.active {
	max-width: 300px;
	box-shadow: 4px 0 32px rgba(17, 19, 21, 0.05);
}


.sidebar.active .nav-link {
	font-size: 15px !important;
}

.sidebar.active .nav-link .icon-item {
	margin-right: 12px !important;
}

.sidebar.active .nav-link .arrow,
.sidebar.active .nav-link .badge {
	display: block !important;
}

.sidebar.active .nav-link.active-category {
	box-shadow: none !important;
	background: transparent !important;
}

.sidebar.active .arrow-show {
	display: none !important;
}

.sidebar.active .bottom label.switch-theme {
	max-width: inherit;
	height: inherit;
	margin: 10px;
}

.sidebar.active .bottom label.switch-theme::before {
	width: calc(50% - 4px);
	height: 32px;
}

.sidebar.active .bottom label.switch-theme .mode-dark,
.sidebar.active .bottom label.switch-theme .mode-light {
	display: flex !important;
	justify-content: center !important;
}

.sidebar.active .bottom label.switch-theme .mode-dark .theme-text,
.sidebar.active .bottom label.switch-theme .mode-light .theme-text {
	display: block;
}

.sidebar.active .bottom label.switch-theme .mode-dark .theme-icon,
.sidebar.active .bottom label.switch-theme .mode-light .theme-icon {
	margin: 5px 8px 0 -10px;
	width: 24px;
}

.sidebar.active .bottom input#switch-theme-input:checked+label::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.sidebar.active .bottom input#switch-theme-input:checked+label .mode-dark,
.sidebar.active .bottom input#switch-theme-input:checked+label .mode-light {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sidebar .bottom label.switch-theme {
	margin: 10px 10px 0 10px
}

.sidebar .close-sidebar {
	display: none
}

.sidebar.active .close-sidebar {
	display: block
}

.sidebar .close-sidebar i {
	color: var(--color-6) !important;
	border-radius: 100%;
	padding: 2px;
}

.sidebar .sidebar-top {
	justify-content: center
}

.sidebar.active .sidebar-top {
	justify-content: space-between
}

.toggle-item .toggle-head {
	cursor: pointer;
}

.toggle-item.active .toggle-body {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.toggle-item .toggle-body {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: all 0.15s ease;
}

select.select {
	display: none !important;
}

label.switch-theme {
	position: relative;
	padding: 4px;
	border-radius: 15px;
	background-color: var(--color-3);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.15s ease;
}


label.switch-theme {
	background-color: var(--color-2);
}

label.switch-theme::before {
	position: absolute;
	box-sizing: content-box;
	width: calc(50% - 4px);
	height: 32px;
	border-radius: 12px;
	content: '';
	transition: background-color .15s ease, -webkit-transform .30s ease;
	transition: transform .30s ease, background-color .15s ease;
	transition: transform .30s ease, background-color .15s ease, -webkit-transform .30s ease;
	background-color: var(--color-1);
}


label.switch-theme::before {
	background-color: var(--color-1);
}

label.switch-theme .mode-dark,
label.switch-theme .mode-light {
	z-index: 10;
	padding: 4px;
	width: 100%;
	border-radius: 15px;
	transition: all 0.15s ease;
}

label.switch-theme .mode-dark .theme-text,
label.switch-theme .mode-light .theme-text {
	letter-spacing: -.01em;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6;
}


label.switch-theme .mode-dark .theme-icon,
label.switch-theme .mode-light .theme-icon {
	margin: 0 8px 0 -10px;
	line-height: 0;
}


label.switch-theme .mode-dark .theme-icon i,
label.switch-theme .mode-light .theme-icon i {
	font-size: 20px;
}

.sidebar.passive label.switch-theme .mode-dark .theme-icon i,
.sidebar.passive label.switch-theme .mode-light .theme-icon i {
	font-size: 24px;
}

input#switch-theme-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

input#switch-theme-input:checked+label::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}


input#switch-theme-input:checked+label .mode-dark .theme-text {
	color: var(--color-3);
}


input#switch-theme-input+label .mode-light .theme-text {
	color: var(--color-2);
}

input#switch-theme-input+label .mode-light .theme-text {
	color: var(--color-3);
}

.card {
	transition: all 0.15s ease;
	background-color: var(--color-1);
	border-radius: 15px;
}

.card.card-bg {
	background: var(--color-1) url(https://storage.perfectcdn.com/a3vltc/t491ezg9zxouy2s9.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.card-head {
	border-radius: 8px 8px 0 0;
	background: url(https://storage.perfectcdn.com/a3vltc/1yhpppjrt5yfqf5h.png);
	padding: 0 10px 0 25px
}

.dark .card-head {
	background: url(https://storage.perfectcdn.com/a3vltc/j69e28mcbcxja0ry.png);
	border-bottom: 1px solid var(--color-4)
}

.card-head h4 {
	color: var(--color-5);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 24px
}

h4.acc-head {
	color: var(--color-5);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 32px;
}

.card-head-icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 20px;
	background-color: var(--color-8);
	color: var(--color-6);
}

.card-head-title {
	padding: 30px 0;
	position: relative;
	display: inline-block;
}

.card-head-title::after {
	content: "";
	position: absolute;
	background-color: var(--color-6);
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
}

.desc-list {
	height: 47px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--color-4);
	border-radius: 15px;
	margin-top: 5px
}

.desc-list .icon {
	width: 32px;
	height: 32px;
	color: var(--color-6);
	background-color: var(--color-8);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.btn {
	position: relative;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px;
	border: none;
	color: #fff;
}

#outside .btn {
	border-radius: 15px
}

.btn:hover,
btn:focus {
	color: #fff !important
}

.btn-sm {
	font-size: 14px !important;
	padding: 6px 12px;
}

.btn-rounded {
	border-radius: 50px;
}

.btn-border {
	border: 1px solid #4f75ff !important;
}

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

.btn-100.btn-icon {
	display: flex;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background: #ffd7d7 !important
}

.dark .btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background: var(--color-2) !important
}

.btn-primary {
	background: var(--color-6);
	font-size: 16px;
	color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus {
	background: var(--color-7) !important;
}

.btn-secondary {
	background: #04a947;
	font-size: 16px
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: #02642a;
}

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

.btn-rounded {
	color: #fff !important
}

.btn-danger {
	background: bb2d3b;
	color: #fff;
	font-size: 16px
}

.form-control {
	letter-spacing: -.01em;
	padding: 12px 24px;
	font-size: 13px;
	border-radius: 10px !important;
	background: var(--color-2);
	color: var(--color-3);
	border: none;
	height: 50px
}

.form-control:focus {
	box-shadow: none !important;
	background: var(--color-2);
	color: var(--color-3)
}

.form-control:disabled,
.form-control[readonly] {
	background-color: var(--color-4);
}

select.form-control {
	border: none
}

.form-group label {
	padding-bottom: 5px
}

.search-input {
	z-index: 15;
	transition: all 0.15s ease;
}

.search-input.input-group {
	width: 35%;
}

.search-input .input-group-text {
	background-color: transparent !important;
}

.search-input input.form-control {
	letter-spacing: -.01em;
	padding: 12px 24px;
	border-radius: 8px !important;
	background: var(--color-2)
}

.search-input input.form-control:focus {
	box-shadow: none !important;
}

.search-input .btn-command {
	position: absolute;
	transition: all 0.15s ease;
}

.search-input .btn-command {
	box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.05), inset 0px -1px 1px rgba(0, 0, 0, 0.04), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
	background-color: var(--color-4);
	border-radius: 8px;
	width: 56px;
	height: 32px;
	font-size: 16px;
	color: var(--color-5);
	font-weight: 600;
	line-height: 1.5;
	right: 7px;
	z-index: 5;
	transition: all 0.15s ease;
}

.search-input .btn-command .symbol {
	font-size: 20px;
	font-weight: 400;
	padding-right: 4px;
}


.input-group {
	position: relative;
}

.input-group .input-group-text {
	position: absolute;
	z-index: 10;
	padding: 0 8px;
	top: 2px;
	bottom: 2px;
	fill: #6F767E;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F4F4F4;
	transition: all 0.15s ease;
	border: none
}

.input-group .input-group-text:not(:last-child) {
	left: 2px;
}

.input-group .input-group-text:not(:first-child) {
	right: 2px;
}

.input-group .input-group-text.transparent {
	background-color: transparent !important;
}

.card.userCard {
	position: relative
}

.userCard .ud-row {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 1.5rem);
}

.userCard .ud-card {
	padding: 25px 40px 25px 40px
}

.userCard .ud-card h5 {
	position: relative;
	width: max-content
}

.userCard .ud-card h5 img {
	position: absolute;
	top: 2px;
	right: -23px;
	width: 20px
}

.userCard .userDetails {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 30px
}

.userCard .userDetails .ud-icon {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 1;
	overflow: hidden;
	user-select: none;
	border-radius: 8px;
	color: var(--color-6);
	background-color: var(--color-8);
	margin-right: 1rem;
}

.userCard .userDetails .ud-text {
	display: flex;
	flex-direction: column;
}

.userCard .userDetails .ud-text h6 {
	line-height: 1.6;
	letter-spacing: 0.15px;
	color: var(--color-5);
	font-weight: 600;
	margin-bottom: 0
}

.userCard .userDetails .ud-text span {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.25;
	letter-spacing: 0.4px;
	color: var(--color-3);
}

.userCard .ud-img {
	right: 0px;
	bottom: 0px;
	width: 275px;
	position: absolute;
}

.userCard .ud-img-3 {
	right: 10px;
	bottom: 0px;
	width: 125px;
	position: absolute;
}

.rankCard {
	position: relative
}

.rankCard .rc-img {
	right: 15px;
	top: 0px;
	width: 85px;
	position: absolute;
}

.rankCard .rc-img-2 {
	right: 10px;
	bottom: -10px;
	width: 110px;
	position: absolute;
}

.rankCard .rc-card {
	min-width: 550px;
	padding: 15px 40px 15px 40px
}

.rankCard .progress {
	background-color: var(--color-8);
	border-radius: 10px;
	height: 1.2rem;
	width: 80%;
	position: relative
}

.rankCard .progress-bar {
	background-color: var(--color-6);
}

.rankCard .rc-card #placePercent {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 15px
}

.form-select {
	background-color: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-5);
	height: 58px;
	padding: 0 26px;
	max-width: 100%;
	width: 100%
}

.form-select:focus {
	outline: none;
	border-color: 1px solid var(--color-4);
	background-color: var(--color-2);
	color: var(--color-5)
}

.form-select:disabled {
	background-color: var(--color-2);
	border: 1px solid var(--color-4);
}

.dd-btn.dropdown-toggle {
	height: 58px;
	border-radius: 15px
}


.dd-btn.dropdown-toggle::after {
	display: none !important
}

.pagination .page-item.active .page-link {
	background-color: var(--color-6);
	color: #fff;
}

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

.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(--color-2);
}

.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(--color-1);
	border: none;
	margin: 0;
	height: 50px;
	padding: 0px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 17.3005px;
	line-height: 18px;
	color: var(--color-5);
	position: relative;
}

.pagination .page-item .page-link:hover {
	color: var(--color-5);
}

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

.search-services {
	height: 40px;
	position: relative;
}

.search-services:focus-within .icon {
	color: var(--color-3);
}

.search-services .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #92969d;
	transition: 0.14s ease;
}

.search-services .textbox {
	width: calc(100% - 40px);
	margin-left: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: none;
	color: var(--color-3);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

.search-services .textbox::placeholder {
	color: #92969d;
}

.s-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.s-row.s-title {
	font-weight: 600;
	display: none;
}


.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.si-wrapper {
	flex: 0 0 auto;
	width: 100%;
	position: relative;
}

.s-col {
	flex: 0 0 auto;
}

.service-item {
	padding: 12px 30px;
	border-radius: 15px;
	margin-bottom: 14px;
	background: var(--color-1);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 15px;
}


.service-item .s-col-id i {
	cursor: pointer
}

.services-head-row .service-item {
	background-color: transparent;
	border: none;
}

.sp-serv-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.sp-services .card {
	margin-bottom: 30px;
}


.si-header {
	padding: 15px 30px;
	background: var(--color-6);
	border-radius: 15px;
	border: 1px solid var(--color-7);
	margin-bottom: 14px;
}

.si-header .si-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0;
}

.modal-wrapper {
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(1px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px black;
}

.modal-wrapper.active {
	display: flex;
}

.mbo-wrapper {
	height: 100%;
	width: 100%;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-y: auto;
}

.modal-box {
	margin: auto 0;
	max-width: 560px;
	width: 100%;
	border-radius: 25px;
	background: var(--color-2);
	border: 1px solid var(--color-4);
	text-align: left;
	position: relative;
}

.modal-box .m-body .form-control {
	background: var(--color-1);
	border: 1px solid var(--color-4)
}

.m-header {
	padding: 30px 30px 60px;
	background-color: var(--color-2);
	border-radius: 25px 25px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.m-header>* {
	text-align: center;
}

.m-body {
	padding: 30px;
}

.m-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.005em;
	color: var(--color-5);
	margin-bottom: 0;
	word-break: break-word;
	word-wrap: break-word;
	white-space: normal;
	max-width: 100%;
	min-width: 40%;
}

.m-close {
	border: none;
	outline: none;
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	border-radius: 15px;
	position: absolute;
	z-index: 3001;
	top: 15px;
	right: 15px;
}

.m-close:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 57, 255, 0.2);
}

.m-sub-title {
	margin-top: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.005em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

#serviceModalText {
	background: var(--color-1);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	padding: 30px;
	margin-top: -60px;
	white-space: break-spaces;
	max-height: 350px;
	overflow-y: scroll;
}

.header-msg {
	margin-left: 25px
}

.service-modal-id {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	background: var(--color-6);
	border-radius: 15px;
	padding: 14px 23px;
	margin-bottom: 16px;
}


.order-modal .m-header {
	padding: 15px
}

.order-modal .m-body {
	padding: 30px 15px
}

.dropdown-menu {
	background: var(--color-1);
	border-color: var(--color-4);
	border-radius: 15px;
	top: 4px !important;
	min-width: 100%;
}

.dropdown-menu .dropdown-item {
	color: var(--color-3)
}

.dropdown-menu .dropdown-item:hover {
	background: var(--color-4);
	color: var(--color-6)
}

.op-stats {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	padding: 5px 15px;
}

.op-stats.completed {
	background-color: rgb(0, 182, 122, .25);
	border: 1px solid #00B67A;
	color: #00B67A;
}

.op-stats.processing {
	background-color: rgb(246, 86, 25, .25);
	border: 1px solid #f65619;
	color: #f65619;
}

.op-stats.inprogress {
	background-color: rgb(2, 159, 255, .25);
	border: 1px solid #029fff;
	color: #029fff;
}

.op-stats.pending {
	background-color: rgb(251, 188, 5, .25);
	border: 1px solid #fbbc05;
	color: #fbbc05;
}

.op-stats.partial {
	background-color: rgb(129, 129, 129, .25);
	border: 1px solid #818181;
	color: #818181;
}

.op-stats.cancelled {
	background-color: rgb(255, 62, 124, .25);
	border: 1px solid #ff3e7c;
	color: #ff3e7c;
}

.tooltip-inner {
	background-color: var(--color-6) !important;
	color: #fff;
	font-size: 11px
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: var(--color-6) !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: var(--color-6) !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: transparent !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: var(--color-6) !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: transparent !important;
}

.bs-toast {
	background: var(--color-6);
	border: 1px solid var(--color-7) !important;
	color: #fff;
	padding: 10px 24px;
	border-radius: 15px;
	position: fixed;
	bottom: 30px;
	left: 40px;
	width: 100%;
	width: max-content;
	max-width: 350px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	z-index: 3000;
	text-align: center
}

.bs-toast .bs-toast-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bs-toast .toast-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	font-weight: 500
}

.bs-toast .toast-times {
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	background: 0 0
}

.svg-icon.verified {
	color: #009ef7
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.select2-results__option a {
	color: var(--color-5) !important;
	font-size: 14px !important
}


.select2-results__option a:hover {
	background: var(--color-4);
	color: var(--color-6) !important
}

.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: var(--color-2) !important;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	white-space: normal !important;
}

.header-msg .header-title {
	margin-bottom: 0;
	font-weight: 600;
	color: var(--color-5);
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--color-6);
}

pre.code {
	background: var(--color-2);
	color: var(--color-3);
}

.api-section .card-header {
	background-color: var(--color-4);
	;
	border-radius: 15px 15px 0 0 !important
}

.addBalance {
	margin-bottom: 9px;
	margin-top: 0;
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
}

.addBalanceBtn {
	width: 24%;
	background: var(--color-2);
	padding: 20px 16px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid var(--color-4);
	color: var(--color-5);
	font-weight: 600;
}

.sc-sup-item {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 15px;
	padding: 18px 30px;
	display: block;
	width: 100%;
	transition: 0.14s ease;
}

.sc-sup-item:hover {
	border: 1px solid var(--color-6);
}

.sc-sup-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-3);
	margin-bottom: 10px;
}

.sc-sup-item .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-5);
	margin-bottom: 10px;
}

.sc-sup-item+.sc-sup-item {
	margin-top: 13px;
}

.badge-secondary {
	background: var(--color-6)
}

.nav-custom-pills li {
	margin-bottom: 10px
}

.nav-custom-pills li button {
	width: 100%;
	background: var(--color-2);
	padding: 20px 16px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid var(--color-4);
	color: var(--color-5);
	font-weight: 600;
}

.nav-custom-pills .nav-link {
	border-radius: 10px
}

.pm-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: var(--color-5);
}

.pm-about {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(color-3);
	margin-bottom: 0px;
}

.pm-text-container {
	color: var(--color-3);
	margin-top: 20px
}

.basket-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 2000;
	display: none;
}

.basket-drawer {
	display: none;
	transform: translateX(100%);
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 2003;
	background: var(--color-1);
	border-left: 1px solid var(--color-4);
	width: 350px;
	display: flex;
	flex-direction: column;
	transition: 0.14s ease;
}


.basket-drawer .drawer-header {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 80px;
	padding: 0 20px;
	background-color: var(--color-6);
}

.basket-drawer .drawer-header-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 0;
}

.basket-drawer .basket-header-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: 20px;
	cursor: pointer;
	color: #fff
}

.basket-drawer .drawer-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	overflow-y: scroll;
	max-height: 90%
}

.sepetbos {
	text-align: center;
	padding-top: 50px
}

.sepetbos i {
	font-size: 46px;
	color: var(--color-6)
}

#sepetListe {
	display:
		flex;
	align-items: center;
	padding: 10px 0 100px 0;
	flex-direction: column;
	overflow-y: scroll;
	height: 90%;
	width: 100%;
}

#sepetAlt {
	border-top: 1px solid var(--color-4);
	z-index: 999;
	height: 10%;
	align-items: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	background: var(--color-1);
	padding: 10px
}

.sptorder {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding-top: 10px
}

.sptsol {
	width: 50%;
	text-align: left;
}

.sptfiyat {
	font-weight: 600;
	font-size: 18px;
	margin-left: 20px;
	color: var(--color-5);
}

.sptsayi {
	font-weight: 600;
	font-size: 14px;
	margin-left: 20px;
}

.sptsag {
	width: 50%;
}

.sptsag .btn {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px
}

.sepetbox {
	background: var(--color-2);
	padding: 5px;
	color: var(--color-5);
	border-radius: 10px;
	margin-bottom: 10px;
	border: 1px solid var(--color-4);
	flex-direction: row;
	justify-content: space-between;
	width: 95%;
	align-items: center;
	position: relative
}

.sepettop {
	padding: 2px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}


.sepetdetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sptalt {
	font-size: 12px;
	text-align: left;
	background: var(--color-1);
	border-radius: 10px;
	padding: 5px 10px;
	width: 100%;
	margin-top: 5px;
}

.sptalt strong {
	font-size: 12px;
	color: var(--color-6)
}

.sptalt span {
	color: var(--color-5);
}

.sepetbottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sepetbottom i {
	color: #dc3545;
	font-size: 20px;
}

.sepetname {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.sepetfiyat {
	font-weight: 600;
	font-size: 16px;
	padding-right: 15px;
}

.sepetservis {
	font-size: 12px;
	text-align: left;
	background: var(--color-1);
	border-radius: 10px;
	padding: 10px;
}

.sepetservis strong {
	font-size: 12px;
	color: var(--color-6)
}

.sepetid {
	background: var(--color-6);
	padding: 3px 5px;
	border-radius: 7px;
}

#sepetsayi {
	position: absolute;
	background: #dc3545;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
	top: 5px;
	right: 5px;
	justify-content: center;
	align-items: center
}

body.stop-body {
	overflow: hidden;
}


body#outside {
	background-color: #151b26;
	width: 100%;
	overflow-x: hidden;
}

.headOut {
	position: fixed;
	top: 0px;
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid #161d28;
	z-index: 1030;
	transition: 0.14s ease;
}

.headOut.fixed {
	background-color: #222737;
}

.b-menu-wrapper {
	display: block;
	position: fixed;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-radius: 30px 30px 0 0;
	padding: 24px 10px;
	max-height: calc(100vh - 90px);
	transition: 0.14s ease;
	transform: translateY(101%);
	opacity: 0.4;
	background: #151b26
}

.b-menu-wrapper.active {
	transform: translateY(0);
	opacity: 1;
}

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

.menu-btn {
	height: 48px;
	width: 48px;
	border-radius: 10px;
	background-color: rgba(170, 86, 255, 0.2);
	color: #aa56ff;
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-menu-close {
	height: 48px;
	width: 48px;
	border-radius: 24px;
	background-color: #1e2634;
	color: #fff;
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	z-index: 2000;
}


.head-right-btns {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}


.header-btn {
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 9px 9px 9px 30px;
	overflow: hidden;
	background-color: var(--color-6);
	color: #fff !important;
	text-decoration: none;
	transition: 0.14s ease;
}

.header-btn:hover {
	color: #fff !important;
}

.header-btn:hover .icon::after {
	transform: scale(8);
}

.header-btn .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.03em;
	position: relative;
	z-index: 1004;
}

.header-btn .icon {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-btn .icon .icon-ri {
	z-index: 1003;
}

.header-btn .icon::after {
	content: "";
	z-index: 1002;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s ease;
}


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


.nmenu .nmenu-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.nmenu .nmenu-item .nmenu-link {
	font-weight: 400;
	font-size: 23px;
	line-height: 125%;
	color: #fff !important;
	opacity: 0.8;
	padding: 7px 20px;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}


.nmenu .nmenu-item .nmenu-link::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	height: 3px;
	opacity: 0;
	background-color: transparent;
}

.nmenu .nmenu-item .nmenu-link:hover {
	opacity: 0.7;
}

.nmenu .nmenu-item .nmenu-link.active {
	opacity: 1;
}

.nmenu .nmenu-item .nmenu-link.active::before {
	opacity: 1;
}

.home-logo img {
	height: 90px
}

.homeHeader {
	margin-top: -86px;
	padding-top: 86px;
	position: relative;
}

.homeHeader .homeBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: -1;
}

.homeHeader .homeBg img {
	width: 100%;
	height: auto;
}

.homeHeader .hhSide {
	position: relative;
	z-index: 5;
	padding: 60px 0;
}


.homeHeader .hhSide .hhTitle {
	font-size: 46px;
	font-weight: 700;
	background: linear-gradient(89.31deg, rgba(170, 86, 255, 0.38) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 64px
}

.rotate {
	font-family: Pacifico, cursive;
	font-size: 52px;
	font-weight: 400;
	background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
	background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
	background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
	background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative
}

.homeSection .rotate {
	font-size: 48px
}

.hhBanner {
	top: -75px
}

.hhBanner .hhLine {
	position: absolute;
	top: 57%;
	left: 50%;
	display: inline-block;
	height: 600px;
	width: 600px;
}

.hhBanner {
	position: relative
}

.hhBanner .hhLine::before {
	animation-delay: 1s;
}

.hhBanner .hhLine::after,
.hhBanner .hhLine::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.02);
	animation: borderanimate 4s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.homeRateItem {
	display: flex;
	align-items: center;
	gap: 17px;
}

.homeRateItem:nth-child(1) .icon {
	background: rgba(170, 86, 255, .15);
	color: #aa56ff;
}

.homeRateItem:nth-child(2) .icon {
	background: rgba(251, 188, 5, 0.15);
	color: #fbbc05;
}

.homeRateItem .icon {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.homeRateItem .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #e2deff;
}

.homeRateItem .text strong {
	font-weight: 600;
	color: #fff;
}

.homeRate {
	display: flex;
	align-items: center;
	gap: 30px;
}

.homeLogin {
	padding-bottom: 75px
}

.homeLogin .btn {
	border-radius: 15px !important
}

.homeLogin .card {
	background: #171f2e;
	box-shadow: 1px 1px 65px 0 rgba(135, 86, 255, .10), -3px 1px 50px 0 rgba(170, 86, 255, .15), 3px 3px 15px 5px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 1px 1px 65px 2px rgba(135, 86, 255, .15), -3px 1px 60px 1px rgba(170, 86, 255, .25), 3px 3px 15px 5px rgba(0, 0, 0, 0);
	-moz-box-shadow: 1px 1px 65px 2px rgba(135, 86, 255, .15), -3px 1px 60px 1px rgba(170, 86, 255, .25), 3px 3px 15px 5px rgba(0, 0, 0, 0);
	z-index: 10;
	border-radius: 30px
}

.homeLogin .card .hlTitle {
	background: linear-gradient(89.31deg, rgba(170, 86, 255, 0.38) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px
}

.homeLogin .card .form-control,
.homeLogin .card .form-control:focus {
	background: #151b26;
	color: #9b93ce
}

.homeLogin .card .form-control::placeholder {
	color: #fff
}

.homeLogin .card .form-check-label,
.homeLogin .card .hlText {
	color: #9b93ce
}

.homeLogin .card .hlText a {
	color: #8756ff
}


@-webkit-keyframes borderanimate {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}

	40% {
		opacity: 0.5;
		border-width: 2px;
	}

	65% {
		border-width: 1px;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
		border-width: 1px;
	}
}

@-moz-keyframes borderanimate {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}

	40% {
		opacity: 0.5;
		border-width: 2px;
	}

	65% {
		border-width: 1px;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
		border-width: 1px;
	}
}

@-ms-keyframes borderanimate {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}

	40% {
		opacity: 0.5;
		border-width: 2px;
	}

	65% {
		border-width: 1px;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
		border-width: 1px;
	}
}

@keyframes borderanimate {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}

	40% {
		opacity: 0.5;
		border-width: 2px;
	}

	65% {
		border-width: 1px;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
		border-width: 1px;
	}
}

.acc-avatar {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover;
}

.acc-username {
	font-size: 19px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #8b98b8;
	display: flex;
	align-items: center;
}

.acc-username .txt {
	font-weight: 600;
}

.acc-username i {
	color: #0dcaf0;
}

.acc-email {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	color: #4e5d7c;
}

.acc-switch {
	display: flex;
	background: var(--color-8);
	border-radius: 29px;
	border: 1px solid var(--color-6);
	height: 58px;
	padding: 8px;
	outline: none;
	min-width: 122px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	transition: 0.14s ease;
}

.acc-switch:focus {
	box-shadow: none;
}

.acc-switch.gs-female .acc-switch-bg {
	left: 50%;
}

.acc-switch .acc-switch-bg {
	position: absolute;
	z-index: 3;
	border-radius: 40px;
	background-color: var(--color-6);
	left: 8px;
	width: calc(50% - 8px);
	top: 8px;
	bottom: 8px;
	transition: 0.2s ease;
}

.acc-switch .btn-gender {
	position: relative;
	z-index: 5;
	outline: none;
	border: none;
	background-color: transparent;
	width: calc(50% - 8px);
	font-size: 18px;
	line-height: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acc-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: rgba(2, 88, 255, 0.25);
	color: #0258FF;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acc-icon.i-1 {
	background: rgba(246, 86, 25, 0.15);
	color: #f65619;
}

.acc-icon.i-2 {
	background: rgba(0, 182, 122, 0.15);
	color: #00B67A;
}

.acc-item {
	padding: 10px 0;
	flex-wrap: nowrap;
	overflow: hidden;
}

.acc-item-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #8b98b8;
	margin-bottom: 6px;
}

.acc-item-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-5);
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.brandSlider {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 400px;
}

.brandSlider .bShadow {
	overflow: hidden;
	position: relative;
}

@-webkit-keyframes translateinfinite {
	100% {
		transform: translateY(calc(-60px * 6));
	}
}

@keyframes translateinfinite {
	100% {
		transform: translateY(calc(-60px * 6));
	}
}

#infinite .bShadow {
	box-shadow: 0 3px 10px -3px rgba(21, 27, 38, 0.3);
	background: #151b26
}

#infinite .bShadow::before,
#infinite .bShadow::after {
	content: " ";
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100px;
}

#infinite .bShadow::before {
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(21, 27, 38, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite .bShadow::after {
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(21, 27, 38, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite .bShadow div {
	width: 100%;
	-webkit-animation: translateinfinite 25s linear infinite;
	animation: translateinfinite 25s linear infinite;
}

.productBox {
	background: #171f2e;
	border-radius: 10px;
	height: 60px;
	padding: 0 25px;
	margin-bottom: 10px
}

.productBox .pbLeft {
	color: #fff
}

.productBox .pbLeft i {
	width: 35px;
	text-align: center
}

.productBox .pbRight {
	background: #151b26;
	border-radius: 7px;
	padding: 3px 15px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.hsTitle {
	font-size: 42px;
	font-weight: 600;
	background: linear-gradient(89.31deg, rgba(170, 86, 255, 0.38) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 48px;
}

.hsText {
	color: #e2deff
}

.sUpd.priceDown {
	color: rgba(133, 131, 251, 1)
}

.sUpd.newServ {
	color: rgba(59, 255, 211, 1)
}

.sUpd.priceUp {
	color: rgba(255, 38, 38, 1)
}

.sUpd.priceActive {
	color: rgba(255, 193, 7, 1)
}

.sUpd.priceCare {
	color: rgba(214, 97, 238, 1)
}

.chfa-box {
	background-image: url(https://storage.perfectcdn.com/a3vltc/qzws1kqs3u6kls6x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 55px 55px 0px 0px;
	padding: 105px 20px 234px 20px;
	position: relative;
	z-index: 2;
}

.chfa-box .title {
	margin-bottom: 0;
	font-weight: 700;
	color: #fff
}

.chfa-view {
	margin-top: -172px;
	z-index: 3;
	position: relative;
	text-align: center;
}

.chfa-view img {
	max-width: 100%;
	pointer-events: none;
	user-select: none;
}

.tickets {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	background: var(--color-2);
	border-radius: 15px;
	padding: 10px 15px;
}

.tickets:hover {
	background: var(--color-4);
	transition: 500ms all
}

.tickets .avatar.me-3 {
	margin-right: 15px !important;
}

.tickets .avatar .tickets-img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: var(--color-4);
	color: var(--color-3) !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.tickets .avatar .tickets-img span {
	font-size: 24px;
	color: var(--color-6)
}

.tickets h6 {
	margin-bottom: 10px;
	font-size: 14px;
}

.tickets span {
	color: #71738d;
	font-size: 12px;
}

.tickets .date {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px;
	color: #BCC2CF;
}

.ticketstatus.completed {
	color: #00B67A
}

.ticketstatus.pending {
	color: #fbbc05
}

.ticketstatus.closed {
	color: #ff3e7c
}


.ticket-message-block {
	display: flex;
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right {
	justify-content: flex-end;
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
	text-align: right;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
	background: var(--color-6);
	border-radius: 20px 20px 0 20px;
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
	border-radius: 20px 20px 20px 0px;
}

.ticket-message-block .ticket-msg-container {
	width: 100%;
	max-width: 400px;
}

.ticket-message-block .ticket-msg-container .ticket-msg {
	background: var(--color-8);
	border-radius: 30px;
	padding: 14px 26px;
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: var(--color-5);
}

.ticket-message-block .ticket-msg-container .date-time {
	font-size: 12px;
	line-height: 15px;
	color: #747886;
	margin-bottom: 30px;
	padding: 0 10px;
	display: block;
}

.schat-body .schat-chat-body {
	max-height: 553px;
	overflow-y: auto;
	margin: 0 -24px;
	padding: 0 24px;
}

.schat-body .schat-chat-body::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.4);
}

.schat-body .schat-input {
	padding-top: 10px;
}

.schat-msg-input {
	position: relative;
	display: flex;
	background: var(--color-2);
	border-radius: 0px 0px 28px 28px;
	height: 70px;
	align-items: center;
}

.schat-msg-input input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

.schat-msg-input input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.scd-item {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	padding: 20px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.scd-item+.scd-item {
	margin-top: 14px;
}

.scd-item .title {
	flex: 1;
}

.scd-item .text {
	color: var(--color-6);
}

.cp-sns-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
	margin-bottom: 25px;
}

.cp-sns-dns {
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-6);
	background-color: var(--color-8);
	padding: 14px 20px;
	text-align: center;
	margin-bottom: 20px;
}

.cp-right-box {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cp-right-box .cp-r-img {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 100%;
	background-image: url(https://storage.perfectcdn.com/a3vltc/j7sdqm0ssogw5he5.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
}

.cp-right-box .card-body {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cp-right-box .cp-r-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
}

.cp-right-box .cp-r-text {
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-5);
	width: 100%;
}

@media (min-width: 992px) {
	.cp-right-box .cp-r-text {
		max-width: 70%;
	}
}

.cp-top {
	margin-bottom: 30px;
}

.blog-head {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.blog-head .blog-avatar {
	width: 50px;
	height: 50px;
	border: 2px solid var(--color-6);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
	background: var(--color-8);
}

.blog-head .blog-avatar span {
	width: 100%;
	height: 100%;
	text-align: center
}

.blog-head .blog-head--username {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 4px;
}

.blog-head .blog-head--site {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #92969d;
}

.card-blog {
	margin-bottom: 30px;
}

.card-blog .blog-img-wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 48%;
}

.card-blog .blog-img-wrapper img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-blog .blog-title {
	padding: 30px;
}

.card-blog .blog-title h2 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.card-blog .blog-content {
	padding: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #92969d;
}

.card-blog .blog-footer {
	padding: 30px;
}

.card-blog .blog-read-more {
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.card-blog .blog-read-more:hover {
	color: #2dfad5;
}

.card-blog .blog-read-more i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-blog .blog-read-more span {
	font-weight: 600;
}

.blog-border {
	position: relative;
}

.blog-border::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background: #2a3f4e;
}

.blog-share-wrapper {
	display: flex;
	gap: 10px;
}

.blog-share-btn {
	display: inline-block;
	background: var(--color-2);
	border: 1px solid var(--color-1);
	box-sizing: border-box;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: 0.14s ease;
}

.blog-share-btn i {
	transition: 0.14s ease;
}

.blog-share-btn:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.blog-share-btn:hover {
	color: #fff;
}

.blog-share-btn:hover i {
	transform: scale(1.2);
}

.bi-head-wrapper {
	padding: 30px 0;
}

.bi-head-box {
	background: var(--color-8);
	border: 1px solid var(--color-2);
	box-sizing: border-box;
	border-radius: 35px;
	position: relative;
}

.bi-head-box .bi-head-bg {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.15;
}

.bi-head-box .bi-head-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bi-head-box .bi-head-content {
	position: relative;
	z-index: 5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.bi-head-box .bi-head-content {
		padding: 90px 30px;
	}
}

.bi-head-box .bi-head-content .bi-cat-wrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.bi-head-box .bi-head-content .bi-cat-wrapper .bi-cat {
	display: inline-block;
	background: var(--color-8);
	border: 1px solid var(--color-6);
	box-sizing: border-box;
	color: var(--color-6);
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.04em;
	padding: 15px 45px;
}

.bi-head-box .bi-head-content .bi-title h1 {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
}

.bi-head-box .bi-head-content .user-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bi-head-box .bi-head-content .user-wrapper .blog-head {
	padding: 24px 0 0 0;
}

.bi-service-category {
	padding: 0 0 30px 0;
}

.bi-service-category .bi-s-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #ffffff;
}

.bi-service-category .bi-s-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #92969d;
	margin: 0;
}

.blog-content {
	padding-bottom: 30px;
}

.bi-content {
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
}

.bi-content img,
.bi-content table {
	max-width: 100%;
}

.bi-share-section {
	padding-bottom: 30px;
}

.bi-share-section .blog-share-wrapper {
	justify-content: space-between;
}

ul.platforms {
	display: flex;
	align-content: center;
	list-style: none;
	gap: 6px;
	margin: 0;
	padding: 0;
}

ul.platforms li {
	flex-grow: 1;
}

ul.platforms li button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #222f56;
	background: #192446;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

ul.platforms li button.all {
	background: #4a5cf6;
	border: 1px solid #222f56;
}

ul.platforms li button.instagram {
	background: #ff0099;
	border: 1px solid #ff0099;
}

ul.platforms li button.twitter {
	background: #1da1f2;
	border: 1px solid #1da1f2;
}

ul.platforms li button.facebook {
	background: #3b5998;
	border: 1px solid #3b5998;
}

ul.platforms li button.youtube {
	background: #ff0000;
	border: 1px solid #ff0000;
}

ul.platforms li button.tiktok {
	background: #000000;
	border: 1px solid #000000;
}

ul.platforms li button.telegram {
	background: #0088cc;
	border: 1px solid #0088cc;
}

ul.platforms li button.steam {
	background: #000000;
	border: 1px solid #000000;
}

ul.platforms li button.discord {
	background: #7289da;
	border: 1px solid #7289da;
}

ul.platforms li button.reddit {
	background: #ff4500;
	border: 1px solid #ff4500;
}

ul.platforms li button.twitch {
	background: #6441a5;
	border: 1px solid #6441a5;
}

ul.platforms li button.snapchat {
	background: #fffc00;
	border: 1px solid #fffc00;
}

ul.platforms li button.snapchat i {
	color: #000;
}

ul.platforms li button.linkedin {
	background: #0077b5;
	border: 1px solid #0077b5;
}

ul.platforms li button.pinterest {
	background: #bd081c;
	border: 1px solid #bd081c;
}

ul.platforms li button.tumblr {
	background: #35465c;
	border: 1px solid #35465c;
}

ul.platforms li button.soundcloud {
	background: #ff5500;
	border: 1px solid #ff5500;
}

ul.platforms li button.likee {
	background: #964bff;
	border: 1px solid #964bff;
}

ul.platforms li button.website {
	background: #ff0000;
	border: 1px solid #ff0000;
}

ul.platforms li button.trendyol {
	background: #f27a1a;
	border: 1px solid #f27a1a;
}

ul.platforms li button i {
	font-size: 18px;
	color: #fff;
}

ul.platforms li button.active {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.scrollt {
		display: flex;
		overflow-x: scroll;
		overflow-y: auto;
		max-width: 100%;
	}

	.scrollt>* {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		max-width: 100%;
		width: 100%;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: flex-start !important;
	}

	.scrollt ul.platforms {
		padding-bottom: 20px;
	}

	.scrollt .app-ord-nav {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

.btn-dark.active {
	background: #ff0099 !important;
	border: 1px solid #ff0099 !importan;
}

ul.cstmnav {
	display: grid;
	align-content: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 20px;
}

ul.cstmnav li {
	white-space: nowrap
}

ul.cstmnav li a {
	color: var(--color-5) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 10px;
	background: var(--color-2);
	border: 1px solid var(--color-1);
	line-height: 1;
	height: 50px
}

ul.cstmnav li a i {
	margin-right: 10px;
}

ul.cstmnav li a.active {
	background: var(--color-8);
	border: 1px solid var(--color-6);
}

@media (max-width: 576px) {
	ul.cstmnav li a i {
		margin-right: 4px;
	}

	ul.cstmnav li a {
		padding: 10px 8px;
		font-size: 11px;
	}
}

.s-col-id .sp-serv-sm {
	background: var(--color-6);
	padding: 5px 15px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
}

@media (min-width: 768px) {
	.bi-share-section .blog-share-wrapper {
		justify-content: flex-start;
		gap: 30px;
	}

	.bi-share-section .blog-share-wrapper .blog-share-btn {
		position: relative;
	}

	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
		content: "";
		position: absolute;
		left: -15px;
		height: calc(100% + 48px);
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		background-color: #2a3f4e;
	}
}

@media (min-width: 992px) {
	.bi-share-section .blog-share-wrapper {
		gap: 50px;
	}

	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
		left: -25px;
	}
}

@media (min-width: 1400px) {
	.bi-share-section .blog-share-wrapper {
		gap: 80px;
	}

	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
		left: -40px;
	}
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: var(--color-3);
	padding: 13px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--color-2)
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: var(--color-8);
	color: var(--color-5);
	border-radius: 15px
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: var(--color-5);
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: var(--color-5);
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-3);
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: var(--color-6);
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: var(--color-5);
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.nav-custom-3 {
	background: var(--color-1);
	border-radius: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 9px 12px;
}

.nav-custom-3 .nav-item .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 24px;
	letter-spacing: 0.02em;
	color: var(--color-5);
	display: block;
	background: transparent;
	border-radius: 15px;
	border: none;
}

.nav-custom-3 .nav-item .nav-link.active {
	background: var(--color-6);
}

.nav-custom-3 .nav-item .nav-link i {
	margin-right: 8px;
}

.login-section .row>* {
	flex-shrink: 0;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.login-section .card {
	border-radius: 15px !important;
	background: #171f2e;
	box-shadow: 1px 1px 65px 0 rgb(135 86 255 / 10%), -3px 1px 50px 0 rgb(170 86 255 / 15%), 3px 3px 15px 5px rgb(0 0 0 / 0%);
	-webkit-box-shadow: 1px 1px 65px 2px rgb(135 86 255 / 15%), -3px 1px 60px 1px rgb(170 86 255 / 25%), 3px 3px 15px 5px rgb(0 0 0 / 0%);
	-moz-box-shadow: 1px 1px 65px 2px rgba(135, 86, 255, .15), -3px 1px 60px 1px rgba(170, 86, 255, .25), 3px 3px 15px 5px rgba(0, 0, 0, 0);
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	padding: 20px 0
}

.login-section .btn-primary {
	height: 66px
}

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

.login-remember-me input:checked+.lgn-btn {
	background: var(--color-6);
	border-color: var(--color-6);
	color: #fff;
}

.login-remember-me .lgn-btn {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #151b26;
	border: 1px solid #151b26;
	border-radius: 15px;
	color: #9b93ce;
	font-size: 24px;
	transition: 0.2s ease;
	cursor: pointer;
}

.login-remember-me .lgn-btn::before {
	content: "\eae5";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.log-remember-pass {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #151b26;
	border: 1px solid #151b26;
	border-radius: 15px;
	color: #9b93ce;
	font-size: 24px;
	transition: 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

.log-remember-pass::before {
	content: "\eed2";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-icon {
	display: flex;
	width: 34px;
	height: 34px;
	background: rgba(33, 82, 255, 0.15);
	border: 1px solid #2152ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	color: #9b93ce;
	font-size: 17px;
}

@media (min-width: 992px) {
	.login-row>.col-start {
		flex: 0 0 auto;
		width: 64%;
	}

	.login-row>.col-end {
		flex: 0 0 auto;
		width: 36%;
	}
}

.login-input {
	border: none;
	outline: none;
	width: 100%;
	background: #151b26;
	color: #9b93ce;
	border-radius: 15px;
	height: 66px;
	padding: 0 24px;
	font-weight: 600;
}

.login-input:focus {
	outline: none;
	background: #151b26;
	color: #9b93ce;
}

.login-input::placeholder {
	font-weight: 600;
	color: #757fac;
}

.login-section {
	padding: 0 0 50px 0;
}

@media (min-width: 768px) {
	.login-section {
		padding: 50px 0;
	}
}

@media (max-width: 991.98px) {
	.login-row .btn-primary {
		padding: 23px 16px;
		font-size: 13px;
	}
}

.login-section .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.rank-features {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}


.modal-rank #serviceModalText {
	overflow: hidden;
	white-space: unset;
	background: none;
	border: none;
	padding: 0 30px;
	text-align: center
}

.modal-rank #serviceModalText .alert {
	padding: .25rem 1.25rem
}

.modal-rank #serviceModalText .alert:last-child {
	margin-bottom: 0
}

.nPlatform,
.slistOne .nPlatform {
	display: none
}

.slistTwo .nPlatform {
	display: block
}

.devServices,
.ri-checkbox-circle-fill {
	display: none !important
}

.slistTwo .devServices,
.slistTwo .ri-checkbox-circle-fill {
	display: block !important;
	color: #09b797 !important;
	text-align: center;
	line-height: 28px;
}

.slistTwo .norServices,
.slistTwo .ri-checkbox-circle-line {
	display: none !important
}

.op-card--bottom {
	border-top: 1px solid var(--color-4);
	padding-top: 15px;
}

.op-card--top {
	padding-bottom: 15px
}

.orders-nav-link {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 15px;
	color: #637990;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	transition: 0.14s ease;
}

.op-search-box {
	transition: 0.14s ease;
}

.op-search-box:focus-within {
	box-shadow: 0 0 0 0.25rem rgba(2, 88, 255, 0.25);
}

.op-search-box .icon {
	color: #637990;
}

.op-search-box input {
	transition: 0.14s ease;
	background-color: transparent;
	border: none;
	outline: none;
	flex: 1;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

.op-search-box input::placeholder {
	color: #566676;
}

.op-card {
	margin-bottom: 30px;
}

.op-card .op-card--top {
	padding-bottom: 30px;
	border-bottom: 1px solid #1b2454;
}

.op-card .op-card--bottom {
	padding-top: 30px;
}

.op-stats {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	padding: 10px 34px;
}

.op-stats.op-stats-sm {
	padding: 10px 15px;
	border-radius: 10px
}

.op-stats.op-stats-btn {
	padding: 20px 20px;
	display: inline-block;
	background: #0258FF;
	border: none;
	color: #566676;
	transition: 0.14s ease;
	color: #fff;
}

.op-stats.op-stats-btn:focus {
	box-shadow: 0 0 0 0.25rem rgba(2, 88, 255, 0.25);
}

.op-stats.op-stats-btn.cs-btn {
	font-size: 24px;
	margin-bottom: 0;
}

.op-stats.danger-btn {
	border: 1px solid var(--color-6);
	background: var(--color-8);
	color: var(--color-6);
}

.op-service-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: var(--color-5);
	margin-bottom: 0px;
}

.op-search-box.op-order-link {
	display: flex;
	width: 100%;
}

.op-search-box.op-order-link .link {
	display: block;
	width: 100%;
	flex: 1 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #637990;
	opacity: 0.8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.op-date {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #566676;
}

.op-date::before {
	content: "";
	width: 9px;
	height: 9px;
	background: #9aacbd;
	display: inline-block;
	border-radius: 50%;
	margin-right: 14px;
	margin-left: 0px;
}

.op-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: column;
}

@media (min-width: 992px) {
	.op-item {
		flex-direction: row;
	}
}

.op-item .title {
	font-size: 14px;
	line-height: 18px;
	color: #72879d;
}

.op-item .text {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-5);
	line-height: 27px;
}

.panel-body {
	letter-spacing: -.01em;
	padding: 12px 24px;
	font-size: 13px;
	border-radius: 15px !important;
	background: var(--color-2);
	color: var(--color-3);
	border: none;
}


@media (max-width: 991.98px) {
	.op-stats {
		width: max-content;
		margin: auto;
	}

	.op-stats.op-stats-sm {
		padding: 5px 25px;
		border-radius: 10px;
	}

	.sidebar.active .sidebar-top {
		justify-content: space-between !important;
	}
}

@media (max-width: 766.98px) {
	main {
		margin-left: 0 !important;
	}

	header {
		left: 0 !important;
	}

	.navbar {
		width: 100%;
	}

	.navbar .nav-item:not(:last-child) {
		margin-right: 0;
	}

	.navbar .menu-item {
		display: block;
	}

	.navbar .currencyItem .toggle-body::after {
		right: calc(50% - 10px);
	}

	.navbar .nav-item {
		position: unset;
	}

	.navbar .nav-item .toggle-body {
		width: 200px;
		right: 10px;
	}

	.navbar .user-item .toggle-body {
		max-width: unset;
	}

	.menu-toggle {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		max-width: 100%;
		top: -100%;
		left: 0;
		padding: 24px 16px;
		background-color: var(--color-1);
		z-index: 10;
	}

	.sidebar {
		position: absolute;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: background-color .15s ease, max-width .35s ease, -webkit-transform .35s ease;
		transition: background-color .15s ease, max-width .35s ease, transform .35s ease;
		transition: background-color .15s ease, max-width .35s ease, transform .35s ease, -webkit-transform .35s ease;
	}

	.sidebar.active {
		max-width: 100%;
		min-width: 375px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.sidebar.active .close-sidebar {
		display: block;
		margin-right: 10px;
		margin-top: -10px;
	}

	.sidebar.active .logo {
		margin-left: 10px;
	}

}

@media only screen and (max-width: 991.98px) {
	.userCard .ud-img {
		display: none
	}

	.userCard .userDetails {
		margin-bottom: 15px
	}

	.userCard .userDetails:last-child {
		margin-bottom: 0
	}

	.navbar .btn.create {
		display: none;
	}

	.desc-list {
		font-size: 14px; 
        word-break: break-word 
	}

	.service-item .s-row {
		flex-wrap: wrap;
		align-items: center;
	}

	.service-item .s-col-avtime {
		width: 100%;
		text-align: center;
	}

	.service-item .s-col-btn {
		flex: 1;
	}

	.service-item .s-col {
		padding: 0px 0;
	}

	.service-item .s-col::before {
		content: attr(data-title);
		display: block;
		padding-bottom: 6px;
		font-weight: 600;
		color: var(--color-3);
		font-size: 13px;
	}

	.service-item .s-col-fav {
		order: 100;
	}

	.service-item .s-col-id {
		width: 100%;
		text-align: center;
	}

	.service-item .s-title {
		width: 100%;
		text-align: center;
	}

	.service-item .s-col-c {
		width: 30%;
		text-align: center;
	}

	.service-item .s-col-d {
		width: 100%;
		text-align: center;
	}

	.search-services {
		margin-top: 15px
	}

	.m-title {
		font-size: 16px
	}

	#serviceModalText {
		padding: 15px;
		margin-top: 0
	}

	.m-header,
	.m-body {
		padding: 15px
	}

	.header-msg {
		display: none
	}

	.addF-text {
		display: none
	}

	.basket-drawer {
		width: 100%
	}

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

	.homeHeader .hhSide .hhTitle {
		font-size: 24px;
		text-align: center;
		line-height: 42px
	}

	.homeHeader .hhSide .hhTitle span {
		font-size: 30px
	}

	.hsTitle {
		font-size: 24px;
		line-height: 42px;
		text-align: center
	}

	.homeSection .rotate {
		font-size: 32px;
	}

	.tickets.d-flex {
		display: block !important;
	}

	.tickets .avatar.me-3 {
		display: none
	}

	.reg-logo {
		height: 45px
	}

	.search-input.input-group {
		width: 100%;
		margin: 20px 0;
		z-index: 1
	}

	#subs-btn,
	#news-btn {
		white-space: nowrap;
	}
}


@media only screen and (min-width: 992px) {
	.si-wrapper {
		flex: 0 0 auto;
		width: 50%;
	}

	.s-row.s-title {
		display: flex;
	}

	.s-col {
		flex: 0 0 50px;
		width: 50px;
	}

	.s-col.s-col-sm {
		flex: 0 0 70px;
		width: 70px;
	}

	.s-col.s-col-md {
		flex: 0 0 100px;
		width: 100px;
	}

	.s-col.s-col-lg {
		flex: 0 0 180px;
		width: 180px;
	}

	.s-col.s-title {
		flex: 1 0 0;
		width: auto;
	}

	.services-wrapper {
		flex-direction: column;
	}

	.si-wrapper {
		width: 100%;
	}

	.sp-services .card {
		background-color: #fff;
		border: 1px solid #eee;
		overflow: hidden;
	}

	button .ri-history-line {
		display: none
	}

	.sc-sup-item .text {
		margin-bottom: 0;
	}

	.headOut.fixed {
		background-color: rgba(34, 39, 55, 0.5) !important;
		backdrop-filter: blur(30px);
	}

	.headOut.fixed .nmenu .nmenu-item .nmenu-link {
		padding: 20px 20px;
	}

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

	.sm-header {
		display: none;
	}

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

	.head-right-btns {
		display: inline;
	}

	.header-btn.without-icon {
		background-color: transparent;
		padding: 14px 30px;
	}

	.header-btn.without-icon .icon {
		display: none;
	}

	.nmenu {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		padding: 5px 0 0 0
	}

	.nmenu .nmenu-item .nmenu-link {
		padding: 34px 20px;
		display: block;
		font-size: 16px;
	}

	.nmenu .nmenu-item .nmenu-link::before {
		display: block;
		background-color: #aa56ff !important;
	}

	.homeHeader {
		margin-top: -127px;
		padding-top: 127px;
	}

	.homeHeader .hhSide {
		padding: 110px 0 0 0;
	}
}


@media (max-width: 2000.98px) {
	main {
		margin-left: 275px;
	}

	header {
		left: 275px;
	}

	.sidebar {
		max-width: 275px;
	}

	.sidebar .menu .nav-link {
		font-size: 14px !important;
	}

	.sidebar .menu .nav-link .icon-item {
		margin-right: 0;
	}

	label.switch-theme {
		height: 48px;
	}

	label.switch-theme::before {
		width: calc(100% - 8px);
		height: 40px;
	}

	label.switch-theme .mode-light .theme-icon {
		margin: 5px 5px 0 0
	}

	label.switch-theme .mode-dark .theme-icon {
		margin: 5px 5px 0 0
	}

	input#switch-theme-input:checked+label::before {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

}

.mobile-navbar {
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 56px;
	border-top: 1px solid;
	background-color: var(--color-2);
	border-color: var(--color-8);
	padding: 0 10px;
}

.mobile-navbar-content {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
}

.mnc-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-5);
}

.mnc-item.active {
	color: #fff;
}

.mnc-item-icon {
	font-size: 20px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.mnc-item-text {
	font-size: 12px;
	font-weight: 500;
}

@media (max-width: 768px) {
	main {
		padding-bottom: 50px
	}

	.sidebar {
		height: 100%
	}

	.rankCard {
		margin-top: 10px
	}

	.rankCard .rc-card {
		min-width: 100% !important
	}

	.rankCard .rc-img {
		display: none
	}

	.rankCard .progress {
		width: 100%
	}

	.rankCard .rc-card .d-flex {
		display: block !important
	}
}

@media (min-width: 768px) {
	.mobile-navbar {
		display: none;
		opacity: 0;
		transform: translateY(100%);
	}
}

.nextRank {
	color: var(--color-5);
	font-size: 13px;
	background: var(--color-8);
	border-radius: 15px;
	padding: 3px 10px;
}

.schat-chat-body .schat-body-content ul.chat {
	max-height: 350px;
	min-height: 350px;
	overflow-y: scroll;
	padding-right: 20px
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .2)
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #fff
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.schat-chat-body .schat-body-content ul.chat li.user {
	display: flex;
	align-items: start;
	justify-content: flex-end;
	margin-bottom: 20px
}

.schat-chat-body .schat-body-content ul.chat li.user .l {
	text-align: end;
	margin-right: 30px
}

.schat-chat-body .schat-body-content ul.chat li.user .l .answer {
	background-color: var(--color-8);
	color: var(--color-5);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	margin-bottom: 10px
}

.schat-chat-body .schat-body-content ul.chat li.user .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: end
}

.schat-chat-body .schat-body-content ul.chat li.user .r {
	min-width: 100px;
	max-width: 100px
}

.schat-chat-body .schat-body-content ul.chat li.user .r span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #3d455a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.schat-chat-body .schat-body-content ul.chat li.user .r .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.schat-chat-body .schat-body-content ul.chat li.user .r small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.schat-chat-body .schat-body-content ul.chat li.web {
	display: flex;
	align-items: start;
	justify-content: start;
	margin-bottom: 20px
}

.schat-chat-body .schat-body-content ul.chat li.web .l {
	text-align: start;
	margin-left: 30px
}

.schat-chat-body .schat-body-content ul.chat li.web .l .answer {
	background-color: var(--color-6);
	color: var(--color-5);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	margin-bottom: 10px
}

.schat-chat-body .schat-body-content ul.chat li.web .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: start
}

.schat-chat-body .schat-body-content ul.chat li.web .r {
	min-width: 100px;
	max-width: 100px
}

.schat-chat-body .schat-body-content ul.chat li.web .r span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #3d455a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.schat-chat-body .schat-body-content ul.chat li.web .r .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.schat-chat-body .schat-body-content ul.chat li.web .r small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.schat-chat-body .schat-body-content ul.chat {
	padding-left: 0
}

@media (max-width: 991.98px) {

	.schat-chat-body .schat-body-content ul.chat li.web .r,
	.schat-chat-body .schat-body-content ul.chat li.user .r {
		display: none
	}

	.mobiledetail {
		display: block !important
	}

}

.outside-lang {
	background: var(--color-6);
	color: var(--color-5);
	padding: 5px;
	font-size: 24px;
	border-radius: 7px;
}

.outside-toggle {
	background: var(--color-1);
	border-radius: 10px;
	margin-top: 10px;
}

.modal-body,
.modal-header,
.modal-footer {
	background: var(--color-1)
}

.modal-header,
.modal-footer {
	border-color: var(--color-2)
}

.select2-results__option a {
	border-bottom: 1px solid #2f3a50
}

@media (max-width: 991.98px) {
	.card .col-12 .dropdown .btn-primary {
		width: 100%;
		margin-bottom: 10px
	}
}

.select2-container .select2-selection__icon {
	width: 20px;
}

.btn.btn-info.call-me {
	position: fixed;
	right: 0;
	top: 45vh;
	animation: pulseTwo 1.8s infinite ease-in-out;
	border-radius: 5px 0 0 5px !important;
	background: var(--color-6);
	font-size: 24px;
	color: #fff;
	width: 42px;
	height: 42px;
	padding: 0;
}

@Keyframes pulseTwo {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(170, 86, 255, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(170, 86, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(170, 86, 255, 0);
	}
}

@Keyframes pulseTwo {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(170, 86, 255, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(170, 86, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(170, 86, 255, 0);
	}
}

@Keyframes pulseTwo {

	0% {
		box-shadow: 0 0 0 0 rgb(170, 86, 255, 0.2);
	}

	70% {
		box-shadow: 0 0 0 10px rgb(170, 86, 255, 0.2);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(170, 86, 255, 0.2);
	}
}

@media (max-width: 991.98px) {
	.mobile-app-text {
		text-align: center
	}

	.mobile-app-text .d-flex {
		display: block !important
	}
}

.main_category {
	position: absolute;
	right: 0;
	z-index: 9999;
	min-width: 350px;
	background: var(--color-2);
	border: 1px solid var(--color-1);
	border-radius: 10px;
	padding: 15px;
}

.main_category p span {
	padding-right: 25px;
	font-weight: 800;
	padding-left: 8px;
}

.service_type p {
	font-size: 16px;
	line-height: 19px;
	margin: 16px 0px 8px;
	border-bottom: 1px solid var(--color-8);
	padding: 0px 0 12px;
}

p.rba_btn span {
	font-size: 18px;
	padding-right: 30px;
	padding-left: 10px;
}

em {
	font-style: normal
}

label.checkbox {
	--border-default: var(--color-3);
	--border-hover: var(--color-6);
	--active: #2FCD94;
	--active-tick: #fff;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
}

label.checkbox svg {
	display: block;
	position: absolute;
}

label.checkbox input {
	display: block;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 0 !important;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 36% / 36%;
	box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
	background: var(--background, transparent);
	transition: background 0.25s linear, box-shadow 0.25s linear;
}

label.checkbox input+svg {
	width: 21px;
	height: 18px;
	left: 0;
	top: 0;
}

label.checkbox input+svg .tick {
	stroke-dasharray: 20;
	stroke-dashoffset: var(--stroke-dashoffset, 20);
	transition: stroke-dashoffset 0.2s;
}


label.checkbox input+svg .tick.mask {
	stroke: var(--active-tick);
}

label.checkbox input+svg+svg {
	width: 11px;
	height: 11px;
	fill: none;
	stroke: var(--active);
	stroke-width: 1.25;
	stroke-linecap: round;
	top: -6px;
	right: -10px;
	stroke-dasharray: 4.5px;
	stroke-dashoffset: 13.5px;
	pointer-events: none;
	animation: var(--animation, none) 0.2s ease 0.175s;
}

label.checkbox input:checked {
	background: var(--color-6);
	border-color: #fff;
}

label.checkbox input:checked+svg {
	--stroke-dashoffset: 0;
}

label.checkbox input:checked+svg+svg {
	--animation: check;
}

label.checkbox:hover input:not(:checked) {
	--border: var(--border-hover);
}

@keyframes check {
	100% {
		stroke-dashoffset: 4.5px;
	}
}

@media only screen and (min-width:962px) {
	.contents {
		display: flex
	}

	.defaultcontent {
		width: 100%
	}

	.categorymenu {
		background: var(--color-2);
		border-radius: 10px;
		max-height: 0;
		opacity: 1;
		display: none;
		transition: all .4s;
		position: absolute;
		right: 0;
		left: 0;
		padding-bottom: -6px;
		margin-top: 6px;
		border: 1px solid var(--color-2);
		box-shadow: 0 0 15px 0 #00000024
	}

	.categorymenu.active {
		max-height: 342px;
		opacity: 1;
		display: block;
		transform: scale(1) translateX(0);
		transition: all .4s;
		border: 1px solid var(--color-2);
		z-index: 999999999
	}

	.servicename {
		font-size: 13px;
		font-weight: 400;
		align-items: center;
		text-align: left;
		line-height: 20px;
	}

	.categorylist {
		max-height: 450px;
		border-radius: 0 0 16px 13px;
		overflow-x: auto
	}

	.servicesmenu {
		background: var(--color-1);
		border-radius: 18px;
		max-height: 0;
		opacity: 1;
		display: none;
		transition: all .4s;
		position: absolute;
		right: 0;
		left: 0;
		padding-bottom: -6px;
		margin-top: 6px;
		border: 1px solid var(--color-2);
		box-shadow: 0 0 15px 0 #00000024
	}

	.servicesmenu.active {
		max-height: 342px;
		opacity: 1;
		display: block;
		transform: scale(1) translateX(0);
		transition: all .4s;
		border: 1px solid var(--color-2);
		z-index: 999999999
	}

	.servicesname {
		display: flex;
		font-size: 14px;
		font-weight: 400;
		align-items: center
	}

	.serviceslist {
		max-height: 276px;
		border-radius: 0 0 16px 13px;
		overflow-x: auto
	}

	.srcsp {
		font-size: 12px;
		color: var(--color-3);
		margin-right: 15px;
		font-weight: 400
	}

	.m-service-box {
		background: var(--color-2);
		color: var(--color-3);
		border-radius: 0;
		border: 0;
		border-bottom: 2px solid var(--color-1);
		width: 100%;
		transition: .2s ease;
		margin-top: -6px;
	}

	.servicebox:hover {
		background: var(--color-1);
	}

	.servicebox {
		background: var(--color-2);
		padding: 7px;
		color: var(--color-3);
		border-radius: 0;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		align-items: center;
		border-radius: 15px;
		margin-bottom: 5px;
	}


	.servicetop {
		padding-left: 2px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

}

.category-dropdown-header,
.services-dropdown-header {
	display: none;
}

@media only screen and (max-width:962px) {

	.category-dropdown-header,
	.services-dropdown-header {
		width: 100%;
		display: flex !important;
		justify-content: space-between;
		margin-top: 0;
		margin-bottom: 20px;
		box-sizing: border-box;
		align-items: center;
		padding: 10px
	}

	.service-dropdown-title {
		font-size: 16px
	}

	.category-dropdown-header i,
	.services-dropdown-header i {
		width: 32px;
		height: 32px;
		background: #ff000c;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: #fff;
		border-radius: 5px;
	}

	.defaultcontent {
		width: 100%;
		margin-right: 15px
	}

	.categorymenu {
		background: var(--color-2);
		border-radius: 10px;
		margin-top: 10px;
		min-height: 0;
		opacity: 0;
		display: none;
		transition: all .4s;
		position: absolute;
		border: 1px solid var(--color-2);
		left: 0;
		right: 0;
		box-shadow: 0 0 15px 0 #00000024
	}

	.categorymenu.active {
		height: 70vh;
		opacity: 1;
		display: block;
		transition: all .4s;
		border: 1px solid var(--color-2);
		z-index: 999999999;
		position: fixed;
		bottom: 55px;
		width: 100%;
		left: 0;
		right: 0;
	}

	.categorymenu.active body {
		opacity: .1
	}

	.servicename {
		font-size: 13px;
		text-align: left;
		font-weight: 400;
		line-height: 20px;
		align-items: center;
	}

	.categorylist {
		max-height: 55vh;
		border-radius: 0 0 16px 13px;
		overflow-y: scroll;
	}

	.servicesmenu {
		background: var(--color-2);
		border-radius: 10px;
		margin-top: 10px;
		min-height: 0;
		opacity: 0;
		display: none;
		transition: all .4s;
		position: absolute;
		border: 1px solid var(--color-2);
		left: 0;
		right: 0;
		box-shadow: 0 0 15px 0 #00000024
	}

	.servicesmenu.active {
		height: 70vh;
		opacity: 1;
		display: block;
		transition: all .4s;
		border: 1px solid var(--color-2);
		z-index: 999999999;
		position: fixed;
		bottom: 55px;
		width: 100%;
		left: 0;
		right: 0;
	}

	.servicesmenu.active body {
		opacity: .1
	}

	.serviceslist {
		max-height: 55vh;
		border-radius: 0 0 16px 13px;
		overflow-y: scroll;
		padding: 0 10px
	}

	.srcsp {
		font-size: 11px;
		color: var(--color-3);
		margin-right: 7px;
		font-weight: 400
	}

	.m-service-box {
		background: var(--color-2);
		color: var(--color-3);
		border-radius: 0;
		border: 0;
		border-bottom: 2px solid var(--color-2);
		width: 100%;
		transition: .2s ease;
		margin-top: -6px;
	}

	.servicebox:hover {
		background: var(--color-2);
	}

	.servicebox {
		background: var(--color-2);
		padding: 5px;
		color: var(--color-3);
		border-radius: 10px;
		margin-bottom: 10px;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		align-items: center
	}

	.servicetop {
		padding: 2px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.searbox {
		display: flex;
		width: 47%;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.catebox {
		z-index: 99999999;
		position: relative;
		width: 47%
	}

	.catebox.active {
		width: 100%
	}
}

.m-btn {
	padding: 10px 33px 12px;
	border: 0;
	font-weight: 600;
	transition: .2s ease;
	text-decoration: none;
}

.btn-main {
	background: var(--color-3);
	touch-action: manipulation;
	color: var(--color-2);
	border: 0;
	border-radius: 7px;
	line-height: 20px;
	white-space: nowrap;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 700;
}

.btn-main:link {
	text-decoration: none
}

.btn-main:hover {
	background: var(--tp-color-700);
	color: var(--color-2);
	border: 0
}

.servicename i {
	margin-right: 4px;
	font-size: 16px
}

.servicedetail {
	display: flex;
	margin-top: 20px
}

.servicebottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 14px;
}

.serviceprice {
	display: flex;
	line-height: 1;
	align-items: center;
	width: 50%;
	justify-content: flex-end;
}

.servicespeed {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 4px;
}

.servicespeed span {
	background: var(--color-2);
	padding: 4px 8px;
	border-radius: 7px;
	margin-right: 5px;
	color: white;
	font-weight: 600;
	font-size: 11px;
	margin-top: 4px;
}

.servicespeed i {
	margin-right: 4px;
	font-weight: 600;
}

.serviceprice .m-btn {
	padding: 2px 13px;
}

.topmenu .m-btn {
	padding: 5px 20px
}


.srcsp span {
	font-weight: 700;
	color: var(--color-3);
}

.categoryname {
	background: var(--color-2);
	border-radius: 10px;
	padding: 7px 14px;
	font-size: 14px;
	display: flex;
	width: 100%;
	border: 0;
	color: var(--color-3);
	z-index: 999999;
	height: 50px;
	overflow-y: hidden;
	line-height: 30px;
	justify-content: space-between;
	align-items: center;
}

.categoryname i {
	margin-right: 5px;
	font-size: 16px
}

#order-category {
	text-align: left;
}

#order-services {
	text-align:
		left;
	height: 28px;
	margin-top: 2px;
}

.catename {
	background: var(--color-2);
	border-radius: 10px;
	padding: 9px 15px;
	display: flex;
	width: 100%;
	border: 0;
	color: var(--color-3);
	z-index: 99999;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--color-2);
}

.orderlink {
	color: var(--tp-color-cyan);
}

.categoryselect {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--color-1);
	padding: 15px 10px;
	background: var(--color-2);
	color: var(--color-3);
	text-align: left;
	align-items: center;
	line-height: 24px
}

.categoryselect img {
	width: 20px;
	margin-right: 5px
}

.categoryselect:hover {
	background: var(--color-1)
}

.categoryselect span {
	font-size: 18px;
	margin-right: 5px
}

.catselect {
	width: 100%;
	display: flex;
	border: 0;
	border-bottom: 1px solid var(--color-2);
	padding: 15px 10px;
	background: var(--color-2);
	color: var(--color-3);
	text-align: left;
	align-items: center;
	justify-content: flex-start
}

.catselect span {
	margin-right: 5px
}

.catselect img {
	margin-right: 5px
}

.catselect:hover {
	background: var(--color-2)
}

.catselect span {
	font-size: 18px;
	margin-right: 5px
}

.categorybox::after {
	transition: all .4s
}

.categorycontent {
	background: 0;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	z-index: 9999
}

.categorycontent.active {
	background: #0000004f;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: .5s ease;
}

.categorybox {
	z-index: 2;
	position: relative
}

.servicesname {
	background: var(--color-2);
	border-radius: 10px;
	padding: 3px 15px;
	display: flex;
	width: 100%;
	border: 0;
	text-align: left;
	color: var(--color-3);
	height: 50px;
	overflow-y: hidden;
	z-index: 999999;
	line-height: 30px;
	align-items: center;
	justify-content: space-between
}

.servicesname i {
	margin-right: 5px
}

.servicesselect {
	width: 100%;
	display: flex;
	border: 0;
	border-bottom: 1px solid var(--color-1);
	padding: 15px 10px;
	background: var(--color-2);
	color: var(--color-3);
	align-items: center
}

.servicesselect:hover {
	background: var(--color-2)
}

.servicesselect span {
	font-size: 18px;
	margin-right: 5px
}

.servicesbox::after {
	transition: all .4s
}

.servicescontent {
	background: 0;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	z-index: 9999
}

.servicescontent.active {
	background: #0000004f;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .5s ease;
}

.servicesbox {
	z-index: 1;
	position: relative
}


.fade-in {
	-webkit-animation: fadeIn .3s;
	-moz-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s
}

@keyframes fadeIn {
	0 {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0 {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0 {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0 {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	0 {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}


.sertops {
	display: flex;
	justify-content: space-between;
}

.fa-vimeo {
	color: #80c5ec;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-twitch {
	color: #6842ac;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-reddit {
	color: #f44707;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-telegram,
.fa-telegram-plane {
	color: #1b95cf;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-linkedin {
	color: #0475b4;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-soundcloud {
	color: #ef7509;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-spotify {
	color: #1fc158;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-twitter {
	color: #1b9ff1;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-facebook,
.fa-facebook-f {
	color: #12a1f4;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-youtube {
	color: #e60606;
	-webkit-background-clip: text;
	background-clip: text
}


.fa-pinterest {
	color: #ee0226;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-signal-stream {
	color: #17b3e6;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-snapchat-ghost {
	color: #f9f606;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-tumblr {
	color: #33435a;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-tiktok {
	color: var(--color-3);
	text-shadow: 1px 1px #f72e4dfc, -1px -1px #09f3f3;
}

.fa-comment-music {
	color: #f9de48;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-discord {
	color: #5865f6;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-dailymotion {
	color: #03a8fb;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-whatsapp {
	color: #25D366;
	-webkit-background-clip: text;
	background-clip: text
}

.fa-eye {
	color: #01ffee;
	-webkit-background-clip: text;
	background-clip: text
}

.fab.fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #eb2880 90%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gap-2 {
	gap: .5rem !important
}

.op-stats.orderid {
	background-color: var(--color-8);
	border: 1px solid var(--color-2);
	color: var(--color-5);
}

@media (max-width: 991.98px) {
	.bs-toast {
		bottom: 70px;
		left: 30px;
	}
}

.flag-icon {
	border-radius: 5px
}

.item-title .flag-icon {
	border-radius: 2px;
	margin-right: 5px
}

.main-logo-lg {
	height: 110px;
	width: auto !important;
}

.navbar {
	padding: 0 !important
}

@media (max-width: 991.98px) {
	.navbar .user-item .toggle-head {
		height: 35px;
		width: 35px
	}

	.navbar .user-item .toggle-head span {
		font-size: 18px
	}
}

.top-balance {
	background: rgb(22, 163, 74, 1);
	color: #fff !important;
	border-radius: 5px;
	padding: 5px 10px;
}

.top-balance:hover,
.top-balance:focus {
	background: rgb(21, 128, 61, 1);
	color: #fff !important
}

.currencyList {
	max-height: 300px;
	overflow-y: scroll;
}

.crrncy .dropdown-menu.show {
	display: block;
	height: 300px !important;
	overflow-y: scroll !important;
	transform: translate3d(0px, 50px, 0px) !important;
	width: 100% !important
}

.servicebox {
	border: 1px solid #dfdfdf
}

.dark .servicebox {
	border: 1px solid #2c3953
}

.card-green {
	background: rgba(4, 169, 71, 0.25);
	color: rgba(4, 169, 71, 1);
	font-size: 16px;
	cursor: pointer;
	transition: 300ms all
}

.card-green:hover {
	background: rgba(4, 169, 71, 0.45);
	color: #fff
}

.card-green .read-texts {
	font-size: 14px;
	color: #fff
}

.card-green .read-texts .green-txt {
	color: #fff;
	background: rgba(4, 169, 71, 1);
	border-radius: 5px;
	padding: 5px;
	font-weight: 600;
}

.categorysearch {
	margin: 10px
}

.categorysearch .searchbox {
	background: var(--color-1);
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	height: 50px;
	border: 1px solid var(--color-4);
	color: var(--color-5)
}

.categorysearch .searchbox::placeholder {
	color: var(--color-5);
	opacity: .5
}

#news-btn {
	color: var(--color-5);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.methodwrap {
	display: flex;
	position: relative;
}

.methodwrap img {
	max-width: 35px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 60px;
	background: #fff;
	padding: 2px;
}

.methodwrap .paymethbtn img {
	position: relative;
	top: 0;
	left: 0;
	display: none;
	margin-right: 15px;
}

.convrt li button {
	padding: 2px;
}

.convrt li button.Cbasenm .p-coinbase {
	display: block;
}

.convrt li button.Bitcoinnm .p-bitcoin {
	display: block;
}

.convrt li button.pMoneynm .p-pmoney {
	display: block;
}

.convrt li button.ManualPMnm .p-pmoney {
	display: block;
}

.convrt li button.USDTnm .p-usdt {
	display: block;
}

.convrt li button.LTCnm .p-ltc {
	display: block;
}

.convrt li button.Payeernm .p-payeer {
	display: block;
}

.convrt li button.VIPnm .p-vip {
	display: block;
}

.convrt li button.Cryptomusnm .p-cmus {
	display: block;
}

.convrt li button.Phonepenm .p-phonepe {
	display: block;
}

.convrt li button.Primenm .p-ppayment {
	display: block;
}

.convrt li button.Cardlinknm .p-clink {
	display: block;
}

.convrt li:first-child button img {
	display: none !important;
}

.invsty {
	display: flex;
	flex-direction: column-reverse;
}

.invsty {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: stretch;
}

.form-group.amounts {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

div#order_transaction_id {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

div#instruction_instruction {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

.convrt li {
	display: none;
	cursor: pointer;
	padding: 0;
	min-width: 150px;
}

.convrt li:first-child button {
	width: 100%;
	color: var(--color-3);
	background: var(--color-2);
	height: 50px;
	border-radius: 15px;
	margin: 3px 0;
	padding-left: 60px;
}

.methodwrap img {
	z-index: 1;
	top: 8px;
	left: 6px;
}

.convrt li button {
	background: var(--color-2);
	border: 1px solid var(--color-1);
	width: 100%;
	margin: 0;
	border-radius: 0;
	color: var(--color-3);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px
}

.convrt li:first-child {
	display: block;
	border-top: 0px;
}

.convrt {
	display: inline-block;
	padding: 0;
	border-radius: 4px;
	position: relative;
	width: 100%;
}

.convrt li:hover {
	background-color: #ddd;
}

.convrt li:first-child:hover {
	background-color: transparent;
}

.convrt.open li {
	display: block;
}

.convrt span:before {
	position: absolute;
	top: 5px;
	right: 15px;
	content: "\2193";
}

.convrt.open span:before {
	content: "\2191";
}

.vip-rank i {
	background: var(--color-6);
	width: 50px;
	height: 50px;
	border-radius: 15px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	cursor: pointer;
	color: #fff
}

.progress {
	background-color: var(--color-8);
	border-radius: 10px;
	height: 1rem;
	width: 100%;
	position: relative
}

.progress-bar {
	background-color: var(--color-6);
}

#placePercent {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 9px;
	left: 15px
}

.vip-block img {
	Height: 150px;
	margin-bottom: 20px;
}

.tickets-uploader {
	background: transparent;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid var(--color-8);
	width: max-content;
}

.files-label {
	color: var(--color-5);
	font-size: 13px;
}

.tckt-file {
	color: #a6d1ff !important;
}

@media (max-width: 991.98px) {
	.files-label {
		display: none
	}
}

.filter_btn_wrap {
	display: grid;
	gap: 8px 30px;
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.filter_btn_wrap .btn_filter {
	font-size: 12px;
	text-transform: capitalize;
	border: none;
	padding: 12px 5px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	background: var(--color-2);
	box-shadow: none;
	color: var(--color-5);
	border: 2px solid var(--color-6);
	transition: 0.4s;
}

.filter_btn_wrap .btn_filter:hover,
.filter_btn_wrap .btn_filter:focus {
	background: var(--color-8) !important;
	color: var(--color-5) !important;
	border: 2px solid var(--color-6) !important;
}

.right-buttons .btn-dark,
.top-buttons .btn-dark {
	background: var(--color-8) !important;
	border: 1px solid var(--color-6);
	color: var(--color-5);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.filter_btn_wrap {
		grid-template-columns: repeat(4, 1fr);
		height: 100px;
		overflow: hidden;
		grid-gap: 8px 10px;
	}

	.filter_btn_wrap .btn_filter {
		font-size: 20px;
		padding: 5px;
		border-width: 1px;
	}

	.filter_btn_wrap .btn_filter .filter_txt {
		display: none;
	}

	.right-buttons .btn-dark,
	.top-buttons .btn-dark {
		width: 100%
	}

	.right-buttons {
		display: none;
	}

	.top-buttons .btn-dark {
		font-size: 13px;
		font-weight: 400
	}

	.top-buttons .btn {
		padding: 5px 5px;
		border-radius: 10px
	}
}

@media (min-width: 991.98px) {
	.top-buttons {
		display: none;
	}
}


.right-buttons a,
.top-buttons a,
#newsPopup a,
#newsPopup .fa-telegram-plane,
#newsPopup .fa-telegram-plane {
	color: var(--color-5) !important
}

.nk-section-title {
	font-size: 42px !important;
	font-weight: 800 !important;
	line-height: 56px;
	color: #fff;
	background: -webkit-linear-gradient(left, #340fe8, #4e2786, #b81ff5);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: animationgradienttitle;
	animation-name: animationgradienttitle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes animationgradienttitle {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 100% 0%;
	}
}

.review-box {
	background-color: var(--color-1);
	border-radius: 5px;
	max-width: 160px;
	width: 100%;
	padding: 8px 5px;
	text-align: center;
	margin: auto
}

.review-box .review-text {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0
}

.review-box .review-text i {
	color: #ffb539
}

.review-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 120px;
	margin: 0px auto 15px auto
}

.review-images .review-img {
	min-width: 40px
}

.review-images .review-img:not(:first-child) {
	margin-left: -20px
}

.review-images .review-img.text {
	background-color: var(--color-6);
	font-size: 13px;
	font-weight: 600;
	color: var(--color-5);
	border: 2px solid var(--color-5);
	height: 40px;
	line-height: 37px;
	border-radius: 50%;
	text-align: center
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}

	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}

	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

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

.home-login {
	padding-bottom: 75px
}

.home-login .btn {
	border-radius: 10px !important
}

.home-login .card {
	background: var(--color-1);
	border: 1px solid var(--color-2);
	border-radius: 25px;
	z-index: 10
}

.home-login .card .form-control,
.home-login .card .form-control:focus {
	background: var(--color-2);
	color: var(--color-5);
	border: 1px solid var(--color-4);
}

.home-login .card .form-control::placeholder {
	color: var(--color-5)
}

.home-login .card .form-check-label {
	color: #9b93ce
}

.home-login .hm-remember .lgn-btn {
	background: var(--color-2);
	border: 1px solid var(--color-1);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 24px;
	transition: 0.2s ease;
	cursor: pointer;
}

.home-login .hm-remember input {
	display: none;
}

.home-login .hm-remember .lgn-btn::before {
	content: "\eae3";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home-login .hm-remember input:checked+.lgn-btn {
	background: var(--color-6);
	border-color: var(--color-7);
	color: var(--color-5);
}

.home-login .f-pass {
	background: var(--color-6);
	width: 24px;
	height: 24px;
	border-radius: 7px;
	text-align: center;
	top: 13px;
	right: 25px;

}

.home-login .f-pass i {
	font-weight: 900;
	color: #fff
}

.nk-btn-group {}

.nk-btn-group .header-btn {
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 9px 9px 20px;
	overflow: hidden;
	background-color: var(--color-6);
	color: #fff !important;
	text-decoration: none;
	transition: 0.14s ease;
	min-width: 225px
}

.nk-btn-group .header-btn.h-btn-blue {
	background: #5674ff
}

.nk-btn-group .header-btn:hover {
	color: #fff !important;
}

.nk-btn-group .header-btn:hover .icon::after {
	transform: scale(15);
}

.nk-btn-group .header-btn .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.03em;
	position: relative;
	z-index: 1004;
}

.nk-btn-group .header-btn .icon {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.nk-btn-group .header-btn .icon .icon-ri {
	z-index: 1003;
}

.nk-btn-group .header-btn .icon::after {
	content: "";
	z-index: 1002;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s ease;
}

@media (min-width: 991.98px) {
	.nk-btn-group .header-btn {
		margin: 0 15px
	}

	.nk-section-head {
		padding-bottom: 60px
	}
}

@media (max-width: 991.98px) {
	.nk-section-title {
		font-size: 32px !important;
		line-height: 42px;
	}

	.homeHeader {
		margin-top: 0
	}

	.nk-btn-group .header-btn {
		margin-bottom: 10px
	}

	.homeHeader .hhSide {
		padding: 15px 0 0 0
	}

	.review-box {
		display: none
	}
}

.homeSection.section-50 {
	margin: 0;
	padding: 0
}

.hfs-content {
	background: var(--color-2);
	box-shadow: 0px 34px 35px rgb(23 34 54);
	padding: 20px;
	border-radius: 25px;
}

.hfs-content .hfs-item .hfs-count {
	font-size: 28px;
	letter-spacing: .4px;
	color: var(--color-5);
	font-weight: 600;
}

.hfs-content .hfs-item .hfs-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-6);
}

.btn-outline {
	background: var(--color-8);
	border: 1px solid var(--color-6);
	color: var(--color-6);
}

@media (max-width: 991.98px) {
	.hfs-content .hfs-item {
		margin-bottom: 15px;
	}

	.hfs-content {
		text-align: center;
	}
}

.nk-section-subtitle {
	display: inline-block;
	/* color: #0acf83; */
	font-size: .875rem;
	font-weight: 600;
	padding: 4px 12px;
	line-height: 1.14;
	margin-bottom: 16px;
	text-transform: uppercase;
	background-image: linear-gradient(0.25turn, #ffffff00, #aa56ff, #ffd82900);
	border-radius: 50rem;
	width: 100%;
	margin-top: 20px
}

.blob {
	background: #000;
	border-radius: 50%;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	transform: scale(1);
	-webkit-animation: pulse-black 2s infinite;
	animation: pulse-black 2s infinite;
	display: inline-block
}

.blob.blob-red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	-webkit-animation: pulse-green 2s infinite;
	animation: pulse-green 2s infinite;
}

@-webkit-keyframes pulse-green {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
	}

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

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

@keyframes pulse-green {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
	}

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

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

.gap-5 {
	gap: 30px
}

@media (max-width: 991.98px) {
	.nk-btn-group {
		flex-direction: column
	}

	.gap-5 {
		gap: 10px
	}

	.nk-btn-group .header-btn {
		width: 100%
	}
}

.api-section .table {
	color: var(--color-5)
}

.api-section .table thead th,
.api-section .table-bordered td,
.api-section .table-bordered th {
	border-color: var(--color-2) !important
}

.order-wrapper {
	max-height: 0px;
	overflow: hidden;
	transition: 0.25s ease-in-out;
	margin-bottom: 7px
}

.order-title {
	background: var(--color-1);
	border-radius: 12px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	color: var(--color-5);
	font-weight: 600;
	padding: 15px 17px;
	position: relative;
	margin-bottom: 0;
	transition: all 0.25s ease-out;
}

.order-title h4 {
	font-size: 15px;
	margin-bottom: 0
}

.order-title h4:after {
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: " ";
	display: inline-block;
	float: right;
	height: 10px;
	left: 2px;
	position: relative;
	right: 20px;
	top: 2px;
	transform: rotate(135deg);
	transition: 0.35s ease-in-out;
	vertical-align: top;
	width: 10px;
}

.order-content {
	border-top: 1px solid var(--color-1);
	padding: 15px 0 0 0;
	font-size: 14px
}

.order-trigger:checked+.order-title+.order-wrapper {
	max-height: 100%;
}

.order-trigger:checked+.order-title::after {
	transform: rotate(-45deg);
	transition: 0.25s ease-in-out;
}

.order-drawer input[type="checkbox"] {
	display: none;
}

.table .head-color {
	color: var(--color-5) !important;
	font-weight: 500 !important
}

.table {
	color: var(--color-3);
	font-size: 14px;
	background: var(--color-8)
}

.table thead th,
.table thead td,
.table th,
.table td {
	border-color: var(--color-2) !important
}

.table tbody tr {
	height: 50px;
	vertical-align: middle;
}

.table tbody tr:hover,
.table tbody tr.active {
	background-color: var(--color-2);
}

.table thead {
	font-size: 12px;
	font-weight: 600;
}

.table thead tr th {
	padding: 13px 24px;
}

.table tbody tr td {
	padding: 16px 24px;
}

@media (min-width: 991.98px) {
	.table-responsive {
		display: table
	}
}

@media (max-width: 991.98px) {
	.table tbody tr td.serv-name {
		min-width: 325px
	}
}

.badgearea {
	font-weight: 400;
	font-size: 13px
}

.badgearea span {
	margin-right: 5px
}

.payment-list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid var(--color-2)
}

.payment-bottom {
	display: flex;
	justify-content: center;
	gap: 5px
}

.payment-icon {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 5px
}

.payment-alt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: var(--color-1);
	padding: 5px;
	border-radius: 10px;
	margin: 15px 0 0 0;
}

.payment-box {
	display: flex;
	flex-direction: column;
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	position: relative;
	cursor: pointer
}

.payment-top {
	padding: 10px;
	color: var(--color-5)
}

.payment-bottom {
	padding: 5px 10px;
	height: fit-content;
	justify-content: center;
	text-align: center;
	font-size: 13px
}

.payment-icon img {
	height: 30px;
	width: max-content;
	margin: auto
}

.pay-best {
	background: var(--tp-color-gold);
	color: #171f2e;
	font-size: 10px;
	text-align: center;
	justify-content: center;
	width: max-content;
	padding: 2px 7px;
	border-radius: 7px;
	display: none
}

.payment-box.slct128437 .pay-best {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -11px;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width:599.98px) {
	.payment-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr
	}
}

.footer {
	padding: 67px 0 27px 0;
	position: relative;
	background: radial-gradient(42.16% 42.16% at 50% 2.39%, #161e2b 0%, #151b26 100%);
	background-repeat: no-repeat;
	background-position: 0 -300px;
	transition: 1.5s ease all
}

.footer.active {
	transition-delay: .4s;
	background-position: 0 0;
}

.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 1px;
	width: 0%;
	max-width: 900px;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) -0.54%, #2b2f38 51.02%, rgba(0, 0, 0, 0) 101.52%);
	animation-delay: 1s
}

.footer.active {
	transition-delay: .4s;
	background-position: 0 0
}

.footer.active::before {
	animation: section-1-border-open 2s ease forwards
}

@keyframes section-1-border-open {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

.footer__logo {
	margin-bottom: 25px;
	display: block
}

.footer__logo img {
	height: 75px;
	width: auto
}

.footer__description {
	color: #e2e2e2;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	max-width: 381px;
	margin-bottom: 0
}

.footer-quality__title {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.303px
}

.footer-quality__description {
	color: #9797a1;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.303px;
	margin-bottom: 30px
}

.footer-top {
	margin-bottom: 60px
}

.footer-menu {
	margin-bottom: 30px
}

.footer-menus {
	margin-bottom: 20px
}

.footer-menu__title {
	color: #fff;
	font-size: 16px;
	line-height: 25.2px;
	letter-spacing: .14px;
	text-transform: capitalize;
	margin-bottom: 20px
}

.footer-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.footer-menu__item a {
	color: var(--text-disabled, #061237);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: -0.28px;
	text-decoration: none;
	transition: .14s ease
}

.footer-menu__item a:hover {
	color: var(--main-color)
}

.footer-card {
	border-radius: 10px;
	border: 1px solid #283245;
	background: #151b26;
	box-shadow: 0px 25.6884px 51.3768px 0px rgba(10, 39, 83, .03);
	padding: 18px 35px 18px 20px;
	display: flex;
	align-items: center;
	gap: 30px
}

.footer-card .copyright {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32.4px;
	letter-spacing: -0.36px
}

.footer-card .menu {
	margin: 0;
	margin-left: auto;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	justify-content: center
}

.footer-card .menu li>a {
	color: var(--text-disabled, #061237);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: -0.28px;
	text-decoration: none;
	transition: .14s ease
}

.footer-card .menu li>a:hover {
	color: var(--main-color)
}

@media(max-width: 767.98px) {
	.footer-card {
		flex-direction: column;
		gap: 14px;
		border-radius: 10px
	}

	.footer-card .menu {
		margin: 0 auto;
		flex-wrap: wrap
	}
}

@media (min-width: 768px) {
	.text-md-start {
		text-align: left !important;
	}
}

.section-title__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px auto
}

.label.label-home {
	padding: 8px 20px 8px 8px;
	border-color: #1b1e25;
	background: radial-gradient(68.6% 68.6% at 57.8% 96.86%, rgba(56, 75, 110, 0.2) 0%, rgba(5, 9, 16, 0.2) 100%), linear-gradient(0deg, var(--color-1) 0%, var(--color-1) 100%), var(--color-1);
	border-radius: 24px;
	display: flex;
	gap: 10px
}

.label.label-home .label-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-8);
	color: var(--color-6);
}

.label.label-home .label-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: -0.14px;
}

.section-title_title {
	transform: scale(1.2);
	transition: all .5s ease-in-out;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	line-height: 128.5%;
	letter-spacing: -1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, #FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 2;
	font-size: 25px;
}

.section-title_title span {
	position: relative;
	display: inline-block;
	-webkit-text-fill-color: var(--color-6);
}

.section-title_title span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 120%;
	transform: translate(-50%, -50%) scale(1);
	transition: .14s ease;
	background-color: var(--color-6);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}


@media (max-width: 991.98px) {
	.section-title_title {
		font-size: 18px;
	}

	.section-title__content {
		max-width: 300px;
	}
}

.login-pm {
	position: relative;
	background: var(--color-1);
	border: 1px solid var(--color-2);
	border-radius: 15px;
	height: 97px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-pm:hover {
	border: 1px solid var(--color-8)
}

.home-4-content {
	padding-top: 80px;
}

.home-4-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 50px;
}

.icon-box {
	--icon-box-size: 40px;
	--icon-box-font-size: 22px;
	width: var(--icon-box-size, 40px);
	height: var(--icon-box-size, 40px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 116.667px;
	border: 1px solid var(--color-6);
	background: var(--color-8);
	color: var(--color-5);
	font-size: var(--icon-box-font-size, 22px);
}

.home-4-card .icon-box {
	--icon-box-size: 44px;
	--icon-font-size: 24px;
	margin-bottom: 6px;
}

.home-4-card .title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.47px;
}

.home-4-card .text {
	color: #bfd5fd;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.home-4-cover {
	margin-top: 50px;
	position: relative;
}

.home-4-cover::before {
	content: "";
	background: linear-gradient(270deg, #aa56ff 0%, #151b26 53.03%, #400877 100%);
	position: absolute;
	left: 50%;
	top: 380px;
	width: 110%;
	height: 400px;
	opacity: .5;
	transform: translate(-50%, -50%);
	mix-blend-mode: screen;
	border-radius: 300px;
	filter: blur(99px);
}

.home-4-cover--image {
	position: relative;
	z-index: 2;
}

.home-4-cover--image img {
	max-width: 100%;
	width: 100%;
	height: auto
}

.home-4-cover--image-left,
.home-4-cover--image-right {
	position: absolute;
	z-index: 2;
}

.home-4-cover--image-left {
	top: 95px;
	left: -135px;
}

.home-4-cover--image-right {
	top: 222px;
	right: -101px;
}

@media (max-width: 991.98px) {
	.home-4-cover--image-right {
		display: none
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}

	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}

	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

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

.footer-ranks {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-flow: row;
	text-decoration: none;
	margin-top: 15px
}

.footer-ranks svg {
	width: 120px;
}

.f-ranks-stars {
	display: flex;
	flex-flow: column;
	margin-left: 2rem;
}

.f-ranks-stars svg {
	width: 100px;
}

.f-ranks-rating {
	font-size: 0.75rem;
	margin-top: 1rem;
	margin-bottom: 0px;
	font-weight: 400;
	align-self: center;
}

.f-ranks-rating-area {
	color: #bdc5fd;
	margin: 5px 0 0 0;
}

.payment-box.active:first-child {
	border-color: var(--color-6);
	background: var(--color-8)
}

.input-group-custom {
	position: relative;
}

.input-group-custom input {
	width: 100%;
	height: 58px
}

.input-group-custom .input-group-btn {
	position: absolute;
	right: 1px;
	top: 10px;
	padding: 8px 12px;
	border-radius: 8px;
}

.sidebar.active .logo {
	width: auto;
	height: auto;
}

.adds-img {
	max-width: 350px
}

.text-block__description p {
	margin-bottom: 0
}

.text-block__description .s-number {
	background-color: var(--color-8);
	color: var(--color-6);
	width: 24px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
}

.text-block__description .col {
	padding-left: 0
}

@media only screen and (max-width: 991.98px) {
	#outside main {
		padding-top: 0
	}

	.payment-page-left.active {
		position: fixed;
		left: 0;
		right: 0;
		background: var(--color-1);
		bottom: 0;
		z-index: 4;
		padding: 0 15px 75px 15px
	}

	.payment-page-left-content.active {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 4;
		backdrop-filter: blur(5px);
		background: #0000004f;
	}

	.payment-left-span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.payment-page-left.active .payment-close {
		width: 30px;
		height: 30px;
		display: flex !important;
		align-items: center;
		border: 0px;
		justify-content: center;
		border-radius: 15px;
		border-radius: 5px;
		background: var(--color-2);
		margin-top: 10px;
		color: var(--color-5);
	}

	.payment-page-left .payment-left-span {
		display: none
	}

	.payment-page-left.active .payment-left-span {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid var(--color-2);
		padding-bottom: 5px;
	}

	.payment-left-span {
		font-size: 16px
	}

	.payment-page-left .panel-body {
		max-height: 250px;
		overflow-y: auto;
	}
}

@media (min-width: 991.98px) {
	.payment-left-span {
		display: none
	}
}

.service-cat-side {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 30px;
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 15px;
	margin-bottom: 14px;
	background: var(--color-6);
	color: #fff
}

.service-cat-side h2 {
	font-size: 16px;
	margin-bottom: 0
}

.service-content {
	flex: 0 0 auto;
	position: relative;
}

.service-item {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
}

.services-item-top {
	display: flex;
	flex-direction: column;
	gap: 7px
}

.sit-first,
.sit-last,
.sib-first,
.sib-last {
	display: flex;
	align-items: center;
	gap: 10px
}

.sit-first .services-title {
	max-width: 60%;
	min-width: 900px
}

.sit-first .services-title a {
	color: var(--color-5) !important
}

.sib-last {
	display: flex;
}

.services-rate {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #09b797;
	background: #2dfad431;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 8px;
	padding: 0 10px
}

@media (min-width:991.98px) {
	.services-rate {
		width: 100%
	}
}

.services-item-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 7px;
	font-size: 13px;
	gap: 10px
}

.sib-first {
	gap: 7px
}

.sib-first .min {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #22c8fe;
	background: var(--color-4);
	padding: 5px 10px;
	border-radius: 8px
}

.sib-first .max {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #dc3545;
	background: var(--color-4);
	padding: 5px 10px;
	border-radius: 8px
}

.sib-first .avg {
	display: flex;
	align-items: center;
	gap: 5px;
	background: var(--color-4);
	padding: 5px 10px;
	border-radius: 8px
}

.sit-first .btn.btn-dark {
	border-radius: 10px;
	height: 40px;
	width: 40px;
	background: var(--color-4) !important
}


.sit-first .btn.btn-dark {
	border-radius: 10px;
	height: 40px;
	width: 40px;
	background: var(--color-4) !important
}

.sit-first .btn.btn-dark.active {
	background: #ff0099 !important
}

.sib-last .btn {
	font-size: 13px;
	font-weight: 400;
	padding: 5px 13px;
	border-radius: 8px !important;
	white-space: nowrap
}

.st-id {
	background: var(--color-6);
	color: #fff;
	padding: 1px 7px;
	border-radius: 5px;
	font-size: 13px
}

@media (max-width: 991.98px) {
	.service-item {
		flex-direction: column
	}

	.services-item-top,
	.services-item-bottom,
	.sit-first,
	.sib-first {
		flex-direction: column;
	}

	.sib-last {
		display: grid;
		gap: 7px;
		width: 100%;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
	}

	.sit-last,
	.services-rate {
		text-align: center;
		width: 100%
	}

	.sib-last .btn {
		width: 100%
	}

	.sit-first .services-title {
		max-width: 100%;
		text-align: center;
		min-width: auto
	}

	.services-item-bottom {
		gap: 10px
	}

	.sib-first {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		justify-content: center
	}

	.sib-first .avg {
		grid-area: 2 / 1 / 3 / 3;
		justify-content: center;
	}

	.services-item-bottom .sib-first .max,
	.services-item-bottom .sib-first .min,
	.services-item-bottom .sib-first .avg,
	.services-item-bottom .badgearea {
		justify-content: center;
		text-align: center
	}

	.badgearea {
		margin: 5px 0 5px 0;
		display: grid;
		grid-area: 3 / 1 / 3 / 3;
		grid-template-columns: 1fr 1fr;
		gap: 5px
	}
}

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

.card.card-tickets>.fal {
	color: var(--color-6);
	padding: 10px;
	border-radius: 8px;
	background: var(--color-8);
}

.card.card-tickets .btn {
	width: max-content;
	margin-left: auto
}

#desc-badges {
	margin-bottom: 10px
}

#desc-badges span {
	background: var(--color-2);
	border-radius: 8px;
	padding: 5px 10px;
	margin-right: 5px;
	color: white;
	font-weight: 400;
	font-size: 11px;
	line-height: 35px;
	white-space: nowrap
}

@media (max-width: 991.98px) {
	#desc-badges {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	#desc-badges span {
		line-height: normal
	}
}

.hit:after {
	content: "HOT";
	background-size: cover;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	animation: neon-1 .1s ease-in-out infinite alternate;
	margin-left: 10px;
	font-weight: bold;
	color: var(--color-5)
}

.servicename .hit:after {
	vertical-align: unset;
}

@keyframes neon-1 {
	from {
		text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(191, 226, 255, 0.52), 0 0 21px rgba(191, 226, 255, 0.92), 0 0 34px rgba(191, 226, 255, 0.78), 0 0 54px rgba(191, 226, 255, 0.92);
	}

	to {
		text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(191, 226, 255, 0.58), 0 0 22px rgba(191, 226, 255, 0.84), 0 0 38px rgba(191, 226, 255, 0.88), 0 0 60px #202020
	}
}

.sidebar-user-box {
	display: flex;
	padding: 10px 15px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	min-height: 40px;
	background: rgb(0, 0, 0, .2);
	margin: 0 10px;
	cursor: pointer;
}

.sidebar-user-box:hover {
	background: var(--color-8)
}

.user-box-left {
	display: flex;
	flex-direction: column;
}

.user-box-title {
	font-size: 14px;
	max-height: 100px;
	color: var(--color-5)
}

.sidebar.passive .user-box-title {
	font-size: 14px;
	color: var(--color-5)
}

.user-box-username {
	font-size: 12px
}

.user-box-right {
	font-size: 24px;
}

.navbar .nav-item .toggle-body.toggle-news {
	padding: 10px 0 0 0;
	width: 450px
}

.tn-item {
	display: flex;
	gap: 10px;
	align-items: center;
	border-bottom: 1px solid var(--color-4);
	padding: 5px 5px 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px
}

.tn-icon i {
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 20px;
	color: var(--color-5);
	background: var(--color-1);
	text-align: center;
	border-radius: 10px
}

.tn-content {
	padding: 0 15px
}

.tn-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: var(--color-5);
	padding-top: 7px
}

.tn-text {
	color: var(--color-5);
	font-size: 15px;
	line-height: 24px
}

.tn-date {
	font-size: 13px
}

.tn-text a {
	color: var(--color-6) !important;
	font-weight: 600
}

.tn-item .btn-primary {
	margin-top: 5px;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 7px;
}

@media (max-width: 599.98px) {
	.tn-title {
		font-size: 13px
	}

	.tn-text {
		font-size: 11px;
	}

	.tn-icon i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.navbar .nav-item .toggle-body.toggle-news {
		width: 315px
	}

	.payment-icon img {
		max-width: 110px;
		height: auto;
	}

	.payment-alt img {
		width: 16px;
		height: 16px;
	}

	.payment-top {
		padding: 15px 5px 10px 5px;
	}
}

@media (max-width: 1280.98px) {
	.payment-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (min-width: 1200px) and (max-width: 1399.98px) {

	.sib-first .avg,
	.badgearea span {
		white-space: nowrap
	}

	.badgearea {
		display: flex
	}
}

.nsm7Bb-HzV7m-LgbsSe {
	border-radius: 15px !important;
	height: 45px !important;
}

.google-btn {
	position: absolute;
	right: 0;
	top: -135px;
}

@media (max-width: 599.98px) {
	.google-btn {
		position: relative;
		right: auto;
		top: auto
	}
}

.toggle-news h4 {
	font-size: 18px;
	color: var(--color-5)
}


.toggle-news .close-news {
	font-size: 18px;
	color: var(--color-5);
	cursor: pointer
}

ul.cstmnav li button {
	color: var(--color-5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 10px;
	background: var(--color-2);
	border: 1px solid var(--color-1);
	line-height: 1;
	height: 50px;
	width: 100%;
	white-space: nowrap;
}

ul.cstmnav li button.active {
	background: var(--color-8);
	border: 1px solid var(--color-6) !important
}

.aw-container {
	display: flex;
	align-items: center;
	gap: 15px;
}

.app-widget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 11px 10px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 15px;
	background: var(--color-1);
	border: 1px solid rgba(0, 0, 0, .125);
	overflow: hidden;
	position: relative;
	width: 100%
}

.app-widget small {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-5) !important;
	padding-left: 10px
}

.app-widget .btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	border-radius: 5px;
	width: max-content !important;
	font-size: 13px
}

.app-widget .fa-telegram-plane {
	background: #1b95cf;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 8px;
	flex-shrink: 0;
	color: #fff !important
}

.app-download,
.app-download:hover {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	background: var(--color-1);
	border-radius: 15px;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-5) !important;
	white-space: nowrap;
	border: 1px solid transparent;
	;
	width: 100%
}

.app-download .fa-mobile-android {
	position: absolute;
	top: -1px;
	right: -5px;
	font-size: 54px;
	color: #ffffff30;
	transform: rotate(-15deg);
	z-index: 1;
	text-shadow: none;
}

.app-download .fa-android {
	background: #78C257;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 8px;
	flex-shrink: 0;
}

.resultRecomm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: var(--color-2);
	padding: 10px;
	border-radius: 10px;
}

.resultRecommText {
	display: flex;
	align-items: center;
	gap: 15px;
	max-width: 500px
}

.resultRecommTitle {
	font-size: 24px !important
}

.afp-ftext {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
}

.afp-top {
	margin-bottom: 30px;
}

.aft-item {
	display: flex;
	gap: 17px;
	align-items: center;
	margin: 5px 0;
}

.aft-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-3);
	margin-bottom: 4px;
}

.aft-item .text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-5);
}

.aft-box-row {
	margin: 0 -8px -10px;
}

.aft-box-row>.col-lg {
	padding: 0 8px;
}

.aft-box-row>.col-lg:nth-child(1n) .aft-item .icon {
	background-color: #0258FF;
}

.aft-box-row>.col-lg:nth-child(2n) .aft-item .icon {
	background-color: #F65619;
}

.aft-box-row>.col-lg:nth-child(3n) .aft-item .icon {
	background-color: #8000FF;
}

.aft-box-row>.col-lg:nth-child(4n) .aft-item .icon {
	background-color: #FBBC05;
}

.aft-box-row>.col-lg:nth-child(5n) .aft-item .icon {
	background-color: #FF0099;
}

.aft-item .icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 400;
	color: #fff
}

.aft-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-3);
}

.aft-item .text {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: var(--color-5);
}

.dh-icon {
	background-color: var(--color-6);
	color: #fff;
	border-radius: 50%;
	position: relative;
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 400;
	flex-shrink: 0;
}

@media (max-width: 991.98px) {
	.resultRecommTitle {
		font-size: 16px !important
	}

	.resultRecomm {
		flex-direction: column
	}

	.resultRecommText {
		text-align: center
	}

	.resultRecommText span {
		font-size: 12px
	}

	ul.cstmnav li button {
		font-size: 13px;
		padding: 10px
	}

	.aw-container {
		flex-direction: column
	}
}

@keyframes blink1 {
	to {
		opacity: 0;
	}

	from {
		opacity: 1;
	}
}

.menu-box {
	background: rgb(244, 244, 244, 1);
	border-radius: 10px;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden
}

.dark .menu-box {
	background: rgb(0, 0, 0, .2);
}

.menu-box .menu-box-title {
	background: linear-gradient(90deg, rgb(170, 86, 255, .17) 0%, transparent 100%);
	color: var(--color-5);
	font-weight: 600;
	padding: 15px 15px 10px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--color-8)
}

.bottom-info {
	display: grid;
	margin: 0;
	gap: 6px;
	padding: 10px;
	justify-content: center;
	grid-template-columns: 1fr
}

.bottom-info a {
	background: rgb(244, 244, 244, 1);
	border-radius: 10px;
	height: 35px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	flex-direction: column;
	padding: 25px 10px;
}

.dark .bottom-info a {
	background: rgb(0, 0, 0, .2)
}

.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(--color-8);
	justify-items: center;
	background: var(--color-4);
	align-items: center;
	padding: 10px 15px;
	margin: 10px;
	border-radius: 15px;
	border: 1px solid #2c374f;
}

.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(--color-3);
	text-decoration: none;
}

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

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

.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(--color-6);
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 13px;
	white-space: nowrap
}

.fast-mass .fast-item .remove-more {
	background: #dc3545;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 13px;
	white-space: nowrap
}

.profile-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 10px 10px;
	border-radius: 10px;
	background: rgb(244, 244, 244, 1);
	color: var(--color-5);
	width: 245px;
	margin: 10px 10px 25px;
}

.dark .profile-box {
	background: rgb(0, 0, 0, .2)
}

.profile-box .profile-avatar {
	background: var(--color-1);
	border: 2px solid var(--color-6);
	border-radius: 100%;
	color: var(--color-6);
	font-size: 16px;
	font-weight: 600;
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: -35px
}

.profile-box small {
	font-size: 10px;
	color: var(--color-3)
}

.profile-box .profile-box-btn {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 15px;
	margin-bottom: -22px
}

.profile-box-btn button {
	background: rgb(244, 244, 244, 1);
	border: 1px solid var(--color-6);
	border-radius: 20px;
	color: var(--color-5);
	font-size: 12px;
	padding: 5px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.dark .profile-box-btn button {
	background: var(--color-8);
}

.profile-box-btn button:hover,
.profile-box-btn button:focus {
	background: var(--color-6);
	border: 1px solid var(--color-6) !important;
	color: #fff
}

select.goog-te-combo {
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	font-weight: 500
}

.skiptranslate iframe,
.skiptranslate.goog-te-gadget span {
	display: none
}

.skiptranslate.goog-te-gadget {
	font-size: 0
}

#selectLang .m-close {
	border: none;
	outline: none;
	background-color: #ff000c;
	width: max-content;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	position: relative;
	margin: auto
}

@media (min-width: 991.98px) {
	.sidebar-active .sidebar {
		max-width: 0;
	}

	.sidebar-active header {
		left: 0;
	}

	.sidebar-active main {
		margin-left: 0;
	}

	.close-sidebar {
		transform: rotate(180deg);
		transition: all 0.5s ease;
	}

	.sidebar-active .close-sidebar {
		transform: rotate(0);
	}

	.logo .main-logo {
		width: 70px;
	}

	.logo {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 991.98px) {
	.fast-mass {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.fast-mass .fast-item {
		width: 100%
	}

	.sidebar-active .sidebar {
		left: 275px;
	}

	.sidebar .sidebar-top {
		justify-content: space-between !important;
		padding: 0 10px;
	}

	.bottom-bar {
		display: grid
	}
}

.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-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oc-checkbox .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.oc-checkbox .checkbox label {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.oc-checkbox .checkbox input {
	display: none;
}

.oc-checkbox .checkbox-icon {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 1px solid var(--color-4);
	background-color: var(--color-2);
	box-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.oc-checkbox .checkbox-icon::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 140%);
	background-color: var(--color-6);
	transition: all .2s ease-in-out;
}

.oc-checkbox .checkbox-icon::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M10.0007 15.1709L19.1931 5.97852L20.6073 7.39273L10.0007 17.9993L3.63672 11.6354L5.05093 10.2212L10.0007 15.1709Z%27 fill=%27rgba%28255,255,255,1%29%27%3E%3C/path%3E%3C/svg%3E");
	transform: scale(0);
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease;
	transition-delay: .1s;
}

.oc-checkbox .checkbox input:checked~.checkbox-icon::before {
	transform: translate(-50%, 50%);
}

.oc-checkbox .checkbox input:checked~.checkbox-icon::after {
	transform: scale(1);
}

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

.oc-name {
	color: var(--color-5);
	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 #d7d7d7;
	flex-wrap: wrap;
}

.dark .oc-block+.oc-block {
	border-top: 1px solid #242b39
}

.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(--color-6) !important;
	padding: 0px;
	background-color: var(--color-6);
	padding: 3px 7px;
	color: #fff !important;
	font-size: 18px;
	transition: .14s ease all;
}

.dark .oc-repeat .btn-repeat,
.dark .oc-repeat .btn-repeat:hover,
.dark .oc-repeat .btn-repeat:focus {
	color: var(--color-5) !important;
}

.order-date {
	position: sticky;
	background: var(--color-8);
	border: 1px solid var(--color-6);
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 5px 10px 5px 5px;
	z-index: 100;
	transition: .14s ease all;
	margin-bottom: 10px;
}

.order-date span {
	color: var(--color-5)
}

.order-date.sticky {
	top: 107px;
	z-index: 100;
	box-shadow: 0px 5.11px 29.06px 0px rgba(170, 86, 255, .3);
}

.order-date .order-date-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 15px;
	background: var(--color-8);
	color: var(--color-6);
}

.oc-item {
	background: var(--color-2);
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.dark .oc-item {
	border: 1px solid #242b39;
}

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

.oc-item>span {
	display: flex;
	padding: 5px 15px 5px 5px;
	align-items: center;
	gap: 10px;
	color: var(--color-5);
	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-status {
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.4px;
	display: flex;
}

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

.orders-filters {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.orders-filters .sf-item.search {
	margin-left: auto;
}

.orders-filters .search-box {
	border-radius: 15px;
	border: 1px solid #d7d7d7;
	background-color: var(--color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 8px;
	transition: .24s ease all;
}

.dark .orders-filters .search-box {
	border: 1px solid #242b39;
}

.orders-filters .search-box .search-box--input {
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
	padding: 0px 8px 0px 12px;
	color: var(--color-5);
}

.orders-filters .search-box .search-box--icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-6);
	background-color: var(--color-8);
	outline: none;
	border: 1px solid var(--color-8);
	font-size: 18px;
}

.orders-wrapper .card {
	margin-bottom: 10px
}

.filter-dropdown {
	position: fixed;
	z-index: 1030;
	bottom: 0;
	padding: 30px 0;
	max-width: calc(100% - 280px);
	left: 280px;
	width: 100%;
	display: flex;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(170, 86, 255, 1) 100%);
	transition: .2s ease all
}

.filter-dropdown .dropdown-menu {
	top: -85px !important
}

.filter-dropdown .dropdown-menu li a {
	white-space: nowrap
}

.ui-dropdown {
	position: relative;
}

.btn-line-icon,
.btn-line-icon:hover,
.btn-line-icon:focus {
	display: flex;
	padding: 7px 14px 7px 7px;
	align-items: center;
	gap: 10px;
	border-radius: 15px;
	border: 1px solid var(--color-6) !important;
	background: var(--color-6);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.32px;
	white-space: nowrap
}

.dark .btn-line-icon,
.dark .btn-line-icon:hover,
.dark .btn-line-icon:focus {
	color: var(--color-5);
}

.btn-line-icon .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: var(--color-6)
}

.btn-line-icon .btn-text {
	white-space: nowrap
}

.dark .btn-line-icon .btn-icon {
	color: var(--color-6)
}

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

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

.dark .dd-menu {
	border-color: #242b39
}

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

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

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

.ui-dropdown .dropdown-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

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

.ui-dropdown .dropdown-list .dropdown-link:hover,
.ui-dropdown .dropdown-list .dropdown-link.active {
	background: var(--color-8);
}

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

@media (max-width: 992px) {
	.filter-dropdown {
		max-width: 100%;
		left: 0;
	}

	.orders-filters {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 0;
	}

	.orders-filters>*,
	.orders-filters .btn {
		width: 100%;
		justify-content: flex-start;
	}

	.btn-line-icon .btn-chevron {
		margin-left: auto;
	}

	.orders-filters .sf-item.search .search-box--input {
		flex: 1;
	}

	.oc-block,
	.oc-first {
		flex-direction: column;
	}

	.oc-last {
		margin-left: unset;
	}

	.oc-name {
		font-size: 14px;
		text-align: center;
	}

	.oc-checkbox {
		position: absolute;
		left: 10px;
	}

	.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 .text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

#notify {
	visibility: hidden;
	width: 100%;
	background: linear-gradient(0deg, transparent 0%, rgba(170, 86, 255, 1) 100%);
	color: var(--color-6);
	text-align: center;
	padding: 30px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

#notify.show i {
	background: var(--color-6);
	border-radius: 10px;
	line-height: 1;
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

#notify.show {
	visibility: visible;
	-webkit-animation: .5s fadein, .5s 2.5s fadeout;
	animation: .5s fadein, .5s 2.5s fadeout;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center
}

#notify.show i {
	color: var(--color-5);
	flex-direction: column
}

#notify #notifyText {
	display: flex;
	align-items: center;
	gap: 7px
}

#notify #notifyText .text {
	color: var(--color-5);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.light .switcher .light-btn {
	display: none
}

.dark .switcher .dark-btn {
	display: none
}

.servicebox.admin-recomm {
	position: relative;
	border: 2px solid #FFD700 !important;
	box-shadow: inset 0px 14px 15px rgb(255, 215, 0, .3)
}

.servicebox .admin-offer {
	display: none
}

.servicebox.admin-recomm .admin-offer {
	background: var(--tp-color-gold);
	color: #171f2e;
	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
}

.service-item.admin-recomm {
	position: relative;
	border: 2px solid #FFD700 !important;
	box-shadow: inset 0px 14px 15px rgb(255, 215, 0, .3)
}

.service-item .admin-offer {
	display: none
}

.service-item.admin-recomm .admin-offer {
	background: var(--tp-color-gold);
	color: #171f2e;
	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
}

.neworder-top {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	padding: 10px;
	transition: all 0.15s ease;
	background-color: var(--color-1);
	border-radius: 15px;
}

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

.neworder-top .btn {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 25px;
}

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

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

#new-order-cats {
	display: flex;
	align-items: center;
	gap: 7px;
	overflow-x: auto
}

#new-order-cats button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--color-2);
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
	color: #fff !important;
	font-size: 18px
}

#new-order-cats button.default {
	color: var(--color-3)
}

#new-order-cats button.instagram {
	background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#new-order-cats button.instagram .fab.fa-instagram {
	color: #fff !important;
	-webkit-text-fill-color: unset;
}

#new-order-cats button.facebook {
	background: linear-gradient(45deg, #036ce3, #149ff8)
}

#new-order-cats button.facebook .fab.fa-facebook-f {
	color: #fff !important
}

#new-order-cats button.twitter {
	background: #00acee
}

#new-order-cats button.twitter .fab.fa-twitter {
	color: #fff !important
}

#new-order-cats button.youtube {
	background: #fe0000
}

#new-order-cats button.youtube .fab.fa-youtube {
	color: #fff !important
}

#new-order-cats button.tiktok {
	background: #010101
}

#new-order-cats button.spotify {
	background: #1DB954
}

#new-order-cats button.spotify .fab.fa-spotify {
	color: #fff !important
}

#new-order-cats button.telegram {
	background: #29a0da;
}

#new-order-cats button.telegram .fab.fa-telegram-plane {
	color: #fff !important
}

#new-order-cats button.whatsapp {
	background: #25d366;
}

#new-order-cats button.whatsapp .fab.fa-whatsapp {
	color: #fff !important
}

#new-order-cats button.threads {
	background: #000;
	color: #fff;
}

#new-order-cats button.threads .fab.fa-threads {
	color: #fff !important
}

#new-order-cats button.twitch {
	background: #9146ff;
}

#new-order-cats button.twitch .fab.fa-twitch {
	color: #fff !important
}

#new-order-cats button.snapchat {
	background: #fffc00;
	color: #000;
}

#new-order-cats button.snapchat .fab.fa-snapchat-ghost {
	color: #fff !important
}

#new-order-cats button.quora {
	background: #b92b27;
}

#new-order-cats button.quora .fab.fa-quora {
	color: #fff !important
}

#new-order-cats button.google {
	background: #4285f4;
}

#new-order-cats button.google .fab.fa-google {
	color: #fff !important
}

.mass-bttns {
	display: flex !important;
	align-items: center;
	white-space: nowrap;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	color: #fff !important
}

.mass-bttns .mass-icon {
	background: rgb(255, 255, 255, .2);
	width: 28px;
	height: 28px;
	border-radius: 100%;
	line-height: 28px
}

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

.service-top-list {
	display: flex;
	align-items: center;
	gap: 10px
}

.service-top-list .stl-5 {
	margin-left: auto
}

.service-top-list .btn-line-icon,
.service-top-list .btn-line-icon:hover,
.service-top-list .btn-line-icon:focus {
	border-radius: 10px
}

.service-top-list .form-select {
	max-width: 300px !important
}

.modal .btn-line-icon,
.modal .btn-line-icon:hover,
.modal .btn-line-icon:focus {
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 4px 10px;
	border-radius: 100%;
	width: 30px;
	height: 30px
}

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

.dark .modal-header {
	border-bottom: 1px solid #242b39
}

.modal-content {
	background: var(--color-1);
}

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

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

.modal-footer {
	border-top: 1px solid #d7d7d7
}

.dark .modal-footer {
	border-top: 1px solid #242b39
}

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

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

#filter-form .sfc-item {
	padding: 15px 10px;
	border-bottom: 1px solid var(--color-2);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#filter-form .sfc-item:last-child {
	border: none
}

#filter-form .sfc-price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#filter-form .sfc-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

#filter-form .sfc-head .modal-icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background-color: var(--color-6);
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px
}

#filter-form .sfc-head .sfc-title {
	color: var(--color-5);
	font-size: 16px;
	font-weight: 600;
	line-height: 15.545px;
	letter-spacing: -0.054px;
	margin: 0;
}

#filter-form .sfc-checkbox-container {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

#filter-form .sfc-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-shrink: 0;
	border-radius: 10px;
	border: 1px solid var(--color-2);
	background: var(--color-2);
	padding: 10px 15px;
	text-align: center;
	transition: .24s ease all;
	color: var(--color-5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.28px;
	cursor: pointer;
}

#filter-form .sfc-checkbox:hover {
	border-color: var(--color-6);
	transition: .24s ease all;
}

#filter-form .sfc-checkbox.active {
	border-radius: 10px;
	border: 1px solid var(--color-6);
	background: var(--color-6);
	box-shadow: 0px 0px 0px 4px #145ff530;
	color: var(--color-5)
}

.sfc-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
}

.sfc-buttons button {
	width: 100%;
	height: 55px
}

.sfc-card {
	width: 100%;
	margin-bottom: 10px
}

.sfc-card .card-body {
	display: flex;
	align-items: center;
	padding: 8px 8px 8px 12px;
	flex-wrap: wrap;
	gap: 15px;
}

.sfc-card .filter-title {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 32px;
}

.sfc-card .filter-title .sf-icon {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background-color: var(--color-6);
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.sfc-card .title {
	color: var(--color-5);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.054px;
	margin: 0;
}

.sfc-card .filters-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.sfc-card .filter-item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.sfc-card .title {
	color: var(--color-5);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.054px;
	margin: 0;
}

.sfc-card .badge.badge-sm {
	background-color: var(--color-6);
	padding: .25em .7em;
	font-size: 14px;
	line-height: 14px;
	border-radius: 35px;
	min-width: 30px;
	color: var(--color-4);
}

.sfc-card .filter-actions {
	margin-left: auto;
	display: flex;
	gap: 10px;
}

.sfc-card .btn-danger {
	background-color: #dc3545;
	border-color: 1px solid #dc3545 !important
}

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

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px
	}
}

@media (max-width: 992px) {
	#filter-form .sfc-checkbox {
		font-size: 13px
	}
  
    .sfc-buttons .btn {
		font-size: 12px!important;
      	white-space: nowrap;
      	padding: 15px
    }
  
    .card.sfc-card {
		margin-top: 10px
    }
  
	#filter-form .sfc-checkbox-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.service-top-list {
		gap: 7px;
		flex-direction: column;
	}

	.service-top-list .fa-info-circle {
		display: none
	}

	.service-top-list .stl-1,
	.service-top-list .stl-1 .btn,
	.service-top-list .stl-2 {
		width: 100%
	}

	.neworder-top .btn-primary {
		padding: 12px 20px;
	}

	.neworder-top .btn-primary span {
		display: none
	}

	.mass-bttns {
		display: none !important
	}

	ul.cstmnav {
		grid-template-columns: 1fr 1fr
	}

	.btn_filter.nwo-cat-btn {
		font-size: 11px
	}
}