#loading-overlay {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    gap: 10px;
}

.loading-icon{
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    border-left:2px solid #767676;
    border-radius:25px;
    width:25px;
    height:25px;
    z-index:4;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

#loading-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0);
}

.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.container {
  width: 96%;
}

@media only screen and (min-width: 933px) {
  .container {
    width: 96% !important;
  }
}

@media only screen and (min-width: 601px) {
  .container {
    width: 96% !important;
  }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

th,td{
  max-width: 1em;
  width: 1em;
}

tr td:nth-child(3),tr td:nth-child(4){
  background:lightgray;
}

tr.header th:nth-child(3),tr.header th:nth-child(4){
  background:lightgray;
}

.dark tr td:nth-child(3), .dark tr td:nth-child(4){
  background:gray;
}

.dark tr.header th:nth-child(3), .dark tr.header th:nth-child(4){
  background:gray;
}

#sg_saturday,#sg_sunday,#sg_monday,#sg_tuesday,#sg_wednesday,#sg_thursday,#sg_friday{
  background: transparent !important;
}

#myTableHeaders{
  width:calc(100% - 12px);
  margin-top: 10px;
}

[data-pid]:hover{
  cursor: pointer;
}

input.has-invalid-timelog{
  border: 1px solid red;
  color: red;
  font-weight: bold;
}

body #user_email_address{
  color: black;
}

body.dark #user_email_address{
  color: white !important;
}

.collapsible-body{
  padding: 0rem !important;
}