.ghostkit-progress{--gkt-progress__height: 15px;--gkt-progress__border-radius: var(--gkt-border-radius);--gkt-progress__background-color: var(--gkt-color-light-gray);--gkt-progress--caption__margin-bottom: 0.3em;--gkt-progress--caption__font-size: 0.85em;--gkt-progress--count__padding-v: 0.1em;--gkt-progress--count__padding-h: 0.7em;--gkt-progress--count__font-size: 0.6em;--gkt-progress--count__border-radius: 1em;--gkt-progress--count__color: #fff;--gkt-progress--count__background-color: var(--gkt-color-dark-gray);--gkt-progress--count-arrow__size: 0.35em;--gkt-progress--bar__width: 0;--gkt-progress--bar__background-color: var(--gkt-color-primary);--gkt-progress--bar-striped__background-image: linear-gradient(45deg, rgba(255, 255, 255, 10%) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 10%) 50%, rgba(255, 255, 255, 10%) 75%, transparent 75%, transparent);--gkt-progress--bar-striped__background-size: 15px 15px;--gkt-progress__transition-duration: var(--gkt-transition-duration);--gkt-progress__transition-easing: var(--gkt-transition-easing)}.ghostkit-progress-caption{display:block;margin-bottom:var(--gkt-progress--caption__margin-bottom);font-size:var(--gkt-progress--caption__font-size)}.ghostkit-progress-bar-count{position:relative}.ghostkit-progress-bar-count>div{position:absolute;right:0;bottom:100%;padding:var(--gkt-progress--count__padding-v) var(--gkt-progress--count__padding-h);margin-bottom:calc(.2em + var(--gkt-progress--count-arrow__size));font-size:var(--gkt-progress--count__font-size);color:var(--gkt-progress--count__color);white-space:nowrap;background-color:var(--gkt-progress--count__background-color);border-radius:var(--gkt-progress--count__border-radius);transform:translateX(50%)}.ghostkit-progress-bar-count>div::after{position:absolute;top:100%;left:50%;display:block;width:0;height:0;margin-left:calc(-1*var(--gkt-progress--count-arrow__size));content:"";border-top:var(--gkt-progress--count-arrow__size) solid var(--gkt-progress--count__background-color);border-right:var(--gkt-progress--count-arrow__size) solid rgba(0,0,0,0);border-left:var(--gkt-progress--count-arrow__size) solid rgba(0,0,0,0)}.ghostkit-progress-wrap{height:var(--gkt-progress__height);overflow:hidden;background-color:var(--gkt-progress__background-color);border-radius:var(--gkt-progress__border-radius);transition:var(--gkt-progress__transition-duration) background-color var(--gkt-progress__transition-easing)}.ghostkit-progress-bar{width:var(--gkt-progress--bar__width);height:100%;background-color:var(--gkt-progress--bar__background-color);transition:var(--gkt-progress__transition-duration) background-color var(--gkt-progress__transition-easing)}.ghostkit-progress-bar-striped .ghostkit-progress-bar{background-image:var(--gkt-progress--bar-striped__background-image);background-size:var(--gkt-progress--bar-striped__background-size)}