div.header-container {
	background-image: linear-gradient(rgba(74, 78, 247, 0.7), rgba(74, 78, 247, 0.7)), url(../img/sistem3.jpg);
}

div.spicyapps h2::before {
	content: "\e008";
}

div.cum-functioneaza h2::before {
	content: "\f085";
}

div#demo-apps h2::before {
	content: "\f492";
}

div.admin h2::before {
	content: "\f51c";
}

div.landing h2::before {
	content: "\f37e";
}

div.ce-ofera h2::before {
	content: "\f0a6";
	font-size: 110%;
}

div.integrare-pos h2::before {
	content: "\f1ec";
}

div.concluzie h2::before {
	content: "\f050";
}



img.app-badge {
	height: 7vh;
}

div.woocommerce h2::before {
	content: "\f233";
}

.custom-tooltip {
	  --bs-tooltip-bg: #FF4C23;
	  --bs-tooltip-color: white;
	  --bs-tooltip-opacity: 1;
	}

button.mobile-tooltip-target {
	display: inline;
	border: 2px solid #FF4C23;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    font-size: 2vh;
    color: #FF4C23;
    width: 5vh;
    height: 5vh;
    text-align: center;
    margin-left: 10px;
}

#apple-instructions {
	font-size: 2.25vh;
}

a.action-call {
	border: none;
	color: #eee;
	background: var(--bs-secondary);
}

@media screen and (max-width:992px) {
	div.title {
		font-size: 10vw;
		line-height: 11vw;
	}
}

