@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
html, body {
  height: 100%; }

body {
  color: #0F2540;
  font-family: "PingFang TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  background-color: #EFEFF4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #0C5CA1; }
  a:hover {
    color: #084172; }

.small, small {
  font-size: 0.875rem; }

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0; }
  button:focus {
    outline: 0; }
  button:not(:disabled):not(.disabled) {
    cursor: pointer; }

[role="button"] {
  cursor: pointer; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: rgba(168, 168, 178, 0.2);
  border-width: 2px; }

[v-cloak] {
  display: none; }

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: #D3E1EE !important; }

.container {
  max-width: 1200px; }

@media (max-width: 499px) {
  body.container {
    padding-left: 0;
    padding-right: 0; } }

.text-primary {
  color: #0C5CA1 !important; }

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

.text-success {
  color: #129B7B !important; }

.text-danger {
  color: #CC3A3F !important; }

.text-warning {
  color: #F87413 !important; }

.text-info {
  color: #CC3A3F !important; }

.text-muted {
  color: #6E7C8B !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500; }

h1, .h1 {
  font-size: 2.25rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.575rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 1.35rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 1.0125rem; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 1.125rem; } }

.alert-overlay {
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1010;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.66); }

.badge-primary {
  color: #fff;
  background-color: #0C5CA1; }

.badge-primary-light {
  color: #0C5CA1;
  background-color: rgba(12, 92, 161, 0.2); }

.badge-danger {
  color: #fff;
  background-color: #CC3A3F; }

.badge-danger-light {
  color: #CC3A3F;
  background-color: rgba(204, 58, 63, 0.2); }

.badge-info {
  color: #fff;
  background-color: #00AFC9; }

.badge-info-light {
  color: #00AFC9;
  background-color: rgba(0, 175, 201, 0.2); }

.badge-light {
  color: #0F2540;
  background-color: #f2f4f6; }

.badge-light-light {
  color: #f2f4f6;
  background-color: rgba(242, 244, 246, 0.2); }

.badge-success {
  color: #fff;
  background-color: #129B7B; }

.badge-success-light {
  color: #129B7B;
  background-color: rgba(18, 155, 123, 0.2); }

.badge {
  position: relative; }

.badge-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .4em .6em .45em .5em;
  font-size: 0.875rem;
  font-weight: normal; }
  .badge-tag:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    background-color: currentColor;
    opacity: 0.2;
    border-radius: .25rem; }
  .badge-tag span {
    margin-left: 0.3rem;
    color: #0F2540; }
  .badge-tag button {
    position: relative;
    vertical-align: middle; }
  .badge-tag .material-icons-outlined {
    font-size: 16px;
    vertical-align: middle; }

.badge-status {
  padding: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  border-radius: 0.125rem; }
  .badge-status .material-icons-outlined {
    top: 2px !important;
    font-size: 1em; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.375rem; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0; }
  .btn .material-icons-outlined {
    margin-right: 0.25rem; }

.btn-lg {
  font-size: 1.125rem; }
  .btn-lg .material-icons-outlined {
    position: relative;
    top: 1px;
    margin-right: 0.375rem; }

.btn-primary {
  color: #fff !important;
  border: 1px solid #0C5CA1;
  background-color: #0C5CA1; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #09467b;
    background-color: #09467b; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #0C5CA1;
    background-color: #0C5CA1; }

.btn-primary-light {
  color: #0F2540 !important;
  border: 1px solid #D3E1EE;
  background-color: #D3E1EE; }
  .btn-primary-light:focus, .btn-primary-light:hover, .btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active {
    color: #0F2540;
    border-color: #b6cde3;
    background-color: #b6cde3; }
  .btn-primary-light.disabled, .btn-primary-light:disabled {
    border: 1px solid #D3E1EE;
    background-color: #D3E1EE; }

.btn-danger {
  color: #fff !important;
  border: 1px solid #0C5CA1;
  background-color: #0C5CA1; }
  .btn-danger:focus, .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #09467b;
    background-color: #09467b; }
  .btn-danger.disabled, .btn-danger:disabled {
    border: 1px solid #0C5CA1;
    background-color: #0C5CA1; }

.btn-warning {
  color: #fff !important;
  border: 1px solid #F87413;
  background-color: #F87413; }
  .btn-warning:focus, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #dc6107;
    background-color: #dc6107; }
  .btn-warning.disabled, .btn-warning:disabled {
    border: 1px solid #F87413;
    background-color: #F87413; }

.btn-light {
  color: #0F2540 !important;
  border: 1px solid rgba(168, 168, 178, 0.2);
  background-color: rgba(168, 168, 178, 0.2); }
  .btn-light:focus, .btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #0F2540;
    border-color: rgba(146, 146, 159, 0.2);
    background-color: rgba(146, 146, 159, 0.2); }
  .btn-light.disabled, .btn-light:disabled {
    border: 1px solid rgba(168, 168, 178, 0.2);
    background-color: rgba(168, 168, 178, 0.2); }

.btn-default {
  color: #6E7C8B; }
  .btn-default:hover {
    color: #57636f; }

.btn-outline-primary {
  color: #0C5CA1;
  border-color: #0C5CA1;
  background-color: #fff; }
  .btn-outline-primary:hover {
    border-color: #0C5CA1;
    background-color: #0C5CA1; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #084172;
    background-color: #084172; }

.btn-outline-dark {
  color: #0F2540;
  border-color: #0F2540;
  background-color: #fff; }
  .btn-outline-dark:hover {
    color: #0F2540;
    border-color: #0F2540;
    background-color: #f2f4f6 !important; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #0F2540;
    border-color: #050d17;
    background-color: #d4dae1; }

.card {
  margin-bottom: 0.75rem;
  border: 0;
  border-radius: 0.375rem; }
  .card.is-select {
    border: 2px solid #0C5CA1; }

.custom-select {
  border: 1px solid #A8A8B2;
  border-radius: 0.375rem; }
  .custom-select:focus {
    border: 1px solid #707070;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .custom-select.error {
    border: 1px solid #CC3A3F; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0C5CA1;
  background-color: #0C5CA1; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #0C5CA1;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(12, 92, 161, 0.5); }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(12, 92, 161, 0.1);
  border-color: rgba(12, 92, 161, 0.1); }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    width: 1.125rem;
    height: 1.125rem;
    top: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.625rem; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0C5CA1;
  background-color: #0C5CA1; }

.custom-switch {
  padding-left: 2.6875rem; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #129B7B;
    background-color: #129B7B; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem); }
  .custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(18, 155, 123, 0.5); }
  .custom-switch .custom-control-label:before {
    left: -2.6875rem;
    width: 2.3125rem;
    border-radius: 50rem; }
  .custom-switch .custom-control-label:after {
    top: calc(.12rem + 3px);
    left: calc(-2.15rem - 5px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px); }
  .custom-switch.--no-text {
    margin-right: -6px; }

.custom-tag {
  width: 100%;
  padding: 0.375rem 1rem; }
  .custom-tag .custom-control-label {
    display: block;
    margin: -0.375rem -1rem;
    padding: 0.375rem 1rem; }
    .custom-tag .custom-control-label:before, .custom-tag .custom-control-label:after {
      display: none; }

.dropdown-menu {
  padding: 0.5rem 0.75rem;
  border: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }

.dropdown-item {
  padding: 0.375rem 1rem;
  color: #0F2540;
  border-radius: 0.375rem; }
  .dropdown-item:first-child {
    border-radius: 0.375rem; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #0F2540;
    background-color: transparent; }
  .dropdown-item:active, .dropdown-item.active {
    color: #0F2540; }
  .dropdown-item .badge {
    position: relative;
    top: -1px; }
  .dropdown-item .custom-control-label {
    width: 100%; }

a.dropdown-item:hover, button.dropdown-item:hover {
  color: #0F2540;
  background-color: #f2f4f6;
  cursor: pointer; }

a.dropdown-item:active, a.dropdown-item.active, button.dropdown-item:active, button.dropdown-item.active {
  color: #0F2540;
  background-color: #D3E1EE; }

.dropdown-item-text {
  padding: 0.375rem 1rem;
  color: #0F2540; }

.form-group {
  position: relative; }
  @media (min-width: 768px) {
    .form-group {
      margin-bottom: 1.5rem; } }
  .form-group label span {
    margin-left: 0.25rem;
    color: #CC3A3F; }

.form-control {
  border: 1px solid #A8A8B2;
  border-radius: 0.375rem; }
  .form-control:focus {
    border: 1px solid #707070;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff !important;
  cursor: default; }
  .form-control-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057; }

input.error,
textarea.error {
  border: 1px solid #CC3A3F; }
  input.error:focus,
  textarea.error:focus {
    border: 1px solid #CC3A3F; }

label.error,
.error.help-block {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-style: normal;
  color: #CC3A3F; }

.modal .close {
  font-size: 1.75rem; }

.modal-content {
  border: 0;
  border-radius: 0.375rem;
  background-clip: border-box; }

.modal-header, .modal-body, .modal-footer {
  padding: 1.5rem; }

.modal-header {
  padding-bottom: 0;
  border-bottom: 0; }

.modal-footer {
  padding-top: 0;
  border-top: 0; }

.modal-xl {
  max-width: 1170px; }

.nav-link.active {
  color: #6E7C8B; }

.nav-tabs {
  border: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden; }
  .nav-tabs:not(.sticky-top), .nav-tabs:not(.fixed-top) {
    position: relative; }
  .nav-tabs:before {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    border-bottom: 1px solid #707070; }
  .nav-tabs .nav-item {
    margin-right: 1rem; }
  .nav-tabs .nav-link {
    position: relative;
    color: #6E7C8B;
    border: 0;
    white-space: nowrap;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: #0F2540; }
    .nav-tabs .nav-link.active {
      color: #0C5CA1; }
      .nav-tabs .nav-link.active:before {
        right: 0;
        bottom: 1px;
        left: 0;
        position: absolute;
        z-index: 1;
        display: block;
        content: "";
        border-bottom: 2px solid #0C5CA1; }

[aria-label="Pagination Navigation"] {
  margin-top: 1.4rem; }

[class="relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 rounded-md hover:text-gray-500 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150"] {
  display: none; }

[class="relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5 rounded-md"] {
  display: none; }

[class="relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5 rounded-md"] {
  display: none; }

[class="relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 rounded-md hover:text-gray-500 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150"] {
  display: none; }

p.text-sm.text-gray-700.leading-5 {
  display: none; }

.relative.z-0.inline-flex.shadow-sm.rounded-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

[aria-current="page"] > span {
  display: block; }

[aria-label="pagination.previous"],
[aria-label="pagination.next"] {
  display: none; }

.table-resp {
  margin-bottom: 1rem;
  padding: 0;
  border-top: 1px solid #D3E1EE; }
  .table-resp [class*="col-"] {
    position: static;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .table-resp li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: .125rem 0;
    border-bottom: 1px solid #D3E1EE; }
    @media (min-width: 576px) {
      .table-resp li {
        padding: .25rem 0; } }
  .table-resp .header {
    display: none; }
    @media (min-width: 576px) {
      .table-resp .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .table-resp .header [class*="col-"] {
      white-space: nowrap; }
  @media (max-width: 575px) {
    .table-resp .detail [class*="col-"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .table-resp .detail span {
    text-align: right; }
    @media (min-width: 768px) {
      .table-resp .detail span {
        text-align: left; } }
  .table-resp .label {
    color: #A8A8B2;
    white-space: nowrap; }
    @media (min-width: 576px) {
      .table-resp .label {
        display: none; } }

.table-card {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-spacing: 0 0.625rem;
  border-collapse: separate; }
  .table-card th, .table-card td {
    font-weight: normal;
    padding: .75rem; }
    .table-card th:first-child, .table-card td:first-child {
      padding-left: 1rem;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }
    .table-card th:last-child, .table-card td:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
  .table-card thead tr {
    background-color: #D3E1EE; }
  .table-card thead th {
    white-space: nowrap; }
  .table-card tbody tr {
    background-color: #fff; }
  .table-card tbody td > a, .table-card tbody td > button {
    display: inline-block;
    padding: 0 0.25rem;
    color: #0C5CA1;
    vertical-align: top; }
  .table-card tbody td .material-icons-outlined {
    position: relative;
    top: 1px; }
  .table-card tbody td .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25rem 0.375rem; }
  .table-card tbody td .flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .table-card tbody td .flag .material-icons {
      position: relative;
      top: -2px;
      margin-right: 0.125rem;
      color: #F9AF4C; }

.table-card-hover tbody tr:hover {
  background-color: #EDF3FA; }

.table-card-hover tbody tr.is-select {
  background-color: #EBF7FF; }

.table-card-hover tbody tr.is-disabled {
  background-color: rgba(255, 255, 255, 0.5); }
  .table-card-hover tbody tr.is-disabled td {
    color: rgba(15, 37, 64, 0.5); }
    .table-card-hover tbody tr.is-disabled td a:not(.dropdown-item), .table-card-hover tbody tr.is-disabled td button, .table-card-hover tbody tr.is-disabled td .custom-control {
      opacity: 0.5; }

.tooltip .arrow {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.main {
  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: 1;
  flex: 1;
  padding: 1.75rem 0 3.5rem; }
  @media (min-width: 992px) {
    .main {
      padding: 2rem 0 4rem; } }
  .main > .section {
    padding-top: 0; }

.section {
  position: relative;
  padding: 1.5rem 0; }
  .section__title {
    margin-bottom: 1.5rem;
    padding-bottom: 0.375rem;
    border-bottom: 4px solid #A8A8B2; }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }

.section-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }
  .section-empty .container {
    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: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.block {
  margin-bottom: 1.5rem; }
  .block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem; }
  .block__title {
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1; }

.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .navbar {
      padding: 0.782rem 1.5rem; } }
  .navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem; }
    .navbar .navbar-brand img {
      position: relative;
      margin-right: 0.45rem; }
    .navbar .navbar-brand span, .navbar .navbar-brand svg {
      margin: 0 0.25rem; }
    .navbar .navbar-brand .line {
      position: relative;
      top: 1px; }
    .navbar .navbar-brand .material-icons-outlined {
      font-size: 26px; }
    .navbar .navbar-brand .text {
      margin-left: 0.125rem; }
    .navbar .navbar-brand:hover path {
      fill: #09467b; }
  .navbar .navbar-toggler {
    padding: .25rem .375rem;
    border: 0;
    color: #000; }
  .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar .navbar-nav > .nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-toggler) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #0C5CA1; }
        .navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-toggler) .material-icons-outlined {
          margin: auto;
          font-size: 27px; }
    .navbar .navbar-nav .dropdown-toggle:after {
      display: none; }

.notify {
  margin: 0 -1.5rem -1.5rem;
  padding: 0 1.5rem 1.5rem;
  max-height: 500px;
  overflow-y: auto; }
  .notify .nav-tabs {
    margin-bottom: 1rem;
    background-color: #fff; }
    .notify .nav-tabs .badge {
      top: -1px;
      margin-left: 0.125rem;
      border-radius: 100%; }

.notify-list {
  padding: 0;
  list-style: none; }
  .notify-list .notify-item {
    font-size: 0.875rem;
    border-radius: 0.375rem; }
    .notify-list .notify-item:hover {
      background-color: #f2f4f6; }
    .notify-list .notify-item.is-disabled {
      opacity: 0.4; }
      .notify-list .notify-item.is-disabled:hover {
        background-color: #fff; }
      .notify-list .notify-item.is-disabled .title:after {
        background-color: #A8A8B2; }
    .notify-list .notify-item a {
      display: block;
      padding: 1rem;
      color: #0F2540;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      transition: color .15s; }
      .notify-list .notify-item a:hover {
        text-decoration: none; }
    .notify-list .notify-item .title {
      position: relative;
      margin-bottom: 0.5rem;
      padding-left: 0.9rem;
      font-size: 0.875rem;
      line-height: 1.5; }
      .notify-list .notify-item .title:after {
        top: 0.5rem;
        left: 0;
        position: absolute;
        width: 5px;
        height: 5px;
        content: "";
        background-color: #0C5CA1;
        border-radius: 100%; }
    .notify-list .notify-item .desc {
      margin-bottom: 0; }

.sidebar {
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  background: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .sidebar {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  @media (min-width: 992px) {
    .sidebar {
      top: 70px;
      height: calc(100vh - 70px); } }
  .sidebar .nav {
    margin-bottom: 0.75rem; }
    .sidebar .nav .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0;
      font-size: 1.125rem;
      color: #0F2540;
      border-radius: 0.375rem; }
      .sidebar .nav .nav-link.active {
        color: #0F2540;
        background-color: #D3E1EE !important; }
      .sidebar .nav .nav-link button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .sidebar .nav .nav-link button:hover {
          background-color: #f2f4f6 !important;
          border-radius: 100%; }
      .sidebar .nav .nav-link .material-icons-outlined {
        position: relative;
        top: -1px;
        margin-right: 0.625rem; }
    .sidebar .nav .dropdown-toggle:after {
      display: none; }
    .sidebar .nav .dropdown-toggle button:hover {
      background-color: #f2f4f6 !important;
      border-radius: 100%; }
    .sidebar .nav a.dropdown-toggle:hover {
      background: #f2f4f6; }
    .sidebar .nav > .nav-item > .dropdown-menu {
      position: static !important;
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important;
      width: 100%;
      margin-top: 0;
      margin-left: 1.25rem;
      padding: 0;
      border-left: 1px solid #D3E1EE;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sidebar .nav > .nav-item > .dropdown-menu > .dropdown-item {
      width: calc(100% - 1.75rem);
      margin-left: 0.5rem; }
      .sidebar .nav > .nav-item > .dropdown-menu > .dropdown-item .badge {
        margin-left: 0.625rem; }
    .sidebar .nav .dropdown-tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 0;
      font-size: 0.875rem; }
      .sidebar .nav .dropdown-tag:hover {
        background-color: transparent; }
      .sidebar .nav .dropdown-tag button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .sidebar .nav .dropdown-tag button:hover {
          background-color: #f2f4f6 !important;
          border-radius: 100%; }
      .sidebar .nav .dropdown-tag .material-icons {
        position: relative;
        top: -1px;
        margin-right: 0.375rem;
        font-size: 16px; }

.auth-form {
  max-width: 500px;
  margin: auto;
  padding: 3rem 1.5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .auth-form {
      padding: 3rem; } }
  .auth-form .logo {
    width: 43%;
    margin: 0 auto 1.5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .auth-form .logo {
        margin: 0 auto 2rem; } }
    .auth-form .logo img {
      width: 100%; }
  .auth-form .title {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: center; }
  .auth-form .captcha {
    position: relative;
    top: -1px;
    max-width: 100%;
    margin-top: 2.125rem; }

.data {
  top: 70px;
  left: 0;
  position: fixed;
  z-index: 9999;
  width: calc((100% - 1200px)/2);
  height: calc(100% - 70px);
  padding: 15px;
  overflow: auto; }

.nav-steps .nav-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  color: #0F2540;
  background-color: #fff;
  text-align: center; }
  .nav-steps .nav-link span {
    display: block;
    margin: 0.25rem; }

.bottom-bar {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #A8A8B2;
  background-color: #fff;
  text-align: right; }
  .bottom-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .bottom-bar .btn {
    margin-left: 1rem; }

.bottom-bar-space {
  height: 70px;
  margin-bottom: -2rem; }

.signer {
  list-style: none;
  padding: 0; }
  .signer.--inner {
    padding: 0.625rem;
    background-color: #EFEFF4; }
    .signer.--inner:empty {
      padding: 0; }
  .signer__thead {
    margin-bottom: 0.625rem;
    padding: 1rem 1.25rem;
    background-color: #D3E1EE;
    border-radius: 0.375rem; }
    .signer__thead.--inner {
      padding: 1rem 1.875rem; }
  .signer__item {
    margin-bottom: 0.625rem;
    padding: 1rem 1.25rem;
    border-radius: 0.375rem;
    background-color: #fff; }
    .signer__item:last-child {
      margin-bottom: 0; }
    .signer__item[role=button]:hover {
      background-color: #f2f4f6; }
    .signer__item button:hover {
      background-color: #f2f4f6;
      border-radius: 100%; }
    .signer__item.is-select {
      background-color: #EBF7FF !important; }
    .signer__item [class*=col], .signer__item button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .signer__sort {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.9375rem;
    background-color: #0F2540;
    border-radius: 100%;
    text-align: center; }
  .signer__drag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -1px 0;
    cursor: pointer; }
    .signer__drag .material-icons-outlined {
      font-size: 26px; }

.editor {
  margin: 0 auto; }
  .editor__pages {
    position: relative;
    height: calc(100vh - 232px);
    overflow-x: hidden;
    overflow-y: overlay; }
  .editor__hr {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    color: rgba(15, 37, 64, 0.8);
    border-top: 2px solid rgba(168, 168, 178, 0.2);
    text-align: center; }

.signer-menu .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .signer-menu .dropdown-toggle:after {
    margin-left: 0.5rem; }
  .signer-menu .dropdown-toggle .signer-menu__signer {
    width: calc(100% - 18px); }

.signer-menu .dropdown-menu {
  margin-top: 0; }

.signer-menu .dropdown-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .signer-menu .dropdown-item:active {
    color: #0F2540;
    background-color: #f8f9fa; }

.signer-menu__signer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .signer-menu__signer .material-icons {
    margin-right: 0.375rem;
    font-size: 36px; }
  .signer-menu__signer .name {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left; }

.fields-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fields-panel .nav-link {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.75rem;
    color: #0F2540;
    border-radius: 0.375rem; }
    .fields-panel .nav-link:not(.active):hover {
      color: #0F2540;
      background-color: #f2f4f6; }
    .fields-panel .nav-link.active {
      background-color: #D3E1EE; }
    .fields-panel .nav-link:disabled {
      color: #6E7C8B !important;
      background-color: #f2f4f6; }
      .fields-panel .nav-link:disabled img {
        opacity: 0.3; }
    .fields-panel .nav-link img {
      width: 24px;
      height: 24px;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
  .fields-panel.--option .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.document-page {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.448);
  -ms-transform: scale(0.448);
  transform: scale(0.448); }
  @media (min-width: 400px) {
    .document-page {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); } }
  @media (min-width: 768px) {
    .document-page {
      -webkit-transform: scale(0.958);
      -ms-transform: scale(0.958);
      transform: scale(0.958); } }
  @media (min-width: 992px) {
    .document-page {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }
  .document-page.--scale {
    height: 1px; }
    @media (min-width: 992px) {
      .document-page.--scale {
        height: auto; } }
  .document-page__page {
    position: relative;
    width: 793px;
    margin-bottom: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .document-page__page:nth-last-child(1) {
      margin-bottom: 0; }
    .document-page__page img {
      pointer-events: none; }
  .document-page__image {
    width: 100%; }

.anchor {
  width: 200px;
  height: 60px;
  position: fixed;
  z-index: 9000;
  background-color: #d6edfe;
  opacity: 0.3;
  pointer-events: none; }
  .anchor p {
    left: 50%;
    position: absolute;
    top: calc(100% + 2px);
    font-size: 0.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }

.field {
  position: absolute;
  z-index: 1; }
  .field:hover, .field:active {
    z-index: 100; }
  .field.is-select {
    z-index: 99; }
    .field.is-select .field__border {
      border: 2px solid #0C5CA1 !important; }
  .field.--edit {
    cursor: move; }
    .field.--edit .field__content > div {
      pointer-events: none; }
  .field.--sign {
    pointer-events: none; }
  .field.--radio .field__bg {
    border-radius: 100%; }
    .field.--radio .field__bg:after {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      border: 5px solid #fff;
      border-radius: 100%; }
  .field.--radio .field__border {
    border: 1px solid #A8A8B2;
    border-radius: 100%; }
  .field.--radio .ui-resizable-handle {
    display: none; }
  .field__box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .field__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
    border-radius: 0.375rem;
    background-color: #D3E1EE; }
  .field__border {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.375rem; }
  .field__required {
    top: 3px;
    right: 11px;
    position: absolute;
    color: #CC3A3F;
    font-size: 1.1875rem;
    font-weight: bold; }
    .field__required.--outer {
      top: -8px;
      right: -16px; }
  .field__content {
    width: 100%;
    height: 100%;
    position: absolute; }
    .field__content .form-control {
      border: 0;
      border-radius: 0;
      background-color: transparent; }
    .field__content .help-block {
      bottom: -1.4rem;
      left: 0;
      position: absolute;
      display: inline-block;
      width: auto;
      white-space: nowrap; }
  .field__icon {
    top: 0.5rem;
    left: 0.625rem;
    position: absolute;
    margin-top: -2px; }
  .field__name {
    top: 0.5rem;
    left: 2.375rem;
    position: absolute;
    margin-top: -2px; }
  .field__delete {
    top: 0.5rem;
    right: 0.5rem;
    position: absolute;
    margin-top: -4px; }
  .field__link {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .field__sign {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain; }
  .field__seal {
    width: 70%;
    height: 70%;
    top: 18%;
    left: 15%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain; }
  .field__radio, .field__checkbox {
    position: absolute;
    opacity: 0; }
    .field__radio:checked + .field__checked,
    .field__radio:checked + .help-block + .field__checked, .field__checkbox:checked + .field__checked,
    .field__checkbox:checked + .help-block + .field__checked {
      display: block; }
  .field__checked {
    width: 100%;
    height: 100%;
    display: none; }
  .field__label {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer; }
  .field__date {
    border: 0 !important; }
  .field__textarea {
    height: 100% !important;
    resize: none; }
  .field__attachment {
    height: auto;
    padding: 0 !important;
    border: 0 !important; }

.radio-group-view {
  display: none;
  position: absolute;
  border: 2px dashed #A8A8B2;
  pointer-events: none; }

.btn-add-element {
  bottom: -20px;
  left: 50%;
  position: absolute;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #A8A8B2;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  pointer-events: auto; }
  .btn-add-element img {
    width: 100%;
    height: 100%;
    pointer-events: none; }

.field-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem; }

.field-option__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .field-option__button:hover span {
    opacity: 1; }
  .field-option__button span {
    opacity: 0.8; }

.field-option label {
  width: 100%; }

.form-add__form {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid #A8A8B2;
  background-color: #fff;
  border-radius: 0.375rem; }
  .form-add__form [class*=col], .form-add__form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.form-add__remove {
  top: 0.375rem;
  right: -2rem;
  position: absolute;
  margin-left: 0.5rem; }

.form-add__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: calc(1rem - 1px) 1.25rem;
  color: #6E7C8B;
  border: 2px dashed #A8A8B2; }
  .form-add__btn:hover {
    background-color: #f2f4f6; }
  .form-add__btn:disabled {
    opacity: 0.5; }
    .form-add__btn:disabled:hover {
      background-color: transparent; }

.status-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: -1.25rem; }
  @media (min-width: 992px) {
    .status-count {
      margin-top: 0; } }
  .status-count__link {
    padding: 0.5rem;
    color: #0F2540;
    border-bottom: 4px solid transparent;
    text-align: center; }
    @media (min-width: 768px) {
      .status-count__link {
        margin: 0 0.5rem; } }
    @media (min-width: 992px) {
      .status-count__link {
        padding: 0 0.5rem; } }
    .status-count__link:hover {
      text-decoration: none; }
    .status-count__link.active {
      border-bottom: 4px solid #0C5CA1; }
  .status-count__count {
    display: block;
    font-size: 2rem; }

.steps {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .steps {
      margin: 0; } }
  .steps__item {
    text-align: center; }
  .steps__line {
    top: 39px;
    left: 60%;
    position: absolute;
    width: 80%;
    content: "";
    border-top: 4px solid #A8A8B2; }
    .steps__line.--red {
      border-top-color: #0C5CA1; }
    .steps__line.--dashed {
      border-top-style: dashed; }
  .steps__status {
    display: block;
    margin-bottom: 0.125rem; }
  .steps .material-icons {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 36px;
    color: #A8A8B2; }
  .steps__name {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 0.25rem; }

.sign-image {
  width: 100%;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #A8A8B2;
  border-radius: 0.375rem; }
  .sign-image img {
    width: 60%;
    height: 60%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain; }

.pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  border: 1px solid #A8A8B2;
  border-radius: 0.375rem; }
  .pad__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2f4f6; }
    .pad__body img {
      width: 60%;
      height: 60%;
      position: absolute;
      -o-object-fit: contain;
      object-fit: contain; }
  .pad__button {
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #0C5CA1; }
    .pad__button button, .pad__button label {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      cursor: pointer; }
      .pad__button button span, .pad__button label span {
        margin: 0;
        color: #fff; }

.data-image {
  display: none; }
  .data-image[src*="data:image"], .data-image[src*="storage"] {
    display: block; }

@font-face {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifTC-Bold.otf) format("opentype"); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  /*opacity: 0.8;*/
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.dropzone {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.375rem; }
  .dropzone .dz-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .dropzone .dz-message .dz-button {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .dropzone .dz-message .text-tips {
      margin-left: 0.9rem; }
    .dropzone .dz-message .material-icons-outlined {
      margin-left: 1.125rem;
      font-size: 30px; }
    .dropzone .dz-message + .dz-preview {
      margin-top: 1.25rem; }
  .dropzone .dz-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0.625rem;
    padding: 1rem;
    background-color: #D3E1EE;
    border-radius: 0.375rem; }
    .dropzone .dz-preview:before {
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 0.5rem;
      content: "";
      background: url(../images/icon/insert_drive_file_black_24dp.svg) 50% 50% no-repeat;
      background-size: 30px; }
    .dropzone .dz-preview > div {
      margin-left: 0.5rem; }
    .dropzone .dz-preview.dz-processing .dz-success-mark {
      display: none; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      display: none; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .dropzone .dz-preview.dz-error .dz-success-mark {
      display: none; }
    .dropzone .dz-preview .dz-image {
      display: none; }
    .dropzone .dz-preview .dz-details {
      margin-right: 0.5rem; }
      .dropzone .dz-preview .dz-details .dz-size {
        display: none; }
    .dropzone .dz-preview .dz-progress {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 30%;
      height: 12px;
      margin: 6px 0;
      margin-left: 0.5rem;
      border-radius: 50rem;
      background-color: rgba(168, 168, 178, 0.1);
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        width: 0;
        height: 100%;
        background-color: #0C5CA1;
        -webkit-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview .dz-error-message {
      display: none;
      margin-left: 0.5rem; }
      .dropzone .dz-preview .dz-error-message span {
        background-color: #CC3A3F;
        color: #fff;
        padding: 3px 12px;
        border-radius: 0.375rem;
        font-size: 12px; }
        .dropzone .dz-preview .dz-error-message span:empty {
          display: none; }
    .dropzone .dz-preview .dz-success-mark:before {
      content: "上傳完成"; }
    .dropzone .dz-preview .dz-error-mark {
      display: none; }
    .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
      display: none; }
    .dropzone .dz-preview .dz-remove {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 0.5rem;
      background: url(../images/icon/cancel_black_24dp.svg); }

.sk-bounce {
  margin-left: -10px; }

#holdon-message h4 {
  font-size: 1.25rem; }

.swal-modal {
  width: 500px;
  padding: 1.5rem 1rem 2rem;
  color: #0F2540;
  border-radius: 0.375rem;
  will-change: unset !important; }
  .swal-modal .swal-icon--custom {
    width: 88px;
    height: 88px; }
    .swal-modal .swal-icon--custom img {
      width: 100%;
      height: 100%; }
  .swal-modal .swal-title {
    color: #0F2540;
    font-size: 1.5rem;
    font-weight: 400; }
  .swal-modal .swal-text {
    color: #0F2540; }
  .swal-modal .swal-footer {
    margin-top: 23px;
    text-align: center; }
  .swal-modal .swal-button-container {
    margin: 0 1rem; }
  .swal-modal .swal-button {
    padding: .375rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .swal-modal .swal-button--confirm {
      border: 1px solid #0C5CA1;
      background-color: #0C5CA1; }
      .swal-modal .swal-button--confirm:hover {
        background-color: #09467b; }
    .swal-modal .swal-button--cancel {
      color: #0F2540;
      border: 1px solid #0F2540;
      background-color: #fff; }
      .swal-modal .swal-button--cancel:hover {
        background-color: #f2f4f6; }

.swal2-popup {
  padding: 3rem 0;
  color: #0F2540;
  border-radius: 0.375rem; }

.swal2-icon {
  margin: .6em auto; }

.swal2-title {
  font-size: 1.5rem; }

.swal2-html-container {
  font-size: 1rem !important; }

.swal2-actions {
  margin-top: 3rem; }
  .swal2-actions button {
    margin: 0 1rem;
    padding: .375rem 2rem;
    font-weight: 400;
    border-radius: 0.375rem; }
    .swal2-actions button:focus {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  .swal2-actions .swal2-confirm {
    border: 1px solid #0C5CA1;
    background-color: #0C5CA1; }
  .swal2-actions .swal2-cancel {
    color: #0F2540;
    border: 1px solid #0F2540;
    background-color: #fff; }
    .swal2-actions .swal2-cancel:hover {
      background-image: none !important;
      background-color: #f2f4f6 !important; }

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