@charset "UTF-8";
.btn {
  --bs-btn-hover-bg: #d2c7dd;
}

:root {
  --bs-theme: $color-primary;
  --bs-inverse-rgb: 0, 0, 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  background-color: #160723;
}

body {
  font-family: "Noto Sans TC", "Chakra Petch", sans-serif, "DM Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans";
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #160723;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

hr {
  width: 100%;
}

h1 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* LANDING PAGE - RWD 調整 -- Todo / 待整理*/
@media (max-width: 430px) {
  .container {
    padding-left: 9%;
    padding-right: 9%;
  }
  .landing__card {
    max-width: 390px;
    display: block;
    width: 100%;
  }
  .landing__cardTitle {
    font-size: 24px;
  }
  .landing__cardBody h3 {
    font-size: 28px;
  }
  .landing__cardBody p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .landing__card {
    max-width: 1024px;
    display: block;
    width: 100%;
  }
  .landing__cardTitle {
    font-size: 24px;
  }
  .landing__cardBody h3 {
    font-size: 38px;
  }
  .landing__cardBody p {
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  .landing__sloganTitle {
    max-width: 390px;
    display: block;
    width: 100%;
    font-size: 1rem;
  }
  .landing__sloganTitle p {
    font-size: 1.5rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .landing__sloganTitle {
    max-width: 1024px;
    display: block;
    width: 100%;
    font-size: 1rem;
  }
  .landing__sloganTitle p {
    font-size: 1.5rem;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .footer-section-wrapper {
    display: block;
    width: 100%;
  }
  .footer-quote-bar__size {
    font-size: 1.28rem;
  }
  .footer-section-wrapper {
    padding-top: 0px;
  }
}
.carousel-caption {
  top: 0;
  bottom: auto;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 0;
  text-align: center;
}
.carousel-caption img {
  width: auto;
  height: auto;
}
.carousel-caption p {
  padding-top: 30%;
  font-size: 30px;
}
@media (max-width: 768px) {
  .carousel-caption img.carousel-caption__img {
    max-width: 768px;
    display: block;
    width: 100%;
  }
  .carousel-caption p {
    font-weight: 500;
    font-size: 12px;
    padding: 6% 0;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .carousel-caption img.carousel-caption__img {
    max-width: 1024px;
    display: block;
    width: 100%;
  }
  .carousel-caption p {
    font-weight: 500;
    font-size: 21px;
    padding: 6% 0;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .carousel-indicators {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    display: none;
  }
}

.landing__bannerSlogan {
  background-color: #eb8523;
  padding-bottom: 5%;
  margin-bottom: 3px;
}
.landing__bannerSlogan img {
  margin: 0 auto;
  display: block;
  padding: 0 5%;
  width: 100%;
}
@media (max-width: 1024px) {
  .landing__bannerSlogan img {
    max-width: 1014px;
  }
}
@media (max-width: 768px) {
  .landing__bannerSlogan img {
    max-width: 728px;
  }
}
@media (max-width: 430px) {
  .landing__bannerSlogan img {
    max-width: 390px;
  }
}

.landing__bannerHand {
  background-color: #fefdff;
  color: #351f42;
  line-height: 82px;
  margin-bottom: 3px;
}
.landing__bannerHand__img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 430px) {
  .landing__bannerHand__img {
    max-width: 390px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .landing__bannerHand__img {
    max-width: 478px;
    display: block;
    margin: 0 auto 0 0;
    width: 100%;
  }
}
.landing__bannerHand__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.landing__bannerHand__content h2 {
  font-weight: 900;
  font-size: 54px;
  padding: 6% 7% 1% 4%;
}
@media (max-width: 430px) {
  .landing__bannerHand__content h2 {
    font-size: 30px;
    padding: 4% 6% 0 6%;
  }
}
@media (max-width: 1024px) {
  .landing__bannerHand__content h2 {
    font-size: 36px;
    padding: 6% 7% 1% 7%;
  }
}
.landing__bannerHand__content p {
  font-weight: 500;
  font-size: 34px;
  line-height: normal;
  padding: 1% 7% 6% 4%;
}
@media (max-width: 430px) {
  .landing__bannerHand__content p {
    font-size: 18px;
    padding: 4% 6% 0 6%;
  }
}
@media (max-width: 1024px) {
  .landing__bannerHand__content p {
    font-size: 21px;
    padding: 1% 7% 6% 7%;
  }
}

.landing__bannerEyes {
  background-color: #fefdff;
  color: #351f42;
  line-height: 82px;
  margin-bottom: 3px;
}
.landing__bannerEyes__img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 430px) {
  .landing__bannerEyes__img {
    max-width: 390px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 430px) and (max-width: 1024px) {
  .landing__bannerEyes__img {
    max-width: 478px;
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
  }
}
.landing__bannerEyes__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.landing__bannerEyes__content h2 {
  font-weight: 900;
  font-size: 54px;
  padding: 6% 4% 1% 7%;
}
@media (max-width: 430px) {
  .landing__bannerEyes__content h2 {
    font-size: 30px;
    padding: 4% 6% 0 6%;
  }
}
@media (max-width: 1024px) {
  .landing__bannerEyes__content h2 {
    font-size: 36px;
    padding: 6% 7% 1% 7%;
  }
}
.landing__bannerEyes__content p {
  font-weight: 500;
  font-size: 34px;
  line-height: normal;
  padding: 1% 4% 6% 7%;
}
@media (max-width: 430px) {
  .landing__bannerEyes__content p {
    font-size: 18px;
    padding: 4% 6% 1% 6%;
  }
}
@media (max-width: 1024px) {
  .landing__bannerEyes__content p {
    font-size: 21px;
    padding: 1% 7% 6% 7%;
  }
}

.btn__blockLrg {
  padding: 4px 20px;
  font-size: 34px;
  font-weight: bold;
  border-radius: 35px;
}

.landing__action p {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}

.landing__actionTitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5rem;
}

.landing__action .btn-outline-light {
  border-width: 2px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.landing__action .btn-outline-light:hover {
  background-color: #ffffff;
  color: #2a0c3a;
}

.landing__cardContainer {
  background-image: url("https://digicare-cloud.de.r.appspot.com/digicare/img/cardthreebg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.landing__cardContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.landing__cardContainer .row {
  position: relative;
  z-index: 1;
}
.landing__cardContainerQ {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.landing__cardContainerQ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.landing__cardContainerQ .row {
  position: relative;
  z-index: 1;
}
.landing__card {
  border-radius: 45px;
  border: 0px solid #351F42;
  transition: transform 0.3s ease;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #351F42;
}
.landing__card:hover {
  transform: translateY(-20px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.landing__cardTitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 275%;
}
.landing__cardBody {
  color: #ffffff;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 350px;
}
.landing__cardBody--1 {
  background: linear-gradient(135deg, #f7a440, #eb8523);
}
.landing__cardBody--2 {
  background: linear-gradient(135deg, #f89c2e, #e77810);
}
.landing__cardBody--3 {
  background: linear-gradient(135deg, #ff9c5a, #d46300);
}
.landing__cardBody h3 {
  color: #ffffff;
  font-weight: 700;
}
.landing__cardBody p {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}
.landing__cardText {
  padding-top: 25px;
}
.landing__sloganTitle {
  color: #462C56;
  font-weight: 700;
  font-size: 2.5rem;
}

.footer-section-wrapper {
  background-color: #130526;
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden;
}

.footer-main-area {
  background-color: #e7e4e9;
  border-radius: 40px;
  height: 400px;
  margin-bottom: 80px;
}

.footer-quote-bar {
  background-color: #eb8523;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 12px 30px;
  margin: 0 auto;
  width: 85%;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  z-index: 2;
  position: relative;
}

.footer-logo-box {
  background-color: #eb8523;
  border-radius: 0 0 100px 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  z-index: 3;
  position: relative;
}

.footer-legal {
  background-color: #321c3e;
  font-size: 0.9rem;
  padding-left: 30px;
  padding-right: 30px;
}

.content__fullWidthTransparentBg {
  padding: 32px;
  padding-top: 0;
  padding-bottom: 60px;
  background-color: transparent;
}
.content__fullWidthDataView {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 70px;
  max-width: 100%;
  min-height: 100vh;
  font-size: 16px;
  background-color: rgba(var(--bs-body-bg-rgb), 0.15);
  box-shadow: 0 1rem 3rem rgba(var(--bs-inverse-rgb), 0.175);
  overflow: hidden;
}
.content__fullWidthDataView--hollow {
  background: none;
  box-shadow: none;
}
.content__narrowPanel {
  position: relative;
  margin: auto;
  padding-left: 32px;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 90px;
  max-width: 1000px;
  min-height: 100vh;
  font-size: 16px;
  background-color: #fff;
  overflow: hidden;
}
.content--shadow {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.dcCarouselPane,
.dcNaviPane {
  margin: 0;
  padding: 0;
}

/* DigiCare Header Container */
.dcHeader {
  width: 100%;
  min-height: auto;
  color: #fff;
  font-family: "Noto Sans TC", "Chakra Petch", sans-serif, "DM Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans";
  background-color: #351f43;
}
@media screen and (min-width: 767px) {
  .dcHeader {
    height: 82px;
    padding-bottom: 0;
  }
}
.dcHeader__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 44px;
  height: 100%;
}
.dcHeader__logo {
  display: inline;
  padding-left: 0;
  height: auto;
}
@media screen and (min-width: 767px) {
  .dcHeader__logo {
    display: block;
    width: 542px;
    height: 67px;
  }
}
.dcHeader__logo--normal {
  display: none;
  height: auto;
}
@media screen and (min-width: 767px) {
  .dcHeader__logo--normal {
    display: inline;
  }
}
.dcHeader__logo--mobile {
  display: inline;
  height: 30px;
}
@media screen and (min-width: 767px) {
  .dcHeader__logo--mobile {
    display: none;
  }
}
.dcHeader__logo img {
  margin: 0 auto;
  max-width: 60%;
}
@media screen and (min-width: 767px) {
  .dcHeader__logo img {
    margin: inherit;
    max-width: 100%;
  }
}
.dcHeader__btnWrapper {
  text-align: right;
}

.dcHeaderNav {
  display: flex;
  align-items: end;
}

.dcHeaderDropdown__icon {
  font-size: 20px;
}
.dcHeaderDropdown__tab {
  --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');
  display: block;
  margin-left: 8px;
  padding: 10px 40px 24px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 35px 35px 0 0;
  appearance: none;
  background-color: #160723;
}
.dcHeaderDropdown__tab:hover {
  background-color: #e78730;
  text-decoration: none;
}
.dcHeaderDropdown__menu {
  background: #351f43;
  padding: 16px;
  border-radius: 35px;
}
.dcHeaderDropdown__item {
  margin: 8px 0;
  padding: 10px 20px;
  border-radius: 35px;
  color: #ffffff;
}
.dcHeaderDropdown__item:hover {
  background-color: #e78730;
  color: #ffffff;
}
.dcHeaderDropdown__item:visited {
  padding: 10px 20px;
  border-radius: 35px;
  color: #ffffff;
}
.dcHeaderDropdown__notification {
  position: relative;
}
.dcHeaderDropdown__notification::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dcHeaderDropdown__notification--orange::after {
  background-color: #e78730;
}
.dcHeaderDropdown__notification--red::after {
  background-color: #db1221;
}
.dcHeaderDropdown--company .dcHeaderDropdown__tab {
  cursor: pointer;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem top 1.2rem;
  background-size: 16px 12px;
}
.dcHeaderDropdown--user .dcHeaderDropdown__tab {
  padding: 7px 9px 24px;
  border-radius: 25px 25px 0 0;
}
.dcHeaderDropdown--user .dcHeaderDropdown__tab::after {
  margin: 0;
  border: 0;
}
.dcHeaderDropdown .btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* DigiCare Main Navigation*/
.dcMainNavContainer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  width: 1200px;
}

.dcMainNav {
  display: flex;
  align-items: end;
  margin: 0;
  width: 1200px;
  height: 50px;
}
.dcMainNav__item {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  margin-right: 4px;
  padding: 0 21px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: #462c56;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.dcMainNav__item:hover {
  line-height: 50px;
}
.dcMainNav__item--active {
  cursor: default;
  line-height: 50px;
  color: #462c56;
  background-color: #e9e4ed;
}
.dcMainNav__icon {
  padding-right: 8px;
}
.dcMainNav__icon::before {
  font-weight: bold !important;
}

/* DigiCare Main Container Wrapper */
.dcmContainerWrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0 70px;
  border-radius: 35px;
  background-color: #e8e5ea;
}

.dcmContainer {
  width: 1200px;
}

/* DigiCare Page Title */
.dcPageTitle {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.dcPageTitle__iconBox {
  margin-right: 8px;
  padding: 13px;
  width: 65px;
  font-size: 26px;
  color: #ffffff;
  background-color: #e78730;
  border-radius: 20px;
}
.dcPageTitle__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 21px;
  font-size: 26px;
  font-weight: bold;
  color: #462c56;
  background-color: #ffffff;
  border: 1px solid #d3d0d6;
  border-top-left-radius: 20px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 32px;
}

.notificationBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  line-height: 65px;
  border: 1px solid #9d95a4;
  border-radius: 32px;
}
.notificationBar__message {
  color: #ffffff;
}
.notificationBar__link {
  color: #f9ff80;
  text-decoration: underline;
}
.notificationBar__closeBtn {
  cursor: pointer;
  font-size: 32px;
  color: #ffffff;
}
.notificationBar--reminder {
  background-color: #e78730;
}
.notificationBar--warning {
  background-color: #db1221;
}

.fileUploadCard__uploadButton {
  position: absolute;
  right: 20px;
  top: 17px;
}

.card {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid #d3d0d6;
  border-radius: 20px;
}
.card__actionButtons {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 9;
}
.card__title {
  position: relative;
  top: -8px;
  left: 20px;
  display: inline-block;
  padding: 20px 16px;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #d3d0d6;
  border-radius: 10px 10px 34px 34px;
}
.card__paragraph {
  margin: 0 auto;
  padding-bottom: 16px;
  max-width: 950px;
  font-size: 18px;
}
.card__footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}
.card__footer--buttonWrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 8px 20px;
  padding-bottom: 16px;
}
.card__showMore {
  cursor: pointer;
  font-size: 32px;
  color: #e78730;
}
.card--loginBox {
  margin: 0 auto;
  margin-top: 48px;
  width: 450px;
}

.card-header:first-child {
  border-radius: 20px 20px 0 0 !important;
}

.card--loginBox .form-control {
  padding-left: 48px;
  background-color: #fff;
  border-radius: 32px;
  border: 1px solid rgb(211, 208, 214);
}
.card--loginBox .form-control:focus {
  background-color: #fff;
  border: 1px solid rgb(211, 208, 214);
}
.card--loginBox p {
  margin: 0;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.otp-input {
  width: 40px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 6px;
}

.otp-input:focus {
  border-color: #007bff;
  outline: none;
}

#qrcode {
  margin-top: 20px;
}

.summarylist__item {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 32px;
  border-bottom: 1px solid #adb5bd;
}
.summarylist__itemRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 33px;
}
.summarylist__id {
  color: #e78730;
}
.summarylist__date {
  color: #00a14b;
}
.summarylist__date--deleted {
  color: #888888;
  text-decoration: line-through;
}
.summarylist__date--alert {
  color: #db1221;
}

.severityLabel {
  display: flex;
  flex-grow: 1;
  margin-right: 4px;
  padding: 0 8px;
  color: #ffffff;
}
.severityLabel--low {
  background-color: #8d889e;
}
.severityLabel--medium {
  background-color: #2c2375;
}
.severityLabel--high {
  background-color: #8933ca;
}
.severityLabel--critical {
  background-color: #e11bbe;
}

.progressStatusLabel {
  display: flex;
  padding: 0 8px;
  color: #ffffff;
}
.progressStatusLabel--established {
  background-color: #ddd7e5;
}
.progressStatusLabel--inProgress {
  background-color: #db1222;
}
.progressStatusLabel--cancel {
  background-color: #2fa14b;
}

.btn__block {
  padding: 6px 20px;
  width: auto;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .btn__block {
    padding: 12px 32px;
  }
}
.btn__orange {
  color: #fff;
  background-color: #e78730;
}
.btn__white {
  color: #333333;
  background-color: #ffffff;
}
.btn__purple {
  color: #ffffff;
  background-color: #503166;
}
.btn__purple:hover {
  background-color: var(--bs-btn-hover-bg);
}
.btn__lightPurple {
  color: #503166;
  background-color: #d2c7dd;
}
.btn__lightPurple:hover {
  background-color: var(--bs-btn-hover-bg);
}
.btn__lightPurple--active {
  color: #ffffff;
  background-color: #503166;
}
.btn__lightPurple--active:hover {
  cursor: default !important;
  color: #ffffff;
  background-color: #503166;
}
.btn__lightPurple--bullet {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 8px;
  font-weight: bold;
  line-height: 40px;
  background-color: #d2c7dd;
  border: 1px solid #c6c0cc;
  border-radius: 20px 10px 10px 20px;
}
.btn__lightPurple--bullet i {
  padding-left: 16px;
  font-size: 22px;
  font-weight: bold;
}

.qrcodeWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.form-group {
  position: relative;
}
.form-group i.bi {
  position: absolute;
  left: 16px;
  bottom: 7px;
  font-size: 24px;
}

.form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  height: inherit;
  margin: 0;
  padding: 11px;
  color: var(--van-field-input-text-color);
  font-size: 1rem;
  font-weight: bold;
  background-color: #f4f4f4;
  resize: none;
  user-select: auto;
  border: var(--bs-border-width) solid #f4f4f4;
  border-radius: 0.375rem;
  line-height: 1.5;
  background-clip: padding-box;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  background-color: #f4f4f4;
  border: var(--bs-border-width) solid #f4f4f4;
  outline: 0;
  box-shadow: none;
}

.form-select {
  --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-left: 24px;
  background-color: #fff;
  border-radius: 32px;
  border: 1px solid rgb(211, 208, 214);
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgb(211, 208, 214);
}

/*
  ================================
  Search Bar
  ================================
*/
.mainFunctionBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.mainFunctionBar__button {
  padding-left: 32px;
  padding-right: 8px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background-color: #d2c7dd;
  border: 1px solid #c6c0cc;
}
.mainFunctionBar__button--bullet {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px 10px 10px 20px;
}
.mainFunctionBar__button i {
  padding-left: 16px;
  font-size: 22px;
  font-weight: bold;
}
.mainFunctionBar__section {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 8px;
}
.mainFunctionBar__input {
  position: relative;
  width: 100%;
}
.mainFunctionBar__input--underline:after {
  content: "";
  position: absolute;
  --bg-opacity: 1;
  background-color: #c1c1c1;
  background-color: rgba(193, 193, 193, var(--bg-opacity));
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: 98%;
  height: 1px;
  z-index: 18;
}
.mainFunctionBar .filter__input {
  padding: 8px 12px;
  padding-left: 48px;
  width: 100%;
  min-height: 40px;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px 20px 20px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.mainFunctionBar .filter__input:focus {
  box-shadow: none;
}
.mainFunctionBar .filter__input:focus {
  background-color: #ffffff !important;
}
.mainFunctionBar .filter__icon {
  position: absolute;
  top: 6px;
  left: 14px;
  font-size: 20px;
  color: #6f6f6f;
}
.mainFunctionBar .filter__innerButton {
  position: absolute;
  right: 50px;
  top: 14px;
  border-bottom: 1px solid #ddd;
}
.mainFunctionBar .filter__innerButton .crossButton {
  position: absolute;
  top: 1px;
  left: -4px;
}
.mainFunctionBar .filter__calendar {
  position: absolute;
  left: 50px;
  top: 1px;
}
.mainFunctionBar .filter__range {
  width: 200px;
  text-align: center;
  border: 0;
}

.tableWrapper {
  padding-bottom: 32px;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: center;
}

table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer,
table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none !important;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-bottom: 4px solid #e8e5ea !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 4px solid #e8e5ea !important;
}

div.dt-container div.dt-layout-row {
  margin: 0 !important;
}

.dt-layout-row:last-child {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}

.dcTable th, .dcTable td {
  border-bottom: 4px solid #e8e5ea;
}
.dcTable th {
  text-align: center !important;
  font-size: 16px;
  background-color: #ffffff;
}
.dcTable th:first-child {
  border-radius: 20px 0 0 0;
}
.dcTable th:last-child {
  border-radius: 0 20px 0 0;
}
.dcTable td {
  font-size: 14px;
  background-color: #ffffff;
}

.dt-container .dt-info {
  padding-left: 64px;
  font-size: 12px;
}
.dt-container .dt-paging {
  padding: 8px 32px;
  font-size: 12px;
}

div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.last {
  color: #e78730 !important;
}

div.dt-container .dt-paging .dt-paging-button.first:hover,
div.dt-container .dt-paging .dt-paging-button.previous:hover,
div.dt-container .dt-paging .dt-paging-button.next:hover,
div.dt-container .dt-paging .dt-paging-button.last:hover {
  color: #ffffff !important;
  border: 1px solid #c35d00 !important;
  background: #e78730 !important;
}

div.dt-container .dt-paging .dt-paging-button.first.disabled,
div.dt-container .dt-paging .dt-paging-button.previous.disabled,
div.dt-container .dt-paging .dt-paging-button.next.disabled,
div.dt-container .dt-paging .dt-paging-button.last.disabled {
  color: rgba(0, 0, 0, 0.5) !important;
}

.detailsCommentContainer {
  background-color: #160723;
}

.comment__input {
  position: relative;
  margin-bottom: 16px;
  margin-top: 8px;
}
.comment__input .form-control {
  padding-right: 80px;
  font-size: 16px;
  line-height: 32px;
  height: inherit;
  background-color: #ffffff;
  border: 1px solid #adb5bd;
  border-radius: 25px;
}
.comment__sendBtn {
  position: absolute;
  top: 2px;
  right: 6px;
  padding: 14px;
  font-size: 16px;
  cursor: pointer;
}
.comment__list {
  margin: 0;
  max-height: 640px;
  overflow: auto;
}
.comment__itemRow {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 8px 16px 32px;
  border-bottom: 1px solid #adb5bd;
  border-radius: 20px;
}
.comment__itemRow--assignee {
  background-color: #f7e5d6;
}
.comment__itemRow--client {
  background-color: #ece5f4;
}
.comment__author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 33px;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
}
.comment__author__name {
  color: #3f2f4a;
  margin-right: 8px;
}
.comment__author__date {
  color: #888888;
  font-size: 11px;
}
.comment__icon--assignee {
  color: #e78730;
}
.comment__icon--client {
  color: #503166;
}
.comment__text {
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 16px;
  color: #333333;
}

/* 案件資料 */
/* Static From Data Display */
.fieldDisplay {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  padding: 4px 0;
  padding-bottom: 16px;
  line-height: 32px;
}
.fieldDisplay__label {
  margin: 0;
  width: 180px;
  color: #462c56;
  font-weight: bold;
}
.fieldDisplay__data {
  flex: 1 1 0%;
  padding-left: 8px;
}

.jodit h1,
.htmlContent h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.jodit ol,
.htmlContent ol {
  margin-left: 20px;
  list-style: decimal;
}
.jodit ul,
.htmlContent ul {
  margin-left: 20px;
  list-style: disc;
}
.jodit table td,
.jodit table th,
.htmlContent table td,
.htmlContent table th {
  padding: 2px 5px;
  border-collapse: collapse;
}

.item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.item__icon {
  margin-right: 16px;
  font-size: 20px;
}
.item__label {
  min-width: 150px;
  font-weight: bold;
  color: #462c56;
  display: flex;
  align-items: center;
}
.item__text {
  flex: 1;
  color: #333333;
}
.item .form-control {
  width: 40%;
  font-size: 16px;
  line-height: 32px;
  height: inherit;
  background-color: #ffffff;
  border: 1px solid #adb5bd;
  border-radius: 25px;
}

/* 檔案附件 */
.attachmentScroll {
  max-height: 305px;
  min-height: 305px;
  overflow-y: auto;
}

.attachment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 8px 0;
}
.attachment__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.attachment__name {
  font-weight: bold;
  cursor: pointer;
}
.attachment__uploadInfo {
  font-size: 14px;
}
.attachment__info {
  margin-left: 16px;
}

/* 表單標題 */
.formLable {
  color: #351f43;
  font-size: 18px;
  font-weight: bold;
}
.formLable__icon {
  margin-right: 12px;
}

/* 上傳檔案區域 */
.dcUploadArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 36px 24px;
  min-height: 150px;
  font-size: 16px;
  color: #999999;
  border: 2px dashed #cccccc;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.dcUploadArea:hover, .dcUploadArea.hover {
  background-color: #e8e5ea;
  border-color: #351f43;
}
.dcUploadArea__fileInput {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* 上傳預覽 */
.dcUploadPreview__img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  border-radius: 8px;
}
.dcUploadPreview__file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  margin: 12px 0;
  padding: 8px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
.dcUploadPreview__removeBtn {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #ff4d4f;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
