html .scroll-top {
    border-radius: 4px 4px 0 0;
    border-radius: 0.5rem;
    bottom: 55px;
    color: #fff;
    display: block;
    height: 9px;
    padding: 10px 10px;
    position: fixed;
    right: 16px;
    transition: all 0.3s;
}
html .scroll-top {
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
}
html .scroll-top img {
    width: 40px;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .scroll-top span {
    display: inline-block;
    padding: 0 5px;
}
@media (max-width: 991px) {
    html .scroll-top.hidden-mobile {
        display: none !important;
    }
}
