@media screen and (max-width: 800px) {
	.home .home-backgroud img {
		width: 100% !important;
		display: block;
	}
}

/** INLINE CSS **/

.fixed-top {
	z-index: 2;
}

#section-cashback .cashback-content p.text-01 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}

.scrolled-menu {
	margin: 0px;
}

/** INLINE CSS **/

.tb_button {
	padding: 1px;
	cursor: pointer;
	border-right: 1px solid #8b8b8b;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.tb_button.hover {
	border: 2px outset #def;
	background-color: #f8f8f8 !important;
}

.ws_toolbar {
	z-index: 100000;
}

.ws_toolbar .ws_tb_btn {
	cursor: pointer;
	border: 1px solid #555;
	padding: 3px;
}

.tb_highlight {
	background-color: yellow;
}

.tb_hide {
	visibility: hidden;
}

.ws_toolbar img {
	padding: 2px;
	margin: 0px;
}

/** 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;
}
