@import '../../style/variable';

.#{$namespace} {
  &-player-tool {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 32px;

    &__btns {
      flex-shrink: 0;

      display: flex;
      flex-direction: row;
      align-items: center;

      gap: 32px;
    }

    &__progress {
      flex: 1;
    }

    &__time {
      flex-shrink: 0;

      font-weight: 400;
      font-size: 14px;
      color: rgba(0,0,0,0.65);

      &-current {
        font-weight: 400;
        font-size: 14px;
        color: #0067EE;
      }
    }
  }
}