/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./SCSS/layout.scss ***!
  \***********************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: Oswald;
  src: url(31bce04a1ae8549b1464.TTF) format("truetype");
}
@font-face {
  font-family: kozminpr6n-regular-90ms-rksj-h;
  src: url(af67e4a49684e9de03a9.otf) format("opentype");
}
[data-attr-name=member_name] {
  cursor: pointer;
}

.container.navbar-outer-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.container.navbar-outer-block #account-point {
  white-space: nowrap;
}
.container.navbar-outer-block #account-extra-info {
  white-space: nowrap;
  color: #ffc107;
}

.account-info {
  display: flex;
  flex-direction: column;
}

.application-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  box-shadow: 0 2px 6px rgba(253, 121, 168, 0.4);
  position: absolute;
  top: -8px;
  right: -8px;
  transform: scale(1);
  animation: pulse 2s infinite;
  border: 2px solid white;
}
.application-count.large {
  min-width: 28px;
  height: 28px;
  font-size: 0.85rem;
  border-radius: 14px;
  top: -10px;
  right: -10px;
}
.application-count.nav-badge {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 6px;
  transform: scale(0.9);
  animation: none;
}
@media (max-width: 992px) {
  .application-count.nav-badge {
    margin-left: 0;
  }
}

body {
  font-family: "Microsoft JhengHei", "sans-serif";
  padding-bottom: 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar-brand .club-logo {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  margin-right: 4px;
}
@media (max-width: 992px) {
  .navbar-brand .club-logo {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    margin-right: 4px;
  }
}
.navbar-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .navbar-brand-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.navbar-brand-wrapper {
  flex-shrink: 0;
}
.navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 992px) {
  .navbar-expand-sm .navbar-collapse {
    display: none !important;
  }
}

.nav-selection-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .nav-selection-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.nav-action {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.nav-action .nav-notification {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-action .nav-notification .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
}
.nav-action .nav-notification .nav-link:hover {
  background-color: rgba(0, 123, 255, 0.1);
  color: #007bff;
  text-decoration: none;
}
.nav-action .nav-notification .nav-link i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  .nav-action {
    gap: 0.5rem;
  }
  .nav-action .nav-notification .nav-link {
    padding: 0.375rem;
    font-size: 0.875rem;
  }
  .nav-action .nav-notification .nav-link i {
    margin-right: 0.25rem;
    font-size: 1rem;
  }
}
.nav-icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding: 0 4px;
}
.nav-icon img {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 992px) {
  .home-nav-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-nav-menu .nav-item {
    display: flex;
    font-weight: 500;
    font-size: 1.1vw;
    padding: 0 2rem;
  }
}

.footer {
  font-size: 0.5rem;
}
@media (max-width: 992px) {
  .footer {
    display: none;
  }
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 4rem;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
@media (min-width: 992px) {
  .mobile-bottom-nav .mobile-bottom-nav__item {
    display: none;
  }
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-bottom-nav__item--active {
  color: red;
}

.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

.badminton-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badminton-loading img {
  width: 4rem;
}

.quarter_name {
  min-width: 150px;
}

.modal-cross {
  position: absolute;
  bottom: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-cross button {
  border: 1.5px solid black;
  border-radius: 50%;
  font-size: 1.5rem;
  background-color: white;
}

@media (min-width: 992px) {
  .nav-select-quarter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
  }
  .nav-select-quarter .quarter-selection {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .nav-select-quarter .quarter-label {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .nav-select-quarter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.8rem;
  }
  .nav-select-quarter .quarter-selection {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .nav-select-quarter .quarter-label {
    margin-bottom: 0.25rem;
    font-weight: 500;
  }
  .nav-select-quarter #quarter-selection,
  .nav-select-quarter .dropdown-toggle {
    width: 8rem;
    padding: 0 1rem;
    background-color: #fff;
  }
  .nav-select-quarter .bootstrap-select > .dropdown-toggle {
    width: 8rem;
    padding: 0 1rem;
  }
  .nav-select-quarter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 8rem;
  }
}
@media (min-width: 992px) {
  .nav-select-club {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .nav-select-club {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .nav-select-club #current-club-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
  }
}
.nav-select-club #current-club-info small {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.25rem !important;
  font-family: Oswald !important;
  color: #333 !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .nav-select-club #current-club-info small {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 992px) {
  .nav-select-club #switch-club-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
  .nav-select-club #switch-club-btn i {
    font-size: 0.875rem;
  }
}
.nav-select-club #switch-club-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.nav-select-club #switch-club-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

.schedule-finance-table {
  margin-top: 1rem;
  width: 100%;
  white-space: nowrap;
}
.schedule-finance-table thead th {
  font-size: 0.9rem;
  padding: 0.5rem;
  vertical-align: middle;
  background-color: white;
  outline: 1px solid #dee2e6;
}
.schedule-finance-table thead th:first-child {
  position: sticky;
  top: 0;
  left: 0;
}
.schedule-finance-table tbody td {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0.5rem;
  vertical-align: middle;
}
.schedule-finance-table tbody th {
  position: sticky;
  left: 0;
  background-color: white;
  outline: 1px solid #dee2e6;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0.5rem;
}

/* 多選會員介面 */
[id$=-member-list-panel] {
  cursor: pointer;
  position: relative;
  z-index: 99;
}

[id$=-member-list-options] {
  position: absolute;
  top: 105%;
  left: 0;
  background-color: white;
  border: solid 1px black;
  border-radius: 5px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  width: 100%;
}

.option-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 50vh;
  overflow: scroll;
}
.option-wrapper label {
  display: block;
  color: black;
  padding: 0.25rem 0.5rem;
  margin: 0;
  min-width: 140px;
  max-width: 150px;
}
.option-wrapper label input {
  padding-left: 7.5px;
}
.option-wrapper label:hover {
  background-color: rgba(138, 190, 241, 0.8862745098);
}

.badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 35px;
}
.badge-wrapper .badge {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  transition: 0.3s;
  margin: 5px 0;
}
.badge-wrapper .badge .badge-name {
  flex-grow: 1;
  margin: 0 0.5rem;
}
.badge-wrapper .badge:hover {
  background-color: #70afed !important;
}

/* 換行 textarea */
.textarea-wrap {
  white-space: pre-wrap;
}

.table-align-top {
  vertical-align: top;
}

.filter-panel .col-6 {
  display: flex;
  flex-wrap: wrap;
}
.filter-panel input {
  max-width: 75%;
  margin-left: 5px;
  min-width: 60px;
}

.join-history-table {
  margin-top: 1rem;
  width: 100%;
  white-space: nowrap;
}
.join-history-table thead th {
  font-size: 0.9rem;
  padding: 0.5rem;
  vertical-align: middle;
  background-color: white;
  outline: 1px solid #dee2e6;
}
.join-history-table tbody td {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0.5rem;
  vertical-align: middle;
}
.join-history-table tbody th {
  background-color: white;
  outline: 1px solid #dee2e6;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0.5rem;
}

.form-control[readonly] {
  background-color: rgba(236, 245, 255, 0.8941176471);
}

.custom-member-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1060;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.custom-member-modal.show {
  opacity: 1;
  visibility: visible;
}
.custom-member-modal.show .custom-member-modal-content {
  transform: scale(1);
}
.custom-member-modal .custom-member-modal-content {
  background: white;
  border-radius: 12px;
  width: 90vw;
  max-width: 90vw;
  height: 80vh;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0);
  transition: transform 0.25s ease-out;
  position: relative;
}
@media (max-width: 992px) {
  .custom-member-modal .custom-member-modal-content {
    width: 95vw;
    max-width: 95vw;
  }
}
.custom-member-modal .custom-member-modal-header {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  padding: 1rem 1.25rem;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-member-modal .custom-member-modal-header .custom-member-modal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
}
.custom-member-modal .custom-member-modal-header .custom-modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.custom-member-modal .custom-member-modal-header .custom-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-member-modal .custom-member-modal-header .custom-modal-close:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-member-modal .custom-member-modal-header .custom-modal-close span {
  line-height: 1;
}
.custom-member-modal .custom-member-modal-body {
  padding: 1.25rem;
  max-height: calc(80vh - 120px);
  overflow-y: auto;
}
.custom-member-modal .member-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  .custom-member-modal .member-info-grid {
    gap: 0.6rem;
    font-size: 0.85rem;
  }
}
.custom-member-modal .member-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.custom-member-modal .member-info-item.member-info-full-width {
  grid-column: 1/-1;
}
.custom-member-modal .member-info-item label {
  font-weight: 600;
  color: #495057;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.custom-member-modal .member-info-item span {
  color: #212529;
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  word-break: break-word;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
.member-detail-sections {
  margin-top: 1rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}
.member-detail-sections .card {
  border: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}
.member-detail-sections .card:last-child {
  margin-bottom: 0;
}
.member-detail-sections .custom-collapse {
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.member-detail-sections .custom-collapse.collapsed {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.member-detail-sections .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
}
.member-detail-sections .member-detail-collapse-btn {
  text-decoration: none !important;
  color: #495057;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-detail-sections .member-detail-collapse-btn:hover {
  color: #007bff;
}
.member-detail-sections .member-detail-collapse-btn:focus {
  outline: none;
  box-shadow: none;
}
.member-detail-sections .member-detail-collapse-btn i.bi-file-earmark-text,
.member-detail-sections .member-detail-collapse-btn i.bi-clock-history,
.member-detail-sections .member-detail-collapse-btn i.bi-cash-coin {
  margin-right: 0.5rem;
  color: #6c757d;
}
.member-detail-sections .member-detail-collapse-btn .collapse-arrow {
  transition: transform 0.2s ease;
  color: #6c757d;
}
.member-detail-sections .card-body {
  padding: 0.75rem;
}
.member-detail-sections .card-body .table {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.member-detail-sections .card-body .table th {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.5rem;
}
.member-detail-sections .card-body .table td {
  padding: 0.4rem 0.5rem;
  border-color: #dee2e6;
  vertical-align: middle;
}
.member-detail-sections .card-body .table.table-sm th, .member-detail-sections .card-body .table.table-sm td {
  padding: 0.3rem 0.4rem;
}
.member-detail-sections .card-body .alert {
  margin-bottom: 0;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
}
.member-detail-sections .card-body .text-center {
  padding: 1rem 0;
  color: #6c757d;
  font-size: 0.9rem;
}
.member-detail-sections .card-body .text-center i {
  margin-right: 0.5rem;
  animation: spin 1s linear infinite;
}
@media (max-width: 992px) {
  .member-detail-sections .card-header {
    padding: 0.4rem 0.6rem;
  }
  .member-detail-sections .member-detail-collapse-btn {
    font-size: 0.85rem;
  }
  .member-detail-sections .card-body {
    padding: 0.6rem;
  }
  .member-detail-sections .card-body .table {
    font-size: 0.8rem;
  }
  .member-detail-sections .card-body .table th, .member-detail-sections .card-body .table td {
    padding: 0.3rem 0.4rem;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
