@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

:root {
	--sp-bg: #0f0f0f;
	--sp-second-bg: #313131;
	--sp-primary: #76ff88;
	--sp-primary-hover: #48e95d;
	--sp-text: rgb(255, 255, 255, 1);
	--sp-text-hover: rgb(255, 255, 255, .5);
	--sp-twitch: #8956fb;
	--sp-spotify: #1db954;
	--sp-kick: #00e701;
	--sp-border: #2d2d2d;
	--sp-red: #ef4444;
	--sp-blue: #2563eb;
	--sp-green: #53d984;
	--sp-yellow: #eab308;
	--sp-indigo: #6610f2;
	--sp-purple: #6f42c1;
	--sp-orange: #ff5c00;
	--sp-radius: 35px
}
 
@font-face {
	font-family: 'Kids Sketchy';
	src: url('https://storage.perfectcdn.com/h0w4vn/uwrol4chyicjq10z.woff2') format('woff2'),
		url('https://storage.perfectcdn.com/h0w4vn/mdqja0dtj178xwz2.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

.out {
	overflow-x: hidden
}

.font-anton {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-style: normal;
}
 
.font-pixelify {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-sketchy {
	font-family: 'Kids Sketchy';
	font-weight: normal;
	font-style: normal;
}

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

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

.font-sora-400 {
	font-family: 'Sora', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.font-sora-500 {
	font-family: 'Sora', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.font-sora-600 {
	font-family: 'Sora', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.font-sora-800 {
	font-family: 'Sora', sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

::-moz-selection {
	background: var(--sp-primary);
	color: var(--sp-bg)
}

::selection {
	background: var(--sp-primary);
	color: var(--sp-bg)
}

::placeholder {
  color: rgb(97, 94, 94, 1)!important
}

.app ::placeholder {
  color: rgb(102, 114, 139, 1)!important
}

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

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

a:hover {
	color: var(--sp-primary-hover)
}

.hidden {
	display: none !important
}

.nowrap {
	white-space: nowrap
}

.badge {
	background: var(--sp-primary)!important;
	color: var(--sp-bg);
	font-weight: 400;
	font-size: 12px;
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.cursor-pointer {
	cursor: pointer
}

.primary-color {
	color: var(--sp-primary)
}

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

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

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

.alert.alert-warning {
	color: #eab308!important;
	background: #eab30831 !important
}

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

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

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

button:focus,
.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

.btn.btn-line {
	position: relative;
	overflow: hidden;
	padding-left: 15px;
}

.btn.btn-line span {
	right: 0;
}

.btn.btn-line .btn-icon,
.btn.btn-line span {
	position: relative;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.btn.btn-line .btn-icon {
	width: 31px;
}

.btn.btn-line .btn-icon *,
.btn.btn-line .btn-icon:after {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.btn.btn-line .btn-icon:after {
	content: "";
	height: 20px;
	width: 1px;
	margin-left: 10px;
}

.btn.btn-line:not(.btn-simple):hover span {
	margin: 0;
	opacity: 0;
	right: -100%;
}

.btn.btn-line:not(.btn-simple):hover .btn-icon {
	right: calc(-50% + 0.5em);
	width: 100%;
	padding-right: 11px;
	opacity: 1 !important;
}

.btn.btn-line:not(.btn-simple):hover .btn-icon * {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.btn.btn-line:not(.btn-simple):hover .btn-icon:after {
	width: 0;
	opacity: 0;
	margin: 0;
}

.btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-icon * {
	color: #fff;
	font-size: 20px;
}

.btn-primary .btn-icon * {
	color: var(--sp-bg);
}

.btn-primary {
	background: var(--sp-primary);
	color: var(--sp-bg);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-primary:hover,
.btn-primary:focus {
	background: var(--sp-primary-hover);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-primary.btn-line .btn-icon:after {
	background: var(--sp-primary-hover)
}

.btn-secondary {
	background: var(--sp-second-bg);
	color: var(--sp-text) !important;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-secondary:hover,
.btn-secondary:focus {
	opacity: .7;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn-secondary.btn-line .btn-icon:after,
.btn-secondary.btn-line .btn-icon:after {
	background: rgb(0, 0, 0, .35)
}

.btn-sm {
	padding: 5px 10px;
  	border-radius: 10px
}

.header {
	background: #121212
}

.header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(https://storage.perfectcdn.com/h0w4vn/sy89pu8fw5ma5ll1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1071px;
	height: 865px;
	z-index: -1;
}

.header-container,
.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo svg {
	height: 25px
}

.header-logo .logo-icon {
	height: 23px!important
}

.blink {
  animation: cursor-blink 1.5s steps(2, start) infinite;
  transform-origin: center;
}

@keyframes cursor-blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.header-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	padding-top: 31px;
	padding-bottom: 31px;
}

.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}

@media (max-width: 1199.98px) {
	.header-nav {
		gap: 18px;
	}
}

.header-nav a {
	color: var(--sp-text-hover);
	font-size: 14px;
	line-height: 25px;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 6px;
	text-decoration: none
}

.header-nav a:hover {
	color: var(--sp-text);
	-webkit-transition: all .2s;
}

.header-nav a.active {
	color: var(--sp-text);
}

.header-opener {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border: none;
	outline: none;
	height: 42px;
	width: 42px;
	padding: 0;
	border-radius: 10px;
	color: var(--sp-text);
	font-size: 24px;
	background: transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.header-actions,
.header-opener {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}

.header-mobile {
	display: none;
	padding: 5px 0;
	visibility: hidden;
	-webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
	transition: all .15s cubic-bezier(.4, 0, .2, 1);
	z-index: 9;
}

.header-mobile .container {
	padding-right: 5px;
	padding-left: 5px;
}

.header-mobile.active {
	visibility: visible;
}

.header-mobile.active .header-mobile-wrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-mobile,
.header:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header-mobile-wrapper {
	background-color: var(--sp-bg);
	border-radius: 8px;
	padding: 8px 18px 16px;
	border: 1px solid var(--sp-border);
	-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	-webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
	transition: all .2s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-origin: right 40px;
	transform-origin: right 40px;
}

.header-mobile-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-mobile-top .header-mobile-logo svg {
	height: 20px
}

.header-mobile-top .header-mobile-top-close {
	background: transparent
}

.header-mobile-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	gap: 18px;
	padding-bottom: 34px;
}

.header-mobile-nav a {
	margin: -10px -12px;
	padding: 10px 12px;
	border-radius: 6px;
	-webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
	transition: all .15s cubic-bezier(.4, 0, .2, 1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .6px;
	color: var(--sp-text) !important;
}

.header-mobile-actions {
	margin: -16px -18px;
	padding: 16px 18px;
	border-top: 1px solid hsla(0, 0%, 100%, .03);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.header-mobile-actions a {
	width: 100%
}

@media (max-width: 991.98px) {
	.header-container {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.header-actions,
	.header-nav {
		display: none;
	}

	.header-opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-mobile {
		display: block;
	}
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 100px 0
}

.hero .hero-big {
	font-size: 72px;
	text-transform: uppercase;
	text-align: center;
	line-height: 82px
}

.hero .hero-big .text-wrapper {
	position: relative;
	overflow: hidden;
}

.hero .hero-big .letters {
	white-space: nowrap;
}

.hero .hero-big .letter {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1em;
	opacity: 0;
}

.hero .hero-kids {
	font-size: 82px;
	color: var(--sp-primary)
}

.hero p {
	font-size: 18px;
	padding-top: 15px;
  	max-width: 750px;
  	text-align: center
}

.hero-btns {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 35px
}

.hero-btns a {
	min-width: 250px
}

.hero-alt-text {
	font-weight: 500;
  	padding-top: 25px;
  	text-align: center
}

.btn-primary-big {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: var(--sp-primary);
	color: var(--sp-bg);
	padding: 8px 25px;
	font-size: 16px;
	border-radius: var(--sp-radius);
	border: none;
	padding-right: 3.3em;
	cursor: pointer;
	text-decoration: none !important;
	width: max-content;
}

.btn-primary-big:hover {
	color: var(--sp-bg) !important
}

.btn-primary-big-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sp-bg);
	margin-left: 1em;
	position: absolute;
	height: 34px;
	width: 34px;
	border-radius: 100px;
	right: .3em;
	transition: all 0.3s;
}

.btn-primary-big:hover .btn-primary-big-icon {
	width: calc(100% - 0.6em)
}

.btn-primary-big-icon svg {
	width: 1.1em;
	transition: transform 0.3s;
	color: #fff;
}

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

.form-control,
.form-select {
	font-family: 'Sora', sans-serif;
	letter-spacing: -.01em;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	border: none;
	background: var(--sp-second-bg);
	color: var(--sp-text);
	height: 50px;
	width: 100%
}

.form-control:focus,
.form-select:focus {
	box-shadow: none !important;
	background: rgb(63, 63, 63, 1);
	border: none !important;
	color: var(--sp-text)
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #1f1f1f
}

.app .form-control,
.app .form-select {
	background: #1c212b;
	border: 1px solid #41495b;
	height: 50px;
	width: 100%
}

.app .form-control:focus,
.app .form-select:focus {
	background: #212631;
	border: 1px solid #41495b!important;
	color: var(--sp-text)
}

.app .form-control:disabled,
.app .form-control[readonly] {
	background-color: #2f3849
}

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

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

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

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

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

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

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

.pagination .page-item .page-link:hover {
	background: #252830
}

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

.pagination .page-item.active .page-link {
	background: #252830;
	color: var(--sp-text)
}

.home-who {
	padding: 75px 0
}

.home-who h2 {
	font-size: 72px;
	color: var(--sp-text);
	text-align: center
}

.home-who h2 span {
	color: var(--sp-primary)
}

.who-container {
	display: flex;
	justify-content: space-between;
	margin-top: 35px
}

.who-container .who-img img {
	max-width: 475px
}

.who-container .who-left {
	display: flex;
	align-items: center;
	gap: 35px
}

.who-container .who-left .who-left-text {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.who-container .who-left .who-left-text .who-left-top {
	display: flex;
	gap: 10px
}

.who-container .who-left .who-left-text .who-left-top .font-sketchy {
	font-size: 72px;
	line-height: 64px
}

.who-container .who-left .who-left-text .who-left-bottom {
	font-size: 32px
}

.who-container .who-left .who-left-text .who-left-bottom span {
	color: var(--sp-primary)
}

.who-box {
	background: var(--sp-text);
	width: 240px;
	height: 135px;
	position: relative
}

.who-box.who-box-lg {
	width: 450px;
	height: 135px
}

.who-box.who-box-md {
	width: 275px;
	height: 135px
}

.who-box.who-box-lg .who-letter {
	max-width: 100%
}

.who-box.who-box-lg p {
	margin-bottom: 0;
	color: var(--sp-bg);
	padding: 10px 10px 0 10px
}

.who-container .who-box:before {
	content: "\f25a";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	bottom: -30px;
	right: -15px;
	font-size: 42px;
	color: var(--sp-text);
	-webkit-text-stroke: 1.5px var(--sp-bg);
	animation: tada 2.5s infinite linear;
}

.who-box .who-box-header {
	display: flex;
	background: var(--sp-primary);
	width: 100%;
	padding: 5px;
	border-bottom: 2px solid var(--sp-bg)
}

.who-box .who-box-header .who-box-title {
	font-size: 16px;
	color: var(--sp-bg)
}

.who-box .who-box-header .who-box-close {
	width: 18px;
	height: 18px;
	color: var(--sp-bg);
	background: #7b87f2;
	margin-left: auto;
	text-align: center;
	box-shadow: 1px 1px 1px var(--sp-bg);
	line-height: 18px
}

.who-box.who-box-md .who-box-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.who-box .who-letter {
	font-size: 16px;
	max-width: 230px;
	color: var(--sp-bg);
	overflow: hidden;
	display: inline-block;
	padding: 15px
}

.who-box .who-letter .highlight {
	color: #ffba0d
}

.who-alt-text {
	font-size: 30px;
	margin-top: -75px
}

.who-alt-text .wat-title {
	position: relative;
	font-size: 48px
}

.who-alt-text .wat-title small {
	font-family: 'Times New Roman', sans-serif;
	font-style: oblique;
	position: absolute;
	top: 7px;
	font-size: 28px;
	padding-left: 5px
}

.who-alt-text .green-text {
	color: var(--sp-primary)
}

.who-alt-text .outline-text {
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.who-alt-text .gradient-text {
	background: linear-gradient(180deg, var(--sp-primary) 0%, var(--sp-primary) 50%, var(--sp-bg) 50%, var(--sp-bg) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.4px white;
}

.who-alt-text .gradient-text-deg {
	background: linear-gradient(360deg, var(--sp-primary) 0%, var(--sp-primary) 50%, var(--sp-bg) 50%, var(--sp-bg) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.4px white;
}

.who-wrapper {
	display: flex;
	justify-content: space-between
}

.who-wrapper .ww-left {
	max-width: 500px;
	margin-top: 35px;
	position: relative
}

.who-wrapper .ww-left p {
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
	font-style: oblique
}

.who-wrapper .ww-left p span {
	font-style: normal;
	color: var(--sp-primary)
}

.who-wrapper .ww-left ul {
	padding-left: 0
}

.who-wrapper .ww-left ul li {
	list-style: none;
	font-size: 18px;
	line-height: 24px
}

.who-wrapper .ww-left ul li .font-sora-600 {
	color: var(--sp-primary)
}

.who-wrapper .ww-left .ww-left-sign {
	position: absolute;
	bottom: 20px;
	right: 75px;
	height: 60px
}

.who-wrapper .ww-right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 25px
}

.animated-btn {
	position: relative;
	background: var(--sp-primary);
	color: var(--sp-bg);
	border: none;
	padding: 12px 20px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 12px rgba(10, 102, 194, 0.25);
	border: 1px solid var(--sp-border)
}

.animated-btn:hover {
	transform: scale(1.06);
	box-shadow: 0 10px 25px rgba(10, 102, 194, 0.35);
}

.animated-btn:active {
	transform: scale(0.94);
	box-shadow: 0 3px 10px rgba(10, 102, 194, 0.2);
}

.home-platform {
	padding: 75px 0
}

.platform-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 62px;
	line-height: 74px;
	text-transform: uppercase;
}

.platform-text .platform-img {
	height: 75px;
	padding: 0 10px
}

.platform-small-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
}

.platform-vid {
	position: relative;
}


.platform-vid:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(15, 15, 15, .95) 125%);
	z-index: 0;
}

.platform-vid svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin-left: auto;
	margin-right: auto
}


.section-header small {
	font-size: 32px;
	color: var(--sp-primary)
}

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

.section-header span {
	color: var(--sp-text-hover)
}

.home-b2b {
	background: #0f0f0f;
	background: -moz-linear-gradient(280deg, #0f0f0f 0%, #151515 100%);
	background: -webkit-linear-gradient(280deg, #0f0f0f 0%, #151515 100%);
	padding: 50px 0;
	margin: 50px 0
}

.b2b-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}

.b2b-wrapper .b2b-left ul {
	padding-left: 0
}

.b2b-wrapper .b2b-left ul li {
	list-style: none
}

.b2b-wrapper .b2b-left ul li h3 {
	margin-bottom: 0;
	color: var(--sp-primary);
	font-size: 24px
}

.b2b-wrapper .b2b-left ul li p {
	font-size: 16px
}

.b2b-wrapper .b2b-right {
	margin-top: -125px;
}

.home-motto {
	padding: 75px 0
}

.uptime-wrapper {
	font-size: 12px
}

.uptime-result {
	color: #76ff88
}

.uptime-service i {
	color: #76ff88
}

.uptime-bar {
	display: flex;
	gap: 2px;
  	position: relative;
  	z-index: 1
}

.tick {
	height: 15px;
	width: 5px;
	cursor: pointer
}

.tick.up {
	background-color: #76ff88
}

.tick.up:hover {
	background-color: #028f61
}

.tick.down {
	background-color: #f87171
}

.tick.down:hover {
	background-color: #ce5252
}

.home-motto {
	position: relative
}

.motto-images {
	position: relative
}

.motto-1 {
	max-width: 600px
}

.motto-2 {
	max-width: 225px;
	position: absolute;
	left: 1050px;
	bottom: 250px
}

.who-box.who-box-motto {
	width: 275px;
	height: 215px;
	position: absolute;
	left: 785px;
	bottom: 50px
}

.who-box.who-box-motto .who-letter {
	max-width: 225px;
}

.who-box.who-box-motto .wb-motto-top {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

.who-box.who-box-motto .wb-motto-top img {
	height: 50px;
	padding: 15px 0 0 15px;
	animation: heartBeat 2.5s infinite linear
}

.who-box.who-box-motto .wb-motto-top span {
	color: var(--sp-bg)
}

.home-faq,
.home-pages {
	padding: 75px 0
}

.app .home-faq,
.app .home-pages {
	padding: 0
}

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

.home-faq .faq-wrapper .faq-item {
  	font-family: 'Orbitron', sans-serif;
	background: var(--sp-primary);
	color: var(--sp-bg);
	width: 100%;
	height: max-content;
	margin-bottom: 0;
	cursor: pointer
}

.home-faq .faq-wrapper .faq-item h3 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 10px
}

.home-faq .faq-wrapper .faq-item .faq-arrow {
	padding-right: 15px
}

.home-faq .faq-wrapper .faq-item.active {
	background: var(--sp-primary);
	color: var(--sp-bg);
}

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

.home-faq .faq-wrapper .faq-item .faq-content {
	background: var(--sp-text);
	padding: 10px 25px;
}

.home-faq .faq-wrapper .faq-item.active .fa-minus {
	display: block
}

.home-faq .faq-wrapper .faq-item .fa-minus,
.home-faq .faq-wrapper .faq-item.active .fa-plus {
	display: none
}

.terminal-card {
	position: relative;
	overflow: hidden;
	width: 565px;
	height: 310px;
	padding: 18px;
	border: 1px solid var(--sp-border);
	background: var(--sp-bg);
	display: flex;
	flex-direction: column;
}

.terminal-card .scanline {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.05) 50%);
	background-size: 100% 4px;
}

.terminal-card .terminal-content {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 1.9;
	color: #c9d1d9;
	min-height: 200px;
	padding: 10px 0
}

.terminal-card .terminal-content::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 15, 15, 0.15) 0%, rgba(15, 15, 15, 0.60) 80%, rgba(15, 15, 15, .7) 100%);
	pointer-events: none;
	z-index: 2;
}

.terminal-card .terminal-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--sp-border)
}

.terminal-card .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.terminal-card .dot-red {
	background: #ff5f56;
}

.terminal-card .dot-yellow {
	background: #ffbd2e;
}

.terminal-card .dot-green {
	background: #27c93f;
}

.terminal-card .file-name {
	display: flex;
	gap: 7px;
	margin-right: auto;
	color: #7d8590;
	font-size: 13px
}

.terminal-card .time {
	color: #8b949e;
}

.terminal-card .line {
	opacity: 0;
	transform: translateY(12px);
	animation: terminalEntry 0.35s ease forwards;
	white-space: nowrap;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0
}

@keyframes terminalEntry {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.terminal-card-bottom {
	display: flex;
	gap: 15px;
	border: 1px solid var(--sp-border);
	border-top: none;
	padding: 5px 10px
}

.terminal-card .blob {
	background: var(--sp-primary);
	border-radius: 50%;
	height: 8px;
	width: 8px;
	transform: scale(1);
	-webkit-animation: pulse-black 2s infinite;
	animation: pulse-black 2s infinite;
	display: inline-block;
}

.terminal-card .blob.blob-green {
	background: rgba(118, 255, 136, 1);
	box-shadow: 0 0 0 0 rgba(118, 255, 136, 1);
	-webkit-animation: pulse-green 2s infinite;
	animation: pulse-green 2s infinite;
}

.terminal-card .live {
	background: rgba(118, 255, 136, .20);
	color: var(--sp-primary);
	border-radius: 100px;
	padding: 0 5px
}

@-webkit-keyframes pulse-green {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 136, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(118, 255, 136, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 136, 0)
	}
}

.home-build {
	padding: 75px 0
}

.build-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 35px
}

.build-wrapper .build-box {
	background: var(--sp-primary);
	width: 100%;
	padding: 5px
}

.build-wrapper .build-box .build-box-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px
}

.build-wrapper .build-box .build-box-header .bb-title {
	font-size: 24px;
	text-transform: uppercase;
	color: var(--sp-bg)
}

.build-wrapper .build-box .build-box-header .bb-title em {
	font-style: normal;
	color: var(--sp-text)
}

.build-wrapper .build-box .build-box-header .bb-title i {
	font-size: 28px
}

.build-wrapper .build-box .build-box-header .bb-close {
	width: 18px;
	height: 18px;
	color: var(--sp-bg);
	background: #7b87f2;
	text-align: center;
	box-shadow: 1px 1px 1px var(--sp-bg);
	margin-top: -10px;
	line-height: 18px;
}

.build-wrapper .build-box .build-box-content {
	background: #cccfe0;
	border: 1px solid var(--sp-bg);
	padding: 10px
}

.build-wrapper .build-box .build-box-content .btn-build {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--sp-primary);
	color: var(--sp-bg);
	border: none;
	padding: 7px 15px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 12px rgba(10, 102, 194, 0.25);
	border: 1px solid var(--sp-border);
	margin: auto
}

.build-wrapper .build-box .build-box-content ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	padding-left: 0;
	margin: 15px auto
}

.build-wrapper .build-box .build-box-content ul li {
	width: 100%;
	list-style: none;
}

.build-wrapper .build-box .build-box-content ul li p {
	background: #001226;
	width: 100%;
	padding: 3px 10px;
	margin-bottom: 0
}

footer .container {
	border-top: 1px dashed var(--sp-border);
	padding: 25px 15px 15px 15px
}

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

footer .footer-top .footer-logo-wrapper {
	display: flex;
	align-items: center
}

footer .footer-top .footer-logo svg {
	height: 25px
}

footer .footer-top .footer-highlight {
	font-size: 14px;
	max-width: 275px;
	margin-top: 15px
}

footer .footer-top .footer-highlight span {
	color: var(--sp-primary)
}

footer .footer-top .uptime-wrapper {
	width: max-content;
}

footer .footer-top .uptime-wrapper .tick {
	border-radius: 0
}

footer .footer-links-container {
	display: flex;
	gap: 100px
}

footer .footer-links-container .footer-links {
	display: flex;
	flex-direction: column;
	gap: 5px
}

footer .footer-links-container .footer-links a {
  	font-size: 15px;
	text-decoration: none;
	color: var(--sp-text);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

footer .footer-links-container .footer-links a:hover {
	color: var(--sp-primary);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

footer .footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 75px
}

footer .footer-bottom span {
	font-size: 13px;
	color: #c8c8c8
}

footer .footer-social {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-left: 10px;
	margin: 0 0 0 10px;
	border-left: 1px dashed var(--sp-primary)
}

footer .footer-social li {
	list-style: none
}

footer .footer-social li a {
	font-size: 18px;
	color: var(--sp-text);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

footer .footer-social li a:hover {
	color: var(--sp-primary);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

[data-modal=member] {
	display: none;
	position: fixed;
	z-index: 5999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: var(--sp-bg);
	overflow-y: auto;
}

[data-modal=member].active {
	display: block;
}

[data-modal=member] .member-container {
	min-height: 100dvh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center
}

[data-modal=member] .member-content .container {
	max-width: 600px;
}


[data-modal=member] .member-goback {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 15;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--sp-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.28px;
	text-decoration: none;
	cursor: pointer;
	transition: .14s ease all;
}

[data-modal=member] .member-content {
	padding: 80px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

[data-modal=member] .member-logo {
	margin-bottom: 15px;
}

[data-modal=member] .member-logo svg {
	height: 30px
}

[data-modal=member] .member-title {
	color: var(--sp-text);
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 15px;
}

[data-modal=member] .member-title span {
	color: var(--sp-primary);
	font-size: 26px;
}

[data-modal=member] .member-text {
	color: #c6c6c6;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
	margin-bottom: 0;
}

[data-modal=member] .member-form {
	padding-top: 40px;
}

[data-modal=member] .form-control-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--sp-border);
	background: var(--sp-second-bg);
	color: var(--sp-text);
	border-radius: 10px
}

[data-modal=member] .form-control-input input {
	border-radius: 10px 0 0 10px
}

[data-modal=member] .form-control-switch {
	height: 53px;
	flex: 0 0 53px;
	border-radius: 0 10px 10px 0;
	padding-right: 8px;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, .05);
	background: rgba(0, 0, 0, 0);
	color: var(--sp-text);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s ease;
}

[data-modal=member] .form-control-switch:hover {
	background: rgb(63, 63, 63, 1)
}

[data-modal=member] .forgot-password {
	font-size: 14px
}

[data-modal=member] .form-control-remember {
	display: flex;
	align-items: center;
	justify-content: space-between
}

[data-modal=member] .checkbox,
.srv-table .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

[data-modal=member] .checkbox label,
.srv-table .checkbox label {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

[data-modal=member] .checkbox input,
.srv-table .checkbox input {
	display: none;
}

[data-modal=member] .checkbox-icon,
.srv-table .checkbox-icon {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 2px solid var(--sp-border);
	background-color: var(--sp-second-bg);
	box-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

[data-modal=member] .checkbox-icon::before,
.srv-table .checkbox-icon::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 140%);
	background-color: var(--sp-primary);
	transition: all .2s ease-in-out;
}

[data-modal=member] .checkbox-icon::after,
.srv-table .checkbox-icon::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M10.0007 15.1709L19.1931 5.97852L20.6073 7.39273L10.0007 17.9993L3.63672 11.6354L5.05093 10.2212L10.0007 15.1709Z%27 fill=%27rgba%280,0,0,1%29%27%3E%3C/path%3E%3C/svg%3E");
	transform: scale(0);
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease;
	transition-delay: .1s;
}

[data-modal=member] .checkbox-text {
	color: var(--sp-text);
	font-size: 14px
}

[data-modal=member] .checkbox-icon~.checkbox-text {
	margin-left: 5px;
}

[data-modal=member] .checkbox input:checked~.checkbox-icon,
.srv-table .checkbox input:checked~.checkbox-icon {
	border-color: var(--sp-primary)
}

[data-modal=member] .checkbox input:checked~.checkbox-icon::before,
.srv-table .checkbox input:checked~.checkbox-icon::before {
	transform: translate(-50%, 50%)
}

[data-modal=member] .checkbox input:checked~.checkbox-icon::after,
.srv-table .checkbox input:checked~.checkbox-icon::after {
	transform: scale(1)
}

[data-modal=member] .member-visual {
	position: relative;
	border-left: 1px solid var(--sp-border);
	padding: 50px;
	overflow: hidden;
}

[data-modal=member] .member-visual:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(https://storage.perfectcdn.com/h0w4vn/sy89pu8fw5ma5ll1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1071px;
	height: 865px;
	z-index: -1;
	transform: scaleX(-1);
}

[data-modal=member] .member-visual .who-alt-text {
	max-width: 600px;
	margin-top: 0
}

.monitoring {
	padding: 45px 0 75px 0
}

.terminal-logs {
	background: var(--sp-bg);
	border: 1px solid var(--sp-border);
    border-radius: 10px;
	font-family: monospace 
}

.monitoring .terminal-header {
	background: #1c212b;
	border-bottom: 1px solid #2c313c;
	padding: 12px 16px;
}

.monitoring .terminal-footer {
	background: #1c212b;
	border-top: 1px solid #2c313c;
	padding: 10px 16px;
}

.monitoring .monitor-card {
	background: #151922;
	border: 1px solid #2c313c;
	padding: 10px 20px 20px 20px;
    border-radius: 10px;
}

.monitoring .monitor-card-title {
	border-bottom: 1px solid #2c313c;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.monitoring .progress-custom {
	height: 5px;
	background: #2c313c;
	overflow: hidden;
}

.monitoring .progress-custom .fill {
	height: 100%;
	background: #dc8b35;
}

.monitoring .terminal-body {
	height: 330px;
	overflow-y: auto;
	padding: 20px;
	font-size: 13px;
	line-height: 24px
}

.monitoring .terminal-body p {
	margin-bottom: 0
}

.monitoring .node {
	color: #dc8b35
}

.monitoring .cluster {
	color: #9146FF
}

.monitoring .proxy {
	color: #53FC18
}

.monitoring .muted {
	color: #8b93a7
}

.monitoring .log-line {
	margin-bottom: 8px;
}

.monitoring .bars {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 4px;
	height: 10px;
}

.monitoring .bars div {
	background: #9146FF;
}

.monitoring .scanline {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.02) 50%,
			rgba(0, 0, 0, 0.05) 50%);
	background-size: 100% 4px;
}

.monitoring .terminal-wrapper {
	position: relative;
	overflow: hidden;
}

.monitoring .mini-box {
	width: 12px;
	height: 12px;
	border: 1px solid #666;
}

.monitoring .mini-box.active {
	border-color: #1DB954;
}

.monitoring #spBlink {
	background: #2c313c;
	transition:
		background .35s ease,
		box-shadow .35s ease;
}

.monitoring .uptime-wrapper {
	background: #151922;
	border: 1px solid #2c313c;
    border-radius: 10px;
	padding: 20px;
	position: relative
}

.monitoring .uptime-wrapper .scanline {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.05) 50%);
	background-size: 100% 4px;
}

.monitoring .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.monitoring .dot-red {
	background: #ff5f56;
}

.monitoring .dot-yellow {
	background: #ffbd2e;
}

.monitoring .dot-green {
	background: #27c93f;
}

.signup {
	max-width: 600px;
	margin: auto;
	padding: 50px 0 75px 0
}

.signup .member-title {
	font-size: 28px
}

.signup .member-title span {
	font-size: 36px
}

.home-contact {
	padding: 75px 0
}

.contact-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-top: 50px
}

.contact-wrapper .contact-left {
	width: 100%
}

.contact-wrapper .contact-left form {
	max-width: 525px
}

.contact-wrapper .contact-left textarea {
	height: 150px;
	resize: none
}

.contact-wrapper .contact-left .contact-form-img {
	width: 500px;
	margin-top: 50px
}

.contact-wrapper .contact-right {
	position: relative
}

.contact-wrapper .contact-right .contact-img {
	max-width: 400px
}

.contact-wrapper .contact-right .contact-hand {
	height: 200px;
	position: absolute;
	left: -25px;
	bottom: 70px;
	animation: float 2.5s infinite linear;
}

.hljs {
	color: var(--sp-text-hover) !important
}

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

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

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

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

pre code.hljs {
    background: #111;
    border: 1px solid var(--sp-border);
    border-top: 0;
     border-radius: 0 0 7px 7px
}

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

.api-page .table-bordered {
	border: none;
	padding: 10px 0;
	border-collapse: separate;
	border-spacing: 3px;
}

.api-page .table-bordered thead td,
.api-page .table-bordered thead th {
	border-bottom-width: 0
}

.api-page h4,
.api-page p {
	letter-spacing: -.01em;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

.api-page .table tr {
	border: 0 !important;
	color: var(--sp-text)
}

.api-page .table td,
.api-page .table th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 0;
	background: #1c212b;
	text-align: left;
    border-radius: 7px !important
}

.api-page .table td {
	border: 0;
	background: #2b3343;
	color: var(--sp-text-hover)
}

.api-page .table td:nth-child(even) {
	background: #41495b;
	color: var(--sp-text);
}

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

.api-page .code-block-top {
	background: #1c212b;
	display: flex;
	justify-content: space-between;
	color: var(--sp-text);
  	border-radius: 7px 7px 0 0
}
 
.api-page .code-block-top span {
	padding: 10px 15px;
}

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

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

.home-api,
.home-terms,
.home-status,
.home-services,
.home-blog {
	padding: 75px 0
}

.card {
	border-radius: 10px;
    background: #151922;
    border: 1px solid #2c313c;
	display: flex;
	flex-direction: column;
}

.status-incidents {
	width: 100%
}

.status-incidents .bg-light {
    background: #1c212b !important;
}

.status-incidents .border-top {
    border-color: #41495b !important
}

.status-incidents .bg-danger {
    background-color: #dc3545 !important;
}

.status-container {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
  	gap: 15px;
    width: 820px;
  	margin: 50px auto
}

.status-wrapper {
  	position: relative;
    width: 100%
}

.status-wrapper .scanline {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.05) 50%);
    background-size: 100% 4px;
  	z-index: 1
}

.status-wrapper .status-bar {
    display: flex;
    gap: 2px;
    position: relative;
    z-index: 2
}

.status-wrapper .status-bar .tick {
    height: 32px;
  	width: 8px;
  	border-radius: 0
}

.status-wrapper .status-date {
    display: flex;
  	justify-content: space-between;
  	color: var(--sp-text-hover);
  	padding-top: 5px
} 

@media (max-width: 991.98px) {
    .header:before {
        width: 100%;
        height: 650px;
    }  
  
	.header-logo svg {
		height: 20px;
	}
	
	.header-logo .logo-icon {
		height: 18px!important
	}

	.hero {
		padding: 25px 0;
	}

	.hero .hero-big {
		font-size: 32px;
		line-height: 46px;
	}

	.hero .hero-kids {
		font-size: 42px
	}
  
    .hero p {
        font-size: 16px;
    }

	.hero-btns a {
		min-width: auto;
		width: 100%;
	}

	.hero-btns {
		margin-top: 15px;
	}

	.home-who {
		padding: 25px 0;
	}

	.home-who h2 {
		font-size: 42px;
	}

	.who-container {
		flex-direction: column;
	}

	.who-container .who-left {
		display: none
	}

	.who-container .who-img {
		flex-direction: column;
		order: 1
	}

	.who-container .who-img img {
		max-width: 100%;
	}

	.who-alt-text {
		font-size: 18px;
		margin-top: 25px;
	}

	.who-alt-text .wat-title {
		font-size: 26px;
	}

	.who-alt-text .wat-title small {
		font-size: 18px;
	}

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

	.who-wrapper .ww-left ul li {
		font-size: 15px;
	}

	.who-wrapper .ww-left .ww-left-sign {
		bottom: 25px;
		right: 15px;
		height: 50px;
	}

	.who-box.who-box-lg {
		width: 100%;
		height: 165px;
		max-width: 100%;
	}

	.who-box.who-box-md {
		display: none
	}

	.home-platform {
		padding: 25px 0;
	}

	.platform-text {
		font-size: 32px;
		line-height: 46px;
		text-align: center
	}

	.platform-vid video {
		width: 75px !important;
		height: 60px !important;
		margin-bottom: -20px !important;
		padding: 0 10px !important;
	}

	.platform-vid svg {
		top: 0;
		width: 20px;
	}

	.platform-small-text {
		font-size: 20px;
		line-height: 36px;
		text-align: center;
	}

	.home-b2b {
		padding: 0
	}

	.section-header small {
		font-size: 20px;
	}

	.section-header h2 {
		font-size: 52px;
	}

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

	.b2b-wrapper .b2b-left {
		order: 2;
		padding-top: 20px;
	}

	.b2b-wrapper .b2b-right {
		order: 1;
		margin-top: 0;
	}

	.terminal-card {
		width: 100%;
		height: 310px;
		max-width: 100%
	}

	.terminal-card .line {
		white-space: normal;
	}

	.terminal-card .line {
		font-size: 10px;
		line-height: 16px;
	}

	.motto-1 {
		max-width: 100%;
	}

	.who-box.who-box-motto,
	.motto-2 {
		display: none
	}

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

	.home-faq .faq-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin-top: 35px;
	}

	.home-motto {
		padding: 25px 0;
	}

	.b2b-wrapper .b2b-left ul li h3 {
		font-size: 18px;
	}

	.b2b-wrapper .b2b-left ul li p {
		font-size: 14px;
	}

	.home-build,
	.home-faq {
		padding: 25px 0;
	}

	footer .footer-top {
		flex-direction: column;
		gap: 20px;
	}

	footer .footer-top .footer-logo-wrapper {
		justify-content: center;
	}

	footer .footer-top .footer-logo svg {
		height: 20px;
	}

	footer .footer-top .footer-highlight {
		max-width: 100%;
		text-align: center
	}

	footer .footer-top .uptime-wrapper {
		margin: auto;
	}

	footer .footer-links-container {
		gap: 25px;
		flex-wrap: wrap;
		margin-top: 15px;
	}

	footer .footer-links-container .footer-links a {
		font-size: 13px
	}

	footer .footer-bottom {
		padding-top: 36px;
	}

	footer .footer-bottom span {
		text-align: center;
	}

	[data-modal=member] .member-container {
		grid-template-columns: repeat(1, 1fr);
	}

	[data-modal=member] .member-visual {
		display: none;
	}

	[data-modal=member] .member-content {
		padding: 0 0 40px;
	}

	[data-modal=member] .member-form {
		padding-top: 25px;
	}

	[data-modal=member] .member-goback {
		left: 15px;
	}
	
	.signup,
	.home-contact,
    .home-api,
    .home-terms,
    .home-status,
    .home-services,
    .home-pages,
	.home-blog {
		padding: 35px 0;
	}
	
	.contact-wrapper .contact-right,
	.contact-wrapper .contact-left .contact-form-img {
		display: none
	}
  
    .terminal-card-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }  
  
    .status-container {
        width: 100%;
        margin: 24px auto;
    }  
  
  	.status-wrapper .uptime-service,
  	.status-wrapper .uptime-result {
  		font-size: 11px
  	}
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
    border-right: 1px solid #2c313c;
    background-color: #131415;
	width: 280px;
	height: 100dvh;
	z-index: 1032;
	white-space: nowrap;
	transition: .2s ease all;
	display: flex;
	flex-direction: column;
}

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

.sidebar-head .app-logo {
	padding-top: 15px
}

.sidebar-passive .app-logo {
	display: none;
}

.sidebar-head .app-logo svg {
	height: 22px
}

.sidebar-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 0 32px 0;
	overflow-y: auto;
	-ms-overflow-style: none;
	position: relative
}

.sidebar-body::-webkit-scrollbar {
    width: 5px;
}
        
.sidebar-body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.sidebar-body::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.sidebar-toggle {
	position: absolute;
	top: calc(50% - 32px / 2);
	right: calc(-0.5* 32px);
	background: transparent;
	border: none;
	outline: none;
	transition: .14s ease all;
	color: var(--sp-text);
	font-size: 24px;
}

.sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1031;
	display: none
}

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

.sidebar-menu-item a {
	display: flex;
	gap: 10px;
	padding: 10px 15px;
	color: var(--sp-text-hover);
	text-decoration: none;
	transition: .2s ease all;
	border: none;
	white-space: nowrap;
  	font-family: monospace;
	font-size: 16px;
}

.has-submenu .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.submenu-arrow {
    margin-left: auto;
    transition: 0.3s;
}

.sidebar-passive .submenu-arrow {
	position: absolute;
    right: 10px
}

.sidebar-passive .sidebar-submenu li {
    padding-left: 0
}

.sidebar-passive .sidebar-submenu li span {
	display: none
}

.has-submenu.active .submenu-arrow i {
    transform: rotate(180deg);
}

.sidebar-submenu {
    display: none;
    margin-top: 8px;
    background: #1b1d21;
    padding-left: 0;
}

.sidebar-submenu li {
  	padding-left: 15px;
    transition: .2s
}

.sidebar-submenu li:hover {
    background: #252830
}

.sidebar-submenu a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
}

.sidebar-submenu a:hover {
    color: #fff;
}

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

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

.sidebar-menu-item a:hover {
	background: transparent;
	border-color: none;
  	color: var(--sp-text)
}

.sidebar-menu-item.active a {
	border-left: 4px solid var(--sp-primary);
	color: var(--sp-text)
}

.sidebar-menu-item.has-submenu.active a {
	border: none
}

.sidebar-menu-item .sidebar-menu-text .badge {
	background: var(--sp-primary);
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite;
	display: inline-block
}

@-webkit-keyframes pulse-yellow {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 236, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(118, 255, 236, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(118, 255, 236, 0)
	}
}

.app-header {
    background-color: color-mix(in oklab, oklch(0.19 0 0) 75%, transparent);
	height: 75px;
	top: 0px;
	left: 280px;
	right: 0;
	z-index: 1030;
	position: fixed;
}

.sidebar-passive .app-header {
	left: 80px
}

.header-row {
	height: calc(75px - 1px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	max-width: 100%;
}

.header-start {
	display: flex;
	flex-direction: column;
	gap: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.app-header .btn-line-icon {
	background: transparent
}

.header-end {
	display: flex;
	align-items: center;
	gap: 10px;
}
 
.app-content {
	padding-top: 97px;
	padding-left: 280px;
	padding-bottom: 25px
}

.app-content .card .scanline {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.05) 50%);
    background-size: 100% 4px;
    z-index: 1;
}

.app-content .card .card-body {
    z-index: 1
}

.menu-toggle {
    background: transparent;
    color: var(--sp-text);
	width: 28px;
	height: 28px;
  	box-shadow: none!important;
  	border: none!important
}

.menu-toggle .menu-toggle-open,
.sidebar-passive .menu-toggle .menu-toggle-close {
    display: none
}

.menu-toggle .menu-toggle-close,
.sidebar-passive .menu-toggle .menu-toggle-open {
    display: flex
}

.sidebar-passive .menu-toggle .menu-toggle-open {
    display: flex
}

.menu-toggle:hover svg {
    color: var(--sp-primary)
}

.badge-absolute {
	display: none
}

.sidebar-passive .badge-absolute {
	display: flex;
	background-color: #f0ad4e;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    right: 23px;
    top: 6px;
    font-weight: 600;
    line-height: 9px;
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite;
	display: inline-block
}

.panel-body {
    background: #1c212b;
    border: 1px solid #41495b;
    border-radius: 10px;
  	font-size: 13px;
  	font-weight: 400;
  	padding: 15px;
  	height: 250px;
  	overflow: auto
}

.panel-body::-webkit-scrollbar {
    width: 5px;
}
        
.panel-body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.panel-body::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.sidebar-passive .small-logo {
	display: flex;
	height: 40px
}

.small-logo {
	display: none
}


.sidebar-footer {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid #2c313c;
    background: #131415;
}

.sidebar-footer .user-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    background: #1b1d21;
    cursor: pointer;
    transition: .2s;
}

.sidebar-footer .user-box:hover {
    background: #252830;
}

.sidebar-footer .user-box img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
}

.sidebar-footer .user-name {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--sp-text);
    font-weight: 600
}

.sidebar-footer .user-balance span {
    color: var(--sp-text-hover);
    font-weight: 400;
    font-size: 13px;
}

.sidebar-footer .user-menu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  	padding: 0 15px 15px 15px
}

.sidebar-footer .user-menu a:hover svg {
    opacity: .7
}

.sidebar-footer .user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #3e434d;
    border-radius: 10px;
    font-size: 24px;
  	position: relative;
  	color: var(--sp-text)
}

.sidebar-footer .user-avatar .online {
    background: var(--sp-primary);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -webkit-animation: pulse-yellow 2s infinite;
    animation: pulse-yellow 2s infinite;
    display: inline-block;
  	position: absolute;
  	right: 0;
  	top: 0
}

.sidebar-passive .sidebar-footer .user-menu,
.sidebar-passive .sidebar-footer .user-box .user-info {
	display: none
}

.sidebar-passive .sidebar-footer {
    padding: 5px;
}

.sidebar-passive .sidebar-footer .user-avatar {
    width: 45px;
    height: 45px;
}

.app .section-header h2 {
    font-size: 42px;
}

.app .section-header small {
    font-size: 20px;
}

.app .home-api, 
.app .home-terms, 
.app .home-status,
.app .home-services,
.app .home-blog {
	padding: 0
}

.app .status-container {
    width: 100%;
  	margin-top: 25px
}

.app .status-wrapper .status-bar .tick {
    width: 100%;
}

.app .monitoring {
	padding: 0
}

.app .uptime-bar .tick {
	width: 100%
}

.tooltip {
	z-index: 5000
}

.tooltip-inner {
	color: var(--sp-bg);
	background: var(--sp-primary);
	border: none;
	font-size: 11px;
  	font-weight: 500;
	border-radius: 7px;
	padding: 3px 7px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	opacity: 1
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	border: none
}

@media (min-width: 575.98px) {
    .app .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }  
  
	.sidebar-passive .sidebar-menu-text .badge {
		display: none !important
	}

	.sidebar-passive .menu-toggle i {
		transform: rotate(180deg);
	}

	.sidebar-passive .sidebar {
		width: 80px;
	}

	.sidebar-passive .sidebar-body {
		padding: 0 0 24px 0;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item {
		position: relative;
	}

	.sidebar-passive .sidebar-menu-item a {
		justify-content: center;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item .sidebar-menu-text,
	.sidebar-passive:not(.sidebar-active) .sidebar-top .sidebar-menu-text {
		display: block;
		position: fixed;
		background-color: var(--sp-bg);
		color: var(--sp-text);
		padding: 8px 12px;
		box-shadow: 0 4px 10px var(--sp-second-bg);
		border-radius: 10px;
		transform: translateX(-10px);
		pointer-events: none;
		opacity: 0;
		transition: .24s ease all;
		left: 75px;
	}

	.sidebar-passive:not(.sidebar-active) .sidebar-menu-item a.on-hover .sidebar-menu-text,
	.sidebar-passive:not(.sidebar-active) .sidebar-top a:hover .sidebar-menu-text {
		position: fixed;
		z-index: 9999;
		opacity: 1;
		transform: translateX(0)
	}

	.sidebar-passive .sidebar-menu-item .sidebar-menu-arrow {
		display: none;
	}

	.sidebar-passive .header {
		left: 80px
	}

	.sidebar-passive .app-content {
		padding-left: 80px;
	}
  
	.sidebar-toggle {
		display: none
	}
}


@media (max-width: 575.98px) {
	.menu-toggle {
		display: none
	}
 
	.bottom-bar {
		display: grid
	}
  
    .sidebar-head .app-logo {
        padding-top: 0;
    }

	.sidebar {
		transform: translateX(-100%);
	}

	.sidebar-toggle {
		right: calc(-10px - 40px);
		top: calc(50% - 74px / 2);
		border-radius: 100px;
		transform: rotate(180deg);
	}

	.sidebar-active .sidebar {
		transition: .2s ease all;
		transform: translateX(0);
	}

	.sidebar-active .sidebar-toggle {
		transition: .2s ease all;
		transform: rotate(0);
	}

	.sidebar-active .sidebar-overlay {
		display: block;
		transition: .2s ease all
	}

	.app-header {        
		height: 70px;
		left: 0
	}

	.header-row {
		height: calc(70px - 1px)
	}

	.header-end .btn.btn-line-icon .btn-icon {
		width: 26px;
		height: 26px;
	}

	.header-end {
		gap: 4px;
	}

	.header-end .btn.btn-line-icon {
		padding: 7px
	}

	.header-start .page-description {
		display: none;
	}
  
	.app-content {
		padding-left: 0;
		padding-top: 85px
	}
  
	.header-row {
		gap: 5px
	}

	.header-center {
		margin-left: auto
	}

	.header-center .btn.btn-line-icon .btn-icon {
		width: 26px;
		height: 26px;
	}

	.header-center .btn.btn-line-icon .btn-text {
		font-size: 14px
	}

	.header-center .btn.btn-line-icon .btn-chevron {
		display: none;
	}
  
 	.header-end .btn.btn-line-icon.wallet-mobile .btn-text {
  		display: block
  	}
  
  	.header-end .btn.btn-line-icon.wallet-mobile {
  		border-radius: 100px;
      	padding: 4px 10px 4px 4px
  	}
} 

.ui-dropdown {
	position: relative;
}

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

@media (max-width: 992px) {
    .dropdown-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(19, 20, 21, .5);
        z-index: 5000;
        display: none;
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .dropdown.show .dropdown-overlay {
        display: block;
    }
}

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

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

.dd-menu-scroll::-webkit-scrollbar {
    width: 5px;
}
        
.dd-menu-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.dd-menu-scroll::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.app-header .dd-menu {
	left: auto !important;
}

.dd-menu.show {
	-webkit-animation: .3s cubic-bezier(.25, .1, .15, 1.34) forwards dropdown-active;
	animation: .3s cubic-bezier(.25, .1, .15, 1.34) forwards dropdown-active;
}

.dropdown-list {
	display: flex;
	flex-direction: column;
	gap: 3px
}

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

.dropdown-list .dropdown-link:hover,
.dropdown-list .dropdown-link.active {
	background: var(--sp-second-bg);
}

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

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

.dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
  	padding-left: 0;
  	margin-bottom: 0
}

.dropdown-list li {
    list-style-type: none;
}

@media (max-width: 992px) {
    .dropdown.show .dd-menu {
        min-width: auto;
        float: none !important;
        position: fixed !important;
        top: initial !important;
        bottom: 10px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 20px) !important;
        max-width: 400px;
        max-height: calc(var(667px, 100dvh) - calc(74px + 0px) - 20px);
        z-index: 5005;
        display: block;
        animation: dropdownOpenMobile .2s ease;
        border-color: var(--sp-border);
    }
}

.ui-dropdown .btn-line-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    background: #1b1d21;
    cursor: pointer;
    transition: .2s;
}

.ui-dropdown .btn-line-icon:hover {
    background: #252830;
}

.ui-dropdown .btn-line-icon .btn-text {
    color: var(--sp-text)
}

.ui-dropdown .btn-line-icon .btn-icon {
    background: var(--sp-primary);
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ui-dropdown .btn-line-icon .btn-icon i {
  	font-size: 14px;
    color: var(--sp-bg)
}

.ui-dropdown .btn-line-icon .btn-chevron {
    background: var(--sp-bg);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--sp-text)
}

.select2-container--default .select2-selection--single {
	border-radius: 10px;
    background: #1c212b;
    border: 1px solid #41495b;
	color: var(--sp-text);
	height: 50px !important;
    line-height: 28px;
	transition: all 0.3s ease;
}

.select2-container--open .select2-selection--single {
	border-color: #41495b !important;
	background: #2f3849 !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-dropdown {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #41495b !important;
}

.select2-container--default .select2-selection--single:hover {
	border-color: #41495b
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--sp-text);
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.select2-container .dropdown-menu>li>a {
	font-size: 14px;
	padding: 3px 5px;
}

.select2-dropdown {
	background-color: #1c212b !important;
	border: 1px solid #41495b;
	border-radius: 8px;
	opacity: 1 !important;
}

.select2-dropdown .select2-search--dropdown {
	border-bottom: 1px solid #41495b;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.select2-results {
	background: #1c212b !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
        
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.select2-search--dropdown {
	background-color: #1c212b !important;
}

.select2-search--dropdown .select2-search__field {
	background-color: #1c212b !important;
	border: 1px solid #41495b;
	border-radius: 6px;
	padding: 8px;
}

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

.select2-results__option--highlighted:not(.is-selected) {
	background: rgb(0, 0, 0, .15)!important;
	color: var(--sp-text) !important;
}

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

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

.select2-results__option[aria-disabled="true"],
.select2-results__option.select2-results__option--disabled,
.select2-container--default .select2-results__option[aria-disabled="true"],
.select2-results__option[aria-disabled="true"][aria-selected="false"],
.select2-results__option:not([aria-selected="true"])[aria-disabled="true"],
.select2-results__option[data-select2-hidden="true"],
.select2-results__option.select2-results__option--hidden {
	display: none !important;
}

select option[hidden],
select option:disabled[hidden],
select option[disabled][hidden],
select option[data-hidden="true"],
option.hidden-category {
	display: none !important;
}

.service-metrics-badges {
	display: inline-flex !important;
	gap: 6px;
	align-items: center;
}

.hidden-category {
	display: none !important;
}

.search-dropdown .input-wrapper .input-wrapper__prepend,
.search-dropdown .input-wrapper .input-wrapper__append {
	z-index: 1;
	position: relative;
}

@media (max-width: 1000px) {
	.service-metrics-badges-selected {
		display: none;
	}

	.select2-results__option {
		padding: 10px 12px !important;
		line-height: 1.4 !important;
		position: relative !important;
	}

	.select2-results__option .select2-results__option-text {
		display: block !important;
		width: 100% !important;
		margin-bottom: 4px !important;
	}

	.select2-results__option--highlighted {
		background-color: #2f3849 !important;
	}

	.select2-selection__rendered .service-metrics-badges-selected {
		display: none !important;
	}

	.select2-results__option {
		white-space: normal !important;
		word-wrap: break-word !important;
	}
}

@media (min-width: 1000px) {
	.select2-results__option .service-metrics-badges {
		display: inline-flex !important;
		flex-direction: row !important;
		gap: 6px !important;
	}
}

.select2-container .dropdown-menu>li>a {
	color: var(--sp-text);
}

.select2-container .dropdown-menu {
	background: #1c212b;
	padding: 0 !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: rgb(0, 0, 0, .15) !important;
}

.select2-container .dropdown-menu>li.active {
	background: rgb(0, 0, 0, .15) !important;
	position: relative;
}

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

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

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

.select2-container .select2-selection__icon .fa-star {
	color: #fbbf24
}

.select2-container .select2-selection__icon .fa-spotify,
.services-filters .dd-menu a .fa-spotify,
.srv-category-cell .fa-spotify {
	color: var(--sp-spotify)
}

.select2-container .select2-selection__icon .fa-twitch,
.services-filters .dd-menu a .fa-twitch,
.srv-category-cell .fa-twitch {
	color: var(--sp-twitch)
}

.select2-container .select2-selection__icon .fa-kickstarter,
.services-filters .dd-menu a .fa-kickstarter,
.srv-category-cell .fa-kickstarter {
	color: var(--sp-kick)
}

.select2-container .select2-selection__icon .fa-times-circle,
.services-filters .dd-menu a .fa-times-circle,
.srv-category-cell .fa-times-circle {
	color: var(--sp-red)
}

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

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

.service-option-wrapper .service-details .service-meta {
	display: flex;
	gap: 12px;
	color: #c1c1c1;
	font-size: 12px
}

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

.service-actions .service-icons {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	margin-top: 7px
}

.service-actions .service-icons .metric-badge {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	background: var(--sp-primary);
    color: var(--sp-bg);
	vertical-align: middle;
}
  
.service-actions .service-icons .metric-badge i {
	margin-right: 5px;
	font-size: 9px;
}

.service-actions .service-icons .metric-badge i {
	margin-right: 5px;
	font-size: 9px;
}

.search-dropdown .input-wrapper .input-wrapper__prepend {
	color: var(--sp-text-hover)
}

.search-dropdown .input-wrapper .input-wrapper__append {
	color: var(--sp-red)
}

.card-widget .card-body {
	padding: 7px 10px
}

.card-widget svg {
    width: 100%;
    height: 100px
}

.card-widget polyline {
    fill: none;
    stroke: var(--sp-primary);
    stroke-width: 2;
    stroke-linecap: round;
}

.card-widget h5 {
	display: flex;
  	align-items: center;
  	gap: 5px;
  	font-size: 16px;
  	margin-bottom: 0
}

.card-widget .cwidget-top {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
	border-bottom: 1px solid #2c313c;
  	padding-bottom: 10px
}

.card-widget .info {
  	display: flex;
  	align-items: center;
  	gap: 10px;
  	padding-top: 5px
}

.card-widget .info small {
  	color: var(--sp-text-hover)
}

.services-filters {
	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	margin-bottom: 15px
}

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

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

.search-box {
    border-radius: 12px;
    border: 1px solid #2c313c;
    background-color: #131415;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 8px;
    transition: .24s ease all
}

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

.search-box .search-box--icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sp-text);
    background-color: #1b1d21;
    outline: none;
    font-size: 18px;
  	border: none
}

.btn-updates {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    background: #1b1d21;
    cursor: pointer;
    transition: .2s;
  	color: var(--sp-text)!important
}

.btn-updates:hover {
    background: #252830;
}

.btn-updates .updates-number {
    background: #ef4444;
  	width: 15px;
  	height: 15px;
  	font-size: 11px;
  	border-radius: 100%;
  	top: 0;
  	right: 0
}

.order-filters {
	display: flex;
  	justify-content: space-between;
    margin-bottom: 15px
}

.order-filters .nav-order {
	display: flex;
  	align-items: center;
  	gap: 5px;
  	padding-left: 0;
  	margin-bottom: 0
}

.order-filters .nav-order li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #1b1d21;
    cursor: pointer;
    transition: .2s;
	list-style: none
}

.order-filters .nav-order li:hover {
    background: #252830;
}

.order-filters .nav-order li.active {
    background: var(--sp-primary);
}

.order-filters .nav-order li a {
    color: var(--sp-text)
}

.order-filters .nav-order li.active a {
    color: var(--sp-bg);
}

@media (max-width: 575.98px) {
    .btn-updates {
        padding: 7px;
      	width: 40px;
      	height: 40px
    }

    .btn-updates .updates-number {
        width: 12px;
        height: 12px;
        font-size: 10px;
        top: 0;
        right: 0
    }
  
    .services-filters {
        flex-direction: column;
        gap: 10px;
    }
  
    .services-filters .sf-item {
        width: 100%
    }
    
    .ui-dropdown .btn-line-icon {
        width: 100%;
        justify-content: space-between;
    }
  
    .search-box {
      justify-content: space-between;
  	}
}

.table-radius {
  	border-radius: 15px;
  	border: 1px solid #2c313c;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0
}

.srv-table {
    background: transparent;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    margin: 0
}

.srv-table-card .srv-table {
    min-width: 750px;
}

.srv-table > thead > tr {
    background: #151922;
}

.srv-table > thead > tr > th {
    padding: 14px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sp-text);
    border-bottom: 1px solid #2c313c;
    border-top: none;
    white-space: nowrap;
}

.srv-table > tbody {
    border: 1px solid #2c313c
}

.srv-table > tbody > tr > td {
    padding: 12px 16px;
    border-color: #2c313c;
    vertical-align: middle;
    font-size: 13px;
    color: var(--sp-text);
}

.srv-category-cell {
    display: flex;
    align-items: center;
    gap: 5px;
}

.srv-category-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.srv-service-row {
	background: #131415; 
    transition: background 0.15s ease;
}

.srv-service-row:hover {
    background: #181a1b;
}

.srv-td-id,
.srv-td-rate,
.srv-td-min,
.srv-td-max {
    white-space: nowrap;
}

.srv-td-name {
    max-width: 400px;
}

.srv-td-fav {
    text-align: center;
    width: 42px;
}

.srv-td-fav span[data-favorite-service-id] {
    cursor: pointer;
    color: #fbbf24;
    font-size: 15px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.srv-td-fav span[data-favorite-service-id]:hover {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.08);
}

.srv-td-fav .favorite-active {
    color: #fbbf24 !important;
}

.srv-td-fav .favorite-active [data-favorite-icon] {
    animation: srvStarPop 0.3s ease;
}

@keyframes srvStarPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.srv-category-row > td {
    background: #2f3849;
    padding: 10px 16px !important;
    border-bottom: 1px solid #41495b 
}

.service-description .btn-primary {
	padding: 5px 10px;
  	font-size: 13px
}

.srv-table .service-info {
    display: flex;
  	align-items: center;
    gap: 15px;
  	color: #aeaeae
}

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

.modal-header .modal-title {
    font-size: 16px
}

.modal-header .btn {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #2c313c;
    border-radius: 12px;
  	color: var(--sp-text)
}

.modal-content {
    background: #151922;
  	border-radius: 15px
}

.modal-body {
    text-align: left
}

.modal-body::-webkit-scrollbar {
    width: 5px;
}
        
.modal-body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.modal-body::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.modal-footer {
    border-color: #2c313c
}

.modal.modal-services {
    --sp-modal-margin: 14px;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    transition: .24s ease all;
}

.modal.modal-services .modal-dialog {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: calc(100dvh - var(--sp-modal-margin) * 2);
    width: calc(100% - var(--sp-modal-margin) * 2);
    margin: var(--sp-modal-margin);  
    margin-left: auto;
    margin-right: 0
}

.modal.modal-services .modal-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: 0;
    transform: translateY(0);
    margin: 0;
    flex: 1;
    width: 600px;
}

.modal.modal-services .modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    font-weight: 400;
    font-size: 12px
}

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

@media (max-width: 991.98px) {
  .modal.modal-services .modal-content {
      width: 100%
  }	
  
  .modal.modal-services .modal-dialog {
      margin-left: auto;
      margin-right: auto;
  }
  .srv-table .service-info {
      align-items: flex-start;
      flex-direction: column;
      white-space: nowrap;
      gap: 0
  }
  .sf-wrapper {
      width: 100%;
  }
}

.width-40 {
    width: 40% !important;
    word-break: break-all;
    min-width: 250px;
}

.srv-table > tbody > tr > td.item-link-cell,
.srv-table > tbody > tr > td.item-value-cell {
    border: none
}

.srv-table > tbody > tr > td.item-title-cell,
.srv-table > tbody > tr > td.item-id-cell,
.srv-table > tbody > tr > td.item-date-cell, 
.srv-table > tbody > tr > td.item-status-cell,
.srv-table > tbody > tr > td.item-actions-cell {
  	border-top: none
}

.srv-table > tbody > tr > td.item-title-cell,
.srv-table > tbody > tr > td.item-id-cell,
.srv-table > tbody > tr > td.item-date-cell, 
.srv-table > tbody > tr > td.item-value-cell, 
.srv-table > tbody > tr > td.item-status-cell,
.srv-table > tbody > tr > td.item-actions-cell {
  	border-bottom: 1px solid #2c313c
}

.srv-table .item-title-cell a {
    color: var(--sp-text);
    text-decoration: none;
    transition: color 0.2s
}

.srv-table .item-title-cell .order-link a {
    color: var(--sp-primary);
    text-decoration: none;
    transition: color 0.2s
}

.srv-table > tbody > tr > td.item-date-cell,
.srv-table > tbody > tr > td.item-status-cell {
    border-left: 1px solid #2c313c;
}

.srv-table > tbody > tr > td > .item-date-cell {
    color: var(--sp-text-hover);
  	font-size: 13px;
  	padding-top: 5px
}

.order-status {
    background: var(--sp-primary);
    color: var(--sp-bg);
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.order-status.completed {
    background: var(--sp-primary);
}

.order-status.pending {
    background: var(--sp-yellow);
}

.order-status.inprogress {
    background: var(--sp-orange);
  	color: var(--sp-text)
}

.order-status.partial {
    background: #41495b;
  	color: var(--sp-text)
}

.order-status.processing {
    background: var(--sp-indigo);
  	color: var(--sp-text)
}

.order-status.canceled {
    background: var(--sp-red);
  	color: var(--sp-text)
}

.srv-table .order-status.inprogress.progress-box {
	background-color: rgba(255, 92, 0, 0.15);
	border: 1px solid var(--sp-orange);
	color: var(--sp-text);
	position: relative;
	overflow: hidden;
}

.srv-table .progress-box {
	position: relative;
	overflow: visible;
  	cursor: pointer;
	z-index: 1
}

.srv-table .progress-tooltip {
	position: absolute;
	bottom: 0;
	left: 0;
  	width: 100%;
	background: var(--sp-orange);
	color: #fff;
	padding: 7px 8px;
    border-radius: 0.05rem;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	z-index: 9999;
}

.srv-table .progress-box:hover .progress-tooltip {
	opacity: 1;
}

.srv-table .progress-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--width, 0%);
	background-color: var(--sp-orange);
	z-index: -1;
	transition: width 0.3s ease;
}

.srv-table .item-row {
	background: #131415; 
    transition: background 0.15s ease;
}

.srv-table .item-row:hover {
    background: #181a1b;
}

.srv-table .btn-refill {
	background: var(--sp-green);
    color: var(--sp-bg);
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.srv-table .btn-cancel {
	background: var(--sp-red);
    color: var(--sp-text);
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.srv-table .btn-unpause {
	background: var(--sp-blue);
    color: var(--sp-text);
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.srv-table > tbody > tr > td.item-actions-cell .order-actions {
	display: flex;
  	align-items: center;
  	gap: 5px
}

.filter-dropdown {
    position: fixed;
    z-index: 1030;
    bottom: 0;
    padding: 30px 0;
    max-width: calc(100% - 280px);
    left: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(118, 255, 136, .15) 100%);
    transition: .2s ease all;
}

.sidebar-passive .filter-dropdown {
    max-width: calc(100% - 80px);
    left: 80px;
}

.filter-dropdown .btn-copy {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #1b1d21;
  	color: var(--sp-text);
    cursor: pointer;
    transition: .2s
}

.filter-dropdown .dropdown-menu {
    top: -80px!important
}

.filter-dropdown .dropdown-menu li a {
    white-space: nowrap;
  	font-size: 12px;
}

.custom-notify {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 150px;
  	text-align: center;
    background: var(--sp-primary);
    color: var(--sp-bg);
    padding: 14px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
  	justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: all .25s ease;
    z-index: 99999;
}

.custom-notify.show {
    opacity: 1;
    transform: translateY(0);
}

.custom-notify.success {
    background: var(--sp-primary);
}

.custom-notify.error {
    background: var(--sp-red);
}

.custom-notify i {
    font-size: 16px;
}

@media (max-width: 991.98px) {
  .order-filters {
      flex-direction: column;
      gap: 10px;
  }
  
  .order-filters .nav-order {
      display: grid;
      align-items: center;
      gap: 5px;
      padding-left: 0;
      margin-bottom: 0;
      grid-template-columns: repeat(2, 1fr);
  }
  
  .filter-dropdown {
      max-width: 100%;
      left: 0
  }
}

.ticket-notes h4 {
    font-weight: 600;
    font-size: 15px;
    color: var(--sp-text);
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticket-notes h4 i {
    color: #f59e0b;
}

.ticket-notes .item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
	border-bottom: 1px solid #202531;
    padding: 12px 0;
}

.ticket-notes .item:last-child {
    border: none
}

.ticket-notes .num {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
	background: rgb(118, 255, 136, .15);
    color: var(--sp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.ticket-notes p {
    margin: 0;
    font-size: 13px;
    color: var(--sp-text);
    line-height: 1.5;
}

.ticket-card {
	background: #151922;
    border: 1px solid #2c313c;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
  	margin-top: 15px
}

.ticket-card .icon i {
    font-size: 22px;
    color: var(--sp-primary);
    width: 28px;
    text-align: center;
}

.ticket-card .text {
    display: flex;
    flex-direction: column;
  	gap: 5px
}

.ticket-card strong {
    font-size: 13px;
    color: var(--sp-text);
    font-weight: 400;
}

.ticket-card span {
    font-size: 13px;
    color: var(--sp-primary);
    font-weight: 700;
}

.ticket-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.ticket-header .ticket-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
  	font-weight: 600
}

.ticket-header .ticket-title i {
    color: var(--sp-primary)
}

.files-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 29px;
	background: #2f3849;
	padding: 5px;
	border-radius: 10px;
	width: max-content;
}

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

.files-wrapper .files-label {
  	font-size: 13px;
	color: var(--sp-text)
}

@media (max-width: 991.98px) {
  .ticket-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 10px
  }
  
  .ticket-header .sf-item {
      width: 100%
  }
}

.nav.nav-pills {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 0;
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #2c313c;
    border-radius: 15px;
    margin-bottom: 15px;
	flex-wrap: nowrap;
}

.nav.nav-pills li {
    display: flex;
    align-items: center;
  	justify-content: center;
    gap: 15px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #1b1d21;
    cursor: pointer;
    transition: .2s;
    list-style: none;
    width: 100%;
}

.nav.nav-pills li a {
  	color: var(--sp-text)
}

.nav.nav-pills li:hover {
    background: #252830;
}

.nav.nav-pills li.active {
    background: var(--sp-primary)
}

.nav.nav-pills li.active a {
  	color: var(--sp-bg)
}

.card-title {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #2c313c;
    padding-bottom: 15px
}

.card-title h5 {
    font-size: 16px;
    font-weight: 500;
  	margin-bottom: 0
}

.card-title i {
  	font-size: 16px;
	color: var(--sp-primary)
}

.secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(118, 255, 136, .07);
    color: var(--sp-primary);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.secure-badge i {
    font-size: 12px
}

.pay-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  	gap: 15px;
    padding-left: 0;
}

.pay-methods li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #1c212b;
    border: 1px solid #41495b;
    color: var(--sp-text);
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 15px;
    list-style: none;
    cursor: pointer;
    transition: 100ms all;
}

.pay-methods li:hover {
    background-color: #2f3849;
  	border-color: #616b81
}

.pay-methods li.active {
    background-color: #13171f;
  	border: 1px dashed var(--sp-primary)
}

.pay-methods li .pay-item-top {
    display: flex;
    align-items: center;
    justify-content: center;
  	flex-direction: column;
    gap: 5px;
}

.pay-methods li .pay-item-top .pay-icon img {
    height: 35px
}

.pay-methods .pay-item-content {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
    gap: 7px
}

.pay-methods .pay-item-content .pay-min {
    background: var(--sp-blue);
    color: var(--sp-text);
    font-size: 10px;
    text-align: center;
    justify-content: center;
    width: max-content;
    padding: 3px 10px;
    border-radius: 5px;
  	white-space: nowrap
}

.pay-methods .pay-item-content .pay-bonus {
    background: var(--sp-orange);
    color: var(--sp-text);
    font-size: 10px;
    text-align: center;
    justify-content: center;
    width: max-content;
    padding: 3px 10px;
    border-radius: 5px;
  	white-space: nowrap
}

.pay-methods .pay-item-content .pay-fee {
    background: var(--sp-red);
    color: var(--sp-text);
    font-size: 10px;
    text-align: center;
    justify-content: center;
    width: max-content;
    padding: 3px 10px;
    border-radius: 5px;
  	white-space: nowrap
}

.pay-methods .pay-item-content .pay-bonus:empty,
.pay-methods .pay-item-content .pay-fee:empty,
.pay-methods .pay-item-content .pay-min:empty {
    display: none;
}

.fund-notes h4 {
    font-weight: 600;
    font-size: 15px;
    color: var(--sp-text);
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fund-notes h4 i {
    color: var(--sp-primary)
}

.fund-notes .item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #202531;
    gap: 14px;
    padding: 12px 0;
    font-size: 14px;
    color: var(--sp-text);
}

.fund-notes .item:last-child {
    border: none
}

.fund-notes .item:first-of-type {
    padding-top: 0;
}

.fund-notes .item .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgb(118, 255, 136, .15);
    color: var(--sp-primary);
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 14px
}

.support-card {
    background: #151922;
    border: 1px solid #2c313c;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
    transition: .2s;
  	cursor: pointer
}

.support-card:hover {
    background: rgb(118, 255, 136, .07);
    border: 1px solid var(--sp-primary)
}

.support-card .icon i {
    font-size: 22px;
    color: var(--sp-primary);
    width: 28px;
    text-align: center;
}

.support-card .text {
    display: flex;
  	flex-direction: column;
  	gap: 5px
}

.support-card .text span {
    font-size: 13px;
  	color: var(--sp-text-hover)
}

@media (max-width: 991.98px) {
  .pay-methods .pay-item-content {
      width: 100%;
  }
  .pay-methods .pay-item-content > .pay-info {
      display: flex;
      flex-direction: column;
      gap: 5px
  }
  .pay-methods .pay-item-content > .pay-info > span {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 100%
  }
}

.dev-card {
    top: 25px;
    right: 15px;
    z-index: 15;
    pointer-events: none;
    user-select: none
}

.dev-card .text {
    display: flex;
    align-items: flex-end;
  	flex-direction: column;
    gap: 5px;
  	font-family: monospace;
  	font-size: 16px;
}

@media (max-width: 991.98px) {
  .dev-card {
  	 display: none
  }
}

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

.ticket-body::-webkit-scrollbar {
    width: 5px;
}
        
.ticket-body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2c313c;
    border: 1px solid var(--sp-border);
}
        
.ticket-body::-webkit-scrollbar-thumb {
   border-radius: 8px;
   background-color: var(--sp-primary);
}

.ticket-body .ticket-message {
	max-width: 450px;
	width: 100%;
}

.ticket-body .ticket-message.owner-message {
	margin-left: auto
}

.ticket-body .ticket-message-box {
	border-radius: 10px;
    background: #1c212b;
    border: 1px solid #41495b;
	padding: 14px 22px;
	color: var(--sp-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.ticket-body .ticket-message.owner-message .ticket-message-box {
    border-radius: 10px;
    background: var(--sp-primary);
    color: var(--sp-bg)
}

.ticket-body .ticket-message.owner-message .ticket-message-box p {
    font-weight: 600
}

.ticket-body .ticket-message.owner-message .ticket-message-box li {
	list-style-type: inherit
}

.ticket-body .ticket-message.owner-message .ticket-message-box blockquote {
	border-left: 3px solid var(--sp-text);
	padding: 2px;
	margin: 7px 0 20px;
}

.ticket-body .ticket-message-info {
	padding-top: 5px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	color: var(--sp-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -.443px;
}

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

.ticket-body .ticket-message-info .ticket-owner span {
	font-size: 16px;
	font-weight: 700;
}

.ticket-body .ticket-message-box p {
	margin-bottom: 0
}

.ticket-body .ticket-message-info .ticket-owner.support {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: var(--sp-primary);
}

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

.ticket-body .ticket-message-info .ticket-owner.support .verified {
	color: var(--sp-primary);
  	stroke: var(--sp-bg)
}

.ticket-footer .message-send {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.ticket-footer .message-send .tickets-uploader {
	border-radius: 15px;
}

.ticket-footer .message-send .files-label {
	display: none;
}

.ticket-footer .message-send textarea {
	height: 75px
}

@media (max-width: 991.98px) {
  .ticket-body {
      padding: 5px;
      gap: 20px;
      margin: 15px 0;
  }
}

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

.blog-wrapper .blog-item {
	background: #151922;
    border: 1px solid #2c313c;
    border-radius: 12px;
    cursor: pointer;
}

.blog-wrapper .blog-img-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.blog-wrapper .blog-img-wrapper small {
  	position: absolute;
  	right: 5px;
  	top: 5px;
    color: var(--sp-bg);
    background: var(--sp-text);
    margin: 15px;
    padding: 3px 10px;
    border-radius: 5px;
}

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

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

.blog-wrapper .blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 15px 10px 15px;
    border-top: 1px solid #2c313c;
    padding-top: 10px;
}

.blog-wrapper .blog-footer .blog-author img {
    width: 45px;
  	height: 45px;
  	border-radius: 100%
}

.blog-wrapper .blog-footer .blog-author a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog-wrapper .blog-footer .blog-author h4 {
    font-size: 16px;
    color: var(--sp-text);
    margin-bottom: 0;
}

.blog-wrapper .blog-footer .blog-author small {
    color: #9faac2
}

.blog-container .blog-title h1 {
	font-size: 32px;
    text-align: center;
    padding-bottom: 25px;
}

.blog-container .blog-img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.blog-container .blog-img-wrapper .btn-primary {
    position: absolute;
  	right: 15px;
  	top: 15px
}

.blog-container .blog-content {
	padding-top: 25px
}

@media (max-width: 991.98px) {
  .blog-wrapper {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px;
      margin-top: 35px;
  }
  
  .blog-container .blog-title h1 {
      font-size: 20px;
      padding-bottom: 25px
  }  
}

.aff-link-input-group {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.aff-link-input-group .form-control {
	border-radius: 10px 0 0 10px
}

.aff-link-input-group .btn-primary {
	border-radius: 0 10px 10px 0
}

.aff-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.aff-share-label {
    font-weight: 500;
}

.aff-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #1c212b;
    border: 1px solid #41495b;
    color: var(--sp-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.aff-share-btn:hover {
    background-color: #2f3849;
  	border-color: #616b81
}

.aff-link-meta {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid #2c313c
}

.aff-meta-item {
    display: flex;
    align-items: center;
    gap: 8px
}
 
.aff-meta-item i {
    color: var(--sp-primary);
    font-size: 14px;
}

.cp-order-benefits h4 {
    font-weight: 600;
    font-size: 15px;
    color: var(--sp-text);
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cp-order-benefits h4 i {
    color: var(--sp-indigo)
}

.cp-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: 1px solid #202531;
    padding: 12px 0;
}

.cp-benefit > i {
    color: var(--sp-primary);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cp-benefit strong {
    display: block;
    color: var(--sp-text);
    margin-bottom: 2px;
}

.cp-benefit p {
    margin: 0;
    color: #8593ae;
    line-height: 1.4;
}

.cp-alert {
    background: linear-gradient(135deg, rgba(102, 16, 242, 0.1), rgba(59, 130, 246, 0.05));
    color: var(--sp-indigo);
    border-left: 4px solid var(--sp-indigo)!important
}

.cp-alert ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
	margin: 15px 0 0 0;
    padding-left: 0
}

.cp-alert ul li {
	background: rgb(118, 255, 136, .15);
    color: var(--sp-primary);
    padding: 2px 8px;
    border-radius: 4px;
  	list-style: none;
    width: max-content;
    min-width: 175px
}

.motto-btn {
	display: flex;
    align-items: center;
    justify-content: center
}