/* [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;
  }

  :-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: rect(0, 0, 0, 0);
    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-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-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);
  }

  .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-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));
  }

  .flex-col {
    flex-direction: column;
  }

  .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);
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .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, );
  }

  .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;
  }
}

.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-password-toggle {
  align-items: center;
  padding-right: .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.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;
  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-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.courses-table-container {
  overflow-x: auto;
}

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

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

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

.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: nowrap;
  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-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 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  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-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, .courses-view-content-flex {
  overflow: hidden;
}

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

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

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

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

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

.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;
  background-color: #dbeafe;
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

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

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

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

.courses-view-image {
  border-radius: .75rem;
}

.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;
  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-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.training-providers-table-container {
  overflow-x: auto;
}

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

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

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

.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: nowrap;
  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-tags-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .25rem;
  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: .75rem;
  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;
  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;
  background-color: #dbeafe;
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.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;
  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-empty-state {
  text-align: center;
  color: #6b7280;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.certifications-table-container {
  overflow-x: auto;
}

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

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

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

.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: nowrap;
  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;
}

.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;
}

@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;
  }
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74d3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px #0000001a;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: .2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  flex-direction: column;
  display: flex;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  z-index: 0;
  word-break: break-word;
  flex: auto;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }

  .Toastify__toast {
    --toastify-toast-width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-container[data-stacked="true"] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform .3s;
  position: absolute;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity .1s;
}

.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: "";
  height: calc(var(--g) * 1px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}

.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(3);
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  flex-shrink: 0;
  width: 22px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  transition: all .3s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  z-index: 1;
  opacity: .7;
  transform-origin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }

  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

