@charset "UTF-8";
html[data-v-61d53ce6],
body[data-v-61d53ce6] {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* 全局字体设置 */
[data-v-61d53ce6]:root {
  font-family: -apple-system, BlinkMacSystemFont, ui-sans-serif, system-ui, sans-serif, "PingFang SC", "Microsoft YaHei", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
  /* 中文优先级放 emoji 前、无衬线后，不抢英文/数字渲染，适配双系统中文 */
  color: #1e293b;
}

/* 标题字体强化，增强层级感 */
h1[data-v-61d53ce6],
h2[data-v-61d53ce6],
h3[data-v-61d53ce6] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "PingFang SC Medium", "Hiragino Sans GB Bold", "Microsoft YaHei Bold", sans-serif;
  font-weight: 600;
}
.scrollbar[data-v-61d53ce6] {
  scrollbar-width: thin;
}
.scrollbar[data-v-61d53ce6] ::-webkit-scrollbar {
  display: block !important;
  width: 5px; /* 滚动条宽度 */
  height: 5px; /* 滚动条高度 */
}
.scrollbar[data-v-61d53ce6] ::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道背景色 */
}
.scrollbar[data-v-61d53ce6] ::-webkit-scrollbar-thumb {
  background: #e0e4ef; /* 滚动条滑块背景色 */
  border-radius: 6px; /* 滚动条滑块圆角 */
}
.scrollbar[data-v-61d53ce6] ::-webkit-scrollbar-thumb:hover {
  background: #d6dae4; /* 滚动条滑块悬停时的背景色 */
}
[data-v-61d53ce6]::-webkit-scrollbar {
  display: none;
}
em[data-v-61d53ce6],
i[data-v-61d53ce6] {
  font-style: normal;
}
img[data-v-61d53ce6] {
  border: 0;
  vertical-align: middle;
}
button[data-v-61d53ce6] {
  cursor: pointer;
}
.hide[data-v-61d53ce6],
.none[data-v-61d53ce6] {
  display: none;
}
.clearfix[data-v-61d53ce6]:after {
  display: none;
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.unselect-text[data-v-61d53ce6] {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+ */
  user-select: none; /* Standard syntax */
}
.hover_text[data-v-61d53ce6]:hover {
  animation: backMove-61d53ce6 0.4s ease-in-out;
}

/* 定义关键帧动画：backMove */
@keyframes backMove-61d53ce6 {
0% {
    transform: translateX(0);
} /* 初始位置 */
25% {
    transform: translateX(5px);
} /* 向后移动到最远 */
50% {
    transform: translateX(10px);
} /* 向后移动到最远 */
75% {
    transform: translateX(5px);
} /* 轻微回退 */
100% {
    transform: translateX(0);
} /* 回到原位置 */
}
.magnify_scale_box[data-v-61d53ce6] {
  animation-duration: 0.5s; /* 动画总时长 */
  animation-timing-function: ease-in-out; /* 慢进慢出，更自然 */
}
.magnify_scale_box[data-v-61d53ce6]:hover {
  animation-name: scaleInOut-61d53ce6;
}
.reduce_scale_box[data-v-61d53ce6] {
  animation-duration: 0.3s; /* 动画总时长 */
  animation-timing-function: ease-in-out; /* 慢进慢出，更自然 */
}
.reduce_scale_box[data-v-61d53ce6]:hover {
  animation-name: reduceInOut-61d53ce6;
}

/* 定义“放大→还原”关键帧 */
@keyframes scaleInOut-61d53ce6 {
0% {
    transform: scale(1);
} /* 初始状态：原大小 */
25% {
    transform: scale(1.025);
} /* 初始状态：原大小 */
50% {
    transform: scale(1.05);
} /* 初始状态：原大小 */
75% {
    transform: scale(1.025);
} /* 中间状态：放大 1.1 倍（可调整） */
100% {
    transform: scale(1);
} /* 结束状态：还原 */
}
/* 定义“放大→还原”关键帧 */
@keyframes reduceInOut-61d53ce6 {
0% {
    transform: scale(1);
}
25% {
    transform: scale(0.975);
}
50% {
    transform: scale(0.95);
}
75% {
    transform: scale(0.975);
}
100% {
    transform: scale(1);
}
}
.pointer[data-v-61d53ce6] {
  cursor: pointer;
}
.prev_btn[data-v-61d53ce6],
.next_btn[data-v-61d53ce6] {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  color: #374151;
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  cursor: pointer;
}
.prev_btn[data-v-61d53ce6]:hover,
.next_btn[data-v-61d53ce6]:hover {
  background-color: #e5e7eb;
  color: #374151 !important;
  border-color: transparent !important;
}
.prev_btn[data-v-61d53ce6]:disabled:hover,
.next_btn[data-v-61d53ce6]:disabled:hover {
  background-color: rgba(229, 231, 235, 0.5) !important;
  color: rgba(55, 65, 81, 0.5) !important;
  border-color: transparent !important;
}
em[data-v-61d53ce6] {
  color: #ea580c;
  font-size: 0.875rem;
}
.card-shadow[data-v-61d53ce6] {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.svg_shadow[data-v-61d53ce6] {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0.05em 0.1em);
}
.img_hover[data-v-61d53ce6] {
  cursor: pointer;
  transition: transform 0.2s ease;
  transform: scale(1);
}
.img_hover[data-v-61d53ce6]:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}
.img_border_hover[data-v-61d53ce6] {
  cursor: pointer;
  border: 2px solid transparent;
}
.img_border_hover[data-v-61d53ce6]:hover {
  border-color: #7c3aed !important;
}
.form_label[data-v-61d53ce6] {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.95rem;
  color: #475569;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.sub_title[data-v-61d53ce6] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 1.5rem;
}
.sub_title[data-v-61d53ce6]::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.2rem;
  background: linear-gradient(171deg, #7c3aed 0%, #8b4ef4 106%, rgba(124, 58, 237, 0) 106%);
  border-radius: 0.25rem;
}
@keyframes shrinkWidthTOSmall-61d53ce6 {
from {
    width: 16rem;
} /* 动画开始状态 */
to {
    width: 6rem;
} /* 动画结束状态 */
}
@keyframes shrinkWidthTOBig-61d53ce6 {
from {
    width: 6rem;
} /* 动画开始状态 */
to {
    width: 14rem;
} /* 动画结束状态 */
}
/* 应用动画的元素 */
.shrink-element[data-v-61d53ce6] {
  width: 14rem; /* 初始宽度（可自定义） */
  animation: shrinkWidthTOSmall-61d53ce6 0.4s ease forwards; /* 核心动画属性 */
}
.shrink-element-big[data-v-61d53ce6] {
  animation: shrinkWidthTOBig-61d53ce6 0.4s ease forwards; /* 核心动画属性 */
}
.operation_btn[data-v-61d53ce6] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.85rem;
  color: #5f6c7c;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}
.operation_btn[data-tooltip][data-v-61d53ce6]:not([data-tooltip=""]):hover::after {
  content: attr(data-tooltip); /* 动态读取 data-tooltip 内容 */
  position: absolute;
  bottom: 1.7rem; /* 默认显示在上方 */
  left: 50%;
  transform: translateX(-50%); /* 水平居中 */
  white-space: nowrap; /* 不换行 */
  background: #333;
  color: white;
  padding: 6px 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  animation: fadeIn 0.3s ease forwards; /* 渐显动画 */
  z-index: 9999;
}
.content_class[data-v-61d53ce6] {
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.875rem;
}
.body_tab[data-v-61d53ce6] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(2, 33, 91, 0.12);
  border-radius: 0.75rem;
  background: #f9fafe;
  margin-bottom: 1rem;
}
.body_tab .tab_item[data-v-61d53ce6] {
  color: #1e293b;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.body_tab .tab_active[data-v-61d53ce6] {
  color: #7534e4;
  background: #ffffff;
  border-radius: 0.5rem;
  font-weight: 500;
}
.content_module[data-v-61d53ce6] {
  display: flex;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.fixed_module[data-v-61d53ce6] {
  display: flex;
  width: 36rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.fixed_module h1[data-v-61d53ce6] {
  font-weight: 500;
  font-size: 1rem;
  color: #1e293b;
}
.adaptive_module[data-v-61d53ce6] {
  display: flex;
  flex: 1;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.adaptive_module h1[data-v-61d53ce6] {
  font-weight: 500;
  font-size: 1rem;
  color: #1e293b;
}
.text_btn[data-v-61d53ce6] {
  font-size: 0.85rem;
  color: #7c3aed;
  font-weight: 500;
  cursor: pointer;
}
.text_btn[data-v-61d53ce6]:hover {
  color: #8b4ef4;
}
.text_del_btn[data-v-61d53ce6] {
  font-size: 0.85rem;
  color: #ea580c;
  font-weight: 500;
  cursor: pointer;
}
.text_del_btn[data-v-61d53ce6]:hover {
  color: #f97316;
}
.sidebar[data-v-61d53ce6] {
  width: 13rem;
  transition: width 0.3s ease-in-out;
}
.collapsed[data-v-61d53ce6] {
  width: 82px;
}
.collapsed .sidebar_text[data-v-61d53ce6] {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.collapsed .height_animate[data-v-61d53ce6] {
  height: 58px;
  width: 58px;
  border-radius: 50%;
}
.sidebar_text[data-v-61d53ce6] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.height_animate[data-v-61d53ce6] {
  height: auto;
  transition: height 0.3s ease;
}
.body_bg[data-v-61d53ce6] {
  padding: 0 2.5rem 1.25rem 2.5rem;
  background: transparent;
  overflow-y: hidden;
}
.full_bg[data-v-61d53ce6] {
  background: url(/assets/body_bg.CMpICTK0.png) center center/cover no-repeat;
}
.team_item[data-v-61d53ce6] {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
}
.team_item[data-v-61d53ce6]:hover {
  border: 2px solid #d9b3ff;
}
.team_item.active[data-v-61d53ce6] {
  border: 2px solid #d9b3ff;
}
.team_active[data-v-61d53ce6] {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.team_disabled[data-v-61d53ce6] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 自定义工具类 */
.team-loader[data-v-61d53ce6] {
  position: relative;
  overflow: hidden;
}
.team-loader[data-v-61d53ce6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 93 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation: shine-61d53ce6 1.5s infinite linear;
}
.dot-pulse[data-v-61d53ce6] {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #165dff;
  margin: 0 0.25rem;
  animation: pulse-61d53ce6 1.4s infinite ease-in-out both;
}
.dot-pulse[data-v-61d53ce6]:nth-child(2) {
  animation-delay: 0.2s;
}
.dot-pulse[data-v-61d53ce6]:nth-child(3) {
  animation-delay: 0.4s;
}
.team-name-fade[data-v-61d53ce6] {
  animation: fade-61d53ce6 2s infinite ease-in-out alternate;
}

/* 关键帧动画 */
@keyframes shine-61d53ce6 {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}
@keyframes pulse-61d53ce6 {
0% {
    transform: scale(0.8);
    opacity: 0.5;
}
50% {
    transform: scale(1.2);
    opacity: 1;
}
100% {
    transform: scale(0.8);
    opacity: 0.5;
}
}
@keyframes fade-61d53ce6 {
0% {
    opacity: 0.6;
    transform: translateY(0);
}
100% {
    opacity: 1;
    transform: translateY(-2px);
}
}
/* 自定义颜色变量（对应 Tailwind 配置） */
[data-v-61d53ce6]:root {
  --color-primary: #165dff;
  --color-secondary: #4080ff;
  --color-neutral: #f5f7fa;
}

/* 映射 Tailwind 颜色类 */
.bg-primary\/10[data-v-61d53ce6] {
  background-color: rgba(22, 93, 255, 0.1);
}
.text-primary[data-v-61d53ce6] {
  color: var(--color-primary);
}
.bg-neutral[data-v-61d53ce6] {
  background-color: var(--color-neutral);
}
html,
body {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* 全局字体设置 */
:root {
  font-family: -apple-system, BlinkMacSystemFont, ui-sans-serif, system-ui, sans-serif, "PingFang SC", "Microsoft YaHei", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
  /* 中文优先级放 emoji 前、无衬线后，不抢英文/数字渲染，适配双系统中文 */
  color: #1e293b;
}

/* 标题字体强化，增强层级感 */
h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "PingFang SC Medium", "Hiragino Sans GB Bold", "Microsoft YaHei Bold", sans-serif;
  font-weight: 600;
}

.scrollbar {
  scrollbar-width: thin;
}
.scrollbar ::-webkit-scrollbar {
  display: block !important;
  width: 5px; /* 滚动条宽度 */
  height: 5px; /* 滚动条高度 */
}
.scrollbar ::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道背景色 */
}
.scrollbar ::-webkit-scrollbar-thumb {
  background: #e0e4ef; /* 滚动条滑块背景色 */
  border-radius: 6px; /* 滚动条滑块圆角 */
}
.scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #d6dae4; /* 滚动条滑块悬停时的背景色 */
}

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

em,
i {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

.hide,
.none {
  display: none;
}

.clearfix:after {
  display: none;
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.unselect-text {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+ */
  user-select: none; /* Standard syntax */
}

.hover_text:hover {
  animation: backMove 0.4s ease-in-out;
}

/* 定义关键帧动画：backMove */
@keyframes backMove {
  0% {
    transform: translateX(0);
  } /* 初始位置 */
  25% {
    transform: translateX(5px);
  } /* 向后移动到最远 */
  50% {
    transform: translateX(10px);
  } /* 向后移动到最远 */
  75% {
    transform: translateX(5px);
  } /* 轻微回退 */
  100% {
    transform: translateX(0);
  } /* 回到原位置 */
}
.magnify_scale_box {
  animation-duration: 0.5s; /* 动画总时长 */
  animation-timing-function: ease-in-out; /* 慢进慢出，更自然 */
}
.magnify_scale_box:hover {
  animation-name: scaleInOut;
}

.reduce_scale_box {
  animation-duration: 0.3s; /* 动画总时长 */
  animation-timing-function: ease-in-out; /* 慢进慢出，更自然 */
}
.reduce_scale_box:hover {
  animation-name: reduceInOut;
}

/* 定义“放大→还原”关键帧 */
@keyframes scaleInOut {
  0% {
    transform: scale(1);
  } /* 初始状态：原大小 */
  25% {
    transform: scale(1.025);
  } /* 初始状态：原大小 */
  50% {
    transform: scale(1.05);
  } /* 初始状态：原大小 */
  75% {
    transform: scale(1.025);
  } /* 中间状态：放大 1.1 倍（可调整） */
  100% {
    transform: scale(1);
  } /* 结束状态：还原 */
}
/* 定义“放大→还原”关键帧 */
@keyframes reduceInOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.975);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.pointer {
  cursor: pointer;
}

.prev_btn,
.next_btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  color: #374151;
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  cursor: pointer;
}
.prev_btn:hover,
.next_btn:hover {
  background-color: #e5e7eb;
  color: #374151 !important;
  border-color: transparent !important;
}

.prev_btn:disabled:hover,
.next_btn:disabled:hover {
  background-color: rgba(229, 231, 235, 0.5) !important;
  color: rgba(55, 65, 81, 0.5) !important;
  border-color: transparent !important;
}

em {
  color: #ea580c;
  font-size: 0.875rem;
}

.card-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.svg_shadow {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0.05em 0.1em);
}

.img_hover {
  cursor: pointer;
  transition: transform 0.2s ease;
  transform: scale(1);
}
.img_hover:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

.img_border_hover {
  cursor: pointer;
  border: 2px solid transparent;
}
.img_border_hover:hover {
  border-color: #7c3aed !important;
}

.form_label {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.95rem;
  color: #475569;
  font-weight: 500;
  margin-bottom: 0.875rem;
}

.sub_title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 1.5rem;
}
.sub_title::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.2rem;
  background: linear-gradient(171deg, #7c3aed 0%, #8b4ef4 106%, rgba(124, 58, 237, 0) 106%);
  border-radius: 0.25rem;
}

@keyframes shrinkWidthTOSmall {
  from {
    width: 16rem;
  } /* 动画开始状态 */
  to {
    width: 6rem;
  } /* 动画结束状态 */
}
@keyframes shrinkWidthTOBig {
  from {
    width: 6rem;
  } /* 动画开始状态 */
  to {
    width: 14rem;
  } /* 动画结束状态 */
}
/* 应用动画的元素 */
.shrink-element {
  width: 14rem; /* 初始宽度（可自定义） */
  animation: shrinkWidthTOSmall 0.4s ease forwards; /* 核心动画属性 */
}

.shrink-element-big {
  animation: shrinkWidthTOBig 0.4s ease forwards; /* 核心动画属性 */
}

.operation_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.85rem;
  color: #5f6c7c;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}

.operation_btn[data-tooltip]:not([data-tooltip=""]):hover::after {
  content: attr(data-tooltip); /* 动态读取 data-tooltip 内容 */
  position: absolute;
  bottom: 1.7rem; /* 默认显示在上方 */
  left: 50%;
  transform: translateX(-50%); /* 水平居中 */
  white-space: nowrap; /* 不换行 */
  background: #333;
  color: white;
  padding: 6px 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  animation: fadeIn 0.3s ease forwards; /* 渐显动画 */
  z-index: 9999;
}

.content_class {
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.875rem;
}

.body_tab {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(2, 33, 91, 0.12);
  border-radius: 0.75rem;
  background: #f9fafe;
  margin-bottom: 1rem;
}
.body_tab .tab_item {
  color: #1e293b;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.body_tab .tab_active {
  color: #7534e4;
  background: #ffffff;
  border-radius: 0.5rem;
  font-weight: 500;
}

.content_module {
  display: flex;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}

.fixed_module {
  display: flex;
  width: 36rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.fixed_module h1 {
  font-weight: 500;
  font-size: 1rem;
  color: #1e293b;
}

.adaptive_module {
  display: flex;
  flex: 1;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0.8rem;
}
.adaptive_module h1 {
  font-weight: 500;
  font-size: 1rem;
  color: #1e293b;
}

.text_btn {
  font-size: 0.85rem;
  color: #7c3aed;
  font-weight: 500;
  cursor: pointer;
}
.text_btn:hover {
  color: #8b4ef4;
}

.text_del_btn {
  font-size: 0.85rem;
  color: #ea580c;
  font-weight: 500;
  cursor: pointer;
}
.text_del_btn:hover {
  color: #f97316;
}

.ant-select .ant-select-selector {
  height: 100% !important;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.ant-select .ant-select-selector input {
  height: 100% !important;
}
.ant-select .ant-select-selector .ant-select-selection-item,
.ant-select .ant-select-selector .ant-select-selection-placeholder {
  display: flex;
  align-items: center;
}

.first_indentation .ant-tabs-tab:first-child {
  margin-left: 2rem;
}

.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}

.ant-tabs-ink-bar {
  height: 0.25rem !important;
  background: linear-gradient(93deg, #8e4dff -5%, #913bd3 112%, rgba(124, 58, 237, 0) 112%) !important;
  border-radius: 0.25rem !important;
}

.ant-empty-description {
  color: #9e9e9e;
  font-size: 1rem;
}

.ant-upload-drag {
  background: #f9fafe !important;
  border: 2px dashed #ffffff !important;
  box-shadow: 0px 2px 3px 0px rgba(2, 33, 91, 0.12);
}

.ant-upload-list-item-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem !important;
  height: 1.6rem !important;
  line-height: 1.6rem !important;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-item .ant-pagination-item-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ant-input-number .ant-input-number-input-wrap {
  height: 100% !important;
}
.ant-input-number .ant-input-number-input-wrap input {
  height: 100% !important;
}

.ant-upload-wrapper {
  display: flex;
  flex-direction: column;
}

.ant-input-textarea-show-count::after {
  content: "字数：" attr(data-count);
}

.ant-menu-inline-collapsed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
.ant-menu-inline-collapsed .ant-menu-item {
  width: 3rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  position: relative;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.ant-menu-inline-collapsed .ant-menu-title-content {
  display: none !important;
}

.ant-menu-item-selected {
  background: #ffffff !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.line_before::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -22px;
  transform: translate(-50%, -50%);
  width: 0.25em;
  height: 2.25rem;
  border-radius: 4px;
  background: linear-gradient(172deg, #7c3aed 0%, #8b4ef4 106%, rgba(124, 58, 237, 0) 106%);
}

.ant-menu-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 3rem !important;
  margin-block: 0 !important;
  margin-bottom: 0.4rem !important;
}

.ant-menu-title-content {
  position: relative;
}

.body_bg .ant-select-selector,
.body_bg .ant-input-number,
.body_bg .ant-picker,
.body_bg .ant-input {
  background: #f9fafe !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0px 2px 3px 0px rgba(2, 33, 91, 0.12) !important;
}
.body_bg .ant-select-selector:hover,
.body_bg .ant-input-number:hover,
.body_bg .ant-picker:hover,
.body_bg .ant-input:hover {
  border: 2px solid #7c3aed !important;
}
.body_bg .ant-input-affix-wrapper {
  background: #f9fafe !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0px 2px 3px 0px rgba(2, 33, 91, 0.12) !important;
}
.body_bg .ant-input-affix-wrapper:hover {
  border: 2px solid #7c3aed !important;
}
.body_bg .ant-input-affix-wrapper .ant-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.body_bg .ant-input-affix-wrapper .ant-input:hover {
  border: none !important;
}

.ant-empty-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-radio-checked .ant-radio-inner {
  background-color: #fff !important;
}
.ant-radio-checked .ant-radio-inner::after {
  background-color: #7c3aed !important;
}

.ant-btn-primary {
  background: linear-gradient(102deg, #8139eb 0%, #bb27d3 98%);
  box-shadow: 0px 2px 3px 0px rgba(51, 2, 62, 0.21);
}

.ant-modal-header {
  margin-bottom: 1rem !important;
}

.ant-modal-footer {
  margin-top: 1rem !important;
}

.ant-table-container {
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.03);
}
.ant-table-container .ant-table-thead .ant-table-cell {
  color: #a8b4c6 !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
}
.ant-table-container .ant-table-tbody .ant-table-cell {
  color: #5f6c7c !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}
.ant-table-container .ant-table-cell {
  background: rgba(255, 255, 255, 0.5) !important;
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[20rem\] {
  height: 20rem;
}

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

.h-\[25rem\] {
  height: 25rem;
}

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

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

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

.h-\[8rem\] {
  height: 8rem;
}

.h-\[9rem\] {
  height: 9rem;
}

.h-\[calc\(100vh-12rem\)\] {
  height: calc(100vh - 12rem);
}

.h-\[calc\(100vh-14\.2rem\)\] {
  height: calc(100vh - 14.2rem);
}

.h-\[calc\(100vh-15\.5rem\)\] {
  height: calc(100vh - 15.5rem);
}

.h-\[calc\(100vh-15rem\)\] {
  height: calc(100vh - 15rem);
}

.h-\[calc\(100vh-17\.6rem\)\] {
  height: calc(100vh - 17.6rem);
}

.h-\[calc\(100vh-22\.2rem\)\] {
  height: calc(100vh - 22.2rem);
}

.h-\[calc\(100vh-23\.4rem\)\] {
  height: calc(100vh - 23.4rem);
}

.h-\[calc\(100vh-23\.8rem\)\] {
  height: calc(100vh - 23.8rem);
}

.h-\[calc\(100vh-23rem\)\] {
  height: calc(100vh - 23rem);
}

.h-\[calc\(100vh-24\.5rem\)\] {
  height: calc(100vh - 24.5rem);
}

.h-\[calc\(100vh-25\.4rem\)\] {
  height: calc(100vh - 25.4rem);
}

.h-\[calc\(100vh-27\.4rem\)\] {
  height: calc(100vh - 27.4rem);
}

.h-\[calc\(100vh-65rem\)\] {
  height: calc(100vh - 65rem);
}

.h-\[calc\(100vh-7\.4rem\)\] {
  height: calc(100vh - 7.4rem);
}

.h-\[calc\(100vh-7rem\)\] {
  height: calc(100vh - 7rem);
}

.h-\[calc\(100vh-8\.3rem\)\] {
  height: calc(100vh - 8.3rem);
}

.h-\[calc\(100vh-9rem\)\] {
  height: calc(100vh - 9rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[calc\(100vh-22rem\)\] {
  max-height: calc(100vh - 22rem);
}

.max-h-\[calc\(100vh-26rem\)\] {
  max-height: calc(100vh - 26rem);
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-72 {
  min-height: 18rem;
}

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

.min-h-\[12rem\] {
  min-height: 12rem;
}

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

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

.w-1 {
  width: 0.25rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[12rem\] {
  width: 12rem;
}

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

.w-\[20rem\] {
  width: 20rem;
}

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

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

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

.w-\[40rem\] {
  width: 40rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-16 {
  min-width: 4rem;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

.max-w-\[45rem\] {
  max-width: 45rem;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

.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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(12rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(12rem,1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(14rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(14rem,1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(16rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(16rem,1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(20rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(24rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(24rem,1fr));
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.border-\[\#6d6d6d\] {
  --tw-border-opacity: 1;
  border-color: rgb(109 109 109 / var(--tw-border-opacity, 1));
}

.border-\[\#7C3AED\] {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.border-\[\#8E4DFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(142 77 255 / var(--tw-border-opacity, 1));
}

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

.border-\[\#E2E8F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

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

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/\[0\.03\] {
  border-color: rgb(0 0 0 / 0.03);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-\[\#004D40\]\/\[0\.08\] {
  background-color: rgb(0 77 64 / 0.08);
}

.bg-\[\#00695C\]\/\[0\.08\] {
  background-color: rgb(0 105 92 / 0.08);
}

.bg-\[\#00796B\]\/\[0\.08\] {
  background-color: rgb(0 121 107 / 0.08);
}

.bg-\[\#00838F\]\/\[0\.08\] {
  background-color: rgb(0 131 143 / 0.08);
}

.bg-\[\#0097A7\]\/\[0\.08\] {
  background-color: rgb(0 151 167 / 0.08);
}

.bg-\[\#00ACC1\]\/\[0\.08\] {
  background-color: rgb(0 172 193 / 0.08);
}

.bg-\[\#12B981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 185 129 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1565C0\]\/\[0\.08\] {
  background-color: rgb(21 101 192 / 0.08);
}

.bg-\[\#1976D2\]\/\[0\.08\] {
  background-color: rgb(25 118 210 / 0.08);
}

.bg-\[\#1E88E5\]\/\[0\.08\] {
  background-color: rgb(30 136 229 / 0.08);
}

.bg-\[\#2663EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 99 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#26A69A\]\/\[0\.08\] {
  background-color: rgb(38 166 154 / 0.08);
}

.bg-\[\#26C6DA\]\/\[0\.08\] {
  background-color: rgb(38 198 218 / 0.08);
}

.bg-\[\#2E7D32\]\/\[0\.08\] {
  background-color: rgb(46 125 50 / 0.08);
}

.bg-\[\#37474F\]\/\[0\.08\] {
  background-color: rgb(55 71 79 / 0.08);
}

.bg-\[\#388E3C\]\/\[0\.08\] {
  background-color: rgb(56 142 60 / 0.08);
}

.bg-\[\#407BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 123 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#42A5F5\]\/\[0\.08\] {
  background-color: rgb(66 165 245 / 0.08);
}

.bg-\[\#43A047\]\/\[0\.08\] {
  background-color: rgb(67 160 71 / 0.08);
}

.bg-\[\#4DB6AC\]\/\[0\.08\] {
  background-color: rgb(77 182 172 / 0.08);
}

.bg-\[\#4DD0E1\]\/\[0\.08\] {
  background-color: rgb(77 208 225 / 0.08);
}

.bg-\[\#64B5F6\]\/\[0\.08\] {
  background-color: rgb(100 181 246 / 0.08);
}

.bg-\[\#66BB6A\]\/\[0\.08\] {
  background-color: rgb(102 187 106 / 0.08);
}

.bg-\[\#6A1B9A\]\/\[0\.08\] {
  background-color: rgb(106 27 154 / 0.08);
}

.bg-\[\#7534E4\]\/\[0\.07\] {
  background-color: rgb(117 52 228 / 0.07);
}

.bg-\[\#78909C\]\/\[0\.08\] {
  background-color: rgb(120 144 156 / 0.08);
}

.bg-\[\#7B1FA2\]\/\[0\.08\] {
  background-color: rgb(123 31 162 / 0.08);
}

.bg-\[\#7C3AED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7C3AED\]\/\[0\.02\] {
  background-color: rgb(124 58 237 / 0.02);
}

.bg-\[\#81C784\]\/\[0\.08\] {
  background-color: rgb(129 199 132 / 0.08);
}

.bg-\[\#8E24AA\]\/\[0\.08\] {
  background-color: rgb(142 36 170 / 0.08);
}

.bg-\[\#8E4DFF\]\/\[0\.08\] {
  background-color: rgb(142 77 255 / 0.08);
}

.bg-\[\#AB47BC\]\/\[0\.08\] {
  background-color: rgb(171 71 188 / 0.08);
}

.bg-\[\#BA68C8\]\/\[0\.08\] {
  background-color: rgb(186 104 200 / 0.08);
}

.bg-\[\#BB27D3\]\/\[0\.08\] {
  background-color: rgb(187 39 211 / 0.08);
}

.bg-\[\#C62828\]\/\[0\.08\] {
  background-color: rgb(198 40 40 / 0.08);
}

.bg-\[\#D32F2F\]\/\[0\.08\] {
  background-color: rgb(211 47 47 / 0.08);
}

.bg-\[\#D8D8D8\]\/40 {
  background-color: rgb(216 216 216 / 0.4);
}

.bg-\[\#E2E8F0\]\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-\[\#E53935\]\/\[0\.08\] {
  background-color: rgb(229 57 53 / 0.08);
}

.bg-\[\#E57373\]\/\[0\.08\] {
  background-color: rgb(229 115 115 / 0.08);
}

.bg-\[\#EDE8FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 232 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EF5350\]\/\[0\.08\] {
  background-color: rgb(239 83 80 / 0.08);
}

.bg-\[\#EF6C00\]\/\[0\.08\] {
  background-color: rgb(239 108 0 / 0.08);
}

.bg-\[\#F57C00\]\/\[0\.08\] {
  background-color: rgb(245 124 0 / 0.08);
}

.bg-\[\#F57F17\]\/\[0\.08\] {
  background-color: rgb(245 127 23 / 0.08);
}

.bg-\[\#F9A825\]\/\[0\.08\] {
  background-color: rgb(249 168 37 / 0.08);
}

.bg-\[\#F9FAFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 254 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FB8C00\]\/\[0\.08\] {
  background-color: rgb(251 140 0 / 0.08);
}

.bg-\[\#FBC02D\]\/\[0\.08\] {
  background-color: rgb(251 192 45 / 0.08);
}

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

.bg-\[\#FF4D4F\]\/\[0\.2\] {
  background-color: rgb(255 77 79 / 0.2);
}

.bg-\[\#FFA726\]\/\[0\.08\] {
  background-color: rgb(255 167 38 / 0.08);
}

.bg-\[\#FFB74D\]\/\[0\.08\] {
  background-color: rgb(255 183 77 / 0.08);
}

.bg-\[\#FFD54F\]\/\[0\.08\] {
  background-color: rgb(255 213 79 / 0.08);
}

.bg-\[\#FFE082\]\/\[0\.08\] {
  background-color: rgb(255 224 130 / 0.08);
}

.bg-\[\#f9fafe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

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

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

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

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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;
}

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[clamp\(1\.1rem\2c 2vw\2c 1\.3rem\)\] {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

.text-\[\#004D40\] {
  --tw-text-opacity: 1;
  color: rgb(0 77 64 / var(--tw-text-opacity, 1));
}

.text-\[\#00695C\] {
  --tw-text-opacity: 1;
  color: rgb(0 105 92 / var(--tw-text-opacity, 1));
}

.text-\[\#00796B\] {
  --tw-text-opacity: 1;
  color: rgb(0 121 107 / var(--tw-text-opacity, 1));
}

.text-\[\#00838F\] {
  --tw-text-opacity: 1;
  color: rgb(0 131 143 / var(--tw-text-opacity, 1));
}

.text-\[\#0097A7\] {
  --tw-text-opacity: 1;
  color: rgb(0 151 167 / var(--tw-text-opacity, 1));
}

.text-\[\#00ACC1\] {
  --tw-text-opacity: 1;
  color: rgb(0 172 193 / var(--tw-text-opacity, 1));
}

.text-\[\#020814\] {
  --tw-text-opacity: 1;
  color: rgb(2 8 20 / var(--tw-text-opacity, 1));
}

.text-\[\#12B981\] {
  --tw-text-opacity: 1;
  color: rgb(18 185 129 / var(--tw-text-opacity, 1));
}

.text-\[\#1565C0\] {
  --tw-text-opacity: 1;
  color: rgb(21 101 192 / var(--tw-text-opacity, 1));
}

.text-\[\#1890FF\] {
  --tw-text-opacity: 1;
  color: rgb(24 144 255 / var(--tw-text-opacity, 1));
}

.text-\[\#1976D2\] {
  --tw-text-opacity: 1;
  color: rgb(25 118 210 / var(--tw-text-opacity, 1));
}

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

.text-\[\#1E88E5\] {
  --tw-text-opacity: 1;
  color: rgb(30 136 229 / var(--tw-text-opacity, 1));
}

.text-\[\#2663EB\] {
  --tw-text-opacity: 1;
  color: rgb(38 99 235 / var(--tw-text-opacity, 1));
}

.text-\[\#26A69A\] {
  --tw-text-opacity: 1;
  color: rgb(38 166 154 / var(--tw-text-opacity, 1));
}

.text-\[\#26C6DA\] {
  --tw-text-opacity: 1;
  color: rgb(38 198 218 / var(--tw-text-opacity, 1));
}

.text-\[\#2E7D32\] {
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}

.text-\[\#37474F\] {
  --tw-text-opacity: 1;
  color: rgb(55 71 79 / var(--tw-text-opacity, 1));
}

.text-\[\#388E3C\] {
  --tw-text-opacity: 1;
  color: rgb(56 142 60 / var(--tw-text-opacity, 1));
}

.text-\[\#3B3B3B\] {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity, 1));
}

.text-\[\#407BFF\] {
  --tw-text-opacity: 1;
  color: rgb(64 123 255 / var(--tw-text-opacity, 1));
}

.text-\[\#41464F\] {
  --tw-text-opacity: 1;
  color: rgb(65 70 79 / var(--tw-text-opacity, 1));
}

.text-\[\#42A5F5\] {
  --tw-text-opacity: 1;
  color: rgb(66 165 245 / var(--tw-text-opacity, 1));
}

.text-\[\#43A047\] {
  --tw-text-opacity: 1;
  color: rgb(67 160 71 / var(--tw-text-opacity, 1));
}

.text-\[\#43CE5A\] {
  --tw-text-opacity: 1;
  color: rgb(67 206 90 / var(--tw-text-opacity, 1));
}

.text-\[\#475569\] {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-\[\#4DB6AC\] {
  --tw-text-opacity: 1;
  color: rgb(77 182 172 / var(--tw-text-opacity, 1));
}

.text-\[\#4DD0E1\] {
  --tw-text-opacity: 1;
  color: rgb(77 208 225 / var(--tw-text-opacity, 1));
}

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

.text-\[\#5F6C7C\] {
  --tw-text-opacity: 1;
  color: rgb(95 108 124 / var(--tw-text-opacity, 1));
}

.text-\[\#64758B\] {
  --tw-text-opacity: 1;
  color: rgb(100 117 139 / var(--tw-text-opacity, 1));
}

.text-\[\#64B5F6\] {
  --tw-text-opacity: 1;
  color: rgb(100 181 246 / var(--tw-text-opacity, 1));
}

.text-\[\#66BB6A\] {
  --tw-text-opacity: 1;
  color: rgb(102 187 106 / var(--tw-text-opacity, 1));
}

.text-\[\#6A1B9A\] {
  --tw-text-opacity: 1;
  color: rgb(106 27 154 / var(--tw-text-opacity, 1));
}

.text-\[\#738192\] {
  --tw-text-opacity: 1;
  color: rgb(115 129 146 / var(--tw-text-opacity, 1));
}

.text-\[\#7534E4\] {
  --tw-text-opacity: 1;
  color: rgb(117 52 228 / var(--tw-text-opacity, 1));
}

.text-\[\#78909C\] {
  --tw-text-opacity: 1;
  color: rgb(120 144 156 / var(--tw-text-opacity, 1));
}

.text-\[\#7B1FA2\] {
  --tw-text-opacity: 1;
  color: rgb(123 31 162 / var(--tw-text-opacity, 1));
}

.text-\[\#7C3AED\] {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-\[\#7c3aed\] {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-\[\#81C784\] {
  --tw-text-opacity: 1;
  color: rgb(129 199 132 / var(--tw-text-opacity, 1));
}

.text-\[\#8E24AA\] {
  --tw-text-opacity: 1;
  color: rgb(142 36 170 / var(--tw-text-opacity, 1));
}

.text-\[\#9334EB\] {
  --tw-text-opacity: 1;
  color: rgb(147 52 235 / var(--tw-text-opacity, 1));
}

.text-\[\#9AA0AC\] {
  --tw-text-opacity: 1;
  color: rgb(154 160 172 / var(--tw-text-opacity, 1));
}

.text-\[\#9DA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(157 163 175 / var(--tw-text-opacity, 1));
}

.text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.text-\[\#A8B4C6\] {
  --tw-text-opacity: 1;
  color: rgb(168 180 198 / var(--tw-text-opacity, 1));
}

.text-\[\#AB47BC\] {
  --tw-text-opacity: 1;
  color: rgb(171 71 188 / var(--tw-text-opacity, 1));
}

.text-\[\#BA68C8\] {
  --tw-text-opacity: 1;
  color: rgb(186 104 200 / var(--tw-text-opacity, 1));
}

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

.text-\[\#C62828\] {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}

.text-\[\#D32F2F\] {
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}

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

.text-\[\#E53935\] {
  --tw-text-opacity: 1;
  color: rgb(229 57 53 / var(--tw-text-opacity, 1));
}

.text-\[\#E57373\] {
  --tw-text-opacity: 1;
  color: rgb(229 115 115 / var(--tw-text-opacity, 1));
}

.text-\[\#EF5350\] {
  --tw-text-opacity: 1;
  color: rgb(239 83 80 / var(--tw-text-opacity, 1));
}

.text-\[\#EF6C00\] {
  --tw-text-opacity: 1;
  color: rgb(239 108 0 / var(--tw-text-opacity, 1));
}

.text-\[\#F57C00\] {
  --tw-text-opacity: 1;
  color: rgb(245 124 0 / var(--tw-text-opacity, 1));
}

.text-\[\#F57F17\] {
  --tw-text-opacity: 1;
  color: rgb(245 127 23 / var(--tw-text-opacity, 1));
}

.text-\[\#F64141\] {
  --tw-text-opacity: 1;
  color: rgb(246 65 65 / var(--tw-text-opacity, 1));
}

.text-\[\#F6A23B\] {
  --tw-text-opacity: 1;
  color: rgb(246 162 59 / var(--tw-text-opacity, 1));
}

.text-\[\#F97171\] {
  --tw-text-opacity: 1;
  color: rgb(249 113 113 / var(--tw-text-opacity, 1));
}

.text-\[\#F9A825\] {
  --tw-text-opacity: 1;
  color: rgb(249 168 37 / var(--tw-text-opacity, 1));
}

.text-\[\#FB8C00\] {
  --tw-text-opacity: 1;
  color: rgb(251 140 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FBC02D\] {
  --tw-text-opacity: 1;
  color: rgb(251 192 45 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.text-xs {
  font-size: clamp(0.47407407407407404rem, calc(0.47407407407407404rem + ((0.6944444444444445 - 0.47407407407407404) * ((100vw - 20rem) / (96 - 20)))), 0.6944444444444445rem);
  line-height: 1.6;
}

.text-sm {
  font-size: clamp(0.5333333333333333rem, calc(0.5333333333333333rem + ((0.8333333333333334 - 0.5333333333333333) * ((100vw - 20rem) / (96 - 20)))), 0.8333333333333334rem);
  line-height: 1.6;
}

.text-base {
  font-size: clamp(0.6rem, calc(0.6rem + ((1 - 0.6) * ((100vw - 20rem) / (96 - 20)))), 1rem);
  line-height: 1.6;
}

.text-lg {
  font-size: clamp(0.6749999999999999rem, calc(0.6749999999999999rem + ((1.2 - 0.6749999999999999) * ((100vw - 20rem) / (96 - 20)))), 1.2rem);
  line-height: 1.6;
}

.text-xl {
  font-size: clamp(0.759375rem, calc(0.759375rem + ((1.44 - 0.759375) * ((100vw - 20rem) / (96 - 20)))), 1.44rem);
  line-height: 1.2;
}

.text-2xl {
  font-size: clamp(0.854296875rem, calc(0.854296875rem + ((1.7279999999999998 - 0.854296875) * ((100vw - 20rem) / (96 - 20)))), 1.7279999999999998rem);
  line-height: 1.2;
}

.text-4xl {
  font-size: clamp(1.081219482421875rem, calc(1.081219482421875rem + ((2.4883199999999994 - 1.081219482421875) * ((100vw - 20rem) / (96 - 20)))), 2.4883199999999994rem);
  line-height: 1.1;
}

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

.hover\:border-\[\#407BFF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(64 123 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#407BFF\]\/\[0\.05\]:hover {
  background-color: rgb(64 123 255 / 0.05);
}

.hover\:bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#475569\]:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --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);
}

@media (min-width: 640px) {

  .sm\:h-48 {
    height: 12rem;
  }
}
