#caixa-btn-float-videoSuporte{
    position: fixed;
    bottom: 15px;
    right: 25px;
    background-color: transparent;
    padding: 12px 30px;
	z-index: 9999;
}

#btn-float-videoSuporte {
    background: #166f45;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 50px;
    transform: translateZ(0);
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    opacity: 0.7;
    position: absolute;
	bottom: 0;
	right: 0;
}

#btn-float-videoSuporte-fechar {
    background: #166f45;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 50px;
    transform: translateZ(0);
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    opacity: 1;
    position: absolute;
	bottom: 0;
	right: 0;
}

.btn-float-ajuda {
    background: #166f45;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 50px;
    transform: translateZ(0);
    color: #fff !important;
    padding: 5px 40px;
    font-size: 14px;
    font-weight: bold !important;
    z-index: 9999;
}

#btn-float-box {
    position: fixed;
    bottom: 65px;
    right: 25px;
    background: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    transform: translateZ(0);
    color: #fff;
    padding: 12px 15px;
    font-size: 10px;
    font-weight: bold;
    z-index: 9999;
}

#videoSuporte-list {
	overflow-y: auto;
	max-height: 600px;
}

.msgs-unread {
	color: white;
	border-radius: 20px;
	pointer-events: none;
	padding: 0;
	align-self: flex-start;
    margin: 0 0 10px 20px;	
    width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

#msgs-unread-ajuda{
	z-index: 99999;
	top: -30px;
}

.msgs-unread-size{
	font-size: 1.2em;
	font-weight: bold;
}