:root {
  --color-0: #161b22;
  --color-1: #0d1117;
  --color-2: rgba(1,4,9,1);
  --color-3: #28cb69;
  --border-1: #30363d
}

body.dark {
  --color-0: #fff;
  --color-1: #eff0f6;
  --color-2: rgba(1,4,9,1);
  --color-3: #28cb69;
  --border-1: #d4d4d4
}
@media (max-width:450px)
{
  .header > .container > .row > .col { display: none !important; }
}
.for-mobile .tm-links
{
  display: inline-block !important;
}
.for-mobile .tm-links ul li
{
  padding: 0 15px !important;
}
.bullet
{
  background-color: #3964e7;
  width: 68px;
  height: 68px;
  color: #fff;
  line-height: 68px;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  border-radius: 34px;
  text-align: center;
}
.step-header
{
  color: #3964e7;
  font-size: 42px;
  font-weight: 700;
}
.mostPopular
{
  background-color: #211C6E;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 10px 10px;
  width: 150px;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: -20px;
  left: calc(50% - 75px);
}
.package-wrap:hover
{
  transform: scale(1.02) !important;
}
.package-body-ul li
{
  font-size: 16px;
  padding-left: 0 !important;
}
.owl-carousel .owl-stage-outer
{
  height: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.card
{
	padding: 10px 0px;
	border: none;
	background-color: unset !important;
	border-radius: 1rem;
}
.testimonial
{
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 500;
}
.owl-carousel
{
	margin-bottom: 15px;
}
.owl-carousel .owl-item
{
  width: 100%;
}
.owl-carousel .owl-stage-outer
{
	padding: 40px 10px;
	height: 380px;
}
.owl-carousel .owl-item img
{
	border-radius: 50%;
	object-fit: cover;
}
.owl-theme .owl-nav [class*='owl-']
{
	width: 40px !important;
	height: 40px !important;
	padding: 9px 10px !important;
	border-radius: 50% !important;
	background: inherit !important;
	border: 1px solid #47beb9;
	color: #bbb !important;
	font-size: 20px !important;
}
.owl-theme .owl-nav [class*='owl-']:hover
{
	background-color: #47beb9 !important;
	color: #fff !important;
}
.owl-prev i, .owl-next i
{
  vertical-align: text-top;
}
.f-socials a
{
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: inline-block;
}
.package-head
{
  background-color: unset !important;
  padding-bottom: 30px !important;
}
.package-body-ul li
{
  	text-align: center !important;
}
.package-body-ul li::after
{
  content: "" !important;
}
.package-ftr .btn.btn-primary
{
  color: #000000 !important;
  background-color: #f5d690 !important;
  border-radius: 25px !important;
  margin: 0 auto 30px !important;
  width: 50% !important;
  box-shadow: 0px -20px 20px 0px rgba(238,186,68,0.5) inset !important;
}
.package-ftr
{
  background-color: unset !important;
}
.package-price
{
  border: none !important;
  background-color: unset !important;
  font-size: 40px !important;
}
.weekly
{
  text-align: center;
  margin: 30px auto 0;
  display: inline-block;
  width: 100%;
}
.package-body
{
  padding-top: 30px !important;
}
.package-wrap
{
  background-color: #fff !important;
  color: #000 !important;
  position: relative !important;
  overflow: visible !important;
}
.mediumPlan
{
  background-image: url('https://storage.perfectcdn.com/7cv4an/4e9sf7dkg99x3za3.webp');
  background-size: cover;
  color: #fff !important;
  background-position: bottom center;
}
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html,
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	position: relative;
	color: #fff;
	background: #0a0f1d;
	overflow-x: hidden
}

body.pnd-panel {
	overflow-x: hidden;
	background: #0a0f1d
}

.hidden {
	display: none!important
}

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

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

::-webkit-scrollbar-track {
	background: transparent;
}


.text-danger {
	color: #FF2A2F;
}

.text-success {
	color: #20BD5F;
}

.text-warning {
	color: #FF8808;
}

.container {
	max-width: 1200px !important;
}

.clearfix {
	clear: both;
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 30px;
}

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

.header .tm-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header .tm-links ul li {
	display: inline-block;
	padding: 0 25px;
}

.header .tm-links ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 17px;
	display: block;
	font-weight: 600;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .tm-links ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.pnd-head {
	position: relative;
	padding: 130px 0 0;
}

.pnd-head .pnd-head-bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	background-image: url(https://storage.perfectcdn.com/7cv4an/bternyotw77bmyku.png);
	background-size: cover;
	background-position: bottom center;
}

.pnd-head .pnd-side {
	padding: 100px 0 0;
}

.pnd-head .pnd-line-one {
	margin-top: 44px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	font-size: 18px;
}

.pnd-head .pnd-line-two {
	font-size: 52px;
	font-weight: 600;
	line-height: 76px;
	color: #fff;
}

.pnd-head .pnd-line-three {
	margin-top: 44px;
	color: #45485B;
	font-weight: 300;
	line-height: 40px;
	font-size: 18px;
}

.pnd-head .pnd-head-bottom {
	margin-top: 44px;
}

.pnd-login {
	padding: 50px 34px;
	background: #060913;
	-webkit-box-shadow: 0px 0px 60px rgb(9 14 29 / 12%);
	box-shadow: 0px 0px 60px rgb(9 14 29 / 12%);
	border-radius: 10px;
	color: #fff;
	position: relative;
}

.pnd-login::after {
	content: '';
	position: absolute;
	background: #4a5cf6;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	height: 4px;
	width: 280px;
}

.pnd-login .pnd-lbox {
	padding: 34px 0 0 0;
}

.pnd-inp {
	position: relative;
	margin-bottom: 28px;
}

.pnd-inp input:focus~.pnd-label,
.pnd-inp input:not(:focus):valid~.pnd-label {
	top: 8px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	bottom: 10px;
	font-size: 11px;
	opacity: 1;
}

.pnd-inp .inputText {
	font-size: 14px;
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 8px;
	background: #0a0f1d;
	outline: none;
	border: none;
	padding: 28px 16px 18px 16px;
}

.pnd-inp .pnd-label {
	position: absolute;
	pointer-events: none;
	left: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
	color: #494F6D;
	font-weight: 600;
}

.form-check {
	position: relative;
	padding-left: 0px;
}

.form-check .form-check-input:checked~label::before {
	content: '\f00c';
	background-color: transparent;
	border-color: #4a5cf6;
}

.form-check label {
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}

.form-check label::before {
	content: '';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #4a5cf6;
	font-size: 9px;
	background-color: transparent;
	width: 19px;
	height: 19px;
	line-height: 17px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	border: 2px solid #4a5cf6;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-top: -5px;
	margin-right: 10px;
	vertical-align: middle;
}

.form-check .form-check-input {
	display: none;
}

.pnd-ltext {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.pnd-ltext:hover {
	color: #fff;
}

.pnd-new {
	display: block;
	margin-top: 44px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	text-align: center;
}

.pnd-new .pnd-mregister {
	background: #060913;
	padding: 0 18px;
	position: relative;
	z-index: 4;
	display: inline-block;
	font-size: 14px;
	font-size: 600;
	color: #fff;
}

.pnd-new::before {
	content: '';
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #333750;
}

@media (max-width: 991.98px) {
	.top-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #181c29;
		-webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		padding: 40px 30px 40px 30px;
		z-index: 1003;
		overflow-y: auto;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.top-menu .btn {
		display: block;
	}
	.top-menu .w100 {
		width: 100%;
		display: block;
	}
	.top-menu .tm-links>ul {
		width: 100%;
		padding: 0px 20px 30px 20px;
	}
	.top-menu .tm-links>ul>li {
		display: block;
		position: relative;
	}
	.top-menu .tm-links>ul>li+li {
		margin: 0px;
	}
	.top-menu .tm-links>ul>li>a {
		display: block;
		text-align: left;
		position: relative;
		max-height: 40px;
		padding: 24px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
	}
	.top-menu .tm-links>ul>li>a::after {
		display: none;
	}
	.top-menu.active {
		display: block;
	}
}

.btn {
	border-radius: 0px;
	background: #4a5cf6;
	color: #fff;
	padding: 14px 40px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	position: relative;
	letter-spacing: .4px;
}

.btn[data-second-text] {
	overflow: hidden;
}

.btn[data-second-text]::before {
	content: attr(data-second-text);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
	-webkit-transition: .16s ease;
	transition: .16s ease;
}

.btn[data-second-text]:hover {
	color: rgba(255, 255, 255, 0);
}

.btn[data-second-text]:hover::before {
	opacity: 1;
	top: 50%;
}

.btn.btn-secondary {
	background: #11131B;
}

.btn.btn-secondary:hover {
	background-color: #1e212e;
}

.btn-primary {
	background: #4a5cf6;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	box-shadow: 0 0 25px rgb(3 53 194 / 60%);
}

.btn-primary:hover {
	color: #fff;
	background: #3a4ef3;
}

.btn.btn-lg {
	height: 70px;
	padding: 20px 40px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
}

.btn.btn-outline {
	padding: 12px 32px;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
}

.btn.btn-started {
  	padding: 12px 32px;
	background: #ff553c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ff553c;
	color: #fff;
  	border-radius: .6rem
}

.btn.btn-started:hover {
	background: transparent;
  	transition: 500ms all
}

.btn.btn-dark {
	background: #0F1017;
}

.btn.btn-dark:hover {
	background: #1a1c27;
}

.btn.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	padding: 0 10px!important;
	font-size: 12px!important;
	height: auto!important
}

#login_modal .modal-dialog,
#signup_modal .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}

#login_modal .modal-dialog .modal-content,
#signup_modal .modal-dialog .modal-content {
	background: #0c101c url(https://storage.perfectcdn.com/7cv4an/7yiwl0rwgxequ1is.jpg);
  	background-repeat: no-repeat;
  	background-size: auto;
  	background-position: top center;
	height: 100%;
	border: 0;
	border-radius: 0;
}

#login_modal .modal-dialog .modal-content .close,
#signup_modal .modal-dialog .modal-content .close {
	color: #fff;
	opacity: 1;
	background: #19223c;
	padding: 10px 0;
	width: 50px;
	margin-left: auto;
}

.login-form {
	width: 450px;
}

.login-logo {
	margin: auto;
	text-align: center
}

.login-logo img {
	width: 240px;
}

.pnd-phone {
	background: url(https://storage.perfectcdn.com/7cv4an/kibgjduulrtwz74l.png);
	background-position: center center;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.pnd-phone img {
	max-width: 280px;
	margin: 0 auto;
	display: inline-block;
}

#pnd-slide {
	position: absolute;
	top: 40px;
	width: 235px;
	left: 116px;
	height: 420px;
}

.pnd-brands {
	display: inline-block;
	position: relative;
	text-align: left;
}

b {
	font-size: 58px;
	font-weight: 700;
	line-height: 79px;
	color: #fff;
	opacity: 0;
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.is-visible {
	position: relative;
	opacity: 1;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	animation: fadein .5s;
}

.is-hidden {
	-webkit-animation: fadeout .5s;
	-moz-animation: fadeout .5s;
	animation: fadeout .5s;
}

.w-insta {
	color: #e1306c
}

.w-ytube {
	color: #ff0000
}

.w-tik {
	color: #EE1D52
}

.w-tw {
	color: #1da1f2
}

.w-fb {
	color: #3b5998
}

.w-twitch {
	color: #9146ff
}

.w-sound {
	color: #ff8800
}

.w-spotify {
	color: #1db954
}

.w-pin {
	color: #e60023
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	0% {
		opacity: 0;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.pnd-count {
	padding: 0 0 100px 0;
}

.pnd-count>.container {
	position: relative
}

.pnd-count .count-area {
	background: #4a5cf6 url(https://storage.perfectcdn.com/7cv4an/nbb4q3em8b7b6e3b.png);
	background-repeat: no-repeat;
	background-position: right right;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	padding: 30px 25px;
	border-radius: 0 10px 10px 0
}

.pnd-count .pnd-count-img {
	position: absolute;
	top: 5px;
	left: -10px
}

.pnd-count h6 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0
}

.pnd-count h6 span {
	color: #060913;
	font-weight: 800;
}

.pnd-footer .pnd-ftop {
	background: #060913 url(https://storage.perfectcdn.com/7cv4an/c017wwmka5brnqlq.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px 0;
	position: relative
}

.pnd-footer .pnd-ftop:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	bottom: 100%;
	margin: auto;
	border: 25px solid transparent;
	border-bottom: 25px solid #060913;
	z-index: 1;
}

.pnd-footer .pnd-ftop h6 {
	color: #4a5cf6;
	letter-spacing: 5px
}

.pnd-footer .pnd-ftop .btn:hover {
	background: #fff;
	color: #060913;
	transition: 300ms all
}

.pnd-footer .pnd-copy {
	background: #070a14;
	padding: 25px 0
}

.pnd-steps {
	padding: 50px 0 100px 0
}

.pnd-sbox {
	margin-bottom: 60px;
	background: #060913;
	-webkit-box-shadow: 0px 0px 60px rgb(9 14 29 / 12%);
	box-shadow: 0px 0px 60px rgb(9 14 29 / 12%);
	padding: 25px 15px;
	border-radius: 10px;
	transition: 500ms all;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.pnd-sbox:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.pnd-sbox::before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #010102;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: .4;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.pnd-sbox:hover::before {
	-webkit-transform: scale(200);
	transform: scale(200);
	opacity: 1;
}

.pnd-icons,
.pnd-icons-2,
.pnd-icons-3,
.pnd-icons-4 {
	float: left;
	background: url(https://storage.perfectcdn.com/7cv4an/cl9j0qqrbxgchmoq.png) 50%/cover no-repeat;
	width: 125px;
	height: 115px;
	text-align: center;
	line-height: 125px;
	margin-right: 30px
}

.pnd-icons-2 {
	background: url(https://storage.perfectcdn.com/7cv4an/y76uap7grdncclja.png) 50%/cover no-repeat;
	width: 125px;
	height: 112px
}

.pnd-icons-3 {
	background: url(https://storage.perfectcdn.com/7cv4an/wkr8ght8pbnsh6xc.png) 50%/cover no-repeat
}

.pnd-icons-4 {
	background: url(https://storage.perfectcdn.com/7cv4an/gl6ofsob73wu9h57.png) 50%/cover no-repeat;
	width: 125px;
	height: 110px
}

.pnd-sbox-icon i {
	color: #0a0f1d;
	font-size: 32px;
	margin-left: 15px
}

.pnd-sbox-text {
	overflow: hidden;
	margin-left: 30px;
}

.pnd-sbox-text h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 15px;
	line-height: 55px;
}

.pnd-sbox-text p {
	color: #45485B
}

.pnd-title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 0px;
	margin-bottom: 40px;
}

.pnd-title.pnd-mtitle {
	margin-bottom: 70px;
}

.pnd-title .pnd-title-text {
	padding: 0px;
	line-height: 50px;
	margin-bottom: 0px;
}

.pnd-title .pnd-title-line {
	background: #4a5cf6;
	height: 2px;
	width: 100%;
	max-width: 140px;
	position: relative;
	display: inline-block;
	margin-top: 18px;
}

.pnd-nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 9999999999;
	display: none;
}

.pnd-nav-link {
	-webkit-box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2000;
}

.pnd-nav-link li.active {
	background: #4a5cf6;
	transform: scale(1);
	border-radius: 0px;
	position: relative;
	top: 0px;
}

.pnd-nav-link li.active a,
.pnd-nav-link li.active a i {
	color: #fff;
}

.pnd-nav-link li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 7px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: inset 0 3px transparent;
	box-shadow: inset 0 3px transparent;
	border-right: 1px solid #ccc
}

.pnd-nav-link li:last-child {
	border-right: none
}

.pnd-nav-link li a {
	text-decoration: none!important;
	outline: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	color: #0a0f1d;
	font-weight: 400;
}

.pnd-nav-link li a i {
	color: #0a0f1d;
	font-size: 20px;
	margin-bottom: 5px;
}

.pnd-why {
	padding: 0 0 100px 0;
}

.pnd-why .pnd-why-img {
	position: relative;
	top: 25px
}

.pnd-why .pnd-why-img img.pnd-heart {
	position: absolute;
	left: 25px;
	top: -30px
}

.pnd-why-item {
	margin-top: 30px
}

.pnd-why-item p {
	color: #bbb
}

.pnd-why-head {
	font-weight: 300
}

.pnd-why-item .icon {
	text-align: center;
	z-index: 1;
	font-size: 40px;
	margin-top: -5px;
	padding-right: 15px;
}

.pnd-why-item .icon i {
	width: 45px
}

.pnd-grad-two,
.pnd-grad-one,
.pnd-grad-three {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
}

.pnd-grad-two {
	background: -webkit-linear-gradient(90deg, #8579e0, #d043ca);
	background: -webkit-gradient(linear, left top, right top, color-stop(#8579e0), color-stop(#d043ca));
	background: -webkit-linear-gradient(left, #8579e0, #d043ca);
	background: -o-linear-gradient(left, #8579e0, #d043ca);
	background: linear-gradient(90deg, #8579e0, #d043ca);
}

.pnd-grad-one {
	background: -webkit-linear-gradient(90deg, #f75799, #fd6687);
	background: -webkit-gradient(linear, left top, right top, color-stop(#f75799), color-stop(#fd6687));
	background: -webkit-linear-gradient(left, #f75799, #fd6687);
	background: -o-linear-gradient(left, #f75799, #fd6687);
	background: linear-gradient(90deg, #f75799, #fd6687);
}

.pnd-grad-three {
	background: -webkit-linear-gradient(90deg, #00bcd4, #5192e1);
	background: -webkit-gradient(linear, left top, right top, color-stop(#00bcd4), color-stop(#5192e1));
	background: -webkit-linear-gradient(left, #00bcd4, #5192e1);
	background: -o-linear-gradient(left, #00bcd4, #5192e1);
	background: linear-gradient(90deg, #00bcd4, #5192e1);
}

.for-mobile {
	display: none
}

.pnd-login-modal {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.catetitle td strong {
	background-color: #4a5cf6;
	display: block;
	padding: 12px 15px;
	margin: 0 -10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

.thead-tr,
.thead-tr th {
	background-color: #45485B;
	border-color: #0a0f1d;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 7px
}

.table td {
	border-color: #45485B;
	color: #fff;
	font-size: 13px
}

.table th,
.table thead th,
.catetitle td {
	border: none
}

.desc-btn {
	background: #4a5cf6;
	padding: 2px 15px;
	border-radius: 2px;
	font-size: 11px
}

.modal-header {
	background: #4a5cf6;
	border: none;
}

.modal-title {
	font-size: 13px;
	color: #fff;
}

.modal-content {
	background: #060913
}

.modal-body p {
	font-size: 14px
}

.modal-footer {
	border-color: #0a0f1d;
	padding: 5px
}

.main-color {
	color: #4a5cf6
}

.btn-xs {
	padding: 5px;
	font-size: 12px
}

.dash-menu-btn {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #4a5cf6;
	background: #060913;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #4a5cf6;
	display: none;
	cursor: pointer;
}

.pnd-sidebar {
	width: 240px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	background-color: #060913;
	-webkit-box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	z-index: 1029;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pnd-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.pnd-sidebar.sidebar-inact .sidebar-header {
	padding-bottom: 10px
}

.pnd-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 65px;
}

.pnd-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 45px;
}

.pnd-sidebar .sidebar-header .pnd-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.pnd-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.pnd-sidebar .sidebar-content {
	padding: 20px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pnd-sidebar .sidebar-content::-webkit-scrollbar {
	width: 4px;
}

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

.pnd-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 2px;
}

body.dark .pnd-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #232842;
}

.pnd-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.pnd-sidebar .sidebar-menu {
	list-style: none;
	padding: 0px 14px 0 0;
	margin: 0px;
}

.pnd-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 5px;
}

.pnd-sidebar .sidebar-menu li.active>a.menu-link {
	background: #0a0f1d;
	color: #fff;
	border-left: 5px solid #4a5cf6;
}

.pnd-sidebar .sidebar-menu li a.menu-link {
	padding: 13px 18px;
	border-radius: 0 25px 25px 0;
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	border-left: 5px solid transparent;
}

.pnd-sidebar .sidebar-menu li a.menu-link:hover {
	background: #0a0f1d;
	border-left: 5px solid #4a5cf6;
}

.pnd-sidebar .sidebar-menu li.active a.menu-link:hover {
	background: #4a5cf6;
}

.pnd-sidebar .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 17px;
	vertical-align: -3px;
}

.pnd-header {
	top: 0px;
	left: 240px;
	right: 0px;
	z-index: 1003;
	background: #060913;
	border-left: 1px solid #0a0f1d;
	height: 70px;
	position: fixed;
}

.pnd-header .row-100 {
	height: 70px;
}

.pnd-header .col-100 {
	max-height: 70px !important;
}

.pnd-header .hea-ann-title {
	border-radius: 10px;
	padding: 14px 30px;
	background: #FFAB5A;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.pnd-header .header-btn {
	font-size: 15;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.pnd-header .header-btn:hover .icon {
	background: #fff;
	color: #060913;
	opacity: 1;
}

.pnd-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.container-fluid {
	padding: 0 50px;
}

.dhr-marquee {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.divider {
	border-bottom: 1px solid #EFEFEF;
}

.d-card {
	background-color: #060913;
	color: #464E77;
}

.d-card .d-card-head .pnd-head-icon img {
	height: 42px;
}

.d-card .d-card-body {
	padding: 15px;
}

.d-card label {
	color: #fff;
	font-size: 13px
}

.pnd-content {
	background-color: #0a0f1d;
	padding-left: 240px;
	padding-top: 70px;
	padding-bottom: 30px;
}

.pnd-fastbar>.row {
	margin-left: -5px;
	margin-right: -5px;
}

.pnd-fastbar>.row>div {
	padding: 0 5px;
	border-left: 1px solid #0a0f1d
}

.pnd-fastbar>.row>div>a {
	text-decoration: none;
	color: #4a5cf6
}

.pnd-fastbar .pnd-fb-box {
	position: relative;
	text-align: center;
}

.pnd-fastbar .pnd-fb-box:hover .pnd-fb-title {
	color: rgba(255, 255, 255, 0.8);
}

.pnd-fastbar .pnd-fb-box .pnd-fb-icon {
	text-align: center;
}

.pnd-fastbar .pnd-fb-box .pnd-fb-icon i {
	font-size: 32px
}

.pnd-fastbar .pnd-fb-box .pnd-fb-title {
	-webkit-transition: .15s ease;
	transition: .15s ease;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
}

.pnd-breadcrumbs {
	background: #0b0e2b url(https://storage.perfectcdn.com/7cv4an/zxaecpixzjt108lc.png);
	background-repeat: no-repeat;
	padding: 5px 0;
	align-items: center
}

.pnd-breadcrumbs .page-icon {
	float: left;
	border-right: 1px solid #121748;
	padding-right: 10px;
}

.pnd-breadcrumbs .page-icon i {
	font-size: 24px;
	color: #007ae1;
	margin: 9px 6px 9px 0;
	display: block;
}

.pnd-breadcrumbs .page-title {
	margin-left: 10px;
}

.pnd-breadcrumbs .page-title h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0
}

.pnd-breadcrumbs .page-title small {
	font-size: 12px;
	color: #ccc
}

.pnd-breadcrumbs .right-actions .btn {
	font-size: 12px;
	margin-top: 10px
}

.pnd-order .dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important;
	margin-top: 15px;
	transform: translate3d(0px, 30px, 0px)!important;
	border-radius: 0
}

.pnd-order .dropdown button {
	background: #0a0f1d;
	border: none;
	border-radius: 0;
	color: #fff;
}

.pnd-order .dropdown button:hover,
.pnd-order .dropdown button:focus {
	outline: none;
	box-shadow: none;
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 7px 12px;
	font-weight: 400;
	font-size: 13px;
	background: #0a0f1d;
	border-bottom: 1px solid #060913;
	color: #fff;
	text-align: left;
	border-radius: 0;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #060913
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 13px;
}

.form-group .fab.fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10px;
}

.form-group .fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.form-group .fab.fa-youtube {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-tiktok {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.form-group .form-control {
	background: #0a0f1d;
	border: none;
	border-radius: 0;
	color: #fff;
	height: 40px;
	font-size: 12px
}

.form-group .form-control {
	outline: none;
	box-shadow: none;
}

.help-block.min-max {
	color: #4a5cf6;
	font-size: 11px
}

.input-group .input-group-prepend .input-group-text {
	background: #4a5cf6;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 0 8px
}

body.pnd-panel .btn {
	font-size: 16px;
	padding: 0 15px
}

body.pnd-panel .pnd-order .btn {
	font-size: 16px;
	height: 50px
}

.pnd-ord-detail {
	display: flex;
	align-items: center
}

.pnd-ord-left span {
	background-color: #4a5cf6;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff
}

.pnd-ord-detail .pnd-ord-body {
	margin-left: 10px
}

.pnd-ord-detail .pnd-ord-body h4 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px
}

.pnd-ord-detail .pnd-ord-body h5 {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 0;
	line-height: 18px
}

.pnd-uw-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex
}

.pnd-uw-body {
	-ms-flex: 1;
	flex: 1;
	align-items: center
}

.pnd-uw-box .pnd-uw-status {
	display: flex;
	justify-content: flex-end;
	color: #ffc107;
	font-size: 14px;
}

.pnd-uw-box .pnd-uw-img {
	margin-right: 18px;
	position: relative;
}

.pnd-uw-box .pnd-uw-img a:before {
	content: url(https://storage.perfectcdn.com/7cv4an/wl9dos9birfbxzau.png);
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pnd-uw-box .pnd-uw-img a img {
	border-radius: 50%;
}

.pnd-uw-box .pnd-uw-img a:after {
	content: url(https://storage.perfectcdn.com/7cv4an/omjwqxx1kkh1wuid.png);
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pnd-uw-box:hover .pnd-uw-img a:before {
	visibility: hidden;
	opacity: 0;
}

.pnd-uw-box:hover .pnd-uw-img a:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	visibility: visible;
	opacity: 1;
}

.pnd-uw-box .pnd-uw-name {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
	color: #4a5cf6;
}

.pnd-uw-box .pnd-uw-balance {
	font-size: 12px;
	color: #aaa;
	line-height: 1;
}

.pnd-uw-box .pnd-uw-low {
	color: #dc3545;
	font-size: 11px
}

.pnd-uw-bg {
	background: #060913 url(https://storage.perfectcdn.com/7cv4an/got4dwzfbz0yn0dt.png) right;
	background-repeat: no-repeat!important;
}

.pnd-search input {
	position: relative;
	height: 40px;
	border-radius: 0;
	background: #0a0f1d;
	border: none;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	color: #fff;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.pnd-search input:focus,
.pnd-search input:hover {
	outline: 0;
	border: 0
}

.slist-text {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	color: #fff
}

.services-list {
	max-width: 500px;
	margin: auto;
	padding: 1px 15px;
	border-radius: 5px
}

.services-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.services-list ul li {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

.services-list ul li i {
	color: #fff;
	font-size: 24px!important;
}

.services-list ul li.instagram i {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-list ul li.facebook i {
	color: #4267b2;
}

.services-list ul li.twitter i {
	color: #1da1f2
}

.services-list ul li.youtube i {
	color: red;
}

.services-list ul li.spotify i {
	color: #00d856;
}

.services-list ul li.twitch i {
	color: #1a0dab;
}

.services-list ul li.pinterest i {
	color: #bd081c;
}

.services-list ul li.telegram i {
	color: #26a4e3;
}

.services-list ul li.soundcloud i {
	color: #ff5510;
}

.services-list ul li.snapchat i {
	color: #fffc00;
}

.services-list ul li.tiktok i {
	color: #EE1D52;
}

.card {
	margin-bottom: 10px;
	border: none;
	border-radius: 0!important;
	background-color: #0a0f1d;
	font-size: 11px;
}

.card .card-header {
	padding: 0;
	border: none;
	background-color: #0a0f1d;
	border-radius: 10px;
}

.card .card-header h4 {
	font-size: 14px;
	color: #fff
}

.card .card-header {
	color: #fff;
	display: block;
	text-align: left;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

.card .card-header code {
	font-family: Poppins, sans-serif;
	color: #4a5cf6!important;
	font-size: 11px
}

.card .card-header span {
	font-size: 11px;
	color: #fff
}

.card .card-header .fa-copy {
	color: #dc3545
}

.card .card-header a {
	font-size: 11px;
	color: #4a5cf6
}

.card. .card-header span.sno {
	font-size: 11px!important
}

.pnd-order .btn.btn-refill {
	font-size: 9px!important;
	padding: 1px 5px!important;
	height: auto!important;
	font-weight: 400
}

.pnd-ord-nav li a {
	background-color: #060913;
	color: #fff;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.pnd-ord-nav li a.active,
.pnd-ord-nav li a:hover {
	background: #4a5cf6;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	box-shadow: 0 0 25px rgb(3 53 194 / 60%);
}

.pnd-ord-nav li:last-child {
	margin-left: auto;
}

.pnd-ord-search {
	background-color: #060913;
	color: #fff;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.pnd-ord-search .pnd-ord-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	padding: 0 14px;
	min-width: 250px
}

.pnd-ord-search i {
	color: #fff
}

.pnd-ord-search .pnd-ord-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: #4a5cf6;
	color: #fff;
}

.add-balance {
	width: 100%;
	border-radius: 10px;
}

.add-balance ul {
	width: 100%;
	padding: 0
}

.add-balance ul li {
	width: 48%;
	float: left;
	margin: 5px 3px;
}

.add-balance ul li a {
	display: block;
	background: #0a0f1d;
	color: #fff;
	border-radius: 0;
	float: left;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	height: 75px;
	font-size: 12px;
}

.add-balance ul li a:hover {
	background: #4a5cf6;
	color: #fff
}

.add-balance ul li.active a {
	background: #4a5cf6;
	color: #fff
}

.add-balance ul li a .tab-img {
	font-size: 24px
}

.add-balance ul li a small {
	font-size: 16px;
	margin-left: 10px
}

.add-balance .payment-method span {
	font-size: 12px
}

.pay-infos p {
	font-size: 13px
}

.pay-infos p strong {
	color: #fff
}

.pay-table thead tr {
	color: #4a5cf6;
}

.d-card .pnd-head {
	padding: 5px;
	position: relative;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	letter-spacing: .2px;
	margin-bottom: 15px
}

.d-card .pnd-head::before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	background: #262B44;
}

.d-card .pnd-head::after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100px;
	z-index: 4;
	left: 0px;
	height: 2px;
	background: #4a5cf6;
}

.d-card .pnd-head .pnd-head-icon {
	font-size: 17px;
	line-height: 32px;
	display: inline-block;
	margin-right: 5px;
}

.api pre.code {
	border-radius: 5px;
	background-color: #0a0f1d;
	color: #4a5cf6;
	padding: 24px;
}

.api .table-bordered,
.api .table-bordered td,
.api .table-bordered th {
	border-color: #0a0f1d;
	color: #fff
}

.d-card.dc-red {
	background: #dc3545;
	font-size: 12px;
	color: #fff
}

.d-card.dc-red p {
	font-size: 12px
}

.d-card.childs p {
	font-size: 13px;
	line-height: 22px;
}

.pnd-msg-box {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	overflow-x: hidden;
	min-height: 550px
}

.w-100 {
	width: 100%;
}

.col-sidebar {
	padding: 0;
	max-width: 350px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
}

.col-content {
	padding: 0 15px;
	max-width: calc(100% - 350px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 350px);
	flex: 0 0 calc(100% - 350px);
	min-height: 500px
}

.pnd-msg-box {
	width: 100%;
}

.pnd-tlist {
	max-height: 550px;
	min-height: 550px;
	overflow-x: scroll;
}

.pnd-tlist::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.pnd-tlist::-webkit-scrollbar-thumb {
	background: #0a0f1d;
	border-radius: 5px;
}

.pnd-tlist::-webkit-scrollbar-track {
	background: transparent;
}

.pnd-tlist li {
	border-bottom: 1px solid #0a0f1d;
}

.pnd-tlist .pnd-titem {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	position: relative;
}

.pnd-tlist .pnd-titem .pnd-tstatus {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}

.pnd-tlist .pnd-titem .pnd-tstatus.pending {
	color: #ffcc29
}

.pnd-tlist .pnd-titem .pnd-tstatus.completed {
	color: #28a745
}

.pnd-tlist .pnd-titem .pnd-tstatus.closed {
	color: #ec4646
}

.pnd-titem .pnd-tinfo {
	position: relative;
	flex: 0 1 100%;
}

.pnd-titem .pnd-tinfo p {
	margin-top: 0;
	margin-bottom: 3px;
	padding-right: 60px;
}

.pnd-titem .pnd-tinfo p:last-child {
	margin-bottom: 0;
}

.pnd-titem-link {
	transition: 0.3s;
}

.pnd-tlist .pnd-titem-link.active,
.pnd-tlist .pnd-titem-link:hover {
	color: #fff;
	background-color: #0a0f1d;
}

.pnd-titem-link,
.pnd-titem-link:hover,
.pnd-titem-link:focus {
	text-decoration: none;
}

.pnd-titem .pnd-tinfo .pnd-tname {
	font-size: 14px;
	font-weight: 500;
	color: #fff
}

.pnd-titem .pnd-tinfo small {
	font-size: 11px;
	color: #aaa
}

.pnd-msg-box .row {
	margin-top: 0;
	margin-bottom: 0;
}

.ticket-message-block .col-custom {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 80%;
}

.ticket-message-block.ticket-message-right {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.ticket-message-block.ticket-message-left {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.ticket-message-block .col-img {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 30px;
	margin-right: 15px;
}

.ticket-message-block .person-img {
	border-radius: 50%;
	margin-right: 20px;
	padding: 5px;
	background-color: #eaeaea;
}

.ticket-message-block .person-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 30px;
	width: 30px;
}

#msg-container .ticket-message-block {
	margin-bottom: 8px;
}

#msg-container .ticket-message {
	padding: 7px 10px;
}

#msg-container .date-time {
	font-size: 10px;
	margin-top: 5px;
	color: #ccc
}

#msg-container .date-time.support {
	font-size: 11px;
	color: #fff
}

.d-inline-block {
	display: inline-block;
}

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

.pnd-msg-box .pnd-t-title {
	margin-bottom: 30px;
	color: #fff;
	background: #0a0f1d;
	padding: 10px;
	border-bottom: 1px solid #4a5cf6;
	font-size: 13px
}

.message-form .action-controls textarea {
	margin-top: 0;
	margin-bottom: 0;
}

.message-form .action-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.message-form .action-controls .btn {
	border-radius: 0;
	font-size: 17px;
	min-width: 60px;
	text-align: center;
}

.pnd-tbox-chat {
	height: calc(100vh - 275px);
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pnd-tbox-chat .messages-list {
	height: inherit;
	overflow-y: auto;
	padding: 0 15px
}

.pnd-tbox-chat .messages-list .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.pnd-tbox-chat .reply-form {
	margin-top: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.pnd-tbox-chat .messages-list .inner>.ticket-message-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

ul.list-style-normal,
.list-style-normal ul {
	padding-left: 15px;
}

.messages-list a {
	color: #fff;
	text-decoration: underline;
}

.pnd-tbox-chat .messages-list .ticketSupportBox {
	background: #4a5cf6;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px
}

.pnd-tbox-chat .messages-list .ticketCustomerBox {
	background: #0a0f1d;
	padding: 5px 15px;
	font-size: 12px
}

.content-light-border {
	border-right: 3px solid #0a0f1d;
}

.px-3 {
	padding-left: 3px;
	padding-right: 3px;
}

.pnd-tbox-open {
	background-color: #4a5cf6;
	padding: 10px;
	color: #fff;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	font-size: 20px;
	position: fixed;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	display: none;
	border: none;
	transition: 0.3s;
}

.pnd-tbox-open:focus,
.pnd-tbox-open:hover {
	outline: 0;
	border: 0
}

.pnd-tbox-open.show {
	left: 300px;
}

.float-right {
	float: right;
}

@media screen and (max-width:1024px) {
	.pnd-msg-box .row {
		-ms-flex-flow: row;
		flex-flow: row;
	}
}

@media screen and (min-width:1199.98px) {
	.ticket-create {
		margin-top: 200px
	}
}

@media screen and (max-width:940px) {
	.col-sidebar {
		padding: 0;
		max-width: 300px;
		width: 300px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		background-color: #060913;
		z-index: 1;
	}
	.col-sidebar .px-3 {
		margin-top: 50px
	}
	.col-content {
		padding: 0 15px;
		max-width: calc(100% - 300px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 300px);
		flex: 0 0 calc(100% - 300px);
	}
	.pnd-tlist .pnd-titem .img-wrapper {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:767px) {
	.pnd-msg-box {
		position: relative
	}
	.pnd-msg-box .col-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		transition: .3s;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		padding-top: 40px;
		padding-bottom: 40px;
		overflow-y: auto;
		height: 100vh
	}
	.pnd-msg-box .col-sidebar.show {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pnd-msg-box .col-content {
		padding: 0 15px;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.pnd-msg-box .pnd-tbox-chat {
		height: auto;
		min-height: calc(100vh - 200px);
	}
	.pnd-tbox-open {
		display: inline-block;
	}
	.pnd-tlist {
		max-height: 550px;
		overflow-x: scroll;
		padding: 0 0 100px 0;
		margin-top: 25px;
	}
	.pnd-ticket-desc {
		padding: 40px
	}
}

@media screen and (max-width:400px) {
	.pnd-msg-box .col-sidebar {
		max-width: 260px;
		width: 260px;
	}
	.pnd-tbox-open.show {
		left: 260px;
	}
}

.pnd-ticket-head {
	color: #fff;
	font-weight: 500;
	font-size: 18px
}

.pnd-ticket-desc {
	color: #ccc;
	font-weight: 400;
	font-size: 13px;
	margin-top: 15px
}

.pnd-ref {
	font-family: Poppins, sans-serif;
	border-bottom: 1px solid #0a0f1d;
	padding: 15px 0
}

.pnd-ref:last-child {
	border: none
}

.pnd-ref i {
	color: #FFAB5A;
	font-size: 20px;
}

.pnd-ref .pnd-ref-title {
	font-weight: bold
}

.pnd-ref .pnd-ref-text {
    color: #fff
}

.btn-billing {
	font-size: 10px!important;
	font-weight: 400;
	height: auto!important
}

.pnd-notify {
	position: relative
}

.dotted {
	background: #ff0000; 
	width: 7px; 
	height:7px; 
	position: absolute; 
	border-radius: 100%;
	top:6px;
	right:8px
}

.pnd-notify-box {
	position:fixed;
	width:300px;
	right:-500px;
	background: #060913;
    border-left: 1px solid #0a0f1d;
	height:100%;
	top:70px;
	transition: 500ms all;
	padding: 0 15px;
  	z-index: 999
}

.pnd-notify-box.active{
	right:0px;
}

.pnd-notify-item {
	background: #0a0f1d;
	padding: 15px;
	margin-bottom: 10px
}

.pnd-notify-date {
    font-size: 13px;
    color: #8da2b5;
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    flex-wrap: nowrap;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.pnd-notify-class {
    display: inline-block;
    background: #4a5cf6;
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    border-radius: 10px;
    margin-right: 5px;
    overflow: hidden;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.pnd-notify-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pnd-notify-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
	color: #ccc;
}

.pnd-tnavs {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.pnd-tnavs .nav-item {
  display: inline-block;
}

.pnd-tnavs .nav-item.nav-link {
  margin: 0 10px;
  position: relative;
  line-height: 30px;
  font-size: 20px;
  min-width: 240px;
  font-weight: 600;
  padding: 18px 23px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 600;
}

.pnd-tnavs .nav-item.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #060913;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.pnd-tnavs .nav-item.nav-link.active::before {
  background-color: #4a5cf6;
}


@media screen and (max-width: 991.98px) {
	.pnd-ord-nav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important
	}
	.pnd-phone img {
		max-width: 100%;
	}
	.pnd-tnavs .nav-item.nav-link {
		min-width: 100px;
	}
	#pnd-slide {
		position: absolute;
		top: 51px;
		width: 177px;
		left: 16px;
		height: 315px;
	}
	.login-form {
		max-width: 90%;
	}
	.pnd-nav {
		display: block!important;
	}
	.pnd-ftop {
		text-align: center
	}
	.for-mobile {
		display: block
	}
	.pnd-mtable {
		display: block
	}
	.pnd-mtable .pnd-block {
		padding: 5px 0;
		display: block;
		background: #060913;
		margin-bottom: 10px
	}
	.pnd-mtable .pnd-block:nth-child(odd) {
		background: #0d132a
	}
	.table td {
		border: none
	}
	.pnd-mtable .pnd-block .pnd-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.pnd-mtable .pnd-block .pnd-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #45485B;
		display: block;
	}
	.pnd-mtable .thead-tr {
		display: none
	}
	.catetitle td strong {
		font-size: 14px;
		font-weight: 300
	}
	.pnd-navbar {
		display: block!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
}

@media screen and (max-width:767.98px) {
	.pnd-phone {
		width: 170px;
		margin: 1rem auto;
	}
	.pnd-phone img {
		max-width: 100%;
	}
	#pnd-slide {
		position: absolute;
		top: 40px;
		width: 142px;
		left: 14px;
		height: 255px;
		overflow: hidden;
	}
	.pnd-head .pnd-side {
		padding: 0
	}
	.pnd-head .pnd-line-two {
		font-size: 32px;
		line-height: 48px;
	}
	.pnd-head-bottom .btn {
		width: 100%;
		margin-bottom: 15px
	}
	.pnd-brands b {
		font-size: 42px;
		line-height: 56px
	}
	.header {
		margin-top: 25px
	}
	.pnd-login {
		padding: 15px
	}
	.login-logo {
		margin-bottom: 1rem!important;
		margin-top: 10px
	}
	.header .main-logo img {
		height: 40px
	}
	.pnd-head .pnd-line-one {
		margin-top: 15px
	}
	.pnd-sbox {
		margin-bottom: 25px
	}
	.pnd-sbox-text h2 {
		font-size: 16px;
		line-height: 24px
	}
	.pnd-sbox-text p {
		font-size: 14px;
	}
	.pnd-title .pnd-title-text {
		font-size: 24px;
		line-height: 32px
	}
	.pnd-title.pnd-mtitle {
		margin-bottom: 25px
	}
	.pnd-count {
		padding: 0 0 50px 0
	}
	.pnd-count-img {
		display: none
	}
	.pnd-count .count-area {
		border-radius: 10px
	}
	.pnd-count h6 {
		line-height: 32px
	}
	.pnd-new {
		margin-bottom: 0;
		margin-top: 25px
	}
	.pnd-phone {
		background: transparent
	}
	.pnd-login-modal {
		align-items: initial;
	}
	.pnd-steps {
		padding: 50px 0
	}
	.pnd-why-head {
		font-size: 18px
	}
	.pnd-why-item p {
		font-size: 13px
	}
	.pnd-head .pnd-line-three {
		line-height: 32px;
		margin-top: 0
	}
	.container-fluid {
		margin-bottom: 50px;
		padding: 0 15px !important;
	}
	.pnd-sidebar {
		left: -100px;
	}
	.pnd-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.pnd-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .pnd-user {
		padding: 40px 10px !important;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-name {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-balance {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.pnd-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.pnd-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.pnd-sidebar .pnd-user {
		padding: 0px 10px !important;
	}
	.pnd-sidebar .pnd-user .user-avatar>.the-avatar {
		width: 40px !important;
		height: 40px !important;
	}
	.pnd-sidebar .pnd-user .user-avatar .avatar-badge {
		display: none !important;
	}
	.pnd-sidebar .pnd-user .user-avatar .the-avatar-bg-bt {
		display: none !important;
	}
	.pnd-sidebar .pnd-user .user-avatar .the-avatar-bg {
		display: none !important;
	}
	.pnd-sidebar .pnd-user .user-name {
		display: none;
	}
	.pnd-sidebar .pnd-user .user-balance {
		display: none;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.pnd-content {
		padding-left: 0px !important;
	}
	.pnd-header {
		left: 0px !important;
	}
	.d-card .d-card-body {
		padding: 15px
	}
	.p0 {
		padding: 0!important
	}
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 30px;
	}
	.pnd-sidebar {
		width: 80px;
	}
	.pnd-sidebar.sidebar-inact {
		width: 280px;
	}
	.pnd-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .pnd-user {
		padding: 0 10px !important;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-name {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-balance {
		display: block;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.pnd-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.pnd-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.pnd-sidebar .pnd-user {
		padding: 0px 10px !important;
	}
	.pnd-sidebar .pnd-user .user-name {
		display: none;
	}
	.pnd-sidebar .pnd-user .user-balance {
		display: none;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.pnd-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.pnd-content {
		padding-left: 80px;
	}
	.pnd-header {
		left: 80px;
	}
	.pnd-sidebar.sidebar-inact .pnd-fastbar {
		margin-top: 0!important
	}
	.pnd-breadcrumbs .right-actions {
		display: none
	}
	.pnd-breadcrumbs .container-fluid {
		margin-bottom: auto
	}
}

@media (max-width: 1500.98px) {
	.container-fluid {
		padding: 0px 25px;
	}
}

@media (min-width: 1199.98px) {
	.pnd-sidebar.sidebar-inact {
		width: 80px;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.pnd-sidebar.sidebar-inact .pnd-user {
		padding: 0px 10px !important;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-name {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .pnd-user .user-balance {
		display: none;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.pnd-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.pnd-content.sidebar-inact {
		padding-left: 80px;
	}
	.pnd-header.sidebar-inact {
		left: 80px;
	}
	.pnd-sidebar.sidebar-inact .pnd-fastbar {
		display: none
	}
	.pnd-ref .pnd-ref-text {
		text-align: right
	}
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

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

.btn.btn-default.btn-xs {
	background: #4a5cf6;
	color: #fff;
	padding: 7px
}

.pagination {
	margin: 0;
	padding: 0;
	text-align: center
}

.pagination li {
	display: inline
}

.pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #060913;
	margin-right: 5px;
}

.pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.pagination li a.active {
	background-color: #4a5cf6;
	color: #fff
}

.pagination li a:hover:not(.active) {
	background-color: #4a5cf6;
}

.dash-card {
	background-color: #060913;
	background-image: url(../image/boost-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: relative;
	transition: 500ms all;
	cursor: pointer
}

.dash-card:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #4a5cf6;
	width: 60px;
	height: 2px;
		-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dash-card:hover::after {
	width: 100%;
}

.dash-card:hover .dcb-icon{
	transform: translateY(-0.5rem);
	transition: 500ms all;	
}

.dash-card.dcb-red:after {
	background: #FF0048;
}

.dash-card.dcb-red .dcb-icon {
	background: #FF0048;
}

.dash-card.dcb-blue:after {
	background: #4a5cf6;
}

.dash-card.dcb-blue .dcb-icon {
	background: #4a5cf6;
}

.dash-card.dcb-orange:after {
	background: #ffc107;
}

.dash-card.dcb-orange .dcb-icon {
	background: #ffc107;
}

.dash-card .dash-card-body {
	padding: 26px 30px 20px;
}

.dash-card .dcb-title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 6px;
}

.dash-card .dcb-count {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.dash-card .dcb-icon {
	width: 50px;
	height: 50px;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
      -ms-flex-align: center;
	align-items: center;
	background: #4a5cf6;
	border-radius: 5px;
	transition: 500ms all
}

  .ticketSide .cc-input:checked ~ .cc-label {
    border-color: #28cb69;
}
.ticketSide .cc-area .cc-label {
    width: 100%;
    height: 50px;
    padding-left: 35px;
    padding-right: 15px;
    border-radius: .25rem;
    border: solid 2px var(--border-1);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
  .ticketSide .cc-label::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    width: auto;
    height: auto;
    top: 19px;
    left: 15px;
    opacity: 0;
}
  .ticketSide .cc-area {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding: 0;
    margin-top: 5px;
}
  .ticketSide .cc-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
  .ticketSide .cc-label::before {
    border-radius: 50px;
    top: 18px;
    left: 12px;
}
  .ticketSide .cc-input:checked ~ .cc-label::before {
    color: #ffffff;
    background-color: #25b55c;
}
  .ticketSide .cc-input:checked ~ .cc-label::after {
    opacity: 1;
}
  .ticketSide .cc-label::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    width: auto;
    height: auto;
    top: 19px;
    left: 15px;
    opacity: 0;
}
  .ticketSide .cc-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
  .ticketSide .cc-label::before {
    border-radius: 50px;
    top: 18px;
    left: 12px;
}
  .ticketSide .col-lg-auto {
  	padding-left: 5px;
    padding-right: 5px
  }

.hp-title {
	font-weight: 700
}

.pnd-fame {
    background: #060913;
    padding: 20px;
    border-radius: 17px;	
	text-align: center;
    transition: 500ms all;	
  	cursor: pointer
}

.pnd-fame:hover {
	transform: translateY(-1rem);
	transition: 500ms all;	
}

.pnd-fame img {
	border-radius: 17px
}

.pnd-fame h3 {
	font-weight: 700;
  	font-size: 20px;
    padding-top: 15px
}

.pnd-fame p {
	font-size: 14px;
  	padding-top: 15px
}

.fllw {
	border-radius: 30px;
  	position: absolute;
  	bottom: 100px;
  	left: 100px
}

.fllw2 {
	border-radius: 30px;
  	position: absolute;
  	bottom: 50px;
  	left: -25px
}

.fllw3 {
	border-radius: 30px;
  	position: absolute;
  	bottom: 50px;
  	left: 150px
}

.footer-left img {
	padding: 15px 0 25px 0
}

.footer-left h5 {
	font-size: 16px;
  	font-weight: 600
}

.footer-left p {
	font-size: 14px
}

@media (max-width: 991.98px) {
  .fllw {
    max-width: 250px;
    text-align: center
  }
  .fllw2 {
    max-width: 250px;
    text-align: center;
    left: 0
  }  
  .fllw3 {
    max-width: 250px;
    text-align: center;
    left: 0
  }   
  .home-section {
  	padding-bottom: 50px!important
  }
}

.f-links ul {
	list-style-type: none
}

.f-links ul li a {
	color: #fff;
    line-height: 32px
}

.f-socials h6 {
	color: #4a5cf6;
    letter-spacing: 5px;	
}

.f-socials i {
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;	
}

.f-socials a {
	color: #4a5cf6
}

.f-socials i:hover {
	opacity: 0.7
}

.dashcard-rows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dashcard-rows .dr-item {
	padding: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	width: 33.33333333%;
}


body.dashboard-body {
	background: var(--color-1);
}

body.dashboard-body .container-fluid {
	padding: 0 15px;
}

.app-container {
	position: relative;
}

.app-container .btn {
	padding: 14px 28px;
}

.app-container .btn.btn-outline {
	padding: 12px 26px;
}

.app-container .app-sidebar {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 240px;
	background-color: var(--color-0);
	border-right: 1px solid var(--border-1);
	height: 100vh;
	left: 0px;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1020;
}

.app-container .app-sidebar .logo-lg.logo-dark {
	display: none
}

.app-container .app-sidebar .logo-lg.logo-white {
	display: inline-block;
}

body.dark .app-container .app-sidebar .logo-lg.logo-dark {
	display: inline-block;
}

body.dark .app-container .app-sidebar .logo-lg.logo-white {
	display: none;
}

.app-container .app-sidebar .logo-sm {
	display: none;
}

.app-container .app-sidebar .sidebar-header {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}

.app-container .app-sidebar .sidebar-header .app-sb-content {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
}

.app-container .app-sidebar .sidebar-header .app-sb-content img {
	max-height: 80px;
}

.app-container .app-sidebar .sidebar-user {
	text-align: center;
	padding: 0 10px;
	margin-top: -42px;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--border-1);
	padding-bottom: 7px;
}

.app-container .app-sidebar .sidebar-user .app-avatar {
	width: 80px;
	border-radius: 100%;
	border: 5px solid #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.app-container .app-sidebar .sidebar-user .app-welcome {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	font-weight: 600
}

.app-container .app-sidebar .sidebar-user .app-name {
	font-size: 14px;
	color: #fff;
}

.app-container .app-sidebar .sidebar-user .app-balance {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 25px;
	padding: 3px 15px;
	width: max-content;
	margin: 15px auto
}

.app-container .app-sidebar .sidebar-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
}

.app-container .app-sidebar .sidebar-content {
	overflow-y: auto;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 0;
	border-radius: 2px;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: var(--color-1);
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: var(--color-1);
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: var(--color-2);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
	margin: 20px 0;
	padding: 0px;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li {
	display: block;
	position: relative;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a {
	background: var(--color-1);
	color: #fff !important;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	display: block;
	padding: 9px 10px;
	margin: 0 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	height: 50px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a:hover {
	color: var(--color-3);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
	width: 32px;
	height: 32px;
	text-align: center;
	color: var(--color-3)
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
	color: #fff
}

.app-container .app-sidebar .sidebar-content .sidebar-menu a.main-dd-top::after{
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	right: 25px
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	height: 100%; 
	width: 100%
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd li {
	list-style-type: none;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	padding-left: 15px!important;
}
	
.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu .main-dd {
	padding-left: 0!important;
}

.app-container .app-header {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	background: #0d111791;
    backdrop-filter: blur(32px);
	left: 240px;
	height: 80px;
	right: 0px;
	position: fixed;
	z-index: 1000;
}

.app-container .app-header .dash-menu-btn {
	background: #013315;
	font-size: 24px;
	color: var(--color-3);
	padding: 0px 10px;
	border-radius: 7px;
	cursor: pointer;
}

.app-container .app-header .row-80 {
	height: 80px;
}

.app-container .app-header .col-100 {
	max-height: 100px !important;
}

.app-container .app-header .hea-ann-title {
	border-radius: 0px;
	padding: 10px 25px;
	letter-spacing: .2px;
	background: var(--color-3);
	color: #fff;
	font-size: 14px;
	border-radius: 12px;
	font-weight: 400;
}

.app-container .app-header .dhr-marquee {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}

.app-header .header-btn {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #151428;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-container .app-content {
	position: relative;
	padding-left: 240px;
	padding-top: 100px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding-bottom: 100px;
}

.avatar-2 {
	width: 70px;
	height: 70px;
}

.avatar-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.d-card {
	border-radius: 7px;
	background-color: var(--color-0);
	color: #fff;
}

.d-card .d-card-head {
	padding: 10px 4px 10px 4px;
	background: #28cb69 url(https://storage.perfectcdn.com/lxcgla/mac1ktqz98i3s4x6.png);
	background-position: left center;
	background-repeat: no-repeat;
    font-size: 24px;
	border-radius: 7px;
	margin: 0 27px;
	position: relative;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	letter-spacing: .2px;
	padding-top: 10px;
}


.d-card .d-card-head .dch-icon {
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	margin: 0 10px;
	color: var(--color-3);
	background: var(--color-0);
	border-radius: 7px
}

.d-card .d-card-body {
	padding: 24px 30px 34px 30px;
}

.d-card.d-pad {
	padding: 34px 30px;
}

.d-card.d-pad-2 {
	padding: 20px 30px;
}

.d-card.dc-home-1 {
	background-color: #185BDC;
	color: #fff;
	background-blend-mode: overlay;
}

.dash-card {
	background-color: var(--color-0);
	margin-bottom: 30px;
	position: relative;
	transition: 500ms all;
	cursor: pointer;
	border-radius: 7px
}

.dash-card:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--color-3);
	width: 60px;
	height: 2px;
		-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dash-card:hover::after {
	width: 100%;
}

.dash-card:hover .dcb-icon{
	transform: translateY(-0.5rem);
	transition: 500ms all;	
}

.dash-card .dash-card-body {
	padding: 26px 30px 20px;
}

.dash-card .dcb-title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 6px;
}

.dash-card .dcb-count {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #cacaca
}

.dash-card .dcb-icon {
	width: 50px;
	height: 50px;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
      -ms-flex-align: center;
	align-items: center;
	background: #013315;
    color: var(--color-3);
	border-radius: 5px;
	transition: 500ms all
}

.dd-orange {
    background: var(--color-1)!important;
    font-size: 24px;
    color: var(--color-3);
    padding: 0px 5px 3px 5px;
    border-radius: 7px;	
}

.form-group .form-control {
	border: none;
	outline: none;
	background-color: var(--color-1);
	color: #fff!important;
	font-size: 15px;
	font-weight: 400;
	min-height: 52px;
	overflow: hidden;
	padding: 10px 18px;
	border-radius: 10px;
}

.form-group .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control::placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: #20C060 !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: #20C060 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: var(--color-3) !important;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
	border-radius: 10px 0 0 10px
}

.form-group .input-group .input-group-prepend .input-group-text i {
	width: 100%;
	text-align: center;
}

.form-group label {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px;
}

.panel-body {
	background-color: var(--color-1);
	border: 1px solid var(--border-1);
	color: #fff;
	font-size: 13px;
	padding: 10px;
	max-height: 300px;
	overflow-y: scroll;
	border-radius: 10px
}

.alert {
	border-radius: 10px;
	border: 0px !important;
	padding: 14px 20px;
	font-weight: 600;
}

.alert.alert-success {
	border: none;
	background-color: #C8F2DD;
	color: #24CA7A;
}

.alert.alert-danger {
	border-color: #dc2929;
	color: #FC4646;
}

.app-news {
	max-height: 850px;
	overflow-y: scroll
}

.tablepen {
    margin: 0 0 10px;
    width: 100%;
    display: table;
    border: none;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.tablepen .sira {
	display: table-row;
	background: #23252e;
}

.tablepen .sira:nth-of-type(odd) {
	background: #1a1d25
}

.tablepen .sira.header {
	font-weight: 600;
	color: #4b4f56;
	background: #f5faff
}

.tablepen .sira.green {
	background: #27ae60
}

.tablepen .sira.blue {
	background: #2980b9
}

.table-m-header {
	display: none;
}

.tablepen .hucre {
	padding: 6px 12px;
	display: table-cell;
	border-top: 1px solid #1a1d25;
	font-size: 12px;
	border-left: 1px solid #1a1d25;
}

.hucre:nth-child(1) {
	border-left: none !important;
}

.table td {
	border-top: none;
	border-bottom: 2px solid #e6e6e6 !important;
}

.table thead {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.table thead.white {
	color: #fff;!important
}

.table tbody {
	font-size: 16px;
	color: #141622;
	font-weight: 500;
	letter-spacing: .2px;
	font-weight: 400;
    word-break: break-all
}

.clearfix {
	clear: both;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #fff;
	background: var(--color-3);
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #fff;
	display: none;
	cursor: pointer;
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #141622;
	position: fixed;
	z-index: 1000;
	padding: 0 30px;
}

.app-navbar>.row {
	height: 70px;
}

.app-navbar .navbar-mid-icon {
	margin-top: -40px;
}

.app-navbar a.active .navbar-icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.app-navbar a.active .navbar-texts {
	color: #20824C;
}

.app-navbar .navbar-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.app-navbar .navbar-texts {
	font-size: 8px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-top: 6px;
}

.sidebar-balance {
  padding: 1px;
  background: linear-gradient(224.99deg, #35467A -12.42%, #11172A 109.93%);
}

.sidebar-balance .sb-content {
  background: var(--color-1);
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-balance .sb-icon {
  height: 56px;
  width: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
    background: #013315;
    color: var(--color-3);
  border-radius: 9px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar-balance .sb-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 0 0 12px;
  height: 48px;
  word-wrap: initial;
  overflow-x: hidden;
}

.sidebar-balance h3 {
  margin-top: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.sidebar-balance h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  margin-bottom: 0px;
}

.dashcards-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dashcards-row .dr-item {
	padding: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	width: 33.33333333%;
}

pre.code {
    border-radius: 10px;
    background-color: #5f2c00;
    color: var(--color-3);
    padding: 24px;
}

.table-bordered, .table-bordered td, .table-bordered th {
	border-color: var(--color-1)
}

@media (max-width: 991.98px) {
	.dashcards-row .dr-item {
		display: none
	}
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 5px 12px;
	font-weight: 400;
	font-size: 14px;
	background: var(--color-1);
	border-bottom: 1px solid var(--border-1);
	color: #fff;
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: var(--border-1)
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}

.dropdown button {
	background: #fff;
	border-top: none!important;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
	transform: translate3d(0px, 52px, 0px)!important;
}


.top-notice {
	background: rgb(240 0 117);
	color: #fff;
	border-radius: 15px;
	position: relative;
}

.top-notice img {
	margin-top: -35px
}

.top-notice-2 {
	border: 1px solid var(--color-3);
	border-radius: 15px;
	justify-content: center;
	padding: 0 15px
}

.top-notice-2 span {
	color: #fff
}

.dh-noti .dh-item {
  padding: 10px 30px;
  background: var(--color-1);
  border-radius: 7px 7px 0 0;
  position: relative;
  margin-bottom: 30px;
}

.dh-noti .dh-item::after {
  content: '';
  background: #20BA5E;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 2px;
}

.dh-noti .dh-item.dh-ig .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#FE8431), to(#FF026F)) #FF026F;
  background: linear-gradient(to top, #FE8431, #FF026F) #FF026F;
}

.dh-noti .dh-item.dh-ig::after {
  background: -webkit-gradient(linear, right top, left top, from(#FE8431), to(#FF026F)) #FF026F;
  background: linear-gradient(to left, #FE8431, #FF026F) #FF026F;
}

.dh-noti .dh-item.dh-tw .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#15A2FC), to(#1ED2FF)) #15A2FC;
  background: linear-gradient(to top, #15A2FC, #1ED2FF) #15A2FC;
}

.dh-noti .dh-item.dh-tw::after {
  background: #1ED2FF;
}

.dh-noti .dh-item.dh-yt .dh-item--icon {
  background: #FF0028;
}

.dh-noti .dh-item.dh-yt::after {
  background: #FF0028;
}

.dh-noti .dh-item.dh-ma .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#228F4E), to(#20C161)) #20C161;
  background: linear-gradient(to top, #228F4E, #20C161) #20C161;
}

.dh-noti .dh-item.dh-ma::after {
  background: -webkit-gradient(linear, left top, right top, from(#228F4E), to(#20C161)) #20C161;
  background: linear-gradient(to right, #228F4E, #20C161) #20C161;
}

.dh-noti .dh-item .dh-item--icon {
  border-radius: 14px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #20BA5E;
  color: #fff;
  font-size: 32px;
}

.dh-noti .dh-item .dh-item--title {
  color: var(--color-3);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 7px;
}

.dh-noti .dh-item .dh-item--text {
  font-size: 14px;
  color: #fff;
}

.ticket-message-right .ticket-message {
	background: var(--color-1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: var(--color-3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}


.app-search input {
	position: relative;
	height: 40px;
	border-radius: 7px 0 0 7px;
	background: rgb(0, 0, 0, 0.25);
	border: none;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	color: #fff;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.app-search input:focus,
.app-search input:hover {
	outline: 0;
	border: 0
}

.slist-text {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	color: #fff
}

.services-list {
	max-width: 500px;
	margin: auto;
	padding: 1px 15px;
	border-radius: 5px
}

.services-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.services-list ul li {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

.services-list ul li i {
	color: #fff;
	font-size: 24px!important;
}

.services-list ul li.instagram i {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-list ul li.facebook i {
	color: #4267b2;
}

.services-list ul li.twitter i {
	color: #1da1f2
}

.services-list ul li.youtube i {
	color: red;
}

.services-list ul li.spotify i {
	color: #00d856;
}

.services-list ul li.twitch i {
	color: #1a0dab;
}

.services-list ul li.pinterest i {
	color: #bd081c;
}

.services-list ul li.telegram i {
	color: #26a4e3;
}

.services-list ul li.soundcloud i {
	color: #ff5510;
}

.services-list ul li.snapchat i {
	color: #fffc00;
}

.services-list ul li.tiktok i {
	color: #EE1D52;
}

.catetitle td strong {
	background-color: var(--color-3);
	display: block;
	padding: 12px 15px;
	margin: 0 -10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	border-radius: 7px
}

.thead-tr,
.thead-tr th {
	background-color: #45485B;
	border-color: #707070;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 7px
}

.thead-tr th:nth-child(1) {
	border-radius: 7px 0 0 7px
}

.thead-tr th:nth-child(6) {
	border-radius: 0 7px 7px 0
}

.table td {
	border-bottom: 1px solid var(--color-1)!important;
	color: #fff;
	font-size: 13px
}

.table th,
.table thead th,
.catetitle td {
	border: none
}

.btn.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	padding: 5px 10px!important;
	font-size: 12px!important;
	height: auto!important;
	border-radius: 5px!important
}

.desc-btn {
	background: var(--color-3);
	padding: 2px 15px;
	border-radius: 7px;
	font-size: 11px
}

.modal-header {
	background: var(--color-3);
	border: none;
}

.modal-title {
	font-size: 13px;
	color: #fff;
}

.modal-content {
	background: var(--color-0)
}

.modal-body p {
	font-size: 14px
}

.modal-footer {
	border-color: var(--color-2);
	padding: 5px
}

.main-color {
	color: #4a5cf6
}

.btn-xs {
	padding: 5px;
	font-size: 12px
}

.app-search {
	position: relative
}

.app-search i {
	color: #fff
}

.app-search .app-ord-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	border-radius: 0 7px 7px 0;
	background: var(--color-3);
	color: #fff;
}

.app-order .btn.btn-refill {
	font-size: 9px!important;
	padding: 1px 5px!important;
	height: auto!important;
	font-weight: 400
}

.btn.btn-billing {
	font-size: 13px!important;
	border-radius: 7px;
	padding: 1px 5px!important;
	height: auto!important;
	font-weight: 400;
	background: var(--color-3)
}

.app-ord-nav li a {
	background-color: var(--color-0);
	color: #fff;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.app-ord-nav li a.active,
.app-ord-nav li a:hover {
	background: var(--color-3);
	color: #fff;
}

.app-ord-nav li:last-child {
	margin-left: auto;
}

.app-ord-search {
	background-color: var(--color-0);
	color: #A8AFD9;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.app-ord-search .app-ord-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	padding: 0 14px;
	min-width: 250px
}

.app-ord-search i {
	color: #A8AFD9;
}

.app-ord-search .app-ord-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: transparent;
	color: #A8AFD9;
}

.pnd-tlist .pnd-titem {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	position: relative;
	background: var(--color-1);
	border-radius: 7px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none
}

.pnd-tlist .pnd-titem .pnd-tstatus {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
}

.pnd-tlist .pnd-titem .pnd-tstatus.pending {
	color: #ffcc29
}

.pnd-tlist .pnd-titem .pnd-tstatus.completed {
	color: #28a745
}

.pnd-tlist .pnd-titem .pnd-tstatus.closed {
	color: #ec4646
}

.pnd-titem .pnd-tinfo {
	position: relative;
	flex: 0 1 100%;
}

.pnd-titem .pnd-tinfo p {
	margin-top: 0;
	margin-bottom: 3px;
	padding-right: 60px;
}

.card {
	margin-bottom: 10px;
	border: none;
	border-radius: 7px!important;
	background-color: var(--color-0);
	font-size: 11px;
}

.card .card-header {
	padding: 0;
	border: none;
	background-color: var(--color-0);
	border-radius: 7px;
}

.card .card-header h4 {
	font-size: 14px;
	color: #fff
}

.card .card-header {
	color: #fff;
	display: block;
	text-align: left;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

.card .card-header code {
	font-family: Montserrat, sans-serif;
	color: #4a5cf6!important;
	font-size: 11px
}

.card .card-header span {
	font-size: 11px;
	color: #fff
}

.card .card-header .fa-copy {
	color: #dc3545
}

.card .card-header a {
	font-size: 11px;
	color: #4a5cf6
}

.card .card-header span.sno {
	font-size: 11px!important;
	color: #fff
}

.card .card-header span.sname {
	font-size: 11px!important;
	color: #fff;
	line-height: 32px
}

.card .card-header span.sdate {
	font-size: 11px!important;
	color: #fff
}

.card .card-header span.sdetails {
	font-size: 11px!important;
	line-height: 32px
}

.app-orders .btn.btn-refill {
	font-size: 9px!important;
	padding: 8px 10px!important;
	height: auto!important;
	font-weight: 400;
}

.app-tlist .app-titem .app-tstatus.pending {
	color: #ffcc29
}

.app-tlist .app-titem .app-tstatus.completed {
	color: #28a745
}

.app-tlist .app-titem .app-tstatus.closed {
	color: #ec4646
}

.child-link,
.child-link:hover {
	color: #fff;
	text-decoration: none
}

.child-notice {
	background: var(--color-3);
	border-radius: 12.56px;
	padding: 25px 35px
}


.app-m-nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 9999999999;
	display: none;
}

.app-m-nav-link {
	-webkit-box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2000;
}

.app-m-nav-link li.active {
	background: var(--color-3);
	transform: scale(1);
	border-radius: 0px;
	position: relative;
	top: 0px;
}

.app-m-nav-link li.active a,
.app-m-nav-link li.active a i {
	color: #fff;
}

.app-m-nav-link li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: inset 0 3px transparent;
	box-shadow: inset 0 3px transparent;
	border-right: 1px solid #ccc
}

.app-m-nav-link li:last-child {
	border-right: none
}

.app-m-nav-link li a {
	text-decoration: none!important;
	outline: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	color: #0a0f1d;
	font-weight: 400;
}

.app-m-nav-link li a i {
	color: #0a0f1d;
	font-size: 18px;
	margin-bottom: 10px;
}

.ref-item {
	border-bottom: 1px solid var(--color-1);
	padding: 15px 0;
  	font-family: Poppins, sans-serif
}

.ref-item.d-blue {
	border-bottom: 1px solid var(--color-1);
	padding: 15px 25px;
	color: #fff
}

.ref-item i {
	color: var(--color-3);
	font-size: 20px;
}

.ref-item .hlight-first {
	font-weight: 400;
	color: var(--color-3)
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600
}

.app-addfunds {
	position: relative;
	display: block;
}

.app-addfunds .nav-item {
	display: block;
	width: 100%
}

.app-addfunds .nav-item .nav-link {
	position: relative;
	line-height: 34px;
	font-size: 26px;
	padding: 25px 38px;
	margin-bottom: 20px;
	color: #414874;
	font-weight: 500;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid #414874
}

.app-addfunds .nav-item .nav-link.active {
	background: rgb(75, 97, 240);
	background: linear-gradient(90deg, rgba(75, 97, 240, 1) 0%, rgba(85, 240, 252, 1) 50%);
	color: #fff;
}

.app-addfunds .table thead {
	color: #fff;
	font-weight: 500
}

.app-addfunds .table td {
	border-color: var(--color-1)!important;
	color: #fff;
	font-size: 13px;
}

.app-addfunds .addf-text {
	font-size: 15px
}

.app-tabs .sss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #fff;
	background-color: var(--color-0);
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 12px;
}

.app-tabs .sss-tab .fa-minus {
	display: none;
}

.app-tabs .sss-tab.active {
	background: var(--color-3);
	color: #fff;
}

.app-tabs .sss-tab.active .sss-thead {
	color: #fff;
}

.app-tabs .sss-tab.active .sss-thead .right-p {
	color: #fff;
}

.app-tabs .sss-tab.active .fa-minus {
	display: block;
}

.app-tabs .sss-tab.active .fa-plus {
	display: none;
}

.app-tabs .sss-tab .sss-thead {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.app-tabs .sss-tab .sss-thead .right-p {
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.app-tabs .sss-tab .sss-tcontent {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.app-tos {
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}

.app-tos .nav-item {
	display: inline-block;
}

.app-tos .nav-item.nav-link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 600;
	padding: 18px 23px;
	margin-bottom: 20px;
	background-color: var(--color-1);
	color: #fff;
	border-radius: 5px;
}

.app-tos .nav-item.nav-link.active {
	background: var(--color-3);
	color: #fff;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center
}
.pagination li {
  display: inline
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: var(--color-1);
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
.pagination li a.active {
  background-color: var(--color-3);
  color: #fff
}
.pagination li a:hover:not(.active) {
  background-color: var(--color-3);
} 

.dd-top {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: 0;
}

.dd-top:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.dd-top i {
    height: 34px;
    display: inline-block;
    width: 34px;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: .14s ease;
    transition: .14s ease;
	color: #fff
}

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

.dropdown-menu.menu-dd {
	background: var(--color-0);
	left: -50px!important;
	    -webkit-box-shadow: 0px 0px 10px rgb(94 92 154 / 12%);
    box-shadow: 0px 0px 10px rgb(94 92 154 / 12%);
	border: 1px solid #151B3D;
	overflow: hidden
}

.dropdown-menu.menu-dd a {
	font-size: 12px;
	border-bottom: 1px solid var(--border-1);
	color: #fff;
	padding: 10px
}

.dropdown-menu.menu-dd a i {
	width: 15px
}

.dropdown-menu.menu-dd a:hover, .dropdown-menu.menu-dd a:focus {
	background: var(--color-1);
}

.help-block.min-max {
	border: 1px solid var(--color-3);
	border-radius: 5px;
	font-size: 10px;
	padding: 5px;
	color: var(--color-3)
}

@media screen and (max-width:1024px) {
	.app-msg-box .row {
		-ms-flex-flow: row;
		flex-flow: row;
	}
}

@media screen and (min-width:1199.98px) {
	.app-ord-search .app-ord-input {
		min-width: 250px
	}
}


@media screen and (max-width:767px) {
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu .main-dd {
		padding-left: 25px!important
	}
}

@media screen and (max-width: 991.98px) {
	ul.app-news li .icon {
		width: 32px;
		height: 32px;
		max-width: 32px;
		min-width: 32px;
	}
	.app-addfunds .addf-alt-text {
		display: none
	}
	.app-logo img {
		height: 60px;
	}
	.app-tos .nav-item.nav-link {
		width: 100%
	}
	.app-m-nav {
		display: block!important;
	}
	.card .card-header span.sname,
	.card .card-header span.sdetails {
		line-height: 20px!important
	}
	.card .card-header .ordStatus,
	.card .card-header .btn.btn-secondary {
		margin-top: 10px
	}
	.app-ord-nav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important;
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.for-mobile {
		display: block
	}
	.app-mtable {
		display: block
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: var(--color-1);
		margin-bottom: 10px;
        border-radius: 7px;
	}
	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.app-mtable .app-block .app-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #A8AFD9;
		display: block;
	}
	.app-mtable .thead-tr {
		display: none
	}
	.catetitle td strong {
		font-size: 14px;
		font-weight: 300
	}
	.app-navbar {
		display: block!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
}

@media (max-width: 767.98px) {
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #c2c5d6;
		font-weight: 500;
		display: block;
	}
	.app-navbar {
		display: block;
	}
	.app-container .app-sidebar {
		left: -340px;
		width: 240px !important;
	}
	.app-container .app-logo .logo-dark {
		display: none
	}
	.app-container .app-logo .logo-white {
		display: inline-block;
	}
	body.dark .app-logo .logo-white {
		display: none;
	}	
	body.dark .app-logo .logo-dark {
		display: inline-block;
	}
	.app-container .app-sidebar .logo-sm {
		display: none !important;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 8px !important;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 90px;
	}
	.app-container .app-sidebar .try-before-buy {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-footer {
		display: block !important;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -72px;
	}
	.app-container .app-sidebar .sidebar-user.pt-4 {
		padding-top: .5rem!important
	}
	.app-container .app-sidebar .menu-text {
		visibility: visible !important;
	}
	.app-container .app-header {
		left: 0px !important;
	}
	.app-container .app-content {
		padding-left: 0px !important;
	}
	.app-container.sidebar-action .app-sidebar {
		left: 0px;
	}
	.sidebar-balance .sb-content {
		padding: 0
	}
	.sidebar-balance .sb-icon {
		width: 32px;
		height: 32px;
		font-size: 16px;
		-ms-flex: 0 0 32px;
			flex: 0 0 32px;
	}
	.sidebar-balance h3, .sidebar-balance h4 {
		font-size: 14px;
		line-height: 18px
	}
}

@media (max-width: 991.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.row-top {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.close-sidebar-btn {
		display: block;
	}
	.app-container .app-sidebar {
		width: 80px;
	}
	.app-container .app-sidebar .logo-lg {
		display: none;
	}
	.app-container .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 9px 15px;
	}
	.app-container .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container .app-header {
		left: 80px;
	}
	.app-container .app-header .header-btn {
		min-width: auto;
	}
	.app-container .app-header .header-btn span {
		margin: 0px !important;
	}
	.app-container .app-content {
		padding-left: 80px;
	}
	.sidebar-action .app-sidebar {
		width: 240px;
	}
	.sidebar-action .app-sidebar .logo-lg {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .logo-sm {
		display: none;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 14px 8px;
	}
	.sidebar-action .app-sidebar .sidebar-header {
		padding-bottom: 50px;
	}
	.sidebar-action .app-sidebar .try-before-buy {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-footer {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -50px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 75px;
	}
	.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: block;
	}
	.sidebar-action .app-sidebar .sidebar-user .su-balance {
		display: inline-block;
	}
	.sidebar-action .app-sidebar .menu-text {
		visibility: visible;
	}
}

@media (min-width: 1199.98px) {
	.app-container.sidebar-action .sidebar-user {
		display: none
	}
	.app-container.sidebar-action .app-sidebar ul li a .menu-text {
		position: absolute;
		box-shadow: 1px 0 16px -4px rgba(0, 0, 0, 0.25);
		background: var(--color-3);
		color: #fff;
		width: 170px;
		z-index: 99999;
		left: 75px;
		top: 13px;
		border-radius: 10px;
		padding: 5px 15px;
		text-align: center;
		visibility: hidden;
		font-size: 12px
	}
	.app-container.sidebar-action .app-sidebar ul li a:hover .menu-text {
		visibility: visible;
		left: 88px;
		transition: 100ms
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content {
		overflow-y: visible;
	}
	.app-container.sidebar-action .app-sidebar {
		width: 80px;
	}
	.app-container.sidebar-action .app-sidebar .logo-lg {
		display: none;
	}
	body.dark .app-container.sidebar-action .app-sidebar .logo-lg {
		display: none;
	}	
	.app-container.sidebar-action .app-sidebar .logo-sm {
		display: inline-block;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
		margin: 20px 0;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 15px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-header {
		padding-bottom: 4px;
	}
	.app-container.sidebar-action .app-sidebar .try-before-buy {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-footer {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user {
		padding: 20px;
		margin-top: -30px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-avatar {
		width: 40px;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-welcome {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-name {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .sidebar-user .app-balance {
		display: none;
	}
	.app-container.sidebar-action .app-sidebar .menu-text {
		visibility: hidden;
	}
	.app-container.sidebar-action .app-header {
		left: 80px;
	}
	.app-container.sidebar-action .app-content {
		padding-left: 80px;
	}
}

.dashboard-body .btn {
	border-radius: 0;
	-webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
	transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
	font-weight: 700;
	padding: 10px 40px;
	border-radius: 10px
}

.dashboard-body .btn.btn-primary {
	background: var(--color-3);
	color: #fff;
	border: none;
    box-shadow: none;
}

.dashboard-body .btn.btn-secondary {
	background: var(--color-1);
	color: #fff;
	border-color: var(--border-1)
}

.app-container .btn.btn-secondary  {
	padding: 3px 10px
}

.dashboard-body .btn.btn-secondary:hover,
.dashboard-body .btn.btn-secondary:focus {
	background: var(--color-0)!important;
}

.dashboard-body .btn.btn-primary:hover,
.dashboard-body .btn.btn-primary:focus,
.dashboard-body .btn.btn-primary:active {
	background-color: var(--color-3)!important;
}

.dashboard-body .btn.btn-lg {
	padding: 15px 30px;
}

.dashboard-body .btn.btn-lg.btn-outline {
	padding: 26px 40px;
}

.dashboard-body .btn.btn-outline {
	background: transparent;
	border: 2px solid #fff;
	padding: 18px 40px;
	color: #fff;
}

.dashboard-body .btn.btn-outline:hover {
	background-color: #fff;
	color: #131633;
}

@media (max-width: 767.98px) {
	.dashboard-body .btn.btn-lg {
		padding: 18px 40px;
	}
	.dashboard-body .btn.btn-lg.btn-outline {
		padding: 16px 40px;
	}
}
  

.hp-bbox {
  background: var(--color-0);
  border-radius: 10px;
  background-image: url(https://storage.perfectcdn.com/lxcgla/nw7xecx3cip1ya1o.png);
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid var(--border-1);
}

.hp-bbox .hpbb-body {
  padding: 15px 0px 15px 74px;
  position: relative;
  z-index: 4;
}

.hp-bbox .hp-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 135%;
  color: #ffffff;
}



/* dark mod */

.darkmode {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0;
}

.darkmode:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.darkmode i {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkmode i.fa-moon {
	color: #0836df;
}

.darkmode i.fa-sun span {
	color: #fff
}

.darkmode i.fa-sun {
	color: #ffbf00
}

.darkmode i span {
	color: #404040
}

body i.fa-sun,
body.light i.fa-sun {
	display: block
}

body i.fa-moon,
body.light i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: block
}


body.dark .d-card {
	background: #fafafa
}

body.dark .form-group label, body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
	color: #202020
}

body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a, body.dark .app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
	color: var(--color-3)!important
}

body.dark .d-card .d-card-head, body.dark .dash-card .dcb-title, body.dark .sidebar-balance h3, body.dark .dd-top i {
	color: #202020
}

body.dark .dh-noti .dh-item .dh-item--title, body.dark .form-group .form-control {
	color: #202020!important
}

body.dark .ref-item.d-blue {
	color: #202020
}

body.dark .pnd-tlist .pnd-titem {
	color: #202020
}

body.dark #order-sItem, body.dark #order-cItem, body.dark .panel-body, body.dark .dropdown-menu.menu-dd a {
	color: #202020;
	border-color: #d4d4d4
}

body.dark #order-sItem:hover, body.dark #order-cItem:hover {
	background: #d4d4d4
}
  
body.dark .hp-bbox .hp-title {
  	color: #202020
}

body.dark .dash-card .dcb-icon, body.dark .sidebar-balance .sb-icon, body.dark .app-container .app-header .dash-menu-btn {
    background: var(--color-3);
    color: #ffffff;	
}

body.dark .table td {
	color: #202020
}

body.dark .modal-footer {
	border-color: #ccc
}

body.dark .desc-btn {
	color: #fff
}

body.dark .card .card-header span.sname, body.dark .card .card-header span.sno, body.dark .card .card-header span.sdate, body.dark .card .card-header span {
	color: #202020
}

body.dark .card .btn.btn-secondary, body.dark .card .btn.btn-secondary:hover, body.dark .card .btn.btn-secondary:focus {
    background: var(--color-3)!important;
    color: #fff;
    border-color: var(--border-1);
}

body.dark .d-card, body.dark .table thead {
	color: #202020
}

body.dark .app-ord-nav li a {
	color: var(--color-2)
}

body.dark .app-ord-nav li a.active, body.dark .app-ord-nav li a:hover {
	color: #fff
}

body.dark .tablepen .sira {
	background: #f1f1f1;
}

body.dark .tablepen .sira:nth-of-type(odd) {
	background: #fff
}

body.dark .tablepen .hucre {
	border-color: #ccc
}

body.dark pre.code {
	background: #f1f1f1;
	color: #909090
}

body.dark .btn.btn-billing {
	color: #fff
}

body.dark .app-tabs .sss-tab .sss-thead {
	color: #202020
}

body.dark .app-tos .nav-item.nav-link {
	color: #202020
}

body.dark .app-tos .nav-item.nav-link.active {
	color: #fff
}

body.dark .d-card .d-card-head {
	background: #cbcbcb url(https://storage.perfectcdn.com/lxcgla/mac1ktqz98i3s4x6.png);
	background-position: left center;
	background-repeat: no-repeat;
}


.phone {
	width: 85%;
	margin-bottom: 2rem;
	-webkit-transition: opacity .4s, visibility .4s;
	-moz-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s
}

.phone:last-child {
	margin-bottom: 0
}

.phone .phone__inner {
	position: relative;
	margin: 0 auto;
	padding-bottom: 14rem
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__inner {
		padding-bottom: 10rem
	}
}

.phone .phone__display {
	position: relative;
	padding: 4.6rem 0 2.6rem;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	-webkit-box-shadow: 0 15px 28px rgba(202, 185, 217, .47);
	box-shadow: 0 15px 28px rgba(202, 185, 217, .47);
	border-radius: 3.8rem;
	-webkit-transform: rotate(.14deg);
	-moz-transform: rotate(.14deg);
	transform: rotate(.14deg)
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__display {
		width: 18.8rem;
		padding-bottom: 4.6rem;
		border-radius: 3rem;
		-webkit-transform: rotate(1.88deg);
		-moz-transform: rotate(1.88deg);
		transform: rotate(1.88deg)
	}
}

.phone .phone__battery {
	position: absolute;
	right: 5%;
	top: 5%;
	-webkit-transform: rotate(-1.75deg);
	-moz-transform: rotate(-1.75deg);
	transform: rotate(-1.75deg)
}

.phone .phone__avatar {
	position: relative;
	width: 11.5rem;
	height: 11.5rem;
	margin: 0 auto 2.5rem
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__avatar {
		width: 9rem;
		height: 9rem
	}
}

.phone .phone__avatar-image {
	display: -moz-box;
	display: flex;
	height: 100%;
	margin-bottom: 1rem;
	border-radius: 50%;
	background-color: rgba(240, 242, 244, .4);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-moz-transition: transform .5s, -moz-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -moz-transform .5s
}

.phone .phone__avatar-image figure {
	position: relative;
	z-index: 10;
	margin: auto;
	width: 38%;
	height: 38%;
	border-radius: 50%
}

.phone .phone__avatar-image figure:after,
.phone .phone__avatar-image figure:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

.phone .phone__avatar-image figure:after {
	border: 2px solid #ff553c;
	width: -moz-calc(100% + 1.4rem);
	width: calc(100% + 1.4rem);
	height: -moz-calc(100% + 1.4rem);
	height: calc(100% + 1.4rem)
}

.phone .phone__avatar-image figure:before {
	z-index: -1;
	top: 50%;
	left: 50%;
	width: -moz-calc(100% + 3rem);
	width: calc(100% + 3rem);
	height: -moz-calc(100% + 3rem);
	height: calc(100% + 3rem);
	background-color: #fff;
	-webkit-box-shadow: 0 3.2335px 6.467px rgba(0, 0, 0, .12);
	box-shadow: 0 3.2335px 6.467px rgba(0, 0, 0, .12)
}

.phone .phone__confetti img {
	position: absolute;
	left: 50%;
	top: 8%;
	opacity: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.895, .03, .685, .22);
	-moz-transition-timing-function: cubic-bezier(.895, .03, .685, .22);
	transition-timing-function: cubic-bezier(.895, .03, .685, .22);
	z-index: 5
}

.phone .phone__avatar-messages {
	list-style: none
}

.phone .phone__avatar-messages li {
	height: 1rem;
	margin: 0 auto .8rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#f0f2f4), to(#f0f2f4)), -webkit-gradient(linear, left bottom, left top, from(#f0f2f4), to(#f0f2f4)), #f0f2f4;
	background: -moz-linear-gradient(bottom, #f0f2f4, #f0f2f4), -moz-linear-gradient(bottom, #f0f2f4, #f0f2f4), #f0f2f4;
	background: linear-gradient(0deg, #f0f2f4, #f0f2f4), linear-gradient(0deg, #f0f2f4, #f0f2f4), #f0f2f4;
	border-radius: .5rem;
	-webkit-transform: rotate(-1.91deg);
	-moz-transform: rotate(-1.91deg);
	transform: rotate(-1.91deg)
}

.phone .phone__avatar-messages li:first-child {
	width: 77%
}

.phone .phone__avatar-messages li:nth-child(2) {
	width: 20%
}

.phone .phone__messages {
	list-style: none;
	font-size: 1.7rem;
	margin-top: -2.1rem
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__messages {
		font-size: 1.2rem
	}
}

.phone .phone__messages li {
	position: relative;
	-webkit-transition: opacity .5s, -webkit-transform .7s ease-in-out;
	transition: opacity .5s, -webkit-transform .7s ease-in-out;
	-moz-transition: opacity .5s, transform .7s ease-in-out, -moz-transform .7s ease-in-out;
	transition: opacity .5s, transform .7s ease-in-out;
	transition: opacity .5s, transform .7s ease-in-out, -webkit-transform .7s ease-in-out, -moz-transform .7s ease-in-out;
	opacity: 0
}

.phone .phone__messages li:first-child {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%)
}

.phone .phone__messages li:nth-child(2) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%)
}

.phone .phone__messages li:nth-child(2) .phone__message {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s
}

.phone .phone__messages li:nth-child(3) {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%)
}

.phone .phone__messages li:nth-child(3) .phone__message {
	animation-direction: reverse;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s
}

.phone .phone__message {
	display: inline-block;
	white-space: nowrap;
	padding: 0.5rem 2.2rem 0.5rem 5.8rem;
	margin-bottom: .8rem;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(162, 191, 207, .25), 0 9px 23px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 5px rgba(162, 191, 207, .25), 0 9px 23px rgba(0, 0, 0, .1);
	border-radius: 2.5rem;
	-webkit-animation: message-floating 40s linear infinite;
	-moz-animation: message-floating 40s linear infinite;
	animation: message-floating 40s linear infinite;
  	font-size: 16px;
  	color: #202020
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__message {
		padding-top: .6em;
		padding-bottom: .6em;
		padding-left: 4.5rem
	}
}

.phone .phone__message figure {
	position: absolute;
	top: 70%;
	left: 2rem;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: -1.2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .phone__message figure {
		width: 2rem;
		height: 2rem;
		left: 1.5rem;
		margin-top: -1rem
	}
}

.phone .phone__heart {
	position: absolute;
	-webkit-animation: heart-floating 8s infinite;
	-moz-animation: heart-floating 8s infinite;
	animation: heart-floating 8s infinite
}

.phone .phone__heart i {
	-webkit-animation: heart-pumping 10s infinite;
	-moz-animation: heart-pumping 10s infinite;
	animation: heart-pumping 10s infinite
}

.phone .phone__heart--left {
	top: 42%;
	right: 100%;
	margin-right: 5px;
	-webkit-animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	animation-delay: 3.3s
}

.phone .phone__heart--right {
	top: 30%;
	left: 100%;
	margin-left: 7px
}

.phone .phone__heart--right i {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.phone .blobs {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate(-50%)
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.phone .blobs {
		max-width: 29rem
	}
}

.is-animated .phone {
	opacity: 1;
	visibility: visible
}

.is-animated .phone .phone__confetti img {
	opacity: 1
}

@media(max-width:767px),
screen and (max-width:812px)and (orientation:landscape) {
	.is-animated .phone .phone__confetti img {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		transform: scale(.8)
	}
}

.is-animated .phone .phone__confetti img.phone__confetti-1 {
	left: 79.8%;
	top: -22%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}

.is-animated .phone .phone__confetti img.phone__confetti-2 {
	left: 6.9%;
	top: 2.8%;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s
}

.is-animated .phone .phone__confetti img.phone__confetti-3 {
	left: 58%;
	top: -18%;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s
}

.is-animated .phone .phone__confetti img.phone__confetti-4 {
	left: 36%;
	top: -24.8%;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	transition-delay: .25s
}

.is-animated .phone .phone__confetti img.phone__confetti-5 {
	left: 7%;
	top: -15%;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	transition-delay: .35s
}

.is-animated .phone .phone__confetti img.phone__confetti-6 {
	left: 68%;
	top: -2%;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}

.is-animated .phone .phone__confetti img.phone__confetti-7 {
	left: 50%;
	top: -35%;
	-webkit-transition-delay: .15;
	-moz-transition-delay: .15;
	transition-delay: .15
}

.is-animated .phone .phone__avatar-image {
	-webkit-transform: scale(1) rotate(-1.75deg);
	-moz-transform: scale(1) rotate(-1.75deg);
	transform: scale(1) rotate(-1.75deg)
}

.is-animated .phone .phone__messages li {
	opacity: 1
}

.is-animated .phone .phone__messages li:first-child {
	-webkit-transform: translateX(66%);
	-moz-transform: translateX(66%);
	transform: translateX(66%)
}

.is-animated .phone .phone__messages li:nth-child(2) {
	-webkit-transform: translateX(-24%);
	-moz-transform: translateX(-24%);
	transform: translateX(-24%)
}

.is-animated .phone .phone__messages li:nth-child(3) {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%)
}

@-webkit-keyframes heart-floating {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}

	50% {
		-webkit-transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96);
		transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96)
	}

	90% {
		-webkit-transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2);
		transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2)
	}

	to {
		-webkit-transform: translateX(0) translateY(0) rotate(0) scale(1);
		transform: translateX(0) translateY(0) rotate(0) scale(1)
	}
}

@-moz-keyframes heart-floating {
	0% {
		-moz-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}

	50% {
		-moz-transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96);
		transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96)
	}

	90% {
		-moz-transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2);
		transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2)
	}

	to {
		-moz-transform: translateX(0) translateY(0) rotate(0) scale(1);
		transform: translateX(0) translateY(0) rotate(0) scale(1)
	}
}

@keyframes heart-floating {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		-moz-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}

	50% {
		-webkit-transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96);
		-moz-transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96);
		transform: translateX(2%) translateY(24%) rotate(14.5deg) scale(.96)
	}

	90% {
		-webkit-transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2);
		-moz-transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2);
		transform: translateX(6%) translateY(-35%) rotate(-7.5deg) scale(1.2)
	}

	to {
		-webkit-transform: translateX(0) translateY(0) rotate(0) scale(1);
		-moz-transform: translateX(0) translateY(0) rotate(0) scale(1);
		transform: translateX(0) translateY(0) rotate(0) scale(1)
	}
}

@-webkit-keyframes heart-pumping {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes heart-pumping {
	0% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-moz-transform: scale(1.3);
		transform: scale(1.3)
	}

	40% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	to {
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heart-pumping {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		transform: scale(1.3)
	}

	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes message-floating {
	0% {
		-webkit-transform: translateX(0) rotate(-.07deg);
		transform: translateX(0) rotate(-.07deg)
	}

	25% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	75% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	to {
		-webkit-transform: translateX(0) rotate(.07deg);
		transform: translateX(0) rotate(.07deg)
	}
}

@-moz-keyframes message-floating {
	0% {
		-moz-transform: translateX(0) rotate(-.07deg);
		transform: translateX(0) rotate(-.07deg)
	}

	25% {
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	75% {
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}

	to {
		-moz-transform: translateX(0) rotate(.07deg);
		transform: translateX(0) rotate(.07deg)
	}
}

@keyframes message-floating {
	0% {
		-webkit-transform: translateX(0) rotate(-.07deg);
		-moz-transform: translateX(0) rotate(-.07deg);
		transform: translateX(0) rotate(-.07deg)
	}

	25% {
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	75% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}

	to {
		-webkit-transform: translateX(0) rotate(.07deg);
		-moz-transform: translateX(0) rotate(.07deg);
		transform: translateX(0) rotate(.07deg)
	}
}

.reviews-trustpilot {
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 0 1.2rem;
	font-weight: 500;
	font-size: 1.3rem
}

.reviews-trustpilot .reviews__logo {
	margin-bottom: .5rem
}

.reviews-trustpilot .reviews__stars {
	display: -moz-inline-box;
	display: inline-flex;
	margin-bottom: .5rem
}

.reviews-trustpilot .reviews__stars li {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: #fff;
	background-color: #eee
}

.reviews-trustpilot .reviews__stars li.is-active {
	background-color: #51b37f
}

.reviews-trustpilot .reviews__stars li+li {
	margin-left: 2px
}

.reviews-trustpilot p {
	font-size: 14px
}

.reviews__stars {
	padding-left: 0
}

@media (min-width: 991.98px) {
  .pnd-head-bottom {
  	display: flex;
    align-items: center
  }
  .fllw {
      border-radius: 30px;
      position: absolute;
      bottom: 50px!importan;
      left: 200px!important;
      max-width: 300px;
  }  
}

.pnd-fame .icon {
    text-align: center;
    z-index: 1;
    font-size: 40px;
    margin-top: -5px;
    padding-right: 15px;
}

.notification {
	box-shadow: 0 5px 30px rgba(11, 19, 31, .3);
	border-radius: 12px;
	padding: 22px;
	max-width: 350px;
	margin-bottom: 30px;
	opacity: 0;
    background: #fff
}

.i-photo:focus .backdrop,
.i-photo:hover .backdrop,
.i-photo:hover:active .backdrop,
.notification.start {
	opacity: 1
}

@media(max-width:575px) {
	.notification {
		margin-bottom: 45px
	}
}

@media(min-width:385px) {
	.notification:not(.main) {
		margin-bottom: 40px;
		padding: 30px 22px;
		max-width: 390px
	}
}

.notification:first-child {
	margin-top: 87px
}

@media(max-width:575px) {
	.notification:first-child {
		margin-top: 28%
	}
}

@media(max-width:480px) {
	.notification:first-child {
		margin-top: 23%
	}
}

@media(max-width:460px) {
	.notification:first-child {
		margin-top: 20%
	}
}

@media(max-width:427px) {
	.notification:first-child {
		margin-top: 10%
	}
}

@media(max-width:385px) {
	.notification {
		max-width: 90%
	}

	.notification:first-child {
		margin-top: 0
	}
}

.notification .col-2 {
	padding-left: 0
}

.notification .photo {
	width: 50px;
	height: auto;
	border-radius: 50%
}

.notification .text-wrapper {
	width: auto;
	padding: 0;
	text-align: left !important
}

@media(max-width:575px) {
	.notification .text-wrapper {
		padding-left: 10px
	}

	.notification.f-wrapper {
		transform: scale(.9)
	}
}

.notification .text-wrapper .text {
	padding-left: 10px;
	margin-top: 5px;
	display: inline-block
}

.notification .text-wrapper .time {
	color: #b2b2b2;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .86px;
	margin-top: 5px
}

.notification .text-wrapper .col-4 {
	padding-left: 12px
}

@media(max-width:385px) {
	.notification .text-wrapper .col-4 {
		padding-left: 0
	}
}

.notification.f-wrapper {
	box-shadow: 0 10px 30px rgba(11, 19, 31, .2);
	opacity: 1;
	height: 182px;
	width: 349px;
	padding: 22px 31px 25px 29px;
	color: #192639;
	position: absolute;
	bottom: 42px;
	right: -2vw
}

@media(max-width:1199px) {
	.notification.f-wrapper {
		right: 5%
	}
}

@media(max-width:991px) {
	.notification.f-wrapper {
		right: 17%
	}
}

@media(max-width:767px) {
	.notification.f-wrapper {
		right: 5%
	}
}

.notification.f-wrapper .wave {
	position: absolute;
	height: auto
}

.notification.f-wrapper .gray {
	width: 85%;
	max-width: 295px;
	left: 29px;
	bottom: 37px
}

.notification.f-wrapper .glow {
	width: 86%;
	max-width: 287px;
	left: 5px;
	bottom: 13px
}

.notification.f-wrapper .followers {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.07px
}

.notification.f-wrapper .c-wrapper {
	position: absolute;
	bottom: 25px;
	right: 22px;
	font-size: 30px;
	font-weight: 700
}

.notification.f-wrapper .c-wrapper img {
	width: 20px;
	height: 7px;
	margin-right: 3px
}

.notification.f-wrapper .c-wrapper span span {
	vertical-align: bottom
}

.notification.mini {
	text-align: center;
	padding-top: 36px !important
}

.notification.mini .photo {
	width: 80px !important
}

.notification.mini .text-wrapper {
	margin: 12px auto;
	display: block;
	text-align: center !important
}

.notification.mini .text-wrapper .text {
	font-weight: 700;
	letter-spacing: .79px;
	margin-top: 0
}

.notification.mini .text-wrapper .text.n-text {
	padding: 0
}

.l-wrapper {
	bottom: 18%
}

@media(max-width:575px) {
	.l-wrapper {
		bottom: 13%
	}
}

.start {
	animation: popup-count 10s
}

.likes.start {
	animation-duration: 10s
}

.likes.start:first-child {
	animation-name: b-fade-in
}

.likes.start:nth-child(2) {
	animation-name: b-fade-in-1
}

.likes.start:nth-child(3) {
	animation-name: b-fade-in-2
}

@keyframes b-fade-in {
	0% {
		opacity: 0
	}

	100%,
	33%,
	67% {
		opacity: 1
	}
}

@keyframes b-fade-in-1 {

	0%,
	33% {
		opacity: 0
	}

	100%,
	67% {
		opacity: 1
	}
}

@keyframes b-fade-in-2 {

	0%,
	33%,
	67% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	100%,
	25%,
	75% {
		opacity: 1
	}
}

@keyframes fade-in-1 {

	0%,
	25% {
		opacity: 0
	}

	100%,
	50%,
	75% {
		opacity: 1
	}
}

@keyframes fade-in-2 {

	0%,
	50% {
		opacity: 0
	}

	100%,
	75% {
		opacity: 1
	}
}

.bg-wrapper {
	position: relative;
	width: 100%;
	min-height: 419px
}

@media(max-width:575px) {
	.bg-wrapper {
		padding-bottom: 60px
	}
}

.bg-wrapper img {
	height: auto
}

.bg-wrapper .spot {
	max-width: 539px;
	margin-top: 15px;
	padding-bottom: 39px
}

.bg-wrapper .phone {
	max-width: 317px;
	min-width: 257px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0
}

@media(max-width:991px) {
	.bg-wrapper .spot {
		width: 100%
	}

	.bg-wrapper .phone {
		width: 59%
	}
}

@media(min-width:992px) and (max-width:1347px) {
	.bg-wrapper {
		margin-top: 65px
	}
}

.n-wrapper {
	position: absolute;
	bottom: 0
}

.notification:nth-child(even) {
	margin-left: 124px
}

@media(max-width:439px) {
	.notification:nth-child(even) {
		margin-left: 20px
	}
}

@media(max-width:372px) {
	.notification:nth-child(even) {
		margin-left: 50px
	}
}

.text.n-text span {
    color: #525fd7;
    font-weight: 700;
    letter-spacing: .93px;
}

.text.n-text {
    color: #192639;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .86px;
    line-height: 1.35;
}

.brand-img {
	text-align: center
}

.brand-img img {
    height: 2rem;
}
#packages {
	padding: 50px 0;
}
#packages .pnd-title {
	margin-bottom: 20px;
}
.row.packages-row {
	margin-top: 80px;
}
.package-wrap {
	border: 1px solid #4a5cf6;
	border-radius: 25px;
    overflow: hidden;
    transition: 0.3s linear;
  	margin-bottom: 25px;
}
.package-wrap:hover {
	transition: 0.3s linear;
	transform: scale(1.1);
}
.package-head {
	padding: 20px 20px 60px;
	background-color: #4a5cf6;
	text-align: center;
	position: relative;
}
.package-price {
	width: 95px;
	height: 95px;
	border-radius: 100px;
	margin: auto;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #000;
	border: 4px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	font-size: 26px;
	font-weight: 700;
}
.package-price .currency {
	font-size: 26px;
}
.package-price .decimal {
	font-size: 14px;
	margin-bottom: -8px;
}
.package-body {
	padding: 60px 20px 20px;
}
.package-body-ul li {
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}
.package-body-ul li::after {
	content: "\f560";
	position: absolute;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.package-ftr .btn.btn-primary {
	background: transparent;
	padding: 12px;
	text-align: center;
	display: block;
  	box-shadow: none;
}
.package-ftr {
	background-color: #4a5cf6;
}
.package-body-ul {
	padding: 0;
	list-style: none;
}
.blog-wrap {
	border: 1px solid #4a5cf6;
	border-radius: 25px;
	overflow: hidden;
	transition: 0.3s linear;
	margin-bottom: 25px;
}
.blog-body {
	padding: 20px 25px;
	border-top: 1px solid #4a5cf6;
}
.blog-title {
	font-size: 24px;
	font-weight: 700;
}
.blog-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.blog-ftr {
	background-color: #4a5cf6;
}
.blog-ftr .btn.btn-primary {
	background: transparent;
	padding: 15px;
	box-shadow: none;
	display: block;
	text-align: center;
}
.row.blogs-row {
	margin-top: 80px;
}
.blog-wrap:hover {
	transition: 0.3s linear;
	transform: scale(1.01);
}
.row.single-blog-row .blog-img {
	max-height: 450px;
	display: block;
	margin: auto;
}
.row.single-blog-row .blog-content {
	overflow: hidden;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.ftr-title {
	font-size: 24px;
}
.ftr-title.payment-title {
	font-size: 18px;
} 
.payment-img {
	display: block;
	margin: 15px auto 45px;
	max-width: 100%;
  	max-width: 315px;
    margin: 20px 0 45px;
}
.contact-email {
	display: block;
	margin-bottom: 15px;
	color: #fff !important;
	text-decoration: none !important;
}
#google_translate_element div, #google_translate_element a {
	font-size: 0;
}
#google_translate_element div img {
	display: none;
}
#google_translate_element select {
	background: #4a5cf6;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	padding: 20px 14px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
}
.trustpilot-link {
	color: #fff !important;
	text-decoration: none !important;
}
@media (max-width:550px) {
.about-content {
	width: 90%;
	margin: auto;
}
}
.pnd-footer{margin-top:25px;}
.footer-links h2{font-size:1.25rem; margin:0;}
.footer-links .pnd-title-line{margin-top: 10px;display: block;}
.footer-links .pnd-title{margin-bottom:20px;}
.footer-links ul{list-style:none; padding:0; margin:0;}
.footer-links ul li:not(:last-child){margin-bottom:10px;}
.footer-links ul li a{color:#fff;}
.footer-links ul li a:hover{opacity:.7;}
@media screen and (max-width:767px){
  .footer-links{margin-bottom:2rem; text-align:center;}
  .pnd-footer .about-content{text-align:center;}
  .payment-img{margin: 20px auto 50px;}
  .footer-links .pnd-title-line{margin: auto;margin-top: 10px;}
}
@media screen and (min-width:992px){
	.pnd-footer .main-row{margin:0 -70px;}
.pnd-footer .main-row >div{padding:0 70px;}
}

/*mz*/
#service_description {
  display: block !important;
}
#orderform-category {
    display: none;
}
#mz_v {
    padding: 4px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background-color: var(--color-1);
    color: #fff!important;
    font-size: 15px;
    font-weight: 400;
    min-height: 52px;
    overflow: hidden;
    padding: 10px 18px;
    border-radius: 10px;
    position: relative;
}
.mz.active #mz_w, #order_link, #order_quantity, #order_check {
    display: block !important;
}
#mz_v {
  display: flex;
  gap: 10px;
  align-items: center;
}
#mz_w {
    display: none;
    position: absolute;
    width: 100%;
    top: 62px;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.45);
    outline: none;
    background-color: var(--color-1);
    color: #fff!important;
    font-size: 15px;
    font-weight: 400;
    min-height: 52px;
    max-height: 400px;
    overflow: auto;
    padding: 10px 0;
}
#order-form .mz {
    position: relative;
}
#mz_w span {
    display: flex;
  align-items: center;
    width: 100%;
    padding: 0px 18px;
    gap: 10px;
}
#mz_w span img, #mz_v img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
#mz_w span:hover {
    background-color: #1e90ff;
    color: #fff;
}
#mz_v::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    background-image: url("https://storage.perfectcdn.com/7cv4an/5mmhj2cczpbhr805.png");
    background-size: contain;
}
body.dark #mz_v, body.dark #mz_w span, body.dark #ticketsend label,
body.dark .pnd-title-text, body.dark #packages .txt,  body.dark [style], body.dark .pnd-line-two, 
body.dark div.text-white, body.dark .pnd-title, body.dark .step-header + p, body.dark h3:not(.package-price), body.dark h3+p
{
    color: #000 !important
}
body.dark input#serv-inp::placeholder, body.dark section.pnd-why div.pnd-fame h3, body.dark section.pnd-why div.pnd-fame p {
    color: #fff !important
}
body.dark .dh-item--text {
    color: #414141 !important;
}
@media(min-width: 1200px) {
    [style="left: 0px;"] + div + div #packages > .container, [style="left: 0px;"] + div + div  > .container, [style="left: 0px;"] + div + div + div .pnd-why .container
{
    /* width: calc(100% - 239px); */
    margin-left: auto !important;
    margin-right: calc(((100% - 239px) - 1200px) / 2) !important;
}
}