body {
  background: #ebebeb;
}

.main {
  background: #ebebeb;
  margin-left: 240px;
  margin-top: 80px;
}

.main-bar {
  background: #ebebeb;
  margin-left: 540px;
  margin-top: 60px;
}

.main-hidden {
  margin-left: 240px;
}

.main-form {
  height: fit-content;
  background-color: transparent;
  position: absolute;
  margin-left: 240px;
  padding-top: 100px;
  align-items: center;
  text-align: center;
}

.main-form * {
  font-family: 'Poppins', sans-serif;
  color: black;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0 0;
  box-shadow: 0 2px 5px 0 RGB(0 0 0/5%), 0 2px 10px 0 RGB(0 0 0/5%);
  width: 240px;
  z-index: 600;
  overflow-y: auto;
  visibility: visible;
}

.sidebar2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 240px;
  padding: 50px 0 0;
  padding-top: 82px;
  background-color: #858585;
  box-shadow: 0 2px 5px 0 RGB(0 0 0/5%), 0 2px 10px 0 RGB(0 0 0/5%);
  width: 300px;
  z-index: 600;
  overflow-y: hidden;
  visibility: visible;
}

.sidebar-hidden {
  visibility: hidden;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-item {
  color: white;
  background-color: transparent;
}

.employee-table th, td {
  background-color: transparent;
  background: none;
}

.green {
  color: rgba(1, 255, 1, 0.678);
}

.red {
  color: #fd4646;
}

.yellow {
  color: yellow;
}

.gray {
  color: #5a5a5a;
}

.orange {
  color: orange;
}

.darkyellow {
  color: rgba(218, 218, 5, 0.904);
}

.info-list {
  background-color: transparent;
  border: none;
  height: fit-content;
  overflow-wrap: break-word;
}

.tasks-list {
  min-width: 400px;
}

.tasks-bar-item-text {
  background-color: transparent;
  font-size: 26px;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
}

.tasks-bar-item {
  background-color: transparent;
  text-align: left;
}

.projects-bar-item-text {
  background-color: transparent;
  font-size: 26px;
  font-weight: bold;
}

.custom-login-form {
  --bs-bg-opacity: .3;
  min-width: 400px;
  margin-top: 50px;
}

.projects-list-text {
  color: gray;
  font-size: 30px;
}

.project-tasks-list-item {
  background-color: #707070;
  color: white;
  text-align: left;
}

.employee-list-item {
  cursor: pointer;
  height: 60px;
  background-color: #bebebe;
}

.employee-list-item th {
  background-color: #bebebe;
}

.pointer {
  cursor: pointer;
}

li {
  vertical-align: middle;
}

li p {
  color: black;
}

li::marker {
  font-size: 1.5rem;
}

.absence-list {
  max-height: 615px;
}

.table-transparent tr td {
  background-color: transparent;
}

.table-transparent tr th {
  background-color: transparent;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.border-right-table {
  border-right: 2px solid;
}

.border-top-table {
  border-top: 2px solid;
}

.line-right {
  border-right: black;
  border-width: 3px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.chart-light-blue {
  color: #4681ee;
}

.chart-blue {
  color: #19408a;
}

.chart-green {
  color: #4ff01e;
}

.chart-yellow {
  color: #ffcb47;
}

.chart-red {
  color: #ff5100;
}
