body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Montserrat", sans-serif;
}
  
  table.dataTable td{
      font-size: .8rem !important;
  }
  table.dataTable th {
      font-size: .6rem !important;
  }

  .table th {
      border-bottom: 1px solid #dee2e6;
  }


  /* Apple-style frosted glass Swal */
  .swal2-popup {
    background: rgba(255, 255, 255, 0.2) !important; /* translucent */
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border-radius: 16px !important;
  }

  /* SWAL Styling Overrides */
  /* Optional: make confirm button minimal and modern */
  .swal2-confirm {
    background: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease;
  }

  .swal2-confirm:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    color: #000 !important;
  }

  div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
      display: none !important;
  }

  div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
      display: none !important;
  }

  div:where(.swal2-icon).swal2-success .swal2-success-fix {
    display: none !important;
}

.btn-outline-dark{
  color: #000000 !important;
}

.btn-outline-dark:hover{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}