.mo-validated {
    padding-right: 25px !important;
}
.mo-validated-icon {
    position: absolute;
    top: calc(50% - 10px);
    background: #00cd00;
    color: #fff;
    border-radius: 50%;
    right: 5px;
    animation: slideDown 0.3s ease-in forwards;
}
.mo_message_box {
    display: none;
    width: 100%;
    background-color: #f7f6f7;
    padding: 1em 2em 1em 3.5em;
    text-align: center;
    margin-top: 3px;
    border-top: 3px solid green;
}
@keyframes slideDown {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.mofr-error-message {
    background-color: rgb(254 242 242);
    color: rgb(248 113 113);
}

.mofr-success-message {
    background-color: rgb(232, 253, 246);
    color: rgb(0, 184, 141);
}

.mofr-err-container {
    background-color: #ffefef;
    font-size: 16px;
    color: #ff5b5b;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 16px;
}

.wclog_phone_field{
    width: 100% !important;
}

.mofr-loading-container {
    background-color: #c6c6c6;
    font-size: 16px;
    color: #101010;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 16px;
}

.mofr-success-container {
    background-color: #dbfff7;
    font-size: 16px;
    color: #008f6e;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 16px;
}
.mo-woocommerce-button{
    display: inline-block;
    text-align: center;
    word-break: break-word;
    background-color: var(--wp--preset--color--primary);
    color: #fff;
    border: 1px solid var(--wp--preset--color--black);
    padding: 1rem 0.5rem;
    margin-top: 1rem;
    text-decoration: none;
    font-size: medium;
    cursor: pointer;
    float:right;
}
.mofrloader {
    width: 8px !important;
    height: 8px !important;
    border-radius: 25% !important;
    display: block;
    margin:8px auto !important;
    position: relative !important;
    background: #FFF !important;
    box-shadow: -16px 0 #FFF, 16px 0 #FFF ;
    box-sizing: border-box !important;
    animation: shadowPulse 2s linear infinite !important;
  }
  
@keyframes shadowPulse {
33% {
  background: #FFF;
  box-shadow: -16px 0 #757575, 16px 0 #FFF;
}
66% {
  background: #757575;
  box-shadow: -16px 0 #FFF, 16px 0 #FFF;
}
100% {
  background: #FFF;
  box-shadow: -16px 0 #FFF, 16px 0 #757575;
}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-mofr-0 {
  top: 0;
}

.right-mofr-0 {
  right: 0;
}

.bottom-mofr-0 {
  bottom: 0;
}

.left-mofr-0 {
  left: 0;
}

.z-10 {
  z-index: 10;
}

.mt-mofr-4 {
  margin-top: 1rem;
}

.mt-mofr-1 {
  margin-top: 0.25rem;
}

.mt-mofr-14 {
  margin-top: 3.5rem;
}

.mb-mofr-6 {
  margin-bottom: 1.5rem;
}

.-ml-mofr-4 {
  margin-left: -1rem;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-\[368px\] {
  height: 368px;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-mofr-9 {
  height: 2.25rem;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[100px\] {
  height: 100px;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[148px\] {
  width: 148px;
}

.w-\[368px\] {
  width: 368px;
}

.w-mofr-9 {
  width: 2.25rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.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));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  -webkit-animation: fade-in-up 0.1s ease-out;
          animation: fade-in-up 0.1s ease-out;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-mofr-8 {
  gap: 2rem;
}

.gap-mofr-4 {
  gap: 1rem;
}


.relative {
    position: relative;
}
.gap-mofr-6 {
  gap: 1.5rem;
}

.gap-mofr-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-smooth {
  border-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#FF6683\] {
  --tw-gradient-from: #FF6683;
  --tw-gradient-to: rgb(255 102 131 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#FF8C8C\] {
  --tw-gradient-to: #FF8C8C;
}

.fill-indigo-500 {
  fill: #6366f1;
}

.p-mofr-6 {
  padding: 1.5rem;
}

.p-mofr-8 {
  padding: 2rem;
}

.p-mofr-14 {
  padding: 3.5rem;
}

.px-mofr-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-mofr-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-mofr-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-mofr-14 {
  padding-bottom: 3.5rem;
}

.pl-mofr-9 {
  padding-left: 2.25rem;
}

.text-right {
  text-align: right;
}

.text-base {
  font-size: .800rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.duration-300 {
  transition-duration: 300ms;
}

/* 
    Preflight CSS is used to lift the browser's default styles.
*/

/*
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)
*/

:where(#mofr-plugin-container) * {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:where(#mofr-plugin-container)::before,
:where(#mofr-plugin-container)::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.
*/

/*
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.
*/

:where(#mofr-plugin-container) hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

:where(#mofr-plugin-container) abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

:where(#mofr-plugin-container) h1,
:where(#mofr-plugin-container) h2,
:where(#mofr-plugin-container) h3,
:where(#mofr-plugin-container) h4,
:where(#mofr-plugin-container) h5,
:where(#mofr-plugin-container) h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

:where(#mofr-plugin-container) a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

:where(#mofr-plugin-container) b,
:where(#mofr-plugin-container) strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

:where(#mofr-plugin-container) code,
:where(#mofr-plugin-container) kbd,
:where(#mofr-plugin-container) samp,
:where(#mofr-plugin-container) pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

:where(#mofr-plugin-container) small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

:where(#mofr-plugin-container) sub,
:where(#mofr-plugin-container) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(#mofr-plugin-container) sub {
  bottom: -0.25em;
}

:where(#mofr-plugin-container) 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.
*/

:where(#mofr-plugin-container) 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.
*/

:where(#mofr-plugin-container) button,
:where(#mofr-plugin-container) input,
:where(#mofr-plugin-container) optgroup,
:where(#mofr-plugin-container) select,
:where(#mofr-plugin-container) textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

:where(#mofr-plugin-container) button,
:where(#mofr-plugin-container) select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

:where(#mofr-plugin-container) button,
:where(#mofr-plugin-container) [type="button"],
:where(#mofr-plugin-container) [type="reset"],
:where(#mofr-plugin-container) [type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:where(#mofr-plugin-container) :-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)
*/

:where(#mofr-plugin-container) :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

:where(#mofr-plugin-container) progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

:where(#mofr-plugin-container) ::-webkit-inner-spin-button,
:where(#mofr-plugin-container) ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

:where(#mofr-plugin-container) [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

:where(#mofr-plugin-container) ::-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.
*/

:where(#mofr-plugin-container) ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

:where(#mofr-plugin-container) summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

:where(#mofr-plugin-container) blockquote,
:where(#mofr-plugin-container) dl,
:where(#mofr-plugin-container) dd,
:where(#mofr-plugin-container) h1,
:where(#mofr-plugin-container) h2,
:where(#mofr-plugin-container) h3,
:where(#mofr-plugin-container) h4,
:where(#mofr-plugin-container) h5,
:where(#mofr-plugin-container) h6,
:where(#mofr-plugin-container) hr,
:where(#mofr-plugin-container) figure,
:where(#mofr-plugin-container) p,
:where(#mofr-plugin-container) pre {
  margin: 0;
}

:where(#mofr-plugin-container) fieldset {
  margin: 0;
  padding: 0;
}

:where(#mofr-plugin-container) legend {
  padding: 0;
}

:where(#mofr-plugin-container) ol,
:where(#mofr-plugin-container) ul,
:where(#mofr-plugin-container) menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

:where(#mofr-plugin-container) 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.
*/

:where(#mofr-plugin-container) input::-moz-placeholder, :where(#mofr-plugin-container) textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

:where(#mofr-plugin-container) input::placeholder,
:where(#mofr-plugin-container) textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

:where(#mofr-plugin-container) button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:where(#mofr-plugin-container) :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.
*/

:where(#mofr-plugin-container) img,
:where(#mofr-plugin-container) svg,
:where(#mofr-plugin-container) video,
:where(#mofr-plugin-container) canvas,
:where(#mofr-plugin-container) audio,
:where(#mofr-plugin-container) iframe,
:where(#mofr-plugin-container) embed,
:where(#mofr-plugin-container) 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)
*/

:where(#mofr-plugin-container) img,
:where(#mofr-plugin-container) video {
  max-width: 100%;
  height: auto;
}

.mofr-otp-help-button-text {
  background-color: #002ab6;
}

.mofr-plugin-container {
  width: calc(100% + 20px);
  margin-left: -20px;
}

.mofr-plugin-wrapper {
  display: flex;
  width: 100%;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mofr-app-header {
  height: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.mofr-tab-content {
  position: relative;
  width: 100%;
}

.mofr-content-wrapper {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
}

@font-face {
  font-family: Inter;

  font-style: 400;

  src: url("../fonts/Inter-Regular.woff2");
}

@font-face {
  font-family: Inter;

  font-weight: 500;

  src: url("../fonts/Inter-Medium.woff2");
}

@font-face {
  font-family: Inter;

  font-weight: 600;

  src: url("../fonts/Inter-SemiBold.woff2");
}

:where(#mofr-plugin-container) * {
  font-family: Inter, sans-serif;
  font-size: .800rem;
}

.mofr-display {
  font-weight: 600;
}

.mofr-display.regular {
  font-size: 1.5rem;
}

.mofr-display.small {
  font-size: 1.25rem;
}

.mofr-heading {
  font-size: 1rem;
  font-weight: 600;
}

.mofr-title {
  font-size: .800rem;
  font-weight: 600;
}

.mofr-caption {
  font-size: .800rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.mofr-button {
  display: flex;
  height: 36px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mofr-button:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.mofr-button:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mofr-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mofr-button.primary:focus {
  outline-width: 2px;
  outline-color: #93c5fd;
}

.mofr-button.primary:disabled {
  opacity: 0.4;
}

.mofr-button.secondary {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.mofr-button.secondary:focus {
  outline-width: 2px;
  outline-color: #d1d5db;
}

.mofr-button.secondary:disabled {
  cursor: auto;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.mofr-button.inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.mofr-button.inverted:focus {
  outline-width: 2px;
  outline-color: #9ca3af;
}

.mofr-button.alert {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mofr-icon-button {
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  transition-duration: 300ms;
}

.mofr-icon-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mofr-input-wrapper {
  position: relative;
  width: 100%;
}

.mofr-textarea,
.mofr-input[type="text"],
.mofr-input[type="password"],
.mofr-input[type="email"] {
  box-shadow: none !important;
  border-radius: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  transition-duration: 200ms;
}

.mofr-textarea:focus, 
.mofr-input[type="text"]:focus, 
.mofr-input[type="password"]:focus, 
.mofr-input[type="email"]:focus {
  outline-width: 1.5px;
  outline-color: rgb(29 78 216);
}

.mofr-textarea:disabled, 
.mofr-input[type="text"]:disabled, 
.mofr-input[type="password"]:disabled, 
.mofr-input[type="email"]:disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* .mofr-textarea:focus, */

.mofr-input[type="text"]:focus,
.mofr-input[type="password"]:focus,
.mofr-input[type="email"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mofr-textarea {
  resize: none !important;
  font-weight: 400;
  line-height: 2;
  transition-duration: 300ms;
}

.mofr-textarea:focus {
  outline-width: 1.5px;
  outline-color: rgb(29 78 216);
}

.mofr-input-label {
  position: absolute;
  top: -0.625rem;
  left: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.group:focus-within .mofr-input-label {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 44px;
}

/* Hide default HTML checkbox */

.switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* The slider */

.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  transition-duration: 150ms;
}

.slider:before {
  position: absolute;
  left: 0.25rem;
  height: 20px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 150ms;
  content: '';
}

input:checked + .slider {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

input:focus + .slider {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Customize the label (the container) */

.mofr-checkbox-container {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Create a custom checkbox */

.mofr-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  transition-duration: 200ms;
}

/* On mouse-over, add a grey background color */

.mofr-checkbox-container:hover input ~ .mofr-checkmark {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

/* When the checkbox is checked, add a blue background */

.mofr-checkbox-container input:checked ~ .mofr-checkmark {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

/* Create the mofr-checkmark/indicator (hidden when not checked) */

.mofr-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the mofr-checkmark when checked */

.mofr-checkbox-container input:checked ~ .mofr-checkmark:after {
  display: block;
}

/* Style the mofr-checkmark/indicator */

.mofr-checkbox-container .mofr-checkmark:after {
  margin-bottom: 0.25rem;
  height: 7px;
  width: 3px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.mofr-step {
  display: flex;
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mofr-step.inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

/* Section Header */

.mofr-section-header {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Side Navigation Container */

.mofr-sidenav {
  border-right: 1px solid;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  gap: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .mofr-sidenav {
    width: 25%;
  }
}

/* Side Navigation Item */

.mofr-sidenav-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.mofr-sidenav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.mofr-sidenav-item p {
  display: none;
}

@media (min-width: 1024px) {
  .mofr-sidenav-item p {
    display: block;
  }
}

.mofr-sidenav-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-weight: 700;
}

.mofr-table {
  outline: none;
  border: none;
  border: 1px solid;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.mofr-trowhead {
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.mofr-table-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.mofr_deactivation_popup_container {
  font-family: Inter, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 3.5rem;
}

.close {
  float: right;
}

.mofr_deactivation_popup_wrapper {
  width: 528px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:where(#mofr_deactivation_popup_wrapper) p {
  margin: 0;
  padding: 0;
}

.deactivation_message {
  border: 1px solid;
  border-radius: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.contact-us-container {
  position: fixed;
  right: 2rem;
  bottom: 2.5rem;
}

.mofr-alert {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .800rem;
  font-weight: 600;
}

.mofr-message {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.mofr-success {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.mofr-error {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}
