.Total-Tickets {
  z-index: 1;
  width: 20vw;
  height: 20vw;
  max-width: 35vh;
  max-height: 35vh;
  border-radius: 50%;
  box-shadow: 0 1.6vw 3vw 1.6vw rgba(0, 0, 0, 0.34);
  border-style: solid;
  border-width: 0.7svh;
  border-image-source: linear-gradient(to right, #60aaff 0%, #9b59b6 35%, #9b59b6 49%, #9b59b6 64%, #c95664 100%);
  border-image-slice: 0;
  background-image: linear-gradient(to bottom, #242627, #242627), linear-gradient(to right, #60aaff 0%, #9b59b6 35%, #9b59b6 49%, #9b59b6 64%, #c95664 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: block;
  justify-content: center;
  align-items: center;
}

.Total{
  width: 18vw;
  height: 12vw;
  max-width: 35vh;
  max-height: 35vh;
  font-family: "Source Sans 3", system-ui;
  font-size: 5vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: flex-end;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f5f5f5;
}

.Tickets-over-SLA {
  width: 18vw;
  height: 2.5vw; 
  max-width: 35vh; 
  max-height: 35vh;
  font-family: "Source Sans 3", system-ui;
  font-size: 2.5vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: flex-end;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f5f5f5;
}

img {
  width: 12vw;
  max-width: 35vh; 
}

.Lil-text {
  margin: 20px 0 4px;
  max-width: 25vh;
  max-height: 10vh;
  width: 12vw;
  height: 12vw;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  flex-grow: 12;
  border-style: solid;
  border-width: 0;
  border-image-slice: 1;
  font-family: "Source Sans 3", system-ui;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 4vw;
  text-align: center;
  color: #e5e5e5;
}

.Tier-Text {
  margin: 4px 3px 0 2px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 12;
  border-style: solid;
  border-width: 0;
  border-image-slice: 1;
  font-family: "Source Sans 3", system-ui;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e5e5e5;
}

.Vector-left {
  z-index: 0;
  display: block;
  width: 55vw;
  height: 5vw; 
  max-width: 55vh; 
  max-height: 5vh;
  transform: rotate(-21deg);
  flex-grow: 0;
  border-style: solid;
  border-width: 0.7vh;
  border-image-source: linear-gradient(to bottom, #60aaff, #9b59b6, #60aaff);
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-image-slice: 1;
}

.Vector-right {
  z-index: 0;
  display: block;
  width: 55vw;
  height: 5vw; 
  max-width: 55vh; 
  max-height: 5vh;
  transform: rotate(21deg);
  flex-grow: 0;
  border-style: solid;
  border-width: 0.7vh;
  border-image-source: linear-gradient(to bottom, #c95664,  #9b59b6, #c95664);
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-image-slice: 1;
}

.Vector-middle {
  z-index: 0;
  display: block;
  width: 0px;
  height: 8vw; 
  max-height: 45vh;
  flex-grow: 0;
  border-style: solid;
  border-width: 0.7vh;
  border-image-source: linear-gradient(to bottom, #9b59b6,  #9b59b6, #9b59b6);
  border-bottom: none;
  border-right: none;
  border-image-slice: 1;
}

.Left-Blue-Rectangle {
  z-index: 1;
  border-radius: 2%;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border: solid  #60aaff;
  border-width: 0.5vh;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
}
.Right-Blue-Rectangle {
  z-index: 1;
  border-radius: 2%;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border: solid #60aaff;
  border-width: 0.5vh;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
  margin-right: 10vh;
}
.Left-Purple-Rectangle {
  z-index: 1;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border-radius: 2%;
  border-width: 0.5vh;
  border-style: solid;
  border-color: #9b59b6;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
}

.Right-Purple-Rectangle{
  z-index: 1;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border-radius: 2%;
  border: solid #9b59b6;
  border-width: 0.5vh;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
  margin-right: 10vh;
}
 
 .Left-Red-Rectangle {
  z-index: 1;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border-radius: 2%;
  border: solid #c95664;
  border-width: 0.5vh;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
}
 
 .Right-Red-Rectangle {
  z-index: 1;
  max-width: 25vh;
  max-height: 18vh;
  width: 12vw;
  height: 12vw;
  border-radius: 2%;
  border: solid #c95664;
  border-width: 0.5vh;
  background-color: #343434;
  box-shadow: 0px -1vw 1.4vw rgba(0, 0, 0, 0.34);
}
 