.ktc-sustainability .table.table--efficiency-in-performing {
	border-radius: 6px;
	background-color: #ffffff;
	overflow: hidden;
	color: #333333;
}
.ktc-sustainability .table.table--sustain tbody tr td:first-child {
	min-width: 300px;
	font-weight: 400;
}
@media (min-width: 1200px) {
	.ktc-sustainability .table.table--sustain tbody tr td:last-child {
		text-align: left;
	}
}

/** INLINE CSS **/
.a,
.b {
	fill: #fff;
}
.a {
	opacity: 0.005;
}
.b {
	opacity: 1;
}
/** INLINE CSS **/

#card-register-modal .left-icon + span {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.14;
	max-width: calc(100% - 80px);
	font-family: "Conv_SukhumvitTadmai_Tex";
}
@media (max-width: 576px) {
	.card-choice {
		padding: 15px 0;
	}
	#card-register-modal .left-icon + span {
		padding-left: 0;
		line-height: 1.45;
	}
}
@media (max-width: 414px) {
	#card-register-modal.full-modal .modal-body {
		padding: 0 10px !important;
	}
}

/** INLINE CSS **/

.grecaptcha-badge {
	visibility: hidden !important;
}
.recaptcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
