@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);
#app[data-v-567ae6d4] {
  height: 100vh;
  overflow: hidden;
}
html, body {
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

html.js #noScript {
  display: none;
}

body, div, * {
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  touch-action: manipulation;
}

ol {
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
}

a, a:active, a:hover {
  color: #0089FF;
  word-break: break-all;
}

th {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
  border-top: 0.5px solid rgba(173, 173, 173, 0.2862745098) !important;
  border-bottom: 1px solid rgba(173, 173, 173, 0.4862745098) !important;
}

.el-textarea__inner {
  -webkit-appearance: none;
}

.el-dialog__body {
  padding: 30px 20px 5px 20px;
}

.el-scrollbar__wrap {
  max-width: 100vw;
  overflow: auto !important;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

@media (min-width: 768.98px) {
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  ::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }
}
.container_vw {
  width: 100vw;
  height: 100%;
}

.container_fw {
  width: 100%;
  height: 100%;
}

.edit_confirm {
  width: 80%;
  max-width: 320px;
}

.space_taker {
  flex: 1 1 auto;
}

footer {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #AAAAAA;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll_y {
  overflow-x: hidden;
  overflow-y: auto;
}

.flex_jc_ac {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dezu_w100 {
  width: 100%;
}

.el-message-box__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1;
}

.el-button {
  border-width: 0;
}

.popover_filter .el-radio:not(:last-of-type) {
  margin-bottom: 15px;
}

.dezu_comfirm_box {
  max-width: 500px;
  margin-left: 36px;
  margin-right: 37px;
  white-space: pre-line;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #555555;
}
.dezu_comfirm_box .el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.dezu_comfirm_box button {
  margin-left: 18px;
  min-width: 80px;
  background-color: #555555;
  border-radius: 4px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border-width: 0;
}
.dezu_comfirm_box button.el-button--primary {
  background-color: #FFDE1F;
  border-width: 0;
  color: #555555;
}
.dezu_comfirm_box p {
  color: #555555;
}

.dezu_tab {
  width: max-content;
  overflow: visible;
  border-bottom: 0px solid rgba(173, 173, 173, 0.2862745098) !important;
}
.dezu_tab li {
  height: 42px !important;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AAAAAA !important;
  padding: 12px 15px 10px 15px;
  border-bottom: 0px solid rgba(173, 173, 173, 0.2862745098) !important;
}
.dezu_tab li.is-active {
  color: #555555 !important;
  border-bottom: 2px solid #555555 !important;
}

#vote-edit .el-form-item {
  margin: 0;
}
#vote-edit .is-error {
  border: 1px solid #f10000;
  border-radius: 3px;
  z-index: 30;
}
#vote-edit .el-form-item__error {
  z-index: 102;
}
#vote-edit .el-textarea__inner {
  padding-top: 14px !important;
  padding-bottom: 26px !important;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  border-color: rgba(235, 235, 235, 0.7);
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
#vote-edit .dezu_input_item:not(:first-of-type) {
  position: relative;
  top: -1px;
}
#vote-edit .vote_option .el-upload--picture-card {
  background-color: rgba(255, 255, 255, 0);
}
#vote-edit .vote_option .el-textarea__inner {
  width: calc(min(100vw, 768px) - 147px);
  border-width: 0;
  padding-top: 21px !important;
  padding-bottom: 23px !important;
}
#vote-edit .vote_option .is-error {
  border: 1px solid #f10000;
  border-radius: 3px;
  z-index: 30;
  width: calc(min(100vw, 768px) - 34px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#vote-edit .vote_option .el-form-item__error {
  z-index: 102;
  left: -50px;
}
#vote-edit .vote_image {
  z-index: 103;
  width: 70px;
  height: 70px;
  margin: 0;
  overflow: hidden;
  align-self: center;
}
#vote-edit .el-upload {
  width: 70px;
  height: 70px;
  border-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vote-edit .remove_mask > .feather {
  position: absolute;
  top: 1.5px;
  right: -18px;
}
#vote-edit .dezu_radio_item .radio_group .el-radio {
  transform: scale(1.2);
  left: 20px;
}
#vote-edit .dezu_radio_item .radio_group .el-radio__input {
  transform: scale(1.3);
}
#vote-edit .dezu_radio_item .radio_group .el-radio__label {
  padding-left: 10px;
  font-weight: 400;
  color: #555555;
}
#vote-edit .item_datetime_picker {
  display: flex;
  flex-direction: row;
}
#vote-edit .item_datetime_picker .el-input__prefix {
  display: none;
}
#vote-edit .item_datetime_picker .el-date-editor {
  width: 120px;
  height: 20px;
  overflow: visible;
  display: flex;
  align-items: center;
}
#vote-edit .item_datetime_picker .el-date-editor--date {
  border-right: 3px solid #e5e5e5;
}
#vote-edit .item_datetime_picker .el-date-editor--time-select {
  justify-content: flex-end;
}
#vote-edit .item_datetime_picker .el-input__inner {
  position: relative;
  top: -2px;
  width: 100px;
  height: 26px;
  padding: 0;
  border-width: 0;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #555555;
}

#vote-detail .el-radio {
  transform: scale(1.2);
}
#vote-detail .el-radio__input {
  transform: scale(1.3);
}
#vote-detail .el-radio__label {
  width: 0;
  padding: 0 !important;
  display: none !important;
}
#vote-detail .el-progress-bar {
  border-radius: 0;
}
#vote-detail .el-progress-bar .el-progress-bar__outer {
  border-radius: 0;
  background: #F5F5F5;
}
#vote-detail .el-progress-bar .el-progress-bar__inner {
  border-radius: 0;
}

#feeboard .dezu_list_item:last-of-type {
  margin-bottom: 91px !important;
}

#report .w_100 .el-input {
  width: 100% !important;
}
