.consumerList[data-v-c46e3dca] {
  font-size: 14px;
}
.consumerList .list-box[data-v-c46e3dca] {
  background: #ffffff;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.consumerList .check-box[data-v-c46e3dca] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  position: relative;
}
.consumerList .check-box[data-v-c46e3dca]::after {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ebedf0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.consumerList .check-box .check-left[data-v-c46e3dca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.consumerList .submit-btn[data-v-c46e3dca] {
  width: 80px;
  height: 30px !important;
  font-size: 14px;
  font-weight: bold;
}
.consumerList .flex-column[data-v-c46e3dca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.consumerList .iconSmall[data-v-c46e3dca] {
  padding: 3px 0 0 2px;
}
.consumerList .iconSmall img[data-v-c46e3dca] {
  width: 18px !important;
  height: 17px;
  overflow: hidden;
  margin-right: 2px;
}
.consumerList .iconRound[data-v-c46e3dca] {
  padding: 5px 0 0 2px;
}
.consumerList .iconRound img[data-v-c46e3dca] {
  width: 16px !important;
  height: 16px;
  overflow: hidden;
  margin-right: 2px;
}
.consumerList .iconRight img[data-v-c46e3dca] {
  width: 33px !important;
  height: 20px;
  display: float;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*# sourceMappingURL=consumerHistoryList.ec3332c6.css.map*/