


/* Floating button styles */
#scrollTopBtn {
    z-index: 9999;
    position: fixed;
    left: 20px;
    bottom: 81px;
    display: none;
    cursor: pointer;
    border:none !important;
    background: none !important;
    color: white !important;
}

#scrollTopBtn:hover {
    opacity: 0.7;

    border:none !important;
    background: none !important;
    color: white !important;
}
