﻿.signalR_progress_box
{
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}

.signalR_progress
{
  display: none;
}

.signalR_progress_box.is-showing .signalR_progress
{
  display: block;
  font-style: italic;
  font-size: 1.25rem;
  background: #e9ecef;
  width: 100%;
}

.signalR_progress_bar
{
  background: #00b3dc;
  height: 30px;
}

.signalR_progress_label
{
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
