
#mlscroll_top {
    display: none;
    position: fixed;
    right: 13px;
    bottom: 80px;
    z-index: 7;
    
    background-color: #6a6b6d;
    color: #FFFFFF;
    font-weight: 600;
    border: 0; /*1px solid #d3d5da;*/
    box-shadow: rgba(57, 76, 107, 0.5) 0px 2px 6px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease-out;
    cursor: pointer;
}
