@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: #fafafc;
	color font-size: 13px!important;
	overflow-x: none!important
}

body#panel {
	background: #f2f2f2!important;
}

a {
	text-decoration: none!important;
}

.hidden {
	display: none
}

.text-center {
	text-align: center
}

section {
	position: relative;
	width: 100%;
}

.main-color {
    color: #fa5259;
}

.table td,
.table th {
	font-size: 14px;
	padding: .25rem .75rem;
	border: none;
    line-height: 32px;
}

.services-header td {
	border: none!important
}

.table td {
	border-top: 1px solid #c3c3c3;
}

#srv-filter.table td.s-name {
	word-break: break-all;
} 

.table thead th {
    border-bottom: 2px solid transparent;
}

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

::-webkit-scrollbar-track {
	background: #f1f1f1
}

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

::-webkit-scrollbar-thumb:hover {
	background: #555
}

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

.header.header-active {
	position: fixed;
	height: 80px;
	background-color: #203eae;
}

.header.header-active .site-name {
	height: 80px;
	line-height: 80px !important;
	margin-top: -30px;
}

body.user .header.header-active .header-menu ul {
	padding: 20px 0;
}

.header .site-icon-container {
	display: inline-block;
}

.header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

.header .site-name {
	font-size: 30px;
	color: #fff !important;
	text-decoration: none;
}

.header .header-menu ul {
	margin: 0px;
	padding: 50px 0;
	list-style: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

body.user .header .header-menu ul li {
	display: inline-block;
	padding: 0 10px;
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: relative;
}

.header .header-menu ul li a:hover {
	color: rgba(249, 62, 102, 1);
}

.main-header {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 140px;
	height: 1025px;
	overflow: hidden;
}

.main-header .main-header-bg {
	position: absolute;
	bottom: 0%;
	left: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.main-header .main-header-bg .mh-img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0;
	background-image: url(https://storage.perfectcdn.com/850dbe/uhukwynhl9n3wdde.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.main-header .mh-content {
	position: relative;
	padding: 40px 0 160px 0;
}

.main-header .mh-content .loginSide {
	background: #1b2040;
	padding: 25px;
	margin-top: 10px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 7px solid transparent;
	border-image: linear-gradient(to right, #ff7543, #f93e66);
	border-image-slice: 1;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.main-header .mh-content .loginSide label {
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.main-header .home-login-alt-text {
	color: #fff
}

.main-header .home-login-alt-text a {
	color: #f32846
}

.main-header .home-head-left {
	position: relative;
}

.main-header .mh-content .loginSide .form-control {
	background: #1c1e39;
	border: 2px solid #303766;
	height: 50px;
	color: #fafafa
}

.main-header .mh-content .loginSide .form-control:hover, .main-header .mh-content .loginSide .form-control:focus {
	background: transparent!important
}

.main-header .mh-content .loginSide .sWhite {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.main-header .mh-content .loginSide .sGray {
	color: #6e7590
}

.main-header .mh-content .loginSide form {
	margin-top: 25px
}

.main-header .mh-content .loginSide .form-control:focus {
	border: 2px solid #f32846;
	outline: 0!important
}

.main-header .home-head-left {
	position: relative;
	padding: 0 15px;
	margin-top: -40px
}

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

.dh-acc .dh-acc-content {
	background: #1b2040;
	padding: 0 18px;
	position: relative;
	z-index: 4;
	display: inline-block;
	font-size: 14px;
	font-size: 600;
	color: #fff;
}

.dh-acc::before {
	content: '';
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #10163d;
}

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

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

.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: #fb5359;
	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 #303766;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-top: -5px;
	margin-right: 10px;
	vertical-align: middle;
}

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

.frgpass {
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.home-details .hs-item {
	color: #fff
}

.for-mobile {
	display: none
}

@media (max-width: 991.98px) {
	.layout-px-spacing {
    	padding: 15px 15px 0 15px!important;
	}
    .main-header {
		min-height: 1050px;
		padding-top: 100px
	}
	.main-header .mh-content {
		padding: 0
	}
	.main-header .mh-content .loginSide {
		margin-top: 0
	}
	.left-border-lg {
		border: none !important;
	}
	.main-header .home-mba .home-mba-img {
		position: relative;
		margin-left: 0px;
		left: 0px;
		top: 0px;
		-webkit-transform: none;
		transform: none;
	}
	.for-mobile {
		display: block;
	}
	.head-menu {
		-webkit-transform: translateX(-100%) scale(0.9);
		transform: translateX(-100%) scale(0.9);
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		background-color: #1b2040;
		padding: 20px;
		padding-top: 120px;
		z-index: 1003;
		overflow-y: auto;
		border-radius: 0;
		bottom: 0px;
		background-image: transparent!important;
		-webkit-transition: .3s ease;
		transition: .3s ease;
		opacity: .4;
	}
	.header {
		background: #1b2040!important;
		position: fixed;
		background: transparent;
		height: 100px
	}
    body.dark .header {
          background: #1a1c37!important
    }
	.header .site-name {
		line-height: 100px
	}
	.site-name img {
		max-width: 175px
	}
	.head-menu.active {
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
		opacity: 1;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mh-fullw {
		width: 100%;
		display: block;
	}
	.head-menu .hm-close {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 18px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #fff;
		opacity: .6;
		z-index: 1004;
	}
	.head-menu .bs-btn {
		display: block;
		width: 100%;
	}
	.head-menu .bs-btn+.bs-btn {
		margin-top: 14px;
	}
	.head-menu .header-menu>ul {
		width: 100%;
		padding: 0px 20px 30px 20px;
	}
	.head-menu .header-menu>ul>li {
		display: block!important;
		position: relative;
	}
	.head-menu .header-menu>ul>li+li {
		margin: 0px;
	}
	.head-menu .header-menu>ul>li>a {
		display: block;
		text-align: left;
		position: relative;
		max-height: 40px;
		padding: 10px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 400;
	}
	body.user .head-menu .header-menu>ul>li>a::after {
		display: none;
	}
	.page-head {
		padding-top: 125px!important;
		background: #141a2f!important;
		background-image: url(https://storage.perfectcdn.com/850dbe/8ktkyzxn5o6xh4iq.jpg)!important;
		background-repeat: no-repeat!important;
	}
	.page-head .ph-content {
		padding: 0 0 40px 0!important
	}
	.page-head .ph-title {
		font-size: 18px!important
	}
	.page-head .ph-content p {
		font-size: 14px!important
	}
	.home-register {
		padding: 25px 0!important
	}
	.animation-box {
		display: none!important
	}
	.hsl-text {
		font-size: 14px!important;
		line-height: 24px!important
	}
	.hsl-title h2 {
		font-size: 24px!important;
		line-height: 32px!important
	}
	.home-info {
		margin: 50px 0 0 0!important
	}
	.footer .footer-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.footer .site-name {
		padding: 20px 0!important
	}
	.footer .footer-bottom {
		padding: 10px 0!important
	}
	.footer .footer-right .btn {
		margin-left: inherit;
	}
	.footer .footer-right>* {
		margin: 7px 0;
	}
	.footer .footer-right .btn {
		margin-left: inherit!important;
	}
  .dash-card .dashcard-image-1 {
  	display: none
  }
  .dash-card {
  	margin-top: 15px
  }
}

.home-menu-btn {
	margin-top: -35px;
	z-index: 1030;
	position: fixed;
	right: 30px;
}

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

.btn:hover {
	color: #fff!important;
    box-shadow: none!important
}

.btn.btn-primary {
	background: linear-gradient(to right, #ff7543, #f93e66);
	padding: 20px 40px;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 5px
}

.btn.btn-blue {
	background: linear-gradient(to right, #3b7cfe 0%, #5f91f5 100%);
	padding: 20px 40px;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 5px
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
	background: #5f91f5;
	color: #fff;
	box-shadow: none!important
}

.btn.btn-purple {
	background: #2a255c;
	padding: 20px 40px;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 5px
}

.btn.btn-refill {
	font-size: 11px;
	padding: 5px
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
	background: #1b2040;
	color: #fff;
	box-shadow: none!important
}

.btn.btn-primary:hover {
	background-color: #055a2a;
	box-shadow: none!important
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #055a2a !important;
	box-shadow: none!important
}

.btn.btn-lg {
	padding: 28px 40px;
}

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

.btn:hover {
	opacity: 0.9
}

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

.btn.btn-outline:hover, .btn.btn-outline:focus {
	background: #fa4662;
    border: 2px solid #fa4662;!important;
    box-shadow: none!important
}

.btn-detay {
	background: linear-gradient(to right, #ff7543, #f93e66);
	color: #1c1e39;
	padding: 0px 10px!important;
	transition: 0.3s;
}

.form-group .input-group .input-group-prepend .input-group-text {
    background: #FFAB5A;
    color: #fff;
    outline: none;
    border: none;
    text-align: center!important;
    width: 40px;
}

.home-info {
	background: #fafafc url(https://storage.perfectcdn.com/850dbe/hep0tklaau91e8s1.jpg);
	margin: 100px 0 0 0
}

.hsl-title-icon {
	height: 86px;
	width: 86px;
	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: linear-gradient(to right, #ff7543, #f93e66);
	border-radius: 25px;
	font-size: 56px;
	color: #fff;
}

.hsl-title h2 {
	margin: 0;
	font-size: 32px;
	line-height: 45px;
	color: #202020;
	padding: 0px;
	font-weight: 700;
}

.hsl-text {
	font-size: 16px;
	line-height: 32px;
	color: #202020;
	font-weight: 500;
	margin: 20px 0 30px 0;
}

.hsl-bottom {
	margin-top: 50px;
}

.hsl-item {
	position: relative;
	margin: 30px 0;
}

.hsl-item .hsli-title {
	font-size: 20px;
	font-weight: 700;
	color: #202020;
	margin-bottom: 8px;
}

.hsl-item .hsli-text {
	font-size: 15px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.8);
}

.how-pworks {
	display: block;
	position: relative;
}

.how-pworks .bg-1 {
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(https://storage.perfectcdn.com/850dbe/tytesx5xq6x3qstn.png);
	background-size: cover;
	background-position: center;
	z-index: 20;
}

.how-pworks .hpw-content {
	padding: 100px 0 260px 0;
	z-index: 25;
	position: relative;
}

.how-pworks ul li {
	list-style-type: none;
	font-size: 17px;
	color: #fff;
}

@media(max-width: 767px) {
	.how-pworks {
		padding-bottom: 10px!important
	}
	.how-pworks h1 {
		font-size: 25px!important;
		margin-top: 20px!important;
	}
	.how-pworks p {
		font-size: 17px!important;
		margin-top: -30px!important;
	}
	.how-pworks ul li {
		height: 70px!important;
		margin-left: -40px;
		font-size: 13px!important
	}
	.how-pworks ul {
		margin-top: 30px!important
	}
}

.footer {
	background: #1b2040;
	color: #fff;
}

.footer .site-name {
	font-size: 36px;
	font-weight: 600;
	padding: 52px 0px;
	color: #fff;
	line-height: 48px;
}

.footer .site-name img {
	height: 60px;
}

.footer .footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.footer .footer-right .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	margin-left: auto;
}

.footer .footer-menu {
	margin: 0px;
	padding: 20px 0;
	list-style: none;
	font-weight: 700;
}

.footer .footer-menu li {
	display: inline-block;
	padding: 0px 4px;
}

.footer .footer-menu li a {
	color: #fff;
	padding: 0 8px;
}

.footer .footer-menu li a:hover {
	color: #fa5259;
    transition: 300ms all
}

.footer .footer-top {
	position: relative;
	border-top: 1px solid #16222F;
}

.footer .footer-top .ft-content {
	position: relative;
	z-index: 3;
}

.footer .footer-icons>* {
	margin: 10px;
}

.footer .footer-bottom {
	padding: 0 0 15px 0;
}

.footer .footer-bt-info {
	font-size: 15px;
	color: #909090;
	font-weight: 400;
}

.animation-box {
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
}

.icon {
	position: absolute;
}

.icon-1 {
	left: 90px;
	top: 230px;
	animation: shake 9.3s infinite ease-in-out;
}

.icon-2 {
	top: 580px;
	left: 220px;
	animation: heartBeat 2s infinite ease-in-out;
}

.icon-3 {
	top: 430px;
	right: 570px;
	animation: fade-up 5.8s infinite ease-in-out;
}

.icon-4 {
	top: 670px;
	left: 100px;
	animation: fade-up 1.6s infinite ease-in-out;
}

.icon-5 {
	top: 260px;
	left: 610px;
	animation: tada 1.8s infinite ease-in-out;
}

.icon-6 {
	left: 600px;
	top: 590px;
	animation: shake 7.4s infinite ease-in-out;
}

.icon-7 {
	left: 330px;
	top: 685px;
	animation: heartBeat 1.5s infinite ease-in-out;
}

.icon-8 {
	right: 90px;
	top: 345px;
	animation: fly 5.7s infinite ease-in-out;
}

.icon-9 {
	right: 150px;
	top: 590px;
	animation: tada 5.6s infinite ease-in-out;
}

.icon-10 {
	left: 305px;
	top: 210px;
	animation: fade-up 1.8s infinite ease-in-out;
}

.page-head {
	padding-top: 150px;
	background-image: url(https://storage.perfectcdn.com/850dbe/8ktkyzxn5o6xh4iq.jpg);
	background-size: cover;
	background-position: center;
	background-color: #1b1c38;
}

.page-head .ph-content {
	padding: 50px 0 40px 0;
	text-align: center;
}

.page-head .ph-title {
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}

.page-head .ph-content.fs-details {
	padding-bottom: 75px;
}

.well {
	position: relative;
	padding: 15px;
	border-radius: 8px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
	margin-bottom: 25px;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar .navbar-item .nav-item.page-heading {
	margin-left: 20px;
}

.navbar.expand-header .navbar-item .nav-item.page-heading {
	margin-left: 25px;
}

.main-container {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container.fixed-header {
	margin-top: 56px;
}

#content {
	width: 50%;
	flex-grow: 8;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: 255px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.main-container-fluid>.main-content>.container {
	float: left;
	width: 100%
}

#content>.wrapper {
	-webkit-transition: margin ease-in-out .1s;
	-moz-transition: margin ease-in-out .1s;
	-o-transition: margin ease-in-out .1s;
	transition: margin ease-in-out .1s;
	position: relative
}

.widget {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
}

.layout-top-spacing {
	margin-top: 20px;
}

.layout-spacing {
	padding-bottom: 40px;
}

.layout-px-spacing {
	padding: 0 15px 0 15px;
	min-height: calc(100vh - 140px)!important;
}

.widget.box .widget-header {
	background: #fff;
	padding: 0px 8px 0px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
	color: #3b3f5c;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 16px 15px;
}

.seperator-header {
	background: transparent;
	box-shadow: none;
	margin-bottom: 40px;
	border-radius: 0;
}

.seperator-header h4 {
	color: #888ea8;
	margin-bottom: 0;
	display: inline-block;
	border: 2px dashed #888ea8;
	line-height: 1.4;
	padding: 3px 6px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 1px;
}

.widget .widget-header {
	border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before,
.widget .widget-header:after {
	display: table;
	content: "";
	line-height: 0
}

.widget .widget-header:after {
	clear: both
}

.widget-content-area {
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.content-area {
	max-width: 58.333333%;
	margin-left: 80px;
}

.header-container {
	z-index: 1030;
}

.navbar {
	padding: 0;
	min-height: 80px;
	background: #1a1c37;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.navbar.expand-header {
	padding: 0
}

.navbar-brand {
	width: 5.5rem;
	padding-top: 0.0rem;
	padding-bottom: 0.0rem;
	margin-right: 0.0rem;
}

.navbar .border-underline {
	border-left: 1px solid #ccc;
	height: 20px;
	margin-top: 18px;
	margin-left: -5px;
	margin-right: 8px;
}

.navbar-expand-sm .navbar-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.header-container .navbar-nav.theme-brand {
	width: 255px;
	height: 80px;
	display: flex;
	justify-content: space-around;
	background: #fff;
	border-right: 1px solid #2a255c;
	background: #1a1c37;
}

.header-container .navbar-nav.theme-brand .theme-logo {
	align-self: center;
	opacity: 1;
	width: 200px;
}

.header-container .navbar-nav.theme-brand .theme-logo img {
	width: 200px;
	height: auto;
}

.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
	width: 62px;
	height: 48px;
}

.header-container .navbar-nav .theme-text {
	align-self: center;
	opacity: 1;
	width: 68px;
}

.header-container .navbar-nav .theme-text a {
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0px;
}

.header-container .toggle-sidebar {
	align-self: center;
	margin-left: 15px
}

.header-container .sidebarCollapse svg {
	width: 27px;
	height: 27px;
	color: #fff;
	stroke-width: 2px;
}

.navbar-expand-sm .navbar-item .nav-link {
	padding: 6.24px 9.6px;
	text-transform: initial;
	position: unset;
}

.custom-dropdown .dropdown-item.active svg,
.custom-dropdown .dropdown-item:active svg,
.custom-dropdown .dropdown-item:hover svg,
.custom-dropdown-icon .dropdown-item.active svg,
.custom-dropdown-icon .dropdown-item:active svg,
.custom-dropdown-icon .dropdown-item:hover svg {
	color: #304aca;
	fill: rgba(48, 74, 202, 0.30980392156862746)!important;
}

.navbar .dropdown-menu {
    padding: 4px 15px;
	font-size: 13px;
	font-weight: 400;
	color: #888ea8;
	letter-spacing: 0px;
	line-height: 27px;
}

.navbar .dropdown-item {
	line-height: 1.8;
	font-size: 0.96rem;
	padding: 15px 0 15px 0;
	word-wrap: normal;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span {
	color: #2a255c!important;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge1 {
	background-color: #888ea8!important;
}

.navbar .navbar-item .nav-item .dropdown-item.active,
.navbar .navbar-item .nav-item .dropdown-item:active {
	background-color: transparent;
	color: #16181b;
}

.navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
	color: #5c1ac3!important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	top: 109%;
	border-radius: 0;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
	box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
	background: #fff;
	border: 1px solid #e0e6ed;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu .dropdown-item {
	border-radius: 6px;
}


/*   apps   */

.navbar .apps-dropdown {
	align-self: center;
	margin-left: 21px;
}


/*   apps Dropdown  */

.navbar .apps-dropdown .custom-dropdown-icon {
	margin-right: 20px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
	position: relative;
	padding: 14px 17px 14px 10px;
	border: none;
	border-radius: 6px;
	transform: none;
	font-size: 11px;
	line-height: 17px;
	background-color: #2a255c;
	letter-spacing: normal;
	min-width: 128px;
	text-align: inherit;
	color: #fff;
	box-shadow: none;
	max-height: 50px;
	letter-spacing: 1px;
}

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

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle img {
	width: 17px;
	height: 17px;
	margin-right: 9px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg:not(.feather-chevron-down) {
	margin-right: 9px;
	stroke-width: 1;
	width: 17px;
	height: 17px;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg.feather-chevron-down {
	position: absolute;
	right: 4px;
	top: 16px;
	color: #fafafa;
	width: 13px;
	height: 13px;
	margin: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navbar .apps-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg.feather-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu {
	position: absolute;
	left: 0px;
	top: 20px!important;
	padding: 8px 0;
	border: none;
	min-width: 155px;
	border: 1px solid #d3d3d3;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a {
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 400;
	color: #888ea8;
	letter-spacing: 0px;
	line-height: 27px;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a svg {
	fill: rgba(136, 142, 168, 0.23137254901960785);
	stroke-width: 1px;
}

.navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
	background-color: transparent;
	color: #3b3f5c;
	border-radius: 0!important;
}

.navbar .navbar-item .nav-item.user-profile-dropdown {
	margin-left: 10px;
	margin-right: 16px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
	padding: 16px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: -12px;
	margin-left: -12px;
	background: #8989ba;
	margin-top: -1px;
	background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media {
	margin: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body {
	align-self: center;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fafafa;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body p {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 0;
	color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
	padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
	display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link svg {
	color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
	z-index: 9999;
	max-width: 13rem;
	padding: 0 11px;
	top: 15px;
	left: -140px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
	display: block;
	color: #3b3f5c;
	font-size: 13px;
	font-weight: 400;
	padding: 9px 14px;
}

body.dark .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
	background: transparent
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
	width: 17px;
	margin-right: 7px;
	height: 17px;
	color: #56478e;
	fill: rgba(86, 71, 142, 0.34);
}


/* 
===============
    Sidebar
===============
*/

.sidebar-wrapper {
	width: 255px;
	position: fixed;
	z-index: 1030;
	transition: .550s;
	top: 80px;
	height: 100vh;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
	border-right: 1px solid #e0e6ed;
}

.sidebar-theme {
	background: #1a1c37;
}

#sidebar .theme-brand .toggle-sidebar {
	align-self: center;
}

#sidebar .theme-brand .toggle-sidebar svg {
	width: 18px;
	height: 18px;
	color: #fafafa;
	transition: 500ms;
}

#sidebar * {
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-wrapper .profile-info {
	position: relative;
	padding-bottom: 0;
	background: #1a1c37;
}

.sidebar-wrapper .profile-info * {
	transition: .600s;
}

.sidebar-wrapper .profile-info figure {
	width: 100%;
	height: 82px;
	background: url() center center / cover no-repeat;
	margin-bottom: 0;
}

.sidebar-wrapper .profile-info .user-info {
	text-align: center;
	padding: 0;
	height: auto;
}

.sidebar-wrapper .profile-info .user-info img.profile {
	position: absolute;
	top: 34px;
	border-radius: 50%;
	border: 6px solid rgba(235, 237, 242, 0.611764705882353);
	border: 6px solid rgba(68, 94, 222, 0.24);
	left: 0;
	right: 0;
	height: 90px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar-wrapper .profile-info .user-info h6 {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
}

.sidebar-wrapper .profile-info .user-info p {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	opacity: 1;
	color: #888ea8;
}

#sidebar .theme-brand li.theme-logo {
	align-self: center;
}

#sidebar .theme-brand li.theme-logo img {
	width: 40px;
	height: 40px;
}

#sidebar .theme-brand li.theme-text a {
	font-size: 25px !important;
	color: #e0e6ed !important;
	line-height: 2.75rem;
	padding: 0.39rem 0.8rem;
	text-transform: initial;
	position: unset;
	font-weight: 600;
}

#sidebar .navbar-brand .img-fluid {
	display: inline;
	width: 44px;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
}

.shadow-bottom {
	display: block;
	position: absolute;
	z-index: 2;
	height: 33px;
	width: 100%;
	pointer-events: none;
	margin-top: -13px;
	left: -4px;
	-webkit-filter: blur(5px);
	filter: blur(7px);
	background: -webkit-linear-gradient(#fafafac4 41%, rgba(255, 255, 255, 0.14) 95%, rgba(255, 255, 255, 0));
	background: linear-gradient(#fafafac4 41%, rgba(255, 255, 255, 0.14) 95%, rgba(255, 255, 255, 0));
}

#sidebar ul.menu-categories {
	position: relative;
	padding: 20px 0 20px 0;
	margin: auto;
	width: 100%;
	overflow: auto;
}

#sidebar ul.menu-categories.ps .ps__rail-y:hover {
	background-color: transparent;
}

#sidebar ul.menu-categories.ps:hover>.ps__rail-y .ps__thumb-y {
	background-color: #888ea8;
}

#sidebar ul.menu-categories.ps,
.sidebar-closed #sidebar:hover ul.menu-categories.ps {
	height: calc(100vh - 282px)!important;
}

.sidebar-closed #sidebar ul.menu-categories.ps {
	height: calc(100vh - 130px)!important;
}

#sidebar ul.menu-categories li>.dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
	transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu>li a {
	justify-content: flex-start;
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu>li a i {
	align-self: center;
	margin-right: 12px;
	font-size: 19px;
	width: 21px;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	color: #515365;
	padding: 20px 0 20px 12px;
	letter-spacing: 1px;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: none;
	vertical-align: sub;
	width: 12px;
	height: 12px;
	stroke-width: 4px;
	color: #304aca;
}

#sidebar ul.menu-categories li.menu {
	transition: .600s;
	margin: 0px 15px 3px 15px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	padding: 14px 10px;
	font-weight: 400;
	transition: .600s;
	border-radius: 6px;
	letter-spacing: 0;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle>div {
	align-self: center;
}

#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
	display: none;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg {
	color: #fff;
	margin-right: 18px;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	stroke-width: 1px;
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="true"] svg {
	color: #fa5259;
	stroke-width: 2px;
}

#sidebar ul.menu-categories li.menu {
	border-radius: 12px;
	position: relative;
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu.active>a {
	color: #fa5259;
	border-radius: 12px;
	font-weight: 600;
	position: relative;
	transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:not([aria-expanded="true"]):hover svg:not(.feather-chevron-right),
#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle:hover svg:not(.feather-chevron-right) {
	margin-right: 30px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
#sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	vertical-align: middle;
	margin-right: 0;
	width: 15px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg.flaticon-down-arrow {
	background-color: transparent;
}

#sidebar ul.menu-categories li.menu>a span:not(.badge1) {
	vertical-align: middle;
}

#sidebar ul.menu-categories ul.submenu>li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 15px 12px 15px 48px;
	font-size: 13px;
	font-weight: 500;
	color: #1b2e4b;
}

#sidebar ul.menu-categories li.menu ul.submenu>li a:before {
	content: '';
	background-color: #d3d3d3;
	position: absolute;
	height: 3px;
	width: 3px;
	top: 22.5px;
	left: 30px;
	border-radius: 50%;
}

#sidebar ul.menu-categories li.menu ul.submenu>li.active a:before {
	background-color: #445ede;
}

#sidebar ul.menu-categories ul.submenu>li.active a {
	color: #304aca;
	font-size: 14px;
	font-weight: 700;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle svg.feather-chevron-right {
	transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="false"] svg {
	color: #fff;
	stroke-width: 2px;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="false"] span {
	color: #fff;
	font-weight: 600;
}

#sidebar ul.menu-categories ul.submenu>li a:hover {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li a:hover:before {
	background-color: #304aca!important;
}

#sidebar ul.menu-categories ul.submenu li>[aria-expanded="true"]:before {
	background-color: #304aca!important;
}

#sidebar ul.menu-categories ul.submenu li>a[aria-expanded="true"] {
	color: #304aca;
	font-size: 14px;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a {
	position: relative;
	padding: 10px 12px 10px 48px;
	padding-left: 13px;
	margin-left: 62px;
	font-size: 11px;
	color: #506690;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li.active a {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:hover {
	color: #304aca;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:hover:before {
	background-color: #304aca
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li a:before {
	content: '';
	background-color: #515365;
	position: absolute;
	top: 15px!important;
	border-radius: 50%;
	left: 0;
}

#sidebar ul.menu-categories ul.submenu>li ul.sub-submenu>li.active a:before {
	background-color: #304aca;
}

.sidebar-closed>.sidebar-wrapper {
	width: 54px;
}

.sidebar-closed>#content {
	margin-left: 54px;
}

.sidebar-closed>.sidebar-wrapper .profile-info {
	position: relative;
}

.sidebar-closed>.sidebar-wrapper .profile-info figure {
	height: 0;
	opacity: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info {
	text-align: center;
	padding: 0;
	height: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info img.profile {
	top: 10px;
	border: 3px solid rgba(68, 94, 222, 0.24);
	width: 36px;
	height: 36px;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info h6 {
	opacity: 0;
}

.sidebar-closed>.sidebar-wrapper .profile-info .user-info p {
	opacity: 0;
}

.sidebar-closed #sidebar ul.menu-categories li.menu {
	margin: 0px 8px;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: inline-block;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading {
	padding: 20px 9px 20px 13px;
}

.sidebar-closed>.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading span {
	display: none;
}

.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle {
	padding: 11px 7px;
	transition: .600s;
	position: relative;
}

.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
.sidebar-closed #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	display: none;
}

.sidebar-closed>.sidebar-wrapper:hover {
	width: 255px;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info {
	position: relative;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info figure {
	height: 76px;
	opacity: 1;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info {
	padding: 0;
	height: 0;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info img.profile {
	top: 34px;
	border: 6px solid rgba(68, 94, 222, 0.24);
	width: 90px;
	height: 90px;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info h6 {
	opacity: 1;
}

.sidebar-closed>.sidebar-wrapper:hover .profile-info .user-info p {
	opacity: 1;
}

.sidebar-closed #sidebar:hover ul.menu-categories li.menu {
	margin: 0px 15px 3px 15px;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories {
	padding: 20px 0 20px 0;
}

.sidebar-closed .sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading .feather-minus {
	display: none;
}

.sidebar-closed>.sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading span {
	display: inline-block;
}

.sidebar-closed>.sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading>.heading {
	padding: 20px 0 20px 20px;
}

.sidebar-closed>.sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle {
	padding: 14px 10px;
	transition: .600s;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:before {
	display: none
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right,
.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle svg.feather-chevron-right {
	display: inline-block;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] svg {
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	z-index: 1035!important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

@keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.fadeInUp {
	-webkit-animation-name: e-fadeInUp;
	animation-name: e-fadeInUp
}

@media (max-width: 991px) {
    .sticky {
      display: block!important
    }
    .header-container {
		padding-right: 0;
		padding-left: 0;
	}
	.main-container.sidebar-closed #content {
		margin-left: 0;
	}
	#content {
		margin-left: 0;
	}
	#sidebar .theme-brand {
		border-radius: 0;
	}
	.sidebar-closed #sidebar .theme-brand {
		padding: 0.9px 12px 0.9px 24px;
	}
	.main-container:not(.sbar-open) .sidebar-wrapper {
		width: 0;
		left: -52px;
	}
	body.alt-menu .sidebar-closed>.sidebar-wrapper {
		width: 0;
		left: -52px;
	}
	.main-container {
		padding: 0;
	}
	#sidebar ul.menu-categories.ps {
		height: calc(100vh - 218px)!important;
	}
	.sidebar-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		border-radius: 0;
	}
	#sidebar {
		height: 100vh!important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	/* display .overlay when it has the .active class */
	.overlay.show {
		display: block;
		opacity: .7;
	}
	.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
		right: 12px;
	}
	.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu::after {
		right: 3px;
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
		display: block;
		margin-left: 10px
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.navbar-logo {
		display: none
	}
}

@media (min-width: 992px) {
	.sidebar-closed #sidebar .theme-brand li.theme-text a {
		display: none;
	}
	.md-visible {
		display: none;
	}
	.header-container .expand-header .navbar-nav .theme-text {
		opacity: 0;
		width: 0;
		display: none;
	}
	.header-container .expand-header .navbar-nav.theme-brand .theme-logo {
		opacity: 0;
		width: 0;
		display: none;
	}
	.header-container .expand-header .navbar-nav.theme-brand {
		width: 54px;
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.mobile-logo {
		display: none
	}
	.header-container .navbar-nav.theme-brand .theme-logo img.navbar-logo {
		display: block
	}
}

@media (max-width: 991px) {
	.sidebar-wrapper {
		border: none;
		box-shadow: none;
	}
	.md-hidden {
		display: none;
	}
	.header-container .navbar-nav .theme-text {
		display: none;
	}
	.header-container .navbar-nav.theme-brand {
		width: 80px;
		display: none
	}
}

@media (max-width: 575px) {
	.navbar .navbar-item .nav-item.user-profile-dropdown {
		margin-left: 15px;
	}
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
    	}
}
    .badge1.blnceBadge {
	background: #fa4662;
    color:#fff;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 10px 2px 10px;
	border-radius: 500px;
    align-items: center;
	justify-content: center;

}

.badge1.blnceBadge span {
	background: #fa4662;
	width: 28px;
	height: 28px;
	display: inline-flex;
	border-radius: 500px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-left: 8px;
}

.nav-item.blnce a {
	color: #fff
}

.drop-icon i {
	color: #4219ac;
	background-color: #fff;
	padding: 6px;
	border-radius: 100px;
	font-size: 15px;
}

.nav-item.nightMode {
	margin-left: 10px
}

.btn {
	padding: 0.4375rem 1.25rem;
	text-shadow: none;
  padding: 20px 40px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	white-space: normal;
	word-wrap: break-word;
	transition: .2s ease-out;
	touch-action: manipulation;
	cursor: pointer;
	background-color: #007bff;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	will-change: opacity, transform;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
  border-radius: 5px
}

.btn:hover,
.btn:focus {
	color: #007bff;
	background-color: #007bff;
	border-color: #d3d3d3;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-danger {
    background: #24ca7a;
    padding: 20px 40px;
    font-size: 16px;
    color: #fff!important;
    border: none;
    border-radius: 5px;
}

.btn-danger:hover,
.btn-danger:focus {
	color: #fff !important;
	background-color: #24ca7a!important;
	box-shadow: none;
	border-color: #24ca7a!important;
}

.btn-white {
	color: #202020 !important;
	background-color: #fff;
	border-color: #2a255c;
	box-shadow: 0 10px 20px -10px #2a255c;
	height: 45px;
	font-weight: 700
}

.btn-white:hover,
.btn-white:focus {
	background-color: #fff;
	box-shadow: none;
	border-color: #2a255c;
    color: #202020 !important;
}

.dash-card {
	border-radius: 10px;
	background: #2a255c;
	overflow: hidden;
	margin-bottom: 25px;
}

.dash-card img {
	max-width: 100%;
}

.dash-card .dashcard-image-1 {
	margin-left: 25px;
	width: 100%;
	height: 100%;
}

.dash-card .dash-pad {
	padding: 35px 20px 30px 20px;
}

.dash-card .dash-title {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}

.dash-card .dash-title .username {
	color: #24ca7a;
	font-weight: 700;
}

.dash-card .dash-text {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	font-weight: 300;
	padding: 14px 0 10px;
}

.dash-card-2 {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
}

.dash-card-2.desk {
	background: #403891;
	background-repeat: no-repeat
}

.dash-card-2 .dash-title {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	margin-bottom: 16px;
}

.dash-card-2.wallets .dash-title {
	font-size: 16px
}

.dash-card-2.wallets .dash-title {
	color: #909090;
	font-weight: 500
}

.dash-card-2.wallets .dash-title i {
	vertical-align: middle;
	font-size: 24px;
	margin-right: 15px;
}

.dash-card-2.wallets .blnc-low {
	background: #ff2330;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	padding: 1px 10px
}

.dash-card-2.wallets .dash-text {
	font-size: 24px;
	font-weight: 700;
	color: #202020
}

.dash-card-2 .dash-text {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	margin-bottom: 4px;
}

.dash-title h4 {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
}

.form-control {
	height: 55px!important;
	border: none;
	color: #000;
	font-size: 15px;
	padding: 8px 10px;
	height: calc(1.4em + 1.4rem + 2px);
	padding: .75rem 1.25rem;
	border-radius: 6px;
    background: #F8F7F7
}

.form-control:hover, .form-control:focus {
    background: #F8F7F7!important;
}

.form-control {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.form-group label {
	font-weight: 500;
	color: #202020;
	font-size: 16px
}


.bootstrap-select .btn {
	background-color: transparent!important;
	border: none;
	padding: 12px 12px;
	border-radius: 6px;
	border: none;
	height: 55px;
	line-height: 30px;
	border: 1px solid #bfc9d4;
	box-shadow: none;
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
	-webkit-transform: none;
	transform: none;
	outline: 0!important;
}

.btn.btn-default {

}

.bootstrap-select .btn:focus {
	background-color: transparent;
	border: none;
	outline: 0;
}

.filter-option-inner-inner {
	color: #000
}

.bootstrap-select .dropdown-toggle .caret {
	color: #000!important
}

.panel-body {
	background: #F8F7F7;
	padding: 15px;
	border-radius: 10px;
	font-size: 13px
}

.priceBadge {
	height: 20px;
	line-height: 20px;
	background: #fff;
	color: #d5d7d9;
	font-size: 12px;
	font-weight: 600;
	padding: 0 7px;
	border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}

.priceBadge.bGreen {
	background: #bcebdf;
	color: #16b77d;
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 65vh;
	overflow-y: scroll;
    margin-top: 20px
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 14px;
    background: #F8F7F7;
	border-bottom: 1px solid #ddd;
	text-align: left;
	width: 100%
}

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

#order-category,
#newtc,
#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-color: #F8F7F7;
	border: none;
	color: #081521
}

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

.dropdown-menu::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
	background: transparent;
}

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

.fab.fa-instagram {
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}
.fa.fa-at {
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

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

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

.far.fa-tags {
	background: #18D29C;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

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

.fas.fa-tag {
    background: #ff5836;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

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

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

.fab.fa-spotify {
	background: #1DB954;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}


.fab.fa-vimeo {
	background: #19B7EA;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}


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

.fab.fa-twitch {
	background: #4b367c;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

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

.fa.fa-music {
	background: #69C9D0;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

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

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

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

.fas.fa-star-of-life {
	background: #00b67A;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-reddit {
	background: #F43708;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

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

.fab.fa-periscope {
	background: #e24d3a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-linkedin-in {
	background: #0077b0;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 14px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-tumblr {
	background: #1c3764;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-dailymotion {
	background: #00c9eb;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-magic {
	background: #24CA7A;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}
.far.fa-star {
    background: #FFC54D;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 5px;
}

.fad.fa-star {
    background: #00b67A;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 5px;
}


.fab.fa-vimeo-v {
	background: #00a8e8;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-apple {
	background: #5910DA;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-tumblr-square {
	background: #35465C;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-snapchat-ghost {
	background: #F70C89;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-camera-home {
	background: #6515dd;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-discord {
	background: #1090F3;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-google {
	background: #DA3810;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}
.fab.fa-korvue {
	background: #54fc17;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-user-ninja {
	background: #F8DA00;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.far.fa-lock-alt {
	background: #00b1e6;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}


.fas.fa-heart {
	background: #f40850;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #5BCA73;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #5BCA73;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-vk {
	background: #000000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-earlybirds {
	background: #138238;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-stripe-s {
	background: #0CA1F7;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-quora {
	background: #b92b27;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.fab.fa-line {
	background: #00b900;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
}

.newSide .newSide-btn {
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	border-radius: 10px;
	-webkit-transition: .13s ease;
	transition: .13s ease;
	background: rgba(42, 37, 92, 0.15);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 18px;
}

.newSide .newSide-btn span {
	display: none;
	font-size: 15px;
	padding: 0 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.newSide .newSide-btn:hover {
	background-color: #2a255c;
}

.newSide .newSide-btn.active {
	background-color: #2a255c;
	color: #fff;
	padding: 0 14px;
}

.newSide .newSide-btn.active span {
	display: inline-block;
}

.newSide .new-tabs {
	line-height: 170%;
  	margin-top: 20px
}

.newSide .new-tabs .new-tab {
	display: none;
}

.newSide .new-tabs .new-tab.active {
	display: block;
}

.new-tabs .notification {
	padding: 0 0 20px 0;
}

.new-tabs .notification li {
	display: flex;
	align-items: center;
}

.new-tabs .notification li {
	border: 1px solid #f5f5f5;
	border-bottom-color: #dadada;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.new-tabs .notification li .icons i {
	font-size: 25px;
	margin-right: 10px;
}

.new-tabs .notification li .date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

.new-tabs .notification li .title {
	font-size: 16px;
	font-weight: 500;
}

.new-tabs .notification li .title a {
	color: #000
}

.new-tabs .notification li .text {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.new-tab {
	max-height: 500px;
	overflow-y: scroll;
	margin-top: 15px
}

.new-tab::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.new-tab::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.new-tab::-webkit-scrollbar-track {
	background: transparent;
}

.accordion .card-header {
	cursor: pointer;
}

.accordion.heading-right .card-title {
	position: absolute;
	right: 50px;
}

.help-block {
	color: #e7515a
}

.services-title {
	padding: 12px 30px;
	background-color: #1a1c37;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 0;
	margin-left: -12px;
	margin-right: -12px;
}

.srv-search {
	background-color: #fafafa;
	color: #202020;
	font-size: 13px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.srv-search .srv-input {
	width: calc(100% - 40px);
	background: #F8F7F7;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 14px;
}

.srv-search .srv-input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.srv-search .srv-input::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

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

@media screen and (max-width: 600px) {
	.m-logo {
		display: block!important;
		max-width: 200px;
		margin: auto;
	}
	#serv-table.table {
		border: 0;
	}
	#serv-table.table caption {
		font-size: 1.3em;
	}
	#serv-table.table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	#serv-table.table tr {
		border-bottom: 3px solid #081521;
		display: block;
		margin-bottom: .625em;
	}
	#serv-table.table td {
		border-bottom: 1px solid #f5f5f5;
		display: block;
		font-size: .8em;
		text-align: right!important;
	}
	#serv-table.table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	#serv-table.table td:last-child {
		border-bottom: 0;
	}
	#serv-table.table tr {
		border: 1px solid #f5f5f5
	}
	#serv-table.table tr:nth-child(even) {
		background: #fff
	}
	#serv-table.table tr:nth-child(odd) {
		background: #f9f9f9
	}
	#serv-table.table tr td {
		text-align: right
	}
	#serv-table.table tr.s-head {
		border: none!important;
		text-align: left;
		background: none
	}
	.dash-card-2 {
		display: none
	}
}

.orders-btn .row>div {
	padding: 0 5px;
}

.orders-btn .btn-order {
	background-color: #c8cbf3;
	color: #202020;
	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%;
}

.orders-btn .btn-order.active {
	background-color: #1a1c37 !important;
	color: #fff !important;
}

.orders-btn .btn-order:hover {
	background-color: #1a1c37;
	color: #fff
}

.orders-btn .btn-order i {
	margin-right: 4px;
}

.width-30 {
	max-width: 300px;
	word-wrap: break-word
}

.tos-page .tos-nav-btn {
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	border-radius: 5px;
	-webkit-transition: .13s ease;
	transition: .13s ease;
	background-color: rgba(42, 37, 92, 0.15);
	color: #2a255c;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 18px;
}

.tos-page .tos-nav-btn span {
	display: none;
	font-size: 15px;
	padding: 0 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.tos-page .tos-nav-btn:hover {
	background-color: #2a255c;
	color: #fff
}

.tos-page .tos-nav-btn.active {
	background-color: #2a255c;
	color: #fff;
	padding: 0 14px;
}

.tos-page .tos-nav-btn.active span {
	display: inline-block;
}

.tos-page .tos-tabs {
	line-height: 170%;
}

.tos-page .tos-tabs .tos-tab {
	display: none;
}

.tos-page .tos-tabs .tos-tab.active {
	display: block;
}

.modal {
	z-index: 99999
}

.modal-header {
	border-bottom-color: transparent!important;
	background: linear-gradient(to right, #ff7543, #f93e66)!important;
	color: #fff!important;
	padding: 15px;
}

.modal-header .close {
	font-size: 28px;
	color: #fff;
	opacity: 1;
	line-height: 23px;
	border: 2px solid transparent;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0px;
}

.modal-title1 {
	float: left;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
}

.modal-body1 {
	padding: 15px;
	font-size: 13px;
  	text-align: left
}

.ref-item {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.ref-item i {
	color: #fa5259
}

.ref-item .the-title {
	font-weight: bold;
    margin-left: 35px;   
}

.well-head {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold
}

.well-head i {
	background: #fa5259;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px
}

.ticket-form .white-box-head {
	background: #fa5259;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-radius: 10px 10px 0 0;
}

.ticket-form .white-box-head p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #fff
}

.ticket-form .white-box-head p b {
	font-size: 18px;
	color: #fff
}

.ticket-form .white-box-head-text {
	margin: 0;
	color: #fff
}

.white-box {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06)
}

.page-form {
	padding: 30px 20px;
}

.panel-block {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e0e6ed;
	box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06)
}

.panel-block-head {
	background: #1a1c37;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 110px;
	text-align: center;
	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;
	color: #fff;
	padding: 33px 20px;
	line-height: 20px;
	position: relative;
}

.panel-block-head-icon {
	position: absolute;
	bottom: -2px;
	left: 55px;
}

.panel-block-head-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.panel-block-wrap {
	padding: 40px 20px;
	max-height: 620px;
    overflow-y: scroll;
}

.panel-block-wrap .page-form {
	padding: 0;
}

.panel-block table.ticket-table tr th {
	text-align: left;
	color: #464e77;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.panel-block table.ticket-table tr td {
	border-right: none;
	border-left: none;
}

.panel-block table tr td {
	border: 1px solid #f5f5f5;
	color: #464e77;
	height: 47px;
	padding-left: 15px;
	padding-right: 15px;
}

.ticket-message-right .ticket-message {
	background: rgb(81, 209, 150, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: rgb(23, 79, 242, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.m-logo {
	display: none
}

@media screen and (min-height: 400px) and (max-height: 800px) {
	.sidebar-wrapper {
		max-height: 100vh!important;
		overflow-x: scroll
	}
}

.sidebar-wrapper::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

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

@media (max-width: 991.98px) {
	.sidebar-wrapper .profile-info .user-info {
		padding-top: 10px
	}
	.main-header .mh-content .loginSide {
		margin-top: 0
	}
	.left-border-lg {
		border: none !important;
	}
}

@media only screen and (max-width: 991.98px) {
	.page-head .ph-title {
		font-size: 24px!important
	}
	.page-head .ph-content.fs-details {
		padding-bottom: 25px!important
	}
	.page-head {
		padding-top: 50px!important
	}
	.user-info {
		margin-bottom: 20px
	}
}

.switch input[type=checkbox] {
	display: none;
}

.switch label {
	color: #fff;
	font-weight: 400
}

.switch input[type=checkbox]+label {
	position: relative;
	min-width: calc(calc(2.375rem * .8) * 2);
	border-radius: calc(2.375rem * .8);
	height: calc(2.375rem * .8);
	line-height: calc(2.375rem * .8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input[type=checkbox]+label::before,
.switch input[type=checkbox]+label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * .8) * 2);
	bottom: 0;
	display: block;
}

.switch input[type=checkbox]+label::before {
	right: 0;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: calc(2.375rem * .8);
	transition: .2s all;
}

.switch input[type=checkbox]+label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * .8) - calc(2px * 2));
	height: calc(calc(2.375rem * .8) - calc(2px * 2));
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease-in 0s;
	;
}

.switch input[type=checkbox]:checked+label::before {
	background-color: #24c97a;
}

.switch input[type=checkbox]:checked+label::after {
	margin-left: calc(2.375rem * .8);
}

.switch input[type=checkbox]:focus+label::before {
	outline: none;
	box-shadow: 0 0 0 .2rem rgba(0, 136, 221, .25);
}

.switch input[type=checkbox]:disabled+label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input[type=checkbox]:disabled+label::before {
	background-color: #e9ecef;
}

.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: 20px;
	margin-bottom: 20px;
}

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

.services-list ul li i {
	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;
}

.badge {
	background-color: #fa4662;
	color: #fff;

}

.nightMode {
	cursor: pointer
}

.nightMode a i.fa-moon, .nightMode a i.fa-sun {
	color: #4219ac;
}

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

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

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

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

body.dark {
	background: #383b50 !important
}

body.dark .well {
	background-color: #131633;
	border: 1px solid #131633;
}

body.dark .form-control {
	background: #1c214e;
	color: #fff;
	border-color: #1c214e
}

body.dark .form-control:hover, body.dark .form-control:focus {
	background: #1c214e!important;
	color: #fff;
	border-color: #1c214e
}

body.dark .panel-body {
	background: #1c214e;
    color: #fff;
    border: 1px solid #3e378d;
}

body.dark .form-group label {
	color: #fa5259
}

body.dark .dash-card-2 {
	background: #333549;
	border-color: #333549
}

body.dark .dash-card-2.wallets .dash-text {
	color: #fff
}

body.dark .dash-card-2.wallets .dash-title {
	color: #f5f5f5
}

body.dark .new-tabs .notification li .title a {
	color: #fff
}

body.dark .new-tabs .notification li .text {
	color: #f5f5f5
}

body.dark .new-tabs .notification li {
	border-color: #383b50
}

body.dark .badge1.blnceBadge {
	background: #2a255c
}

body.dark .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
	background: #2a255c
}


body.dark .shadow-bottom {
	background: none
}

body.dark .btn-white {
	border-color: transparent;
	box-shadow: none
}

body.dark #sidebar ul.menu-categories ul.submenu>li a {
	color: #fff
}

body.dark .sidebar-wrapper .profile-info {
	background: #1a1c37
}

body.dark .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	background: #2a255c;
	border-color: #2a255c
}

body.dark .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a {
	color: #fff
}

body.dark .card {
	background: #383b50;
	border-color: #333549;
	color: #fff
}

body.dark .dash-card {
	background: #2a255c;
}

body.dark .dashcards-row .dash-card .dcb-title, body.dark .dashcards-row .dash-card .dcb-count {
	color: #fff
}

body.dark .newSide .newSide-btn.active,
body.dark .newSide .newSide-btn:hover {
	background: #333549;
}

body.dark .srv-search .srv-input {
	background: #1c214e;
	color: #fff
}

body.dark ::placeholder {
	color: #fff!important
}

body.dark :-ms-input-placeholder { 
  color: #fff!important
}

body.dark ::-ms-input-placeholder { 
  color: #fff!important
}

body.dark .srv-search .srv-submit {
	background: #fa5259;
	color: #fff
}

body.dark .table td,
body.dark .table th {
	border-color: #383b50;
  	color: #fa5259;
}

body.dark .table tr td {
	color: #fff;
}

body.dark #serv-table tr th {
	color: #fff;
}

body.dark .services-title {
	background: #2a255c;
}

body.dark .thead-tr {
	background: #0b0d25;
    color: #fff
}

body.dark p {
	color: #f5f5f5
}

body.dark .white-box,
body.dark .panel-block {
    background: #131633;
    border-color: #131633;
}

body.dark .panel-block table tr td {
	border-color: #383b50;
	color: #f5f5f5
}

body.dark .panel-block table.ticket-table tr th {
	color: #fff
}

body.dark .ref-item {
	border-color: #383b50;
	color: #fff
}

body.dark .well-head {
	color: #fff;
	border-color: #383b50;
}

body.dark .well ul {
	color: #fff
}

body.dark .tos-tab h3,
body.dark .tos-tab h4 {
	color: #fff
}

body.dark .tos-page .tos-nav-btn.active,
body.dark .tos-page .tos-nav-btn:hover {
	background: #fa4662;
}

body.dark .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
	color: #fff
}

body.dark .modal-body1 {
	background: #383b50
}

body.dark .ticket-message-left .ticket-message {
	background: #272938;
	color: #fff
}

body.dark .ticket-message-left .info {
	color: #fff
}

body.dark .ticket-message-right .ticket-message {
	background: #383b50;
	color: #fff
}

body.dark .ticket-message-right .info {
	color: #fff
}

body.dark pre {
	color: #fff;
	background: #1a1c37;
	border-radius: 5px;
}

body.dark .orders-btn .btn-order {
	background: #272938;
	color: #fff
}

body.dark .filter-option-inner-inner {
	color: #fff
}

body.dark .bootstrap-select .btn {
	border-color: #383b50
}

body.dark .bootstrap-select .dropdown-menu.inner {
	background: #383b50
}

body.dark .dropdown-item:hover {
	background: #272938
}

body.dark #order-sItem,
body.dark #order-cItem {
	border-bottom: 1px solid #7d87e2;
	background: #1c214e;
	color: #fff
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
	background: #161a42;
}

body.dark .dropdown button {
	border-color: transparent
}

.favorite {
	cursor: pointer;
	font-size: 16px;
}

body.dark .favorite {
	color: #fd684b54;
}

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

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

@media (max-width: 1500.98px) {
	.dashcards-row .dr-item {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}

@media (max-width: 767.98px) {
	.dashcards-row .dr-item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.d-card .d-card-head .dch-icon {
		display: none;
	}
}

.dashcards-row .dash-card {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.dashcards-row .dash-card:hover .dcb-icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	border-radius: 50%;
}

.dashcards-row .dash-card:hover::before {
	height: 100%;
}

.dashcards-row .dash-card::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 80px;
	background-color: #fa5259;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dashcards-row.dash-card.dcb-purple::before {
	background: #2a255c;
}

.dashcards-row.dash-card.dcb-red .dcb-icon {
	background: rgba(42, 37, 92, 0.45);
}

.dashcards-row .dash-card .dash-card-body {
	padding: 15px 30px 15px;
}

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

.dashcards-row .dash-card .dcb-count {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #2a255c;
}

.dashcards-row .dash-card .dcb-icon {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dashcards-row .dash-card .dcb-icon i {
	font-size: 32px;
	color: #fa5259
}

.soru-isareti {
	cursor: pointer
}

.index-announcement {
	float: left;
	width: 100%;
	border-radius: 20px;
}

.index-announcement .index-announcement-title {
	float: left;
	width: 100%;
	margin-top: 0;
	font-weight: 600;
	color: #1a1c37;
	margin-bottom: 1px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px 10px 0 0;
}

body.darkclass .index-announcement .index-announcement-title {
	float: left;
	width: 100%;
	margin-top: 0;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1px;
	background: #131633;
	padding: 20px 30px;
	border-radius: 10px 10px 0 0;
}

.index-announcement .index-announcement-bell {
	float: left;
	width: 50%;
	padding-right: 43px;
	text-align: right;
	margin-top: -20px;
}

.index-announcement .index-announcement-content {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 1050px;
	padding: 0 30px;
	margin-bottom: 29px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

body.darkclass .index-announcement .index-announcement-content {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 853px;
	padding: 0 30px;
	margin-bottom: 29px;
	background: #131633;
	border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) .index-announcement .index-announcement-content {
	padding: 0 15px;
}

.index-announcement ul {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	border-left: 4px solid #f1f1f1;
	padding-left: 30px;
}

body.darkclass .index-announcement ul {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	border-left: 4px solid #1a1b37;
	padding-left: 30px;
}

.index-announcement ul li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 45px;
	box-shadow: 1px 5px 19px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
	border-radius: 0 0 6px 6px;
}

body.darkclass .index-announcement ul li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 45px;
	box-shadow: 1px 5px 19px 0 rgba(255, 255, 255, 0.05);
	padding: 20px;
	border-radius: 0 0 6px 6px;
}

.index-announcement ul li .icon {
	position: absolute;
	left: -52px;
	top: 48px;
	width: 40px;
	height: 40px;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	box-shadow: 1px 5px 19px 0 rgba(0, 0, 0, 0.05);
}

body.darkclass .index-announcement ul li .icon {
	position: absolute;
	left: -52px;
	top: 48px;
	width: 40px;
	height: 40px;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	box-shadow: 1px 5px 19px 0 rgba(255, 255, 255, 0.05);
}

.index-announcement ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #41479d, #7c3588, #d01b6b);
}

.index-announcement ul li .title {
	float: right;
	color: #8c909a;
	padding: 5px 10px;
	border: 1px solid #8c909a;
	border-radius: 3px;
	width: 90px;
	text-align: center;
	position: relative;
}

.index-announcement ul li .t-instagram {
	color: #f40083;
	border-color: #f40083;
}

.index-announcement ul li .t-youtube {
	color: #be181a;
	border-color: #be181a;
}

.index-announcement ul li .t-twitter {
	color: #1da1f2;
	border-color: #1da1f2;
}

.index-announcement ul li .t-facebook {
	color: #315297;
	border-color: #315297;
}

@media (max-width: 1224px) and (min-width: 994px) .index-announcement .index-announcement-content {
	height: 935px;
}

.index-announcement ul li .service {
	float: left;
	width: 100%;
	color: #1a1c37;
	font-weight: 600;
	margin-top: 10px;
	font-size: 14px
}

.index-announcement ul li .time {
	font-size: 12px
}

.index-announcement ul li .desc {
	float: left;
	width: 100%;
	color: #1a1c37;
	margin-top: 5px;
  	font-size: 13px
}

.well .d-card-head {
	padding: 10px 0;
	margin: 0 0 10px 32px;
	position: relative;
	border-bottom: 2px solid #EFEFEF;
	font-weight: 400;
	color: #181818;
	font-size: 19px;
	letter-spacing: .2px;
}

.well .d-card-head .dch-icon {
	height: 52px;
	width: 52px;
	text-align: center;
	line-height: 52px;
	display: inline-block;
	margin-right: 10px;
}

.well .d-card-head .dch-icon img {
	height: 32px;
}

.servNav li a {
	background-color: #F8F7F7;
	color: #202020;
	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%;
}

.servNav li a.active,
.servNav li a:hover {
	background: #fa5259;
	color: #fff
}

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

.dfb-search .dfb-input {
	width: calc(100% - 40px);
	background: #F8F7F7;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 45px 0 15px;
    min-width: 250px
}

.dfb-search i {
	color: #fff
}

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

.payout tbody {
	color: #fff
}

.payout tbody code {
	font-size: 14px;
	color: #202020
}

.payout tbody a {
	color: #ff1972
}

.payout .paHead {
	background: #1b2040!important
}

.payout .table thead th {
	color: #fff;
	padding: 10px 5px
}

.payout .table td,
.payout .table th {
	color: #202020;
	font-size: 14px
}

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

@media screen and (max-width:991.98px) {
	.tablepen {
		display: block
	}
	.navs-tab .nav-item.nav-link {
		width: auto
	}
	.nav li:last-child {
		margin-left: 0!important
	}
    .newSide .navs-tab .nav-item.nav-link#nav-3a-tab {
      display: none
    }
}

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

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

.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 #d1d5da;
	font-size: 12px;
	border-left: 1px solid #d1d5da;
}

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

.border-text,
.repw {
	display: block
}

body.dark .tablepen .sira {
	background: #3e378d;
}

body.dark .tablepen .sira {
	background: #3e378d;
}

body.dark .tablepen .sira:nth-of-type(odd) {
	background-color: #645cb2;
	color: #fff!important;
}

body.dark .tablepen .sira:nth-child(even) {
	background-color: #645cb2;
	color: #fff!important;
}

.navs-tab {
	position: relative;
	display: block;
    border-bottom: 1px solid #ddd
}

.navs-tab .nav-item {
	display: inline-block;
}

.navs-tab .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: 400;
	padding: 10px;
	background: transparent;
	color: #1b2040;
	border-radius: 5px 5px 0 0;
	font-size: 400;
}

.navs-tab .nav-item.nav-link.active {
	background-color: transparent;
  	border: 1px solid #ddd;
	color: #fa4662;
	background-color: #fff;
    border-bottom-color: transparent;
}

.navs-tab .nav-item.nav-link:hover {
	background: #ededed
}

.newSide .navs-tab .nav-item.nav-link {
	font-size: 14px;
	min-width: 150px;
}

table.banks {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px
}

td.banks,
th.banks {
	border: 1px solid 1a1b37;
	text-align: left;
	padding: 6px;
}

tr.banks {
	color: #000!important;
}

body.dark tr.banks {
	color: #fff!important;
}

tr.banks:nth-child(even) {
	background-color: #3e378d;
	color: #fff!important;
}

.last-orders .table thead th {
	border: none;
	background: #1b2040;
	color: #fff;
	padding: 15px 10px
}

.input-group-btn .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 400px!important
}

.input-group-btn .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #202020;
	white-space: nowrap;
	font-size: 12px
}

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

.top-notice {
    background: #2a255c;
    padding: 25px;
    border-radius: 10px;
    min-height: 110px;
    border: 2px solid #2a255c;
}

.top-notice-2 {
    background: #403891;
    padding: 25px;
    border-radius: 10px;
    min-height: 110px;
    border: 2px solid transparent;
}

.top-notice span, .top-notice-2 span {
	font-size: 13px;
    color: #fff;
}

.orders-toggle-menu .orders-toggle-menu-btn{
float: left;
width: 100%;
background: linear-gradient(to right, #2a255c 0%, #1a1b37 100%);
border: none;
font-size: 16px;
padding: 14px 0;
text-align: center;
font-weight: 600;
outline: none;
border-width: 0 1px 4px 1px;
color: #fff;
border-radius: 5px
}
.orders-toggle-menu .orders-toggle-menu-btn .fas{
margin:0 10px;
}
.orders-toggle-menu .orders-toggle-menu-content{
float: left;
width: 100%;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 30px;
}
.orders-toggle-menu .orders-toggle-menu-content h2{
color: black;
float: left;
width: 100%;
text-align: center;
font-weight: 600;
margin: 30px 0;
font-size: 18px
}
.orders-toggle-menu .orders-toggle-menu-content strong{
float: left;
width: 100%;
}
.orders-toggle-menu .orders-toggle-menu-content p {
margin: 0;
color: #000;
  font-size: 13px
}
.tab-content {
	font-size: 13px
}

.desc-btn {
    background: #fa5259;
    color: #fff!important;
    border-radius: 25px;
    font-size: 13px;
    padding: 3px 7px;
    cursor: pointer;
}

.goback {
    background: #ddd;
    color: #202020;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px;
    font-weight: 400;
}

.goback i {
	background: transparent;
    color: #202020;
    border-radius: 5px;
    font-size: 10px;
}

.goback:hover {
    background: #c2c2c2;
    color: #202020;
    transition: 300ms all
}

.sticky {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	background: #fff;
	z-index: 999999999999;
	box-shadow: 0 0 80px rgba(56, 59, 80, .5)
}

.sticky .menu {
	display: flex
}

.sticky .menu a {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	font-size: 10px;
	height: 60px;
	color: #3f4257;
	border-right: 1px solid #e8eaec;
	position: relative
}

.sticky .menu a:last-child {
	border-right: 0
}

.sticky .menu a i {
	font-size: 16px;
	line-height: 20px
}

.sticky .menu a span {
	text-align: center;
	line-height: 18px;
    font-size: 10px;
  	font-weight: 400;
}

.sticky .menu a.active:before {
	position: absolute;
	top: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #fa4662
}

.sticky .menu a.active {
	color: #fa4662
}

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

.tablelist .sira.headers {
	font-weight: 600;
	color: #fff;
	background: #00a543
}

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

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

.table-m-header {
	display: none
}


.tablelist .sira {
	display: table-row;
}


  .tablelist .hucre {
      padding: 6px 12px;
      display: table-cell;
      border-top: 1px solid #dcdcdc;
      font-size: 12px;

  }

@media screen and (max-width:991.98px) {
	.table-m-header {
		display: block;
		text-align: center;
		padding-top: 7px
	}
	.tablelist .sira {
		padding: 0 0 5px;
		display: block
	}
	.tablelist .sira.headers {
		height: 35px
	}
	.tablelist .sira.headers .hucre {
		display: none
	}
	.tablelist .sira .hucre {
		margin-bottom: 10px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.tablelist .sira .hucre:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #969696;
		display: block;
		margin-top: 15px
	}
}


.border-text,
.repw {
	display: block
}

@media screen and (max-width:991.98px) {
	.tablelist .hucre {
		padding: 2px 16px;
		display: block
	}
	.servNav li {
		width: 100%;
		text-align: center
	}
    .m-d-none {
        display: none;
    }

  .tablelist .hucre {
      border-top: 1px solid #f1f1f1;
  }

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


  .tablelist .sira:nth-of-type(odd) {
      background: #fbfbfb;
      color: #202020
  }
  .tablelist .sira {
      background: #efeff0;
      color: #202020
  }  
  .table td, .table th {
  	line-height: 20px
  }

}

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

@media (max-width: 767.98px) {
	.table-mobile-cards thead tr.thead-tr {
		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;
		background: #fafafa;
        margin: 15px
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
		font-size: 13px;
        word-break: break-all;
	}
	.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: #000;
		font-weight: 500;
		display: block;
	}
    .services-title {
          font-size: 13px
    }
    body.dark .table-mobile-cards tr.table-mobile-card {
      border: 1px solid #2a255c;
      background: #1f2242;
	}
    body.dark [data-title] {
      color: #fff
    }
}

.sDetayBtn {
    background: #fa5259;
    color: #fff!important;
    border-radius: 25px;
    font-size: 13px;
    padding: 3px 10px;
    cursor: pointer;
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 0;
	-webkit-box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
	box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
}

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

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

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

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

.app-navbar a.active i {
	color: #fa5259
}

.app-navbar i {
	color: #202020
}

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

@media screen and (max-width: 991.98px) {
	.app-navbar {
		display: block!important
	}
}

.hs-works {
  display: block;
  position: relative;
}

.hs-works .bg-1 {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(https://storage.perfectcdn.com/850dbe/cidnsrkar81tq1zm.png);
  background-size: cover;
  background-position: center;
  z-index: 20;
}

.hs-works .hs-conn {
  padding: 180px 0 260px 0;
  z-index: 25;
  position: relative;
}

.hs-works .hsc-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

.hs-works .hsc-text {
  max-width: 800px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  font-size: 20px;
}

.hs-works-alt {
  position: relative;
  z-index: 29;
  padding: 0 0 120px 0;
}

.hsw-box {
  margin-top: -200px;
  position: relative;
}

.hsw-box::before {
  content: '';
  position: absolute;
  z-index: 30;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#212242), to(#1c1d37));
  background: linear-gradient(to top, #212242, #1c1d37);
  border-radius: 12.4px;
}

.hsw-box .hsw-box-r {
  border-radius: 10px;
  background: #fafafc;
  z-index: 35;
  position: relative;
  padding: 40px;
}

.hsw-box .hsw-box-r::before {
  content: '';
  left: 80px;
  right: 80px;
  position: absolute;
  z-index: 31;
  top: calc( 50% - 1.5px);
  height: 2px;
  background: #fafafc;
}

.hsw-box .hsw-box-r > .row {
  z-index: 32;
}

.hsw-item {
  text-align: center;
  z-index: 33;
  margin: 20px 0;
}

.hsw-item .hsw-icon {
  height: 87px;
  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;
}

.hsw-item .hsw-icon img {
  max-height: 87px;
}

.hsw-item .hsw-num {
  position: relative;
  display: inline-block;
}

.hsw-item .hsw-num::after {
  content: '';
  z-index: 34;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 0px;
  background-color: #fafafc;
  height: 100%;
}

.hsw-item .hsw-num span {
  height: 74px;
  width: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f94065;
  border-radius: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 36;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

.hsw-item .hsw-num::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: solid 12px #f94065;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.hsw-item .hsc-title {
  margin-top: 35px;
  font-size: 19px;
  font-weight: 600;
  color: #1c1d37;
}

.hsw-item .hsc-text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 23px;
  color: #666;
}

.thead-tr {
	background: #f5f5f5;
	border: none;
  	padding: 5px;
  	border-radius: 6px
}

.foot-texts {
	border-top: 1px solid #909090;
    color: #909090;
    margin-top: 50px;
  	padding: 15px 0
}

@media (max-width: 767.98px) {
  .servNav li {
      width: 49%;
      margin: 0 1%;
      margin-right: auto!important;
  }
  .popup-placement {
      left: 10px!important;
   	  bottom: 60px!important;
  }
}

body.dark#panel {
	background-image: url(https://storage.perfectcdn.com/850dbe/8ktkyzxn5o6xh4iq.jpg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.dark .sidebar-wrapper {
	border-color: #2a255c
}

body.dark .navs-tab .nav-item.nav-link {
	color: #fff
}

body.dark .navs-tab .nav-item.nav-link.active {
	background: #1c214e
}

body.dark .navs-tab .nav-item.nav-link:hover {
	background: #1c214e
}

body.dark .navs-tab, body.dark .navs-tab .nav-item.nav-link.active {
	border-color: #1c214e;
    color: #fa5259;
}

body.dark .well .d-card-head {
	color: #fa4760;
    border-color: #1c214e
}

body.dark .index-announcement .index-announcement-content {
	background: transparent
}

body.dark .index-announcement ul li .desc {
    color: #8c909a;
}

body.dark .index-announcement ul li .service {
    color: #aeb3bf;
}

body.dark .index-announcement ul {
    border-left: 4px solid #1a1b37;
}

body.dark .orders-toggle-menu .orders-toggle-menu-content h2 {
	color: #fa4760
}

body.dark .orders-toggle-menu .orders-toggle-menu-content p {
	color: #fff
}

body.dark .modal-body, body.dark .modal-footer {
	background: #131633;
    color: #fff
}

body.dark .servNav li a {
    background-color: #2a255c;
  	color: #fff
}

body.dark .servNav li a.active, body.dark .servNav li a:hover {
    background: #fa5259;
    color: #fff;
}

body.dark .dfb-search .dfb-input {
    background-color: #0b0d25;
  	color: #fff
}

body.dark .payout tbody code {
	color: #fa4662
}

code {
	color: #212529;
    font-size: 14px;
}

body.dark code {
	color: #fff;
    font-size: 14px
}

body.dark .tos-page .tos-nav-btn {
    background-color: rgb(19 22 51);
    color: #fff;
}

body.dark .well.api h2, body.dark .well.api h4 {
	color: #fff
}

body.dark .table-bordered {
    border: 1px solid #383b50;
}

body.dark .foot-texts {
	border-top: 1px solid #fff;
    color: #fff;
}

body.dark .srv-search, body.dark .dfb-search {
	background: transparent
}

body.dark .main-color {
	color: #fa5259
}

body.dark .goback {
    background: #fa4662;
    color: #ffffff;
}

body.dark .goback i {
    color: #fff;
}

body.dark .input-group-btn .dropdown-menu {
    border-bottom: 1px solid #161a42;
    background: #1c214e;
}

body.dark .input-group-btn .dropdown-menu>li>a {
	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: #1b2040;
  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: #fa5259;
  color: #fff
}

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

.faq-ss-tabs {
	width: 100%
}

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

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

.faq-ss-tabs .home-ss-tab.active {
	background: #2a255c;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

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

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

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 20px;
	font-weight: 500;
	color: #151722;
}

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

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

@media (max-width: 767.98px) {
	.faq-ss-tabs .home-ss-tab .ss-tab-head {
		font-size: 15px;
		font-weight: 400
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-content {
		font-size: 13px
	}
}

body.dark .faq-ss-tabs .home-ss-tab {
	background: #2a255c;
    color: #fff
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head {
	color: #fff
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #958de2
}

body.dark .alert-info {
    color: #fff;
    background-color: #2a255c;
    border-color: #2a255c;	
}

body.dark [data-title]:before {
  color: #fa5259!important;
}

.card {
	margin-bottom: 10px;
	border: none;
    border-radius: 10px!important
}

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

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

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

.card .card-header code {
	color: #fa5259!important
}

.card .card-header span, .card .card-header a {
	font-size: 13px
}

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

body.dark .card .card-header {
	background-color: #2a255c;
}

body.dark .card .card-header span {
	color: #fff
}

.card .card-header a.btn-refill {
	font-size: 11px!important
}

.popup-placement {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9999;
}
.popup-placement-social-whatsapp a {
  background: #4dc247;
}
.popup-placement-social-item a {
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-right: 15px;
  margin-bottom: 9px;
  position: relative;
}
#field-orderform-fields-comment, #field-orderform-fields-comment_username {
	height: 215px!important
}


.fade:not(.show) {
    display: none!important;
}