body.swal2-toast-shown .swal2-container.swal2-top {
  width: 100% !important;
}

.swal2-popup.swal2-toast {
  padding: 16px 16px 16px 16px !important;
}

.swal2-popup.swal2-toast .swal2-icon {
  align-self: center !important;
  margin-top: 0 !important;
}

.swal2-popup.swal2-toast.swal2-icon-success {
  background-color: rgb(237, 247, 237) !important;
}

.swal2-popup.swal2-toast.swal2-icon-error {
  background-color: rgb(253, 237, 237) !important;
}

.swal2-popup.swal2-toast.swal2-icon-info {
  background-color: rgb(229, 246, 253) !important;
}

.swal2-popup.swal2-toast.swal2-icon-warning {
  background-color: rgb(255, 244, 229) !important;
}

.swal2-popup.swal2-toast.swal2-icon-question {
  background-color: rgb(247, 250, 252) !important;
}

.swal2-popup.swal2-toast .swal2-title,
.swal2-popup.swal2-toast .swal2-html-container,
.swal2-popup.swal2-toast .swal2-actions {
  margin: 16px 16px 0 16px !important;
}

.swal2-popup.swal2-toast .swal2-actions {
  padding: 0 !important;
}

.swal2-popup.swal2-toast .swal2-title {
  margin-top: 11px !important;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.swal2-popup.swal2-toast .swal2-actions button {
  margin: 0 4px 0 0 !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  font-weight: 400 !important;
}

.select2-container--bootstrap-5 .select2-selection {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
}

.single-attachment-form-control .current-attachment-wrap,
.single-attachment-form-control .current-attachment-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.single-attachment-form-control .current-attachment-wrap {
  flex-wrap: wrap;
  margin-top: 8px;
}

.single-attachment-form-control .current-attachment-wrap span {
  display: block;
  width: fit-content;
}

.single-attachment-form-control .current-attachment-item a {
  display: -webkit-box;
  width: auto;
  max-width: 100%;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #0d6efd;
  margin-left: 4px;
}

.single-attachment-form-control .current-attachment-item a:hover {
  text-decoration: underline;
}

.current-attachment-item button {
  background-color: transparent;
  border: 0;
  padding: 0 4px;
  margin-left: 4px;
  color: red;
  font-size: 18px;
  line-height: 1;
}

.form-control[type="file"] {
  color: #6c757d;
}
