body {
	font-family: 'Roboto', sans-serif;;
	color: black;
}

#form-whats {  
	position: absolute;
    background: white;
    z-index: 999;
    width: 300px;
    height: 450px;
    left: 40px;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
} 

#form-whats .title {
    background: #25D366;
    color: #FFF;
    padding: 30px 15px 10px;
    margin-bottom: 40px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

#form-whats .title:after {
    content: ' ';
    opacity: 1;
    z-index: -1;
    width: 100%;
    top: 95%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 100%45px;
    border-bottom-left-radius: 100%45px;
    background: #25D366;
}

#form-whats .form-control.required {
    border-left: 2px solid rgb(255 0 0 / 60%);
}

.bg-whats {
    background: #25D366;
}

.bg-whats-2 {
    background: #128C7E;
}
 
.btn-whats {
    font-family: 'Roboto', sans-serif;;
    background: #00e676;
    color: white;
    font-size: 18px;
    border-radius: 20px;
}

.btn-whats:hover {
    font-family: 'Roboto', sans-serif;;
    background: #01cd6a;
    color: white;
    font-size: 18px;
    border-radius: 20px;
}

#whatsapp-footer {
    position: absolute;
    bottom: 20px;
    left: 10px;
}