.jee-text-up[data-v-90a587e2] {
  position: relative;
  height: 20px;
}
.jee-text-up input[data-v-90a587e2] {
  outline: 0;
  text-indent: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jee-text-up input[data-v-90a587e2]::-webkit-input-placeholder {
  color: #BFBFBF;
  text-indent: 0;
}
.jee-text-up input + label[data-v-90a587e2] {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 35%;
  padding: 2px 11px;
  color: #BFBFBF;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background: rgba(122, 184, 147, 0);
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jee-text-up input + label[data-v-90a587e2]:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jee-text-up input[data-v-90a587e2]:focus,
.jee-text-up input[data-v-90a587e2]:active,
.jee-text-up input:valid + label[data-v-90a587e2] {
  text-indent: 0;
  background: #fff;
}
.jee-text-up input:focus + label[data-v-90a587e2],
.jee-text-up input:active + label[data-v-90a587e2],
.jee-text-up input:valid + label[data-v-90a587e2] {
  color: #fff;
  background: #1A53FF;
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}
.jee-text-up input:focus + label[data-v-90a587e2]:after,
.jee-text-up input:active + label[data-v-90a587e2]:after {
  border-top: 4px solid #1A53FF;
}
.jee-text-up input[data-v-90a587e2]:valid {
  text-indent: 0;
}
.jee-text-up input:valid + label[data-v-90a587e2] {
  background: #dadada;
}
.jee-text-up input:valid + label[data-v-90a587e2]:after {
  border-top: 4px solid #dadada;
}

.statistics-section[data-v-bbe3c362] {
  margin-bottom: 24px;
  padding: 10px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}
.statistics-title[data-v-bbe3c362] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.statistics-grid[data-v-bbe3c362] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.stat-item[data-v-bbe3c362] {
  text-align: center;
  border-radius: 6px;
}
.stat-number[data-v-bbe3c362] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.stat-number.primary[data-v-bbe3c362] {
  color: #1890ff;
}
.stat-number.success[data-v-bbe3c362] {
  color: #52c41a;
}
.stat-number.warning[data-v-bbe3c362] {
  color: #fa8c16;
}
.stat-number.purple[data-v-bbe3c362] {
  color: #722ed1;
}
.stat-label[data-v-bbe3c362] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.table-page-search-wrapper .ant-form[data-v-bbe3c362] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

