.card .rounded {
    border-radius: 0.1875rem !important;
}
.text-small {
	font-size: .7142em;
}
.text-primary {
	font-size: 1rem;
}
.text-normal {
	font-size:1.4em;
}
.text-large {
	font-size:1.8em;
}
.sidebar {
	width: 0rem;
	overflow: hidden;
}
.toggled-sidebar {
	width: 6.5rem;
	overflow: unset;
}
.sidebar .nav-item .collapse {
	-webkit-animation: none;
	animation: none;
}
.card-video-play > .plyr {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: .1875rem;
}
.avatar {
	width: 3rem;
	height: 3rem;
	display: flex;
	/* text-align: center; */
	/* display: inline-block; */
	align-items: center;
	justify-content: center;
}
.sidebar .nav-item .collapse {
	z-index: 10;
}
:root {
  --toastFont: 0.85rem arial,sans-serif,'Microsoft Yahei'; 
}
.notice-body h2{
	font-size: 1.3rem;
}
.notice-body h3{
	font-size: 1.2rem;
}
.notice-body h4{
	font-size: 1.1rem;
}
.word-preline {
	white-space: pre-line;
}
[style*="--aspect-ratio"] > :first-child {
	width: 100%;
}
[style*="--aspect-ratio"] > img {
	object-fit: cover;
	height: auto;
}
.table td, .table th {
	vertical-align: middle;
}
.table thead th {
	vertical-align: middle;
}
.magnet-th {
	width: 72px;
}
@supports (--custom: property) {
	[style*="--aspect-ratio"] {
			position: relative;
	}
	[style*="--aspect-ratio"]::before {
			content: "";
			display: block;
			padding-bottom: calc(100% / (var(--aspect-ratio)));
	}
	[style*="--aspect-ratio"] > :first-child {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
	}
}
@media (min-width: 768px) {
	.sidebar {
    overflow: unset;
	}
	.px-card {
		padding-left: .75rem!important;
		padding-right: .75rem!important;
	}
}
@media (max-width: 767px) {
	.box-title, .text-tag {
		font-size: .7rem;
	}
	.box-body {
		padding: 1rem;
	}
	.box-header {
		padding: .75rem 1rem;
	}
	.box-header h6 {
		font-size: .85rem;
	}
	.table td, .table th {
		padding: .3rem;
		font-size: .7rem;
	}
	.table thead th {
		padding: .3rem;
	}
	.magnet-th {
		width: 2.2rem;
	}
}
.bg-indigo-600 {
	background-color: #4e73df;
}