/*
body {
  font-family: 'Poppins';
  background-color: #e6e6e7;
  background-image: url('../flag.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 800px;
}
*/
body {
  font-family: 'Poppins';
  background-color: #e6e6e7;
  background-image: url('bg.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

input {
  font-family: 'Noto Sans TC';
  border-color: #6c757d !important;
  border-radius: 0%;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  border-color: #6c757d !important;
}

.btn-outline-secondary {
  --bs-btn-color: #000000;
  border-color: #6c757d !important;
}

.alert {
  font-size: 1.4rem;
  font-weight: 600;
}

.input {
  min-height: calc(1.5em + .5rem + calc(1px * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border: solid 1px;
  width: calc(100% - 4px);
}

.title {
  color: #931212;
  font-weight: 600;
}

.tablesorter-default {
  border: solid 1px #ccc;
  font-family: 'Noto Sans TC' !important;
  font-size: 14px !important;
}

.tablesorter-default input.tablesorter-filter {
  width: calc(100% - 4px) !important;
  height: 30px;
}

.text-pcd {
  text-align: center;
  font-weight: 600;
}