@import url("/style/custom/dew/menu.css");

#themeNavigationInformation {
    width: 75%;
}

#scrollToTop {
    display: none;
}

.scroll-up #scrollToTop {
    display: block;
}

.button-container {
    max-width: 1300px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: fixed;
    bottom: 68px;
    height: 0;
    z-index: 250;
}

#scrollToTop {
    right: -100px;
    position: absolute;
    background: linear-gradient(90deg,rgba(0, 98, 155, 1) 0%, rgba(203, 208, 37, 1) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.button-container {
    max-width: 1140px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: fixed;
    bottom: 68px;
    height: 0;
    z-index: 250;	
}

.button-container .back-to-top i {
    text-shadow: none;
    color: #fff;
    font-size: 22px;
}