.scroll-button, #scrollToTopBtn {
    position: fixed; /* Stay at the bottom-right of the screen */
    bottom: 30px;
    right: 74px;
    z-index: 10; /* Ensure it is visible above other content */
    width: 52px;
    height: 49px;
    background-color: rgb(var(--button-blue-rgb)) !important;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    -o-transition: box-shadow 0.4s ease;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    border: none;
    }
    
.scroll-button i,
#scrollToTopBtn i {
    font-size: 1.45rem;
    line-height: 38px;
}

.scroll-button:hover,
#scrollToTopBtn:hover {
    filter: brightness(0.9);
    opacity: 1 !important;
}

#scrollToNextSection {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
}

#cookies-and-tracking, #personal-data, #changes, #data-subject, #RequestsAccessRecourseQuestions {
    padding-top: 40px; margin-top: -40px;
}