[data-kt-scrolltop=on] .scrolltop {
    animation: animation-scrolltop .4s
    ease-out 1;
    display: flex;
}

.scrolltop {
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 105;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 130px;
    right: 35px;
    opacity: 0;
    transition: color .2s
    ease;
    border-radius: .475rem;
}
