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


.order-statistics[data-v-6f0c1073] {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.statistics-row[data-v-6f0c1073] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
}
.statistics-item[data-v-6f0c1073] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
  padding: 20px 16px;
  background: #fff;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.statistics-item[data-v-6f0c1073]:last-child {
  border-right: none;
}
.statistics-item[data-v-6f0c1073]:hover {
  background: #fafafa;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.statistics-content[data-v-6f0c1073] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistics-title[data-v-6f0c1073] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
  white-space: nowrap;
}
.statistics-value[data-v-6f0c1073] {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1400px) {
.statistics-item[data-v-6f0c1073] {
    min-width: 120px;
    padding: 12px 8px;
}
.statistics-value[data-v-6f0c1073] {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
.statistics-row[data-v-6f0c1073] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.statistics-item[data-v-6f0c1073] {
    min-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
}
.statistics-item[data-v-6f0c1073]:last-child {
    border-bottom: none;
}
}
@media (max-width: 768px) {
.statistics-item[data-v-6f0c1073] {
    padding: 8px;
}
.statistics-title[data-v-6f0c1073] {
    font-size: 12px;
}
.statistics-value[data-v-6f0c1073] {
    font-size: 14px;
}
}


