/**
 * Nut "Dang nhap bang Google".
 *
 * Dung lai class `social-button ... google-plus circle` co san cua theme nen phan lon
 * kich thuoc/bo goc da co. File nay chi lam dung mot viec: dua nut ve DUNG mau nhan dien
 * cua Google, vi day la thu khach nhin de tin.
 *
 * Khong `!important` — theme IVIShop cam. Do uu tien du thang nho selector kep.
 */

.ivishop-google-login.ivishop-google-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	background-color: #fff;
	border: 1px solid #dadce0;
	color: #3c4043;
	box-shadow: none;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.ivishop-google-login.ivishop-google-login:hover,
.ivishop-google-login.ivishop-google-login:focus {
	background-color: #f8f9fa;
	border-color: #d2d5d9;
	color: #202124;
}

.ivishop-google-login.ivishop-google-login i {
	color: #ea4335;
	margin: 0;
	font-size: 1.15em;
	line-height: 1;
}

.ivishop-google-login.ivishop-google-login span strong {
	font-weight: 600;
}

/* Trong form dang nhap: chiem tron chieu ngang, co gach ngan "hoac" ben tren. */
.woocommerce-form-login .ivishop-google-login.ivishop-google-login,
.login form .ivishop-google-login.ivishop-google-login {
	display: flex;
	width: 100%;
	margin: 0;
}

.ivishop-google-login-wrap {
	position: relative;
	margin: 1.2em 0 0.4em;
	padding-top: 1.2em;
	text-align: center;
}

.ivishop-google-login-wrap::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ivishop-google-login-wrap .ivishop-google-login-hoac {
	position: relative;
	top: -1.75em;
	display: inline-block;
	padding: 0 0.8em;
	background-color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}

/* --- Khoi trong trang Tai khoan > Chi tiet tai khoan ---------------------- */

.ivishop-google-account {
	margin-top: 1.5em;
}

.ivishop-google-account-mo-ta {
	margin-bottom: 0.8em;
}

/* Nut lien ket o day la mot hanh dong phu, khong phai nut chinh cua trang. */
.ivishop-google-login-nho.ivishop-google-login-nho {
	font-size: 0.9em;
	padding: 0.5em 1em;
	margin: 0;
}

.ivishop-google-account-canh-bao {
	padding: 0.8em 1em;
	border-left: 3px solid #f0ad4e;
	background-color: rgba(240, 173, 78, 0.08);
	font-size: 0.9em;
}

.ivishop-google-account-huy {
	margin: 0;
}

.ivishop-google-account-nut-huy.ivishop-google-account-nut-huy {
	font-size: 0.85em;
	padding: 0.45em 1em;
	margin: 0;
}

/* wp-login.php khong nap style cua theme nen icon-google-plus khong ton tai o do. */
.login .ivishop-google-login.ivishop-google-login {
	box-sizing: border-box;
	padding: 0.7em 1em;
	border-radius: 3px;
	text-decoration: none;
}

.login .ivishop-google-login.ivishop-google-login i {
	display: none;
}
