*, ::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.14 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[-10px\] {
  right: -10px;
}

.right-\[0\] {
  right: 0;
}

.right-\[0px\] {
  right: 0px;
}

.right-\[12px\] {
  right: 12px;
}

.right-\[15px\] {
  right: 15px;
}

.top-0 {
  top: 0px;
}

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

.top-\[-10px\] {
  top: -10px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[calc\(100\%-5px\)\] {
  top: calc(100% - 5px);
}

.isolate {
  isolation: isolate;
}

.z-\[100\] {
  z-index: 100;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.m-0 {
  margin: 0px;
}

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

.mx-\[-10px\] {
  margin-left: -10px;
  margin-right: -10px;
}

.mx-\[-15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

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

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

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

.mb-\[-20px\] {
  margin-bottom: -20px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[21px\] {
  margin-bottom: 21px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[33px\] {
  margin-bottom: 33px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[65px\] {
  margin-bottom: 65px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[7px\] {
  margin-bottom: 7px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

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

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

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

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

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

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

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

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

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

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

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

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[3px\] {
  margin-top: 3px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.\!inline {
  display: inline !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[138\/136\] {
  aspect-ratio: 138/136;
}

.aspect-\[395\/415\] {
  aspect-ratio: 395/415;
}

.aspect-\[572\/577\] {
  aspect-ratio: 572/577;
}

.aspect-\[593\/415\] {
  aspect-ratio: 593/415;
}

.aspect-\[608\/395\] {
  aspect-ratio: 608/395;
}

.aspect-\[625\/504\] {
  aspect-ratio: 625/504;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[294\/207\] {
  aspect-ratio: 294/207;
}

.aspect-\[80\/80\] {
  aspect-ratio: 80/80;
}

.h-\[188px\] {
  height: 188px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[70px\] {
  height: 70px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[111px\] {
  max-height: 111px;
}

.max-h-\[30px\] {
  max-height: 30px;
}

.max-h-\[58px\] {
  max-height: 58px;
}

.min-h-\[108px\] {
  min-height: 108px;
}

.min-h-\[136px\] {
  min-height: 136px;
}

.min-h-\[27px\] {
  min-height: 27px;
}

.min-h-\[28px\] {
  min-height: 28px;
}

.min-h-\[29px\] {
  min-height: 29px;
}

.min-h-\[33px\] {
  min-height: 33px;
}

.min-h-\[36px\] {
  min-height: 36px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[41px\] {
  min-height: 41px;
}

.min-h-\[45px\] {
  min-height: 45px;
}

.min-h-\[46px\] {
  min-height: 46px;
}

.min-h-\[47px\] {
  min-height: 47px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[92px\] {
  min-height: 92px;
}

.min-h-\[93px\] {
  min-height: 93px;
}

.w-24 {
  width: 6rem;
}

.w-\[188px\] {
  width: 188px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[76px\] {
  width: 76px;
}

.w-\[90px\] {
  width: 90px;
}

.w-full {
  width: 100%;
}

.min-w-\[113px\] {
  min-width: 113px;
}

.min-w-\[135px\] {
  min-width: 135px;
}

.min-w-\[136px\] {
  min-width: 136px;
}

.min-w-\[146px\] {
  min-width: 146px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[208px\] {
  min-width: 208px;
}

.min-w-\[232px\] {
  min-width: 232px;
}

.min-w-\[272px\] {
  min-width: 272px;
}

.min-w-\[28px\] {
  min-width: 28px;
}

.min-w-\[48px\] {
  min-width: 48px;
}

.min-w-\[56px\] {
  min-width: 56px;
}

.min-w-\[63px\] {
  min-width: 63px;
}

.min-w-\[720px\] {
  min-width: 720px;
}

.min-w-\[850px\] {
  min-width: 850px;
}

.min-w-\[85px\] {
  min-width: 85px;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[18\%\] {
  max-width: 18%;
}

.max-w-\[188px\] {
  max-width: 188px;
}

.max-w-\[233px\] {
  max-width: 233px;
}

.max-w-\[30px\] {
  max-width: 30px;
}

.max-w-\[34px\] {
  max-width: 34px;
}

.max-w-\[38\%\] {
  max-width: 38%;
}

.max-w-\[395px\] {
  max-width: 395px;
}

.max-w-\[46\%\] {
  max-width: 46%;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[906px\] {
  max-width: 906px;
}

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

.max-w-\[294px\] {
  max-width: 294px;
}

.max-w-\[32\%\] {
  max-width: 32%;
}

.max-w-\[60\%\] {
  max-width: 60%;
}

.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}

.flex-\[0_0_233px\] {
  flex: 0 0 233px;
}

.flex-\[0_0_38\%\] {
  flex: 0 0 38%;
}

.flex-\[0_0_50\%\] {
  flex: 0 0 50%;
}

.flex-\[0_0_60px\] {
  flex: 0 0 60px;
}

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-\[1_1\] {
  flex: 1 1;
}

.flex-\[0_0_32\%\] {
  flex: 0 0 32%;
}

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

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}

.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-pointer {
  cursor: pointer;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[34px\] {
  gap: 34px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[13px\] {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[50px\] {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0_10px_10px_0\] {
  border-radius: 0 10px 10px 0;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[13px\] {
  border-radius: 13px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[17px\] {
  border-radius: 17px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.\!border-b-0 {
  border-bottom-width: 0px !important;
}

.\!border-t-0 {
  border-top-width: 0px !important;
}

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

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

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#0CBA69\] {
  --tw-border-opacity: 1;
  border-color: rgb(12 186 105 / var(--tw-border-opacity));
}

.border-\[\#DE004B\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 0 75 / var(--tw-border-opacity));
}

.border-\[\#E3E3E3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-\[\#E9E9E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-\[\#F2F4F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}

.border-\[\#FBFBFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  border-color: rgba(255,255,255,0.3);
}

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

.bg-\[\#00B050\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 176 80 / var(--tw-bg-opacity));
}

.bg-\[\#00b050\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 176 80 / var(--tw-bg-opacity));
}

.bg-\[\#07A04A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 160 74 / var(--tw-bg-opacity));
}

.bg-\[\#0CBA69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 105 / var(--tw-bg-opacity));
}

.bg-\[\#B7B7B7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}

.bg-\[\#C4C4C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.bg-\[\#DE004B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 0 75 / var(--tw-bg-opacity));
}

.bg-\[\#E6F8F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 248 240 / var(--tw-bg-opacity));
}

.bg-\[\#F15307\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 83 7 / var(--tw-bg-opacity));
}

.bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.bg-\[\#F2FCF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 252 247 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-none {
  background-image: none;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[0\.8rem_1\.25rem\] {
  padding: 0.8rem 1.25rem;
}

.p-\[0_15px\] {
  padding: 0 15px;
}

.p-\[0px\] {
  padding: 0px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[10px_15px\] {
  padding: 10px 15px;
}

.p-\[10px_20px\] {
  padding: 10px 20px;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[13px_11px_10px_11px\] {
  padding: 13px 11px 10px 11px;
}

.p-\[13px_20px\] {
  padding: 13px 20px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[15px_12px\] {
  padding: 15px 12px;
}

.p-\[15px_20px\] {
  padding: 15px 20px;
}

.p-\[20px_15px\] {
  padding: 20px 15px;
}

.p-\[20px_20px\] {
  padding: 20px 20px;
}

.p-\[21px_20px\] {
  padding: 21px 20px;
}

.p-\[30px\] {
  padding: 30px;
}

.p-\[4px_10px\] {
  padding: 4px 10px;
}

.p-\[5px\] {
  padding: 5px;
}

.p-\[6px\] {
  padding: 6px;
}

.p-\[9px\] {
  padding: 9px;
}

.\!px-\[0\] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12\.5px\] {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pb-\[18px\] {
  padding-bottom: 18px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[6px\] {
  padding-bottom: 6px;
}

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

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

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-\[16px\] {
  padding-left: 16px;
}

.pl-\[19px\] {
  padding-left: 19px;
}

.pl-\[41px\] {
  padding-left: 41px;
}

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

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

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

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

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[60px\] {
  font-size: 60px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-none {
  line-height: 1;
}

.text-\[\#040707\] {
  --tw-text-opacity: 1;
  color: rgb(4 7 7 / var(--tw-text-opacity));
}

.text-\[\#0CBA69\] {
  --tw-text-opacity: 1;
  color: rgb(12 186 105 / var(--tw-text-opacity));
}

.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.text-\[\#292929\] {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.text-\[\#303030\] {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.text-\[\#B7B7B7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.text-\[\#DE004B\] {
  --tw-text-opacity: 1;
  color: rgb(222 0 75 / var(--tw-text-opacity));
}

.text-\[\#F15307\] {
  --tw-text-opacity: 1;
  color: rgb(241 83 7 / var(--tw-text-opacity));
}

.text-\[\#FEC007\] {
  --tw-text-opacity: 1;
  color: rgb(254 192 7 / var(--tw-text-opacity));
}

.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-\[30\%\] {
  opacity: 30%;
}

.opacity-\[80\%\] {
  opacity: 80%;
}

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

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

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

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

$DIR_SLICK: "../resources/js/slick/assets/";

$DIR_FONTS: "../modules/global/assets/default/fonts/";

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-Regular.otf') type('opentype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-Italic.otf') type('opentype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-Light.otf') type('opentype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-LightItalic.otf') type('opentype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-Medium.otf') type('opentype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-MediumItalic.otf') type('opentype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-SemiBold.otf') type('opentype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-Bold.otf') type('opentype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';

  src: url('#{$DIR_FONTS}SVN-Poppins-BoldItalic.otf') type('opentype');

  font-weight: 700;

  font-style: italic;
}

body {
  font-family: 'SVN-Poppins', sans-serif;
  min-height: 100vh;
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#ims-loading{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:999999;
  background: #0003;
  background-size: 150px;
  margin: 0;
}

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: #0000;
  border-top: 6px solid #fff;
  border-right: 6px solid #0000;
  border-radius: 50%;
  animation: .8s spin linear infinite;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transform: translate(-50%,-50%);
  position: absolute;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

button,
input,
textarea,
select {
  &:focus {
    outline: none;
  }
}

.container {
  width: 100%;
  max-width: 1266px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  @media (min-width: 768px) {
    padding: 0 15px;
  }
  @media (min-width: 1266px) {
    padding: 0;
  }
}

button {
  &.active {
    transform: scale(0.95);
    transition: transform 0.2s ease;
  }
}

header {
  .logo {
    flex: 0 0 100%;
    max-width: 45%;
    aspect-ratio: 210 / 49;
    margin-right: 20px;
    @media (min-width: 576px) {
      max-width: 12%;
    }
    @media (min-width: 1200px) {
      max-width: 16.55%;
    }
    img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

footer {
  .footer_logo {
    max-width: 180px;
    aspect-ratio: 180 / 42;
    img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .menu_footer {
    ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      a {
        font-size: 14px;
        color: #333333;
        &:hover {
          color: #00B050;
        }
      }
    }
  }
  .list_social {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    a {
      background-color: #E1FFF1;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        width: auto;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

#ims-main-menu {
  .menu_inner {
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(202, 159, 159, 0.16);
    padding: 11px;
    overflow: hidden;
    a.current{
      color: #00B050;
    }
    >ul{
      position: relative;
      >li{
        >a{
          display: none;
        }
        >ul{
          @media (min-width: 768px) {
            width: 286px;
          }
          >li{
            padding: 7px 10px;
            >a{
              .icon{
                display: none;
              }
            }
            &:nth-child(2n+1){
              background-color: #E6F8F0;
            }
            &:hover{
              display: block;
            }
            >ul{
              display: none;
              .icon{
                display: block;
              }
            }
            @media (min-width: 768px) {
              &:hover{
                >ul{
                  display: grid;
                }
              }

              >ul{
                display: none;
                grid-template-columns: repeat(4, 1fr);
                position: absolute;
                top: 0;
                left: 286px;
                width: 100%;
                min-height: 100%;
                padding: 30px 10px;
                margin-left: 0 !important;
                margin-top: 0 !important;
                >li{
                  text-align: center;
                  >a{
                    .icon{
                      background-color: #E6F8F0;
                      width: 97px;
                      height: 97px;
                      border-radius: 50%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      margin: auto;
                      img{
                        width: auto;
                        max-width: 68px;
                        height: auto;
                        max-height: 68px;
                        -o-object-fit: contain;
                           object-fit: contain;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

#form_signup{
  .select2-selection--single{
    font-size: 14px;
    text-align: left;
    color: #B7B7B7;
    border: 1px solid #F1F1F1;
    border-radius: 3px;
    width: 100%;
    min-height: 47px;
    padding: 0 15px;
  }
}

#banner_in {
  padding-top: 10px;
  padding-bottom: 15px;
  .row_item{
    border-radius: 5px;
    overflow: hidden;
  }
  a {
    width: 100%;
    aspect-ratio: 1266 / 459;
    display: block;
    img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .wrap_title {
    display: none;
  }
}

.overlay,
.sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  transition: all 400ms;
  &.open {
    left: 0;
    right: 0;
  }
}

.sideMenu {
  top: 0;
  left: 0;
  width: 330px;
  max-width: 100%;
  z-index: 9000;
  margin-bottom: 0;
  background-color: white;
  min-height: 70vh;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  &.open {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transform: translateX(0);
    display: block;
    overflow: visible;
  }
  .navbar-toggler {
    position: absolute;
    border: 0;
    z-index: 10;
    top: 15px;
    right: 13px;
    @media (min-width: 365px) {
      position: fixed;

      top: 20px;

      left: 350px;
    }
    .icon-bar {
      background-color: #F26522;
      @media (min-width: 365px) {
        background-color: white;
      }
    }
  }
  .box_user {
    color: inherit;
    background-color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 10px;
    ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      flex: 1 1 auto;
      width: auto;
      padding: 0;
      li {
        text-align: center;
        flex: 1 1 auto;
        a {
          font-size: 15px;
          background-color: transparent;
          padding: 2px 8px;
          color: white;
          .fa-user {
            display: inline-block;
            width: 21px;
            height: 21px;
            margin-right: 9px;
            background: url(../../../../../resources/images/use/icon_user.svg) no-repeat center;
            background-size: contain;
          }
        }
      }
    }
  }
  #ims-side-menu {
    overflow: auto;
    height: full;
    padding: 28px 0 0 9px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    &::-webkit-scrollbar,
		&::-webkit-scrollbar-thumb {
      display: none;
    }
    .banner_item {
      padding: 0 10px;
      text-align: right;
      padding-top: 30px;
      img {
        max-width: 227px;
      }
    }
    a {
      color: #303036;
      font-weight: 500;
      &.current,
			&:hover {
        color: #F26522;
      }
      &.dropdown-toggle::after {
        display: none;
      }
    }
    >ul>li {
      &:not(:first-child) {
        border-top: 1px solid #EBEBEB;
      }
      >a {
        font-size: base;
        font-weight: 600;
      }
      >.menu_sub>ul ul {
        padding-top: 10px;
      }
      ul {
        padding-left: 21px;
        margin-top: -3px;
        margin-bottom: 3px;
        li {
          padding-bottom: 7px;
          &.has-submenu i.icon {
            top: 3px;
          }
          a {
            padding-top: 0;
            padding-bottom: 0;
          }
        }
      }
    }
    h3 {
      display: none;
    }
    .menu_back {
      display: none;
    }
    ul {
      background-color: transparent;
      border: 0;
      padding: 0;
      margin: 0;
      height: full;
      transition: all 500ms ease 0s;
      li {
        >a {
          display: block;
          padding: 10px 35px 10px 14px;
          position: relative;
          .icon {
            display: none;
          }
        }
        &.has-submenu {
          position: relative;
          i.icon {
            color: #979797;
            width: 14px;
            height: 14px;
            transition: all 300ms ease-in-out;
            position: absolute;
            right: 20px;
            top: 15px;
            cursor: pointer;
            &:before {
              position: absolute;
              color: inherit;
              opacity: 100;
              font-weight: normal;
              font-size: base;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              content: "\f078";
              font-family: "Font Awesome 5 Pro";
            }
            &.open {
              transform: rotate(180deg);
            }
          }
        }
      }
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu {
      position: static;
      display: block;
      float: none;
    }
  }
  .menu_sub {
    transition: all 500ms ease 0s;
    height: 0 !important;
    overflow: hidden;
    @media (min-width: 992px) {
      position: static;

      display: block;
    }
    &.open {
      height: auto !important;
    }
    h3 a {
      text-transform: uppercase;
      display: block;
      padding: 0 5px;
      margin: 10px 0;
    }
    .menu_back {
      color: white;
      background-color: #777;
      display: block;
      padding: 5px 30px;
    }
  }
}

.header-tool {
  display: block;
}

.navbar-toggler {
  height: 14px;
  padding: 0;
  span {
    background-color: #F26522;
  }
  .icon-bar {
    width: 18px;
    &+.icon-bar {
      width: 18px;
      margin-top: 1px;
    }
  }
}

#cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: translateX(100%);
  padding: 38px 20px;
  width: 360px;
  max-width: 100%;
  transition: all 400ms;
  z-index: 1000;
  @media (max-width: 992px) {
    padding: 25px 15px;
  }
  &.open {
    transform: translateX(0);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
  .box_cart_content {
    overflow-y: auto;
    height: full;
    &::-webkit-scrollbar,
		&::-webkit-scrollbar-thumb {
      display: none;
    }
  }
  .cart_title {
    text-align: center;
    font-size: base;
    font-weight: 600;
    color: #303036;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    &:after {
      content: "";
      width: 50px;
      height: 3px;
      background-color: #E3E3E3;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
    }
  }
  .row_empty {
    font-size: 15px;
    padding-top: 5px;
  }
  .list_items {
    padding-top: 5px;
    .item {
      display: flex;
      padding-bottom: 23px;
      .picture {
        width: 110px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .info {
        width: calc(100% - 110px);
        padding-left: 10px;
        padding-right: 17px;
        position: relative;
        .title a {
          font-weight: 500;
          color: #303036;
          line-height: 1.25;
        }
        .quantity {
          color: #979797;
          padding-top: 7px;
        }
        .remove {
          position: absolute;
          top: 0;
          right: 0;
          i {
            cursor: pointer;
            color: #979797;
            font-size: 17.6px;
          }
        }
      }
    }
  }
  .total_payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F2F2F2;
    border-radius: 3px;
    padding: 8px 15px;
    margin-bottom: 10px;
    p {
      font-size: base;
      font-weight: 500;
      color: #303036;
    }
  }
  .payment a {
    width: 100%;
    text-align: center;
    background-color: #0CBA69;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    display: block;
    border-radius: 3px;
    padding: 10px;
    &:hover {
      opacity: 0.8;
    }
  }
}

.paginate {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
  margin: 0 -7px;
  text-align: center;
  .pagetotal {
    background: transparent;
    display: none;
    padding: 0px 2px;
    color: #fff;
  }
  .pagelink,
    .pagecur,
    .btnPage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 26px;
    min-width: 25px;
    text-align: center;
    vertical-align: top;
  }
  .btnPage {
    margin: 0 7px;
    i {
      display: inline-block;
    }
  }
  .pagecur {
    color: #fff;
    background: #0CBA69;
    border-color: transparent;
  }
}

#BactoTop {
  width: 33px;
  height: 33px;
  background-color: #eeeeee;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 43px;
  transition: all 700ms ease-in-out;
  color: #113fd1;
  text-align: center;
  font-size: 25px;
  z-index: 1002;
  border: 1px solid #e5e5e5;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  i {
    font-size: base;
  }
}

#box_signinup {
  display: none;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}

.no-scrollbar{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.signin_popup {
  padding: 0 !important;
  .swal2-modal{
    padding: 0;
    .swal2-content{
      padding: 0;
    }
  }
}

#box_menu_user.box_other{
  position: fixed;
  top: 0;
  right:0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
  margin-bottom:0;
  background: #fff;
  transform: translateX(100%);
  &.openside{
    transform: translateX(0);
    height: 100%;
    display: block;
    overflow-y:auto;
  }
  .user-toggler{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f9f9f8;
    border: 1px solid #0057ff;
    border-radius: 6px;
    @media (max-width: 1200px) {
      display: block !important;
    }
    i{
      color: #0057ff
    }
  }
  .user_info {
    border-bottom: 6px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    .user_img{
      width: 70px;
      height: 70px;
      border: 1px solid #ddd;
      border-radius: 50%;
      overflow: hidden;
      img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
      }
    }
    .user_name{
      color: #7a7a7a;
      flex: 1 1 auto;
      padding-left: 15px;
      span{
        color: #0155f5;
        display: block;
      }
    }
  }
  .box_menu_user{
    li a{
      color: #484848;
      display: flex;
      padding: 8px 0;
      padding-left: 40px;
      position: relative;
      &.current{
        background: #ececec;
      }
      label{
        margin: 0;
        cursor: pointer;
        i{
          color: #a6a6a6;
          width: 25px;
          height: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-50%);
        }
      }
      .noti-count{
        color: #fff;
        background: #9f9f9f;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 0;
        margin: 0 5px;
        margin-left: auto;
        position: relative;
      }
    }
  }
}

.error{
  font-size: 12px;
  color: #ff4d4f;
}

.overlay_cart {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.16);
  &.open{
    display: block;
  }
}

.hover\:scale-\[0\.95\]:hover {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
}

.hover\:bg-\[\#0CBA69\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 105 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:bg-\[\#0CBA69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 105 / var(--tw-bg-opacity));
}

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

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

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:mx-\[-20px\] {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:ml-\[35px\] {
    margin-left: 35px;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[97px\] {
    height: 97px;
  }

  .md\:max-h-\[40px\] {
    max-height: 40px;
  }

  .md\:max-h-\[68px\] {
    max-height: 68px;
  }

  .md\:w-\[97px\] {
    width: 97px;
  }

  .md\:max-w-\[233px\] {
    max-width: 233px;
  }

  .md\:max-w-\[34\.28\%\] {
    max-width: 34.28%;
  }

  .md\:max-w-\[40px\] {
    max-width: 40px;
  }

  .md\:max-w-\[48\%\] {
    max-width: 48%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[62\.6\%\] {
    max-width: 62.6%;
  }

  .md\:max-w-\[65\.72\%\] {
    max-width: 65.72%;
  }

  .md\:max-w-\[68px\] {
    max-width: 68px;
  }

  .md\:max-w-\[86px\] {
    max-width: 86px;
  }

  .md\:max-w-\[calc\(100\%-233px\)\] {
    max-width: calc(100% - 233px);
  }

  .md\:max-w-\[calc\(100\%\/3\)\] {
    max-width: calc(100% / 3);
  }

  .md\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .md\:flex-\[0_0_86px\] {
    flex: 0 0 86px;
  }

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

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

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

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

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

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

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

  .md\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:border-\[1px\] {
    border-width: 1px;
  }

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

  .md\:p-\[14px_23px\] {
    padding: 14px 23px;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:p-\[15px_35px\] {
    padding: 15px 35px;
  }

  .md\:p-\[20px\] {
    padding: 20px;
  }

  .md\:p-\[20px_13px\] {
    padding: 20px 13px;
  }

  .md\:p-\[21px_20px\] {
    padding: 21px 20px;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media (min-width: 992px) {
  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:mx-\[-25px\] {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:ml-\[18\.2\%\] {
    margin-left: 18.2%;
  }

  .lg\:ml-\[23px\] {
    margin-left: 23px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[938px\] {
    width: 938px;
  }

  .lg\:max-w-\[26\%\] {
    max-width: 26%;
  }

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[358px\] {
    max-width: 358px;
  }

  .lg\:max-w-\[49\%\] {
    max-width: 49%;
  }

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .lg\:max-w-\[unset\] {
    max-width: unset;
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-x-\[110px\] {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:p-\[80px_60px\] {
    padding: 80px 60px;
  }

  .lg\:p-\[60px\] {
    padding: 60px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

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

@media (min-width: 1200px) {
  .xl\:m-\[-6px\] {
    margin: -6px;
  }

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

@media (min-width: 1400px) {
  .xxl\:order-1 {
    order: 1;
  }

  .xxl\:order-2 {
    order: 2;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:min-w-\[408px\] {
    min-width: 408px;
  }

  .xxl\:max-w-\[572px\] {
    max-width: 572px;
  }

  .xxl\:max-w-\[582px\] {
    max-width: 582px;
  }

  .xxl\:max-w-\[669px\] {
    max-width: 669px;
  }

  .xxl\:max-w-\[99px\] {
    max-width: 99px;
  }

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

  .xxl\:gap-x-\[23px\] {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}

.\[\&\.active\]\:bg-\[\#0CBA69\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 105 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:text-\[\#0CBA69\].active {
  --tw-text-opacity: 1;
  color: rgb(12 186 105 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\.checked\]\:bg-\[\#D2FFEA\].checked {
  --tw-bg-opacity: 1;
  background-color: rgb(210 255 234 / var(--tw-bg-opacity));
}

.\[\&\.checked\]\:text-\[\#0CBA69\].checked {
  --tw-text-opacity: 1;
  color: rgb(12 186 105 / var(--tw-text-opacity));
}

.\[\&\.disabled\]\:border-\[\#FBFBFB\].disabled {
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

.\[\&\.disabled\]\:bg-\[\#FBFBFB\].disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.\[\&\.disabled\]\:text-\[\#B7B7B7\].disabled {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.\[\&\.open\]\:border-none.open {
  border-style: none;
}

.\[\&\.open\]\:border-\[\#07A04A\].open {
  --tw-border-opacity: 1;
  border-color: rgb(7 160 74 / var(--tw-border-opacity));
}

.\[\&\.open\]\:bg-\[\#ffffff\].open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\.open\]\:text-\[\#07A04A\].open {
  --tw-text-opacity: 1;
  color: rgb(7 160 74 / var(--tw-text-opacity));
}

.\[\&\.show\]\:block.show {
  display: block;
}

.\[\&\.show\]\:bg-\[\#0CBA69\].show {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 105 / var(--tw-bg-opacity));
}

.\[\&\.show\]\:text-white.show {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\:last-child\]\:mb-\[20px\]:last-child {
  margin-bottom: 20px;
}

.\[\&\:last-child\]\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.\[\&\:last-child\]\:pb-0:last-child {
  padding-bottom: 0px;
}

.\[\&\:not\(\:last-child\)\]\:mb-\[15px\]:not(:last-child) {
  margin-bottom: 15px;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}

.\[\&\:not\(\:last-child\)\]\:border-\[\#FFFFFF\]:not(:last-child) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\:not\(\:last-child\)\]\:pb-\[16px\]:not(:last-child) {
  padding-bottom: 16px;
}