﻿.floating-customer-service {
    position: fixed;
    bottom: 50%;
    right: 20px;
    background-color: #008CBA;
    color: white;
    border: none;
    border-radius: 5%;
    padding: 15px;
    z-index: 999;
}
