/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.input-field {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 102 255 / 0.1);
}

.select-field {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.select-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 102 255 / 0.1);
}

.error-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.otp-input {
  height: 3.5rem;
  width: 3rem;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.otp-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0 0 4px rgba(0,102,255,0.08);
}

.otp-input.error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.gap-6 {
  gap: 1.5rem;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.border {
  border-width: 1px;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.outline {
  outline-style: solid;
}

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

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Searchable registration selects */

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 3.5rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  background-color: #f9fafb;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0 3rem 0 1.25rem;
  line-height: 3.25rem;
  color: #374151;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6b7280;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1rem;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #0066ff;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.1);
}

.select2-dropdown {
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.select2-container--default .select2-search--dropdown {
  padding: 0.75rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2.75rem;
  padding: 0 0.875rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.625rem;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0066ff;
}

.select2-results__option {
  padding: 0.75rem 1rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0066ff;
}

.registration-marketing-panel {
  display: none;
}

.registration-form-panel {
  width: 100%;
}

@media (min-width: 992px) {
  .registration-marketing-panel {
    display: flex !important;
  }

  .registration-marketing-panel,
    .registration-form-panel {
    width: 50%;
  }
}

.register-step.step-entering {
  animation: registerStepIn 280ms ease-out both;
}

@keyframes registerStepIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.register-action-btn:disabled {
  cursor: wait;
  opacity: 0.82;
}

.password-field-wrapper {
  position: relative;
}

.password-field-wrapper .password-input {
  padding-right: 3.5rem;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #6b7280;
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
  transform: translateY(-50%);
  place-items: center;
}

.password-toggle:hover,
.password-toggle:focus {
  color: #0066ff;
  background: #eff6ff;
  outline: none;
}

.password-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}

.registration-feedback {
  margin-bottom: 1.5rem;
  padding: 1rem 1.125rem;
  border: 1px solid transparent;
  border-radius: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.registration-feedback.is-error {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fecaca;
}

.registration-feedback.is-success {
  color: #047857;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.registration-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
  place-items: center;
}

.registration-success-overlay.hidden {
  display: none !important;
}

.registration-success-card {
  width: min(100%, 28rem);
  padding: 2.25rem;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  animation: registrationSuccessIn 300ms ease-out both;
}

.registration-success-icon {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  color: #fff;
  background: #10b981;
  border-radius: 9999px;
  box-shadow: 0 0 0 10px #ecfdf5;
  place-items: center;
}

.registration-success-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.registration-success-card h2 {
  margin: 0 0 0.625rem;
  color: #111827;
  font-size: 1.5rem;
  font-weight: 800;
}

.registration-success-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
}

.registration-redirect-status {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
  color: #0066ff;
  font-size: 0.875rem;
  font-weight: 700;
}

.registration-success-button {
  width: 100%;
  height: 3.25rem;
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 700;
  background: #0066ff;
  border: 0;
  border-radius: 0.75rem;
  transition: background-color 150ms ease;
}

.registration-success-button:hover {
  background: #0052cc;
}

@keyframes registrationSuccessIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.button-loader {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 9999px;
  animation: buttonSpin 700ms linear infinite;
}

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

.verification-card {
  padding: 2rem;
  text-align: center;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.verification-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  color: #0066ff;
  background: #eaf2ff;
  border-radius: 1.25rem;
  place-items: center;
}

.verification-icon svg {
  width: 2rem;
  height: 2rem;
}

.verification-eyebrow {
  margin-bottom: 0.375rem;
  color: #0066ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verification-email {
  color: #111827;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.otp-inputs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.625rem;
  max-width: 25rem;
  margin: 1.75rem auto 0;
}

.otp-inputs .otp-input {
  width: 100%;
  min-width: 0;
}

.otp-message {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.otp-message-error {
  color: #b91c1c;
  background: #fef2f2;
}

.otp-message-success {
  color: #047857;
  background: #ecfdf5;
}

.resend-otp {
  padding: 0;
  color: #0066ff;
  font-weight: 700;
  background: transparent;
  border: 0;
}

.resend-otp:disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .verification-card {
    padding: 1.5rem 1rem;
  }

  .otp-inputs {
    gap: 0.375rem;
  }
}

/* Registration page — shared visual language with the POS login */

.pos-register-shell {
  --brand: #0066ff;
  --brand-dark: #004dcc;
  --ink: #0d1b2e;
  --muted: #667085;
  display: flex;
  min-height: 100vh;
  color: var(--ink);
  background: #f4f7fb;
}

.registration-marketing-panel {
  position: relative;
  display: none;
  min-height: 100vh;
  padding: 3rem clamp(2.5rem, 4.5vw, 5rem);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #071a35 0%, #0a2f68 52%, #0058dc 100%);
  flex-direction: column;
}

.pos-register-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom right, black, transparent 76%);
          mask-image: linear-gradient(to bottom right, black, transparent 76%);
}

.pos-register-glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  pointer-events: none;
}

.pos-register-glow-one {
  top: -14rem;
  right: -12rem;
  background: rgba(73,143,255,.22);
}

.pos-register-glow-two {
  bottom: -18rem;
  left: -12rem;
  background: rgba(0,102,255,.24);
}

.pos-register-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pos-register-brand img {
  width: auto;
  height: 2rem;
  filter: brightness(0) invert(1);
}

.pos-register-brand-divider {
  width: 1px;
  height: 1.5rem;
  background: rgba(255,255,255,.25);
}

.pos-register-marketing-content {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  margin: auto 0;
  padding: 3rem 0;
}

.pos-register-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.5rem;
  padding: .55rem .8rem;
  color: #cde2ff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.pos-register-trust-badge svg {
  width: 1rem;
  height: 1rem;
}

.pos-register-marketing-content > h1 {
  max-width: 40rem;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.7rem, 4.2vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .99;
}

.pos-register-marketing-content > p {
  max-width: 36rem;
  margin: 0 0 2rem;
  color: rgba(226,238,255,.76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.pos-register-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .75rem;
}

.pos-register-feature {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: .9rem;
  backdrop-filter: blur(10px);
}

.pos-register-feature-icon {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  color: #bcd7ff;
  background: rgba(255,255,255,.1);
  border-radius: .7rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-register-feature-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.pos-register-feature strong,
.pos-register-feature small {
  display: block;
}

.pos-register-feature strong {
  margin-bottom: .12rem;
  color: #fff;
  font-size: .82rem;
}

.pos-register-feature small {
  color: rgba(220,234,255,.62);
  font-size: .7rem;
}

.pos-register-assurance {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(4,19,42,.45);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem;
  backdrop-filter: blur(16px);
}

.pos-register-assurance-icon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  color: #8ef0c0;
  background: rgba(25,195,125,.12);
  border-radius: .75rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-register-assurance-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.pos-register-assurance strong,
.pos-register-assurance span {
  display: block;
}

.pos-register-assurance strong {
  margin-bottom: .2rem;
  color: #fff;
  font-size: .82rem;
}

.pos-register-assurance span {
  color: rgba(220,234,255,.62);
  font-size: .72rem;
  line-height: 1.5;
}

.pos-register-marketing-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(220,234,255,.48);
  font-size: .7rem;
}

.pos-register-marketing-footer nav {
  display: flex;
  gap: 1.25rem;
}

.pos-register-marketing-footer a {
  color: inherit;
  text-decoration: none;
}

.pos-register-marketing-footer a:hover {
  color: #fff;
}

.registration-form-panel {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow-y: auto;
  background: radial-gradient(circle at top right, #fff 0, #f7f9fc 38%, #f2f5fa 100%);
  align-items: center;
  justify-content: center;
}

.pos-register-form-wrap {
  width: min(100%, 46rem);
}

.pos-register-card {
  padding: 2.25rem;
  background: rgba(255,255,255,.94);
  border: 1px solid #e7ebf1;
  border-radius: 1.35rem;
  box-shadow: 0 24px 70px rgba(19,44,80,.1);
  animation: registerStepIn .55s cubic-bezier(.16,1,.3,1) both;
}

.pos-register-mobile-brand {
  display: flex;
  justify-content: center;
  margin-bottom: .9rem;
}

.pos-register-mobile-brand img {
  width: auto;
  height: 2.25rem;
}

.pos-register-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.pos-register-heading > span {
  display: block;
  margin-bottom: .45rem;
  color: var(--brand);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pos-register-heading h2 {
  margin: 0 0 .45rem;
  color: var(--ink);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.035em;
}

.pos-register-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.pos-register-server-error {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1.25rem;
  padding: .95rem;
  color: #9f2929;
  background: #fff5f5;
  border: 1px solid #ffd6d6;
  border-radius: .85rem;
}

.pos-register-server-error-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  color: #d14343;
  background: #ffe5e5;
  border-radius: .55rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-register-server-error-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.pos-register-server-error strong {
  display: block;
  margin-bottom: .2rem;
  font-size: .82rem;
}

.pos-register-server-error ul {
  margin: 0;
  padding-left: 1rem;
  font-size: .78rem;
}

.pos-register-stepper {
  margin-bottom: 1.5rem;
  padding: .9rem 1rem;
  background: #f7f9fc;
  border: 1px solid #e7ebf1;
  border-radius: .9rem;
}

.pos-register-stepper-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.pos-register-stepper-meta p {
  margin: 0 0 .15rem;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
}

.pos-register-stepper-meta span {
  color: #7b8595;
  font-size: .68rem;
}

.pos-register-stepper-badge {
  padding: .35rem .55rem;
  color: var(--brand) !important;
  font-weight: 700;
  background: #eaf2ff;
  border-radius: 999px;
}

.pos-register-progress {
  height: .4rem;
  overflow: hidden;
  background: #e5eaf0;
  border-radius: 999px;
}

.pos-register-progress > div {
  height: 100%;
  background: linear-gradient(90deg, var(--brand), #4b91ff);
  border-radius: inherit;
  transition: width .3s ease;
}

.pos-register-step-heading {
  margin-bottom: 1.25rem;
}

.pos-register-step-heading h3 {
  margin: 0 0 .3rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 800;
}

.pos-register-step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.pos-register-card .grid {
  gap: 1rem;
}

.pos-register-card label {
  display: block;
  margin-bottom: .42rem;
  color: #344054;
  font-size: .76rem;
  font-weight: 700;
}

.pos-register-card .input-field,
.pos-register-card .select-field {
  width: 100%;
  height: 3.35rem;
  margin-bottom: 0;
  padding: 0 1rem 0 2.85rem;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 500;
  background: #fbfcfe;
  border: 1.5px solid #dfe4eb;
  border-radius: .8rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  background-position: 1rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.05rem 1.05rem !important;
}

.pos-register-card .input-field::-moz-placeholder {
  color: #a1a9b7;
}

.pos-register-card .input-field::placeholder {
  color: #a1a9b7;
}

.pos-register-card .input-field:focus,
.pos-register-card .select-field:focus {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(0,102,255,.08);
}

.pos-register-card .password-field-wrapper .password-input {
  padding-right: 3.25rem;
  padding-left: 2.85rem;
}

.pos-register-card .password-toggle {
  right: .65rem;
  color: #8a94a5;
}

.pos-register-card .password-toggle:hover,
.pos-register-card .password-toggle:focus {
  color: var(--brand);
  background: #eef5ff;
}

.pos-register-card .error-text {
  margin-top: .35rem;
  font-size: .72rem;
}

.pos-register-card .select2-container--default .select2-selection--single {
  height: 3.35rem;
  background: #fbfcfe;
  border: 1.5px solid #dfe4eb;
  border-radius: .8rem;
}

.pos-register-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.85rem;
  line-height: 3.15rem;
  font-size: .86rem;
}

.pos-register-card #first_name,
.pos-register-card #last_name {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5.5 20c.5-4 2.8-6 6.5-6s6 2 6.5 6'/%3E%3C/svg%3E");
}

.pos-register-card #email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M4 6.5h16v11H4v-11Zm0 .5 8 6 8-6'/%3E%3C/svg%3E");
}

.pos-register-card #contact_number,
.pos-register-card #mobile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 3.5h8a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-13a2 2 0 0 1 2-2ZM10 17.5h4'/%3E%3C/svg%3E");
}

.pos-register-card #password,
.pos-register-card #confirm_password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10V8a5 5 0 0 1 10 0v2m-11 0h12v10H6V10Zm6 4v2'/%3E%3C/svg%3E");
}

.pos-register-card #name {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M4 20V8l8-5 8 5v12M8 20v-6h8v6M8 9h.01M12 9h.01M16 9h.01'/%3E%3C/svg%3E");
}

.pos-register-card #state,
.pos-register-card #landmark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.2 6-11a6 6 0 1 0-12 0c0 5.8 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2'/%3E%3C/svg%3E");
}

.pos-register-card #business_category + .select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E");
}

.pos-register-card #currency_id + .select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M15 8.5c-.7-.7-1.7-1-3-1-1.7 0-3 .9-3 2.2 0 3.3 6 1.3 6 4.6 0 1.3-1.3 2.2-3 2.2-1.3 0-2.4-.4-3.2-1.2M12 5.5v13'/%3E%3C/svg%3E");
}

.pos-register-card #country + .select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3.5 12h17M12 3c2.2 2.4 3.3 5.4 3.3 9S14.2 18.6 12 21M12 3c-2.2 2.4-3.3 5.4-3.3 9S9.8 18.6 12 21'/%3E%3C/svg%3E");
}

.pos-register-card #time_zone + .select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.5 2'/%3E%3C/svg%3E");
}

.pos-register-card #business_category + .select2-container .select2-selection--single,
.pos-register-card #currency_id + .select2-container .select2-selection--single,
.pos-register-card #country + .select2-container .select2-selection--single,
.pos-register-card #time_zone + .select2-container .select2-selection--single {
  background-position: 1rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.05rem 1.05rem !important;
}

.pos-register-card .input-field:hover,
.pos-register-card .input-field:focus,
.pos-register-card .input-field:active,
.pos-register-card .select-field:hover,
.pos-register-card .select-field:focus,
.pos-register-card .select-field:active,
.pos-register-card .select2-selection--single:hover,
.pos-register-card .select2-container--focus .select2-selection--single,
.pos-register-card .select2-container--open .select2-selection--single {
  background-position: 1rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.05rem 1.05rem !important;
}

.pos-register-card .select2-container--default.select2-container--focus .select2-selection--single,
.pos-register-card .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(0,102,255,.08);
}

.pos-register-actions {
  display: flex;
  gap: .75rem;
  margin-top: 1.5rem;
}

.pos-register-primary-btn,
.pos-register-secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  gap: .55rem;
  font-size: .84rem;
  font-weight: 800;
  border-radius: .85rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pos-register-primary-btn {
  width: 100%;
  margin-top: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #0052d4);
  border: 0;
  box-shadow: 0 12px 28px rgba(0,102,255,.22);
}

.pos-register-actions .pos-register-primary-btn {
  margin-top: 0;
}

.pos-register-primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,102,255,.28);
}

.pos-register-secondary-btn {
  width: 34%;
  color: #596579;
  background: #fff;
  border: 1px solid #dfe4eb;
}

.pos-register-secondary-btn:hover {
  color: var(--brand);
  background: #f6f9ff;
  border-color: #bcd4ff;
}

.pos-register-login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-top: 1.35rem;
  color: #7a8495;
  font-size: .8rem;
}

.pos-register-login-link a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.pos-register-login-link a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.pos-register-card .verification-card {
  padding: 1.75rem;
  border-color: #e1eafb;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f7faff, #fff);
}

.pos-register-card .verification-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
}

.pos-register-card .otp-input {
  height: 3.25rem;
  font-size: 1rem;
  background: #fbfcfe;
  border: 1.5px solid #dfe4eb;
  border-radius: .7rem;
}

@media (min-width: 992px) {
  .registration-marketing-panel {
    display: flex !important;
    width: 46%;
  }

  .registration-form-panel {
    width: 54%;
  }

  .pos-register-mobile-brand {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .registration-marketing-panel {
    padding: 2.5rem;
  }

  .pos-register-feature-grid {
    grid-template-columns: 1fr;
  }

  .pos-register-assurance {
    display: none;
  }
}

@media (max-width: 767px) {
  .registration-form-panel {
    padding: 1rem;
    align-items: flex-start;
  }

  .pos-register-card {
    margin: auto 0;
    padding: 1.5rem;
    border-radius: 1rem;
  }

  .pos-register-card .grid {
    gap: .85rem;
  }

  .pos-register-actions {
    flex-direction: column-reverse;
  }

  .pos-register-secondary-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pos-register-card {
    padding: 1.2rem;
  }

  .pos-register-heading h2 {
    font-size: 1.5rem;
  }

  .pos-register-stepper-badge {
    display: none;
  }

  .pos-register-card .otp-inputs {
    gap: .35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pos-register-card,
    .register-step.step-entering,
    .button-loader {
    animation: none;
  }
}

/* Registration terms acceptance and modal */

.pos-register-terms {
  margin-top: 1.2rem;
  padding: .9rem 1rem;
  background: #f8fbff;
  border: 1px solid #dce8f7;
  border-radius: .85rem;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pos-register-terms.has-error {
  background: #fff7f7;
  border-color: #f3aaaa;
  box-shadow: 0 0 0 3px rgba(209,67,67,.08);
}

.pos-register-terms-label {
  display: flex;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 1.5rem;
  margin: 0;
  color: #475467;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.55;
  cursor: pointer;
}

.pos-register-terms-copy {
  display: inline;
  white-space: nowrap;
}

.pos-register-terms-label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.pos-register-checkbox {
  display: grid;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  color: transparent;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: .32rem;
  place-items: center;
  flex: 0 0 auto;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pos-register-checkbox svg {
  width: .85rem;
  height: .85rem;
}

.pos-register-terms-label > input:checked + .pos-register-checkbox {
  color: #fff;
  background: #0066ff;
  border-color: #0066ff;
}

.pos-register-terms-label > input:focus-visible + .pos-register-checkbox {
  box-shadow: 0 0 0 4px rgba(0,102,255,.13);
}

.pos-register-terms-link {
  display: inline !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0066ff;
  font: inherit;
  font-weight: 800;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pos-register-terms-link:hover,
.pos-register-terms-link:focus {
  color: #004fc7;
  outline: none;
}

.pos-register-terms .error-text {
  margin: .55rem 0 0 1.9rem;
}

body.terms-modal-open {
  overflow: hidden;
}

.pos-terms-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  padding: 1.25rem;
  place-items: center;
}

.pos-terms-modal.hidden {
  display: none;
}

.pos-terms-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 12, 27, .68);
  backdrop-filter: blur(4px);
}

.pos-terms-modal-dialog {
  position: relative;
  display: flex;
  width: min(92vw, 880px);
  max-height: min(88vh, 760px);
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 1.1rem;
  box-shadow: 0 30px 80px rgba(2,12,27,.3);
  animation: termsModalEnter .2s ease-out;
}

.pos-terms-modal-header,
.pos-terms-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: #fff;
}

.pos-terms-modal-header {
  border-bottom: 1px solid #e8edf4;
}

.pos-terms-modal-header span {
  display: block;
  margin-bottom: .16rem;
  color: #0066ff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pos-terms-modal-header h2 {
  margin: 0;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 800;
}

.pos-terms-modal-close {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  color: #667085;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: .65rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-terms-modal-close:hover {
  color: #101828;
  background: #eef2f7;
}

.pos-terms-modal-close svg {
  width: 1.2rem;
  height: 1.2rem;
}

.pos-terms-modal-body {
  min-height: 0;
  padding: .75rem;
  overflow: auto;
  background: #f7f9fc;
  flex: 1 1 auto;
}

.pos-terms-modal-body iframe {
  display: block;
  width: 100%;
  height: min(58vh, 560px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
}

.pos-terms-frame-fallback {
  margin-top: .65rem;
  color: #667085;
  font-size: .72rem;
  text-align: center;
}

.pos-terms-frame-fallback a {
  color: #0066ff;
  font-weight: 700;
}

.pos-terms-modal-footer {
  justify-content: flex-end;
  border-top: 1px solid #e8edf4;
}

.pos-terms-modal-secondary,
.pos-terms-modal-agree {
  min-height: 2.65rem;
  padding: .65rem 1.1rem;
  font-size: .8rem;
  font-weight: 800;
  border-radius: .7rem;
}

.pos-terms-modal-secondary {
  color: #475467;
  background: #fff;
  border: 1px solid #d8dee8;
}

.pos-terms-modal-agree {
  color: #fff;
  background: linear-gradient(135deg, #0066ff, #0052d4);
  border: 0;
  box-shadow: 0 8px 18px rgba(0,102,255,.2);
}

.pos-terms-modal-agree:hover {
  background: linear-gradient(135deg, #005be5, #0048bb);
}

@keyframes termsModalEnter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .pos-register-terms-label {
    gap: .5rem;
    font-size: .78rem;
  }

  .pos-terms-modal {
    padding: .65rem;
  }

  .pos-terms-modal-dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: .9rem;
  }

  .pos-terms-modal-header,
    .pos-terms-modal-footer {
    padding: .85rem;
  }

  .pos-terms-modal-body {
    padding: .55rem;
  }

  .pos-terms-modal-body iframe {
    height: 62vh;
  }

  .pos-terms-modal-footer > button {
    flex: 1;
  }
}

/* Password recovery pages */

.pos-recovery-shell {
  --brand: #0066ff;
  --brand-dark: #004dcc;
  --ink: #0d1b2e;
  --muted: #667085;
  display: flex;
  min-height: 100vh;
  color: var(--ink);
  background: #f4f7fb;
}

.pos-recovery-marketing {
  position: relative;
  display: none;
  width: 56%;
  min-height: 100vh;
  padding: 3rem clamp(2.5rem, 5vw, 5.5rem);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #071a35 0%, #0a2f68 52%, #0058dc 100%);
  flex-direction: column;
}

.pos-recovery-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom right, black, transparent 76%);
          mask-image: linear-gradient(to bottom right, black, transparent 76%);
}

.pos-recovery-glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  pointer-events: none;
}

.pos-recovery-glow-one {
  top: -14rem;
  right: -12rem;
  background: rgba(73,143,255,.22);
}

.pos-recovery-glow-two {
  bottom: -18rem;
  left: -12rem;
  background: rgba(0,102,255,.24);
}

.pos-recovery-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pos-recovery-brand img {
  width: auto;
  height: 2rem;
  filter: brightness(0) invert(1);
}

.pos-recovery-brand-divider {
  width: 1px;
  height: 1.5rem;
  background: rgba(255,255,255,.25);
}

.pos-recovery-marketing-content {
  position: relative;
  z-index: 2;
  max-width: 43rem;
  margin: auto 0;
  padding: 3rem 0;
}

.pos-recovery-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.5rem;
  padding: .55rem .8rem;
  color: #cde2ff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.pos-recovery-trust-badge svg {
  width: 1rem;
  height: 1rem;
}

.pos-recovery-marketing-content > h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.75rem, 4.5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}

.pos-recovery-marketing-content > p {
  max-width: 37rem;
  margin: 0 0 2.25rem;
  color: rgba(226,238,255,.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pos-recovery-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .75rem;
}

.pos-recovery-feature {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: .9rem;
  backdrop-filter: blur(10px);
}

.pos-recovery-feature-icon {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  color: #bcd7ff;
  background: rgba(255,255,255,.1);
  border-radius: .7rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-recovery-feature-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.pos-recovery-feature strong,
.pos-recovery-feature small {
  display: block;
}

.pos-recovery-feature strong {
  margin-bottom: .12rem;
  color: #fff;
  font-size: .82rem;
}

.pos-recovery-feature small {
  color: rgba(220,234,255,.62);
  font-size: .7rem;
}

.pos-recovery-assurance {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(4,19,42,.45);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem;
  backdrop-filter: blur(16px);
}

.pos-recovery-assurance-icon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  color: #8ef0c0;
  background: rgba(25,195,125,.12);
  border-radius: .75rem;
  place-items: center;
  flex: 0 0 auto;
}

.pos-recovery-assurance-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.pos-recovery-assurance strong,
.pos-recovery-assurance span {
  display: block;
}

.pos-recovery-assurance strong {
  margin-bottom: .2rem;
  color: #fff;
  font-size: .82rem;
}

.pos-recovery-assurance span {
  color: rgba(220,234,255,.62);
  font-size: .72rem;
  line-height: 1.5;
}

.pos-recovery-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(220,234,255,.48);
  font-size: .7rem;
}

.pos-recovery-footer nav {
  display: flex;
  gap: 1.25rem;
}

.pos-recovery-footer a {
  color: inherit;
  text-decoration: none;
}

.pos-recovery-footer a:hover {
  color: #fff;
}

.pos-recovery-form-panel {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background: radial-gradient(circle at top right, #fff 0, #f7f9fc 38%, #f2f5fa 100%);
  align-items: center;
  justify-content: center;
}

.pos-recovery-card {
  width: min(100%, 30rem);
  padding: 2.4rem;
  background: rgba(255,255,255,.94);
  border: 1px solid #e7ebf1;
  border-radius: 1.35rem;
  box-shadow: 0 24px 70px rgba(19,44,80,.1);
  animation: registerStepIn .55s cubic-bezier(.16,1,.3,1) both;
}

.pos-recovery-mobile-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.pos-recovery-mobile-brand img {
  width: auto;
  height: 2.25rem;
}

.pos-recovery-heading {
  margin-bottom: 1.75rem;
  text-align: center;
}

.pos-recovery-heading > span {
  display: block;
  margin-bottom: .55rem;
  color: var(--brand);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pos-recovery-heading h2 {
  margin: 0 0 .55rem;
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -.035em;
}

.pos-recovery-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.pos-recovery-message {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1.25rem;
  padding: .95rem;
  border: 1px solid;
  border-radius: .85rem;
}

.pos-recovery-message.is-error {
  color: #9f2929;
  background: #fff5f5;
  border-color: #ffd6d6;
}

.pos-recovery-message.is-success {
  color: #047857;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.pos-recovery-message-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  border-radius: .55rem;
  place-items: center;
  flex: 0 0 auto;
}

.is-error .pos-recovery-message-icon {
  color: #d14343;
  background: #ffe5e5;
}

.is-success .pos-recovery-message-icon {
  color: #07845e;
  background: #d1fae5;
}

.pos-recovery-message-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.pos-recovery-message strong {
  display: block;
  margin-bottom: .2rem;
  font-size: .82rem;
}

.pos-recovery-message p,
.pos-recovery-message ul {
  margin: 0;
  font-size: .76rem;
  line-height: 1.5;
}

.pos-recovery-message ul {
  padding-left: 1rem;
}

.pos-recovery-form {
  display: grid;
  gap: 1.25rem;
}

.pos-recovery-field label {
  display: block;
  margin-bottom: .45rem;
  color: #344054;
  font-size: .78rem;
  font-weight: 700;
}

.pos-recovery-input-wrap {
  position: relative;
}

.pos-recovery-input-wrap input {
  width: 100%;
  height: 3.4rem;
  padding: 0 3.25rem;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 500;
  background: #fbfcfe;
  border: 1.5px solid #dfe4eb;
  border-radius: .8rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pos-recovery-input-wrap input::-moz-placeholder {
  color: #a1a9b7;
}

.pos-recovery-input-wrap input::placeholder {
  color: #a1a9b7;
}

.pos-recovery-input-wrap input:focus {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(0,102,255,.08);
}

.pos-recovery-input-icon,
.reset-password-toggle {
  position: absolute;
  top: 50%;
  display: grid;
  color: #8a94a5;
  transform: translateY(-50%);
  place-items: center;
}

.pos-recovery-input-icon {
  left: 1rem;
  pointer-events: none;
}

.pos-recovery-input-icon svg,
.reset-password-toggle svg {
  width: 1.15rem;
  height: 1.15rem;
}

.reset-password-toggle {
  right: .65rem;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: .55rem;
}

.reset-password-toggle:hover,
.reset-password-toggle:focus {
  color: var(--brand);
  background: #eef5ff;
  outline: none;
}

.pos-recovery-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.45rem;
  gap: .65rem;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand), #0052d4);
  border: 0;
  border-radius: .85rem;
  box-shadow: 0 12px 28px rgba(0,102,255,.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.pos-recovery-submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,102,255,.28);
}

.pos-recovery-submit:disabled {
  cursor: wait;
  opacity: .78;
}

.pos-recovery-submit-arrow,
.pos-recovery-loader {
  width: 1.15rem;
  height: 1.15rem;
}

.pos-recovery-loader {
  animation: buttonSpin .7s linear infinite;
}

.pos-recovery-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin-top: 1.5rem;
  color: var(--brand);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}

.pos-recovery-back:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.pos-recovery-back svg {
  width: 1rem;
  height: 1rem;
}

.pos-recovery-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-top: 1.2rem;
  color: #98a1af;
  font-size: .68rem;
}

.pos-recovery-security-note svg {
  width: .9rem;
  height: .9rem;
}

@media (min-width: 992px) {
  .pos-recovery-marketing {
    display: flex;
  }

  .pos-recovery-form-panel {
    width: 44%;
  }

  .pos-recovery-mobile-brand {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pos-recovery-marketing {
    padding: 2.5rem;
  }

  .pos-recovery-feature-grid {
    grid-template-columns: 1fr;
  }

  .pos-recovery-assurance {
    display: none;
  }
}

@media (max-width: 640px) {
  .pos-recovery-form-panel {
    padding: 1rem;
    align-items: flex-start;
  }

  .pos-recovery-card {
    margin: auto 0;
    padding: 1.5rem;
    border-radius: 1rem;
  }

  .pos-recovery-heading h2 {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pos-recovery-card,
    .pos-recovery-loader {
    animation: none;
  }
}

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