@import "desktop.css";
@import "largeDesktop.css";
@import "largeTablet.css";
@import "tablet.css";
@import "mobile.css";
@import "smallMobile.css";

.swal-confirm-btn {
  background-color: #d32f2f !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin: 0 5px !important;
  min-width: 120px !important;
  white-space: nowrap !important;
}

.swal-cancel-btn {
  background-color: #e0e0e0 !important;
  color: #333 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin: 0 5px !important;
  min-width: 120px !important;
  white-space: nowrap !important;
}
