.badge-info {
  background-color: #1cc7d0;
}

.badge-yellow {
  background-color: #f1a539;
}

.badge-purple {
  background-color: #b84592;
}

.badge-orange {
  background-color: #ff6c5f;
}

.filter-container {
  box-shadow: 0 0.5rem 1rem rgba(102, 165, 227, 0.4);
}

.filter-container label {
  display: block;
  width: 100%;
}

.filter-container input[type="date"] {
  width: 100%;
}

.filter-container input[type="date"]:nth-of-type(1):nth-last-of-type(2),
.filter-container input[type="date"]:nth-of-type(2):nth-last-of-type(1) {
  width: 48%;
  display: inline-block;
}

.toast {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.toast-success {
  border-left: 8px solid #008055;
}
.toast-success .icon {
  fill: #008055;
}

.toast-warning {
  border-left: 8px solid #995c00;
}
.toast-warning .icon {
  fill: #995c00;
}

.toast-error {
  border-left: 8px solid #cc334d;
}
.toast-error .icon {
  fill: #cc334d;
}

.toast-info {
  border-left: 8px solid #06c;
}

.toast-info .icon {
  fill: #06c;
}

.squared-avatar {
  display: inline-block;
  width: 200px;
  height: 200px;
}

.filter-container {
  box-shadow: 0 0.5rem 1rem rgba(102, 165, 227, 0.4);
}
