.scroll_bar{position:absolute;display:flex;justify-content:center;top:50%;left:0;width:132px;transform:translateY(-50%);z-index:1}.scroll_indicator{border-radius:calc(var(--base-size) * 2px)}.scroll_dots,.scroll_indicator{width:calc(var(--base-size) * 1px)}.scroll_dots{height:calc(var(--base-size) * 1px);background-color:rgba(var(--background-rgb),1);border-radius:50%}.scroll_lines{width:calc(var(--base-size) * 2px)}.scroll_end,.scroll_lines{height:calc(var(--base-size) * .5px);background-color:rgba(var(--background-rgb),1)}.scroll_end{width:calc(var(--base-size) * 4px);border-radius:4px}@media (max-width:1024px){.scroll_bar{left:calc(var(--base-size) * 5px);width:auto;top:2.5%;transform:translateY(-2.5%)}.scroll_dots{width:calc(var(--base-size) * .5px);height:calc(var(--base-size) * .5px)}.scroll_end{width:calc(var(--base-size) * 1.5px)}}