:root {
	--blue-50: #f5f9ff;
	--blue-100: #d0e1fd;
	--blue-200: #abc9fb;
	--blue-300: #85b2f9;
	--blue-400: #609af8;
	--blue-500: #3b82f6;
	--blue-600: #326fd1;
	--blue-700: #295bac;
	--blue-800: #204887;
	--blue-900: #183462;
	--green-50: #f4fcf7;
	--green-100: #caf1d8;
	--green-200: #a0e6ba;
	--green-300: #76db9b;
	--green-400: #4cd07d;
	--green-500: #22c55e;
	--green-600: #1da750;
	--green-700: #188a42;
	--green-800: #136c34;
	--green-900: #0e4f26;
	--yellow-50: #fefbf3;
	--yellow-100: #faedc4;
	--yellow-200: #f6de95;
	--yellow-300: #f2d066;
	--yellow-400: #eec137;
	--yellow-500: #eab308;
	--yellow-600: #c79807;
	--yellow-700: #a47d06;
	--yellow-800: #816204;
	--yellow-900: #5e4803;
	--cyan-50: #f3fbfd;
	--cyan-100: #c3edf5;
	--cyan-200: #94e0ed;
	--cyan-300: #65d2e4;
	--cyan-400: #35c4dc;
	--cyan-500: #06b6d4;
	--cyan-600: #059bb4;
	--cyan-700: #047f94;
	--cyan-800: #036475;
	--cyan-900: #024955;
	--pink-50: #fef6fa;
	--pink-100: #fad3e7;
	--pink-200: #f7b0d3;
	--pink-300: #f38ec0;
	--pink-400: #f06bac;
	--pink-500: #ec4899;
	--pink-600: #c93d82;
	--pink-700: #a5326b;
	--pink-800: #822854;
	--pink-900: #5e1d3d;
	--indigo-50: #f7f7fe;
	--indigo-100: #dadafc;
	--indigo-200: #bcbdf9;
	--indigo-300: #9ea0f6;
	--indigo-400: #8183f4;
	--indigo-500: #6366f1;
	--indigo-600: #5457cd;
	--indigo-700: #4547a9;
	--indigo-800: #363885;
	--indigo-900: #282960;
	--teal-50: #f3fbfb;
	--teal-100: #c7eeea;
	--teal-200: #9ae0d9;
	--teal-300: #6dd3c8;
	--teal-400: #41c5b7;
	--teal-500: #14b8a6;
	--teal-600: #119c8d;
	--teal-700: #0e8174;
	--teal-800: #0b655b;
	--teal-900: #084a42;
	--orange-50: #fff8f3;
	--orange-100: #feddc7;
	--orange-200: #fcc39b;
	--orange-300: #fba86f;
	--orange-400: #fa8e42;
	--orange-500: #f97316;
	--orange-600: #d46213;
	--orange-700: #ae510f;
	--orange-800: #893f0c;
	--orange-900: #642e09;
	--bluegray-50: #f7f8f9;
	--bluegray-100: #dadee3;
	--bluegray-200: #bcc3cd;
	--bluegray-300: #9fa9b7;
	--bluegray-400: #818ea1;
	--bluegray-500: #64748b;
	--bluegray-600: #556376;
	--bluegray-700: #465161;
	--bluegray-800: #37404c;
	--bluegray-900: #282e38;
	--purple-50: #fbf7ff;
	--purple-100: #ead6fd;
	--purple-200: #dab6fc;
	--purple-300: #c996fa;
	--purple-400: #b975f9;
	--purple-500: #a855f7;
	--purple-600: #8f48d2;
	--purple-700: #763cad;
	--purple-800: #5c2f88;
	--purple-900: #432263;
	--red-50: #fff5f5;
	--red-100: #ffd0ce;
	--red-200: #ffaca7;
	--red-300: #ff8780;
	--red-400: #ff6259;
	--red-500: #ff3d32;
	--red-600: #d9342b;
	--red-700: #b32b23;
	--red-800: #8c221c;
	--red-900: #661814;
	--primary-50: #f3fcf9;
	--primary-100: #c6eee1;
	--primary-200: #98e1c9;
	--primary-300: #6bd4b1;
	--primary-400: #3dc699;
	--primary-500: #10b981;
	--primary-600: #0e9d6e;
	--primary-700: #0b825a;
	--primary-800: #096647;
	--primary-900: #064a34;
}


:root {
	--theme-color-1: #33B89F;
	/* --theme-color-1: rgb(34, 197, 94); */
	--theme-color-2: #292962;
	--theme-color-3: #39BAF6;

	--body-bg: #ffffff;
	--font-color: #6B7989;
	--heading-color1: #292962;
	--heading-color2: #293A51;
	--font-white: #ffffff;
	--font-black: #293A51;
}


.message-container {
	position: fixed;
	left: 10px;
	top: 80px;
	z-index: 10000000;
	font-weight: 500;
}

.message-div {
	cursor: pointer;
	position: relative;
	width: 300px;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.success-message {
	color: rgb(22, 163, 74);
	border: 1.5px solid rgb(187, 247, 208);
	background-color: rgba(240, 253, 244, 0.95);
}

.error-message {
	color: rgb(220, 38, 38);
	border: 1.5px solid rgb(254, 202, 202);
	background-color: rgba(254, 242, 242, 0.95);
}

.info-message {
	color: rgb(37, 99, 235);
	border: 1.5px solid rgb(191, 219, 254);
	background-color: rgba(239, 246, 255, 0.95);
}

.message-detail {
	color: rgb(51, 65, 85);
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.absolute-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 4px;
	border-radius: 10px;
}

.absolute-icon:hover {
	background-color: #F8FAFC;
}

/* 背景遮罩 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 模态框 */
.modal {
	display: flex;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 350px;
	height: 150px;
	width: 90%;
	flex-direction: column;
	color: rgb(37, 99, 235);
	border: 1.5px solid rgb(191, 219, 254);
	/* background-color: rgba(239, 246, 255, 0.95); */
}

.modal h3 {
	height: 60px;
	/* background-color: green; */
	margin-top: 0px;
}

.modal p {
	margin-top: 10px;
	height: 100px;
	/* background-color: antiquewhite; */
}

.modal div {
	display: flex;
	justify-content: space-between;
}

.modal-overlay.active {
	visibility: visible;
	opacity: 1;
}


.theme-btn {
	cursor: pointer;
	border-radius: 12px;
	font-size: 15px;
	text-align: center;
	border: none;
	max-width: max-content;
	width: auto;
	padding: 5px 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter-Regular';
	font-weight: normal;
	display: flex;
	justify-content: space-between;
}

.theme-btn i {
	margin-right: 10px;
	margin-top: 3px;
}

.btn-main {
	color: #fff;
	background: var(--theme-color-1);
	transition: all .5s ease-out;
	white-space: nowrap;
	min-width: 100px;
}

.btn-main:hover {
	background-position: left bottom;
	color: #fff;
	background: #1a7967;
	transition: all .5s ease-out;
}

.btn-secondary {
	color: var(--font-white);
	background-color: var(--theme-color-2);
	transition: all .5s ease-out;
}

.btn-secondary:hover {
	background-position: left bottom;
	color: #fff;
	background: #171389;
	transition: all .5s ease-out;
}

.btn-success {
	font-weight: 700;
	color: var(--font-white);
	background-color: var(--green-500);
	transition: all .5s ease-out;
}

.btn-success:hover {
	background-position: left bottom;
	color: #fff;
	background: var(--green-400);
	transition: all .5s ease-out;
}

.btn-outline-success {
	font-weight: 700;
	color: var(--green-500);
	border: 1.5px solid var(--green-500);
	transition: all .5s ease-out;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0);
}

.btn-outline-success:hover {
	font-weight: 700;
	color: var(--green-400);
	border: 1.5px solid var(--green-400);
	transition: all .5s ease-out;
}

.btn-info {
	font-weight: 700;
	color: var(--font-white);
	background-color: var(--blue-500);
	transition: all .5s ease-out;
}

.btn-info:hover {
	background-position: left bottom;
	color: #fff;
	background: var(--blue-400);
	transition: all .5s ease-out;
}

.btn-outline-info {
	font-weight: 700;
	color: var(--blue-500);
	border: 1.5px solid var(--blue-500);
	transition: all .5s ease-out;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0);
}

.btn-outline-info:hover {
	font-weight: 700;
	color: var(--blue-400);
	border: 1.5px solid var(--blue-400);
	transition: all .5s ease-out;
}

.btn-danger {
	font-weight: 700;
	color: var(--font-white);
	background-color: var(--red-500);
	transition: all .5s ease-out;
}

.btn-danger:hover {
	background-position: left bottom;
	color: #fff;
	background: var(--red-400);
	transition: all .5s ease-out;
}

.btn-outline-danger {
	font-weight: 700;
	color: var(--red-500);
	border: 1.5px solid var(--red-500);
	transition: all .5s ease-out;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0);
}

.btn-outline-danger:hover {
	font-weight: 700;
	color: var(--red-400);
	border: 1.5px solid var(--red-400);
	transition: all .5s ease-out;
}

.btn-help {
	font-weight: 700;
	color: var(--font-white);
	background-color: var(--purple-500);
	transition: all .5s ease-out;
}

.btn-help:hover {
	background-position: left bottom;
	color: #fff;
	background: var(--purple-400);
	transition: all .5s ease-out;
}

.btn-outline-help {
	font-weight: 700;
	color: var(--purple-500);
	border: 1.5px solid var(--purple-500);
	transition: all .5s ease-out;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0);
}

.btn-outline-help:hover {
	font-weight: 700;
	color: var(--purple-400);
	border: 1.5px solid var(--purple-400);
	transition: all .5s ease-out;
}

.btn-warning {
	color: var(--font-black);
	background-color: var(--orange-500);
	transition: all .5s ease-out;
}

.btn-warning:hover {
	background-position: left bottom;
	color: #fff;
	background: var(--orange-400);
	transition: all .5s ease-out;
}

.btn-outline-warning {
	font-weight: 700;
	color: var(--orange-500);
	border: 1.5px solid var(--orange-500);
	transition: all .5s ease-out;
	padding: 5px 15px 5px 15px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0);
}

.btn-outline-warning:hover {
	font-weight: 700;
	color: var(--orange-400);
	border: 1.5px solid var(--orange-400);
	transition: all .5s ease-out;
}