* {
	scrollbar-width: thin;
}
button {
	padding: 0;
	border: 0;
}
p {
	margin-top: 0;
    margin-bottom: 0;
}
a {
	color: black;
}
a:hover {
	color: unset;
	text-decoration: unset;
}
body, html {
	min-width: 360px !important;
	font-size: 16px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	line-height: 1.25;
	overflow-x: hidden;
	padding-right: 0 !important;
	background-color: #F6F5FA;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	margin-bottom: 0;
}
input, textarea {
	line-height: 1;
}
input:focus-visible, textarea:focus-visible {
	outline: unset;
}
.swal2-popup {
	width: 416px !important;
	font-size: 13px !important;
	padding: 26px !important;
	border-radius: 10px;
}
.swal2-confirm {
	    background: linear-gradient(90deg, #9963FF 0%, #2664FF 100%) !important;
}
.swal2-loader {
	border-color: #5764FF rgba(0, 0, 0, 0) #5764FF rgba(0, 0, 0, 0);
}
.ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 0;
}
.pagination .page-item {
	margin-right: 10px;
}
.pagination .page-item:last-child {
	margin-right: 0;
}
.pagination .page-link {
	line-height: 1;
	padding: 10px 15px;
	border-radius: 10px !important;
}
.pagination .page-item.active .page-link {
	border-color: #5D25CC;
    background-color: #5D25CC;
}
@media (max-width: 576px) {
	.swal2-popup {
		width: 340px !important;
	}
}
.header-bg {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../../images/header-bg.png);
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-cus, .swal2-confirm {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-cus:hover, .swal2-confirm {
	transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(123, 92, 250, 0.4);
}
.btn-cus:active, .swal2-confirm {
	transform: scale(1.03);
	box-shadow: 0 0 12px rgba(123, 92, 250, 0.6);
}
@media(max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}
@media(max-width: 768px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination .page-link {
		padding: 8px 13px;
	}
	.pagination .page-item {
		margin-right: 6px;
	}
}
@media(max-width: 576px) {
	.pagination .page-link {
		padding: 5px 10px;
	}
	.pagination .page-item {
		font-size: 14px;
		margin-right: 4px;
	}
}
@media(min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}