html,
body {
	font-family: 'Roboto', system-ui !important;
	height: 100%;
	margin: 0;
}

button {
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	word-wrap: break-word;
}

.css-design {
	background: linear-gradient(167.5deg, #28ae62 310px, #fff 0);
	color: rgb(255, 255, 255);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.css-design-img {
	position: absolute;
	top: 160px;
	right: 0;
}

.css-logo {
	height: 150px;
}

.css-card {
	background-color: unset;
	border: unset;
}

.css-card-list:first-of-type {
	padding-top: 1rem;
}

.css-card-list {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex: 1 1 0%;
	height: auto;
	margin: 0px;
	padding: 0.5rem 0.5rem;
}

.css-icon-div {
	align-self: flex-start;
	display: flex;
}

.css-icon-div2 {
	align-self: flex-start;
	height: 2.625rem;
	margin-right: 0.8125rem;
	width: 2.625rem;
}

.css-icon-btn {
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: transparent solid 2px;
	outline-offset: 2px;
	line-height: 1;
	-webkit-box-align: center;
	align-items: center;
	background: #28ae62;
	border-radius: 100%;
	display: inline-flex;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0px;
	transition-duration: 300ms;
	transition-property: background-color, color;
	width: 100%;
	/*var(--chakra-sizes-full);*/
	color: white;
}

.css-btn {
	--bs-btn-color: #fff;
	--bs-btn-bg: #28ae62;
	--bs-btn-border-color: #28ae62;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #188949;
	--bs-btn-hover-border-color: #188949;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #188949;
	--bs-btn-active-border-color: #188949;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #28ae62;
	--bs-btn-disabled-border-color: #28ae62;
}

.css-btn-language {
	color: white;
}

.css-btn-language:hover {
	color: white;
}

.css-btn-language:active {
	color: white !important;
	border-style: none;
}

.css-btn-language:focus {
	color: white;
	border-style: none;
}

/* 針對螢幕寬度小於 768px 的裝置（通常為手機） */
@media (max-width: 768px) {
	.container-fluid {
		width: 100%;
	}
}

/* 針對螢幕寬度大於 768px 的裝置（通常為平板或電腦） */
@media (min-width: 768px) {
	.container-fluid {
		width: 390px;
	}
}