div#toast-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 999999;
  pointer-events: none;
}

.toast {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-position: 15px center !important;
  border: 0;
  background-color: #f3f6f9;
  color: #3f4254;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  opacity: 0;
  border-radius: 0.25rem;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  font-size: 1rem;
}

.toast.toast-success {
  background-color: #1bc5bd;
  color: #ffffff;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.badge-light-error {
  color: var(--bs-form-invalid-color);
  background-color: rgba(241, 65, 108, 0.05);
}

.badge-light-warn {
  color: rgb(149, 142, 60);
  background-color: rgba(255, 234, 0, 0.122);
}

.badge-light-new {
  color: rgb(72, 157, 190);
  background-color: rgba(72, 157, 190, 0.122);
}

#loading {
  position: fixed;
  top: 15%;
  left: 50%;
  background-color: rgba(1, 1, 1, 0.25);
  border-radius: 5rem;
  width: 50px;
  height: 50px;
  border: 6px solid #fff;
  border-top-color: #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.d-initial {
  display: initial;
  font-size: 10px;
}

.d-none {
  display: none;
}

p {
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.text-green {
  color: #2c9aff;
  font-size: 8px;
}

.text-red {
  color: var(--bs-form-invalid-color);
  font-size: 8px;
}

#eye-icon {
  font-size: 24px !important;
}

.bulk-actions-btn {
  padding: calc(0.55rem + 1px) calc(1.25rem + 1px) !important;
  min-width: fit-content;
  width: fit-content !important;
}

.bulk-actions-btn > span {
  margin-right: 12px;
}

.page-title {
  padding: 24px 0;
}

.menu-item {
  padding: 0px !important;
}

.table__body-actions {
  display: flex !important;
}

td#table__body-actions > div {
  display: table-cell;
}
td#table__body-actions > div a {
  margin: 5px;
}

.starImage {
  width: 50%;
  height: auto;
}
