@charset "utf-8";

.wt-sky-progress-bar { position: fixed; top: 0px; left: 0px; width: 100%; height: 2px; z-index: 1; }

.wt-sky-progress-bar__line { height: 100%; width: 0px; background-color: rgb(255, 61, 111); transition: width 0.15s linear; }