.sticky-button {
    position: fixed;
    bottom: 18px;
    right: 0px;
    z-index: 9999;
}

.sticky-button a {
    display: inline-block;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #fafafa;
    background-color: #0056A7;
    text-decoration: none;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    border-right: none;
}    

.sticky-button a:hover {
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.sticky-button a:focus {
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}        

/* .sticky-button a {
    display: inline-block;
    padding: 8px 10px 8px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #032075;
    background-color: rgba(251, 251, 251, 0.9);
    text-decoration: none;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    border: 1px solid #032075;
    border-right: none;
} */
