.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;
}

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

.card:after {
  content: "";
  display: block;
  margin-top: 10px;
  margin-left: 24px;
}

.scrollable-table {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: auto;
}

.scrollable-table td:first-child,
.scrollable-table th:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
}

.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;
}
