@charset "UTF-8";
html,
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	position: relative;
	background-color: #101627;
}

.home-body {
	background: #101627;
	max-width: 100%;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 6px;
}

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

::-webkit-scrollbar-thumb {
	background: #192139;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #273356;
}

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

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

.main-color {
	color: #174de3
}

.hidden {
	display: none
}

.divider {
	max-width: 450px;
	height: 2px;
	width: 100%;
	background: rgb(16, 22, 39);
	background: linear-gradient(90deg, rgba(16, 22, 39, 1) 0%, rgba(40, 95, 250, 1) 50%, rgba(16, 22, 39, 1) 100%);
	margin: 25px auto
}

.btn {
	padding: 14px 30px;
	border: none;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	border-radius: 10px;
	font-weight: 600
}
td.details-control {
    background: url("/images/details_open.png") no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url("/images/details_close.png") no-repeat center center;
}
.btn.btn-xs {
    padding:5px 12px;
}
.btn.btn-primary {
	background: -webkit-gradient(linear, left top, right top, from(#185BDC), to(#315DFF)) #185BDC;
	background: linear-gradient(to right, #185BDC, #315DFF) #185BDC;
	color: #fff
}

.btn.btn-light {
	color: #315DFF;
	background: #fff;
}

.btn.btn-secondary {
	background: #174de3;
	-webkit-box-shadow: 0 0 25px rgba(3, 53, 194, 0.60);
	box-shadow: 0 0 25px rgba(3, 53, 194, 0.60);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background: #346afe!important;
}

.btn.btn-dark {
	background: #111729;
}

.btn.btn-dark:hover {
	background: #141b2f;
}

.btn.btn-lg {
	font-size: 17px;
	padding: 22px 34px;
	font-weight: 500;
}

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

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

.btn.btn-square {
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
}

.btn.btn-dark {
	background: #12192C;
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #698cff21
}

.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;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: .8px;
}

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

.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.active a {
	color: #fff !important;
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 15px;
	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);
}

.container {
	max-width: 1200px;
}

.home-head {
	position: relative;
	padding: 100px 0 100px;
}

.home-head .home-head-bg {
	background-image: url(../img/main-bg.png);
	background-position: top center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: -150px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
}

.home-head::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 600px;
	background: url(../img/main-dot.png) no-repeat center center;
	background-size: contain;
	opacity: 0.1;
}

.home-head .home-head-content {
	padding: 160px 0 50px;
	color: #fff;
}

.home-head .hh-title {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 84px;
}

.home-head .hh-text {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 30px;
}

.home-head .hh-buttons {
	margin-top: 36px;
}

#login .form-control {
	position: relative;
	clear: both;
}

#login .fla {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 4px;
	padding-left: 3px;
}

#login .form-control {
	position: relative;
	background: #192139;
	border-radius: 7px;
	overflow: hidden;
	min-height: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#login .fc-icon {
	width: 55px;
	height: 55px;
	background: #315DFF;
	border-radius: 8px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1
}

#login .fc-icon+.form-control {
	padding-left: 76px;
}

#login .form-control {
	background: #161f3b;
	border: 1px solid #2b2e38;
	outline: none;
	border: none;
	line-height: 100% !important;
	padding: 26px 14px;
	width: 100%;
	color: #fff;
	height: auto;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

#login .modal-dialog .modal-content {
	background-color: transparent;
	height: 100%;
	border: 0;
	border-radius: 0;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-box {
	background: #101627;
	border: 1px solid #698cff21;
	border-radius: 12px;
	padding: 35px 0;
}

.login-box .login-form {
	padding: 0 50px;
}

.login-box .login-form .hlb-header {
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-box .log-bottom {
	font-size: 16px;
	text-align: center;
}

.login-box .log-bottom span {
	color: #f5f5f5
}

.login-box .log-bottom a {
	color: #315DFF;
}

.login-box .form-check-label {
	color: #fff
}

.home-section {
	padding: 100px 0;
}

.home-vector {
	position: relative
}

.home-vector .hv-img1 {
	position: absolute;
	top: 175px;
	left: -70px
}

.countB {
	background: #243CE6;
	-webkit-box-shadow: 0px 53px 120px rgba(30, 60, 172, 0.2);
	box-shadow: 0px 53px 120px rgba(30, 60, 172, 0.2);
	border-radius: 30px;
	background-image: url(../img/fbox-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.countB .cB-cont {
	padding: 30px 60px;
}

.cB-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cB-item {
	text-align: left;
	margin: 15px 0;
}

.cB-item .cB-icon {
	height: 90px;
	width: 100px;
	position: relative;
	font-weight: normal;
	font-size: 65px;
	line-height: 57px;
	/* or 88% */
	text-align: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cB-item .cB-icon i {
	position: relative;
	z-index: 30;
}

.cB-item .cB-icon::before {
	content: '';
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #344DFF;
	z-index: 1;
}

.cB-item h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
}

.cB-item h5 {
	font-size: 20px;
	line-height: 25px;
	color: #d9ddff;
	margin-bottom: 0px;
}

.step-Cont .ss-box-c {
	position: relative;
	margin: 15px 0;
}

.step-Cont .ss-box-c:hover .ss-box {
	background: #243CE6;
	transition: 500ms all;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.step-Cont .ss-box-c:hover .ss-box .ss-text {
	color: #fff;
}

.step-Cont .ss-box-c .ss-box {
	background: linear-gradient(233deg, #11172A -5%, rgba(34, 45, 79, 0) 93.54%) #11172A;
	border: 1px solid #1b2545;
	z-index: 23;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 10px
}

.step-Cont .ss-box-c .ss-box .ss-body {
	padding: 50px 30px 60px 30px;
}

.step-Cont .ss-box-c .ss-box .ss-icon i {
	font-size: 52px;
	color: #174de3;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.step-Cont .ss-box-c .ss-box:hover .ss-icon i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.step-Cont .ss-box-c .ss-box .ss-title {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-top: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}

.step-Cont .ss-box-c .ss-box .ss-text {
	font-size: 14px;
	color: #9799A3;
	line-height: 24px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.home-title h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 135%;
	color: #FFFFFF;
}

.whyChoose .wC-phone {
	position: relative;
	padding: 30px;
}

.whyChoose .wC-phone img {
	width: 100%;
	-webkit-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
	-moz-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
	-o-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
	-ms-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
	box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
	border-radius: 46px;
}

.whyChoose .wC-phone::before {
	content: "";
	position: absolute;
	height: 180px;
	width: 100%;
	background-color: #1b2545;
	border-radius: 40px;
	left: 0;
	bottom: -10px;
	z-index: -1;
}

.whyChoose .nav-pills .nav-link {
	border-radius: 12px;
	margin-bottom: 35px;
	padding: 35px;
	-webkit-transition: 0.4s !important;
	-moz-transition: 0.4s !important;
	-o-transition: 0.4s !important;
	-ms-transition: 0.4s !important;
	transition: 0.4s !important;
	background: linear-gradient(to right, #1b2545, rgba(255, 255, 255, 0));
	opacity: 0.15;
}

.whyChoose .nav-pills .nav-link.active {
	opacity: 1;
}

.whyChoose .nav-pills .nav-link.active .wc-text h3 {
	color: #174de3;
}

.whyChoose .wc-text span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.whyChoose .wc-text h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer {
	background: linear-gradient(to right, #1b2545, rgba(255, 255, 255, 0));
	position: relative;
	margin-top: 100px;
	border-radius: 60px 0 0 0
}

.footer .footer-bg {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.footer .footer-content {
	padding: 60px 0 20px 0;
}

.footer .footer-logo {
	height: 43px;
}

.footer .footer-top {
	border-bottom: 1px solid #698cff21;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.footer .footer-bottom {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.footer .fb-menu {
	list-style: none;
	margin: 0 -15px 0 -15px;
	padding: 0px;
}

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

.footer .fb-menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer .fb-menu li a:hover {
	color: #007bff;
}

.footer .foot-copy {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #ffffff;
}

.footer .footer-menu {
	list-style: none;
	margin: 0 -15px 0 -15px;
	padding: 0px;
}

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

.footer .footer-menu li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.footer .footer-menu li a:hover {
	color: #007bff;
}

.d-card {
	border: none;
	border-radius: 17px;
	background: #141A2E;
	border-radius: 10px;
}

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

.form-group {
	position: relative;
	background: #192139;
	border-radius: 7px;
	overflow: hidden;
	min-height: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fc-icon {
	width: 44px;
	height: 44px;
	background: #2A62FF;
	border-radius: 8px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.fc-icon+.form-control {
	padding-left: 66px;
}

.form-control {
	background: #192139;
	outline: none;
	border: none;
	line-height: 100% !important;
	padding: 23px 14px;
	width: 100%;
	color: #fff;
	height: auto;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	-webkit-appearance: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form-control:disabled {
	background: #192139;
}

.form-control:focus {
	background: #192139;
	outline: 0;
	border: 0
}

.form-side label {
	color: #fff
}

.main-dd li a {
	color: #fff
}
.main-ff li a {
	color: #fff
}
.app-sidebar.sidebar-inact .main-dd {
	margin-left: 0;
	padding-left: 0;
	padding: 0 14px
}

.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    vertical-align: -1px;
}

.app-sidebar.sidebar-inact .main-dd li .menu-text {
	display: none
}

@media (max-width: 991.98px) {
	.app-sidebar.sidebar-inact .main-dd li .menu-text {
		display: initial!important
	}
}

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

.app-sidebar.sidebar-inact .sidebar-menu a.menu-link.menu-dd::after {
    top: 15px;
    right: 5px;
}


/* Handle on hover */

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

@keyframes floating {
	0% {
		-webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		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;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (max-width: 767.98px) {
	.container-fluid {
		padding: 0 15px !important;
	}
}

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

@media (max-width: 991.98px) {
	.home-menu-btn {
		display: inline-block;
	}
	.head-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #101627;
		-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;
		margin-bottom: 15px
	}
	.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;
	}
	.hh-badges {
		display: none;
	}
	.home-head {
		padding: 100px 0 0 0
	}
	.home-head .home-head-content {
		padding: 56px 0 50px;
		text-align: center
	}
	.home-head .hh-title {
		font-size: 35px;
		line-height: 56px;
	}
	.home-head .hh-text {
		font-size: 16px;
		line-height: 28px;
	}
	.home-vector {
		display: none
	}
	.home-section {
		padding: 50px 0
	}
	.countB .cB-cont {
		padding: 30px 20px
	}
	.d-card-body.p-5 {
		padding: 15px!important
	}
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #fff;
	background: #19213a;
	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: #185BDC;
	display: none;
	cursor: pointer;
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 30px;
	}
	.login-box .login-form {
		padding: 0 15px
	}
}

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

.app-sidebar {
	width: 280px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	background: url(../img/sidebar.png) #19213a no-repeat;
	background-size: cover;
	z-index: 1001;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-right: 1px solid rgba(36, 53, 88, 0.5);
	z-index: 1029;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 50px;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 50px;
}

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

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

.app-sidebar .sidebar-content {
	padding: 20px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* Track */
	/* Handle */
	/* Handle on hover */
}

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

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

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

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #273356;
}

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

.app-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
	background: #185BDC;
	color: #fff;
	font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
	padding: 10px 18px;
	border-radius: 30px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	position: relative
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
	background: #101627;
}

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

.app-header {
	top: 0px;
	left: 280px;
	right: 0px;
	z-index: 1003;
	background: #19213a;
	border-left: 1px solid #192139;
	height: 100px;
	position: fixed;
}

.app-header .row-100 {
	height: 100px;
}

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

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

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

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

.app-header .header-btn .icon {
	height: 45px;
	display: inline-block;
	width: 45px;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	vertical-align: -2px;
	border-radius: 9px;
	background: #185BDC40;
	border: 1px solid #185BDC40;
	color: #fff;
	margin-right: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	opacity: .7;
}

.app-header .header-btn .icon.logout {
	background-color: #ec3e7240;
	color: #fb3f77;
	border-color: #fb3f7740
}

.app-header .header-btn .icon.logout:hover {
	background-color: #fb3f77;
	color: #fff;
	border-color: #fb3f77
}

.d-card p {
	color: #fff
}

.d-card .d-card-head {
	background: linear-gradient(to right, #185BDC, #141a2e) #185BDC;
	padding: 8px 4px 8px 4px;
	margin: 0 32px;
	font-weight: 500;
	color: #fff;
	font-size: 19px;
	border-radius: 0 0 10px 10px;
	text-align: center
}

.d-card .d-card-head i {
	color: #6d98e9;
	margin-right: 5px
}

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

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

.app-content {
	background-color: #101627;
	padding-left: 280px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.u-stats {
	position: relative;
	margin: 40px 0;
}

.u-stats>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.u-stats>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.u-stats .us-item {
	border-radius: 18px;
	background-color: #141A2E;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
}

.u-stats .us-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(../img/main-dot.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .3;
}

.u-stats .us-item.us-item-a {
	border-bottom: 3px solid #71B945
}

.u-stats .us-item.us-item-b {
	border-bottom: 3px solid #544DFC
}

.u-stats .us-item.us-item-c {
	border-bottom: 3px solid #FF8A4D
}

.u-stats .us-item.us-item-d {
	border-bottom: 3px solid #EE3E52
}
.u-stats .us-item.us-item-e {
	border-bottom: 3px solid #544DFC
}
.u-stats .us-item:hover .us-item--icon {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}


.u-stats .us-item .us-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.u-stats .us-item .us-item--icon .us-item--icon-img {
	width: auto;
	height: 60%;
}

.u-stats .us-item .ui-title {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.u-stats .us-item .ui-text {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.alert {
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 30px;
}

.alert.alert-success {
	background-color: #C8F2DD;
	color: #24CA7A !important;
}

.alert.alert-danger {
	background-color: #ec3e7240;
	color: #fb3f77;
	padding: 7px 30px;
	width: max-content
}

.services-search {
	position: relative;
}

.services-search .ss-input {
	position: relative;
	height: 62px;
	border-radius: 10px;
	background: #F8F8F8;
	border: 1px solid #f8f8f8;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #C9C9C9;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.services-search .ss-input:focus {
	border: 1px solid #ebe8e8;
	outline: none;
}

.table td {
	border-bottom: 2px solid #E5E7E8;
}

.table td,
.table th {
	border-top: none;
}

.table thead {
	font-size: 14px;
	color: #576591;
	font-weight: 600;
}

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

.table thead.white {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: #185BDC!important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #212042!important;
}

.m-t-md strong {
	color: #fff
}

.services-header {
	border: none;
}

.services-header td {
	border: none;
}

.services-header .services-title {
	border-radius: 10px;
	background: #413EFF;
	min-height: 52px;
	font-size: 16px;
	padding: 11px 24px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	color: #fff;
}

.home-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #464E77;
	padding: 20px 20px;
	border-radius: 16px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
}

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

.home-ss-tabs .home-ss-tab.active {
	background: #185BDC;
	color: #fff;
}

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

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

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

.home-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 18px;
	font-weight: bold;
}

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

.home-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	font-size: 14px;
	padding-bottom: 8px;
}

.tos-page .tos-nav-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-color: #fff;
	color: #185BDC;
	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: #d5e0f7;
}

.tos-page .tos-nav-btn.active {
	background-color: #185BDC;
	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;
}

pre.code {
    color: #2A62FF !important;
    background: rgba(42, 98, 255, 0.15) !important;
    border-radius: 5px;
    padding: 10px;
}

.up-action {
	padding: 8px 10px;
	color: #fff;
	background: #192139;
	border-radius: 5px;
	width: 100%;
	min-width: 150px;
	text-align: center;
	margin-top: 10px
}

.updates-area .card {
	background-color: #192139!important
}

.updates-area .card h4 {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
	color: #fff
}

.up-action.p-down {
	background: #3ad89e
}

.up-action.p-downd {
	background: #10a76f;
}

.up-action.p-up {
	background: #ff7543
}

.up-action.p-delete {
	background: #f93e66
}

.up-action.p-min {
	background: #4a5cf6
}

.up-action.p-min-y {
	background: #8390ff
}

.up-action.p-max {
	background: #ce7bf5
}

.up-action.p-max-y {
	background: #b933f7
}

.up-time {
	font-size: 13px;
	color: #ccc!important;
}

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

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

#order-sItem:hover,
#order-cItem:hover {
	background: #202a4a
}

#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: #192139;
	border-top: none!important;
	color: #fff
}

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

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

.fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important;
	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;
}

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

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

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

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

.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: #62ffa2;
	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: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	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: #f8004d;
	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: #f8004d;
	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;
	font-weight: bold;
	margin-right: 10px;
}

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

.table.table-service thead th {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 24px;
	border-bottom: 1px solid #1D2A48;
}

.table.table-service tr,
.table.table-service td {
	border: none;
	color: #fff;
}

.table.table-service .table-service-title {
	position: relative;
}

.table.table-service .table-s-item {
	background: #0F1728;
	border-radius: 15px;
	color: #fff;
}

.tservices-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -6px;
}

.tservices-row>* {
	padding: 0 6px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	text-align: center;
}

.tservices-row .tservice-id {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}

.tservices-row .tservice-name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.tservice-head {
	padding: 14px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1D2A48;
	font-weight: 600;
}

.service-title {
	background: #185BDC;
	border-radius: 10px;
	padding: 16px 30px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 149.9%;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-id-box {
	width: 50px;
	height: 30px;
	border-radius: 7px;
	background: #185BDC;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-item {
	padding: 13px 20px;
	background: #0F1728;
	border-radius: 15px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}

.t-service-m-title {
	display: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 5px;
}

.modal-header {
	background: #185BDC;
	border-color: #141A2E
}

.modal-content {
	border: none
}

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

.modal-body {
	background: #0F1728;
	color: #fff;
	font-size: 14px
}

.modal-footer {
	background: #0F1728;
	border-color: #141A2E
}

.services-search {
	position: relative;
}

.services-search .ss-input {
	position: relative;
	height: 50px;
	border-radius: 10px;
	background: #0F1728;
	border: 1px solid #1D2A48;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #C9C9C9;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.services-search .ss-input:focus {
	border: 1px solid #1D2A48;
	outline: none;
}

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

.orderNav li a.active,
.orderNav li a:hover {
	background: #185BDC;
	color: #fff
}

.orderNav li:last-child {
	margin-left: auto;
}

.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: #0F1728;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	padding: 0 14px;
	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: #185BDC;
	color: #fff;
}

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

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #19213a;
}

.app-mtable .app-block:nth-child(odd) {
	background: #0F1728;
}

.order-status {
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	padding: 5px 7px;
	background: #01B713;
	border-radius: 15px;
	text-align: center;
}

.order-status.os-cancel {
	color: #fff;
	background: #dc3545;
}

.order-status.os-partial {
	color: #fff;
	background: #4A629C;
}

.order-status.os-iprogress {
	color: #fff;
	background: #FF5C00;
}

.order-status.os-processing {
	color: #fff;
	background: #5048eb;
}

.order-status.os-pending {
	color: #fff;
	background: #ffc107;
}

.ticket-message-right .ticket-message {
	font-size: 13px;
    background: #101627;
	color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ticket-message-left .ticket-message {
	font-size: 13px;
    background: #185BDC;
	color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.info strong {
	color: #fff
}

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

.dash-sss .sss-tab .fa-chevron-down {
	display: none;
}

.dash-sss .sss-tab.active {
	background: #185BDC;
	color: #fff;
}

.dash-sss .sss-tab.active .sss-htab {
	color: #fff;
}

.dash-sss .sss-tab.active .sss-htab .right-p {
	color: #fff;
}

.dash-sss .sss-tab.active .fa-chevron-down {
	display: block;
}

.dash-sss .sss-tab.active .fa-chevron-up {
	display: none;
}

.dash-sss .sss-tab .sss-htab {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.dash-sss .sss-tab .sss-htab .right-p {
	color: #fff;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

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

.dashboard-head {
  background-image: url(../img/h-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #141A2E;
  margin-top: 30px;
  border-radius: 18px
}

.dashboard-head .dhead-content {
  padding: 40px;
}

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

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


@media (max-width: 767.98px) {
	.orderNav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important;
	}
	.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-sidebar {
		left: -100px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 10px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 0px !important;
	}
	.app-header {
		left: 0px !important;
	}
	.alert.alert-danger {
		width: 100%
	}
	.app-mtable {
		display: block
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: #10172c;
		margin-bottom: 10px;
		border-radius: 10px;
		border-bottom: 2px solid #185BDC;
	}
	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.app-mtable .app-block .app-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #A8AFD9;
		display: block;
	}
	.app-mtable .thead-tr {
		display: none
	}
	.app-mtable .thead-tr {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.app-sidebar {
		width: 80px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 10px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 80px;
	}
	.app-header {
		left: 80px;
	}
}

@media (max-width: 991.98px) {
	.services-all {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.services-all .service-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.service-id-box {
		margin: auto
	}
	.tservice-head {
		display: none;
	}
	.t-service-m-title {
		display: block;
	}
	.tservices-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tservices-row>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin: 10px 0;
	}
	.tservices-row .tservice-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.tservices-row .tservice-des {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.tservices-row .tservice-id {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.6);
	}
}

@media (min-width: 1199.98px) {
	.app-sidebar.sidebar-inact {
		width: 80px;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content.sidebar-inact {
		padding-left: 80px;
	}
	.app-header.sidebar-inact {
		left: 80px;
	}
}