@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #041511;
  color: #06b2ab;
}
html #scale-area,
body #scale-area {
  width: 1920px;
  height: 1080px;
  transform-origin: 0px 0px;
  background-image: url("../images/bg.jpg");
  padding: 15px;
}
html #scale-area .first-row,
body #scale-area .first-row {
  height: 300px;
  width: 100%;
}
html #scale-area .second-row,
body #scale-area .second-row {
  padding: 0px;
  display: flex;
}
html #scale-area .second-row .second-row-mid, html #scale-area .second-row .second-row-right, html #scale-area .second-row .second-row-left,
body #scale-area .second-row .second-row-mid,
body #scale-area .second-row .second-row-right,
body #scale-area .second-row .second-row-left {
  height: 780px;
  display: inline-block;
  margin: 0px 0px 0px 0px !important;
  width: 36%;
}
html #scale-area .second-row .second-row-left,
body #scale-area .second-row .second-row-left {
  width: 28% !important;
  padding: 10px;
}
html #scale-area .second-row .second-row-left .border,
body #scale-area .second-row .second-row-left .border {
  height: 100%;
  padding: 50px 20px;
}

.chart-container {
  position: relative;
}

#center-image {
  transform: rotate(0deg);
  transition: transform 10s linear;
  z-index: 1;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: fixed;
  bottom: 280px;
  left: 156px;
}

.day-title-font {
  font-size: 40px;
  font-weight: 900;
}

.day-time-font {
  font-size: 28px;
  font-weight: 700;
}

.day-title-font {
  font-size: 40px;
  font-weight: 900;
}

.title-font {
  font-size: 26px;
  font-weight: 900;
}

.title-sec-font {
  font-size: 22px;
  font-weight: 700;
}

#fullscreenDiv {
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#toggleElution {
  margin-top: 10px;
  width: 600px;
}

#main-image {
  position: fixed;
  width: 520px;
  top: 62px;
  left: 683px;
  opacity: 0.75;
}

.info-box .title {
  font-size: 30px;
  font-weight: 900;
  border: 1px solid rgb(5, 122, 116);
  border-right-width: 0px;
  padding: 10px 10px;
}

.info-box .value {
  font-size: 30px;
  font-weight: 600;
  border: 1px solid rgb(5, 122, 116);
  padding: 10px 10px;
}

.info-box .title, .info-box .value {
  background-color: rgba(84, 108, 168, 0.25);
  letter-spacing: 1px;
}

.border-pj {
  border: 1px solid #057a74;
  border-bottom-width: 0px;
  border-radius: 3px;
  position: relative;
  background-color: rgba(84, 108, 168, 0.25);
}

.border-pj:before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: linear-gradient(to right, rgb(5, 122, 116), rgba(230, 230, 230, 0.5), rgb(5, 122, 116));
}

.border-pj:after {
  width: 100px;
  height: 100px;
  border-top: 13px solid transparent; /* 上邊透明 */
  border-left: 13px solid #138989; /* 左邊有顏色 */
  position: absolute;
  border-radius: 3px;
  left: -2px;
  right: 0;
  margin: auto;
  bottom: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0);
}

.vcd-table-open-switch, .titer-table-open-switch {
  cursor: pointer;
}

.progress-bar {
  width: 100%;
  background-color: rgb(62, 19, 19); /* 底色 */
  overflow: visible;
  position: relative;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  width: 100%; /* 初始進度 */
  background-color: rgb(67, 196, 63); /* 進度顏色 */
  text-align: center;
  line-height: 30px; /* 垂直置中 */
  color: white;
  transition: background-color 1s; /* 動畫效果 */
}

.progress-bar.warning {
  background-color: rgba(255, 0, 0, 0.85); /* 底色 */
}

.progress-bar.warning .progress-bar-fill {
  background-color: rgb(45, 70, 44);
}

.report-index {
  width: 2px;
  height: 100%;
  background-color: #a4e6eb;
  position: absolute;
  left: -2%;
  transition: left 1s;
  z-index: 2;
  display: none;
}

.report-index::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a4e6eb;
  top: -10px;
  transform: translateX(-50%);
  z-index: 9999;
}

.progress-bar-value {
  text-align: right;
  white-space: nowrap;
}

.progress-bar-value span {
  color: #76a044;
  font-size: 16px;
  display: inline-block;
  width: 75px;
  text-align: left;
}

.amino-acids {
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 70px;
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 2s ease;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: hidden;
}

.modal-content {
  background-color: #03140e;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid rgb(5, 122, 116);
  width: 1000px;
  max-width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.5s;
  position: relative;
  padding: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 20px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.table th {
  font-weight: 900;
  width: 50%;
}

.table th, .table td {
  background-color: rgba(0, 0, 0, 0);
  color: #06b2ab;
  font-size: 22px;
}

.table-content {
  overflow-y: auto;
}

/* 自定義 tooltip 樣式 */
.tooltip-inner {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.85) !important;
  padding: 5px 8px;
}

.tooltip-arrow::before {
  /*background-color: rgba(0, 0, 0, 0.8) !important;*/
}

#biologics {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  position: fixed;
  left: 30px;
  top: 150px;
  letter-spacing: 4px;
}

#Raman-in-line-monitoring {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: fixed;
  left: 30px;
  top: 227px;
  letter-spacing: 0px;
}

/*# sourceMappingURL=index.css.map */
