#arrowbutton-pro {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background-color: #009BF8;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 999999;
transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
opacity: 0;
pointer-events: none;
text-align: center;
} #arrowbutton-pro i.fas,
#arrowbutton-pro i.fa-arrow-up {
color: #ffffff !important;
font-size: 18px;
margin-bottom: 2px;
text-shadow: 0 1px 2px rgba(0,0,0,0.25);
} #arrowbutton-pro .arrow-text {
color: #ffffff !important;
font-size: 10px;
line-height: 1;
text-shadow: 0 1px 2px rgba(0,0,0,0.25);
} #arrowbutton-pro span {
color: #ffffff !important;
} #arrowbutton-pro:hover {
transform: translateY(-5px);
background-color: #0d5fa6;
}