/* Source selector: https://kosmos.vn/tin-tuc/ */
.sticky-contacts {
	--bs-primary: var(--ak-mau-chinh, #e31937);
	--bs-white: #fff;
	position: fixed;
	bottom: 10px;
	right: 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 10;
}

.sticky-contacts__item {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.sticky-contacts__link {
	display: flex;
	align-items: center;
}

.sticky-contacts__item .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.sticky-contacts__item:last-child {
	margin-bottom: 0;
}

.sticky-contacts__item.is-call-button {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

.sticky-contacts__item .icon {
	position: relative;
	background: var(--bs-primary);
	color: var(--bs-white);
	box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
	z-index: 3;
	pointer-events: none;
}

.sticky-contacts__item.is-phone-call .text {
	padding: 10px 40px 10px 20px;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-size: 14px;
	border-radius: 20px;
	transform: translateX(30px);
}

.sticky-contacts__item.is-zalo .icon {
	background: #0068ff;
}

@media (max-width: 767px) {
	.sticky-contacts__item.is-phone-call .text {
		display: none;
	}
}
