.hidden {
	display: none !important;
}

.error-msg {
	font-size: 12px;
	color: #e53e3e;
	min-height: 16px; /*佔位，避免版面跳動*/
	display: block;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
}

.list-container {
	max-width: 500px;
	font-family:
		"Microsoft JhengHei", "微軟正黑體", "PingFang TC", "Helvetica Neue",
		Helvetica, STHeiti, sans-serif;
	margin: 0 auto;
}

.list-item {
	width: calc(100% - 0px);
	/* padding: 15px; */
	background-color: #fff;
	border-radius: 10px;
	box-shadow: #ddd 0 0 10px;
	border: #ddd 1px solid;
	position: relative;
	/* padding-left:20px; */
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 5px;
	transition: transform 0.2s ease;
	margin: 15px 0;
}

.list-item:not(.frezen):hover {
	cursor: pointer;
	position: relative;
	transform: translateY(-3px);
}

.list-item.frezen {
	box-shadow: none;
}

.list-item.frezen.red {
	border: #ffe0d6 2px solid;
}

.list-item.frezen.yellow {
	border: #fff8d6 2px solid;
}

.list-item.frezen.green {
	border: #d3eee1 2px solid;
}

.list-item p {
	margin: 8px 5px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
}

.list-item .title {
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
}

.list-item .title .status {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 900;
	margin-left: 18px;
	position: relative;
}

.list-item .title .status::before {
	content: "";
	position: absolute;
	left: -12px;
	width: 6px;
	aspect-ratio: 1 / 1;
	background-color: #286748;
	border-radius: 100px;
	top: calc(50% - 3px);
}

.list-item.red .title {
	background-color: #ffe0d6;
}

.list-item.red .title .status {
	color: #f53d00;
}

.list-item.red .title .status::before {
	background-color: #f53d00;
}

.list-item.yellow .title {
	background-color: #fff8d6;
}

.list-item.yellow .title .status {
	color: #a26e16;
}

.list-item.yellow .title .status::before {
	background-color: #a26e16;
}

.list-item.green .title {
	background-color: #d3eee1;
}

.list-item.green .title .status {
	color: #286748;
}

.list-item.green .title .status::before {
	background-color: #286748;
}

.list-item .title .deadt {
	flex-grow: 1;
	text-align: right;
	margin: 0;
}

.list-item.red .title .deadt {
	color: #f53d00;
}

.list-item.yellow .title .deadt {
	color: #a26e16;
}

.list-item.green .title .deadt {
	color: #286748;
}

.list-item .info {
	padding: 5px 10px;
}

.list-item .info .vstname {
	/* background-color: #f3f8fe; */
	border-radius: 8px;
	/* color: #153f75; */
	margin-top: 8px;
	color: #145490;
	background-color: #edf5fd;
	padding: 5px;
}

.select-container {
	margin: 0 auto;
	max-width: 500px;
	font-family:
		"Microsoft JhengHei", "微軟正黑體", "PingFang TC", "Helvetica Neue",
		Helvetica, STHeiti, sans-serif;
	letter-spacing: 1px;
}

.select-container .point-item {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: #ddd 0 0 5px;
	overflow: hidden;
	margin: 15px 0;
}

.select-container .point-item .title {
	margin: 0;
	padding: 10px;
	background-color: #4a7a96;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.select-container .point-item .playerselect {
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	margin: 5px 0;
	padding: 10px;
}

.select-container .point-item .playerselect .num {
	/* padding: 3px; */
	border: 2px solid #4a7a96;
	background-color: #eaf3fa;
	color: #4a7a96;
	width: 24px;
	/* height: 20px; */
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
}

.select-container .point-item .playerselect select {
	padding: 5px;
	flex-grow: 1;
	border-radius: 5px;
	border: 1px solid #769fb6;
	background-color: #f5fafe;
	color: #1a4a63;
	margin-left: 10px;
}

.select-container .point-item .playerselect .clear {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d4660a;
	background-color: #fff3e0;
	font-size: 16px;
	margin-left: 10px;
	border-radius: 100px;
	border: none;
	/* padding: 3px 8px; */
	width: 25px;
	aspect-ratio: 1 / 1;
	letter-spacing: 1px;
}

.select-container .point-item .playerselect .clear:hover {
	cursor: pointer;
	background-color: #ffefd4;
}

.nodata {
	background-color: #fafafa;
	color: #888;
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	margin-top: 8px;
}
