* {
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
a {
	text-decoration: none;
	transition: all .3s;
}
img {
	max-width: 100%;
}
.btn {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 10px;
	max-width: 100%;
	border-radius: 40px;
	border: 1px solid transparent;
}
.btn-primary {
	background-color: #9344E8;
}
.avater {
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.mobile-wrap {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

/*delete this*/
.mobile-canvas {
	width: 410px;
	height: 691px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto;
	margin-top: 100px;
	max-width: 100%;
	max-height: 100%;
	border: 15px solid #06060F;
	border-radius: 10px;
	position: relative;
}
.mobile-wrap {
	width: 100%;
	height: 100%;
}
.menu-area {
	position: absolute !important;
	z-index: 9999;
}



.mobile-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.welcome-page-bottom {
	height: 180px;
	background-color: #042B73;
	display: flex;
	align-items: center;
	justify-content: center;
}
.welcome-page-upper {
	height: calc(100% - 180px);
	position: relative;
}
.welcome-page-slider {
	height: 100%;
	position: relative;
}
.wcps-single-inner {
	height: 100%;
	position: relative;
}
.wcps-single-img {
	width: 100%;
	height: 100%;
	position: relative;
}
.wcps-single-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wcps-single-img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(22, 42, 115, .65);
}
.wcps-single-content {
	height: 100%;
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
	padding-bottom: 130px;
	width: 100%;
	top: 0;
	left: 0;
}
.wcps-single-logo {
	height: 52px;
	margin-top: 9px;
}
.wcps-single-content h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2px;
}
.wcps-single-content p {
	margin: 0;
	max-width: 250px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.welcome-page-bottom .btn {
	width: 290px;
}
.wcps-dots {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 100px;
}
.wcps-dots .slick-dots {
	margin: 0;
	display: flex;
	align-items: center;
	padding: 0 10px;
	justify-content: center;
}
.wcps-single {
	height: 100%;
}
.welcome-page-upper .slick-list, .welcome-page-upper .slick-track {
	height: 100%;
}
.wcps-dots .slick-dots li {
	list-style: none;
}
.wcps-dots .slick-dots li:not(:last-child) {
	margin-right: 5px;
}
.wcps-dots .slick-dots li button {
	width: 18px;
	height: 3px;
	background-color: #fff;
	display: flex;
	border: 0;
	outline: 0;
	text-indent: -9999px;
	border-radius: 3px;
	transition: all .3s;
}
.wcps-dots .slick-dots li.slick-active button {
	background-color: #9344E8;
}
.login-page-image {
	height: 227px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-page-content {
	height: calc(100% - 227px);
	background-color: #162A73;
	padding: 34px 32px;
}
.auth-form {
	margin-top: 21px;
}
.auth-title {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 8px;
}
.auth-form-single {
	position: relative;
	margin-bottom: 10px;
}
.auth-form input {
	width: 100%;
	height: 45px;
	border: ;
	background-color: #1D3385;
	border: 1px solid #9344E8;
	border-radius: 5px;
	padding: 0 18px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	outline: none;
}
.auth-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.auth-form input:-ms-input-placeholder {
  color: #fff;
}
.auth-form input::-ms-input-placeholder {
  color: #fff;
}
.auth-icon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 14px;
	right: 16px;
}
.auth-form .auth-form-single input {
	padding-right: 45px;
}
.auth-form-link-row {
	display: flex;
	margin-top: 22px;
	justify-content: space-between;
	column-gap: 15px;
}
.auth-form-link {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}
.auth-form-submit {
	margin-top: 35px;
}
.auth-form .auth-form-submit {
	width: 100%;
	height: 46px;
	background-color: #9344E8;
	border-radius: 40px;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
}
a.auth-form-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.register-page {
	position: relative;
}
.auth-forms-shape {
	width: 141px;
	position: absolute;
	top: 0;
	right: 0;
}
.register-page .login-page-content {
	height: 100%;
	padding-top: 106px;
}
.mr-back {
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 26px;
	left: 32px;
	z-index: 1;
	border: 1px solid #233EA0;
}
.auth-page-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: ;
}


.mobile-footer {
	padding: 5px 20px;
	background-color: #fff;
	box-shadow: 0px -1px 8px 0px rgba(223, 223, 223, 0.25);
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.mobile-body-wrap {
	height: calc(100% - 129px);
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #F1F6FC;
}
.mobile-head {
	background-color: #162A73;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	height: 65px;
}
.mh-btns {
	width: 20px;
	flex-shrink: 0;
}
.mh-profile {
	width: calc(100% - 20px);
	padding-right: 15px;
	display: flex;
	align-items: flex-start;
}
.mh-avater {
	width: 32px;
	flex-shrink: 0;
}
.mh-text {
	width: calc(100% - 20px);
	padding-left: 10px;
}
.mh-text h2 {
	margin-top: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
	margin-bottom: 2px;
}
.mh-text p {
	margin: 0;
	font-size: 10px;
	color: #fff;
}
.mf-add {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	width: 35px;
	height: 35px;
	filter: drop-shadow(0px 6px 13px rgba(80, 68, 156, 0.34));
	background-color: #9344E8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.promo-boxs {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.promo-box-single {
	background-color: #3CC35B;
	border-radius: 7px;
	margin-right: 8px;
	padding: 12px 5px;
	height: 92px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(25% - 6px);
}
.promo-box-single:nth-child(2) {
	background-color: #2DB9EB;
}
.promo-box-single:nth-child(3) {
	background-color: #7CAFFF;
}
.promo-box-single:nth-child(4) {
	background-color: #FAC975;
}
.promo-box-single .icon {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}
.promo-box-single h4 {
	margin: 8px 0;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
}
.promo-box-single:nth-child(4n) {
	margin-right: 0;
}
.promo-box-text {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.shortcut-items {
	margin: 20px 15px;
	background-color: #fff;
	border-radius: 10px;
	padding: 23px 0;
}
.shortcut-items-line {
	display: flex;
	align-items: flex-start;
}
.shortcut-items-line:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.shortcut-items-line:not(:last-child)::after {
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background-color: #F3F6FF;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.shortcut-items-single {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 10px;
}
.shortcut-items-single .icon {
	width: 36px;
	height: 36px;
	background-color: #F2F6FF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}
.shortcut-items-text {
	font-size: 12px;
	color: #7D8ECB;
	line-height: 15px;
}
.mobile-box-wrap {
	margin: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 15px;
}
.mobile-box-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mobile-box-head a {
	flex-shrink: 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #9344E8;
}
.mobile-box-head span {
	font-size: 12px;
	font-weight: 600;
	color: #162A73;
}
.mobile-box-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #F3F6FF;
	margin-bottom: 12px;
}
.mobile-box-item {
	background-color: #F2F6FF;
	border-radius: 5px;
	padding: 12px;
}
.mobile-box-item:not(:last-child) {
	margin-bottom: 10px;
}
.mb-upper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D5DBF3;
	padding-bottom: 9px;
	margin-bottom: 8px;
}
.mb-stat {
	flex-shrink: 0;
}
.stat-success {
	background-color: rgba(22, 195, 91, 0.10);
	padding: 4px 9px;
	display: flex;
}
.stat-success {
	background-color: rgba(22, 195, 91, 0.10);
	padding: 4px 7px;
	display: flex;
	align-items: center;
	font-size: 8px;
	color: #16C35B;
}
.mb-profile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mb-profile .avater {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
}
.mb-profile span {
	padding-left: 7px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
	color: #162A73;
}
.mb-bottom {
	font-size: 10px;
	font-weight: 500;
	color: #7D8ECB;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
}
.menu-area {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: -100%;
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-area.active{
	left: 0;
}
.menu-wrap {
	width: 310px;
	max-width: calc(100% - 20px);
	height: 100%;
	background-color: #fff;
	border-top-right-radius: 15px;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.menu-head {
	background-color: #FAFBFC;
	padding: 15px 17px 10px 23px;
	height: 110px;
}
.menu-close-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 2px;
}
.menu-profile {
	display: flex;
	align-items: center;
}
.menu-profile .avater {
	width: 33px;
	height: 33px;
}
.menu-profile-dec {
	width: calc(100% - 33px);
	padding-left: 9px;
}
.menu-profile-dec h2 {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 2px;
	color: #162A73;
}
.menu-profile-dec span {
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	color: #162A73;
}
.menu-items-wrap {
	height: calc(100% - 110px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 20px;
}
.menu-items-wrap ul {
	margin: 0;
	padding: 0;
}
.menu-items-wrap ul li {
	list-style: none;
	position: relative;
}
.menu-items-wrap ul li.active::after {
	transform: rotate(90deg);
}
.menu-items-wrap ul li a {
	padding: 15px 0;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	color: #162A73;
	border-bottom: 1px solid #F3F6FF;
	position: relative;
	z-index: 1;
}
.menu-items-wrap ul li:last-child a {
	border: none;
}
.menu-items-wrap ul li a i {
	font-size: 18px;
	flex-shrink: 0;
	font-weight: normal;
}
.menu-items-wrap ul li a span {
	padding-left: 8px;
}
.menu-items-wrap ul li.has-child::after {
	display: block;
	content: "\f0142";
	font-family: "Material Design Icons";
	margin-left: auto;
	transition: transform .2s;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 9px;
	cursor: pointer;
}
.menu-items-wrap ul li.has-child ul {
	padding-left: 23px;
	display: none;
}
.menu-items-wrap ul li.has-child ul.active {
	display: block;
}
.menu-items-wrap ul li.has-child ul li:last-child a {
	border-bottom: 1px solid #F3F6FF;
}
.menu-items-wrap ul li.has-child ul li::before {
	width: 8px;
	height: 2px;
	background-color: #162A73;
	position: absolute;
	top: 24px;
	left: -20px;
	content: '';
}
.quick-add-box {
	position: absolute;
	bottom: 72px;
	left: calc(50% - 79px);
	display: none;
}
.quick-add-box.active {
	display: block;
}
.quick-add-box-inner {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0px 4px 6px #E7ECF3);
	position: relative;
	width: 158px;
}
.quick-add-arrow {
	width: 31px;
	height: 21px;
	position: absolute;
	bottom: -19px;
	left: calc(50% - 10px);
}
.quick-add-box-inner ul {
	margin: 0;
	padding: 0;
}
.quick-add-box-inner ul li {
	list-style: none;
}
.quick-add-box-inner ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 0;
	font-size: 13px;
	line-height: 1;
	color: #7D8ECB;
}
.quick-add-box-inner ul li a i {
	font-size: 17px;
	color: #9344E8;
	margin-right: 4px;
}
.quick-add-box-inner ul li:not(:last-child) a {
	border-bottom: 1px solid #F3F6FF;
}

/*mobile banner*/
.mobile-banner {
	padding: 45px 15px 88px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mobile-banner h1 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
}

/*Form Control*/
.form-control {
	padding: 30px 15px;
	margin-top: -56px;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.form-control-line {
	display: flex;
	flex-direction: column;
}
.form-control-line:not(:last-child) {
	margin-bottom: 12px;
}
.form-control label {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #212529;
	margin-bottom: 6px;
}
.form-control input[type="text"], .form-control input[type="email"], .form-control input[type="number"], .form-control input[type="password"], .form-control input[type="file"] {
	outline: none;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}
.form-control select {
	font-family: 'Poppins', sans-serif;
	outline: none;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background-color: #fff;
}
.form-control textarea {
	outline: none;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	height: 110px;
}
.form-control-line-submit {
	margin-top: 18px;
}
.form-control input[type="submit"], .form-control .btnSubmit {
	background-color: #9344E8;
	color: #fff;
	border: none;
	outline: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 20px;
	cursor: pointer;
}
.fl-upload-avater {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-body {
	margin-top: -56px;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 15px;
}
.inner-body.inner-body-null {
	padding: 0;
	background-color: transparent;
}
a.mobile-box-item {
	display: block;
}
.banner-profile {
	display: flex;
	align-items: center;
}
.banner-profile .avater {
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
}
.banner-profile-content {
	width: calc(100% - 60px);
	padding-left: 8px;
}
.banner-profile-content h2 {
	margin: 0;
	font-size: 21px;
	color: #fff;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 2px;
}
.banner-profile-content span {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}
.info-card-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ebec;
	margin-bottom: 10px;
}
.info-card-head h2 {
	font-size: 16px;
	font-weight: 500;
	color: #495057;
	margin: 0;
}
.info-card-body {
	font-size: 13px;
	line-height: 1.2;
	color: #878a99;
}
.info-card-body th, .info-card-body td {
	padding: 5px 0;
}
.info-card-body th {
	text-align: left;
	font-weight: 600;
	padding-right: 10px;
	color: #212529;
}
.info-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 15px 14px;
}
.info-card:not(:last-child) {
	margin-bottom: 15px;
}
.list-col-line {
	display: flex;
	padding: 7px 0;
	align-items: center;
}
.lc2 span:not(:last-child) {
	margin-bottom: 8px;
}
.list-col-single:not(:last-child) {
	border-bottom: 1px solid #e9ebec;
	margin-bottom: 13px;
	padding-bottom: 13px;
}
.lc1 {
	font-weight: 600;
	padding-right: 10px;
	color: #212529;
}
.badge {
	font-size: 12px;
	background-color: #9344e81f;
	padding: 3px 6px;
	border-radius: 2px;
	color: #9344e8;
	display: block;
}
.button {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #9344E8;
	padding: 4px 14px;
	border-radius: 3px;
}
.badge.badge-success {
	color: #0ab39c;
	background-color: rgba(10,179,156,.1);
}
.badge.badge-warning {
	color: #f7b84b;
	background-color: rgba(247,184,75,.1);
}
.badge.badge-lite {
	background-color: RGBA(243,246,249,1);
	color: rgb(33,37,41);
}
.badge.opts-btn {
	border: 0;
	outline: none;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}
.mb-upper-options {
	position: relative;
}
.opts-wrap {
	background-color: #fff;
	padding: 7px 0;
	position: absolute;
	right: 0px;
	box-shadow: 0 5px 10px rgba(30,32,37,.12);
	border-radius: 3px;
	top: calc(100% + 2px);
	display: none;
}
.opts-wrap ul {
	margin: 0;
	padding: 0;
}
.opts-wrap ul li {
	list-style: none;
}
.opts-wrap ul li a {
	padding: 7px 17px;
	display: flex;
	align-items: center;
	color: #878a99;
	font-size: 13px;
	line-height: 1;
}
.opts-wrap ul li a i {
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: -1px;
}
.opts-wrap.active {
	display: block;
}

/*notifications*/
.notification-items {
	margin-top: 9px;
	margin-left: -1px;
}
.notification-single {
	display: flex;
	align-items: flex-start;
}
.ns-icon {
	width: 28px;
	color: #878a99;
	font-size: 22px;
	display: flex;
	flex-shrink: 0;
	margin-top: -2px;
	align-items: center;
	justify-content: flex-start;
}
.ns-delete {
	flex-shrink: 0;
	margin-top: 4px;
}
.ns-contents {
	width: calc(100% - 50px);
	padding-right: 15px;
}
.ns-contents:not(:last-child) {
	margin-bottom: 14px;
}
.ns-text {
	font-size: 13px;
	color: #495057;
	line-height: 18px;
	margin-bottom: 4px;
}
.ns-date {
	font-size: 11px;
	font-weight: 500;
	color: #878a99;
}