#csl-btn-assistant {
    background-color: rgb(214, 4, 36);
    border-radius: 6.25rem;
    color: #fff;
    font-family: HelveticaNeueBold, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    overflow: hidden;
    padding: .6875rem 1.5rem .8125rem;
    text-transform: lowercase;
    transition: background-color .6s ease;
    z-index: 1;
    margin-top: 33px;
    border: none;
    cursor: pointer;
}

#csl-btn-assistant:hover {
    background-color: #ff0027;
}
/*
.csl-chatbutton {
    display: none !important;
}
.csl-chatwidget {
    max-height: unset !important;
    bottom: 25px !important;
    height: calc(95% - 50px);	
}

@media (max-width: 768px) {
    .csl-chatwidget {
	width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
	bottom: 0 !important;
    }
}

*/