/*
 * ==========================
 * Go Top and Scrollindicator
 * ==========================
 *
 * Name: Go top and Scrollprogress CSS
 * Author: Fraenkiman
 * Version: 1.0.1
 * Module: gotopscrollindicator.css
 * Description: This file defines the style of the go top button and scrollprogress
 * Last change: 26.09.2022
 */

.line {
        /* background: green; */
        background: #82271F;
        height: 8px;
        border-radius: 4px;
        width: 0%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9998;
}

.back-to-top {
        /* background: green; */
        position: fixed;
        bottom: 10px;
        right: 10px;
        /* padding: 10px; */
}
