label {
  font-weight: bold;
}
.label {
  cursor: default;
}
.label-status-2 {
  background-color: #38e;
}
.label-status-unused {
  background-color: #f77;
}
.label-status-3 {
  background-color: #f90;
}
.label-status-5 {
  background-color: #bb0;
}
.label-status-4 {
  background-color: #0bb;
}
.label-status-outsourced {
  background-color: #f06;
}
.label-status-6 {
  background-color: #b0b;
}
.label-status-7 {
  background-color: #796;
}
.label-status-9 {
  background-color: #666;
}
.label-status-done {
  background-color: #3d6;
}
.label-status-8 {
  background-color: #3d6;
}
.label-status-1 {
  background-color: rgb(127, 134, 134);
}
.label-status-in_progress {
  background-color: #38e;
}
.label-status-10 {
  background-color: #3d6;
}
.dashboard-label {
  padding: 2px 4px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dashboard-part {
  width: 115px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid black;
  float: left;
  margin: 3px;
  font-weight: bold;
  color: black;
}
.dashboard-status {
  margin-top: 0;
  margin-bottom: 5px;
}
.priority-0 {
  background-color: #fa4;
}
.priority-1 {
  background-color: #4a7;
}
.priority-2 {
  background-color: #aaa;
}
.table th a {
  color: black;
}

li > h4 {
  display: inline-block;
}
.social-login-container {
  margin-top: 2rem;
  text-align: center;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.divider span {
  padding: 0 10px;
  color: #757575;
  font-size: 0.9rem;
}

.social-login-heading {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.social-providers {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.provider-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.provider-button {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #3498db;
  transition: background-color 0.3s ease;
}

.provider-button:hover {
  background-color: #2980b9;
}

.provider-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-weight: bold;
}

.provider-name {
  font-size: 0.9rem;
}
