.swal-confirm-dr {
  background-color: #1464A2 !important;
  color: white !important;
  border-radius: 6px;
  font-weight: 600;
}
.swal-confirm-dr:hover {
  background-color: #114D7C !important;
}
.swal-cancel-dr {
  background-color: #e5e7eb !important;
  color: #333 !important;
  border-radius: 6px;
  font-weight: 500;
}

#progressBar {
  background-color: #22c55e; /* Tailwind green-500 */
  transition: width 0.3s ease;
}

.overflow-x-auto::-webkit-scrollbar {
        height: 6px;
      }

      .overflow-x-auto::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
      }

      .overflow-x-auto::-webkit-scrollbar-thumb:hover {
        background: #555;
      }

      .overflow-x-auto {
        -webkit-overflow-scrolling: touch;
      }

