@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap";
.card-header {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  padding: 16px;
  padding-bottom: 0;
}
.card-header i {
  display: none;
}
.card-header h6 {
  font-weight: 700;
  font-size: 1.25em;
}

.index .card-header, body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cus-btn .get-number, .cus-btn .my-number, .g-extend .cell-right .mildex-title.link-body-emphasis, .content .site-nav .dropdown-toggle::after, .content .site-nav .dropdown-menu .dropdown-item.dropdown {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content .site-nav .navbar-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  height: 8px;
}
.content .site-nav .navbar-nav::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(33, 37, 41, 0.2) !important;
}
.content .site-nav .navbar-nav::-webkit-scrollbar-track {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(33, 37, 41, 0.1);
}

.mdwidth {
  max-width: 1366px;
  margin: 0 auto;
}

body {
  background-color: #f5f5f5;
  background-image: url("../images/bg.png");
  background-attachment: fixed;
}
body:has(.content .site-nav .navbar-collapse.show) footer {
  padding-left: 240px;
}

header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0px 8px 4px rgba(33, 37, 41, 0.2);
}

.g-extend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.g-extend .cell-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .g-extend .cell-left {
    gap: 0;
  }
}
.g-extend .logo {
  padding: 0 16px;
}
.g-extend .logo img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .g-extend .logo a {
    background-image: url("../images/logo-mobile.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .g-extend .logo a img {
    display: none;
  }
}
.g-extend .year {
  display: flex;
  opacity: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #646464;
}
.g-extend .year span {
  transform-origin: bottom center;
  opacity: 0;
  filter: blur(10px);
}
.g-extend .cell-right {
  padding: 16px;
}
@media screen and (max-width: 560px) {
  .g-extend .cell-right {
    padding: 8px;
  }
}
.g-extend .cell-right .badge {
  color: #343434;
  padding: 0;
  font-size: 0.875em;
}
@media screen and (max-width: 560px) {
  .g-extend .cell-right .badge {
    text-indent: -9999px;
    font: 0/0 a;
    color: transparent;
    display: block;
  }
}
.g-extend .cell-right img {
  width: 30px;
  height: 30px;
  border: 2px solid #8FD484;
}
@media screen and (max-width: 560px) {
  .g-extend .cell-right img {
    display: block;
  }
}
.g-extend .cell-right .mildex-title.link-body-emphasis {
  background-image: url("../images/SVG/icon_setting.svg");
  background-size: 20px;
  transition: 300ms;
}
.g-extend .cell-right .mildex-title.link-body-emphasis:hover {
  rotate: 90deg;
}
.g-extend .cell-right .mildex-title.link-body-emphasis i:before {
  display: none;
}

.burger-menu {
  width: 80px;
  height: 80px;
  border-right: 1px solid #E1E2E1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-menu .visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.burger-menu .hamburger {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.burger-menu .hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #212529;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.burger-menu .hamburger .bar.bar1 {
  top: 0;
  transform-origin: 5%;
}
.burger-menu .hamburger .bar.bar2, .burger-menu .hamburger .bar.bar3 {
  top: 13px;
}
.burger-menu .hamburger .bar.bar3 {
  right: 0;
}
.burger-menu .hamburger .bar.bar4 {
  bottom: 0;
  transform-origin: 5%;
}
.burger-menu .checkbox:checked + label > .hamburger > .bar1 {
  transform: rotate(45deg);
  height: 3px;
  width: 42px;
}
.burger-menu .checkbox:checked + label > .hamburger > .bar3 {
  transform: rotate(45deg);
  height: 3px;
  background-color: transparent;
}
.burger-menu .checkbox:checked + label > .hamburger > .bar2 {
  transform: rotate(-45deg);
  height: 3px;
  background-color: transparent;
}
.burger-menu .checkbox:checked + label > .hamburger > .bar4 {
  transform: rotate(-45deg);
  height: 3px;
  width: 42px;
}

.container {
  padding: 4%;
  box-sizing: border-box;
  max-width: 1920px;
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 100%;
    padding: 16px;
  }
}

.content {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 300px;
  min-height: calc(100dvh - 113px);
}
@media screen and (max-width: 1366px) {
  .content {
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) {
  .content {
    margin-left: 0;
  }
  .content:has(.collapse.show) {
    margin-left: 240px;
  }
}
@media screen and (max-width: 1366px) {
  .content .site-nav:has(.navbar-collapse.show) {
    width: 100%;
    display: block;
  }
}
.content .site-nav {
  width: 300px;
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (min-width: 1366px) {
  .content .site-nav {
    width: 0;
    display: none;
  }
  .content .site-nav:has(.collapse.show) {
    display: flex !important;
    width: 240px;
  }
}
@media screen and (max-width: 1366px) {
  .content .site-nav {
    width: 0;
    display: none;
  }
}
.content .site-nav .container-fluid {
  padding: 0;
}
.content .site-nav .navbar-nav {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #0064BA;
  flex-direction: column !important;
  margin: 0;
}
.content .site-nav nav {
  padding: 0;
  height: 100%;
}
.content .site-nav nav .container-fluid, .content .site-nav nav .navbar-collapse {
  height: 100%;
}
.content .site-nav .mildex-title {
  color: #ffffff !important;
  font-size: 1.25em;
  font-weight: 300 !important;
  padding: 12px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .site-nav .dropdown-toggle::after {
  content: "​";
  width: 20px;
  height: 20px;
  background-image: url("../images/SVG/icon_arrow-down.svg");
  filter: brightness(10);
  margin: 0 !important;
  border: none !important;
  background-size: 80%;
}
.content .site-nav .dropdown-menu {
  position: initial !important;
  border-radius: 0;
  border: none;
  padding-left: 1.25em;
}
.content .site-nav .dropdown-menu li {
  border-left: 1px solid #E1E2E1;
}
.content .site-nav .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  white-space: initial;
}
.content .site-nav .dropdown-menu .dropdown-item:active, .content .site-nav .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  font-weight: 700;
  color: #E5B105;
  border-left: 2px solid #E5B105;
}
.content .site-nav .dropdown-menu .dropdown-item.dropdown {
  background-image: url("../images/SVG/icon_arrow-down.svg");
  background-position: top 16px right 16px;
  background-size: 12px;
}
.content .site-nav .dropdown-menu .dropdown-item:hover {
  font-weight: 700;
}
.content .site-nav .dropdown-menu .dropdown-item:hover.dropdown {
  background-image: url("../images/SVG/icon_arrow-top.svg");
}
.content .site-nav .dropdown-menu .dropdown-item:hover > .dropdown-menu {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 1px) {
  .content section > .row {
    flex-direction: column;
  }
}
.content section > .row > .col-2 {
  width: 220px;
}
@media screen and (max-width: 1024px) and (min-width: 1px) {
  .content section > .row > .col-2 {
    width: 100%;
  }
}
.content section > .row > .col-10 {
  flex: 1;
}
@media screen and (max-width: 1024px) and (min-width: 1px) {
  .content section > .row > .col-10 {
    width: 100%;
  }
}

.img-16-9 {
  aspect-ratio: 16/9;
  object-fit: contain;
}

.mdwidth {
  max-width: 768px;
}

.table th {
  background-color: rgba(193, 230, 248, 0.6) !important;
}

.pagination .page-item.active .page-link {
  background-color: #0064BA !important;
  border-color: #0064BA;
}

.card {
  border: none;
  border-radius: 8px;
}
.index .card {
  /*a*/
}
.index .card .text-dark {
  display: block;
  transition: 300ms;
}
.index .card .text-dark:hover {
  padding-left: 16px;
  border-left: 2px solid #0064BA;
}

.index .card-header {
  padding-bottom: 16px;
  background-image: url("../images/h2-bg.png");
}

.card-header-pills {
  margin: 0;
}

.breadcrumb {
  padding: 0 !important;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.breadcrumb:before {
  width: 20px;
  height: 20px;
  content: url(../images/SVG/icon_home.svg);
  filter: invert(55%) sepia(9%) saturate(3703%) hue-rotate(57deg) brightness(112%) contrast(77%);
}
.breadcrumb a, .breadcrumb .breadcrumb-item {
  color: #343434;
  font-weight: 300 !important;
}
.breadcrumb a i, .breadcrumb .breadcrumb-item i {
  display: none;
}
.breadcrumb .breadcrumb-item:last-child {
  font-weight: 700 !important;
  color: #0064BA;
}

.nav-pills .nav-item .nav-link {
  color: #343434;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #E5B105 !important;
  color: #ffffff;
  font-weight: 700;
}

.text-truncate {
  /*white-space: normal !important;*/
}

.index_calendar td {
  padding: 8px !important;
}
.index_calendar .fc-day a {
  color: #212529;
  font-size: 0.875em;
  padding: 0;
}
.index_calendar .fc-scrollgrid-section-body > td {
  padding: 0 !important;
}

.fc-view-harness .fc-day a {
  color: #212529;
}
.fc-view-harness .fc-day-sun a {
  color: #ed4854;
}
.fc-view-harness .fc-day-sat a {
  color: #00a267;
}

.page-item.disabled a {
  color: #aaaaaa !important;
}

@media screen and (max-width: 560px) {
  .table-responsive th, .table-responsive td {
    white-space: nowrap;
  }
}

.cp-file {
  flex-wrap: wrap;
}
.cp-file .text-center {
  flex: 0 0 24px;
  padding: 0;
}
.cp-file .text-center img {
  width: 100%;
}

.grid-menu .card-body {
  transition: 300ms;
}
.grid-menu .card-body:hover {
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2), 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.grid-menu .card-body:hover b {
  color: #212529;
  font-weight: 700;
}
.grid-menu i {
  color: #0064BA;
}
.grid-menu b {
  color: #646464;
  font-weight: 400;
}

.cus-btn {
  display: flex;
  gap: 16px;
}
.cus-btn .get-number, .cus-btn .my-number {
  flex: 1;
  border: none;
  background-size: auto 40px;
  background-position: top 16px center;
  padding: 16px;
  padding-top: 70px;
}
.cus-btn .get-number:hover, .cus-btn .my-number:hover {
  opacity: 0.8;
}
.cus-btn .get-number {
  background-color: #0064BA;
  background-image: url("../images/ph_hand-pointing.svg");
}
.cus-btn .my-number {
  background-color: #E5B105;
  background-image: url("../images/heroicons_folder.svg");
}

.cp-file {
  display: flex;
}
.cp-file img {
  flex: 0 0 24px;
  width: 24px;
}

.transfer .transfer-box .card {
  height: 100%;
}
.transfer .transfer-box .card-body {
  border: 1px solid #E1E2E1;
  margin-top: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .transfer .transfer-box .card-body {
    margin-bottom: 16px;
  }
}

::-webkit-scrollbar {
  display: none;
}

.empty_area {
  height: calc(100vh - 334px);
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-80 {
  width: 60% !important;
}

.bg-mildex {
  background-color: #aef9d2;
}

.bg-mildex-light {
  background-color: #edfdf4;
}

.bg-gray {
  background-color: #aaaaaa;
}

.bg-veggie {
  background-color: #91cb81;
}

.bg-holiday {
  background-color: #eb9696;
}

.bg-else {
  background-color: #a1a1a1;
}

.offcanvas a {
  opacity: 0.8;
}
a {
  text-decoration: none !important;
}

.page-item a {
  color: #484848 !important;
}

.page-item.active a {
  color: #ffffff !important;
}

main {
  position: relative;
  width: 100%;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  z-index: 0;
  min-height: calc(100vh - 286px) !important;
}

footer {
  background-color: #212529;
}
@media screen and (max-width: 1366px) {
  footer {
    padding-left: 0;
  }
}
@media screen and (min-width: 1366px) {
  footer {
    margin-left: 0;
  }
  footer:has(.collapse.show) {
    margin-left: 240px;
  }
}
footer.py-5 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
footer .container {
  padding: 0;
  font-size: 0.875em;
}
footer .container .text-light {
  color: #aaaaaa !important;
}

.list-group-item i {
  color: #4c4c4c;
}

.list-group-item a {
  color: #4c4c4c;
  font-weight: 600;
}

.fc .fc-toolbar {
  flex-wrap: wrap;
  gap: 8px;
}

.fc .fc-toolbar-title {
  font-size: 1.2rem;
}

.mildex-table {
  font-size: 1rem;
}

.radio_group label img.mildex-img {
  width: 20px;
}

td img.mildex-img {
  width: 25px;
}

.rainbow-text {
  font-family: sans-serif;
  font-weight: bolder;
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 6s ease infinite;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.resize-none {
  resize: none;
}

.input-width-50 {
  width: 50px !important;
}

.club-card {
  transition: 300ms;
  aspect-ratio: 16/9;
}
.club-card:hover {
  transform: scale(1.05);
}
.club-card b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(33, 37, 41, 0.5);
  border-radius: 0 0 8px 8px;
  padding: 8px;
}

.club-card-sm {
  aspect-ratio: 16/9;
}
.club-card-sm .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
}
.club-card-sm b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(33, 37, 41, 0.5);
  border-radius: 0 0 8px 8px;
  padding: 8px;
}

.club-card.club-image-1 {
  background-image: url("../Images/club1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.club-card.club-image-2 {
  background-image: url("../Images/club2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.club-card.club-image-3 {
  background-image: url("../Images/club3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.club-card.club-image-4 {
  background-image: url("../Images/club4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.club-card .club-title {
  color: #ffffff !important;
  font-size: 1.25em;
}

.club-card-sm .club-title-sm {
  color: #ffffff !important;
  font-weight: 600;
}

.club-card-sm.club-image-sm {
  background-image: url("../Images/club5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 300ms;
}

.album-card {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.album-card-sm {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.album-card::after, .album-card-sm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  z-index: 1;
}

.album-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

.album-card:hover .album-bg, .album-card-sm:hover .album-bg {
  transform: scale(1.2);
}

.album-card:hover::after, .album-card-sm:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.album-card .card-body, .album-card-sm .card-body {
  position: relative;
  z-index: 2;
}

.album-card .album-title {
  font-size: 30px;
  color: #ffffff !important;
  text-shadow: 1px 1px 3px #a0a0a0;
}

.hummingbird-treeview, .hummingbird-treeview * {
  font-size: 16px;
}

.veggie_calendar .fc-daygrid-day-number {
  font-size: 10px;
}

.veggie_calendar .fc-event-main {
  text-align: center;
}

.fc-day-sat {
  background-color: #f0fff5;
}

.fc-day-sun {
  background-color: #fff5f5;
}

.fc-day-today .fc-daygrid-day-number {
  font-weight: 700;
  text-decoration: underline !important;
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.badge.bg-secondary {
  background-color: transparent !important;
  color: #0064BA;
  padding: 0;
  font-weight: 300;
  font-size: 0.875em;
}

.card-body table tr:hover td {
  --bs-table-bg-state: transparent !important;
}
.card-body .navbar-nav {
  flex-wrap: wrap;
  gap: 16px;
}
.card-body .navbar-nav .nav-item {
  margin: 0 !important;
}
.card-body .list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
  transition: 300ms;
}
.card-body .list-group .list-group-item:hover {
  padding-left: 16px;
  border-left: 2px solid #0064BA;
}
.card-body .list-group .list-group-item a {
  font-weight: 400;
}
.card-body .list-group.no-border li {
  border: none !important;
  padding-left: 0 !important;
}

#querryCondition {
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-bottom: 16px;
  border: 1px solid #E1E2E1;
}