@charset "utf-8";

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /*width: 100px;*/
    height: 50px;
    /*line-height: 60px;*/
    background: purple;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

#pagetop a{}

#pagetop span:hover{
    color: #0bb4ff!important;
}

#pagetop span {
    display: flex;
    height: 50px;
    /*width: 10%;*/
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px 5px;
}

#pagetop span > .material-icons {
    /*   margin-top: -25px;*/
    font-weight: bold;
    /*margin-bottom: 3px;*/
}