/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-white: #fff;
  --spacing: 0.25rem;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.login {
  background-color: #0063F0;
}
body.login h1 a {
  display: block;
  height: 60px;
  width: 100%;
  overflow: hidden;
  background-image: url('../images/logo-horizontal-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: calc(var(--spacing) * 0);
  color: 0;
}
body.login #nav a, body.login #backtoblog a, body.login .privacy-policy-page-link a {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding-block: 3px;
  color: var(--color-white);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    display: block;
  }
  &::after {
    content: var(--tw-content);
    height: 1px;
  }
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
}
body.login form {
  border-radius: 3px;
  background-color: var(--color-white);
  padding-inline: 24px;
  padding-top: 26px;
  padding-bottom: 46px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
body.login form .input {
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  width: 97%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-gray-100);
  padding: 3px;
  font-size: 24px;
}
body.login #login {
  width: clamp(340px, 40vw, 400px);
  padding-top: 8%;
}
body.login #loginform {
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-white);
  padding: 40px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
body.login #loginform .button-primary {
  margin-top: 30px;
  height: 45px;
  width: 100%;
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: #0063F0;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      background-color: #081E5D;
    }
  }
}
body.login form .input {
  border-radius: 10px;
  border-color: color-mix(in oklab, #0063F0 20%, transparent);
  background-color: var(--color-white);
  padding-inline: 20px;
  font-size: 16px;
}
body.login .button.wp-hide-pw {
  right: 15px;
  color: #0063F0;
}
body.login label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #002a66;
}
body.login .language-switcher label .dashicons {
  margin: calc(var(--spacing) * 0);
  color: var(--color-white);
}
body.login .language-switcher .button {
  border-radius: 3px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-white);
  padding-inline: 20px;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #002a66;
  &:hover {
    @media (hover: hover) {
      background-color: #FFBC11;
    }
  }
}
body.login .language-switcher label {
  margin: calc(var(--spacing) * 0);
  margin-right: 10px;
}
body.login #backtoblog {
  margin-block: 5px;
}
body.login #language-switcher select {
  border-style: var(--tw-border-style);
  border-width: 0px;
  color: #002a66;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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: 0px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-content: "";
      --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-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
