@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&family=Nunito:wght@400;500;700&family=Poppins:wght@400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body{
  font-family: Nunito, sans-seriff;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(7 6 6 / var(--tw-text-opacity));
}

input[type="number"]:not(.exception-number)::-webkit-inner-spin-button,
    input[type="number"]:not(.exception-number)::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

*, ::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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 976px){
  .container{
    max-width: 976px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

.article-detail img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

a.title:hover{
  --tw-text-opacity: 1;
  color: rgb(69 177 232 / var(--tw-text-opacity));
}

.liked{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.liked::before{
  content: var(--tw-content) !important;
  background-image: url('/images/icon/liked-heart.png') !important;
}

.content__detail p,
    .content__detail span{
  font-family: Nunito, sans-seriff !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.cooco-input{
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 239 247 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cooco-input .cooco-input__bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.cooco-button,
    .default-btn{
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Nunito, sans-seriff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cooco-button:hover,
    .default-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
}

.cooco-button:focus,
    .default-btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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);
}

.cooco-button:active,
    .default-btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
}

.cooco-button.white{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(87 187 255 / var(--tw-text-opacity));
}

.cooco-button.white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cooco-button.bg-blur{
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(69 177 232 / var(--tw-text-opacity));
}

.cooco-button.sm,
        .default-btn.sm{
  height: 2rem;
  font-size: 12px;
  line-height: 2rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity)) !important;
}

.unit-type-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

input[type=password] ~ .toggle-psw{
  cursor: pointer;
  background-image: url('/images/icon/eyes_close.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=text] ~ .toggle-psw{
  background-image: url('/images/icon/eyes_open.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.assistant-loading {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

.search-control, .input-default-bg{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.-bottom-\[26px\]{
  bottom: -26px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[10\%\]{
  bottom: 10%;
}

.bottom-\[15px\]{
  bottom: 15px;
}

.bottom-\[18px\]{
  bottom: 18px;
}

.bottom-\[33px\]{
  bottom: 33px;
}

.bottom-\[3px\]{
  bottom: 3px;
}

.bottom-\[46px\]{
  bottom: 46px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-2{
  left: 0.5rem;
}

.left-\[-250\%\]{
  left: -250%;
}

.left-\[10px\]{
  left: 10px;
}

.left-\[16\.67\%\]{
  left: 16.67%;
}

.left-\[20px\]{
  left: 20px;
}

.left-\[23px\]{
  left: 23px;
}

.left-\[30\%\]{
  left: 30%;
}

.left-\[30px\]{
  left: 30px;
}

.left-\[32px\]{
  left: 32px;
}

.left-\[33px\]{
  left: 33px;
}

.left-\[34px\]{
  left: 34px;
}

.left-\[35px\]{
  left: 35px;
}

.left-\[4\%\]{
  left: 4%;
}

.left-\[46px\]{
  left: 46px;
}

.left-\[50\%\]{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.right-\[-10px\]{
  right: -10px;
}

.right-\[-13px\]{
  right: -13px;
}

.right-\[-16px\]{
  right: -16px;
}

.right-\[-20px\]{
  right: -20px;
}

.right-\[-5px\]{
  right: -5px;
}

.right-\[-6px\]{
  right: -6px;
}

.right-\[16\.67\%\]{
  right: 16.67%;
}

.right-\[20px\]{
  right: 20px;
}

.right-\[3\%\]{
  right: 3%;
}

.right-\[30px\]{
  right: 30px;
}

.right-\[3px\]{
  right: 3px;
}

.right-\[50\%\]{
  right: 50%;
}

.right-\[5px\]{
  right: 5px;
}

.right-\[6px\]{
  right: 6px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-2{
  top: 0.5rem;
}

.top-\[-175\%\]{
  top: -175%;
}

.top-\[-24px\]{
  top: -24px;
}

.top-\[-30px\]{
  top: -30px;
}

.top-\[-35px\]{
  top: -35px;
}

.top-\[-5px\]{
  top: -5px;
}

.top-\[0\]{
  top: 0;
}

.top-\[0px\]{
  top: 0px;
}

.top-\[100\%\]{
  top: 100%;
}

.top-\[14px\]{
  top: 14px;
}

.top-\[20px\]{
  top: 20px;
}

.top-\[28px\]{
  top: 28px;
}

.top-\[30px\]{
  top: 30px;
}

.top-\[36px\]{
  top: 36px;
}

.top-\[40\%\]{
  top: 40%;
}

.top-\[40px\]{
  top: 40px;
}

.top-\[45\%\]{
  top: 45%;
}

.top-\[49px\]{
  top: 49px;
}

.top-\[50\%\]{
  top: 50%;
}

.top-\[55\%\]{
  top: 55%;
}

.top-\[5px\]{
  top: 5px;
}

.top-\[70px\]{
  top: 70px;
}

.top-\[90\%\]{
  top: 90%;
}

.z-10{
  z-index: 10;
}

.z-\[-1\]{
  z-index: -1;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[9999\]{
  z-index: 9999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.float-right{
  float: right;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-8{
  margin-right: 2rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-32{
  margin-top: 8rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[0\.3rem\]{
  margin-top: 0.3rem;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[11px\]{
  margin-top: 11px;
}

.mt-\[14px\]{
  margin-top: 14px;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[24px\]{
  margin-top: 24px;
}

.mt-\[28px\]{
  margin-top: 28px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[31px\]{
  margin-top: 31px;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mt-\[34px\]{
  margin-top: 34px;
}

.mt-\[39px\]{
  margin-top: 39px;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.mt-\[42px\]{
  margin-top: 42px;
}

.mt-\[44px\]{
  margin-top: 44px;
}

.mt-\[45px\]{
  margin-top: 45px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[51px\]{
  margin-top: 51px;
}

.mt-\[54px\]{
  margin-top: 54px;
}

.mt-\[56px\]{
  margin-top: 56px;
}

.mt-\[62px\]{
  margin-top: 62px;
}

.mt-\[67px\]{
  margin-top: 67px;
}

.mt-\[69px\]{
  margin-top: 69px;
}

.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;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.\!h-\[100px\]{
  height: 100px !important;
}

.\!h-\[20px\]{
  height: 20px !important;
}

.\!h-\[44px\]{
  height: 44px !important;
}

.\!h-\[80px\]{
  height: 80px !important;
}

.h-0{
  height: 0px;
}

.h-1\/2{
  height: 50%;
}

.h-10{
  height: 2.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[109px\]{
  height: 109px;
}

.h-\[110px\]{
  height: 110px;
}

.h-\[130px\]{
  height: 130px;
}

.h-\[140px\]{
  height: 140px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[161px\]{
  height: 161px;
}

.h-\[175px\]{
  height: 175px;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[208px\]{
  height: 208px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[216\]{
  height: 216;
}

.h-\[216px\]{
  height: 216px;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[260px\]{
  height: 260px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[305px\]{
  height: 305px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[360px\]{
  height: 360px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[412px\]{
  height: 412px;
}

.h-\[426px\]{
  height: 426px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[4px\]{
  height: 4px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[54px\]{
  height: 54px;
}

.h-\[55px\]{
  height: 55px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[5px\]{
  height: 5px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[80px\]{
  height: 80px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-\[72px\]{
  height: 72px;
}

.max-h-\[100\%\]{
  max-height: 100%;
}

.max-h-\[100vw\]{
  max-height: 100vw;
}

.max-h-\[130px\]{
  max-height: 130px;
}

.max-h-\[300px\]{
  max-height: 300px;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[50\%\]{
  max-height: 50%;
}

.max-h-\[500px\]{
  max-height: 500px;
}

.max-h-\[55px\]{
  max-height: 55px;
}

.max-h-\[600px\]{
  max-height: 600px;
}

.max-h-\[80px\]{
  max-height: 80px;
}

.max-h-\[90px\]{
  max-height: 90px;
}

.max-h-\[calc\(100vh-150px\)\]{
  max-height: calc(100vh - 150px);
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-\[100px\]{
  min-height: 100px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[220px\]{
  min-height: 220px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[480px\]{
  min-height: 480px;
}

.min-h-\[600px\]{
  min-height: 600px;
}

.min-h-\[650px\]{
  min-height: 650px;
}

.min-h-\[80px\]{
  min-height: 80px;
}

.min-h-\[80vh\]{
  min-height: 80vh;
}

.\!w-3\/4{
  width: 75% !important;
}

.\!w-\[120px\]{
  width: 120px !important;
}

.\!w-\[20px\]{
  width: 20px !important;
}

.\!w-\[35px\]{
  width: 35px !important;
}

.\!w-\[calc\(100\%-16px\)\]{
  width: calc(100% - 16px) !important;
}

.w-1\/12{
  width: 8.333333%;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-16{
  width: 4rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-3{
  width: 0.75rem;
}

.w-3\/5{
  width: 60%;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[115px\]{
  width: 115px;
}

.w-\[117px\]{
  width: 117px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[13px\]{
  width: 13px;
}

.w-\[155px\]{
  width: 155px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[185px\]{
  width: 185px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[210px\]{
  width: 210px;
}

.w-\[230px\]{
  width: 230px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[3\%\]{
  width: 3%;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[32px\]{
  width: 32px;
}

.w-\[340px\]{
  width: 340px;
}

.w-\[383px\]{
  width: 383px;
}

.w-\[387px\]{
  width: 387px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[45px\]{
  width: 45px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[47\%\]{
  width: 47%;
}

.w-\[48px\]{
  width: 48px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[54px\]{
  width: 54px;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[58px\]{
  width: 58px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[66px\]{
  width: 66px;
}

.w-\[68px\]{
  width: 68px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[80px\]{
  width: 80px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.\!min-w-\[100\%\]{
  min-width: 100% !important;
}

.\!min-w-\[calc\(100\%-16px\)\]{
  min-width: calc(100% - 16px) !important;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-\[250px\]{
  min-width: 250px;
}

.min-w-\[40px\]{
  min-width: 40px;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[171px\]{
  max-width: 171px;
}

.max-w-\[225px\]{
  max-width: 225px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[261px\]{
  max-width: 261px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[350px\]{
  max-width: 350px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[80\%\]{
  max-width: 80%;
}

.max-w-\[86px\]{
  max-width: 86px;
}

.max-w-\[996px\]{
  max-width: 996px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-screen-2xl{
  max-width: 1440px;
}

.max-w-screen-xl{
  max-width: 1200px;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.table-auto{
  table-layout: auto;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1\/2{
  --tw-translate-x: -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-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-2\/4{
  --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-x-1\/2{
  --tw-translate-x: 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-\[-16px\]{
  --tw-translate-y: -16px;
  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-\[calc\(100\%-62px\)\]{
  --tw-translate-y: calc(100% - 62px);
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.\!resize-none{
  resize: none !important;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.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;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-items-stretch{
  justify-items: stretch;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[100px\]{
  gap: 100px;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[11px\]{
  gap: 11px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[13px\]{
  gap: 13px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[22px\]{
  gap: 22px;
}

.gap-\[29px\]{
  gap: 29px;
}

.gap-\[32px\]{
  gap: 32px;
}

.gap-\[35px\]{
  gap: 35px;
}

.gap-\[38px\]{
  gap: 38px;
}

.gap-\[3px\]{
  gap: 3px;
}

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[50px\]{
  gap: 50px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-\[7px\]{
  gap: 7px;
}

.gap-\[92px\]{
  gap: 92px;
}

.gap-\[9px\]{
  gap: 9px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[9px\]{
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-\[14px\]{
  row-gap: 14px;
}

.gap-y-\[40px\]{
  row-gap: 40px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-cooco-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(69 177 232 / var(--tw-divide-opacity));
}

.divide-cooco-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-break-spaces{
  white-space: break-spaces;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[10\.57px\]{
  border-radius: 10.57px;
}

.rounded-\[100px\]{
  border-radius: 100px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[13px\]{
  border-radius: 13px;
}

.rounded-\[14px\]{
  border-radius: 14px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-\[27px\]{
  border-radius: 27px;
}

.rounded-\[28px\]{
  border-radius: 28px;
}

.rounded-\[29px\]{
  border-radius: 29px;
}

.rounded-\[35px\]{
  border-radius: 35px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-half-circle{
  border-radius: 0 100px 100px 0;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l-\[28px\]{
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-\[28px\]{
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-\[8px\]{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl-\[29px\]{
  border-bottom-left-radius: 29px;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-\[20px\]{
  border-bottom-right-radius: 20px;
}

.rounded-br-\[29px\]{
  border-bottom-right-radius: 29px;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tr-\[0px\]{
  border-top-right-radius: 0px;
}

.rounded-tr-\[20px\]{
  border-top-right-radius: 20px;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-\[3px\]{
  border-width: 3px;
}

.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-b-\[5px\]{
  border-bottom-width: 5px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-l-\[3px\]{
  border-left-width: 3px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[2px\]{
  border-top-width: 2px;
}

.border-solid{
  border-style: solid;
}

.border-dotted{
  border-style: dotted;
}

.border-\[\#C8CFD6\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 207 214 / var(--tw-border-opacity));
}

.border-\[\#E3E3E3\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-\[\#FFB7A1\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 183 161 / var(--tw-border-opacity));
}

.border-\[\#efefef\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.border-cooco-black{
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
}

.border-cooco-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(60 195 242 / var(--tw-border-opacity));
}

.border-cooco-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(87 187 255 / var(--tw-border-opacity));
}

.border-cooco-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(69 177 232 / var(--tw-border-opacity));
}

.border-cooco-pink-primary{
  --tw-border-opacity: 1;
  border-color: rgb(230 109 138 / var(--tw-border-opacity));
}

.border-cooco-yellow-primary{
  --tw-border-opacity: 1;
  border-color: rgb(250 193 114 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-sky-300{
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\!bg-\[\#FAC172\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 193 114 / var(--tw-bg-opacity)) !important;
}

.\!bg-cooco-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#00000033\]{
  background-color: #00000033;
}

.bg-\[\#0d96f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 150 243 / var(--tw-bg-opacity));
}

.bg-\[\#57BBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity));
}

.bg-\[\#8EDEE7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D966\]{
  background-color: #D9D9D966;
}

.bg-\[\#DDE1E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 229 / var(--tw-bg-opacity));
}

.bg-\[\#EC5344\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 83 68 / var(--tw-bg-opacity));
}

.bg-\[\#F1FAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity));
}

.bg-\[\#F6FCFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 252 255 / var(--tw-bg-opacity));
}

.bg-\[\#F7F9FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 250 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#e3eeff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 238 255 / var(--tw-bg-opacity));
}

.bg-\[\#e66d8a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 109 138 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 250 / var(--tw-bg-opacity));
}

.bg-\[\#f7faff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 255 / var(--tw-bg-opacity));
}

.bg-\[var\(--blue\)\]{
  background-color: var(--blue);
}

.bg-cooco-background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cooco-black-0\.27{
  background-color: rgba(255, 255, 255, 0.27);
}

.bg-cooco-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity));
}

.bg-cooco-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
}

.bg-cooco-green-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(128 157 55 / var(--tw-bg-opacity));
}

.bg-cooco-pink-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 109 138 / var(--tw-bg-opacity));
}

.bg-cooco-white-blur{
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
}

.bg-cooco-white-default{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cooco-yellow-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(250 193 114 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/images\/icon\/close-outline-none\.png\'\)\]{
  background-image: url('/images/icon/close-outline-none.png');
}

.bg-\[url\(\'\/images\/icon\/comment\.png\'\)\]{
  background-image: url('/images/icon/comment.png');
}

.bg-\[url\(\'\/images\/icon\/fb-shared\.png\'\)\]{
  background-image: url('/images/icon/fb-shared.png');
}

.bg-\[url\(\'\/images\/icon\/lock\.png\'\)\]{
  background-image: url('/images/icon/lock.png');
}

.bg-\[url\(\'\/images\/icon\/mycalendar\.svg\'\)\]{
  background-image: url('/images/icon/mycalendar.svg');
}

.bg-\[url\(\'\/images\/icon\/mygrocery\.svg\'\)\]{
  background-image: url('/images/icon/mygrocery.svg');
}

.bg-\[url\(\'\/images\/icon\/mymealplan\.svg\'\)\]{
  background-image: url('/images/icon/mymealplan.svg');
}

.bg-\[url\(\'\/images\/icon\/myrecipe\.svg\'\)\]{
  background-image: url('/images/icon/myrecipe.svg');
}

.bg-\[url\(\'\/images\/icon\/share\.png\'\)\]{
  background-image: url('/images/icon/share.png');
}

.bg-\[url\(\'\/images\/icon\/twitter\.png\'\)\]{
  background-image: url('/images/icon/twitter.png');
}

.bg-none{
  background-image: none;
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.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-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.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;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[13\.5px\]{
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}

.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}

.px-\[38px\]{
  padding-left: 38px;
  padding-right: 38px;
}

.px-\[54px\]{
  padding-left: 54px;
  padding-right: 54px;
}

.px-\[56px\]{
  padding-left: 56px;
  padding-right: 56px;
}

.px-\[61px\]{
  padding-left: 61px;
  padding-right: 61px;
}

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}

.px-\[85px\]{
  padding-left: 85px;
  padding-right: 85px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.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;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[13\.5px\]{
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-\[6\.5px\]{
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[13px\]{
  padding-bottom: 13px;
}

.pb-\[22px\]{
  padding-bottom: 22px;
}

.pb-\[300px\]{
  padding-bottom: 300px;
}

.pb-\[55px\]{
  padding-bottom: 55px;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[52px\]{
  padding-left: 52px;
}

.pl-\[6px\]{
  padding-left: 6px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-\[19px\]{
  padding-right: 19px;
}

.pr-\[65px\]{
  padding-right: 65px;
}

.pr-\[80px\]{
  padding-right: 80px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[-10px\]{
  padding-top: -10px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pt-\[23px\]{
  padding-top: 23px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[42px\]{
  padding-top: 42px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.text-left{
  text-align: left;
}

.\!text-center{
  text-align: center !important;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.\!font-nunito{
  font-family: Nunito, sans-seriff !important;
}

.font-kanit{
  font-family: Kanit, sans-seriff;
}

.font-nunito{
  font-family: Nunito, sans-seriff;
}

.font-poppins{
  font-family: Poppins, sans-seriff;
}

.font-roboto{
  font-family: Nunito, sans-seriff;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.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-\[21px\]{
  font-size: 21px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-\[48px\]{
  font-size: 48px;
}

.text-\[61px\]{
  font-size: 61px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.\!leading-5{
  line-height: 1.25rem !important;
}

.\!leading-6{
  line-height: 1.5rem !important;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-\[11px\]{
  line-height: 11px;
}

.leading-\[12px\]{
  line-height: 12px;
}

.leading-\[13px\]{
  line-height: 13px;
}

.leading-\[14px\]{
  line-height: 14px;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[17px\]{
  line-height: 17px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[19\.2px\]{
  line-height: 19.2px;
}

.leading-\[19px\]{
  line-height: 19px;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[21px\]{
  line-height: 21px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[23px\]{
  line-height: 23px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[27px\]{
  line-height: 27px;
}

.leading-\[28\.8px\]{
  line-height: 28.8px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[32px\]{
  line-height: 32px;
}

.leading-\[33px\]{
  line-height: 33px;
}

.leading-\[35\.88px\]{
  line-height: 35.88px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[38px\]{
  line-height: 38px;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-\[42px\]{
  line-height: 42px;
}

.leading-\[43px\]{
  line-height: 43px;
}

.leading-\[44px\]{
  line-height: 44px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[63px\]{
  line-height: 63px;
}

.leading-\[72px\]{
  line-height: 72px;
}

.leading-\[92px\]{
  line-height: 92px;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#0d96f3\]{
  --tw-text-opacity: 1;
  color: rgb(13 150 243 / var(--tw-text-opacity));
}

.text-\[\#373737\]{
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity));
}

.text-\[\#484848\]{
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.text-\[\#606060\]{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}

.text-\[\#667085\]{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-\[\#E66D8A\]{
  --tw-text-opacity: 1;
  color: rgb(230 109 138 / var(--tw-text-opacity));
}

.text-cooco-black{
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.text-cooco-black-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 60 / var(--tw-text-opacity));
}

.text-cooco-blue-300{
  --tw-text-opacity: 1;
  color: rgb(60 195 242 / var(--tw-text-opacity));
}

.text-cooco-blue-500{
  --tw-text-opacity: 1;
  color: rgb(87 187 255 / var(--tw-text-opacity));
}

.text-cooco-blue-600{
  --tw-text-opacity: 1;
  color: rgb(69 177 232 / var(--tw-text-opacity));
}

.text-cooco-blue-700{
  --tw-text-opacity: 1;
  color: rgb(65 162 212 / var(--tw-text-opacity));
}

.text-cooco-gray-300{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-cooco-gray-500{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}

.text-cooco-green-primary{
  --tw-text-opacity: 1;
  color: rgb(128 157 55 / var(--tw-text-opacity));
}

.text-cooco-neutral-primary{
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}

.text-cooco-pink-primary{
  --tw-text-opacity: 1;
  color: rgb(230 109 138 / var(--tw-text-opacity));
}

.text-cooco-red-primary{
  --tw-text-opacity: 1;
  color: rgb(236 83 68 / var(--tw-text-opacity));
}

.text-cooco-white-blur{
  --tw-text-opacity: 1;
  color: rgb(241 250 255 / var(--tw-text-opacity));
}

.text-cooco-white-default{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-cooco-yellow-primary{
  --tw-text-opacity: 1;
  color: rgb(250 193 114 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-15{
  opacity: 0.15;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-button-form{
  --tw-shadow:  1.6969px 1.6969px 6.78758px rgba(67, 151, 201, 0.7);;
  --tw-shadow-colored: 1.6969px 1.6969px 6.78758px 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-button-slideshow{
  --tw-shadow: 2px -2px 5px rgba(109, 142, 195, 0.05), 3px 3px 10px rgba(109, 142, 196, 0.5);
  --tw-shadow-colored: 2px -2px 5px var(--tw-shadow-color), 3px 3px 10px 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-button-white{
  --tw-shadow: 0px 0.660722px 13.2144px -0.660722px rgba(196, 196, 196, 0.33);
  --tw-shadow-colored: 0px 0.660722px 13.2144px -0.660722px 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-fridge{
  --tw-shadow: 0px 5.71137px 5.71137px rgba(69, 177, 232, 0.16);
  --tw-shadow-colored: 0px 5.71137px 5.71137px 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-icon{
  --tw-shadow: inset -2.11556px -2.11556px 4.23113px rgba(255, 255, 255, 0.5), inset 2.11556px 2.11556px 4.23113px rgba(170, 170, 204, 0.25), inset 5.28891px 5.28891px 10.5778px rgba(170, 170, 204, 0.5), inset -5.28891px -5.28891px 10.5778px #FFFFFF;
  --tw-shadow-colored: inset -2.11556px -2.11556px 4.23113px var(--tw-shadow-color), inset 2.11556px 2.11556px 4.23113px var(--tw-shadow-color), inset 5.28891px 5.28891px 10.5778px var(--tw-shadow-color), inset -5.28891px -5.28891px 10.5778px 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-icon-active{
  --tw-shadow: inset -2.11556px -2.11556px 4.23113px rgba(255, 255, 255, 0.5), inset 2.11556px 2.11556px 4.23113px rgba(170, 170, 204, 0.25), inset 5.28891px 5.28891px 10.5778px rgba(170, 170, 204, 0.5), inset -5.28891px -5.28891px 10.5778px #FFFFFF;;
  --tw-shadow-colored: inset -2.11556px -2.11556px 4.23113px var(--tw-shadow-color), inset 2.11556px 2.11556px 4.23113px var(--tw-shadow-color), inset 5.28891px 5.28891px 10.5778px var(--tw-shadow-color), inset -5.28891px -5.28891px 10.5778px 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-inset{
  --tw-shadow: inset -3px -3px 10px rgba(233, 241, 245, 0.4), inset 3px 3px 10px rgba(109, 142, 196, 0.4);
  --tw-shadow-colored: inset -3px -3px 10px var(--tw-shadow-color), inset 3px 3px 10px 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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-0{
  outline-width: 0px;
}

.brightness-0{
  --tw-brightness: brightness(0);
  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);
}

.\!transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.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;
}

.delay-150{
  transition-delay: 150ms;
}

.\!duration-300{
  transition-duration: 300ms !important;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-75{
  transition-duration: 75ms;
}

.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #f7f4ed;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #57BBFF;
  border-radius: 100vh;
  border: 3px solid #f6f7ed;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #41A2D4;
}

.placeholder\:text-\[14px\]::-moz-placeholder{
  font-size: 14px;
}

.placeholder\:text-\[14px\]::placeholder{
  font-size: 14px;
}

.placeholder\:text-\[16px\]::-moz-placeholder{
  font-size: 16px;
}

.placeholder\:text-\[16px\]::placeholder{
  font-size: 16px;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-normal::placeholder{
  font-weight: 400;
}

.placeholder\:leading-\[24px\]::-moz-placeholder{
  line-height: 24px;
}

.placeholder\:leading-\[24px\]::placeholder{
  line-height: 24px;
}

.placeholder\:text-cooco-gray-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.placeholder\:text-cooco-gray-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.placeholder\:text-cooco-placeholder::-moz-placeholder{
  color: rgba(60, 60, 67, 0.6);
}

.placeholder\:text-cooco-placeholder::placeholder{
  color: rgba(60, 60, 67, 0.6);
}

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-3\.5::before{
  content: var(--tw-content);
  height: 0.875rem;
}

.before\:h-\[15px\]::before{
  content: var(--tw-content);
  height: 15px;
}

.before\:h-\[20px\]::before{
  content: var(--tw-content);
  height: 20px;
}

.before\:h-\[25px\]::before{
  content: var(--tw-content);
  height: 25px;
}

.before\:h-\[30px\]::before{
  content: var(--tw-content);
  height: 30px;
}

.before\:h-\[40px\]::before{
  content: var(--tw-content);
  height: 40px;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-3\.5::before{
  content: var(--tw-content);
  width: 0.875rem;
}

.before\:w-\[15px\]::before{
  content: var(--tw-content);
  width: 15px;
}

.before\:w-\[20px\]::before{
  content: var(--tw-content);
  width: 20px;
}

.before\:w-\[25px\]::before{
  content: var(--tw-content);
  width: 25px;
}

.before\:w-\[30px\]::before{
  content: var(--tw-content);
  width: 30px;
}

.before\:w-\[50px\]::before{
  content: var(--tw-content);
  width: 50px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}

.before\:bg-\[url\(\'\/images\/icon\/close\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/close.png');
}

.before\:bg-\[url\(\'\/images\/icon\/comment\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/comment.png');
}

.before\:bg-\[url\(\'\/images\/icon\/img-uploader\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/img-uploader.png');
}

.before\:bg-\[url\(\'\/images\/icon\/like-outline-none\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/like-outline-none.png');
}

.before\:bg-\[url\(\'\/images\/icon\/share\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/share.png');
}

.before\:bg-\[url\(\'\/images\/icon\/star-active\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/icon/star-active.png');
}

.before\:bg-contain::before{
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-center::before{
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[-2\%\]::after{
  content: var(--tw-content);
  right: -2%;
}

.after\:top-\[-10px\]::after{
  content: var(--tw-content);
  top: -10px;
}

.after\:z-\[2\]::after{
  content: var(--tw-content);
  z-index: 2;
}

.after\:flex::after{
  content: var(--tw-content);
  display: flex;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:h-\[30px\]::after{
  content: var(--tw-content);
  height: 30px;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-\[30px\]::after{
  content: var(--tw-content);
  width: 30px;
}

.after\:items-center::after{
  content: var(--tw-content);
  align-items: center;
}

.after\:justify-center::after{
  content: var(--tw-content);
  justify-content: center;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-none::after{
  content: var(--tw-content);
  border-style: none;
}

.after\:bg-\[var\(--pink\)\]::after{
  content: var(--tw-content);
  background-color: var(--pink);
}

.after\:bg-cooco-blue-100::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 252 255 / var(--tw-bg-opacity));
}

.after\:text-sm::after{
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.after\:shadow-\[0_0px_3px_0_rgb\(0_0_0_\/_7\%\)\2c _0_2px_2px_0_rgb\(0_0_0_\/_4\%\)\]::after{
  content: var(--tw-content);
  --tw-shadow: 0 0px 3px 0 rgb(0 0 0 / 7%), 0 2px 2px 0 rgb(0 0 0 / 4%);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 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);
}

.after\:transition-\[background-color_0\.2s\2c transform_0\.2s\]::after{
  content: var(--tw-content);
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[attr\(data-value\)\]::after{
  --tw-content: attr(data-value);
  content: var(--tw-content);
}

.first\:border-l-\[3px\]:first-child{
  border-left-width: 3px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.checked\:bg-cooco-blue-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
}

.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}

.checked\:after\:z-\[2\]:checked::after{
  content: var(--tw-content);
  z-index: 2;
}

.checked\:after\:-mt-\[0px\]:checked::after{
  content: var(--tw-content);
  margin-top: -0px;
}

.checked\:after\:ml-\[1\.0625rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 1.0625rem;
}

.checked\:after\:h-5:checked::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.checked\:after\:w-5:checked::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.checked\:after\:rounded-full:checked::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.checked\:after\:border-none:checked::after{
  content: var(--tw-content);
  border-style: none;
}

.checked\:after\:bg-cooco-blue-100:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 252 255 / var(--tw-bg-opacity));
}

.checked\:after\:shadow-\[0_3px_1px_-2px_rgba\(0\2c 0\2c 0\2c 0\.2\)\2c _0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\2c _0_1px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:checked::after{
  content: var(--tw-content);
  --tw-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 3px 1px -2px var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color), 0 1px 5px 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);
}

.checked\:after\:transition-\[background-color_0\.2s\2c transform_0\.2s\]:checked::after{
  content: var(--tw-content);
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}

.empty\:before\:italic:empty::before{
  content: var(--tw-content);
  font-style: italic;
}

.empty\:before\:text-gray-200:empty::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.empty\:before\:text-gray-400:empty::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.empty\:before\:content-\[attr\(placeholder\)\]:empty::before{
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}

.hover\:scale-110:hover{
  --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));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:\!bg-cooco-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-cooco-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity));
}

.hover\:bg-cooco-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(87 187 255 / var(--tw-bg-opacity));
}

.hover\:bg-cooco-white-blur:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
}

.hover\:bg-cooco-white-default:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#e65276\]:hover{
  --tw-text-opacity: 1;
  color: rgb(230 82 118 / var(--tw-text-opacity));
}

.hover\:text-cooco-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(60 195 242 / var(--tw-text-opacity));
}

.hover\:text-cooco-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(87 187 255 / var(--tw-text-opacity));
}

.hover\:text-cooco-pink-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(230 109 138 / var(--tw-text-opacity));
}

.hover\:text-cooco-white-default:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:mix-blend-difference:hover{
  mix-blend-mode: difference;
}

.hover\:shadow-icon-active:hover{
  --tw-shadow: inset -2.11556px -2.11556px 4.23113px rgba(255, 255, 255, 0.5), inset 2.11556px 2.11556px 4.23113px rgba(170, 170, 204, 0.25), inset 5.28891px 5.28891px 10.5778px rgba(170, 170, 204, 0.5), inset -5.28891px -5.28891px 10.5778px #FFFFFF;;
  --tw-shadow-colored: inset -2.11556px -2.11556px 4.23113px var(--tw-shadow-color), inset 2.11556px 2.11556px 4.23113px var(--tw-shadow-color), inset 5.28891px 5.28891px 10.5778px var(--tw-shadow-color), inset -5.28891px -5.28891px 10.5778px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:\!bg-cooco-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity)) !important;
}

.focus\:bg-cooco-blue-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity));
}

.focus\:bg-cooco-white-default:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-cooco-white-default:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:shadow-icon-active:focus{
  --tw-shadow: inset -2.11556px -2.11556px 4.23113px rgba(255, 255, 255, 0.5), inset 2.11556px 2.11556px 4.23113px rgba(170, 170, 204, 0.25), inset 5.28891px 5.28891px 10.5778px rgba(170, 170, 204, 0.5), inset -5.28891px -5.28891px 10.5778px #FFFFFF;;
  --tw-shadow-colored: inset -2.11556px -2.11556px 4.23113px var(--tw-shadow-color), inset 2.11556px 2.11556px 4.23113px var(--tw-shadow-color), inset 5.28891px 5.28891px 10.5778px var(--tw-shadow-color), inset -5.28891px -5.28891px 10.5778px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --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(0px + 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);
}

.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}

.focus\:before\:shadow-\[3px_-1px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 3px -1px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 3px -1px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}

.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}

.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}

.focus\:after\:h-5:focus::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.focus\:after\:w-5:focus::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.focus\:after\:rounded-full:focus::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:focus\:bg-cooco-blue-600:focus:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(69 177 232 / var(--tw-bg-opacity));
}

.checked\:focus\:before\:ml-\[1\.0625rem\]:focus:checked::before{
  content: var(--tw-content);
  margin-left: 1.0625rem;
}

.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.checked\:focus\:before\:shadow-\[3px_-1px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 3px -1px 0px 13px #3b71ca;
  --tw-shadow-colored: 3px -1px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:\!bg-cooco-blue-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity)) !important;
}

.active\:bg-cooco-blue-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(142 222 231 / var(--tw-bg-opacity));
}

.active\:bg-cooco-white-default:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.active\:text-cooco-white-default:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:shadow-icon-active:active{
  --tw-shadow: inset -2.11556px -2.11556px 4.23113px rgba(255, 255, 255, 0.5), inset 2.11556px 2.11556px 4.23113px rgba(170, 170, 204, 0.25), inset 5.28891px 5.28891px 10.5778px rgba(170, 170, 204, 0.5), inset -5.28891px -5.28891px 10.5778px #FFFFFF;;
  --tw-shadow-colored: inset -2.11556px -2.11556px 4.23113px var(--tw-shadow-color), inset 2.11556px 2.11556px 4.23113px var(--tw-shadow-color), inset 5.28891px 5.28891px 10.5778px var(--tw-shadow-color), inset -5.28891px -5.28891px 10.5778px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/item:hover .group-hover\/item\:block{
  display: block;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:\!bg-\[url\(\'\/images\/icon\/lock_blue\.png\'\)\]{
  background-image: url('/images/icon/lock_blue.png') !important;
}

.group:hover .group-hover\:\!bg-\[url\(\'\/images\/icon\/mycalendar_blue\.svg\'\)\]{
  background-image: url('/images/icon/mycalendar_blue.svg') !important;
}

.group:hover .group-hover\:\!bg-\[url\(\'\/images\/icon\/mygrocery_blue\.svg\'\)\]{
  background-image: url('/images/icon/mygrocery_blue.svg') !important;
}

.group:hover .group-hover\:\!bg-\[url\(\'\/images\/icon\/mymealplan_blue\.svg\'\)\]{
  background-image: url('/images/icon/mymealplan_blue.svg') !important;
}

.group:hover .group-hover\:\!bg-\[url\(\'\/images\/icon\/myrecipe_blue\.svg\'\)\]{
  background-image: url('/images/icon/myrecipe_blue.svg') !important;
}

.group.group--fixed-h .group-\[\.group--fixed-h\]\:h-\[260px\]{
  height: 260px;
}

.group.related .group-\[\.related\]\:h-\[180px\]{
  height: 180px;
}

.group.active .group-\[\.active\]\:border-2{
  border-width: 2px;
}

.group.selected .group-\[\.selected\]\:border-\[3px\]{
  border-width: 3px;
}

.group.active .group-\[\.active\]\:border-cooco-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(69 177 232 / var(--tw-border-opacity));
}

.group.selected .group-\[\.selected\]\:border-cooco-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(87 187 255 / var(--tw-border-opacity));
}

.group.selected .group-\[\.selected\]\:text-cooco-blue-500{
  --tw-text-opacity: 1;
  color: rgb(87 187 255 / var(--tw-text-opacity));
}

@media (min-width: 480px){
  .sm\:relative{
    position: relative;
  }

  .sm\:left-\[80\%\]{
    left: 80%;
  }

  .sm\:top-\[-20px\]{
    top: -20px;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:h-\[220px\]{
    height: 220px;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:\!w-fit{
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:\!min-w-\[500px\]{
    min-width: 500px !important;
  }

  .sm\:min-w-\[240px\]{
    min-width: 240px;
  }

  .sm\:\!max-w-\[480px\]{
    max-width: 480px !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:rounded-\[12px\]{
    border-radius: 12px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-cooco-blue-300{
    --tw-border-opacity: 1;
    border-color: rgb(60 195 242 / var(--tw-border-opacity));
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:text-\[16px\]{
    font-size: 16px;
  }
}

@media (min-width: 640px){
  .smm\:block{
    display: block;
  }

  .smm\:hidden{
    display: none;
  }

  .smm\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .md\:right-\[-30px\]{
    right: -30px;
  }

  .md\:right-\[10px\]{
    right: 10px;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-\[32px\]{
    margin-top: 32px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:mt-\[51px\]{
    margin-top: 51px;
  }

  .md\:mt-\[60px\]{
    margin-top: 60px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[100px\]{
    height: 100px;
  }

  .md\:h-\[160px\]{
    height: 160px;
  }

  .md\:h-\[180px\]{
    height: 180px;
  }

  .md\:h-\[190px\]{
    height: 190px;
  }

  .md\:h-\[450px\]{
    height: 450px;
  }

  .md\:h-\[48px\]{
    height: 48px;
  }

  .md\:h-\[526px\]{
    height: 526px;
  }

  .md\:h-\[552px\]{
    height: 552px;
  }

  .md\:h-\[56px\]{
    height: 56px;
  }

  .md\:max-h-\[60vw\]{
    max-height: 60vw;
  }

  .md\:min-h-\[470px\]{
    min-height: 470px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-\[150px\]{
    width: 150px;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:w-\[180px\]{
    width: 180px;
  }

  .md\:w-\[190px\]{
    width: 190px;
  }

  .md\:w-\[209px\]{
    width: 209px;
  }

  .md\:w-\[320px\]{
    width: 320px;
  }

  .md\:w-\[48px\]{
    width: 48px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[70px\]{
    width: 70px;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:\!max-w-\[768px\]{
    max-width: 768px !important;
  }

  .md\:max-w-\[250px\]{
    max-width: 250px;
  }

  .md\:max-w-\[40px\]{
    max-width: 40px;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[12px\]{
    gap: 12px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:gap-\[8px\]{
    gap: 8px;
  }

  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-y-\[30px\]{
    row-gap: 30px;
  }

  .md\:gap-y-\[42px\]{
    row-gap: 42px;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-\[61px\]{
    padding-left: 61px;
    padding-right: 61px;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[12px\]{
    font-size: 12px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:leading-\[18px\]{
    line-height: 18px;
  }

  .md\:leading-\[21px\]{
    line-height: 21px;
  }

  .md\:leading-\[24px\]{
    line-height: 24px;
  }

  .md\:leading-\[32px\]{
    line-height: 32px;
  }

  .md\:leading-\[36px\]{
    line-height: 36px;
  }

  .md\:leading-\[43px\]{
    line-height: 43px;
  }

  .md\:leading-\[50px\]{
    line-height: 50px;
  }
}

@media (min-width: 976px){
  .lg\:relative{
    position: relative;
  }

  .lg\:\!sticky{
    position: sticky !important;
  }

  .lg\:\!top-10{
    top: 2.5rem !important;
  }

  .lg\:bottom-\[6px\]{
    bottom: 6px;
  }

  .lg\:left-\[15px\]{
    left: 15px;
  }

  .lg\:left-\[30px\]{
    left: 30px;
  }

  .lg\:left-\[31px\]{
    left: 31px;
  }

  .lg\:left-\[38px\]{
    left: 38px;
  }

  .lg\:left-\[46px\]{
    left: 46px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-\[7px\]{
    right: 7px;
  }

  .lg\:top-\[0\]{
    top: 0;
  }

  .lg\:top-\[28px\]{
    top: 28px;
  }

  .lg\:top-\[30px\]{
    top: 30px;
  }

  .lg\:top-\[46px\]{
    top: 46px;
  }

  .lg\:top-\[49px\]{
    top: 49px;
  }

  .lg\:top-\[50px\]{
    top: 50px;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .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-4{
    margin-top: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-\[100px\]{
    margin-top: 100px;
  }

  .lg\:mt-\[105px\]{
    margin-top: 105px;
  }

  .lg\:mt-\[120px\]{
    margin-top: 120px;
  }

  .lg\:mt-\[18px\]{
    margin-top: 18px;
  }

  .lg\:mt-\[45px\]{
    margin-top: 45px;
  }

  .lg\:mt-\[51px\]{
    margin-top: 51px;
  }

  .lg\:mt-\[53px\]{
    margin-top: 53px;
  }

  .lg\:mt-\[54px\]{
    margin-top: 54px;
  }

  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }

  .lg\:mt-\[94px\]{
    margin-top: 94px;
  }

  .lg\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[138px\]{
    height: 138px !important;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-\[100px\]{
    height: 100px;
  }

  .lg\:h-\[160px\]{
    height: 160px;
  }

  .lg\:h-\[170px\]{
    height: 170px;
  }

  .lg\:h-\[180px\]{
    height: 180px;
  }

  .lg\:h-\[250px\]{
    height: 250px;
  }

  .lg\:h-\[40px\]{
    height: 40px;
  }

  .lg\:h-\[550px\]{
    height: 550px;
  }

  .lg\:h-\[55px\]{
    height: 55px;
  }

  .lg\:h-\[56px\]{
    height: 56px;
  }

  .lg\:h-\[70px\]{
    height: 70px;
  }

  .lg\:h-\[82px\]{
    height: 82px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-\[412px\]{
    height: 412px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-\[80px\]{
    height: 80px;
  }

  .lg\:h-\[72px\]{
    height: 72px;
  }

  .lg\:max-h-\[353px\]{
    max-height: 353px;
  }

  .lg\:max-h-\[400px\]{
    max-height: 400px;
  }

  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }

  .lg\:max-h-\[700px\]{
    max-height: 700px;
  }

  .lg\:max-h-\[calc\(100vh-310px\)\]{
    max-height: calc(100vh - 310px);
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:min-h-\[216px\]{
    min-height: 216px;
  }

  .lg\:min-h-\[370px\]{
    min-height: 370px;
  }

  .lg\:min-h-\[550px\]{
    min-height: 550px;
  }

  .lg\:min-h-\[580px\]{
    min-height: 580px;
  }

  .lg\:min-h-\[650px\]{
    min-height: 650px;
  }

  .lg\:min-h-\[700px\]{
    min-height: 700px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-\[100px\]{
    width: 100px;
  }

  .lg\:w-\[128px\]{
    width: 128px;
  }

  .lg\:w-\[130px\]{
    width: 130px;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:w-\[210px\]{
    width: 210px;
  }

  .lg\:w-\[25\%\]{
    width: 25%;
  }

  .lg\:w-\[295px\]{
    width: 295px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[40px\]{
    width: 40px;
  }

  .lg\:w-\[45\%\]{
    width: 45%;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:w-\[55px\]{
    width: 55px;
  }

  .lg\:w-\[58px\]{
    width: 58px;
  }

  .lg\:w-\[600px\]{
    width: 600px;
  }

  .lg\:w-\[60px\]{
    width: 60px;
  }

  .lg\:w-\[70px\]{
    width: 70px;
  }

  .lg\:w-\[75\%\]{
    width: 75%;
  }

  .lg\:w-\[80px\]{
    width: 80px;
  }

  .lg\:w-\[82px\]{
    width: 82px;
  }

  .lg\:w-\[90px\]{
    width: 90px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:min-w-\[300px\]{
    min-width: 300px;
  }

  .lg\:min-w-\[360px\]{
    min-width: 360px;
  }

  .lg\:min-w-\[36rem\]{
    min-width: 36rem;
  }

  .lg\:\!max-w-\[1100px\]{
    max-width: 1100px !important;
  }

  .lg\:max-w-\[240px\]{
    max-width: 240px;
  }

  .lg\:max-w-\[261px\]{
    max-width: 261px;
  }

  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }

  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }

  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }

  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .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\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[18px\]{
    gap: 18px;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:gap-\[22px\]{
    gap: 22px;
  }

  .lg\:gap-\[27px\]{
    gap: 27px;
  }

  .lg\:gap-\[28px\]{
    gap: 28px;
  }

  .lg\:gap-\[59px\]{
    gap: 59px;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[22px\]{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:gap-x-\[50px\]{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-y-\[24px\]{
    row-gap: 24px;
  }

  .lg\:gap-y-\[30px\]{
    row-gap: 30px;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:rounded-\[0px\]{
    border-radius: 0px;
  }

  .lg\:rounded-\[30px\]{
    border-radius: 30px;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-cooco-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(87 187 255 / var(--tw-border-opacity));
  }

  .lg\:bg-\[\#f7faff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[20\%\]{
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:px-\[38px\]{
    padding-left: 38px;
    padding-right: 38px;
  }

  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-\[12rem\]{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pb-\[20rem\]{
    padding-bottom: 20rem;
  }

  .lg\:pb-\[300px\]{
    padding-bottom: 300px;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }

  .lg\:pt-\[32px\]{
    padding-top: 32px;
  }

  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }

  .lg\:pt-\[78px\]{
    padding-top: 78px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[14px\]{
    font-size: 14px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[19px\]{
    font-size: 19px;
  }

  .lg\:text-\[20px\]{
    font-size: 20px;
  }

  .lg\:text-\[23px\]{
    font-size: 23px;
  }

  .lg\:text-\[24px\]{
    font-size: 24px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-\[34px\]{
    font-size: 34px;
  }

  .lg\:text-\[38px\]{
    font-size: 38px;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[22px\]{
    line-height: 22px;
  }

  .lg\:leading-\[24px\]{
    line-height: 24px;
  }

  .lg\:leading-\[32px\]{
    line-height: 32px;
  }

  .lg\:leading-\[42px\]{
    line-height: 42px;
  }

  .lg\:leading-\[43px\]{
    line-height: 43px;
  }

  .lg\:leading-\[50px\]{
    line-height: 50px;
  }

  .lg\:leading-\[51px\]{
    line-height: 51px;
  }

  .lg\:leading-\[57px\]{
    line-height: 57px;
  }

  .lg\:text-\[\#000\]{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:text-cooco-blue-600{
    --tw-text-opacity: 1;
    color: rgb(69 177 232 / var(--tw-text-opacity));
  }

  .lg\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .lg\:no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .lg\:placeholder\:text-\[16px\]::-moz-placeholder{
    font-size: 16px;
  }

  .lg\:placeholder\:text-\[16px\]::placeholder{
    font-size: 16px;
  }
}

@media (min-width: 1200px){
  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:h-\[220px\]{
    height: 220px;
  }

  .xl\:h-\[500px\]{
    height: 500px;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-\[240px\]{
    width: 240px;
  }

  .xl\:max-w-\[298px\]{
    max-width: 298px;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:gap-\[60px\]{
    gap: 60px;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }
}

@media (min-width: 768px){
  .md\:\[\&\>\*\:nth-child\(4\)\]\:hidden>*:nth-child(4){
    display: none;
  }
}

@media (min-width: 976px){
  .lg\:\[\&\>\*\:nth-child\(4\)\]\:flex>*:nth-child(4){
    display: flex;
  }
}

@keyframes l5 {
  0% {
    box-shadow: 15px 0 #000, -15px 0 #0002;
    background: #000
  }

  33% {
    box-shadow: 15px 0 #000, -15px 0 #0002;
    background: #0002
  }

  66% {
    box-shadow: 15px 0 #0002,-15px 0 #000;
    background: #0002
  }

  100% {
    box-shadow: 15px 0 #0002,-15px 0 #000;
    background: #000
  }
}