
:root {
    --yellow_chebapp:#fccf34;
    --yellow_gradient: linear-gradient(to right, #fcb534, #fccf34);
}


.float-bubble-number{
	border: 1px solid gray!important;
	padding: 5px 10px 5px 10px!important;
	border-radius: 50%;font-size: 12px!important;
	background: #444444!important;
	color: white!important;
	font-size: 16px!important;
}

.button-login-chebapp{
	background: var(--yellow_gradient)!important;
	border: var(--yellow_chebapp)!important;
	color: black!important;
	padding: 15px!important;
	transition: .5s;
	border-radius:5px ;
}

.button-login-chebapp:hover{
	transition: .5s;
	border-radius:15px ;
}

img::before{
	content:'chebapp';
	display:block;
	text-align: center;
	padding: 20px;
	background: gray;
}