.btn {
  padding: 0.25rem 0.5rem;
}

.dropify-wrapper {
  height: 300px;
}

td img {
  max-height: 100px;
}

.form-control {
  font-size: 0.8rem;
}

.page-body .dataTables_scrollBody {
  background: none !important;
}

.swal2-confirm,
.swal2-cancel {
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  border: none;
}

.swal2-confirm {
  background-color: #37432b;
}

.swal2-cancel {
  background-color: #606854;
}

.swal2-confirm:hover,
.swal2-cancel:hover {
  background-color: var(--background-color);
  color: var(--default-color);
}
