.laravel-cta {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9999999999;
}
.laravel-cta .laravel-cta-button {
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 60px;
    justify-content: center;
    text-decoration: none;
    width: 60px;
}
.laravel-cta .laravel-cta-button.laravel-cta-button-whatsapp {
    background-color: #22c55e;
}
.laravel-cta .laravel-cta-button.laravel-cta-button-whatsapp .laravel-cta-button-icon {
    font-size: 35px;
}
