﻿#userLeftWrapper {
  width: 100px;
  height: 100px;
  background-color: #262626;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto 15px auto;
  line-height: 1.4em;
}

#userLeftWrapper small {
  padding-top: 22px;
  display: block;
  text-transform: uppercase;
  font-size: .65em;
}

#userLeft {
  font-size: 1.5em;
}

#rangeQueue {
  width: 400px;
  margin: auto;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
  font-size: 2em;
  min-height: 20px;
}

#rangeQueue:after {
  content: "\f54e";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: translate(50%, 0);
  color: #28a745;
}

/*#rangeQueue.isclosed:after {
  content: "236";
  color: #FF336E;
}*/
#placePourcent {
  left: 0;
  bottom: -1px;
  position: absolute;
  transform: translate(-50%, 7px);
}

#placePourcent:before {
  content: "\f554";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media (max-width:991.98px) {
  #rangeQueue {
    width: calc(100% - 40px);
  }

}

#calledTicketNumberWrapper {
  background: #eb4886 -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

#passageCountWrapper {
  background: #875FC0 -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

#remainingCountWrapper {
  background: #45C5F3 -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

#usersWTCountWrapper {
  background: #FFB82C -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

#QueueStatusWrapper {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

#QueueSpeedWrapper {
  opacity: .6;
  font-size: 0.7em;
  margin-top: 6px;
}

.stats_hightlight {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
}

/*        canvas {
  border: 1px dotted red;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 50vh;
  width: 90vw;
}*/