.Modal_modal__o01da {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.Modal_modalContent__k7mUz {
  /* stylelint-disable-next-line color-function-notation */
  background-color: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
  width: 760px;
  box-shadow: 0 0 10px rgba(0 0 0 / 20%);
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.Modal_closeButton__7byJd {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  padding: 0;
}

.Modal_closeButton__7byJd > svg {
    width: 1.5rem;
    height: 1.5rem;
    color: black;
  }

/* stylelint-disable custom-property-pattern */
:root {
  --background: #fff;
  --foreground: #181719;
  --brand-hsl: 356 83% 52%;
  --brand: #ea1d2c;
  --brand-light: #ef424d;
  --brand-lighter: var(--red-2);
  --brand-dark: #b51c27;
  --brand-darker: #811922;
  --disabled: var(--gray-7);
  --error: #f00;
  --success: var(--teal-6);
  --warning: var(--orange-6);
  --border: #d5d8e1;
  --neutral-darker: #212531;
  --neutral: #8f9197;
  --neutral-lighter: var(--gray-3);
  --font-label: var(--font-size-00);
  --font-tittle: var(--font-size-7);
  --font-tittle2: var(--font-size-5);
  --gray: #686f82;
  --strong-gray: #334155;
  --light-gray: #94a3b8;
  --success-green-200: #ecfdf5;
  --success-green: #10b981;
  --dagger-orange-20: #fef6ee;
  --dagger-orange: #f38744;
  --secondary-blue: #2746ff;
  --lucy-yellow: #ffe174;
  --lucy-cream: #ebe6da;
  --lucy-mint: #cee9e5;
  --lucy-red: #ed1c24;
  --black: #000;
  --lucy-grey1: #4f4e51;
  --lucy-grey2: #8b878e;
  --lucy-grey3: #ada8b2;
  --lucy-grey4: #cecbd1;
  --lucy-grey5: #545454;
  --off-white: #eeedef;
  --off-white-border: #e7e5e8;
  --white: #fff;
  --separator-color: var(--lucy-grey4);
  --font-poppins: var(--next-font-poppins, Poppins), "Arial", sans-serif;
  --font-notoSans: var(--next-font-notoSans, "Noto Sans"), "Helvetica",
    sans-serif;
  --font-roboto: var(--next-font-roboto, Roboto), "Arial", sans-serif;
  --font-pacifico: var(--next-font-pacifico, Pacifico), "Brush Script MT",
    cursive;
  --font-gruppo: var(--next-font-gruppo, Gruppo), "Courier New", monospace;
  --font-spicyRice: var(--next-font-spicyRice, "Spicy Rice"), "Comic Sans MS",
    cursive;
  --font-bebasNeue: var(--next-font-bebasNeue, "Bebas Neue"), "Impact",
    sans-serif;
  --font-josefinSans: var(--next-font-josefinSans, "Josefin Sans"), "Gill Sans",
    sans-serif;
  --font-gwendolyn: var(--next-font-gwendolyn, Gwendolyn), "Brush Script MT",
    cursive;
  --font-dMSerifText: var(--next-font-dMSerifText, "DM Serif Text"), "Georgia",
    serif;
  --font-anton: var(--next-font-anton, Anton), sans-serif;
  --font-ubuntu: var(--next-font-ubuntu, Ubuntu), sans-serif;
  --font-edenred: var(--next-font-edenred, Edenred), sans-serif;
}

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

/*
  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 */
  text-size-adjust: 100%; /* 2 */
  tab-size: 4; /* 3 */
  font-family: var(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  ); /* 4 */

  font-feature-settings: var(--default-font-feature-settings, normal); /* 5 */
  font-variation-settings: var(--default-font-variation-settings, normal); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  line-height: inherit;
}

/*
  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. Reset the default border style to a 1px solid border.
*/

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]) {
  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: var(
    --default-mono-font-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace
  ); /* 4 */

  font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 5 */
  font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 6 */
  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. Inherit the font styles in all browsers.
  2. Remove the default background color.
*/

button,
input,
optgroup,
select,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  background: transparent; /* 2 */
}

/*
  Reset the default inset border style for form controls to solid.
*/

/* input:where(:not([type="button"], [type="reset"], [type="submit"])),
select,
textarea {
  border: 1px solid;
} */

/*
  Correct the inability to style the border radius in iOS Safari.
*/
button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

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

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

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

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

summary {
  display: list-item;
}

/*
  Make lists unstyled by default, without affecting semantics. (https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics)
*/

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

/*
  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 a semi-transparent version of the current text color.
*/

::placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in srgb, currentcolor 50%, transparent); /* 2 */
}

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

/* the props */

/* optional imports that use the props */

/* stylelint-disable selector-class-pattern */

span.after\:bg-primary::after {
  background-color: var(--brand) !important;
}

:where(html) {
  background-color: var(--background) !important;
}

/* html,
body {
  touch-action: none;
} */

body {
  min-height: 100dvh;
  box-sizing: border-box;
  color: var(--foreground);
}

:where(a) {
  margin-block: initial;
  margin-inline: initial;
  padding-block: initial;
  padding-inline: initial;
  text-decoration: none;
  max-inline-size: initial;
}

:where(a):where(:not(:hover)) {
  text-decoration: none;
}

:where(:not(:active):focus-visible) {
  outline: none;
}

:where(ol, ul) {
  padding-inline-start: 0;
}

:where(li, dd, figcaption) {
  max-inline-size: initial;
}

/* ::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-thumb {
  background: #d4d8e1;
  border-radius: 0.625rem;
} */

:where(table) {
  border-radius: 0;
}

:where(input) {
  font-size: 14px;
  accent-color: var(--foreground);
}

html {
  font-family: var(--font-poppins, Poppins), sans-serif;
  font-size: 14px;
}

hr {
  height: 1px;
  margin-block: 0;
}

button {
  cursor: pointer;
}

.ativo {
  height: 70%;
  width: 325px;
  border-radius: 0;
  z-index: 999999;
  transition: all 0.3s ease;
}

.inativo {
  width: 70px;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  height: 70px;
  bottom: 5%;
  right: 2%;
}

.vsChat {
  right: 3rem;
  position: fixed;
  bottom: 3rem;
  border: none;
  z-index: 99999999;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 487px) {
  .vsChat {
    right: 1.1rem;
    bottom: 1.1rem;
  }

  .ativo {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 999999;
  }

  #megasac-info {
    visibility: hidden !important;
  }

  #megasac-button {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 478px) and (max-width: 767px) {
  .ativo {
    width: 325px;
    height: 80% !important;
    z-index: 999999;
  }
}

