/* [project]/styles/globals.css [client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --color-red-50: #fef2f2;
    --color-red-300: #ffa3a3;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-yellow-50: #fefce8;
    --color-yellow-800: #874b00;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-yellow-50: lab(98.6846% -1.79055 9.7766);
      --color-yellow-800: lab(38.7484% 23.5833 51.4916);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-15 {
    margin-left: calc(var(--spacing) * 15);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-64 {
    height: calc(var(--spacing) * 64);
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-\[80vw\] {
    width: 80vw;
  }

  .w-full {
    width: 100%;
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-gray-700 {
    border-color: var(--color-gray-700);
  }

  .border-red-300 {
    border-color: var(--color-red-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-75 {
    opacity: .75;
  }

  .shadow, .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-within\:ring-blue-500:focus-within {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-within\:outline-none:focus-within {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }

    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }

    .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }

    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }

    .hover\:bg-red-600:hover {
      background-color: var(--color-red-600);
    }

    .hover\:bg-red-700:hover {
      background-color: var(--color-red-700);
    }

    .hover\:text-blue-500:hover {
      color: var(--color-blue-500);
    }

    .hover\:text-gray-700:hover {
      color: var(--color-gray-700);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .md\:flex {
      display: flex;
    }

    .md\:w-\[300px\] {
      width: 300px;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

.form-input-std {
  cursor: text;
  color: #111827;
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  margin-top: .25rem;
  padding: .5rem;
  display: block;
  box-shadow: 0 1px 2px #0000000d;
}

.form-input-std:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

@media (min-width: 640px) {
  .form-input-std {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.pagination-container {
  border-top: 1px solid #e5e7eb;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
}

.pagination-controls {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.pagination-button {
  color: #374151;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: all .2s;
  display: inline-flex;
}

.pagination-button:hover:not(:disabled) {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.pagination-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.pagination-page-info {
  color: #6b7280;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.home-container {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.home-spinner {
  border-color: #3b82f6;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.login-container {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 3rem 1rem;
  display: flex;
}

@media (min-width: 640px) {
  .login-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .login-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.login-card {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 28rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.login-card > * + * {
  margin-top: 2rem;
}

.login-title {
  text-align: center;
  color: #111827;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
}

.login-error-message {
  color: #ef4444;
  text-align: center;
  background-color: #fef2f2;
  border-radius: .5rem;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.login-form {
  margin-top: 2rem;
}

.login-form > * + * {
  margin-top: 1.5rem;
}

.login-form-group {
  border-radius: .375rem;
  box-shadow: 0 1px 2px #0000000d;
}

.login-form-group > * + * {
  margin-top: -1px;
}

.login-field-wrapper {
  margin-bottom: 1rem;
}

.login-label {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.login-input {
  appearance: none;
  color: #111827;
  outline-offset: 2px;
  border-width: 1px;
  border-radius: .375rem;
  outline: 2px solid #0000;
  width: 100%;
  padding: .5rem .75rem;
  display: block;
  position: relative;
}

.login-input::placeholder {
  color: #6b7280;
}

.login-input:focus {
  outline-offset: 2px;
  ring-width: 1px;
  ring-color: #3b82f6;
  z-index: 10;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

@media (min-width: 640px) {
  .login-input {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.login-input-default {
  border-color: #d1d5db;
}

.login-input-error {
  border-color: #fca5a5;
}

.login-input-wrapper {
  position: relative;
}

.login-input-wrapper .login-input {
  padding-right: 2.5rem;
}

.login-password-toggle {
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
}

.login-password-toggle:hover {
  opacity: .7;
}

.login-password-toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.login-error-text {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.login-submit-button {
  color: #fff;
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  width: 100%;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.login-submit-button:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #3b82f6;
  outline: 2px solid #0000;
}

.login-submit-button-active {
  background-color: #2563eb;
}

.login-submit-button-active:hover {
  background-color: #1d4ed8;
}

.login-submit-button-disabled {
  background-color: #60a5fa;
}

.login-icon {
  color: #9ca3af;
  width: 1.25rem;
  height: 1.25rem;
}

.dashboard-card {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.dashboard-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.dashboard-profile-section {
  margin-top: 1rem;
}

.dashboard-profile-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.dashboard-profile-card {
  background-color: #f9fafb;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: 1rem;
}

.courses-page-container {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.courses-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.courses-page-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.courses-back-button {
  color: #6b7280;
  margin-right: 1rem;
}

.courses-back-button:hover {
  color: #374151;
}

.courses-header-with-back {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.courses-search-container {
  margin-bottom: 1rem;
}

.courses-search-wrapper {
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.courses-search-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: .75rem;
}

.courses-search-input {
  color: #111827;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  padding: .5rem 2.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-search-input:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

.courses-search-clear {
  color: #6b7280;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  position: absolute;
  right: .5rem;
}

.courses-search-clear:hover {
  color: #374151;
}

.courses-total-results {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.courses-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.courses-table-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
}

.courses-table {
  table-layout: auto;
  border-color: #e5e7eb;
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.courses-table > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.courses-table-header {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.courses-table-header-cell {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.courses-table-header-cell-sortable {
  cursor: pointer;
}

.courses-table-header-cell-sortable:hover {
  background-color: #f3f4f6;
}

.courses-table-body {
  background-color: #fff;
}

.courses-table-body > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.courses-table-row:hover {
  background-color: #f9fafb;
}

.courses-table-cell {
  white-space: normal;
  word-break: break-word;
  padding: 1rem 1.5rem;
}

.courses-table-cell:has(.courses-tags-container) {
  white-space: normal;
}

.courses-table-cell-clickable {
  cursor: pointer;
}

.courses-item-image-wrapper {
  flex-shrink: 0;
}

.courses-item-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.courses-item-placeholder {
  background-color: #e5e7eb;
  border-radius: .5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.courses-item-placeholder-text {
  color: #6b7280;
}

.courses-item-content {
  padding-left: 1.25rem;
}

.courses-item-title {
  color: #2563eb;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: underline;
}

.courses-item-title:hover {
  text-decoration: underline;
}

.courses-item-details {
  color: #6b7280;
  text-overflow: ellipsis;
  max-width: 20rem;
  font-size: .75rem;
  line-height: 1rem;
  overflow: hidden;
}

.courses-actions-group {
  gap: .5rem;
  display: flex;
}

.courses-action-link {
  padding: .5rem;
}

.courses-action-view {
  color: #2563eb;
}

.courses-action-view:hover {
  color: #1e40af;
}

.courses-action-edit {
  color: #4f46e5;
}

.courses-action-edit:hover {
  color: #3730a3;
}

.courses-action-delete {
  color: #dc2626;
}

.courses-action-delete:hover {
  color: #991b1b;
}

.courses-form > * + * {
  margin-top: 1.5rem;
}

.courses-form-field {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.courses-form-field-required {
  color: #ef4444;
}

.courses-form-input-error {
  border-color: #fca5a5;
}

.courses-form-error {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-form-textarea {
  resize: none;
}

.courses-form-submit-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
}

.courses-form-submit-button:hover {
  background-color: #1d4ed8;
}

.courses-loading-container {
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
}

.courses-spinner {
  border-color: #3b82f6;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite spin;
}

.courses-error-container {
  background-color: #fef2f2;
  border-radius: .375rem;
  padding: 1rem;
}

.courses-error-text {
  color: #991b1b;
}

.courses-add-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.courses-add-button:hover {
  background-color: #1d4ed8;
}

.courses-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.courses-icon-inline {
  margin-left: .25rem;
  display: inline;
}

.courses-icon-action {
  width: 1.25rem;
  height: 1.25rem;
}

.courses-flex-center {
  align-items: center;
  display: flex;
}

.courses-link {
  color: #2563eb;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-link:hover {
  text-decoration: underline;
}

.courses-text-gray {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-text-sm-medium {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.courses-details-stacked {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.courses-detail-item {
  flex-direction: column;
  gap: .125rem;
  display: flex;
}

.courses-detail-label {
  color: #6b7280;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.courses-detail-value {
  color: #111827;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-form-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

.courses-form-grid-two {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

@media (min-width: 640px) {
  .courses-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.courses-form-label {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.courses-form-required {
  color: #ef4444;
}

.courses-form-error-message {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-form-error-border {
  border-color: #fca5a5;
}

.courses-form-help-text {
  color: #6b7280;
  margin-top: .25rem;
  font-size: .75rem;
  line-height: 1rem;
}

.courses-form-input-group {
  display: flex;
}

.courses-form-add-button {
  color: #fff;
  background-color: #2563eb;
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  margin-left: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.courses-form-add-button:hover {
  background-color: #1d4ed8;
}

.courses-form-add-button:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.courses-form-add-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.courses-form-warning {
  color: #d97706;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-tags-container {
  gap: .5rem;
  max-width: 100%;
  margin-top: .5rem;
  display: grid;
}

@media (max-width: 768px) {
  .courses-tags-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.courses-tag {
  color: #1e40af;
  background-color: #dbeafe;
  border-radius: 9999px;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-flex;
}

.courses-tags-stacked {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.courses-tags-group {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.courses-tags-label {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1rem;
}

.courses-tags-container-small {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.courses-tag-small {
  color: #1e40af;
  background-color: #dbeafe;
  border-radius: .25rem;
  align-items: center;
  padding: .125rem .375rem;
  font-size: .65rem;
  font-weight: 500;
  line-height: .875rem;
  display: inline-flex;
}

.courses-tag-empty {
  color: #6b7280;
  background-color: #f3f4f6;
  font-style: italic;
}

.courses-tag-remove {
  color: #60a5fa;
  margin-left: .375rem;
  display: inline-flex;
}

.courses-tag-remove:hover {
  color: #2563eb;
}

.courses-tag-remove:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.courses-tag-sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.courses-image-upload-container {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.courses-image-preview-wrapper {
  position: relative;
}

.courses-image-preview {
  object-fit: cover;
  border-radius: .375rem;
  width: 8rem;
  height: 8rem;
}

.courses-image-remove-button {
  color: #fff;
  background-color: #ef4444;
  border-radius: 9999px;
  margin-top: -.5rem;
  margin-right: -.5rem;
  padding: .25rem;
  position: absolute;
  top: 0;
  right: 0;
}

.courses-image-remove-button:hover {
  background-color: #dc2626;
}

.courses-image-remove-button:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.courses-image-upload-area {
  border: 2px dashed #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  display: flex;
}

.courses-image-upload-content {
  text-align: center;
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.courses-image-upload-text {
  color: #4b5563;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.courses-image-upload-label {
  cursor: pointer;
  color: #2563eb;
  background-color: #fff;
  border-radius: .375rem;
  font-weight: 500;
  position: relative;
}

.courses-image-upload-label:hover {
  color: #1d4ed8;
}

.courses-image-upload-label:focus-within {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.courses-image-upload-input {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.courses-image-upload-hint {
  padding-left: .25rem;
}

.courses-image-upload-help {
  color: #6b7280;
  font-size: .75rem;
  line-height: 1rem;
}

.courses-form-actions {
  justify-content: flex-end;
  gap: .75rem;
  display: flex;
}

.courses-button-cancel {
  color: #374151;
  background-color: #fff;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.courses-button-cancel:hover {
  background-color: #f9fafb;
}

.courses-button-cancel:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.courses-button-submit {
  color: #fff;
  background-color: #2563eb;
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.courses-button-submit:hover {
  background-color: #1d4ed8;
}

.courses-button-submit:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.courses-view-warning {
  background-color: #fefce8;
  border-radius: .375rem;
  padding: 1rem;
}

.courses-view-warning-text {
  color: #854d0e;
}

.courses-view-header {
  justify-content: space-between;
  margin-bottom: 1.5rem;
  display: flex;
}

.courses-view-header-left {
  align-items: center;
  display: flex;
}

.courses-view-header-actions {
  gap: .5rem;
  display: flex;
}

.courses-view-button-edit {
  color: #fff;
  background-color: #2563eb;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.courses-view-button-edit:hover {
  background-color: #1d4ed8;
}

.courses-view-button-delete {
  color: #fff;
  background-color: #dc2626;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.courses-view-button-delete:hover {
  background-color: #b91c1c;
}

.courses-view-content {
  overflow: hidden;
}

.courses-view-content-flex {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.courses-view-image-column {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.courses-view-image-column img, .courses-view-image-column .courses-view-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.courses-view-info-column {
  width: 100%;
  padding: 1.5rem;
}

.courses-view-title {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.courses-view-section {
  margin-bottom: 1rem;
}

.courses-view-section-title {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.courses-view-section-title-lg {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.courses-view-text {
  color: #374151;
  margin-bottom: .5rem;
}

.courses-view-text-mb {
  color: #374151;
  margin-bottom: 1rem;
}

.courses-view-label-text {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-view-link {
  color: #2563eb;
  font-weight: 500;
}

.courses-view-link:hover {
  color: #1e40af;
}

.courses-view-placeholder {
  background-color: #e5e7eb;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.courses-view-placeholder-text {
  color: #6b7280;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.courses-view-tags-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .5rem;
  max-width: 100%;
  display: grid;
}

@media (max-width: 768px) {
  .courses-view-tags-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.courses-view-details-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .courses-view-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.courses-view-details-column {
  flex-direction: column;
  display: flex;
}

.courses-view-tag {
  color: #1e40af;
  text-align: center;
  background-color: #dbeafe;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: inline-flex;
}

.courses-view-badge {
  color: #374151;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
}

.courses-view-prose {
  color: #374151;
  max-width: none;
}

.courses-view-prose p {
  margin-bottom: .5rem;
}

.courses-view-description-bg {
  background-color: #f9fafb;
  border-radius: .5rem;
  padding: 1rem;
}

.courses-view-icon-spacing {
  margin-right: .5rem;
}

.courses-view-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.courses-view-description {
  color: #374151;
  max-width: none;
}

.courses-view-tags {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.courses-searchable-select-container {
  position: relative;
}

.courses-searchable-dropdown {
  z-index: 50;
  background-color: #fff;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: .375rem;
  width: 100%;
  max-height: 15rem;
  margin-top: .25rem;
  position: absolute;
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.courses-searchable-dropdown-option {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: none;
  width: 100%;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-searchable-dropdown-option:hover {
  background-color: #eff6ff;
}

.courses-searchable-dropdown-option-selected {
  background-color: #dbeafe;
}

.courses-searchable-dropdown-empty {
  color: #6b7280;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.courses-form-row-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.courses-form-field-duration {
  flex: 2;
  min-width: 18.75rem;
}

.courses-form-field-standard {
  flex: 1;
  min-width: 9.375rem;
}

.courses-form-duration-inputs {
  gap: .5rem;
  display: flex;
}

.courses-form-input-no-margin {
  margin-top: 0;
}

.courses-form-select-width {
  width: 8rem;
}

.courses-duration-input {
  -moz-appearance: textfield;
  z-index: 10;
  -webkit-user-select: text;
  user-select: text;
  min-width: 200px;
  position: relative;
  pointer-events: auto !important;
  cursor: text !important;
  color: #111827 !important;
  flex: 2 !important;
}

.courses-duration-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.courses-duration-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.training-providers-page-container {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.training-providers-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.training-providers-page-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.training-providers-back-button {
  color: #6b7280;
  margin-right: 1rem;
}

.training-providers-back-button:hover {
  color: #374151;
}

.training-providers-header-with-back {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.training-providers-search-container {
  margin-bottom: 1rem;
}

.training-providers-search-wrapper {
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.training-providers-search-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: .75rem;
}

.training-providers-search-input {
  color: #111827;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  padding: .5rem 2.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-search-input:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

.training-providers-search-clear {
  color: #6b7280;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  position: absolute;
  right: .5rem;
}

.training-providers-search-clear:hover {
  color: #374151;
}

.training-providers-total-results {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.training-providers-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.training-providers-table-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
}

.training-providers-table {
  table-layout: auto;
  border-color: #e5e7eb;
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.training-providers-table > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.training-providers-table-header {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.training-providers-table-header-cell {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.training-providers-table-header-cell-sortable {
  cursor: pointer;
}

.training-providers-table-header-cell-sortable:hover {
  background-color: #f3f4f6;
}

.training-providers-table-body {
  background-color: #fff;
}

.training-providers-table-body > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.training-providers-table-row:hover {
  background-color: #f9fafb;
}

.training-providers-table-cell {
  white-space: normal;
  word-break: break-word;
  padding: 1rem 1.5rem;
}

.training-providers-table-cell:has(.training-providers-tags-container) {
  white-space: normal;
}

.training-providers-table-cell-clickable {
  cursor: pointer;
}

.training-providers-item-image-wrapper {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.training-providers-item-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 2.5rem;
  height: 2.5rem;
}

.training-providers-item-placeholder {
  background-color: #e5e7eb;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.training-providers-item-placeholder-text {
  color: #6b7280;
}

.training-providers-item-content {
  color: #2563eb;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: underline;
}

.training-providers-item-content:hover {
  text-decoration: underline;
}

.training-providers-details-stacked {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.training-providers-detail-item {
  flex-direction: column;
  gap: .125rem;
  display: flex;
}

.training-providers-detail-label {
  color: #6b7280;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.training-providers-detail-value {
  color: #111827;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-tags-stacked {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.training-providers-tags-group {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.training-providers-tags-label {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1rem;
}

.training-providers-tags-container-small {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.training-providers-tag-small {
  color: #1e40af;
  background-color: #dbeafe;
  border-radius: .25rem;
  align-items: center;
  padding: .125rem .375rem;
  font-size: .65rem;
  font-weight: 500;
  line-height: .875rem;
  display: inline-flex;
}

.training-providers-tag-empty {
  color: #6b7280;
  background-color: #f3f4f6;
  font-style: italic;
}

.training-providers-tags-container {
  gap: 1rem;
  max-width: 100%;
  display: grid;
}

@media (max-width: 768px) {
  .training-providers-tags-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.training-providers-tag {
  color: #1e40af;
  background-color: #dbeafe;
  border-radius: 9999px;
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.training-providers-actions-group {
  gap: .5rem;
  display: flex;
}

.training-providers-action-link {
  padding: .5rem;
}

.training-providers-action-view {
  color: #2563eb;
}

.training-providers-action-view:hover {
  color: #1e40af;
}

.training-providers-action-edit {
  color: #4f46e5;
}

.training-providers-action-edit:hover {
  color: #3730a3;
}

.training-providers-action-delete {
  color: #dc2626;
}

.training-providers-action-delete:hover {
  color: #991b1b;
}

.training-providers-form > * + * {
  margin-top: 1.5rem;
}

.training-providers-form-field {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.training-providers-form-field-required {
  color: #ef4444;
}

.training-providers-form-input-error {
  border-color: #fca5a5;
}

.training-providers-form-error {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-form-textarea {
  resize: none;
}

.training-providers-form-submit-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
}

.training-providers-form-submit-button:hover {
  background-color: #1d4ed8;
}

.training-providers-loading-container {
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
}

.training-providers-spinner {
  border-color: #3b82f6;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite spin;
}

.training-providers-error-container {
  background-color: #fef2f2;
  border-radius: .375rem;
  padding: 1rem;
}

.training-providers-error-text {
  color: #991b1b;
}

.training-providers-add-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.training-providers-add-button:hover {
  background-color: #1d4ed8;
}

.training-providers-form-container {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.training-providers-form-header {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.training-providers-form-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.training-providers-form-back-link {
  color: #6b7280;
  margin-right: 1rem;
}

.training-providers-form-back-link:hover {
  color: #374151;
}

.training-providers-form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.training-providers-form-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

.training-providers-form-grid-two {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

@media (min-width: 640px) {
  .training-providers-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.training-providers-form-label {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.training-providers-form-label-inline {
  color: #374151;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.training-providers-form-required {
  color: #ef4444;
}

.training-providers-form-error-message {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-form-error-border {
  border-color: #fca5a5;
}

.training-providers-form-warning {
  color: #d97706;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-form-button-add {
  color: #fff;
  background-color: #2563eb;
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  margin-left: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.training-providers-form-button-add:hover {
  background-color: #1d4ed8;
}

.training-providers-form-button-add:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.training-providers-form-button-add:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.training-providers-form-actions {
  justify-content: flex-end;
  gap: .75rem;
  display: flex;
}

.training-providers-button-cancel {
  color: #374151;
  background-color: #fff;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.training-providers-button-cancel:hover {
  background-color: #f9fafb;
}

.training-providers-button-cancel:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.training-providers-button-submit {
  color: #fff;
  background-color: #2563eb;
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000d;
}

.training-providers-button-submit:hover {
  background-color: #1d4ed8;
}

.training-providers-button-submit:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.training-providers-form-checkbox-container {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.training-providers-form-checkbox {
  color: #2563eb;
  border-color: #d1d5db;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
}

.training-providers-form-checkbox:focus {
  ring-width: 2px;
  ring-color: #2563eb;
}

.training-providers-form-checkbox-label {
  color: #374151;
  margin-left: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.training-providers-form-location-container {
  margin-top: .5rem;
}

.training-providers-form-location-fields {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

@media (min-width: 640px) {
  .training-providers-form-location-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.training-providers-form-tags-container {
  display: flex;
}

.training-providers-form-tags-list {
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.training-providers-form-tag {
  color: #1e40af;
  background-color: #dbeafe;
  border-radius: 9999px;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-flex;
}

.training-providers-form-tag-remove {
  color: #60a5fa;
  margin-left: .375rem;
  display: inline-flex;
}

.training-providers-form-tag-remove:hover {
  color: #2563eb;
}

.training-providers-form-tag-remove:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.training-providers-form-tag-sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.training-providers-form-achievements-container {
  display: flex;
}

.training-providers-form-achievements-list {
  flex-direction: column;
  gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.training-providers-form-achievement {
  color: #166534;
  background-color: #dcfce7;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: inline-flex;
}

.training-providers-form-achievement-remove {
  color: #22c55e;
  margin-left: .5rem;
  display: inline-flex;
}

.training-providers-form-achievement-remove:hover {
  color: #16a34a;
}

.training-providers-form-achievement-remove:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.training-providers-form-achievement-sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.training-providers-form-image-container {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.training-providers-form-image-preview-wrapper {
  position: relative;
}

.training-providers-form-image-preview {
  object-fit: cover;
  border-radius: .375rem;
  width: 8rem;
  height: 8rem;
}

.training-providers-form-image-remove {
  color: #fff;
  background-color: #ef4444;
  border-radius: 9999px;
  margin-top: -.5rem;
  margin-right: -.5rem;
  padding: .25rem;
  position: absolute;
  top: 0;
  right: 0;
}

.training-providers-form-image-remove:hover {
  background-color: #dc2626;
}

.training-providers-form-image-remove:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.training-providers-form-image-upload-area {
  border: 2px dashed #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  display: flex;
}

.training-providers-form-image-upload-content {
  text-align: center;
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.training-providers-form-image-upload-text {
  color: #4b5563;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.training-providers-form-image-upload-label {
  cursor: pointer;
  color: #2563eb;
  background-color: #fff;
  border-radius: .375rem;
  font-weight: 500;
  position: relative;
}

.training-providers-form-image-upload-label:hover {
  color: #1d4ed8;
}

.training-providers-form-image-upload-label:focus-within {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: #2563eb;
  outline: 2px solid #0000;
}

.training-providers-form-image-upload-input {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.training-providers-form-image-upload-hint {
  padding-left: .25rem;
}

.training-providers-form-image-upload-help {
  color: #6b7280;
  font-size: .75rem;
  line-height: 1rem;
}

.training-providers-view-header {
  justify-content: space-between;
  margin-bottom: 1.5rem;
  display: flex;
}

.training-providers-view-header-left {
  align-items: center;
  display: flex;
}

.training-providers-view-header-back {
  color: #6b7280;
  margin-right: 1rem;
}

.training-providers-view-header-back:hover {
  color: #374151;
}

.training-providers-view-header-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.training-providers-view-header-actions {
  align-items: center;
  display: flex;
}

.training-providers-view-button-edit {
  color: #fff;
  background-color: #2563eb;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.training-providers-view-button-edit:hover {
  background-color: #1d4ed8;
}

.training-providers-view-icon-spacing {
  margin-right: .5rem;
}

.training-providers-view-container {
  background-color: #fff;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.training-providers-view-content-flex {
  overflow: hidden;
}

@media (min-width: 768px) {
  .training-providers-view-content-flex {
    display: flex;
  }
}

.training-providers-view-image-column {
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .training-providers-view-image-column {
    width: 33.3333%;
  }
}

.training-providers-view-image {
  object-fit: cover;
  border-radius: .5rem;
}

.training-providers-view-placeholder {
  background-color: #e5e7eb;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.training-providers-view-placeholder-text {
  color: #6b7280;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.training-providers-view-info-column {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .training-providers-view-info-column {
    width: 66.6667%;
  }
}

.training-providers-view-details-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .training-providers-view-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.training-providers-view-details-column {
  flex-direction: column;
  display: flex;
}

.training-providers-view-tags-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .5rem;
  max-width: 100%;
  display: grid;
}

@media (max-width: 768px) {
  .training-providers-view-tags-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.training-providers-view-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.training-providers-view-section {
  margin-bottom: 1rem;
}

.training-providers-view-section-title {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.training-providers-view-text {
  color: #374151;
}

.training-providers-view-text-mb {
  color: #374151;
  margin-bottom: 1rem;
}

.training-providers-view-tags-container {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.training-providers-view-tag {
  color: #1e40af;
  text-align: center;
  background-color: #dbeafe;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: inline-flex;
}

.training-providers-view-badge {
  color: #374151;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
}

.training-providers-view-list {
  color: #374151;
  margin-bottom: 1rem;
  list-style-type: disc;
  list-style-position: inside;
}

.training-providers-view-list > * + * {
  margin-top: .25rem;
}

.training-providers-view-warning {
  background-color: #fefce8;
  border-radius: .375rem;
  padding: 1rem;
}

.training-providers-view-warning-text {
  color: #854d0e;
}

.training-providers-view-section-header {
  margin-top: 2rem;
}

.training-providers-view-section-header-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.training-providers-view-section-title-large {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.training-providers-view-button-add {
  color: #fff;
  background-color: #16a34a;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.training-providers-view-button-add:hover {
  background-color: #15803d;
}

.training-providers-view-empty-state {
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: 2rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.training-providers-view-empty-text {
  color: #6b7280;
  margin-bottom: 1rem;
}

.training-providers-view-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .training-providers-view-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .training-providers-view-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.training-providers-view-card {
  background-color: #fff;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.training-providers-view-card-image-container {
  background-color: #e5e7eb;
  height: 12rem;
  position: relative;
}

.training-providers-view-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.training-providers-view-card-image-placeholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.training-providers-view-card-image-placeholder-text {
  color: #9ca3af;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.training-providers-view-card-content {
  padding: 1rem;
}

.training-providers-view-card-title {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.training-providers-view-card-text {
  color: #4b5563;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
}

.training-providers-view-card-link {
  color: #2563eb;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.training-providers-view-card-link:hover {
  color: #1e40af;
}

.training-providers-loading-container-edit {
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
}

.training-providers-loading-spinner-edit {
  border-color: #3b82f6;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite spin;
}

.training-providers-error-container-edit {
  background-color: #fef2f2;
  border-radius: .375rem;
  padding: 1rem;
}

.training-providers-error-text-edit {
  color: #991b1b;
}

.certifications-page-container {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.certifications-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.certifications-page-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.certifications-back-button {
  color: #6b7280;
  margin-right: 1rem;
}

.certifications-back-button:hover {
  color: #374151;
}

.certifications-header-with-back {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.certifications-search-container {
  margin-bottom: 1rem;
}

.certifications-search-wrapper {
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.certifications-search-icon {
  color: #6b7280;
  pointer-events: none;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: .75rem;
}

.certifications-search-input {
  color: #111827;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  padding: .5rem 2.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.certifications-search-input:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

.certifications-search-clear {
  color: #6b7280;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  position: absolute;
  right: .5rem;
}

.certifications-search-clear:hover {
  color: #374151;
}

.certifications-total-results {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.certifications-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.certifications-table-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
}

.certifications-table {
  table-layout: auto;
  border-color: #e5e7eb;
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.certifications-table > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.certifications-table-header {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.certifications-table-header-cell {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.certifications-table-header-cell-sortable {
  cursor: pointer;
}

.certifications-table-header-cell-sortable:hover {
  background-color: #f3f4f6;
}

.certifications-table-body {
  background-color: #fff;
}

.certifications-table-body > * + * {
  border-color: #e5e7eb;
  border-top-width: 1px;
}

.certifications-table-row:hover {
  background-color: #f9fafb;
}

.certifications-table-cell {
  white-space: normal;
  word-break: break-word;
  padding: 1rem 1.5rem;
}

.certifications-table-cell-clickable {
  cursor: pointer;
}

.certifications-item-image-wrapper {
  flex-shrink: 0;
}

.certifications-item-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.certifications-item-placeholder {
  background-color: #e5e7eb;
  border-radius: .5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.certifications-item-placeholder-text {
  color: #6b7280;
}

.certifications-item-content {
  padding-left: 1.25rem;
}

.certifications-item-title {
  color: #2563eb;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: underline;
}

.certifications-item-title:hover {
  text-decoration: underline;
}

.certifications-item-details {
  color: #6b7280;
  text-overflow: ellipsis;
  max-width: 20rem;
  font-size: .75rem;
  line-height: 1rem;
  overflow: hidden;
}

.certifications-actions-group {
  gap: .5rem;
  display: flex;
}

.certifications-action-link {
  padding: .5rem;
}

.certifications-action-view {
  color: #2563eb;
}

.certifications-action-view:hover {
  color: #1e40af;
}

.certifications-action-edit {
  color: #4f46e5;
}

.certifications-action-edit:hover {
  color: #3730a3;
}

.certifications-action-delete {
  color: #dc2626;
}

.certifications-action-delete:hover {
  color: #991b1b;
}

.certifications-form > * + * {
  margin-top: 1.5rem;
}

.certifications-form-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

.certifications-form-grid-two {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

@media (min-width: 640px) {
  .certifications-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.certifications-form-field {
  color: #374151;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.certifications-form-field-required {
  color: #ef4444;
}

.certifications-form-input-error {
  border-color: #fca5a5;
}

.certifications-form-error {
  color: #dc2626;
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.certifications-form-textarea {
  resize: none;
}

.certifications-form-submit-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
}

.certifications-form-submit-button:hover {
  background-color: #1d4ed8;
}

.certifications-loading-container {
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
}

.certifications-spinner {
  border-color: #3b82f6;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite spin;
}

.certifications-error-container {
  background-color: #fef2f2;
  border-radius: .375rem;
  padding: 1rem;
}

.certifications-error-text {
  color: #991b1b;
}

.certifications-add-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.certifications-add-button:hover {
  background-color: #1d4ed8;
}

.certifications-view-details-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .certifications-view-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.certifications-view-details-column {
  flex-direction: column;
  display: flex;
}

.certifications-view-section {
  margin-bottom: 1rem;
}

.certifications-view-section-title {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.certifications-view-prose {
  color: #374151;
  max-width: none;
}

.certifications-view-prose p {
  margin-bottom: .5rem;
}

.certifications-view-description-bg {
  background-color: #f9fafb;
  border-radius: .5rem;
  padding: 1rem;
}

.certifications-view-label-text {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.25rem;
}

.certifications-view-link {
  color: #2563eb;
  font-weight: 500;
}

.certifications-view-link:hover {
  color: #1e40af;
}

.certifications-view-badge {
  color: #374151;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
}

.not-found-container {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 3rem 1rem;
  display: flex;
}

@media (min-width: 640px) {
  .not-found-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .not-found-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.not-found-content {
  width: 100%;
  max-width: 28rem;
}

.not-found-content > * + * {
  margin-top: 2rem;
}

.not-found-content {
  text-align: center;
}

.not-found-header > * + * {
  margin-top: 1.5rem;
}

.not-found-header {
  margin-bottom: 1rem;
}

.not-found-title {
  color: #111827;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
}

.not-found-subtitle {
  color: #111827;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.25;
}

.not-found-description {
  color: #4b5563;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.not-found-button {
  color: #fff;
  background-color: var(--brand-color, #2563eb);
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.not-found-button:hover {
  background-color: var(--brand-color-bold, #1d4ed8);
}

.not-found-button:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-offset-width: 2px;
  ring-color: var(--brand-color-bold, #1d4ed8);
  outline: 2px solid #0000;
}

.not-found-icon {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.emails-page-container {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.emails-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.emails-page-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.emails-page-actions {
  gap: .5rem;
  display: flex;
}

.emails-history-button {
  color: #fff;
  cursor: pointer;
  background-color: #3b82f6;
  border: none;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.emails-history-button:hover {
  background-color: #2563eb;
}

.emails-job-history {
  background-color: #f9fafb;
  border-radius: .375rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.emails-history-title {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
}

.emails-history-empty {
  color: #6b7280;
  font-size: .875rem;
}

.emails-history-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .875rem;
}

.emails-history-table th {
  text-align: left;
  border-bottom: 1px solid #d1d5db;
  padding: .5rem;
  font-weight: 600;
}

.emails-history-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: .5rem;
}

.emails-status-badge {
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.emails-status-pending {
  color: #92400e;
  background-color: #fef3c7;
}

.emails-status-processing {
  color: #1e40af;
  background-color: #dbeafe;
}

.emails-status-completed {
  color: #052e16;
  background-color: #d1fae5;
}

.emails-status-failed {
  color: #991b1b;
  background-color: #fee2e2;
}

.emails-progress-section {
  background-color: #f9fafb;
  border-radius: .375rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.emails-content-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  display: grid;
}

@media (max-width: 1024px) {
  .emails-content-grid {
    grid-template-columns: 1fr;
  }
}

.email-editor-container {
  margin-bottom: 1rem;
}

.email-editor-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.email-editor-title {
  font-size: 1rem;
  font-weight: 600;
}

.email-editor-toolbar {
  gap: .5rem;
  display: flex;
}

.email-editor-button {
  cursor: pointer;
  color: #374151;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  display: flex;
}

.email-editor-button:hover {
  background-color: #f9fafb;
}

.email-editor-button.active {
  color: #fff;
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.email-editor-subject {
  margin-bottom: 1rem;
}

.email-editor-label {
  color: #374151;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.email-editor-subject-input {
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  padding: .5rem;
  font-size: .875rem;
}

.email-editor-subject-input:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

.email-editor-content {
  margin-bottom: 1rem;
}

.email-editor-loading {
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  font-size: .875rem;
  display: flex;
}

.email-editor-test-section {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  margin-bottom: 1rem;
  padding: .75rem;
}

.email-editor-test-input-group {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.email-editor-test-input {
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  outline: none;
  flex: 1;
  padding: .5rem .75rem;
  font-size: .875rem;
}

.email-editor-test-input:focus {
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
}

.email-editor-test-button {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #22c55e;
  border: none;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.email-editor-test-button:hover:not(:disabled) {
  background-color: #16a34a;
}

.email-editor-test-button:disabled {
  cursor: not-allowed;
  background-color: #9ca3af;
}

.email-editor-visual {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  outline: none;
  min-height: 400px;
  padding: 12px;
}

.email-editor-tiptap-wrapper {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  margin-bottom: 1rem;
}

.email-editor-tiptap-toolbar {
  background-color: #f9fafb;
  border-bottom: 1px solid #d1d5db;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .75rem;
  display: flex;
}

.email-editor-toolbar-group {
  border-right: 1px solid #e5e7eb;
  align-items: center;
  gap: .25rem;
  padding-right: .5rem;
  display: flex;
}

.email-editor-toolbar-group:last-child {
  border-right: none;
}

.email-editor-toolbar-button {
  cursor: pointer;
  color: #374151;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 2rem;
  padding: .5rem;
  font-size: .875rem;
  transition: all .2s;
  display: flex;
}

.email-editor-toolbar-button:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.email-editor-toolbar-button.active {
  color: #fff;
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.email-editor-toolbar-button.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.email-editor-color-input {
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: .25rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.email-editor-tiptap {
  outline: none;
  min-height: 400px;
  padding: 12px;
  font-size: .875rem;
  line-height: 1.5;
}

.email-editor-tiptap .ProseMirror {
  outline: none;
  min-height: 400px;
}

.email-editor-tiptap .ProseMirror p.is-editor-empty:first-child:before {
  color: #9ca3af;
  content: "Enter your email content here...";
  float: left;
  pointer-events: none;
  height: 0;
}

.email-editor-tiptap .ProseMirror img {
  max-width: 100%;
  height: auto;
  margin: .5rem 0;
  display: block;
}

.email-editor-tiptap .ProseMirror h1, .email-editor-tiptap .ProseMirror h2, .email-editor-tiptap .ProseMirror h3 {
  margin: .5em 0;
  font-weight: 700;
}

.email-editor-tiptap .ProseMirror h1 {
  font-size: 2em;
}

.email-editor-tiptap .ProseMirror h2 {
  font-size: 1.5em;
}

.email-editor-tiptap .ProseMirror h3 {
  font-size: 1.17em;
}

.email-editor-tiptap .ProseMirror ul, .email-editor-tiptap .ProseMirror ol {
  margin: .5em 0;
  padding-left: 1.5rem;
}

.email-editor-tiptap .ProseMirror a {
  color: #3b82f6;
  text-decoration: underline;
}

.email-editor-tiptap .ProseMirror mark {
  background-color: #ff0;
  padding: .125rem 0;
}

.email-editor-tiptap .ProseMirror img.email-editor-image {
  cursor: move;
  max-width: 100%;
  height: auto;
  margin: .5rem 0;
  display: block;
}

.email-editor-tiptap .ProseMirror [data-resize-wrapper] {
  margin: .5rem 0;
  display: inline-block;
  position: relative;
}

.email-editor-tiptap .ProseMirror [data-resize-handle] {
  cursor: nwse-resize;
  z-index: 10;
  background-color: #3b82f6;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

.email-editor-tiptap .ProseMirror [data-resize-handle][data-direction="bottom-right"] {
  cursor: nwse-resize;
  bottom: -4px;
  right: -4px;
}

.email-editor-tiptap .ProseMirror [data-resize-handle][data-direction="bottom-left"] {
  cursor: nesw-resize;
  bottom: -4px;
  left: -4px;
}

.email-editor-tiptap .ProseMirror [data-resize-handle][data-direction="top-right"] {
  cursor: nesw-resize;
  top: -4px;
  right: -4px;
}

.email-editor-tiptap .ProseMirror [data-resize-handle][data-direction="top-left"] {
  cursor: nwse-resize;
  top: -4px;
  left: -4px;
}

.email-editor-tiptap .ProseMirror [data-resize-wrapper].is-resizing {
  outline-offset: 2px;
  outline: 2px dashed #3b82f6;
}

.email-editor-tiptap .ProseMirror [data-resize-handle]:hover {
  background-color: #2563eb;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .email-editor-tiptap-toolbar {
    gap: .25rem;
    padding: .5rem;
  }

  .email-editor-toolbar-group {
    gap: .125rem;
    padding-right: .25rem;
  }

  .email-editor-toolbar-button {
    min-width: 1.75rem;
    height: 1.75rem;
    padding: .375rem;
    font-size: .75rem;
  }

  .email-editor-color-input {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.email-editor-html {
  resize: vertical;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  width: 100%;
  min-height: 400px;
  padding: 12px;
  font-family: monospace;
  font-size: 14px;
}

.email-editor-html:focus {
  outline-offset: 2px;
  ring-width: 2px;
  ring-color: #3b82f6;
  border-color: #3b82f6;
  outline: 2px solid #0000;
}

.email-editor-variables-section {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-top: 20px;
  padding: 16px;
}

.email-editor-variables-title {
  color: #111827;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.email-editor-variables-description {
  color: #6b7280;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
}

.email-editor-variables-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.email-editor-variable-item {
  align-items: center;
  display: flex;
}

.email-editor-variable-label {
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.email-editor-variable-name {
  color: #1d4ed8;
  text-align: center;
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 4px;
  min-width: 100px;
  padding: 6px 12px;
  font-family: monospace;
  font-size: 13px;
  font-weight: 600;
}

.email-editor-variable-select {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
}

.email-editor-variable-select:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.email-editor-test-modal-description {
  color: #6b7280;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}

.email-editor-test-modal-form {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.email-editor-test-modal-field {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.email-editor-test-modal-label {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.email-editor-test-modal-input {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

.email-editor-test-modal-input:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.email-editor-test-modal-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.email-editor-test-modal-cancel {
  color: #111827;
  cursor: pointer;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
}

.email-editor-test-modal-cancel:hover {
  background-color: #e5e7eb;
}

.email-editor-test-modal-submit {
  color: #fff;
  cursor: pointer;
  background-color: #3b82f6;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
}

.email-editor-test-modal-submit:hover:not(:disabled) {
  background-color: #2563eb;
}

.email-editor-test-modal-submit:disabled {
  cursor: not-allowed;
  background-color: #9ca3af;
}

.email-editor-test-modal-variables-section {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 16px;
}

.email-editor-test-modal-variables-title {
  color: #111827;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
}

.email-editor-test-modal-variables-list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.email-editor-test-modal-variable-item {
  align-items: center;
  display: flex;
}

.email-editor-test-modal-variable-label {
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.email-editor-test-modal-variable-name {
  color: #1d4ed8;
  text-align: center;
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 4px;
  min-width: 90px;
  padding: 6px 10px;
  font-family: monospace;
  font-size: 12px;
  font-weight: 600;
}

.email-editor-test-modal-variable-select {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
}

.email-editor-test-modal-variable-select:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.email-editor-preview-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.email-editor-preview-modal {
  background-color: #fff;
  border-radius: .5rem;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 25px -5px #0000001a;
}

.email-editor-preview-header {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.email-editor-preview-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.email-editor-preview-close {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  padding: .25rem;
  font-size: 1.5rem;
}

.email-editor-preview-close:hover {
  color: #374151;
}

.email-editor-preview-content {
  padding: 1rem;
}

.email-preview-subject {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.email-preview-body {
  line-height: 1.6;
}

.emails-editor-section {
  flex-direction: column;
  display: flex;
}

.emails-send-section {
  border-top: 1px solid #e5e7eb;
  margin-top: 1rem;
  padding-top: 1rem;
}

.emails-send-button {
  color: #fff;
  cursor: pointer;
  background-color: #22c55e;
  border: none;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.emails-send-button:hover:not(:disabled) {
  background-color: #16a34a;
}

.emails-send-button:disabled {
  cursor: not-allowed;
  background-color: #d1d5db;
}

.emails-selected-summary {
  color: #6b7280;
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
}

.provider-selection-container {
  flex-direction: column;
  display: flex;
}

.provider-selection-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.provider-selection-title {
  font-size: 1rem;
  font-weight: 600;
}

.provider-selection-summary {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.provider-selection-count {
  color: #6b7280;
  font-size: .875rem;
}

.provider-select-all-db-button {
  color: #fff;
  cursor: pointer;
  background-color: #3b82f6;
  border: none;
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.provider-select-all-db-button:hover {
  background-color: #2563eb;
}

.provider-selection-total {
  color: #6b7280;
  margin-bottom: .5rem;
  font-size: .875rem;
}

.provider-selection-table-container {
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  overflow-x: auto;
}

.provider-selection-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .875rem;
}

.provider-selection-table th {
  text-align: left;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  padding: .75rem;
  font-weight: 600;
}

.provider-selection-checkbox-header {
  width: 3rem;
}

.provider-selection-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: .75rem;
}

.provider-selection-row:hover {
  background-color: #f9fafb;
}

.provider-selection-checkbox-cell {
  width: 3rem;
}

.provider-selection-checkbox-button {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.provider-selection-checkbox-button svg {
  color: #9ca3af;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 2px;
}

.provider-selection-checkbox-button:hover svg {
  border-color: #9ca3af;
}

.provider-checkbox-selected {
  color: #22c55e !important;
  background-color: #fff !important;
  border: 1px solid #22c55e !important;
}

.provider-selection-name {
  font-weight: 500;
}

.provider-selection-email {
  color: #6b7280;
}

.provider-selection-type {
  text-transform: capitalize;
}

.provider-selection-status {
  text-align: center;
}

.provider-status-icon {
  font-size: 1.25rem;
  display: inline-block;
}

.provider-status-sent-icon {
  color: #22c55e;
}

.provider-status-not-sent-icon {
  color: #dc2626;
}

.provider-selection-last-email {
  text-align: center;
  font-size: .875rem;
}

.provider-last-email-date {
  color: #374151;
}

.provider-last-email-none {
  color: #9ca3af;
}

.provider-selection-empty {
  text-align: center;
  color: #6b7280;
  padding: 2rem;
}

.provider-selection-loading {
  text-align: center;
  padding: 2rem;
}

.spinner {
  color: #6b7280;
}

.email-progress-container {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  padding: 1rem;
}

.email-progress-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.email-progress-title {
  font-size: 1rem;
  font-weight: 600;
}

.email-progress-status {
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.email-progress-status-pending {
  color: #92400e;
  background-color: #fef3c7;
}

.email-progress-status-processing {
  color: #1e40af;
  background-color: #dbeafe;
}

.email-progress-status-completed {
  color: #052e16;
  background-color: #d1fae5;
}

.email-progress-status-failed {
  color: #991b1b;
  background-color: #fee2e2;
}

.email-progress-bar-container {
  margin-bottom: 1rem;
}

.email-progress-bar-background {
  background-color: #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  height: 1.5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.email-progress-bar-fill {
  background-color: #22c55e;
  height: 100%;
  transition: width .3s;
}

.email-progress-text {
  color: #374151;
  font-size: .875rem;
}

.email-progress-failed {
  color: #dc2626;
}

.email-progress-success {
  color: #052e16;
  background-color: #d1fae5;
  border-radius: .375rem;
  margin-bottom: 1rem;
  padding: .75rem;
  font-size: .875rem;
}

.email-progress-error {
  color: #991b1b;
  background-color: #fee2e2;
  border-radius: .375rem;
  margin-bottom: 1rem;
  padding: .75rem;
  font-size: .875rem;
}

.email-progress-details {
  color: #6b7280;
  flex-direction: column;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.email-progress-detail-item {
  gap: .5rem;
  display: flex;
}

.email-progress-loading {
  text-align: center;
  color: #6b7280;
  padding: 1rem;
}

.emails-auth-error {
  background-color: #fef2f2;
  border: 1px solid #f87171;
  border-radius: .5rem;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  display: flex;
}

.emails-auth-error-icon {
  flex-shrink: 0;
  font-size: 2rem;
}

.emails-auth-error-content {
  flex: 1;
}

.emails-auth-error-title {
  color: #991b1b;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.emails-auth-error-message {
  color: #991b1b;
  margin-bottom: .75rem;
  font-size: .875rem;
}

.emails-auth-error-help {
  color: #6b7280;
  font-size: .875rem;
}

.provider-selection-error {
  background-color: #fef2f2;
  border: 1px solid #f87171;
  border-radius: .5rem;
  gap: 1rem;
  padding: 2rem;
  display: flex;
}

.provider-selection-error-icon {
  flex-shrink: 0;
  font-size: 2rem;
}

.provider-selection-error-content {
  flex: 1;
}

.provider-selection-error-title {
  color: #991b1b;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.provider-selection-error-message {
  color: #991b1b;
  margin-bottom: .75rem;
  font-size: .875rem;
}

.provider-selection-error-help {
  color: #6b7280;
  font-size: .875rem;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

