body {
  background-color: #C0DDFF;
  font-size: 1.125rem;
}
/* Header */
.navbar {
  background-color: #3981EE !important;
  font-size: 1.125rem;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
  color: #ffffff;
}
/* Sidebar */
.header-active-style {
  background-color: #2D73DB !important;
}
.accordion-body a {
  color: #3981EE !important;
}
.active-style {
  background-color: #E9F3FF !important;
}
/* accordion */
.accordion-button {
  font-size: 18px;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: #2D73DB;
  color: #ffffff;
}
/* Button */
#menu {
  background-color: #2D73DB;
}
.btn-primary {
  color: #ffffff;
  background-color: #3981EE;
  border: none;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #3981EE;
  border: none;
  box-shadow: 0px 0px 0px 5px rgba(57, 129, 238, 0.25);
}
.btn-light {
  color: #3981EE;
  background-color: #E9F3FF;
  border: none;
  font-weight: 700;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #3981EE;
  background-color: #E9F3FF;
  border: none;
  box-shadow: 0px 0px 0px 5px rgba(57, 129, 238, 0.25);
}
.login-button {
  border-radius: 60px;
}
/* input */
.form-control:focus {
  border-color: #3981EE;
  box-shadow: 0px 0px 0px 5px rgba(57, 129, 238, 0.25);
}
/* Radio */
.form-check-input:checked[type=radio] {
  color: #fff;
  border-color: #3981EE;
  background-color: #3981EE;
}
/* select2 */
.select2-container {
  width: 100% !important;
}
/* DataTables */
.table-hover>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent
}
.dataTables_scrollHeadInner,
.dataTables_scrollBody,
.table {
  background-color: #ffffff;
}
.table-hover>tbody>tr:nth-of-type(odd) {
  background-color: #FFE8F3;
}
.table-hover>tbody>tr:nth-of-type(odd) td {
  box-shadow: none !important;
}
.table-hover>tbody>tr:hover td {
  background-color: #ECD6E1 !important;
}
/* search */
.btn-outline-secondary {
  color: #3981EE;
}
/* Pagination */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #3981EE;
  border: none;
}
.page-item.active .page-link {
  color: #ffffff;
  background-color: #3981EE;
  border-color: #3981EE;
}
/* Links */
a,
.btn-link {
  color: #3981EE;
  border: none;
  font-weight: 700;
}
.btn-link:focus {
  box-shadow: none;
  border: none;
}
a:hover,
.btn-link:hover {
  color: #3981EE;
  border: none;
}
/*背景*/
.bg-primary {
  background-color: #3981EE !important;
}
.bg-light {
  background-color: #E9F3FF !important;
}
/* Badge */
.badge {
  font-size: 1.125rem;
}
.badge-primary {
  background-color: #F48BC0;
}
.badge-draft {
  background-color: #A1A1A1;
}
.badge-failed {
  background-color: #3B4046;
}
.badge-success {
  background-color: #3981EE;
}