/*
basic rewrite
#673 de6 -> #795 2B3
#861 bfb -> #614 092
#2f1 c6a -> #0b1 727
*/
:root {
	--blue: #673de6;
	--indigo: #727cf5;
	--purple: #6b5eae;
	--pink: #ff679b;
	--red: #e63757;
	--orange: #fd7e14;
	--yellow: #f5803e;
	--green: #00d27a;
	--teal: #02a8b5;
	--cyan: #27bcfd;
	--white: #fff;
	--gray: #748194;
	--gray-dark: #4d5969;
	--gray-black: #000;
	--gray-100: #f9fafd;
	--gray-200: #edf2f9;
	--gray-300: #d8e2ef;
	--gray-400: #b6c1d2;
	--gray-500: #9da9bb;
	--gray-600: #748194;
	--gray-700: #5e6e82;
	--gray-800: #4d5969;
	--gray-900: #344050;
	--gray-1000: #232e3c;
	--gray-1100: #0b1727;
	--gray-white: #fff;
	--primary: #673de6;
	--secondary: #748194;
	--success: #00d27a;
	--info: #27bcfd;
	--warning: #f5803e;
	--danger: #e63757;
	--light: #f9fafd;
	--dark: #0b1727;
	--body-font-size: 1rem;
	--body-font-weight: 400;
	--body-line-height: 1.5;
	--body-color: #5e6e82;
	--body-bg: #edf2f9
}

/*default color*/
.btn-primary {
	background-color: #673de6;
	border-color: #673de6
}

.btn-primary:hover {
	background-color: #861bfb;
	border-color: #861bfb
}

.btn-primary:focus,
.btn-primary.focus {
	background-color: #861bfb;
	border-color: #861bfb
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #673de6;
	border-color: #673de6
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	background-color: #861bfb;
	border-color: #005cbf
}

.btn-outline-primary {
	color: #673de6;
	border-color: #673de6
}

.btn-outline-primary:hover {
	background-color: #673de6;
	border-color: #673de6
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #673de6
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #673de6;
	border-color: #673de6
}

.badge-primary {
	color: #fff;
	background-color: #673de6
}

a.badge-primary:hover,
a.badge-primary:focus {
	background-color: #861bfb
}

.bg-primary {
	background-color: #673de6 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #861bfb !important
}

.border-primary {
	border-color: #673de6 !important
}

.text-primary {
	color: #673de6 !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #861bfb !important
}

/*add color*/
.text-gray-100 {
	color: #f9fafd
}

.text-gray-200 {
	color: #edf2f9
}

.text-gray-300 {
	color: #d8e2ef
}

.text-gray-400 {
	color: #b6c1d2
}

.text-gray-500 {
	color: #9da9bb
}

.text-gray-600 {
	color: #748194
}

.text-gray-700 {
	color: #5e6e82
}

.text-gray-800 {
	color: #4d5969
}

.text-gray-900 {
	color: #344050
}

.text-gray-1000 {
	color: #232e3c
}

.text-size-900 {
	font-weight: 900 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif
}

.background-gray-100 {
	background-color: #f9fafd
}

.background-gray-200 {
	background-color: #edf2f9
}

.background-gray-300 {
	background-color: #d8e2ef
}

.background-gray-400 {
	background-color: #b6c1d2
}

.background-gray-500 {
	background-color: #9da9bb
}

.background-gray-600 {
	background-color: #748194
}

.background-gray-700 {
	background-color: #5e6e82
}

.background-gray-800 {
	background-color: #4d5969
}

.background-gray-900 {
	background-color: #344050
}

.background-gray-1000 {
	background-color: #232e3c
}

.bg-primary-dark {
	background-color: #171347
}

/*add soft color*/
.badge-soft-primary {
	color: #1c4f93;
	background-color: #d5e5fa
}

.badge-soft-primary[href]:hover,
.badge-soft-primary[href]:focus {
	text-decoration: none;
	color: #1c4f93
}

.badge-soft-secondary {
	color: #7d899b;
	background-color: #e3e6ea
}

.badge-soft-secondary[href]:hover,
.badge-soft-secondary[href]:focus {
	text-decoration: none;
	color: #7d899b
}

.badge-soft-success {
	color: #00864e;
	background-color: #ccf6e4
}

.badge-soft-success[href]:hover,
.badge-soft-success[href]:focus {
	text-decoration: none;
	color: #00864e
}

.badge-soft-info {
	color: #1978a2;
	background-color: #d4f2ff
}

.badge-soft-info[href]:hover,
.badge-soft-info[href]:focus {
	text-decoration: none;
	color: #1978a2
}

.badge-soft-warning {
	color: #9d5228;
	background-color: #fde6d8
}

.badge-soft-warning[href]:hover,
.badge-soft-warning[href]:focus {
	text-decoration: none;
	color: #9d5228
}

.badge-soft-danger {
	color: #932338;
	background-color: #fad7dd
}

.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
	text-decoration: none;
	color: #932338
}

.badge-soft-light {
	color: #9fa0a2;
	background-color: #fefeff
}

.badge-soft-light[href]:hover,
.badge-soft-light[href]:focus {
	text-decoration: none;
	color: #9fa0a2
}

.badge-soft-dark {
	color: #070f19;
	background-color: #ced1d4
}

.badge-soft-dark[href]:hover,
.badge-soft-dark[href]:focus {
	text-decoration: none;
	color: #070f19
}

/*rewrite */
.btn-link {
	font-weight: 500;
	color: #2f1c6a;
	text-decoration: none
}

.btn-link:hover {
	/*color:#673de6*/
	color: inherit;
	text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #d8e2ef
}

.btn-link {
	padding-bottom: 0px;
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 6%;
	background-repeat: no-repeat;
	background-position: left 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-weight: inherit;
	padding: 0
}

.btn-link:hover {
	background-size: 100% 6%
}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
	border-color: #edf2f9 !important
}

hr {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border-color: #edf2f9 !important
}

/*.shadow-sm{box-shadow:0 .125rem .25rem rgba(0, 0, 0, .05) !important}*/

/*basic*/
html {
	font-size: 13px;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body {
	background: #f9fafd;
	font-size: 1rem;
	line-height: 1.5;
	color: #5e6e82;
	font-weight: 400
}

body {
	word-break: break-word;
	word-wrap: break-word
}

a,
body,
button,
h1,
h2,
h3,
h4,
html,
input {
	line-height: 1.5
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #2f1c6a
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 0
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

a {
	color: #5e6e82;
	text-decoration: none
}

a:hover {
	color: #344050;
	text-decoration: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

a:link,
a:visited,
a:focus {
	text-decoration: none
}

.text-truncate--1lines1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-truncate--1lines: ellipsis
}

.text-truncate--2lines {
	display: -moz-box;
	display: -webkit-box;
	text-truncate--1lines: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.img-scale {
	-webkit-transition: all 0.5s;
	transition: all 0.5ss;
	vertical-align: middle
}

.img-scale:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.transform-shadow {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
	transition: all .2s ease-in-out;
	cursor: pointer
}

.transform-shadow:hover {
	box-shadow: 0 15px 20px rgba(80, 100, 140, .1), 0 4px 10px rgba(80, 100, 140, .1);
	transform: translateY(-5px)
}


/*container*/
@media (max-width:767.98px) {
	body {
		min-width: 320px
	}

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		min-width: 320px;
		max-width: 550px
	}

	.ms-10-row {
		margin-right: -5px;
		margin-left: -5px
	}

	.ms-10-row .col-6 {
		padding-right: 5px;
		padding-left: 5px
	}
}

@media(min-width:768px) {
	html {
		font-size: 16px !important
	}

	body {
		min-width: 1200px
	}

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px;
		width: 1200px
	}
}

/*header*/
.header-static {
	width: 100%
}

.header-top {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #edf2f9
}

.header-top .time-wrapper {
	display: inline-block;
	color: #00d27a
}

.header-alert-div {
	background-color: #f7f4ff !important
}

.header-alert-div a {
	font-weight: 600;
	text-decoration: underline !important
}

/*main scroller nav*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 3rem;
	overflow-y: hidden
}

.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}

.nav-scroller .nav>a {
	padding: 0;
	margin: 0;
	margin-right: 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	height: 3rem;
	line-height: 3rem
}

.nav-scroller .nav>a i {
	max-height: 0.25rem
}

@media (max-width:767.98px) {
	.nav-scroller .nav>a.item-icon {
		line-height: 1;
		padding-top: 0.25rem
	}

	.nav-scroller .nav>a.item-icon span {
		display: block
	}

	.nav-scroller .nav>a.item-icon i {
		font-size: 1.5rem
	}
}

/*header brand*/
.header-brand {
	padding: 0;
	margin: 0
}

.header-brand .header-logo {
	margin: 0;
	padding: 0.5rem 0
}

.header-brand .header-logo .channel {
	margin-left: 0.25rem;
	color: #673de6;
	box-shadow: none !important;
	font-size: 1.25rem
}

.header-brand .header-logo .logo img {
	height: 40px
}

.header-brand .pull-bs-canvas-right {
	margin: 0;
	padding: 0;
	line-height: 1 !important
}

.header-brand .pull-bs-canvas-right i {
	font-size: 1.75rem
}

.header-brand .header-search-field {
	margin: 0 auto;
	padding: 0.5rem 0
}

.header-brand .header-search-words {
	height: 1.5rem;
	overflow: hidden
}

.header-brand .header-toolbar a {
	font-weight: 600
}

/*header search form*/
.header-brand .header-search-form input {
	color: #9da9bb
}

.header-brand .header-search-form input.border-primary {
	border-width: 3px;
	border-radius: 0.75rem;
	height: 3.5rem
}

.header-brand .header-search-form .btn.btn-primary {
	height: 3.5rem;
	line-height: 3.5rem;
	border: 0;
	padding: 0 1.5rem;
	font-weight: 600;
	border-radius: 0 0.75rem 0.75rem 0 !important
}

.header-brand .header-search-form input.border-primary,
.header-brand .header-search-form .btn.btn-primary {
	font-size: 1.25rem
}

@media(min-width:768px) {
	header .container-1440 {
		width: 100%;
		max-width: 1400px
	}

	/*
	header.fixed-top {
		position: relative
	}
	*/

	.header-brand .header-logo {
		padding: 1.5rem 0
	}

	.header-brand .header-logo .logo img {
		height: 56px
	}

	.header-brand .header-search-field {
		padding: 1.5rem 0;
		max-width: 600px
	}

	.header-brand .header-toolbar {
		padding: 1.5rem 0
	}
}

/*footer*/
.footer-widget,
.footer-copyright {
	background-color: #f4f5ff
}

/*footer widget*/
.footer-widget,
.footer-widget a {
	color: #2f1c6a
}

.footer-widget h5 {
	font-size: 1.375rem !important;
	color: #2f1c6a
}

.footer-small {}

.footer-widget-nav {}

.footer-widget-nav li {
	padding: 0.5rem 0
}

.footer-widget hr {
	border-color: #d8e2ef !important
}

/*footer simple*/
.footer-copyright .fc {
	padding: 0.125rem 0;
	color: #2f1c6a
}

.footer-copyright .fc a {
	color: #2f1c6a
}

.footer-copyright .fc1 a {
	margin: 0 0.5rem
}

.footer-copyright .fc3 img {
	width: 2.5rem !important
}

.footer-copyright .fc3 a {
	margin: 0 0.5rem;
	opacity: 0.75
}

.footer-copyright .fc3 a:hover {
	opacity: 1
}

.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
}

@media(min-width:768px) {
	.footer-copyright .fc1 a {
		margin: 0 1rem
	}
}