.card[data-v-1ea1ed17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card .item[data-v-1ea1ed17] {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 145px;
  height: 61px;
  color: #fff;
  background: #FFFFFF;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(75, 163, 244, 0.2);
          box-shadow: 0px 0px 10px 1px rgba(75, 163, 244, 0.2);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
  margin-right: 14px;
  cursor: pointer;
}
.card .item .type[data-v-1ea1ed17] {
  width: 16px;
  height: 16px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  background: #B4E67B;
  border-radius: 3px;
}
.card .item .seasonType[data-v-1ea1ed17] {
  background: #FFBC4A;
}
.card .item .yearType[data-v-1ea1ed17] {
  background: #F9545D;
}
.card .item .text[data-v-1ea1ed17] {
  font-size: 16px;
  font-weight: 800;
  color: #4BA3F4;
  text-align: center;
}
.card .item .activeDot[data-v-1ea1ed17] {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 16px;
}
.card .item .activeDot .real[data-v-1ea1ed17] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  background: #FFF;
  border-radius: 50%;
}
.card .item[data-v-1ea1ed17]:nth-child(4n+0) {
  margin-right: 0;
}
.active[data-v-1ea1ed17] {
  background: #4BA3F4 !important;
}
.active .text[data-v-1ea1ed17] {
  color: #fff !important;
}
.alreadyFilled[data-v-1ea1ed17] {
  background: #F3F4F4 !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(81, 81, 81, 0.1) !important;
          box-shadow: 0px 0px 10px 1px rgba(81, 81, 81, 0.1) !important;
  pointer-events: none;
}
.alreadyFilled .type[data-v-1ea1ed17],
.alreadyFilled .seasonType[data-v-1ea1ed17],
.alreadyFilled .yearType[data-v-1ea1ed17] {
  background: #B9BBBD !important;
}
.alreadyFilled .text[data-v-1ea1ed17] {
  color: #B9BBBD !important;
}

