/* Utility classes converted from Tailwind */
.hidden {
  display: none !important;
}
.w-full {
  width: 100%;
}
.bg-purple-700 {
  background-color: #6d28d9;
}
.py-4 {
  padding-top: 1rem; /* 16px */
  padding-bottom: 1rem; /* 16px */
}
.mb-8 {
  margin-bottom: 2rem; /* 32px */
}
.shadow-lg {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}
.text-white {
  color: #fff;
}
.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}
.font-medium {
  font-weight: 500;
}
.hover\:text-purple-200:hover {
  color: #e9d5ff;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.p-8 {
  padding: 2rem; /* 32px */
}
.rounded-xl {
  border-radius: 0.75rem; /* 12px */
}
.max-w-md {
  max-width: 28rem; /* 448px */
}
.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.font-bold {
  font-weight: 700;
}
.text-gray-800 {
  color: #1f2937;
}
.mb-6 {
  margin-bottom: 1.5rem; /* 24px */
}
.text-center {
  text-align: center;
}
.text-gray-600 {
  color: #4b5563;
}
.mb-8 {
  margin-bottom: 2rem; /* 32px */
}
.bg-blue-50 {
  background-color: #eff6ff;
}
.p-6 {
  padding: 1.5rem; /* 24px */
}
.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}
.border {
  border-width: 1px;
}
.border-blue-200 {
  border-color: #bfdbfe;
}
.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}
.font-semibold {
  font-weight: 600;
}
.text-blue-800 {
  color: #1e40af;
}
.mb-4 {
  margin-bottom: 1rem; /* 16px */
}
.flex-col {
  flex-direction: column;
}
.gap-4 {
  gap: 1rem; /* 16px */
}
.flex-grow {
  flex-grow: 1;
}
.p-3 {
  padding: 0.75rem; /* 12px */
}
.border-gray-300 {
  border-color: #d1d5db;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-width: 0px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-color: #2563eb;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-blue-500:focus {
  --tw-ring-color: #3b82f6;
}
.text-white {
  color: #fff;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.shadow-md {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.mt-6 {
  margin-top: 1.5rem; /* 24px */
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.p-3 {
  padding: 0.75rem; /* 12px */
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.cursor-pointer {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.ml-4 {
  margin-left: 1rem; /* 16px */
}
.mt-2 {
  margin-top: 0.5rem; /* 8px */
}
.text-gray-700 {
  color: #374151;
}
.w-24 {
  width: 6rem; /* 96px */
}
.text-right {
  text-align: right;
}
.text-red-600 {
  color: #dc2626;
}
.text-green-600 {
  color: #16a34a;
}

/* Responsive styles for small screens (sm: prefix) */
@media (min-width: 640px) {
  /* Equivalent to sm: breakpoint */
  .sm\:flex-row {
    flex-direction: row;
  }
}

/* Custom styles for the toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2563eb; /* Blue-600 */
}

input:focus + .slider {
  box-shadow: 0 0 1px #2563eb;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
