* {
  transition: 0.3s; }

html {
  height: 100%; }

body {
  color: #444444;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  min-width: 320px; }
  body > .container {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 797.98px) {
      body > .container {
        padding-top: 25px;
        padding-bottom: 25px; } }

section {
  outline: none; }

.btn {
  border-radius: none !important; }
  .btn:focus, .btn:hover {
    box-shadow: none; }

.container {
  max-width: 1200px; }

img {
  max-width: 100%; }

/*******************************************Login*/
#loginPage {
  height: 100%;
  width: 100%;
  background-image: url("/images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 62px;
  min-height: 600px;
  background-attachment: fixed; }
  @media (max-width: 767.98px) {
    #loginPage {
      padding-bottom: 100px; } }

.loginWrapper {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 15px;
  justify-content: center;
  align-items: center; }

.login-box {
  width: 100%;
  max-width: 500px;
  padding: 50px 25px 40px 25px;
  border-radius: 15px;
  background: rgba(233, 241, 243, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  animation: fadeInUp;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1); }
@-moz-document url-prefix() {
  .login-box {
    background: rgba(228, 239, 241, 0.9); } }
  .login-box h1 {
    font-size: clamp(20px, 3vw, 28px);
    color: #1A8894;
    margin-bottom: 30px;
    text-align: center; }
    .login-box h1 span {
      display: block;
      font-size: 1.5em;
      margin-bottom: 5px; }
  .login-box .col-form-label {
    padding: 0 !important;
    line-height: 1;
    margin-left: 10px; }
  .login-box img {
    width: 30px;
    margin-top: 4px;
    vertical-align: middle; }
  .login-box button {
    margin-top: 25px; }
  .login-box .form-control {
    border: none;
    border-radius: 100px;
    padding: 0.375rem 15px; }
    .login-box .form-control ::placeholder {
      color: #abc; }

::placeholder {
  color: #aaa; }

/****************************************************menu*/
nav.navbar {
  background-color: #1A8894 !important;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white; }

@media (min-width: 992px) {
  #navbarSupportedContent .nav-item + .nav-item {
    margin-left: 15px; } }
/****************************************************inside*/
.card {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 0 !important;
  margin-bottom: 30px !important; }

.card-title {
  margin-bottom: 1.2rem;
  font-size: 1.1rem; }

.card-body {
  padding: 35px 25px; }

.count-person {
  margin-bottom: 20px;
  padding: 10px;
  background: #fcf5df; }

.paginate_button {
  font-size: 14px !important;
  border: none !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  background: #FDAF00 !important;
  border-radius: 40px  !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none !important;
  border-radius: 40px  !important; }

form#events {
  margin-bottom: 30px; }

#calendar {
  margin-top: 30px; }

.dataTables_wrapper {
  overflow-x: auto; }

#current_dna {
  min-width: 767px; }

@media (max-width: 767.98px) {
  .card-body {
    padding: 25px 15px; } }
.fc-daygrid-event {
  padding: 5px; }

.fc-v-event {
  background-color: #f0e5d4 !important;
  border-color: #f0e5d4 !important;
  color: #9d8138;
  padding: 6px 2px; }

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #9d8138;
  border-color: #9d8138; }

.fc .fc-button-primary {
  background-color: #d3b25e;
  border-color: #d3b25e; }
  .fc .fc-button-primary:hover, .fc .fc-button-primary:focus {
    background-color: #C09834;
    border-color: #C09834; }

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
  width: 100%;
  font-size: 14px;
  background: rgba(233, 241, 243, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  animation: fadeInUp;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1); }
@-moz-document url-prefix() {
  #footer {
    background: rgba(228, 239, 241, 0.9); } }
  #footer > div {
    align-self: center; }
  #footer .freecomm {
    font-size: 12px;
    text-align: right; }

.footerFreecomm {
  width: 140px;
  margin-left: 5px; }

@media (max-width: 767.98px) {
  #footer {
    background: rgba(233, 241, 243, 0.8); }
    #footer > div {
      text-align: center; }
    #footer .freecomm {
      margin-top: 10px;
      text-align: center; } }
