@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.animation {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.no-animation {
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.box {
  padding: 0 0 0 16px;
}

.box2 {
  padding: 0 16px;
}

.h5 {
  padding-bottom: 12px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.w-text {
  width: 100%;
  max-width: fit-content;
}

.f-16 {
  font-size: 16px;
}

.m-10 {
  margin: 10px;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.px-16 {
  padding: 0 16px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.color-6 {
  color: #666;
}

.color-g {
  color: #005B35;
}

.font-bold {
  font-weight: bold;
}

.g-text {
  font-size: 16px;
  color: #005B35;
  font-weight: bold;
}

.border-bottom {
  border-bottom: 1px solid #EEEEEE;
}

.w-block {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}
.w-block .info-block {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.w-block .info-block:before {
  content: '';
  display: inline-block;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #9F9F9F;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
}
.w-block .info-block .num {
  right: 32px;
  color: #005B35;
  font-weight: bold;
  position: absolute;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.w-block-list {
  padding: 16px 4px;
  background: #fff;
  border-radius: 16px;
}
.w-block-list .table {
  width: 100%;
}
.w-block-list .table th, .w-block-list .table td {
  padding: 6px 10px;
  vertical-align: top;
}
.w-block-list .table thead th {
  vertical-align: bottom;
}

.btn-t-g {
  font-size: 16px;
  color: #86BE1B;
  cursor: pointer;
}

.title-name {
  font-size: 24px;
  font-weight: bold;
}

.g-block {
  padding: 24px 0;
}
.g-block .block {
  width: 100%;
  padding: 8px 0;
  background: #F2F2F2;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.g-block .block .num {
  font-size: 24px;
  color: #005B35;
  font-weight: bold;
}
.g-block .block:before {
  content: '';
  display: inline-block;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #9F9F9F;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
}

.arrow-g-right {
  position: relative;
}
.arrow-g-right:before {
  content: '';
  display: inline-block;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #9F9F9F;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
}

.class-t-block {
  margin-bottom: 8px;
  border-bottom: 1px solid #D9D9D9;
}
.class-t-block .info-box img {
  width: 100%;
  max-width: 47px;
  aspect-ratio: 1 / 1;
  height: fit-content;
  border-radius: 8px;
}
.class-t-block .info-box .info {
  width: 100%;
  padding-left: 16px;
}
.class-t-block .info-box .info .transfer-col {
  color: #005B35;
}

.class-item-block {
  display: flex;
  padding: 8px 0;
  align-items: center;
  cursor: pointer;
}
.class-item-block .icon {
  width: 15px;
  height: 15px;
}
.class-item-block .text {
  padding-left: 8px;
}
.class-item-block .class-states {
  padding: 0 4px;
  color: #fff;
  background: #005B35;
  border-radius: 4px;
}
.class-item-block .states-absence {
  background: #F27D64;
}

.class-b-block {
  max-height: 230px;
  overflow-y: auto;
}

.input-num {
  width: 100% !important;
  max-width: 55px;
  height: 48px !important;
  border: 0 !important;
  color: #666 !important;
  font-size: 20px;
  text-align: center;
}

input[type=number] {
  border: 0;
  border-bottom: 1px solid #9F9F9F;
  border-radius: 0;
}

.captcha {
  width: 100%;
  max-width: 135px;
}

.select {
  width: 100%;
  max-width: 135px;
  padding: 8px 16px;
  border: 1px solid #D2D3D2;
  appearance: none;
  border-radius: 8px;
  color: #666;
}

.sel-arrow {
  display: block;
  width: 100%;
  max-width: 135px;
  position: relative;
}
.sel-arrow:after {
  content: '';
  display: inline-block;
  top: calc(50% - 6px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #9F9F9F;
  border-style: solid;
  transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
  position: absolute;
}

.text-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.text-block .title {
  padding-right: 16px;
  color: #666;
  line-height: 24px;
}

.read-btn {
  right: 0;
  position: absolute !important;
}

.msg-list {
  padding: 0 16px 4px;
  border-bottom: 1px solid #626771;
}
.msg-list .item {
  width: auto;
  margin-right: 8px;
  padding: 4px 16px;
  color: #005B35;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.msg-list .action {
  color: #fff;
  background: #005B35;
}

.msg-block {
  display: block;
  padding: 24px 16px;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
}

.unreadblock {
  background: #DEEDE4;
}

.msg-detail-box .title {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.msg-detail-box .date {
  color: #626771;
}
.msg-detail-box .info {
  font-size: 16px;
}

.member-info-wrap .info-box {
  padding: 16px 0;
}
.member-info-wrap .info-box:first-child {
  padding: 0 0 16px;
}
.member-info-wrap .info-box .title {
  color: #626771;
}
.member-info-wrap .info-box .input-block {
  width: 100%;
  height: 34px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #9F9F9F;
  border-radius: 0;
}
.member-info-wrap .info-box .select-block {
  appearance: none;
}
.member-info-wrap .sel-arrow {
  max-width: 100%;
}

.delete-popup img {
  max-width: 45px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 16px;
}
.delete-popup .text {
  font-size: 16px;
  font-weight: bold;
}

.title-login {
  padding: 16px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.checkbox-login input {
  width: 24px;
  height: 24px;
  -webkit-appearance: checkbox;
}
.checkbox-login label {
  font-size: 16px;
}

.forgot-text {
  font-size: 16px;
  color: #005B35;
}

.login-wrap {
  padding: 40px 16px;
}

.line-img {
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
}
.line-img img {
  max-width: 44px;
}

.textarea {
  border-color: #9F9F9F;
  border-radius: 8px;
}

.coach input[type=text], .coach input[type=number] {
  padding: 4px 16px;
  border-color: #aaa;
}
.coach .page-title {
  font-size: 20px;
  font-weight: bold;
}
.coach .page-text {
  color: #005B35;
  text-decoration: underline;
  font-weight: bold;
}
.coach .icon {
  max-width: 20px;
}
.coach .w-arrow-top {
  display: inline-block;
  border-style: solid;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #666;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.coach .w-arrow-bottom {
  display: inline-block;
  border-style: solid;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #666;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
}
.coach .panel {
  overflow: hidden;
}
.coach .slide-toggle-enter-active, .coach .slide-toggle-leave-active {
  transition: max-height 0.5s ease;
}
.coach .slide-toggle-enter, .coach .slide-toggle-leave-to {
  max-height: 0;
}
.coach .slide-toggle-enter-to, .coach .slide-toggle-leave {
  max-height: 300px;
  /* 根據內容高度調整 */
}
.coach .container {
  display: block;
  position: relative;
  padding: 8px 16px 8px 42px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #aaa;
  background-color: #EEEEEE;
  border-radius: 8px;
}
.coach .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.coach .container .checkmark {
  position: absolute;
  top: 7px;
  left: 8px;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #aaa;
}
.coach .container .checkmark:hover {
  background-color: #ccc;
}
.coach .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.coach .container input:checked ~ .checkmark {
  background-color: #005B35;
}
.coach .container input:checked ~ .checkmark:after {
  display: block;
}
.coach .container:has(input:checked) {
  border-color: #005B35;
  background-color: #fff;
}
.coach .state-g {
  padding: 0 3px;
  background: #005B35;
  color: #fff;
  border-radius: 4px;
}
.coach .state-p {
  padding: 0 3px;
  background: #F27D64;
  color: #fff;
  border-radius: 4px;
}
.coach .day-box {
  margin-bottom: 16px;
}
.coach .day-box .item {
  width: auto;
  padding: 8px;
  border: 1px solid #005B35;
  border-radius: 16px;
}
.coach .day-box .action {
  background: #005B35;
  color: #fff;
}
.coach .select-class-input {
  width: 100%;
  height: 38px;
  padding: 4px 16px;
  border-color: #aaa;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  appearance: none;
}
.coach .select-bottom {
  position: absolute;
  right: 42px;
  z-index: 10;
  pointer-events: none;
}

.img-upload {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: #D9D9D9;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.img-upload .photo {
  border-radius: 50%;
}
.img-upload .photo-icon {
  max-width: 24px;
  bottom: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.img-upload input[type="file"] {
  display: none;
}
.img-upload .custom-file-upload {
  display: block;
  width: 100%;
  height: 100%;
}

.search-box {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.search-box .search-icon {
  top: 13px;
  width: 24px;
  position: absolute;
}
.search-box .search-w-icon {
  padding: 4px 16px 4px 32px !important;
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
}
.search-box .name-bar {
  max-height: 250px;
  overflow-y: auto;
}

.search .o-title {
  text-align: center;
  font-size: 20px;
}
.search .text-box {
  background: #fff;
  border-radius: 16px;
}
.search .text-box .item {
  padding: 16px;
  position: relative;
}
.search .text-box .item a {
  width: 100%;
}
.search .text-box .arrow-right {
  display: inline-block;
  top: calc(50% - 4px);
  right: 24px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #9F9F9F;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  pointer-events: none;
}

.reserve-box, .ask-for-leave-box {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.reserve-box .title, .ask-for-leave-box .title {
  text-align: center;
  font-weight: bold;
}
.reserve-box .x-btn, .ask-for-leave-box .x-btn {
  top: 10px;
  right: 16px;
  width: 100%;
  max-width: 32px;
  position: absolute;
}
.reserve-box .box, .ask-for-leave-box .box {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  font-size: 16px;
}
.reserve-box .box .class-name, .ask-for-leave-box .box .class-name {
  font-size: 14px;
  color: #666666;
}
.reserve-box .box .state, .ask-for-leave-box .box .state {
  padding: 0 5px;
  color: #fff;
  background: #F27D64;
  border-radius: 4px;
}
.reserve-box .box .btn-box, .ask-for-leave-box .box .btn-box {
  padding-top: 8px;
  border-top: 1px solid #EEEEEE;
  gap: 8px;
}
