.indicator{border-radius:100em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-weight:600;width:2em;height:2em}.timerIndicator{color:#cb272a}.timerIndicator-inactive{color:#888}.indicatorIcon{width:auto;height:auto;font-size:1.6em}.countIndicator{border-radius:100em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-weight:600;width:2em;height:2em;color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);font-size:88%}.playedIndicator{border-radius:100em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}.syncIndicator{border-radius:100em;font-size:1.28em;height:1.25em;width:1.25em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.emptySyncIndicator{background:#ccc;color:#333}.missingIndicator,.unairedIndicator{background:#c33;padding:.25em .5em;border-radius:100em;color:#fff;font-size:84%;font-weight:600;margin:0 .25em}.itemProgressBarRound{border-radius:100em}.itemProgressBarForegroundRound{border-top-left-radius:100em;border-bottom-left-radius:100em;border-start-start-radius:100em;border-start-end-radius:100em}.itemProgressBarForeground-animated{-webkit-animation:itemProgressBarForeground-slidein 1s ease-out normal;animation:itemProgressBarForeground-slidein 1s ease-out normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transform-origin:left center;transform-origin:left center}[dir=rtl] .itemProgressBarForeground-animated{-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes itemProgressBarForeground-slidein{from{-webkit-transform:scaleX(.1);transform:scaleX(.1)}to{-webkit-transform:none;transform:none}}@keyframes itemProgressBarForeground-slidein{from{-webkit-transform:scaleX(.1);transform:scaleX(.1)}to{-webkit-transform:none;transform:none}}