.my-swal-popup {
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #0A3D72 !important;
  }
  
  .my-swal-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff !important;
  }
  
  .my-swal-content {
    color: #ffffff !important;
  }

  .my-swal-text {
    color: white !important;
}
  
  .my-confirm-button,
  .my-cancel-button {
    border-radius: 6px !important;
    padding: 0.5rem 1.25rem !important;
    font-weight: 500;
  }
  
  .my-confirm-button {
    background-color: #FFD000 !important;
    color: #012D5A !important;
    border: none !important;
  }
  
  .my-cancel-button {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
  }

  /* White close buttons for all modals */
  .modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%) !important;
    opacity: 0.8 !important;
  }

  .modal .btn-close:hover {
    opacity: 1 !important;
  }

  /* Ensure modal headers have proper styling */
  .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  /* Ensure all modal titles have white text */
  .modal-title {
    color: #ffffff !important;
  }

  /* Override any specific modal title colors */
  .modal-title.text-secondary,
  .modal-title.text-dark,
  .modal-title.text-primary {
    color: #ffffff !important;
  }

  .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  