*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[-10px\]{
  right: -10px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.z-\[1\]{
  z-index: 1;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[302px\]{
  height: 302px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[358px\]{
  height: 358px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[571\.5px\]{
  height: 571.5px;
}
.h-\[60\%\]{
  height: 60%;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[80px\]{
  height: 80px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-52{
  max-height: 13rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.\!w-\[200px\]{
  width: 200px !important;
}
.w-10{
  width: 2.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[208px\]{
  width: 208px;
}
.w-\[234px\]{
  width: 234px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[362px\]{
  width: 362px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[90px\]{
  width: 90px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.\!min-w-\[234px\]{
  min-width: 234px !important;
}
.min-w-16{
  min-width: 4rem;
}
.min-w-52{
  min-width: 13rem;
}
.\!max-w-\[200px\]{
  max-width: 200px !important;
}
.max-w-16{
  max-width: 4rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow-0{
  flex-grow: 0;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-4{
  gap: 1rem;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.border-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, 1);
  border-color: rgba(217, 217, 217, var(--tw-border-opacity, 1));
}
.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, 1);
  border-color: rgba(229, 229, 229, var(--tw-border-opacity, 1));
}
.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgba(240, 240, 240, 1);
  border-color: rgba(240, 240, 240, var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.bg-\[\#4096ff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 150, 255, 1);
  background-color: rgba(64, 150, 255, var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E5E599\]{
  background-color: rgba(229,229,229,0.6);
}
.bg-\[\#f0f2f5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 242, 245, 1);
  background-color: rgba(240, 242, 245, var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, 1);
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.bg-\[\#fbfbfb\]{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, 1);
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'public\/images\/operation\/beauty-plus-home-bg\.png\'\)\]{
  background-image: url(/static/media/beauty-plus-home-bg.a13e139df3df0808a519..png);
}
.bg-free-feature-popup-text-gradient{
  background-image: linear-gradient(90deg, #FF99D6 0%, #BAACFC 29.17%, #6ADAF8 66.15%, #AFF2C0 100%);
}
.bg-none{
  background-image: none;
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-4{
  padding: 1rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[50px\]{
  padding-right: 50px;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[6px\]{
  font-size: 6px;
}
.text-\[8px\]{
  font-size: 8px;
}
.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-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.\!text-\[\#c6c6c6\]{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 198, 198, 1) !important;
  color: rgba(198, 198, 198, var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.text-\[\#1677ff\]{
  --tw-text-opacity: 1;
  color: rgba(22, 119, 255, 1);
  color: rgba(22, 119, 255, var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, var(--tw-text-opacity, 1));
}
.text-\[\#505050\]{
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, 1);
  color: rgba(80, 80, 80, var(--tw-text-opacity, 1));
}
.text-\[\#555\]{
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, 1);
  color: rgba(85, 85, 85, var(--tw-text-opacity, 1));
}
.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}
.text-\[\#7c7c7c\]{
  --tw-text-opacity: 1;
  color: rgba(124, 124, 124, 1);
  color: rgba(124, 124, 124, var(--tw-text-opacity, 1));
}
.text-\[\#868686\]{
  --tw-text-opacity: 1;
  color: rgba(134, 134, 134, 1);
  color: rgba(134, 134, 134, var(--tw-text-opacity, 1));
}
.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgba(204, 204, 204, 1);
  color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}
.text-\[\#ff4d4f\]{
  --tw-text-opacity: 1;
  color: rgba(255, 77, 79, 1);
  color: rgba(255, 77, 79, var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-black\/50{
  color: rgba(0, 0, 0, 0.5);
}
.text-black\/80{
  color: rgba(0, 0, 0, 0.8);
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:border-\[\#1677ff\]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(22, 119, 255, 1);
  border-color: rgba(22, 119, 255, var(--tw-border-opacity, 1));
}
.hover\:bg-black\/5:hover{
  background-color: rgba(0, 0, 0, 0.05);
}
.\[\&\>div\>div_\.ant-pagination\]\:\!mb-0>div>div .ant-pagination{
  margin-bottom: 0px !important;
}
.\[\&_\.ant-row\]\:flex .ant-row{
  display: flex;
}
.\[\&_\.ant-row\]\:flex-col .ant-row{
  flex-direction: column;
}
.\[\&_\.ant-row\]\:items-center .ant-row{
  align-items: center;
}
.\[\&_\.ant-row\]\:items-baseline .ant-row{
  align-items: baseline;
}
.\[\&_\.ant-row_\.ant-col\>label\]\:mb-2 .ant-row .ant-col>label{
  margin-bottom: 0.5rem;
}
.\[\&_\.ant-row_\.ant-col\>label\]\:h-auto .ant-row .ant-col>label{
  height: auto;
}
.\[\&_\.ant-row_\.ant-col\>label\]\:leading-none .ant-row .ant-col>label{
  line-height: 1;
}
.\[\&_\.ant-row_\.ant-col\]\:text-left .ant-row .ant-col{
  text-align: left;
}
.\[\&_\.ant-space-item\:first-child\]\:w-full .ant-space-item:first-child{
  width: 100%;
}
.\[\&_\.ant-tabs-nav\]\:mb-0 .ant-tabs-nav{
  margin-bottom: 0px;
}
.\[\&_\.ant-transfer-list_\.ant-transfer-list-body_\.ant-transfer-list-body-customize-wrapper\]\:h-full .ant-transfer-list .ant-transfer-list-body .ant-transfer-list-body-customize-wrapper{
  height: 100%;
}
.\[\&_\.ant-transfer-list_\.ant-transfer-list-body_\.ant-transfer-list-body-customize-wrapper\]\:overflow-y-auto .ant-transfer-list .ant-transfer-list-body .ant-transfer-list-body-customize-wrapper{
  overflow-y: auto;
}
.\[\&_\.ql-container\]\:rounded-b-md .ql-container{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.\[\&_\.ql-container\]\:\!border-\[\#d9d9d9\] .ql-container{
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 217, 217, 1) !important;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity, 1)) !important;
}
.\[\&_\.ql-container_\.ql-editor\]\:min-h-36 .ql-container .ql-editor{
  min-height: 9rem;
}
.\[\&_\.ql-toolbar\]\:rounded-t-md .ql-toolbar{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.\[\&_\.ql-toolbar\]\:\!border-\[\#d9d9d9\] .ql-toolbar{
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 217, 217, 1) !important;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity, 1)) !important;
}
.\[\&_\>\.ant-space-item\:first-child\]\:w-1\/2 >.ant-space-item:first-child{
  width: 50%;
}
.\[\&_\>\.ant-upload-list_\>\.ant-upload\]\:\!border-\[\#ff4d4f\] >.ant-upload-list >.ant-upload{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 77, 79, 1) !important;
  border-color: rgba(255, 77, 79, var(--tw-border-opacity, 1)) !important;
}
.hover\:\[\&_span\]\:text-\[\#1677ff\] span:hover{
  --tw-text-opacity: 1;
  color: rgba(22, 119, 255, 1);
  color: rgba(22, 119, 255, var(--tw-text-opacity, 1));
}

.src-pages-App-Layout-Account-index-module__language-overlay-popover__iosPZ .ant-popover-content .ant-popover-inner{padding:0}
.src-pages-App-Layout-RouteMenu-index-module__comp-route-menu__oTavQ{height:100%;overflow-y:auto}.src-pages-App-Layout-RouteMenu-index-module__comp-route-menu__oTavQ .ant-spin-nested-loading{height:100%}.src-pages-App-Layout-RouteMenu-index-module__comp-route-menu__oTavQ .ant-spin-nested-loading>.ant-spin-container{height:100%}.src-pages-App-Layout-RouteMenu-index-module__comp-route-menu__oTavQ .ant-spin-nested-loading>.ant-spin-container>.ant-menu{border:none}
.src-pages-App-Layout-index-module__project-overlay-popover__g2qbJ .ant-popover-content .ant-popover-inner{padding:0}
.src-components-TableColumnSetting-index-module__comp-table-column-setting__RTQPn{z-index:999}.src-components-TableColumnSetting-index-module__comp-table-column-setting__RTQPn .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-tree .ant-tree-treenode{margin:0}.src-components-TableColumnSetting-index-module__comp-table-column-setting__RTQPn .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-tree .ant-tree-list .ant-tree-list-holder .ant-tree-list-holder-inner .ant-tree-treenode:hover{background-color:#e6f7ff}.src-components-TableColumnSetting-index-module__comp-table-column-setting__RTQPn .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-tree .ant-tree-list .ant-tree-list-holder .ant-tree-list-holder-inner .ant-tree-treenode:hover .ant-tree-node-content-wrapper .ant-tree-title .ant-tree-actions{visibility:visible}.src-components-TableColumnSetting-index-module__comp-table-column-setting__RTQPn .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-tree .ant-tree-list .ant-tree-list-holder .ant-tree-list-holder-inner .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background:rgba(0,0,0,0)}
.src-components-Modal-index-module__fix-height__TE_WL{top:50px}.src-components-Modal-index-module__fix-height__TE_WL .ant-modal-content{display:flex;flex-direction:column;max-height:calc(100vh - 100px)}.src-components-Modal-index-module__fix-height__TE_WL .ant-modal-content .ant-modal-header{flex:0 0 auto}.src-components-Modal-index-module__fix-height__TE_WL .ant-modal-content .ant-modal-body{display:flex;flex-direction:column;height:100%;overflow-y:scroll}
.src-pages-Menu-index-module__table__o_Peg .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row .ant-table-cell{transition:none}.src-pages-Menu-index-module__table__o_Peg .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row .ant-table-cell.ant-table-row-expand-icon-cell{padding-right:8px}.src-pages-Menu-index-module__table__o_Peg .ant-table .ant-table-container .ant-table-content table tbody .ant-table-expanded-row>td{padding-right:0}.src-pages-Menu-index-module__table1__tOwXf .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row .ant-table-cell.ant-table-row-expand-icon-cell{padding-right:8px}.src-pages-Menu-index-module__table2__snGCs .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row .ant-table-cell.ant-table-row-expand-icon-cell{padding-right:0}.src-pages-Menu-index-module__table3__OsoB9 .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row .ant-table-cell:not(.ant-table-row-expand-icon-cell){padding-right:16px}
.src-pages-OperationPopup-Modal-index-module__modal-fix-height__ur9Um{top:50px}.src-pages-OperationPopup-Modal-index-module__modal-fix-height__ur9Um .ant-modal-content{display:flex;flex-direction:column;height:calc(100vh - 100px)}.src-pages-OperationPopup-Modal-index-module__modal-fix-height__ur9Um .ant-modal-content .ant-modal-header{flex:0 0 auto}.src-pages-OperationPopup-Modal-index-module__modal-fix-height__ur9Um .ant-modal-content .ant-modal-body{display:flex;flex-direction:column;height:100%;overflow:hidden}
.src-pages-ProductFeaturesManager-index-module__modal-tree__tlgSf .ant-tree-list .ant-tree-list-holder .ant-tree-list-holder-inner .ant-tree-treenode .ant-tree-node-content-wrapper{padding:0}
.src-pages-ProductFunctions-index-module__tabs__dvy5K .ant-tabs-nav{margin-bottom:0}.src-pages-ProductFunctions-index-module__tabs__dvy5K .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:not(.ant-tabs-tab-active){background:rgba(0,0,0,.06)}.src-pages-ProductFunctions-index-module__table__GQXwG .ant-table .ant-table-container .ant-table-content table tbody .ant-table-row td{padding-left:50px;padding-right:50px}.src-pages-ProductFunctions-index-module__table__GQXwG .ant-table .ant-table-container .ant-table-content table tbody .ant-table-expanded-row td{padding-left:50px;padding-right:0}
.src-pages-VersionManager-ChannelPackage-index-module__tabs__XRh_6 .ant-tabs-nav{margin:0}
