@charset "UTF-8";

*, ::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:  ;
}

/*
! tailwindcss v3.4.18 | 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: currentColor;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.right-4{
  right: 1rem;
}

.top-4{
  top: 1rem;
}

.order-last{
  order: 9999;
}

.col-auto{
  grid-column: auto;
}

.float-right{
  float: right;
}

.m-0{
  margin: 0px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.-mt-4{
  margin-top: -1rem;
}

.mb-0{
  margin-bottom: 0px;
}

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

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

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

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-auto{
  margin-right: auto;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

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

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-footer-group{
  display: table-footer-group;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-full{
  height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1{
  width: 0.25rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-full{
  width: 100%;
}

.min-w-full{
  min-width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.flex-grow-0{
  flex-grow: 0;
}

.border-collapse{
  border-collapse: collapse;
}

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

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.flex-row{
  flex-direction: row;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

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

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

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

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-background-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

.border-background-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-background-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity, 1));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(105 251 155 / var(--tw-border-opacity, 1));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(2 206 106 / var(--tw-border-opacity, 1));
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(255 121 244 / var(--tw-border-opacity, 1));
}

.border-red-alert{
  --tw-border-opacity: 1;
  border-color: rgb(228 25 25 / var(--tw-border-opacity, 1));
}

.border-typo-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-typo-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity, 1));
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(209 203 66 / var(--tw-border-opacity, 1));
}

.bg-background-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-background-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 240 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(2 206 106 / var(--tw-bg-opacity, 1));
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 254 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 210 / var(--tw-bg-opacity, 1));
}

.bg-typo-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 255 228 / var(--tw-bg-opacity, 1));
}

.bg-center{
  background-position: center;
}

.bg-top{
  background-position: top;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pe-0{
  padding-inline-end: 0px;
}

.pe-4{
  padding-inline-end: 1rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

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

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

.align-baseline{
  vertical-align: baseline;
}

.font-montserrat{
  font-family: "Baloo 2", sans-serif;
}

.text-dt-bl-h1{
  font-size: 54px;
}

.text-dt-btn{
  font-size: 16px;
}

.text-dt-btn-u{
  font-size: 16px;
}

.text-dt-btn-u-small{
  font-size: 12px;
}

.text-dt-ms-body-1{
  font-size: 16px;
}

.text-dt-ms-body-2{
  font-size: 16px;
}

.text-dt-ms-h3{
  font-size: 26px;
}

.text-dt-ms-h4{
  font-size: 20px;
}

.text-dt-ms-h5{
  font-size: 18px;
}

.text-dt-ms-h6{
  font-size: 16px;
}

.text-dt-ms-small-1{
  font-size: 14px;
}

.text-dt-ms-small-2{
  font-size: 12px;
}

.text-dt-ms-small-3{
  font-size: 12px;
}

.text-dt-ms-small-4{
  font-size: 12px;
}

.text-mb-btn{
  font-size: 14px;
}

.text-mb-btn-u{
  font-size: 14px;
}

.text-mb-btn-u-small{
  font-size: 10px;
}

.text-mb-ms-body-1{
  font-size: 14px;
}

.text-mb-ms-body-2{
  font-size: 14px;
}

.text-mb-ms-h3{
  font-size: 24px;
}

.text-mb-ms-h4{
  font-size: 18px;
}

.text-mb-ms-h5{
  font-size: 16px;
}

.text-mb-ms-h6{
  font-size: 14px;
}

.text-mb-ms-small-1{
  font-size: 12px;
}

.text-mb-ms-small-2{
  font-size: 12px;
}

.text-mb-ms-small-3{
  font-size: 10px;
}

.text-mb-ms-subtitle-1{
  font-size: 16px;
}

.font-weight-300{
  font-weight: 300;
}

.font-weight-500{
  font-weight: 500;
}

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

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

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

.font-weight-btn-u{
  font-weight: 600;
}

.font-weight-btn-u-small{
  font-weight: 600;
}

.font-weight-ms-body-1{
  font-weight: 400;
}

.font-weight-ms-body-2{
  font-weight: 600;
}

.font-weight-ms-h1{
  font-weight: 500;
}

.font-weight-ms-h3{
  font-weight: 600;
}

.font-weight-ms-h4{
  font-weight: 600;
}

.font-weight-ms-h6{
  font-weight: 600;
}

.font-weight-ms-small-1{
  font-weight: 500;
}

.font-weight-ms-small-2{
  font-weight: 400;
}

.font-weight-ms-small-3{
  font-weight: 400;
}

.font-weight-ms-small-4{
  font-weight: 700;
}

.font-weight-normal{
  font-weight: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-dt-btn-u{
  line-height: 20px;
}

.leading-dt-ms-body-1{
  line-height: 22px;
}

.leading-dt-ms-body-2{
  line-height: 20px;
}

.leading-dt-ms-h4{
  line-height: 28px;
}

.leading-dt-ms-h6{
  line-height: 22px;
}

.leading-dt-ms-small-1{
  line-height: 20px;
}

.leading-dt-ms-small-2{
  line-height: 20px;
}

.leading-dt-ms-small-3{
  line-height: 18px;
}

.leading-dt-ms-small-4{
  line-height: 16px;
}

.leading-mb-btn-u{
  line-height: 18px;
}

.leading-mb-ms-body-2{
  line-height: 18px;
}

.tracking-ms-body-1{
  letter-spacing: 0.1px;
}

.tracking-ms-body-2{
  letter-spacing: 0.1px;
}

.tracking-ms-h3{
  letter-spacing: 0.1px;
}

.tracking-ms-h4{
  letter-spacing: 0.2px;
}

.tracking-ms-h6{
  letter-spacing: 0.2px;
}

.tracking-ms-small-1{
  letter-spacing: 0.2px;
}

.tracking-ms-small-2{
  letter-spacing: 0.2px;
}

.tracking-ms-small-3{
  letter-spacing: 0.2px;
}

.tracking-ms-small-4{
  letter-spacing: 0.2px;
}

.text-background-gray-900{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

.text-border-gray-300{
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}

.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(12 12 13 / var(--tw-text-opacity, 1));
}

.text-gray-new{
  --tw-text-opacity: 1;
  color: rgb(102 117 139 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(2 206 106 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(2 114 60 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(1 73 38 / var(--tw-text-opacity, 1));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(255 40 241 / var(--tw-text-opacity, 1));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(167 13 157 / var(--tw-text-opacity, 1));
}

.text-red-alert{
  --tw-text-opacity: 1;
  color: rgb(228 25 25 / var(--tw-text-opacity, 1));
}

.text-typo-gray-400{
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}

.text-typo-gray-500{
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.text-typo-gray-600{
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity, 1));
}

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

.text-typo-gray-900{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(93 66 24 / var(--tw-text-opacity, 1));
}

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

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

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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);
}

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

.outline{
  outline-style: solid;
}

.ring{
  --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(3px + 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);
}

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

.grayscale{
  --tw-grayscale: grayscale(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);
}

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

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

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

.duration-200{
  transition-duration: 200ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-degrade {
  background: #F7FAFC;
}

.bg-degrade-img {
  background: url("../svg/bg-top.svg") left top no-repeat, url("../svg/bg-bottom.svg") right bottom no-repeat, linear-gradient(189.53deg, #92FFA9 18%, #56D8D0 120%);
}

nav {
  height: 48px;
  min-height: 80px;
}

@media (min-width: 1024px) {
  nav {
    height: 80px;
    min-height: 80px;
  }

  footer {
    height: 80px;
    min-height: 80px;
    box-shadow: 0px -5px 23px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
}

.mobile-full-screen {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

@media all and (-ms-high-contrast: none), (prefers-contrast: high) {
  .ie-fixing {
    height: 100vh;
  }
}

.custom-select select {
  -webkit-appearance: none;
}

.custom-select select:active {
  border-bottom: 2px solid #02CE6A;
}

.custom-select.opened img {
  transform: rotate(180deg);
  transition: all 100ms ease-in-out;
}

.border-1 {
  border-width: 1px;
}

.tooltip {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #515151;
  border-radius: 3px;
  padding: 22px;
  position: absolute;
  width: 212px;
  top: -70px;
  transition: all 300ms ease-in-out;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.14);
}

.tooltip.active {
  visibility: visible;
  transition: all 300ms ease-in-out;
}

.tooltip:before {
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: 5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #515151;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  transform: rotate(-180deg);
  bottom: -10px;
}

.success-notification-overlay {
  background: #232323;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.success-notification {
  background: #E0FFF0;
  /* green-300 */
  border: 1px solid #69FB9B;
  box-sizing: border-box;
  border-radius: 4px;
  position: fixed;
  top: 47px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  letter-spacing: 0.2px;
  /* green-700 */
  color: #02723C;
  padding: 16px;
  z-index: 99999;
}

@media (min-width: 1024px) {
  .success-notification {
    width: 566px;
    right: 41px;
  }
}

@media (max-width: 1024px) {
  .success-notification {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.withdrawal-card {
  /* white */
  background: #FFFFFF;
  /* border-gray-100 */
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  /* Button-shadow */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}

@media (min-width: 1024px) {
  .withdrawal-card {
    padding: 40px;
  }
}

@media (max-width: 1023px) {
  .withdrawal-card {
    padding: 15px;
  }
}

.detail-card {
  background: #FFFFFF;
  /* border-gray-100 */
  border: 1.5px solid #DCDCDC;
  box-sizing: border-box;
  /* Button-shadow */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}

.detail-card.active {
  border: 2px solid #FF28F1;
}

@media (max-width: 1023px) {
  .asside-home {
    height: 165px;
    background: linear-gradient(180deg, rgba(0, 255, 149, 0.2) 0%, rgba(58, 224, 175, 0.2) 99%), url("../png/home-bg-mobile.png") no-repeat;
    background-size: cover;
    background-blend-mode: soft-light, normal;
  }

  .asside-home .geometric {
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    border-top-left-radius: 50px;
    width: 146px;
    height: 139px;
    position: absolute;
    bottom: -4px;
    right: -4px;
  }
}

@media (min-width: 1024px) {
  .asside-home {
    background: linear-gradient(180deg, rgba(0, 255, 149, 0.2) 0%, rgba(58, 224, 175, 0.2) 99%), url("../png/home-bg.png") no-repeat;
    background-size: cover;
    background-blend-mode: soft-light, normal;
  }

  .asside-home .geometric {
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    border-top-right-radius: 150px;
    width: 429px;
    height: 466px;
    position: absolute;
    bottom: 58px;
    left: -220px;
  }
}

.simulation-box {
  padding-left: 22px;
  padding-right: 22px;
}

.simulation-box-input {
  border-radius: 4px;
}

.simulation-input {
  caret-color: #D010C4;
  width: 80px;
  border: 0;
  padding: 0;
}

.simulation-input:valid {
  caret-color: #D010C4;
  width: 80px;
  border: 0;
  padding: 0;
}

.simulation-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
  border: 0 solid transparent !important;
}

@media (min-width: 1024px) {
  .simulation-box {
    padding-left: 81px;
    padding-right: 81px;
    padding-top: 68px;
    padding-bottom: 68px;
    border: 1px solid #FFFFFF;
    margin-top: 21px;
    max-width: 634px;
    border-radius: 5px;
    box-sizing: border-box;
  }
}

.summary-border {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 10px;
}

.tax-border {
  border-left: 1px solid #AEAEAE;
  padding-left: 23px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.border-separation {
  border-bottom: 1px solid #F3F3F3;
}

.signature {
  font-family: Satisfy;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.signature-box {
  border: 1px solid #02CE6A;
  background-color: #F4FFFA;
  padding: 21px;
  border-radius: 6px;
}

@media (min-width: 1024px) {
  .modal-simulation {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    padding: 35px;
  }

  .modal-container {
    position: fixed;
    top: 41px;
    min-width: 700px;
  }

  .modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.8;
  }
}

@media (max-width: 1023px) {
  .modal-simulation {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 0;
    padding: 35px;
    overflow-y: scroll;
  }

  .modal-container {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
  }

  .modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.8;
  }
}

.btn-primary {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  background: #02ce6a;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  transition: all 100ms;
}

.btn-primary.disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 54.72px;
}

.btn-primary.disabled:hover {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  background: #029f52;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-primary:active {
  background: #029f52;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-primary:disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #02ce6a;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms;
}

.btn-secondary:hover {
  background: #e0fff0;
  border: 1px solid #02ce6a;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-secondary:active {
  background: #e0fff0;
  border: 1px solid #02ce6a;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-secondary:disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-secondary.pink {
  border: 1px solid #ff28f1;
}

.btn-secondary.pink:hover, .btn-secondary.pink:active {
  border: 1px solid #ff28f1;
  background: #fee0ff;
}

.btn-secondary.red {
  border: 1px solid #e41919;
}

.btn-secondary.red:hover, .btn-secondary.red:active {
  border: 1px solid #e41919;
  background: #ffe0e0;
}

.btn-secondary.disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-secondary.disabled:hover {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.pink:hover,
.pink:active {
  background: #fff;
  border: 1px solid #ff28f1;
}

.btn-tertiary {
  border: 1px solid #00ff83;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms;
}

.btn-tertiary.disabled {
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-tertiary.disabled:hover {
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-tertiary:hover {
  background: rgba(224, 255, 240, 0.13);
  border: 1px solid #00ff83;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-tertiary:active {
  background: rgba(224, 255, 240, 0.12);
  border: 1px solid #00ff83;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-tertiary:disabled {
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-quaternary {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms;
}

.btn-quaternary.disabled {
  background: #a2ffc8;
  opacity: 0.8;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #02ce6a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-quaternary.disabled:hover {
  background: #a2ffc8;
  opacity: 0.8;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #02ce6a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-quaternary:hover {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-quaternary:active {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-quaternary:disabled {
  background: #a2ffc8;
  opacity: 0.8;
  border-radius: 5px;
  transition: all 100ms;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #02ce6a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-pink {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  background: #ff28f1;
  padding: 16px;
  box-sizing: border-box;
  transition: all 100ms;
}

.btn-pink.disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-pink.disabled:hover {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-pink:hover {
  background: #ff28f1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-pink:active {
  background: #ff28f1;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  transition: all 100ms;
}

.btn-pink:disabled {
  background: #efefef;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary.compact,
.btn-secondary.compact,
.btn-tertiary.compact,
.btn-quaternary.compact,
.btn-pink.compact {
  padding: 7px 12px;
}

.button-selector {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  padding: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.2px;
  color: #232323;
  cursor: pointer;
  justify-content: space-between;
  transition: all 300ms ease-in-out;
}

.button-selector.active {
  border: 1px solid #FF28F1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.2px;
  color: #232323;
  transition: all 300ms ease-in-out;
}

@media (min-width: 1024px) {
  .button-selector {
    margin-bottom: 10px;
    max-width: 270px;
  }

  .button-selector::after {
    background: url("../svg/chevron-gray-right.svg") no-repeat;
    content: "";
    width: 10px;
    height: 16px;
    transition: all 300ms ease-in-out;
  }

  .button-selector.active::after {
    background: url("../svg/chevron-pink-right.svg") no-repeat;
    content: "";
    width: 10px;
    height: 16px;
    transition: all 300ms ease-in-out;
  }
}

@media (max-width: 1023px) {
  .button-selector {
    margin-bottom: 24px;
  }

  .button-selector::after {
    background: url("../svg/chevron-gray-up.svg") no-repeat;
    content: "";
    width: 17px;
    height: 9px;
    transition: all 300ms ease-in-out;
  }

  .button-selector.active::after {
    background: url("../svg/chevron-pink-down.svg") no-repeat;
    content: "";
    width: 17px;
    height: 9px;
    transition: all 300ms ease-in-out;
  }

  .installments-box {
    padding-left: 0;
    padding-right: 0;
  }

  .installment-line-break::before {
    content: "\a";
    white-space: pre;
  }
}

.simulation-box-select {
  height: 52px;
  transition: all 100ms ease-in-out;
  border: 2px solid #FF28F1;
  box-sizing: border-box;
  border-radius: 4px;
}

.simulation-box-select img {
  transition: all 100ms ease-in-out;
}

.simulation-box-select.active {
  border-radius: 5px 5px 0 0;
  transition: all 100ms ease-in-out;
}

.simulation-box-select.active img {
  transform: rotate(180deg);
  transition: all 100ms ease-in-out;
}

.select-dropdown {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 5px 5px;
  overflow-y: scroll;
  height: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  top: 52px;
  z-index: 99999999;
}

.select-dropdown.active {
  height: 338px;
  visibility: visible;
  transition: all 100ms ease-in-out;
}

.select-dropdown {
  /* Track */
}

.select-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 1023px) {
  .select-dropdown {
    /* width */
  }

  .select-dropdown::-webkit-scrollbar {
    width: 30px;
    visibility: hidden;
    border-radius: 5px;
  }

  .select-dropdown {
    /* Handle */
  }

  .select-dropdown::-webkit-scrollbar-thumb {
    height: 154px;
    border: 12px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 100px;
    background-color: #D5D5D5;
  }

  .select-dropdown {
    /* Handle on hover */
  }

  .select-dropdown::-webkit-scrollbar-thumb:hover {
    height: 154px;
    border: 12px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 100px;
    background-color: #AEAEAE;
  }
}

@media (min-width: 1024px) {
  .select-dropdown {
    /* width */
  }

  .select-dropdown::-webkit-scrollbar {
    width: 50px;
    visibility: hidden;
  }

  .select-dropdown {
    /* Handle */
  }

  .select-dropdown::-webkit-scrollbar-thumb {
    height: 154px;
    border: 22px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 100px;
    background-color: #D5D5D5;
  }

  .select-dropdown {
    /* Handle on hover */
  }

  .select-dropdown::-webkit-scrollbar-thumb:hover {
    height: 154px;
    border: 22px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 100px;
    background-color: #AEAEAE;
  }
}

.select-dropdown::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.select-dropdown::-webkit-scrollbar-corner {
  background-color: transparent;
}

.select-item {
  transition: all 100ms ease-in-out;
  cursor: pointer;
  height: 56px;
  border-bottom: 1px solid #F3F3F3;
  box-sizing: border-box;
}

.select-item:hover {
  background-color: #EFEFEF;
  transition: all 100ms ease-in-out;
}

.installments-radio {
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 2px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.installments-radio .active {
  height: 10px;
  width: 10px;
  background: #FF28F1;
  border-radius: 100px;
}

@media (max-width: 320px) {
  .installments-box .text-mb-ms-h4 {
    font-size: 14px;
  }

  .installments-box .text-mb-ms-small-3 {
    font-size: 9px;
  }
}

@media (min-width: 1024px) {
  .title-spacing {
    margin-bottom: 34px;
  }
}

.registration-card {
  max-width: 822px;
  display: flex;
  text-align: center;
  transition: all 300ms ease-in-out;
}

@media (min-width: 1024px) {
  .registration-card .content {
    padding-top: 77px;
    padding-bottom: 77px;
    padding-left: 126px;
    padding-right: 126px;
  }

  .registration-card .content-full {
    padding: 35px;
  }
}

@media (max-width: 1023px) {
  .registration-card {
    padding: 16px;
  }

  .registration-card .content {
    padding: 22px;
  }

  .registration-card .content-full {
    padding: 22px;
  }
}

.registration-card .content {
  background-color: #FFF !important;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}

.registration-card .content-full {
  background-color: #FFF !important;
  border-radius: 6px;
}

.registration-card:before {
  background-color: #FFF !important;
  opacity: 0.7 !important;
  border-radius: 10px;
}

.registration-card:after {
  background-color: #FFF !important;
  opacity: 0.7 !important;
  border-radius: 10px;
}

[class*=stacked--] {
  position: relative;
}

[class*=stacked--]:before, [class*=stacked--]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  z-index: -1;
}

.stacked--register:before {
  transform-origin: center top;
}

.stacked--register {
  transform: translate(0, 5px);
}

@media (min-width: 1024px) {
  .stacked--register:before {
    transform: translate(0, -17px) scale(0.95);
  }
}

@media (max-width: 1023px) {
  .stacked--register:before {
    transform: translate(0, -12px) scale(0.9);
  }
}

.stacked--full-register:before, .stacked--full-register:after {
  transform-origin: center top;
}

.stacked--full-register {
  transform: translate(0, 5px);
}

@media (min-width: 1024px) {
  .stacked--full-register:before {
    transform: translate(0, -17px) scale(0.95);
  }

  .stacked--full-register:after {
    transform: translate(0, -34px) scale(0.9);
  }
}

@media (max-width: 1023px) {
  .stacked--full-register:before {
    transform: translate(0, -12px) scale(0.9);
  }

  .stacked--full-register:after {
    transform: translate(0, -24px) scale(0.8);
  }
}

.step {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 500ms ease-in-out;
}

.step.active p {
  color: #FF28F1;
  transition: all 500ms ease-in-out;
}

.step.active span {
  background-color: #FF28F1;
  transition: all 500ms ease-in-out;
}

.step.active .separator {
  border-top: 1px solid #FF28F1;
  transition: all 500ms ease-in-out;
}

.step.active {
  transition: all 500ms ease-in-out;
}

.step span {
  margin-right: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #D5D5D5;
  color: #FFF;
}

.step .separator {
  display: flex;
  flex-grow: 1;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 1023px) {
  .step span {
    width: 22px;
    height: 22px;
  }

  .step.min-step {
    min-width: 78px;
  }

  .step .separator {
    margin: 3px;
    display: flex;
    flex-grow: 1;
    border-top: 1px solid #D5D5D5;
  }
}

@media (min-width: 1024px) {
  .step span {
    width: 26px;
    height: 26px;
  }

  .step.min-step {
    min-width: 145px;
  }

  .step .separator {
    margin: 10px;
    display: flex;
    flex-grow: 1;
    border-top: 1px solid #D5D5D5;
  }
}

.form-separation {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 28px;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 70px;
  margin-bottom: 10px;
}

.help-icon:before {
  content: "";
  display: block;
  background: url("../svg/help-icon.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 16px;
  right: 5px;
}

.cvv-tooltip {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #515151;
  border-radius: 3px;
  padding: 22px;
  position: absolute;
  width: 150px;
  top: -110px;
  right: 0;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease-in-out;
}

.cvv-tooltip:before {
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: -5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #515151;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  transform: rotate(-180deg);
  right: 10px;
  bottom: -10px;
}

.help-icon:hover .cvv-tooltip {
  display: flex;
  transition: all 300ms ease-in-out;
}

input {
  background: #FAFAFA;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  padding-top: 19px;
}

input::-moz-placeholder {
  color: transparent;
  opacity: 1;
  /* Firefox */
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input::placeholder {
  color: transparent;
  opacity: 1;
  /* Firefox */
  transition: 0.2s ease-in-out;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

select {
  background: #FAFAFA;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
}

select::-moz-placeholder {
  color: transparent;
  opacity: 1;
  /* Firefox */
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

select::placeholder {
  color: transparent;
  opacity: 1;
  /* Firefox */
  transition: 0.2s ease-in-out;
}

select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

select:active,
select:focus {
  outline: none;
}

/* Global darker borders for form controls */

input:focus,
select:focus,
textarea:focus,
.form-control {
  border-color: #888888;
}

.form-control:focus {
  border-color: #555555;
}

label {
  padding: 12px;
  top: 0;
  left: 0;
  right: 0;
  color: #616161;
  display: flex;
  align-items: center;
  position: absolute;
  cursor: text;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}

input,
select,
label {
  width: 100%;
  height: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

/* Interation Like material design */

input:valid,
input:focus {
  outline: none;
  padding-bottom: 10px;
}

input:valid::-moz-placeholder, input:focus::-moz-placeholder {
  color: #979797;
  opacity: 1;
  /* Firefox */
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input:valid::placeholder,
input:focus::placeholder {
  color: #979797;
  opacity: 1;
  /* Firefox */
  transition: 0.2s ease-in-out;
}

input:valid:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #979797;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input:valid::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #979797;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input:valid ~ label,
input:focus ~ label {
  color: #686868;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  top: -14px;
  pointer-events: none;
}

input[aria-invalid=true] {
  border: 1px solid #E41919;
  caret-color: #E41919;
}

input[aria-invalid=false] {
  border: 1px solid #02CE6A;
}

input[aria-invalid=true] ~ label {
  color: #E41919;
}

input[aria-invalid=false] ~ label {
  color: #029F52;
}

select[aria-invalid=false] {
  border: 1px solid #02CE6A;
}

select[aria-invalid=true] {
  border: 1px solid #E41919;
}

input:disabled {
  background: #EFEFEF;
  color: #979797;
  padding-bottom: 17px;
  border: 0;
}

input:disabled ~ label {
  color: #686868;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  top: -14px;
  pointer-events: none;
}

input ~ .eye {
  content: "";
  display: block;
  background: url("../svg/eye-closed.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 10px;
}

input ~ .eye.open {
  background: url("../svg/eye-open.svg") no-repeat;
}

input ~ .calendar {
  content: "";
  display: block;
  background: url("../svg/icon-calendar-gray.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.error-help-block {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #E41919;
  text-align: start;
  padding-left: 16px;
  margin-top: 6px;
}

input[aria-invalid=true] ~ .error-help-block {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #E41919;
  text-align: start;
  padding-left: 16px;
  margin-top: 6px;
}

input[aria-invalid=true] ~ .error-help-block:after {
  content: "";
  display: block;
  background: url("../svg/danger-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 12px;
}

input[aria-invalid=true] ~ .error-help-block.fix-position {
  right: 14px;
}

input[aria-invalid=true] ~ .error-help-block.no-after:after {
  display: none;
}

.no-after ~ .error-help-block:after {
  display: none !important;
}

.checkbox {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 2px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  margin-right: 15px;
  margin-left: 1px;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.checkbox.active {
  height: 18px;
  width: 18px;
  border: 2px solid #FF28F1;
  box-sizing: border-box;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}

.checkbox.active:before {
  content: "";
  background: url("../svg/checkmark-icon.svg") no-repeat;
  display: inline-block;
  vertical-align: center;
  width: 10px;
  height: 8px;
  text-align: center;
  color: #999;
  transition: all 150ms ease-in-out;
}

.radio-button {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 2px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  margin-right: 15px;
  margin-left: 1px;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.radio-button.active {
  height: 18px;
  width: 18px;
  border: 2px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}

.radio-button.active:before {
  content: "";
  background: #FF28F1;
  display: inline-block;
  border-radius: 100px;
  vertical-align: center;
  width: 10px;
  height: 10px;
  text-align: center;
  transition: all 150ms ease-in-out;
}

.radio-button.active.green:before {
  content: "";
  background: #02CE6A;
  display: inline-block;
  border-radius: 100px;
  vertical-align: center;
  width: 10px;
  height: 10px;
  text-align: center;
  transition: all 150ms ease-in-out;
}

[aria-hidden=true] {
  opacity: 0;
  position: absolute;
  z-index: -9999;
  pointer-events: none;
}

.login-card {
  max-width: 634px;
  display: flex;
  text-align: center;
  border-radius: 10px;
  max-height: 720px;
}

@media (min-width: 1024px) {
  .login-card .content {
    padding: 35px;
  }
}

@media (max-width: 1023px) {
  .login-card .content {
    padding: 16px;
  }

  .asside-login {
    height: 230px;
    background: url("../png/eutbem_app-simulador_1500x656px.png") no-repeat;
    background-size: cover;
    background-blend-mode: soft-light, normal;
  }

  .asside-login-parceiro {
    height: 230px;
    background: url("../fulldigital/assets/parceiro/login-mobile.jpeg") no-repeat;
    background-size: cover;
    background-blend-mode: soft-light, normal;
  }
}

@media (min-width: 1024px) {
  .asside-login {
    background: url("../png/eutbem_app-simulador_663x1074px-novo.png") no-repeat !important;
    background-size: contain !important;
  }

  .asside-login-parceiro {
    background: url("../fulldigital/assets/parceiro/login-desktop.jpeg") no-repeat !important;
    background-size: contain !important;
  }
}

.password-strength {
  height: 10px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #C5C5C5;
  background-color: #FFF;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 150ms ease-in-out;
}

.password-strength .weak {
  height: 4px;
  background-color: #E41919;
  border-radius: 100px;
  transition: all 150ms ease-in-out;
}

.password-strength .medium {
  height: 4px;
  background-color: #FBFE51;
  border-radius: 100px;
  transition: all 150ms ease-in-out;
}

.password-strength .strong {
  height: 4px;
  background-color: #02CE6A;
  border-radius: 100px;
  transition: all 150ms ease-in-out;
}

@media (min-width: 1024px) {
  .dashboard-nav {
    height: 132px;
    background-color: #515151;
  }

  .contracts-container {
    margin-top: -79px;
  }

  .header {
    padding: 20px;
  }

  .card-padding {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .span-notice {
    max-width: 185px;
  }

  .small-card {
    background-color: #FFF;
    min-width: 280px;
    max-width: 280px;
    border-radius: 6px;
    margin-left: 32px;
  }

  .small-card-padding {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contract-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #DCDCDC;
  }

  .normal-card {
    position: relative;
  }

  .normal-card.active:before {
    display: block;
    position: absolute;
    content: "";
    background: #02CE6A;
    height: 100%;
    width: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .disabled-card {
    position: relative;
  }

  .disabled-card.active:before {
    display: block;
    position: absolute;
    content: "";
    background: #AEAEAE;
    height: 100%;
    width: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .contemplated-card {
    position: relative;
  }

  .contemplated-card.active:before {
    display: block;
    position: absolute;
    content: "";
    background: #FF28F1;
    height: 100%;
    width: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (max-width: 1023px) {
  .dashboard-nav {
    height: 107px;
    background-color: #515151;
  }

  .contract-card {
    margin-bottom: 80px;
    min-width: 85vw;
    margin-left: 16px;
  }

  .contracts-container {
    margin-top: -50px;
  }

  .dashboard-footer {
    height: 68px;
    bottom: 0;
  }
}

.contract-card {
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

.contract-card .header {
  border-bottom: 1px solid #DCDCDC;
}

.contract-card .separator {
  border-left: 1px solid #DCDCDC;
  padding-left: 6px;
}

.contract-card .bid-title {
  border-bottom: 1px solid #02CE6A;
  padding-bottom: 4px;
}

.contract-card .withdrawal-title {
  border-bottom: 1px solid #FF28F1;
  padding-bottom: 4px;
}

.contract-card .bid-notice {
  border-radius: 2px;
}

.contract-card .notice-block {
  border-radius: 6px;
  padding: 32px;
}

@media (max-width: 1023px) {
  .contract-card .notice-block {
    border-radius: 0;
    padding: 32px;
  }
}

.contract-card .withdrawal-notice {
  border-radius: 2px;
}

.contract-card .progress-bar {
  /* border-gray-300 */
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  height: 9px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1px;
}

.contract-card .progress-bar div {
  height: 5px;
  border-radius: 40px;
  background: #02CE6A;
}

.contract-card .next-bid-title {
  border-bottom: 1px solid #FF28F1;
  padding-bottom: 4px;
}

.contract-card .footer {
  border-top: 1px solid #DCDCDC;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.row-payments {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 22px;
}

.payment-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.contract-infos {
  margin-top: 24px;
  border-radius: 6px;
}

@media (max-width: 1023px) {
  .fix-padding-mobile {
    padding: 0 !important;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #3A3A3A;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 22px;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
  border-top: 0.3px solid #686868;
  border-bottom: 0.3px solid #686868;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
}

.sidenav a.active {
  background: #232323;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #02CE6A;
}

.sidenav .closebtn {
  font-size: 36px;
  color: #FFF;
}

.nav-item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  /* typo-gray-900 */
  color: #232323;
}

.nav-item.active {
  font-weight: bold;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.nav-dropdown {
  box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.24), 0px 8px 18px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  background-color: #FFF;
  position: absolute;
  top: 65px;
  right: 0;
  width: 230px;
  z-index: 50;
  display: none;
  transition: all 500ms ease-in-out;
}

.nav-dropdown a {
  /* 🖥 Desk - Small 4 */
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  /* typo-gray-700 */
  color: #515151;
  border-bottom: 0.3px solid #DCDCDC;
  border-top: 0.3px solid #DCDCDC;
  padding: 17px;
}

.nav-dropdown a.active {
  color: #02CE6A;
}

.nav-dropdown a:hover {
  background: #E0FFF0;
}

.nav-dropdown:hover {
  display: block;
}

.desktop-nav-button {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desktop-nav-button:hover + .nav-dropdown {
  display: block;
  transition: all 500ms ease-in-out;
}

.menu-dt {
  width: 45px;
  height: 35px;
  background: url("/svg/menu-black.svg") no-repeat;
}

.menu-dt:hover {
  width: 45px;
  height: 35px;
  background: url("/svg/menu-outline.svg") no-repeat;
}

@media (min-width: 1024px) {
  .payment-container {
    margin-top: -79px;
  }

  .payment-card {
    padding: 55px;
  }

  .bank-slip {
    padding-top: 61px;
    padding-bottom: 31px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .bank-slip-number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2.1px;
    color: #515151;
  }

  #btn-pay {
    max-width: 220px;
  }

  .modal {
    min-width: 820px;
    display: none;
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {
  .modal {
    display: none;
    padding: 0 !important;
  }

  .payment-card {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 20px;
  }

  .payment-container {
    margin-top: -50px;
    margin-bottom: 64px;
  }

  .bank-slip {
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .bank-slip-number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.1px;
    color: #515151;
  }
}

.payment-card {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

.payment-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #aeaeae;
}

.payment-span {
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bank-slip {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.bank-slip-separator {
  border: 1px dashed #a6a59e;
}

.payment-method {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 16px;
}

.payment-method.active {
  background: #E0FFF0;
  /* green-500 */
  border: 1px solid #02CE6A;
  border-radius: 5px;
  color: #02CE6A;
  font-weight: bold;
}

.bg-success {
  background: url("../png/bg-success.png");
  background-size: auto;
}

.modal-card {
  max-width: 822px;
  display: flex;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal-card .content {
    padding-top: 77px;
    padding-bottom: 77px;
    padding-left: 126px;
    padding-right: 126px;
  }

  .modal-card .content-full {
    padding-top: 77px;
    padding-bottom: 77px;
    padding-left: 126px;
    padding-right: 126px;
  }
}

@media (max-width: 1023px) {
  .modal-card .content {
    padding: 22px;
  }

  .modal-card .content-full {
    padding: 22px;
  }
}

.blocker {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notification-success {
  background: #E0FFF0;
  mix-blend-mode: multiply;
  border: 1px solid #00FF83;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #002312;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 23px;
}

.notification-success::after {
  background: url("../svg/checkmark-green.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  transition: all 300ms ease-in-out;
}

.notification-fail {
  background: #FEFFE4;
  mix-blend-mode: multiply;
  border: 1px solid #FBFE51;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #391A07;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 23px;
}

.notification-fail::after {
  background: url("../svg/alert-yellow.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  transition: all 300ms ease-in-out;
}

.tab {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tab-item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #AEAEAE;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.tab-item::after {
  content: "";
  width: 0;
}

.tab-item.active {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #232323;
  position: relative;
  transition: all 300ms ease-in-out;
}

@media (min-width: 472px) {
  .tab-item.active::after {
    content: "";
    border-bottom: 3px solid #686868;
    width: 100%;
    position: absolute;
    top: 24px;
    transition: all 300ms ease-in-out;
  }
}

@media (max-width: 471px) {
  .tab-item.active::after {
    content: "";
    border-bottom: 3px solid #686868;
    width: 100%;
    position: absolute;
    top: 40px;
    transition: all 300ms ease-in-out;
  }
}

.wt-staps {
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  color: #C5C5C5;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wt-staps.active {
  background: #232323;
  border: 1px solid #3A3A3A;
  box-sizing: border-box;
  color: #FFFFFF;
}

.wt-staps.success {
  background: #02CE6A;
  border: 1px solid #02CE6A;
  box-sizing: border-box;
  color: #FFFFFF;
}

.wt-staps-txt {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #AEAEAE;
}

.wt-staps-txt.active {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
}

.wt-staps-txt.success {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #02CE6A;
}

.input-file {
  background: #EFEFEF;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader {
  opacity: 1;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  padding: 3px;
  height: 12px;
  display: flex;
  flex-direction: column;
  transition: all 500ms ease-in-out;
}

.status {
  background: #02CE6A;
  border-radius: 40px;
  height: 6px;
  transition: all 1.3s ease-in-out;
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 159 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 181 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .md\:w-auto{
    width: auto;
  }

  .md\:text-left{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

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

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

  .lg\:items-center{
    align-items: center;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-dt-btn{
    font-size: 16px;
  }

  .lg\:text-dt-btn-u{
    font-size: 16px;
  }

  .lg\:text-dt-btn-u-small{
    font-size: 12px;
  }

  .lg\:text-dt-ms-body-1{
    font-size: 16px;
  }

  .lg\:text-dt-ms-body-2{
    font-size: 16px;
  }

  .lg\:text-dt-ms-h3{
    font-size: 26px;
  }

  .lg\:text-dt-ms-h4{
    font-size: 20px;
  }

  .lg\:text-dt-ms-h5{
    font-size: 18px;
  }

  .lg\:text-dt-ms-h6{
    font-size: 16px;
  }

  .lg\:text-dt-ms-small-1{
    font-size: 14px;
  }

  .lg\:text-dt-ms-small-2{
    font-size: 12px;
  }

  .lg\:text-dt-ms-small-3{
    font-size: 12px;
  }

  .lg\:text-mb-ms-body-1{
    font-size: 14px;
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/*# sourceMappingURL=app.css.map */