tr th {
    text-align: center;
    /* padding: 10px; */
    border:1px solid black;
  }
  
tr td {
  /* padding: 10px; */
  border:1px solid grey;
}

.progress {
  width: 80px;
  height: 80px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.rounded-lg {
  border-radius: 1rem;
}

.text-gray {
  color: #aaa;
}

div.h4 {
  line-height: 1rem;
}

html,
body {
  /* position: fixed; */
  overflow: hidden;
}

#main {
  height: auto;
  border: 1px solid gray;
  /* font-size: 1.5em; */
  font-weight: bold;
}
#left {
  text-align: left;
  float: left;
  width: 60%;
  height: 100%;
  border-right: 2px solid grey;
}
#right {
  text-align: right;
  width: 100%;
  height: 100%;
  margin-left: 2px;
  /* background-color:blue; */
}

#leftSizeFit {
  text-align: left;
  float: left;
  width: 60%;
  height: 100%;
  border-right: 2px solid grey;
}
#rightSizeFit {
  text-align: right;
  width: 100%;
  height: 100%;
  margin-left: 2px;
  /* background-color:blue; */
}

.SignOutButton {
  position: fixed;
  margin-right: 1%; 
  right: 0%; margin-top: 3.2em;
}

.small-button {
  font-size: 14px; /* Adjust the font size as needed */
  padding: 4px 8px; /* Adjust the padding to control the button's size */
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10%;
    margin-top: 1em;
}

.button-container button {
    flex: 1;
    text-align: center;
    margin: 0;
}

.button-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20%;
  margin-top: 1em;
  margin-bottom: 30%;
}

.button-container-upload button {
  flex: 1;
  text-align: center;
  margin: 0;
}

#shiftButtons {
  position: fixed;
  top: 50%;
  z-index: 1;
}

#leftShiftButton {
  position: fixed;
  left: 20px;
}

#rightShiftButton {
  position: fixed;
  right: 20px;
}