@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}

.btn-main {
  background-color: #1F2A37 !important;
  border-color: #1F2A37 !important;
  border-width: 2px;
  color: white !important;
}

.btn-outline-main {
  border-color: #1F2A37 !important;
  border-width: 2px;
  color: #1F2A37 !important;
}
.btn-outline-main:has(> .icon) {
  color: #1F2A37 !important;
  background-color: #FFF;
}

.btn-link {
  color: #1F2A37 !important;
  text-decoration: none;
}

.btn-primary-200 {
  background-color: #F9D6C9;
}
.btn-primary-200:hover {
  background-color: #F9D6C9;
}

.form-check-label {
  font-size: 20px;
}

.form-check {
  line-height: 22px;
}
.form-check .form-check-input[type=radio] + .form-check-label {
  font-size: 20px;
}
.form-check .form-check-input[type=checkbox] + .form-check-label {
  font-size: 16px;
}

.form-check-input[type=checkbox] {
  border: 2px solid #1F2A37;
  height: 20px;
  margin-right: 8px;
  margin-top: 1px;
  width: 20px;
}
.form-check-input[type=radio] {
  background-color: white;
  border: 2px solid #1F2A37;
  height: 24px;
  margin-right: 8px;
  margin-top: 0;
  width: 24px;
}
.form-check-input[type=radio]:disabled {
  border-color: #ACAEB1;
}
.form-check-input:checked[type=checkbox] {
  background-color: #1F2A37;
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231F2A37'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio]:disabled {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ACAEB1'/%3e%3c/svg%3e");
}

.form-control, .form-select {
  --bs-body-color: $text-color;
  --bs-border-color: #62676D;
  --bs-border-radius: 12px;
  font-weight: 400;
  font-size: 18px;
}
.form-control:disabled, .form-select:disabled {
  background-color: #F5F5F6;
  color: #62676D;
  --bs-border-color: #D0D2D3;
}
.form-control:focus, .form-select:focus {
  border-color: #62676D;
}
.form-control.datepicker, .form-select.datepicker {
  background-image: url(../images/icon/calendar.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-control[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: url(../images/form/sort.svg) no-repeat center center;
  width: 1em;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
}

.select-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #62676D;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 6px 0 6px 12px;
}
.select-wrapper .label {
  border-right: 1px solid #1F2A37;
  padding-right: 10px;
}
.select-wrapper .select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.select-wrapper .select .form-select {
  border: 0;
  color: #878B8F;
}
.select-wrapper .select .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-list {
  font-size: 18px;
  font-weight: 500;
}

.icon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.icon.icon-lg {
  height: 40px;
  width: 40px;
}
.icon.icon-add-circle {
  background-image: url(../images/icon/add-circle.svg);
}
.icon.icon-arrow-right-circle {
  background-image: url(../images/icon/arrow-right-circle.svg);
}
.icon.icon-attachment {
  background-image: url(../images/icon/attachment.svg);
}
.icon.icon-close {
  background-image: url(../images/icon/close.svg);
}
.icon.icon-down {
  background-image: url(../images/icon/down.svg);
}
.icon.icon-drag {
  background-image: url(../images/icon/drag.svg);
}
.icon.icon-pen {
  background-image: url(../images/icon/pen.svg);
}
.icon.icon-person {
  background-image: url(../images/icon/person.svg);
}
.icon.icon-times {
  background-image: url(../images/icon/times.svg);
}
.icon.icon-trash {
  background-image: url(../images/icon/trash.svg);
}
.icon.icon-upload {
  background-image: url(../images/icon/upload.svg);
}
.icon.icon-view {
  background-image: url(../images/icon/view.png);
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 80px;
}
.header div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.header > div {
  gap: 16px;
}
.header .sep {
  border-left: 1px solid #D0D2D3;
  height: 24px;
}
.header .title {
  color: #181B1E;
  font-size: 24px;
  font-weight: 500;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 40px;
}
.content-wrapper .menu-sidebar {
  width: 260px;
}
.content-wrapper .menu-sidebar .menu-folder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5E7EB;
  border-bottom: 1px solid #D0D2D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}
.content-wrapper .menu-sidebar .menu-folder .icon-arrow {
  background-image: url(../images/icon/arrow-top.svg);
}
.content-wrapper .menu-sidebar .menu-folder.active, .content-wrapper .menu-sidebar .menu-folder:hover {
  background-color: #1F2A37;
  color: white;
}
.content-wrapper .menu-sidebar .menu-folder.active .icon-arrow, .content-wrapper .menu-sidebar .menu-folder:hover .icon-arrow {
  background-image: url(../images/icon/arrow-top-white.svg);
}
.content-wrapper .menu-sidebar .menu-folder.collapsed .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-wrapper .menu-sidebar .menu-item {
  background-color: white;
  background-color: white;
  border-bottom: 1px solid #D0D2D3;
  padding: 20px 40px;
  font-weight: 500;
}
.content-wrapper .menu-sidebar .menu-item.active, .content-wrapper .menu-sidebar .menu-item:hover {
  background-color: #FCD9BD;
}
.content-wrapper .menu-sidebar a {
  color: #1F2A37;
  display: block;
  text-decoration: none;
}
.content-wrapper .main-wrapper {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 24px;
  max-width: 1420px;
  min-width: 900px;
}
.content-wrapper .main-wrapper:has(> .form-wrapper) {
  max-width: 980px;
  min-width: 860px;
}

.form-wrapper {
  border: 1px solid #D0D2D3;
  border-radius: 20px;
  overflow: hidden;
  max-width: 980px;
  min-width: 860px;
}
.form-wrapper .func-row {
  border-top: 1px solid #D0D2D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}
.form-wrapper .func-row:nth-child(1) {
  border: 0;
}
.form-wrapper .input-row {
  border-top: 1px solid #D0D2D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrapper .input-row:nth-child(1) {
  border: 0;
}
.form-wrapper .input-row .input-label {
  background-color: #F5F5F5;
  font-weight: 500;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  padding: 24px 0 24px 24px;
}
.form-wrapper .input-row .input-label .sub {
  color: #62676D;
  font-size: 16px;
}
.form-wrapper .input-row .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  width: calc(100% - 155px);
}
.form-wrapper .input-row .input-wrapper .images {
  color: #62676D;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
}
.form-wrapper .input-row .input-wrapper .images .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}
.form-wrapper .input-row .input-wrapper .images .image-wrapper img {
  max-height: 565px;
  max-width: 565px;
}
.form-wrapper .input-row .input-wrapper .images .image-wrapper .btn {
  position: absolute;
  right: -4px;
  top: 2px;
}
.form-wrapper .input-row .input-wrapper .images .image-wrapper input[type=radio] {
  position: absolute;
  height: 24px;
  left: 8px;
  top: 8px;
  width: 24px;
}
.form-wrapper .input-row .input-wrapper .images:has(> *:nth-child(1)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrapper .input-row .input-wrapper .images:has(> *:nth-child(1)) .image-wrapper > span {
  width: 100%;
  word-break: break-all;
}
.form-wrapper .input-row .input-wrapper .images:has(> *:nth-child(2)) .image-wrapper img {
  max-height: 376px;
  max-width: 376px;
}
.form-wrapper .input-row .input-wrapper .images:has(> *:nth-child(2)) .image-wrapper > span {
  width: 350px;
  word-break: break-all;
}
.form-wrapper .input-row .input-wrapper .file-dropzone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #1F2A37;
  border-radius: 20px;
  color: #1F2A37;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  gap: 16px;
  height: 318px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 565px;
}
.form-wrapper .input-row .input-wrapper .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.form-wrapper .input-row .input-wrapper .file-list .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form-wrapper .input-row .input-wrapper .file-list .file-item > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px 0 2px 12px;
}
.form-wrapper .input-row .input-wrapper .file-list .file-item > div a {
  color: #1F2A37;
  text-decoration: none;
}
.form-wrapper .input-row .input-wrapper .file-list .file-item > div a:hover {
  color: #B84418;
}
.form-wrapper .input-row .input-wrapper .file-list .file-item > div > :nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form-wrapper .input-row .input-wrapper .pointer-position .image-box {
  position: relative;
}
.form-wrapper .input-row .input-wrapper .pointer-position .pointer-position-item {
  position: absolute;
  background-color: #1F2A37;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 16px;
}

.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-buttons button {
  padding-left: 64px;
  padding-right: 64px;
}

.modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.modal .modal-body {
  padding: 40px;
}
.modal .title {
  color: #B84418;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal .content {
  color: #193846;
  padding: 28px 0 48px 0;
  text-align: center;
}
.modal .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.modal .buttons button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.model-preview {
  --bs-modal-width: 90vw;
}
.model-preview .modal-content {
  overflow: visible;
}
.model-preview .modal-content > .btn {
  position: absolute;
  right: -20px;
  top: -12px;
  z-index: 1;
}

.breadcrumb-item {
  color: #1F2A37;
}
.breadcrumb-item a {
  color: #1F2A37;
  text-decoration: none;
}
.breadcrumb-item.active {
  font-weight: 500;
}

.section-title {
  border-left: 4px solid #1F2A37;
  color: #1F2A37;
  font-size: 28px;
  font-weight: 500;
  padding-left: 12px;
}

.read-me {
  background-color: #FAD0D0;
  border-radius: 12px;
  color: #8A3312;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  padding: 24px;
}
.read-me::before {
  background-image: url(../images/icon/info-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  width: 24px;
}

.button-nav {
  gap: 14px;
}
.button-nav .nav-item .nav-link {
  border: 1px solid #1F2A37;
  border-radius: 100px;
  color: #1F2A37;
  font-weight: 500;
}
.button-nav .nav-item .nav-link.active {
  background-color: #1F2A37;
  color: white;
  font-weight: 700;
}

.tab-nav .nav-item .nav-link {
  color: #1F2A37;
  font-weight: 500;
  font-size: 20px;
}
.tab-nav .nav-item .nav-link.active {
  border-bottom: 4px solid #1F2A37;
  color: #1F2A37;
  font-weight: 700;
}

.table-1 {
  --bs-table-striped-bg: #eceff5;
}
.table-1 td, .table-1 th {
  vertical-align: middle;
  color: #1F2A37;
  padding: 16px 24px 16px 0;
}
.table-1 td:nth-child(1), .table-1 th:nth-child(1) {
  padding-left: 24px;
}
.table-1 td .btn + .btn, .table-1 th .btn + .btn {
  margin-left: 12px;
}
.table-1 th {
  border-bottom: 1px solid #D0D2D3;
  font-weight: normal;
  white-space: nowrap;
}
.table-1 .icon-drag {
  cursor: pointer;
}

.table-2 {
  width: 1000px;
  --bs-border-color: #D0D2D3;
}
.table-2 thead tr:nth-child(1) {
  border-top: 0;
}
.table-2 tbody tr:nth-last-child(1) {
  border-bottom: 0;
}
.table-2 td {
  padding: 12px 16px;
}
.table-2 th {
  background-color: #F5F5F5;
  font-weight: 500;
  padding: 12px 8;
  vertical-align: middle;
}
.table-2 td, .table-2 th {
  color: #1F2A37;
  text-align: center;
}
.table-2 td:nth-child(1), .table-2 th:nth-child(1) {
  border-left: 0;
}
.table-2 td:nth-last-child(1), .table-2 th:nth-last-child(1) {
  border-right: 0;
}
.table-2 .stripe td {
  background-color: #FFFDEA;
}

.table-3 {
  width: 1060px;
}
.table-3 th {
  border-bottom: 1px solid #D0D2D3;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}
.table-3 td, .table-3 th {
  color: #1F2A37;
  padding: 16px 0 16px 24px;
}
.table-3 td:nth-last-child(1), .table-3 th:nth-last-child(1) {
  padding-right: 24px;
}
.table-3 .stripe td {
  background-color: #FFFDEA;
}

body {
  color: #1F2A37;
  font-family: "Noto Sans TC";
  min-width: 1280px;
}

.remark {
  color: #62676D;
  font-size: 18px;
  font-weight: 500;
}

.text-main {
  color: #1F2A37;
}

.text-title {
  font-size: 18px;
  font-weight: 700;
}

.text-title-lg {
  font-size: 24px;
  font-weight: 700;
}

[v-cloak] {
  display: none;
}
/*# sourceMappingURL=main.css.map */