@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
html,
body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background: #151B3D;
}

body.dashboard-body {
	background: #151B3D;
}

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

.hidden {
	display: none!important
}

::placeholder {
	color: #A8AFD9
}

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

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

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

.main-color {
	color: #4B61F0!important
}

*:focus {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.table td, .table th {
    padding: .75rem .50rem;
}

.km-container {
	position: relative;
}

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

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

.km-container .km-sidebar {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 240px;
	background-color: #131633;
	height: 100vh;
	left: 0px;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1020;
}

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

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

.km-container .km-sidebar .sidebar-header {
	position: relative;
	width: 100%;
	background-image: url(https://storage.perfectcdn.com/bf552f/b40ui8u8t2ar47nf.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 30px;
}

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

.km-container .km-sidebar .sidebar-header .km-sb-content img {
	max-height: 40px;
}

.km-container .km-sidebar .sidebar-user {
	text-align: center;
	padding: 0 24px;
	margin-top: -42px;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid #191f41;
	padding-bottom: 10px;
}

.km-container .km-sidebar .sidebar-user .km-avatar {
	width: 80px;
	border-radius: 100%;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

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

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

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

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

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

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

.km-container .km-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: #131633;
}

.km-container .km-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #131633;
}

.km-container .km-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #131633;
}

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

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

.km-container .km-sidebar .sidebar-content .sidebar-menu>li.active a {
	background: #4b61f0;
	color: #fff !important;
}

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

.km-container .km-sidebar .sidebar-content .sidebar-menu li a:hover {
	color: #4b61f0;
}

.km-container .km-sidebar .sidebar-content .sidebar-menu li a .m-icon {
	width: 32px;
	height: 32px;
	text-align: center;
	color: #4b61f0
}

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

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

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

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

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

.km-container .app-header {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	background: #131633;
	left: 240px;
	height: 80px;
	right: 0px;
	position: fixed;
	z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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

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

.d-card {
	border-radius: 12.56px;
	background-color: #131633;
	color: #fff;
}

.d-card.dc-blues {
	background: rgb(75, 97, 240);
	background: linear-gradient(90deg, rgba(75, 97, 240, 1) 0%, rgba(85, 240, 252, 1) 50%);
	color: #fff;
}

.d-card .d-card-head {
	padding: 25px 4px 20px 4px;
	margin: 0 32px;
	position: relative;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	letter-spacing: .2px;
}

.d-card .d-card-head:after {
    content:"";
    background: linear-gradient(90deg, rgba(75, 97, 240, 1) 0%, rgba(85, 240, 252, 1) 50%);
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;	
}

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

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

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

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

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

.dashboard-head {
	background-color: #131633;
	border-radius: 12.5px;
}

.dashboard-head .dhead-content {
	padding: 25px 40px;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
}

.dashboard-head .dhead-content .dhead-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 120%;
}

.dashboard-head .dhead-content .row-s2 {
	margin-left: -50px;
	margin-right: -50px;
}

.dashboard-head .dhead-content .row-s2>div {
	padding-left: 50px;
	padding-right: 50px;
}

.dashboard-head .dhead-content .col-title {
	border-right: 1px solid #626777;
	width: 100%;
	max-width: 500px;
}

.dashboard-head .dhead-content .col-title img {
	margin-right: 40px;
}

.dashboard-head .dhead-content .dhead-page {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dashboard-head .dhead-content .dhead-title {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 14px;
}

.dashboard-head .dhead-content .dhead-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.dash-card {
	background-color: #131633;
	border-radius: 12.56px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	overflow: hidden
}

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

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

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

.dash-card.dcb-turq::before {
	background: #1ED2FF;
}

.dash-card.dcb-turq .dcb-icon {
	background: #1ED2FF;
}

.dash-card.dcb-blue::before {
	background: #4B61F0;
}

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

.dash-card.dcb-purple::before {
	background: #A21FFF;
}

.dash-card.dcb-purple .dcb-icon {
	background: #A21FFF;
}

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

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

.dash-card .dcb-count {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
}

.dash-card .dcb-count a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #4b61f0;
	text-decoration: none
}

.dash-card .dcb-count a:hover {
	color: #fff;
	transition: 300ms all
}

.dash-card .dcb-icon {
	width: 50px;
	height: 50px;
	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;
	background: #01CB63;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dash-card .dcb-icon i {
	font-size: 24px;
	opacity: 0.7
}

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

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

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

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

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

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

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

.form-group .input-group .input-group-prepend .input-group-text {
	background: #4B61F0 !important;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
	border-radius: 0
}

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

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

.panel-body {
	background-color: #151B3D;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	max-height: 200px;
	overflow-y: scroll;
}

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

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

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

.km-news {
	max-height: 900px;
	overflow-y: scroll
}

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

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

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

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

.clearfix {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown .fab.fa-instagram {
	background: #f09433;
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	background-clip: text;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-notice-2 {
	border: 1px solid #4B61F0;
	border-radius: 15px;
	justify-content: center;
	padding: 0 15px
}

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

ul.km-news {
	padding-left: 0
}

ul.km-news li {
	display: flex;
	margin-bottom: 10px;
	align-items: center
}

ul.km-news li .group {
	background-color: #151B3D;
	color: #fff;
	padding: 20px 25px;
	width: 100%;
	position: relative
}

ul.km-news li .group::before {
	content: '';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
	margin-left: -22px;
	width: 0;
	height: 0;
	border-top: solid 12px transparent;
	border-bottom: solid 12px transparent;
	border-left: solid 12px transparent;
	border-right: solid 12px #151B3D;
}

ul.km-news li .group .title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 11px;
}

ul.km-news li .group .text {
	color: #A8AFD9;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 11px;
	border-radius: 3px;
	position: relative;
}

ul.km-news li .group .date {
	font-size: 11px
}

.pr10 {
	padding-right: 10px!important;
}

ul.km-news li .icon {
	width: 48px;
	height: 48px;
	background: #f3bb4c;
	max-width: 48px;
	min-width: 48px;
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	margin-right: 20px;
}

ul.km-news li .icon {
	width: 48px;
	height: 48px;
	background: gray;
	border-radius: 3px;
}

ul.km-news li .icon.facebook {
	background: #1877f2;
}

ul.km-news li .icon.twitter {
	background: #1da1f2;
}

ul.km-news li .icon.instagram {
	background: #F00075;
}

ul.km-news li .icon.youtube {
	background: #ff0000;
}

ul.km-news li .icon.twitch {
	background: #9146ff;
}

ul.km-news li .icon.pinterest {
	background: #bd081c;
}

ul.km-news li .icon.linkedin {
	background: #0a66c2;
}

ul.km-news li .icon.google {
	background: #4285f4;
}

ul.km-news li .icon.snapchat {
	background: #fffc00;
	color: #000;
}

ul.km-news li .icon.whatsapp {
	background: #25d366;
}

ul.km-news li .icon.tumblr {
	background: #35465d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.services-list ul li.discord i {
	color: #7289DA;
}

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

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

.table td {
	border-color: #1b1e42!important;
	color: #fff;
	font-size: 13px
}

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

.desc-btn {
	background: #4B61F0;
	padding: 2px 15px;
	border-radius: 2px;
	font-size: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}

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

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

.modal-content {
	background: #202753
}

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

.modal-footer {
	border-color: #1b1e42;
	padding: 5px
}

.main-color {
	color: #4a5cf6
}

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

.km-mtable .km-block:nth-child(odd) {
	background: rgb(0, 0, 0, 0.25)
}

.km-search {
	position: relative
}

.km-search i {
	color: #fff
}

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

.btn.btn-refill {
	background: #4B61F0!important;
	border-color: #4B61F0!important;
	color: #fff!important;
	font-size: 9px!important;
	padding: 1px 5px!important;
	height: auto!important;
	font-weight: 400
}

.btn.btn-danger, .btn-danger.disabled, .btn-danger:disabled {
	background: #dc3545!important;
	border-color: #dc3545!important;
    font-size: 9px!important;
    padding: 8px 10px!important;
    height: auto!important;
    font-weight: 400;
}

.km-orders .btn.btn-secondary {
	background: #01CB63!important;
	border-color: #01CB63!important;
	border: 1px solid #01CB63!important;
	color: #fff!important;
	font-size: 9px!important;
	padding: 8px 10px!important;
	height: auto!important;
	font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.km-msg-box {
	border-radius: 12.56px;
	background-color: #131633;
	color: #fff;
	padding: 0 0 34px 0;
	width: 100%;
	overflow-x: hidden;
	min-height: 550px;
}

.km-msg-box .km-m-head {
	background: #4b61f0;
	border-radius: 12.56px 12.56px 0 0;
	padding: 20px;
	font-weight: 600;
}

.km-msg-box .km-m-head .btn {
	color: #fff;
	padding: 0
}

.make-ticket {
	padding: 50px 0
}

.make-ticket h1 {
	font-size: 20px;
	font-weight: 600
}

.make-ticket p {
	font-size: 15px;
	font-weight: 400
}

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

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

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

.km-tlist {
	max-height: calc(100vh - 275px);
	min-height: 550px;
	overflow-x: scroll;
}

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

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

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

.km-tlist li {
	border-bottom: 1px solid #1b1e42;
}

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

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

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

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

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

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

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

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

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

.km-tlist .km-titem-link.active,
.km-tlist .km-titem-link:hover {
	color: #fff;
	background-color: rgb(0, 0, 0, 0.25);
}

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

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

.km-titem .km-tinfo small {
	font-size: 11px;
	color: #414874
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.km-t-title {
	margin-bottom: 30px;
	background: #4b61f0;
	border-radius: 12.56px 12.56px 0 0;
	padding: 20px;
	font-weight: 600;
}

.km-t-title a {
	color: #fff;
	margin-right: 10px
}

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

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

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

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

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

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

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

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

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

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

.km-tbox-chat .messages-list .ticketSupportBox {
	background: #4A5CF6;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 15px
}

.km-tbox-chat .messages-list .ticketCustomerBox {
	background: rgb(112, 112, 112, 0.10);
	padding: 5px 15px;
	font-size: 12px;
	color: #fff;
	border-radius: 15px
}

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

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

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

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

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

.float-right {
	float: right;
}

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

.child-notice {
	background: rgb(75, 97, 240);
	background: linear-gradient(90deg, rgba(75, 97, 240, 1) 0%, rgba(85, 240, 252, 1) 50%);
	border-radius: 12.56px;
	padding: 25px 35px
}

.child-notice-2 {
	background: #202753;
	border-radius: 12.56px;
	padding: 25px 35px
}

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

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

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

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

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

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

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

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

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

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

.ref-item i {
	color: #4B61F0;
	font-size: 20px;
}

.ref-item .hlight-first {
	font-weight: 400;
	color: #4B61F0
}

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

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

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

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

.km-addfunds .nav-item .nav-link.active {
	background: #4b61f0;
	color: #fff;
}

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

.km-addfunds .table td {
	border-color: #1b1e42!important;
	color: #414874;
	font-size: 13px;
}

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

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

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

.km-tabs .sss-tab.active {
	background: #4b61f0;
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.km-tos .nav-item.nav-link.active {
	background: #4b61f0;
	color: #fff;
}

.km-tos .nav-item.nav-link:hover {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #c2c5d6;
		font-weight: 500;
		display: block;
	}
	.app-navbar {
		display: block;
	}
	.km-container .km-sidebar {
		left: -340px;
		width: 240px !important;
	}
	.km-container .km-sidebar .logo-lg {
		display: inline-block !important;
	}
	.km-container .km-sidebar .logo-sm {
		display: none !important;
	}
	.km-container .km-sidebar .sidebar-content .sidebar-menu {
		margin: 30px 0;
	}
	.km-container .km-sidebar .sidebar-content .sidebar-menu li>a {
		padding: 10px 8px !important;
	}
	.km-container .km-sidebar .sidebar-header {
		padding-bottom: 90px;
	}
	.km-container .km-sidebar .try-before-buy {
		display: block !important;
	}
	.km-container .km-sidebar .sidebar-footer {
		display: block !important;
	}
	.km-container .km-sidebar .sidebar-user {
		padding: 0 24px;
		margin-top: -72px;
	}
	.km-container .km-sidebar .sidebar-user .km-avatar {
		width: 120px;
	}
	.km-container .km-sidebar .sidebar-user .km-name {
		display: block;
	}
	.km-container .km-sidebar .sidebar-user .su-balance {
		display: inline-block;
	}
	.km-container .km-sidebar .menu-text {
		visibility: visible !important;
	}
	.km-container .app-header {
		left: 0px !important;
	}
	.km-container .app-content {
		padding-left: 0px !important;
	}
	.km-container.sidebar-action .km-sidebar {
		left: 0px;
	}
}

@media (max-width: 991.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	.dashboard-head .dhead-content .col-title img {
		display: none;
	}
	.dashboard-head .dhead-content .col-lg.col-12 {
		display: none;
	}
	.dashboard-head .dhead-content .col-title {
		border-right: none;
	}
	.row-top {
		display: none
	}
}

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

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

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

.btn.btn-primary {
	background: #4b61f0;
	color: #fff;
	border: none;
}

.btn.btn-secondary {
	background: #01CB63;
	color: #fff;
	border: none;
}

.btn.btn-default {
	background: #4b61f0;
	color: #fff;
	border: none;
}

.neworder .btn.btn-default {
	border-radius: 0 5px 5px 0!important
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background: #01CB63;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #384fe4!important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
	background-color: #384fe4!important;
}

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

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

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

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

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


/* dark mod */

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

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

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

.darkMode i.fa-moon {
	color: rgb(255 255 255);
}

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

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

.darkMode i span {
	color: #404040
}

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

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

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

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

.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: #185BDC;
  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: #FFAB5A;
  color: #fff
}
.pagination li a:hover:not(.active) {
  background-color: #FFAB5A;
} 

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

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

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

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

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

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

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

.dropdown-menu.menu-dd a:hover, .dropdown-menu.menu-dd a:focus {
	background: #131633;
}

.help-block.min-max {
    border: 1px solid #4B61F0;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px;
    color: #4B61F0;
    display: flex;
    align-items: center;
    width: max-content;
  	margin-top: 10px
}

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

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

.header .site-name img {
  height: 50px;
}

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

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

.header .header-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-weight: 600;
  height: 100px;
  line-height: 100px;
  position: relative;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

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

.header .head-menu .btn {
	border-radius: 25px;
	padding: 10px 25px;
	font-weight: 400
}

.header .head-menu .btn.btn-primary {
	    -webkit-box-shadow: 0px 3px 20px rgb(75 97 240 / 70%);
    box-shadow: 0px 3px 20px rgb(75 97 240 / 70%);	
}

.header .head-menu .btn.btn-secondary {
	    -webkit-box-shadow: 0px 3px 20px rgb(1 203 99 / 70%);
    box-shadow: 0px 3px 20px rgb(1 203 99 / 70%);	
}

.main-stats {
	padding: 150px 30px 0 30px;
	font-size: 18px
}

.main-stats .home-stat.br {
	border-right: 1px solid rgb(0, 0, 0, .25)
}

.main-stats .hstat-text {
	font-weight: 600;
	color: #fff
}

.main-stats .hstat-title {
	font-weight: 400;
	color: #ABBCC5
}

.home-menu-btn {
  display: none;
}

.home-menu-btn i {
	font-size: 24px
}

.main-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 130px 0 40px 0;
}

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

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

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

.main-top .main-top-real-content {
  z-index: 38;
  position: relative;
}

.main-top .main-top-bg {
  background-image: url(https://storage.perfectcdn.com/bf552f/nqsn1uehfqntp9ic.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.main-top .main-top-content {
  z-index: 100;
  position: relative;
  padding: 100px 0 0 0;
  z-index: 33;
}

.main-wtitles {
  display: block;
  position: relative;
}

.main-wtitles .bg-1 {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(https://storage.perfectcdn.com/bf552f/pra4pfit9xofipku.png);
  background-size: cover;
  background-position: center;
  z-index: 20;
}

.main-wtitles .mwt-area {
  padding: 180px 0 260px 0;
  z-index: 25;
  position: relative;
}

.main-wtitles .mwt-first {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

.main-wtitles .mwt-second {
  max-width: 800px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  font-size: 20px;
}

.main-wtitles-bottom {
  position: relative;
  z-index: 29;
  padding: 0 0 120px 0;
}

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

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

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

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

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

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

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

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

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

.mwt-item .mwt-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: #4B61F0;
  border-radius: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 36;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

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

.mwt-item .mwt-first {
  margin-top: 35px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.mwt-item .mwt-second {
  margin-top: 12px;
  font-size: 13px;
  line-height: 23px;
  color: #B5B5B5;
}

.why-we {
	background: url(https://storage.perfectcdn.com/bf552f/wgs7hnspty7i66me.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 200px 0;
	position: relative
}

.why-we .ww-box {
	margin: 50px 0;
	transition: 500ms all;
}

.why-we .ww-box:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.why-we .ww-box h3 {
	font-size: 18px;
	color: #fff
}

.why-we .ww-box small {
	font-size: 14px;
	color: #7B7B7B
}

.why-we .ww-imgs {
	background: #4B61F0;
	width: 75px;
	height: 75px;
	border-radius: 5px;
	line-height: 75px
}

.why-we .why-we-head {
	position: absolute;
	top: 0;
	text-align: center;  
	left:0;
    right:0;
	margin-left: auto;
	margin-right: auto;
}

.why-we .why-we-head h2 {
	font-size: 32px;
	font-weight: 500;
	color: #fff
}

.why-we .why-we-head span {
	font-size: 16px;
	color: #fff
}

.footer {
	position: relative;
	padding: 50px 0 25px 0;
}

.footer .ft-content {
	padding: 0px 0 30px;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 0 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: #7B7B7B;
}

.footer .ftc-top {
	border-bottom: 1px solid #191f41;
	padding-bottom: 50px
}

.footer .footer-bottom-links {
	font-size: 14px;
}

.footer .footer-bottom-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-bottom-links ul li {
	display: inline-block;
	padding: 0 15px 0 0
}

.footer .footer-bottom-links ul li a {
	font-weight: 400;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-bottom-links ul li a:hover {
	color: #7B7B7B;
}

.footer .footer-bottom-text {
	font-size: 14px;
	color: #fff;
}


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

#login_modal .modal-dialog .modal-content {
	background-color: #151B3D;
	height: 100%;
	border: 0;
	border-radius: 0;    
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#login_modal .modal-dialog .modal-content .close.close-x {
	color: #fff;
	opacity: 1;
	background: #202753;
	padding: 10px 0;
	width: 50px;
	position: absolute;
	right: 0; 
	top: 0;
	z-index: 9999
}

.login-box {
  background: #202753;
  position: relative;margin: 0 auto;
}

.login-box .log-bottom {
	color: #fff;
	text-align: center
}

.login-left {
  background-image: url(https://storage.perfectcdn.com/bf552f/mji5h14prhq0r8j9.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

.login-left .log-guy {
	position: absolute;
	right: 0
}

.login-form {
	padding: 75px 25px
}

.login-form .icon {
	padding: 18px;
	background: #151B3D;
	border-radius: 0 5px 5px 0;
	color: #202020;
	text-align: center;
	font-size: 16px;
}

.login-form .spass {
	color: #01CB63;
	cursor: pointer
}

.login-form .form-control.pwd {
	border-radius: 5px 0 0 5px
}

.login-left > .p-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.login-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.login-form .hl-input {
  margin-bottom: 14px;
}

.login-form .form-control {
	border-radius: 5px
}

.login-form .btn.btn-primary {
	border-radius: 5px;
	padding: 15px 40px;
	font-weight: 400
}

.login-form .frgpass {
	font-size: 14px;
	color: #4C84FF
}

.log-img-text .login-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: #fff
}

.log-img-text .login-text {
  margin-top: 18px;
  line-height: 24px;
  font-size: 14px;
  color: #FFF;
}

.checkpoint {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #151B3D;
}

.form-check:hover input~.checkpoint {
	background-color: #151B3D;
}

.form-check input:checked~.checkpoint {
	background-color: #151B3D;
}

.checkpoint:after {
	content: "";
	position: absolute;
	display: none;
}

.form-check input:checked~.checkpoint:after {
	display: block;
}

.form-check .checkpoint:after {
    width: 10px;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    height: 9px;
	background: #01CB63;
}

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check .form-check-label {
	font-size: 14px;
	color: #fff
}

.app-mock-up-img {
    position: relative;
}

.banner-app-mock {
    position: relative;
    width: 272px;
}

.banner-app-mock .main-img {
    margin-top: 21px;
    width: 240px;
    height: 510px;
}

.banner-app-mock .mockup {
    width: 272px;
    height: 552px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.app-mock-up-img .mobile-graphic {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.kmain-icon-1 {
    font-size: 3em;
    background: #e1306c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 35px;
	animation: heartBeat  9.3s infinite ease-in-out;
}

.kmain-icon-2 {
    font-size: 2.375em;
    background-color: #59E9FB;
    width: 62px;
    height: 62px;
    line-height: 64px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 216px;
    left: -39px;
	animation: tada 1.8s infinite ease-in-out;
}

.kmain-icon-3 {
    font-size: 2.375em;
    background-color: #FE2C55;
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    left: 0px;
	animation: fly 5.7s infinite ease-in-out;
}

.kmain-icon-4 {
    font-size: 2.5em;
    background-color: #3b5998;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 25px;
	animation: tada 1.8s infinite ease-in-out;
}

.kmain-icon-5 {
    font-size: 2.375em;
    background-color: #ff0000;
    width: 62px;
    height: 62px;
    line-height: 65px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 216px;
    right: -25px;
    z-index: 0;
	animation: heartBeat 2s infinite ease-in-out;
}

.kmain-icon-6 {
    font-size: 2.375em;
    background-color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #8193FE;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
	animation: fade-up 1.8s infinite ease-in-out;
}

.h1 .text-light {
	font-weight: 700;
	font-size: 42px;
	line-height: 62px
}

.h1 .text-light p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff
}

.typed,.typed-strings {
	display:inline-block;
	color: #4b61f0
}
.typed-strings p {
	position:absolute;
}

.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.reg-head small {
	font-size: 14px;
	color: #A8AFD9
}

.highlight-lside .hlight-box {
  margin-bottom: 30px;
  padding: 24px 30px;
  background: #131633;
  border-radius: 9px;
}

.highlight-lside .hlight-box:nth-child(1) .icon {
  color: #FFB645;
}

.highlight-lside .hlight-box:nth-child(2) .icon {
  color: #117EC2;
}

.highlight-lside .hlight-box:nth-child(3) .icon {
  color: #16CABA;
}

.highlight-lside .hlight-box .icon {
  font-size: 60px;
  width: 70px;
  text-align: center
}

.highlight-lside .hlight-box .hlight-first {
  font-size: 19px;
  line-height: 24px;
  color: #FFF;
  font-weight: 800;
}

.highlight-lside .hlight-box .hlight-second {
  font-size: 14px;
  line-height: 25px;
  color: #A8AFD9;
  margin: 0;
}

.api pre.code {
    border-radius: 5px;
    background-color: #151B3D;
    color: #4b61f0;
    padding: 24px;
}

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

h3.terms-h {
	margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #4b61f0;	
}

#order_min .help-block.min-max {
	margin-left: 0!important;
 	margin-top: 10px!important
}

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

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

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

.form-groupx .form-control, .form-groups .form-control {
    border: none;
    outline: none;
    background-color: #151B3D;
    color: #fff!important;
    font-size: 15px;
    font-weight: 400;
    min-height: 52px;
    overflow: hidden;
    padding: 10px 18px;
    border-radius: 0;
}

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1199.98px) {
	.login-box .col-lg-5 {
		padding-left: 0
	}
}

@media (max-width: 767.98px) {
  .home-section {
    padding: 70px 0;
  }
  .main-top .main-top-content {
    padding: 0;
  }
  .btn.btn-lg {
    padding: 18px 40px;
  }
  .btn.btn-lg.btn-outline {
    padding: 16px 40px;
  }
  .main-wtitles .mwt-first {
    color: #fff;
    font-size: 32px;
  }
  .main-wtitles .mwt-second {
    font-weight: 500;
    line-height: 24px;
  }
  .header {
    margin-top: 0px;
  }
	.why-we {
		padding: 125px 0 0 0
	}
  .why-we .why-we-head {
	  padding: 0 15px
  }
  .main-stats .home-stat.br {
	  border: none
  }
  .footer-bottom-links {
	  text-align: center
  }
  .login-form {
	  padding: 25px
  }
  .login-box .col-lg-7 {
	  display: none
  }
}

@media (max-width: 991.98px) {
  .app-mock-up-img {
	  display: none
  }
  .h1 .text-light {
	  font-size: 32px;
	  line-height: 50px
  }
  .home-menu-btn {
    display: inline-block;
  }
  .head-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #202753;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
    padding: 40px 30px 40px 30px;
    z-index: 1003;
    overflow-y: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .head-menu .btn {
    display: block;
  }
  .head-menu .mmff {
    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;
    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: 24px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .head-menu .header-menu > ul > li > a::after {
    display: none;
  }
  .head-menu.active {
    display: block;
  }
	.header .site-name img {
		height: 35px;
	}
	.header .head-menu .btn.btn-primary {
		margin-bottom: 25px
	}
  .km-ord-search .km-ord-input {
  		min-width: initial!important
  }
  .main-stats, .ww-img {
  	display: none
  }
  .why-we .ww-box {
  	margin: 50px 0 0 0
  }
}
.dropdown .fas.fa-headphones {
	background: #528c41;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}
.dropdown .fas.fa-key {
	background: #eb9212;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}
.dropdown .fas.fa-globe {
	background: #1e4a8d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.cookiePolicy {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	position: fixed;
	z-index: 999999;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #01051f;
    color: #b1bbff;
	border-radius: 2px;
	font-size: 12.5px;
	box-shadow: 0 0 34px 0 rgba(63, 66, 87, .2);
    display: none
}

.cookiePolicy.active {
	display: block
}

.cookiePolicy span:first-child {
	padding-right: 40px
}

.cookiePolicy a {
	font-weight: 700;
	color: #fff
}

.cookiePolicy span.closer {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
  	float: right;
  	margin-top: -25px
}

@media all and (max-width:1030px) {
	.cookiePolicy {
		bottom: 11%;
		left: auto;
		transform: none;
		font-size: 9px;
		padding: 10px;
		margin: 0 5px
	}
}