/* --------------------------------------------|
|                                              |
| Component Scroll to top                      |
|                                              |
|-------------------------------------------- */

#scroll-top-link {
    height: 30px;
    width: 30px;
    line-height: 5px;
    bottom: 20px;
    right:20px;
    padding-top: 12px;
}

#scroll-top-link:hover {
    background-color: white;
    border-color: white;
}

#scroll-top-link.avia-svg-icon svg:first-child {
    height: 15px;
    width: auto;
    margin-top: -5px;
}
