.dateContainer__Number[data-v-cefaa2e0] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dateContainer__Number--text[data-v-cefaa2e0], .dateContainer__Number--input[data-v-cefaa2e0] {
  font-size: 13px;
}
.dateContainer__Number--text[data-v-cefaa2e0] {
  width: 15%;
  padding-right: 10px;
  color: #a0a4b1;
}
.dateContainer__Number--input[data-v-cefaa2e0] {
  width: 85%;
  background-color: #0b0c0e;
  padding: 3px 3px 3px 9px;
  color: #6a6e7a;
}
.input-wrapper[data-v-cefaa2e0] {
  position: relative;
}
.custom-placeholder[data-v-cefaa2e0] {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #6a6a6a;
  pointer-events: none;
}
@charset "UTF-8";
.isdisable[data-v-66e07fed] {
  color: #6a6e7a;
  pointer-events: none;
}

/* 下拉式選單樣式 */
.dropdown[data-v-66e07fed] {
  background-color: #0b0c0e;
  font-size: 11px;
  border-radius: 4px;
  padding: 7px;
  color: #6a6e7a;
}
.dropdown img[data-v-66e07fed] {
  height: 14px;
}
.dropdown__select[data-v-66e07fed] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown__options[data-v-66e07fed] {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #ffffff;
  overflow: scroll;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #0b0c0e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown__options .today[data-v-66e07fed] {
  color: #d36c6c !important;
  background: #272727;
}
.dropdown__options--day[data-v-66e07fed] {
  padding: 7px;
  font-size: 11px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dateContainer__time[data-v-74d677fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.dateContainer__time--btn[data-v-74d677fc] {
  width: 40%;
  background-color: #0b0c0e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 6px;
  font-size: 11px;
  color: #a0a4b1;
}
.dateContainer__time--btn img[data-v-74d677fc] {
  height: 14px;
}
.dateContainer__time--nextTime[data-v-74d677fc] {
  height: 1em;
}
.dateContainer__time--search[data-v-74d677fc] {
  height: 28px;
}
.dateContainer__day[data-v-80c9b830] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dateContainer__day--btn[data-v-80c9b830] {
  text-align: center;
  background-color: #0b0c0e;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px 0;
  color: #6a6e7a;
  width: 23%;
}
.dateContainer__day .active[data-v-80c9b830] {
  color: #ffffff;
  background-color: #6F0000;
}
.dateContainer[data-v-a2cb5934] {
  width: 93%;
}
.dateContainer .table__box[data-v-a2cb5934] {
  min-height: 340px;
}
.dateContainer .table__box[data-v-a2cb5934] .table .row__cell {
  color: #fff;
}
.content__box[data-v-8e3efbc2] {
  display: flex;
  font-size: 9px;
  margin-top: 5px;
}
.content__box div[data-v-8e3efbc2] {
  width: 100%;
}
@charset "UTF-8";
.record[data-v-210f1740] {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 736px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -8px;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
}
.record__border[data-v-210f1740] {
  width: 95%;
  height: 94%;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.record__title[data-v-210f1740] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 3px 0 10px 0;
  border-bottom: 1px solid #29292d;
}
.record__title--text[data-v-210f1740] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.record__title--close[data-v-210f1740] {
  position: absolute;
  right: 10px;
  display: flex;
}
.record__title--close img[data-v-210f1740] {
  height: 15px;
}
.record__content[data-v-210f1740] {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record__content[data-v-210f1740] .dateContainer {
  width: 93%;
}
.record__content[data-v-210f1740] .dateContainer .table__box {
  min-height: 340px;
}
.record__content[data-v-210f1740] .dateContainer .table__box--mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  pointer-events: none; /* 让鼠标事件穿透遮罩层 */
}
.record__change--btn[data-v-210f1740] {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record__change--text[data-v-210f1740] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6e7a;
  font-size: 12px;
}
.record__change--active[data-v-210f1740] {
  color: #fff;
  background: linear-gradient(180deg, rgba(177, 17, 17, 0.1) 0%, rgba(177, 17, 17, 0.6) 100%);
}
.ActivityBettingRecord[data-v-210f1740],
.ActivityBalanceRecord[data-v-210f1740] {
  font-size: 10px;
}
.message__box[data-v-210f1740] {
  width: 100%;
  height: 30px;
  background-color: #0b0c0e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}
.message__box--content[data-v-210f1740] {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.message__box--content .content__input[data-v-210f1740] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-left: -2px;
  border: 0;
  width: 140px;
}
