@charset "UTF-8";
:root {
  --cMain: #3a4d4b;
  --cSub: #1f827a;
  --cBannerText: #e7ffd1;
  --cLight: #91B55E;
  --cBorder: #D6D6D6;
  --cMainLighten: #6d948e;
  --cSubDarken: #1f756d;
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
}

a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none !important;
}

.backstageMain {
  margin: 0;
  overflow: hidden;
}
.backstageMain .banner {
  padding: 2.5rem 2rem;
  height: 100%;
  font-family: "TaipeiSansTCBeta";
}
@media only screen and (max-width: 576px) {
  .backstageMain .banner {
    padding: 2.3rem 1rem;
  }
}
@media only screen and (max-width: 400px) {
  .backstageMain .banner {
    padding: 1.5rem 0.5rem;
  }
}
.backstageMain .title {
  margin-top: 1.5rem !important;
}
.backstageMain .navbarContainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 400px) {
  .backstageMain .navbarContainer {
    padding: 1rem 2rem;
  }
}
.backstageMain .navbarContainer .pageTitle {
  font-size: 24px;
  color: var(--cSub);
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 865px) {
  .backstageMain .navbarContainer .pageTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .backstageMain .navbarContainer .pageTitle {
    font-size: 18px;
  }
}
.backstageMain .navbarContainer .goBtn {
  font-size: 14px;
  font-weight: bold;
  padding: 1rem 1.6rem;
  background: var(--cSub);
  border-radius: 8px;
  color: #fff;
  transition: 0.3s all;
}
.backstageMain .navbarContainer .goBtn:hover {
  background: var(--cSubDarken);
}
.backstageMain .navbarContainer .goBtn .icon {
  margin-right: 0.3rem;
}
.backstageMain .contentContainer {
  padding: 4rem 3rem;
}
@media only screen and (max-width: 1024px) {
  .backstageMain .contentContainer {
    padding: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer {
    padding: 2rem 1rem;
  }
}
.backstageMain .contentContainer .tabContainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.backstageMain .contentContainer .tabContainer .nav .menuTab {
  color: #fff;
  background: #849694;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 0;
  margin: 0;
  padding: 1.2rem 3rem;
  border-radius: 1rem 1rem 0 0;
  transition: 0.3s all;
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .nav .menuTab {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.backstageMain .contentContainer .tabContainer .nav .menuTab:hover {
  background: #5c6867;
}
.backstageMain .contentContainer .tabContainer .nav .active .menuTab {
  background: #fff;
  color: var(--cMain);
  box-shadow: rgba(0, 0, 0, 0.05) 0px -2px 3px;
}
.backstageMain .contentContainer .tabContainer .tabContent {
  background: #fff;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-radius: 0 1rem 1rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab {
  display: flex;
  flex-direction: column;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .addModalBtn {
  align-self: flex-end;
  margin: 1.5rem;
  background: #239B57;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  transition: 0.3s all;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .addModalBtn:hover {
  background: #1d7644;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table {
  min-height: 50vh;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader {
  background: var(--cMain);
  color: #fff;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader {
    display: none !important;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .tableTitle {
  margin: 0;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
    font-size: 14px;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
  width: 40%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
    order: 3;
    margin-top: 0.7rem !important;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
    width: auto;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
    order: 1;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
    width: auto;
    background: var(--cSub);
    padding: 0.7rem 1rem;
    border-radius: 5rem;
    margin-left: 0.5rem !important;
    color: var(--cBannerText);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
    order: 2;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
    width: 100%;
    margin-top: 0.5rem !important;
    order: 4;
  }
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting.textBookSetting, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting.textBookSetting {
    width: calc(100% - 95px);
  }
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting.textBookSetting, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting.textBookSetting {
    width: 100%;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
  color: #fff;
  font-weight: bold;
  padding: 9px 10px;
  border-radius: 8px;
  transition: 0.3s all;
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
    padding: 5px 10px;
    margin: 0 0.3rem;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn .icon, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn .icon, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn .icon, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn .icon {
  font-size: 12px;
  margin-right: 0.3rem;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn {
  background: #935D23;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn:hover, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn:hover {
  background: #69431a;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
  background: #E81C1C;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn:hover, .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn:hover {
  background: #a61414;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
  padding: 1.2rem 3rem;
  color: var(--cMain);
  border-top: 1px solid var(--cBorder);
  transition: 0.3s all;
  position: relative;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items:last-child {
  border-bottom: 1px solid var(--cBorder);
}
@media only screen and (max-width: 865px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
    padding: 1.2rem 1.5rem;
  }
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items:nth-child(odd) {
  background: #ececec;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .table .items .item {
  margin: 0;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination {
  box-shadow: none;
  margin-bottom: 2rem;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination p {
  margin: 0;
}
.backstageMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination .pageLink {
  padding: 0.35rem 0.85rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 576px) {
  .backstageMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination .pageLink {
    margin: 0 0.5rem;
  }
}
.backstageMain .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  padding: 1rem;
}
.backstageMain .modal-dialog.textbookDialog {
  max-width: 390px;
}
.backstageMain .modal-dialog .modal-content {
  overflow: hidden;
}
.backstageMain .modal-dialog .modal-content .modal-header {
  background: var(--cMain);
  color: #fff;
}
.backstageMain .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  font-size: 27px;
}
.backstageMain .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
}
.backstageMain .modal-dialog .modal-content .modal-body .form {
  padding: 2rem;
}
@media only screen and (max-width: 400px) {
  .backstageMain .modal-dialog .modal-content .modal-body .form {
    padding: 1rem;
  }
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 2.5rem;
  position: relative;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem:last-child {
  margin-bottom: 0;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem label {
  color: var(--cMain);
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem .requiredTip {
  color: #F40000;
  margin-right: 0.3rem;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem input, .backstageMain .modal-dialog .modal-content .modal-body .form .formItem select, .backstageMain .modal-dialog .modal-content .modal-body .form .formItem textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem select {
  padding: 0.9rem 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formItem .selectIcon {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  font-size: 12px;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload {
  flex-direction: row;
  align-items: center;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload label {
  margin: 0;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload input {
  display: none;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload .customUploadBtn::after {
  content: "選擇檔案";
  padding: 1.2rem 1.2rem;
  background-color: #EFEFEF;
  border: 1px solid #D9D9D9;
  color: var(--cMain);
  font-weight: bold;
  border-radius: 1rem;
  cursor: pointer;
  margin: 0 0.5rem;
  transition: 0.3s all;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload .customUploadBtn:hover::after {
  background-color: #dbdbdb;
}
.backstageMain .modal-dialog .modal-content .modal-body .form .formUpload .uploadTip {
  color: var(--cMain);
  font-weight: bold;
  font-size: 14px;
}
.backstageMain .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.backstageMain .modal-dialog .modal-content .modal-footer .btn {
  min-width: 120px;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-weight: bold;
  transition: 0.3s all;
}
.backstageMain .modal-dialog .modal-content .modal-footer .btn.returnBtn {
  background: #E9E9E9;
  color: #4F4F4F;
}
.backstageMain .modal-dialog .modal-content .modal-footer .btn.returnBtn:hover {
  background: #c8c8c8;
}
.backstageMain .modal-dialog .modal-content .modal-footer .btn.storeBtn {
  background: var(--cMain);
  color: #fff;
}
.backstageMain .modal-dialog .modal-content .modal-footer .btn.storeBtn:hover {
  background: #273332;
}/*# sourceMappingURL=backstage.css.map */