.dark .quest-button {
  color: white;
}

.quest-button {
  color: black;
}

.dark .user-block-button {
  color: white;
}

.dark .user-unblock-button {
  color: white;
}

.user-block-button {
  color: black;
}

.dark .status-button {
  color: white;
}

.status-button {
  color: black;
}

.sweetalert-confirm-button {
  background-color: #7066e0 !important;
}

.sweetalert-cancel-button {
  background-color: #6e7881 !important;
}

.sweetalert-title {
  font-size: 1.875em;
  font-weight: 600;
}

#result_list div.drag.handle {
  cursor: grab;
  opacity: 1;
  width: 15px;
}

#result_list .field-_reorder_ {
  display: flex;
  justify-content: center;
}
