.perf-stat-duration {
  position: relative; }
  .perf-stat-duration .perf-stat-duration-bar {
    background: rgba( 199, 224, 244 ,  1 );
    background: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
    height: 20px; }
  .perf-stat-duration .perf-stat-duration-time {
    position: absolute;
    right: 5px;
    top: 0;
    text-shadow: 0px 0px 4px rgba( 255, 255, 255 ,  1 );
    text-shadow: 0px 0px 4px rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
