/************************************ Scss variable*/
/*bootstrap breakpts*/
/**/
/* font size  */
/**/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600&family=Noto+Sans+TC:wght@400;500;600&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans TC','Noto Sans SC', sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, 1vw, 1.5rem);
  min-width: 320px;
  overflow-x: hidden; }

a {
  text-decoration: none; }

/**************************************** heading */
h1, .h1 {
  font-size: clamp(2.5rem, 1vw, 3rem);
  font-weight: bold; }

h2, .h2 {
  font-size: clamp(2rem, 1vw, 2.4rem);
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 40px; }

h3, .h3 {
  font-size: clamp(1.75rem, 1vw, 2.1rem);
  font-weight: bold;
  margin-top: 40px; }

h4, .h4 {
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  font-weight: bold; }

h5, .h5 {
  font-size: clamp(1.25rem, 1vw, 1.5rem); }

/*************************************** font size */
.fs-0 {
  font-size: 0 !important; }

.fs-40 {
  font-size: 2.5rem; }

.fs-30 {
  font-size: clamp(1.6rem, 2.4vw, 1.875rem) !important; }

.fs-28 {
  font-size: clamp(1.55rem, 2.4vw, 1.75rem) !important; }

.fs-26 {
  font-size: clamp(1.2rem, 2.4vw, 1.5rem) !important; }

.fs-24 {
  font-size: clamp(1.2rem, 2.4vw, 1.5rem) !important; }

.fs-23 {
  font-size: clamp(1.15rem, 2.4vw, 1.4375rem) !important; }

.fs-21 {
  font-size: clamp(1.1125rem, 2.4vw, 1.3125rem) !important; }

.fs-20 {
  font-size: clamp(1.075rem, 2.4vw, 1.25rem) !important; }

.fs-19 {
  font-size: clamp(1rem, 2.4vw, 1.2rem) !important; }

.fs-18 {
  font-size: clamp(0.98rem, 2.4vw, 1.125rem) !important; }

.fs-16 {
  font-size: clamp(0.9rem, 2.3vw, 1rem) !important; }

.fs-15 {
  font-size: 0.938rem !important; }

.fs-14 {
  font-size: 0.875rem !important; }

.fs-13 {
  font-size: 0.813rem !important; }

.fs-12 {
  font-size: 0.75rem !important; }

.fs-body {
  font-size: 1.25rem !important; }
  @media (max-width: 575.98px) {
    .fs-body {
      font-size: 1rem !important; } }

.fs-learn-more {
  font-size: clamp(1.55rem, 2.4vw, 1.75rem) !important; }
  @media (max-width: 575.98px) {
    .fs-learn-more {
      font-size: 1.075rem !important; } }

/************************************** font */
.roboto {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-weight: 400; }

.roboto-bold {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-weight: 700; }

.roboto-medium {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-weight: 500; }

/*********************************************/
.mx-255px {
  max-width: 255px;
  width: 100%; }

/************************************* section padding*/
.spt65 {
  padding-top: 65px !important; }
  @media (max-width: 575.98px) {
    .spt65 {
      padding-top: 32px !important; } }

.sp70 {
  padding-top: 70px !important;
  padding-bottom: 110px !important; }
  @media (max-width: 575.98px) {
    .sp70 {
      padding-top: 40px !important;
      padding-bottom: 50px !important; } }

.spt70 {
  padding-top: 70px !important; }
  @media (max-width: 575.98px) {
    .spt70 {
      padding-top: 40px !important; } }

.sp80 {
  padding-top: 80px !important;
  padding-bottom: 105px !important; }
  @media (max-width: 575.98px) {
    .sp80 {
      padding-top: 40px !important;
      padding-bottom: 50px !important; } }

.spt80 {
  padding-top: 80px !important; }
  @media (max-width: 575.98px) {
    .spt80 {
      padding-top: 40px !important; } }

.sp90 {
  padding-top: 90px !important;
  padding-bottom: 105px !important; }
  @media (max-width: 575.98px) {
    .sp90 {
      padding-top: 50px !important;
      padding-bottom: 60px !important; } }

.spt90 {
  padding-top: 90px !important; }
  @media (max-width: 575.98px) {
    .spt90 {
      padding-top: 50px !important; } }

.sp100 {
  padding-top: 100px !important;
  padding-bottom: 140px !important; }
  @media (max-width: 575.98px) {
    .sp100 {
      padding-top: 50px !important;
      padding-bottom: 60px !important; } }

.spt100 {
  padding-top: 100px !important; }
  @media (max-width: 575.98px) {
    .spt100 {
      padding-top: 50px !important; } }

@media (max-width: 575.98px) {
  .spy-xs-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

.mt120 {
  margin-top: 120px !important; }
  @media (max-width: 575.98px) {
    .mt120 {
      margin-top: 65px !important; } }

@media (max-width: 575.98px) {
  .mt-xs-12 {
    margin-top: 12px; } }

/************************************** _custom_variables */
/*text color*/
/************************************** margin */
.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

@media (max-width: 767.98px) {
  .mt-xs-32 {
    margin-top: 32px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-32 {
    margin-bottom: 32px !important; } }

.mt-8 {
  margin-top: 8rem !important; }
  @media (max-width: 575.98px) {
    .mt-8 {
      margin-top: 4rem !important; } }

.mb-8 {
  margin-bottom: 8rem !important; }

/************************************* breadcrumb */
.breadcrumb {
  color: #6C757D; }
  .breadcrumb a {
    color: #FE6E5D;
    text-decoration: none; }

/**********************************************header*/
.bg-login {
  background-image: url("../images/bg_login.png");
  background-repeat: no-repeat;
  background-size: 100% cover;
  height: 100vh; }
  .bg-login body {
    border-top: 5px #FE6E5D solid;
    background-color: transparent !important;
    height: 100vh;
    position: relative; }
  .bg-login main {
    align-self: center; }
  .bg-login .footer {
    bottom: 0px;
    display: contents;
    position: absolute;
    text-align: center;
    width: 100%; }
  .bg-login .box-login {
    background-color: #fff;
    border-radius: 24px;
    max-width: 560px;
    margin: auto;
    width: 100%;
    /*top: 50%;
    transform: translateY(-50%) translatex(-50%);
    position: absolute;
    left: 50%;
    */ }

a.skipToContent {
  color: #fff;
  left: -999px;
  position: absolute;
  top: -999px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap; }

body > header {
  background-color: #fff;
  border-top: 5px #FE6E5D solid;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  padding: 22px 0px; }
  @media (max-width: 767.98px) {
    body > header {
      padding: 11px 0px; }
      body > header .navbar-brand {
        margin-bottom: 7px; } }

.box-user {
  display: grid;
  align-content: center; }
  .box-user .box-user-name {
    background-color: #E9ECEF;
    background-image: url("../images/person-fill.svg");
    background-position: 12px 6px;
    background-repeat: no-repeat;
    border-radius: 90px;
    padding: .3rem .75rem .3rem 2.5rem; }

.box-btn-del {
  text-align: end; }

.mainnav {
  background-color: #fff;
  border: 1px #DFDFDF solid;
  border-radius: 4px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0px;
  top: 100%; }
  .mainnav ul {
    margin-bottom: 0px;
    padding-left: 0px; }
  .mainnav a {
    color: #212529;
    display: block;
    padding: 4px 24px;
    text-decoration: none;
    transition: .2s color linear; }
    .mainnav a:hover {
      color: #FE6E5D; }
  .mainnav span {
    background-color: #DC3545;
    border-radius: 6px;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 1px 0px 1px 5px;
    width: 12px; }
  @media (max-width: 767.98px) {
    .mainnav {
      margin-top: 7px;
      position: relative;
      right: initial;
      top: inherit; } }

/* over write bootstarp */
body > header .navbar-toggler:focus {
  box-shadow: 0px 0px 0px !important; }
body > header .navbar, body > header .navbar-brand {
  padding: 0px; }

/*********************************************************/
/********************************************************main*/
main {
  padding: 12px 0rem; }

.slideshow {
  margin-top: 30px; }

.eventsilder {
  border-radius: 24px;
  margin-top: 28px;
  position: relative; }
  .eventsilder .carousel-control-prev-icon, .eventsilder .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-color: #fff;
    background-size: 20px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #333;
    transition: .2s transform linear; }
    .eventsilder .carousel-control-prev-icon:hover, .eventsilder .carousel-control-next-icon:hover {
      transform: scale(1.2); }
  .eventsilder .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .eventsilder .carousel-control-prev, .eventsilder .carousel-control-next {
    opacity: 0.8; }
    .eventsilder .carousel-control-prev:hover, .eventsilder .carousel-control-next:hover {
      opacity: 1; }
  .eventsilder .carousel-indicators [data-bs-target] {
    background-color: #FE6E5D; }
  .eventsilder .carousel-indicators {
    margin-bottom: -1.25rem; }

.box-bg-gray {
  background-color: #F8F9FA;
  border-radius: 24px;
  padding: 1.5rem; }
  .box-bg-gray.listing-event {
    padding: 0.5rem 1.5rem; }
  .box-bg-gray.box-filter {
    padding: 1.5rem; }

.box-record {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  margin-bottom: 24px;
  position: relative; }
  .box-record .box-record-payment {
    text-align: right; }
  .box-record .btn-coverlink {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }

.listing-event .row {
  border-bottom: 1px #DEE2E6 solid; }
  .listing-event .row a {
    color: #212529;
    display: block;
    padding: 1rem 0rem; }
  .listing-event .row div:last-child {
    display: grid;
    align-items: start;
    justify-content: end;
    text-align: end;
    padding-top: 1rem; }
  @media (max-width: 767.98px) {
    .listing-event .row a {
      padding-bottom: 0rem; }
    .listing-event .row div:last-child {
      padding-top: 0rem;
      padding-bottom: 1rem;
      justify-content: start;
      text-align: start; } }
.listing-event .date {
  color: #6C757D; }

.event-cards a {
  color: #212529;
  text-decoration: none; }
.event-cards .card {
  background-color: #f8f9fa !important;
  border: none;
  border-radius: 24px !important; }
  .event-cards .card .event-cover {
    border-radius: 24px !important;
    overflow: hidden;
    padding-top: 61.5068%;
    position: relative; }
    .event-cards .card .event-cover .card-img-top {
      left: 0%;
      position: absolute;
      top: 0%;
      width: 100%;
      transition: .2s all linear; }
  .event-cards .card:hover .card-img-top {
    transform: scale(1.1); }
.event-cards .event-date {
  color: #6C757D; }
.event-cards .event-type {
  margin-bottom: 1rem; }

.event-status-full, .event-status-needapproval, .event-status-canapply, .event-status-immediate, .event-status-waitting, .event-status-end {
  background-color: #FE6E5D;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.3rem 0.15rem 0.3rem; }

.event-status-needapproval {
  background-color: #17a2b8; }

.event-status-canapply {
  background-color: #6C757D; }

.event-status-immediate {
  background-color: #28A745; }

.event-status-waitting {
  background-color: #FFC107; }

.event-status-end {
  background-color: #343a40; }

.payment-status-notyet, .payment-status-completed {
  border: 1px #dc3545 solid;
  border-radius: 4px;
  color: #dc3545;
  padding: 0.1rem 0.3rem 0.15rem 0.3rem; }

.payment-status-completed {
  border: 1px #6C757D solid;
  color: #6C757D; }

 .payment-status-refuned {
  border: 1px green solid;
  color:green; } 

  .payment-status-void{
    border: 1px black solid;
    color:black; }
.btn-short-padding, .btn-long-padding {
  background-color: transparent;
  border: 1px #FE6E5D solid;
  border-radius: 4px;
  color: #FE6E5D;
  padding: 4px 8px;
  transition: .2s all linear; }
  .btn-short-padding:hover, .btn-long-padding:hover {
    background-color: #FE6E5D;
    color: #fff; }

.btn-long-padding {
  min-width: 160px;
  padding: 4px 0px;
  text-align: center; }

.btn-event-padding {
  background-color: transparent;
  border: 1px #FE6E5D solid;
  border-radius: 90px;
  color: #FE6E5D !important;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none; }

.mw-730 {
  max-width: 730px;
  width: 100%; }

.detail-img {
  border-radius: 24px !important;
  overflow: hidden;
  padding-top: 61.5068%;
  position: relative; }
  .detail-img img {
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%; }

.ol-ku {
  margin-left: 2.5em;
  padding-left: 0px; }
  .ol-ku li {
    counter-increment: cnt;
    list-style-type: none;
    position: relative; }
    .ol-ku li:before {
      content: counter(cnt) ")";
      display: inline-block;
      margin-left: -2em;
      width: 2em; }

/*********************************************************/
/* scroll To Top*/
.scrollToTopContainer {
  display: none;
  position: fixed;
  margin: 0;
  bottom: 15px;
  right: 0px;
  z-index: 200; }

.scrollToTopContainer .text {
  display: none;
  color: #303030;
  position: absolute;
  right: 65px;
  min-width: 60px;
  font-size: 12px;
  text-align: center;
  padding: 3px 5px;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16); }

.scrollToTopContainer:hover .text, .scrollToTopContainer:focus .text {
  display: block; }

.scrollToTop {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  opacity: 0.8;
  transition: background 0.3s;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #FE6E5D;
  color: #FE6E5D; }

.scrollToTop img {
  width: 100%;
  height: 100%;
  padding: 8px;
  display: block; }

.scrollToTop:hover, .scrollToTop:focus {
  background: #FE6E5D;
  outline: none;
  opacity: 1; }

@media print {
  .scrollToTop {
    display: none !important; } }
@media (max-width: 767.98px) {
  .scrollToTopContainer .text {
    right: 55px;
    margin-top: 5px; }

  .scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px; } }
/********************************************************footer*/
footer {
  color: #6C757D; }

/*******************************************************************custom-toggle (hamburger) **/
.custom-toggle {
  position: relative;
  height: 40px;
  width: 30px;
  padding: 0;
  margin: 0 15px 0 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.custom-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #FE6E5D;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  top: 15px;
  opacity: 1; }

.custom-toggle .icon-bar + .icon-bar {
  margin-top: 2px; }

@media (min-width: 1300px) {
  #header .custom-toggle {
    display: none; } }
.custom-toggle:hover, .custom-toggle:focus {
  outline: 0; }

.custom-toggle .bar1, .custom-toggle .bar4 {
  opacity: 0; }

.custom-toggle.collapsed .bar1 {
  opacity: 1;
  top: 4px; }

.custom-toggle.collapsed .bar4 {
  opacity: 1;
  top: 28px; }

.custom-toggle .icon-bar.bar2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-toggle .icon-bar.bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.custom-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

/**********************************************inside*/
/*****calendar******/
.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

/********************************** coverWrapper */
.btn-primary-r, .btn-primary-r:hover {
  background-color: #FE6E5D;
  color: #fff; }

.btn-del {
  background-color: transparent;
  background-image: url("../images/btn-del.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  width: 24px; }

.color-gray {
  color: #6C757D; }

.px-5p {
  padding-left: 5%;
  padding-right: 5%; }

.pl-20px {
  padding-left: 20px; }

.mt-010 {
  margin-top: -30px; }

.nolst li {
  list-style-type: none; }

.nobg {
  background-color: transparent !important; }

.hidden-767 {
  display: inherit; }

.show-767 {
  display: none; }

@media (max-width: 767.98px) {
  .hidden-767 {
    display: none; }

  .show-767 {
    display: block; } }
/* overwrite BT */
.page-link {
  color: #FE6E5D !important; }
  .page-link:hover, .page-link:focus {
    box-shadow: none !important;
    background-color: #FE6E5D;
    color: #fff !important; }

.pagination {
  --bs-pagination-disabled-bg: transparent !important; }

.form-check-input[type="checkbox"] {
  border-radius: 0px !important;
  border-color: none !important; }
  .form-check-input[type="checkbox"]:checked {
    background-color: #FE6E5D;
    border-color: #FE6E5D; }
  .form-check-input[type="checkbox"]:focus {
    border-color: #FE6E5D;
    box-shadow: none; }

.form-check-input[type="radio"] {
  border-color: none !important; }
  .form-check-input[type="radio"]:checked {
    background-color: #FE6E5D;
    border-color: #FE6E5D; }
  .form-check-input[type="radio"]:focus {
    border-color: #FE6E5D;
    box-shadow: none; }

.px-6 {
  padding-left: 4.75rem;
  padding-right: 4.75rem; }
  @media (max-width: 767.98px) {
    .px-6 {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (max-width: 575.98px) {
    .px-6 {
      padding-left: 2rem;
      padding-right: 2rem; } }

      
.form-group:has(.is-invalid) .invalid-feedback{
  display: block;
}
.required >label::after {
content: " *";
color: red;
}

/* feng */
.card-text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.no-data{
  text-align: center;
  height: 20rem;
  line-height: 20rem;
  font-size: 3rem;
  color: gray;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice, .select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  float: left;
}
.event-status-failed {
  background-color: red; 
}
.event-status-withdraw{
  background: purple;
  color:white;
}