@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
body {
  /*主要字型設置  難字EUDC*/
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", EUDC, sans-serif !important;
}

/* btn primary*/
.btn-svs-primary {
  color: #fff;
  background-color: #460582;
  border-color: #460582;
}

.btn-svs-primary:hover {
  color: #fff;
  background-color: #7f53cf;
  border-color: #7f53cf;
}

.btn-svs-primary:focus,
.btn-svs-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 5, 130, 0.5);
}

.btn-svs-primary.disabled,
.btn-svs-primary:disabled {
  color: #fff;
  background-color: #460582;
  border-color: #460582;
}

.btn-svs-primary:not(:disabled):not(.disabled):active,
.btn-svs-primary:not(:disabled):not(.disabled).active,
.show > .btn-svs-primary.dropdown-toggle {
  color: #fff;
  background-color: #460582;
  border-color: #f8f2fe;
}

.btn-svs-primary:not(:disabled):not(.disabled):active:focus,
.btn-svs-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-svs-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 5, 130, 0.5);
}

/* btn secondary*/
.btn-svs-secondary {
  color: #fff;
  background-color: #47bec4;
  border-color: #47bec4;
}

.btn-svs-secondary:hover {
  color: #fff;
  background-color: #379eb3;
  border-color: #379eb3;
}

.btn-svs-secondary:focus,
.btn-svs-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 158, 179, 0.5);
}

.btn-svs-secondary.disabled,
.btn-svs-secondary:disabled {
  color: #fff;
  background-color: #5ad2c8;
  border-color: #5ad2c8;
}

.btn-svs-secondary:not(:disabled):not(.disabled):active,
.btn-svs-secondary:not(:disabled):not(.disabled).active,
.show > .btn-svs-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5ad2c8;
  border-color: #379eb3;
}

.btn-svs-secondary:not(:disabled):not(.disabled):active:focus,
.btn-svs-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-svs-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 158, 179, 0.5);
}

/* btn tertiary*/
.btn-svs-tertiary {
  color: #fff;
  background-color: #ffb446;
  border-color: #ffb446;
}

.btn-svs-tertiary:hover {
  color: #fff;
  background-color: #ffa31d;
  border-color: #ffa31d;
}

.btn-svs-tertiary:focus,
.btn-svs-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 29, 0.5);
}

.btn-svs-tertiary.disabled,
.btn-svs-tertiary:disabled {
  color: #fff;
  background-color: #ffb446;
  border-color: #ffb446;
}

.btn-svs-tertiary:not(:disabled):not(.disabled):active,
.btn-svs-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-svs-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #ffb446;
  border-color: #ffa31d;
}

.btn-svs-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-svs-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-svs-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 29, 0.5);
}

.btn-outline-svsSecondary {
  color: #379eb3;
  background-color: transparent;
  background-image: none;
  border-color: #5ad2c8;
}

.btn-outline-svsSecondary:hover {
  color: #fff;
  background-color: #379eb3;
  border-color: #379eb3;
}

.btn-outline-svsSecondary:focus,
.btn-outline-svsSecondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 210, 200, 0.8);
}

.btn-outline-svsSecondary.disabled,
.btn-outline-svsSecondary:disabled {
  color: #5ad2c8;
  background-color: transparent;
}

.btn-outline-svsSecondary:not(:disabled):not(.disabled):active,
.btn-outline-svsSecondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-svsSecondary.dropdown-toggle {
  color: #fff;
  background-color: #5ad2c8;
  border-color: #5ad2c8;
}

.btn-outline-svsSecondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-svsSecondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-svsSecondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 210, 200, 0.5);
}

.text-secondary {
  color: #17a2b8 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #117a8b !important;
}

.btn-svs-link {
  font-weight: 400;
  color: #460582;
  background-color: transparent;
}

.btn-svs-link:hover {
  color: #360068;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-svs-link:focus,
.btn-svs-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-svs-link:disabled,
.btn-svs-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* bg primary */
.bg-svs-primary {
  background-color: #460582 !important;
}

.bg-svs-primaryGradient {
  background: linear-gradient(90deg, #460582 0%, #7f53cf 100%) !important;
}

a.bg-svs-primary:hover,
a.bg-svs-primary:focus,
button.bg-svs-primary:hover,
button.bg-svs-primary:focus {
  background-color: #360068 !important;
}

.svs-bg-light {
  background-color: #f5f7ff !important;
}

/* text primary style*/
.text-svs-primary {
  color: #460582 !important;
}

.text-svs-primary-dark {
  color: #360068 !important;
}

a.text-svs-primary:hover,
a.text-svs-primary:focus {
  color: #360068 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #868d96;
}

/* cus-shadow */
.cus-shadow {
  box-shadow: 0 0.5rem 1rem rgba(248, 242, 254, 0.3) !important;
}

.cus-shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(70, 5, 130, 0.1) !important;
}

.cus-shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(248, 242, 254, 0.5) !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #460582;
  border-color: #460582;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #460582;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* scroll style */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #c7c6c6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #6c757d;
  padding: 8px;
}

footer > .copyright-wrap > a {
  text-align: center;
  font-size: 12px;
  color: #6c757d;
}

/* 清除與覆蓋nav的樣式 */
.cus-nav-padding {
  padding: 0px 16px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #360068 !important;
}

/* 控制icon與文字對齊 */
.item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_icon {
  width: 20px;
  display: inline-block;
}

/* navlogo */
.mainLogo {
  width: 120px;
  display: block;
}

.userInfo {
  border-bottom: 1px solid #f5f7ff;
  padding: 0px 12px 8px;
}

.userInfo .userInfo-item {
  font-size: 14px;
  color: #6c757d;
}

@media screen and (max-width: 768px) {
  .header-wrapper .navbar-nav-row {
    flex-direction: row;
  }
  .navbar-nav-row .dropdown-menu {
    position: absolute;
  }
}

.b-a,
.bar:after,
.bar:before,
.bar {
  transition: all 0.25s;
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 30px;
  background-color: #460582;
}

.menu-collapsed {
  transition: all 0.25s;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.bar {
  position: absolute;
  left: 3px;
  top: 16px;
}

.bar:before {
  top: -8px;
}

.bar:after {
  top: 8px;
}

.b-a-expanded,
.menu-expanded .bar:after,
.menu-expanded .bar:before {
  transition: all 0.25s;
  top: 0px;
}

.menu-expanded .bar {
  background-color: transparent;
  transition: all 0.25s;
}

.menu-expanded .bar:before {
  transform: rotate(45deg);
}

.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  color: #868d96;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.optionStatus-outer {
  display: inline-block;
  background: #eff2ff;
  padding: 0 8px 8px 8px;
  border-radius: 4px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b0b6ba;
  border-radius: 3px;
  background-color: #f8f9fa;
}

input[type="checkbox"]:active {
  background-color: #ddd;
}

input[type="checkbox"]:checked {
  background-image: url("../../icons/svg/done_white.svg");
  background-size: contain;
  background-color: #460582;
  border: 1px solid #460582;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url("./../../icons/vertical.png");
  cursor: ew-resize;
}

.divider-vertical {
  position: relative;
  display: inline-block;
  height: 0.9em;
  margin: 4px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 940px) {
  .bootgrid-header .search,
  .bootgrid-footer .search {
    width: 100%;
    margin-bottom: 8px;
  }
}

.deleteImg {
  width: 120px;
  height: 120px;
  border: 2px solid #dc3545;
  margin: 24px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svgicon_Size {
  width: 20px;
  margin-right: 4px;
}

.svgPath_color {
  width: 20px;
  margin-top: 4px;
  fill: #360068;
}

.phraseBtn:hover .svgPath_color {
  fill: #460582;
}

.dataBtn:hover .svgPath_color {
  fill: #460582;
}

/* 歡迎區塊 */
.welcome-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.welcomeArea {
  border-radius: 16px;
  background: url("../../icons/svg/welcomeArea.png") no-repeat;
  background-size: cover;
  height: 106px;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 16px;
}

.welcomeArea::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../../icons/svg/dotPath.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0px;
}

.welcomeArea::before {
  content: "";
  width: 164px;
  height: 92px;
  display: inline-block;
  background: url("../../icons/svg/hello_img.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 2;
}

.welcomeArea .welcomeArea-text {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #fff;
  text-shadow: rgba(70, 5, 130, 0.3) 0px 5px 15px;
  padding: 40px 44px;
}

.welcomeArea .typing {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #460582;
  width: 47px;
  position: absolute;
  top: 31px;
  right: 87px;
  z-index: 3;
  line-height: 16px;
}

/* 歡迎區塊hello動態 */
.text-typing {
  overflow: hidden;
  white-space: nowrap;
  width: 7.5em;
  animation: type 2s steps(8), blink 1s linear infinite;
  -webkit-animation: type 2s steps(8), blink 1s linear infinite;
  margin: 0;
  padding: 0;
  border-right: 1px solid #6c757d;
}

@keyframes type {
  from {
    width: 0;
  }
}

@keyframes blink {
  0%,
  100% {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}

@media screen and (max-width: 630px) {
  .welcomeArea::before {
    display: none;
  }
  .welcomeArea .typing {
    display: none;
  }
  .welcomeArea .welcomeArea-text {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 30px 20px;
  }
}

#addNewTemp:hover,
#manageTemp:hover,
#addSignDoc:hover,
#docManage:hover,
#addSignImage:hover,
#openSVSfile:hover {
  box-shadow: 0 5px 15px rgba(70, 5, 130, 0.2) !important;
}

.data-total-info .data-total-info-block:nth-child(1) .card-body {
  background-color: #7f53cf;
}

.data-total-info .data-total-info-block:nth-child(2) .card-body {
  background-color: #460582;
}

.data-total-info .data-total-info-block:nth-child(3) .card-body {
  background-color: #ffb446;
}

.data-total-info .data-total-info-block:nth-child(4) .card-body {
  background-color: #5ad2c8;
}

.data-total-info .usage-total-info-block:nth-child(1) .card-body {
  background-color: #460582;
}

.data-total-info .usage-total-info-block:nth-child(2) .card-body {
  background-color: #ffb446;
}

.data-total-info .usage-total-info-block:nth-child(3) .card-body {
  background-color: #5ad2c8;
}

.data-total-info .usage-total-info-block:nth-child(4) .card-body {
  background-color: #7f53cf;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

#userAccount {
  width: 100%;
  min-width: 280px;
}

#userAccount.dropdown-menu {
  left: -100px;
}
/*# sourceMappingURL=customBase.css.map */