.toast-title {
  text-align: center !important;
}

.toast-container {
  width: fit-content !important;
}

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

.nav-floating {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

.nav-floating div.card {
  box-shadow: 0px 2px 4px 4px rgba(108, 117, 125, 0.1);
  margin-bottom: 20px;
}

/* General Classes */

.field {
  margin-top: 6px;
  font-size: 12px;
}

.admin-main-container {
  padding: 16px;
  min-height: 92vh;
}

.admin-footer-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Slider Class */

.slider-connect-color-amber {
  position: absolute;
  background-color: #fbd503;
}

.noUi-connects {
  background-color: white;
}

.noUi-value {
  color: white;
  font-size: 14px;
  margin-top: 5px;
}

.noUi-marker-large,
.noUi-marker-sub {
  background-color: white;
}