:root {
  --color-brown: #67544a;
  --color-brown2: #dcc3b6;
  --color-brown3: #dcc3b6;

  --color-orange1: #FF934A;

  --color-gray1: #ebebeb;
  --color-gray2: #f1f1f1;
  --color-gray3: #bfbfbf;

  /* background */
  --main-bg-img: white;
  --main-bg-color: #f9f9f9;
  --main-body-color: #5c5c5c;
  --main-mobile-color: #ede5e1;

  /* button color */
  --btn-main: #cbab9b;
  --btn-main-disabled: #dcc3b6;
  --btn-main-hover: #c9a18d;
  --btn-border-main: #cbab9b;

  --btn-minor: #8e786d;
  --btn-swiper: #cbab9b;
  --btn-time-active:#d9c0b3;
  --btn-ft-hover:#5c5c5c;
  --btn-info:#cebdb4;
  --btn-icon:#cbab9b;


  /* font color */
  --ft-main: #7b726d;
  --ft-minor: #D3D3D3;
  --ft-hover: #927c67;
  --ft-error: #eb3737;
  --ft-main-bottom: #67544a;
  --ft-info: #5c5c5c;
  --ft-dropmenu: #cbab9b;
  --ft-navbar-li:#acacac;
  --ft-label-classes: #20252a;
  --ft-body-color: #5c5c5c;
  --ft-pers-title-color: #5c5c5c;
  --ft-mobile-color: #000000;
  --ft-price:#5c5c5c;
  --ft-menu: #7b726d;
  --ft-bar-active:#ffffff
  --ft-buy: #000;

  /* home color */
  --tab-ft-main: #cbab9b;
  --tab-ft-active: #a68676;
  --tab-ft-active-after: #a68676;
  --header-ft-main: #acacac;
  --header-bg-main: #FFFFFF;
  --footer-color: #67544a;
  --bg-pers-color: #fff;
  
  /* bar color */
  --bar-main: #cbab9b;

}


/* button */
/* .btn, .btn:hover {
    color: #ffffff;
    border-radius: 8px;
} */
.btn,
.btn:hover {
  color: #ffffff;
  border-radius: 8px;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  opacity: 0.85;
}

.btn:disabled,
.btn-disabled {
  opacity: 0.6 !important;
  cursor: default !important;
}

.btn-confirm {
  background: var(--btn-main) !important;
  color: #ffffff !important;
}

.btn-cancel {
  border: 1px solid var(--btn-main) !important;
  color: var(--btn-main) !important;
}

/* 輸入框 */
input:hover,
input:focus,
input:active {
  box-shadow: none !important;
}

body {
  background: var(--main-bg-color);
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

.login.login-box {
  min-height: calc(100vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .login.login-box {
    min-height: calc(100vh - 30px);
  }

  .logo-store {
    width: 400px;
  }

  .btn,
  .btn:hover {
    border-radius: 12px;
  }
}

.login.login-box .login-container {
  max-width: 600px;
  padding: 0 20px;
  position: relative;
  top: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo img {
  width: 90%;
  margin-bottom: 120px;
  position: relative;
  top: 50px;
}

.login-content {
  margin: 20px 0 60px 0;
}

.login-content img {
  max-width: 300px;
}

.footer {
  background: var(--footer-color);
  color: #ffffff;
  line-height: 32px;
  padding: 5px 0px;
  /* position: absolute; */
  left: 50%;
  bottom: 0;
  /* transform: translateX(-50%); */
  width: 100%;
  font-size: 12px;
}

.bg-white-shadow {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 18px 4px rgba(248, 248, 248, 0.95);
  padding: 25px 18px 25px 18px;
  margin-bottom: 10px;
  min-height: 300px;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .bg-white-shadow {
    box-shadow: 0 0 10px 2px rgba(248, 248, 248, 0.7);
  }
}

.title-pink {
  color: var(--ft-main);
  font-size: 24px;
  font-weight: 900;
  display: block;
  text-align: center;
  padding: 15px 0;
  letter-spacing: -1px;
}

.title-step {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

.span-pink {
  color: var(--ft-main);
  font-size: 14px;
  font-weight: 900;
}

label .span-pink {
  position: relative;
  top: 2px;
  line-height: 30px;
}

.span-gray {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
}

a,
a:visited,
a:link,
a:active {
  color: inherit;
  color: var(--btn-main);
}

a:hover {
  color: var(--ft-hover) !important;
}

.text-decoration {
  text-decoration: none;
}

.error-text a,
.error-text a:visited,
.error-text a:link,
.error-text a:active {
  color: var(--ft-error);
}

.error-text a:hover {
  color: var(--ft-error) !important;
}

.errmsg {
  position: relative;
  top: -1px;
  color: var(--ft-error);
  font-weight: bold;
  font-size: 10px;
  padding-left: 16px;
}

@media (max-width: 1200px) {
  .errmsg {
    top: -2px;
    font-size: 19px;
  }
}

/* -----------------input--select----------------- */

input,
select,
textarea,
textarea:focus,
#dateTimeInputPink #dateTimeInput {
  border: #dadada 1px solid;
  -webkit-border-radius: 10px;
  border-radius: 8px;
  font-size: 14px !important;
  padding: 12px;
  color: #4b4b4b;
}

textarea {
  resize: none;
  outline: none;
}

#dateTimeInputPink #dateTimeInput {
  color: #6f6f6f;
}

#dateTimeInputPink #dateTimeInput:focus {
  box-shadow: none;
  color: #6f6f6f;
}

select {
  background: #ffffff;
  color: #6f6f6f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background-image: url(../img/icon/select_arrow.svg) no-repeat scroll right center transparent; */
  /* padding-right:20px; */
}

.select::-ms-expand {
  display: none;
}

input:disabled {
  background-color: #e2e2e2;
  border: #e2e2e2 1px solid !important;
}

.select-disabled {
  background-color: #e2e2e2;
  border: #e2e2e2 1px solid;
  /* background-image: url(../img/icon/select_arrow.svg) no-repeat scroll right center transparent; */
  /* padding-right:20px; */
}

option::-ms-expand {
  display: none;
}

option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

option:hover {
  color: #ffb98a;
  background-color: #fff8f3;
}

.input-icon~input {
  padding-left: 40px;
}

input:focus {
  padding: 11.5px;
  outline: none;
  border: var(--btn-main) 1px solid;
}

select:focus {
  outline: none;
  border: #dadada 1px solid;
}

.input-error input,
.input-error select,
.input-error #dateTimeInputPink #dateTimeInput {
  border: var(--ft-main) 1px solid;
}

.error-text {
  visibility: hidden;
  color: var(--ft-error);
  font-weight: 900;
  /* padding-bottom: 4px; */
  letter-spacing: -1px;
  font-size: 10px;
}

.input-error .error-text {
  visibility: visible;
}

.tip-text {
  letter-spacing: -0.7px;
}

.input-box {
  padding: 10px 40px;
}

.input-box label {
  position: relative;
  margin: 3px 0 0px 0;
  padding: 0 3px;
}

.input-box .label-chk {
  margin: 2px 0;
  padding-left: 4px;
}

.input-box .label-rb {
  margin: 10px 0;
  display: flex; /* 修復 Nuxt 編譯時 inline-block 空白間隙問題 */
}

::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  font-size: 14px;
}

.input-icon {
  position: absolute;
  top: 11px;
  left: 15px;
}

.input-icon-bk {
  position: absolute;
  top: 17px;
  right: 12px;
  z-index: 998;
}

.input-icon-Calendar {
  position: absolute;
  top: 52px;
  right: 20px;
  z-index: 998;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .input-icon-Calendar {
    top: 85px;
    right: 25px;
    width: 40px;
  }
}

.input-icon-haslabel {
  top: 44px;
}

.select-arrow-bk {
  position: absolute;
  top: 17px;
  right: 12px;
}

.select-arrow-haslabel {
  top: 44px;
}

.filter-orange {
  filter: invert(77%) sepia(9%) saturate(7%) hue-rotate(354deg) brightness(94%) contrast(87%);
}

.filter-hotpink {
  filter: invert(43%) sepia(97%) saturate(6346%) hue-rotate(324deg) brightness(98%) contrast(98%);
}

.filter-pink {
  filter: invert(71%) sepia(48%) saturate(5710%) hue-rotate(313deg) brightness(119%) contrast(98%);
}

/* --------------------checkbox-------------------- */

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+span {
  display: inline-block;
  font-size: 10px;
  padding-left: 18px;
  line-height: 18px;
  background: url(../img/element/chk_off.svg) no-repeat;
  user-select: none;
}

input[type="checkbox"]:checked+span {
  background: url(../img/element/chk_on.svg) no-repeat;
}

/* --------------------radiobutton-------------------- */

input[type="radio"] {
  display: none;
}

input[type="radio"]+span {
  display: inline-block;
  font-size: 15px;
  padding-left: 25px;
  line-height: 20px;
  background: url(../img/element/rb_off.svg) no-repeat;
  user-select: none;
}

input[type="radio"]:checked+span {
  background: url(../img/element/rb_on.svg) no-repeat;
}

input[type="radio"]:disabled+span {
  display: inline-block;
  font-size: 15px;
  padding-left: 25px;
  line-height: 20px;
  background: url(../img/element/rb_on_disabled.svg) no-repeat;
  user-select: none;
}


input[type="radio"]:checked:disabled+span {
  background: url(../img/element/rb_on_disabled.svg) no-repeat;
}

/* -----------------checkbox(store)----------------- */

.label-store input[type="checkbox"]+span,
.label-classes input[type="checkbox"]+span {
  margin: 8px;
  background: url(../img/element/rb_off.svg) no-repeat;
}

.label-store input[type="checkbox"]:checked+span,
.label-classes input[type="checkbox"]:checked+span {
  background: url(../img/element/rb_on.svg) no-repeat;
}

.label-store input[type="checkbox"]+span img,
.label-classes input[type="checkbox"]+span img {
  position: relative;
  top: -5px;
  padding-left: 12px;
  width: 100%;
}

/* --------------------button-------------------- */

.input-box .label-btn {
  margin-top: 30px;
}

.btn-text {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.btn-long {
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.btn-long img {
  width: 100%;
  height: 100%;
}

.btn-long .btn-text {
  top: 13px;
  font-size: 16px;
  font-weight: 900;
}

.btn-verify {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 110px;
  height: 40px;
  cursor: pointer;
}

.btn-verify img {
  width: 100%;
  height: 100%;
}

.btn-verify .btn-text {
  top: 11px;
  font-size: 12px;
  font-weight: 600;
}

.btn-link-pink {
  color: var(--ft-main);
  font-weight: normal;
  font-size: 16px;
  text-decoration-line: underline;
  cursor: pointer;
}

.btn-link-pink:hover {
  filter: opacity(0.7);
}

.btn-colorful {
  background: linear-gradient(92.29deg, #f6bc9a 0%, #f97d9a 100%);
  opacity: 0.65;
  border-radius: 1e13px;
}

.btn-colorful:disabled {
  background: linear-gradient(92.29deg, #f6bc9a 0%, #f97d9a 100%) !important;
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

.btn-colorful:hover {
  background: linear-gradient(92.29deg, #ff9d63 0%, #ff406c 100%);
  opacity: 0.95;
}

/* --------------------font size-------------------- */

.f-10 {
  font-size: 10px !important;
}



.header-logo-img {
  max-width: 110px;
  max-height: 65px;
  overflow: hidden;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  body {
    /* background: url(../img/bg/moble.svg) center center fixed no-repeat; */
    /* background: linear-gradient(90deg, #f6b39a 5%, #f9859a 90%);
    background-color: #f8949a; */
    /* background-color: var(--main-bg-color); */
    /* background-color: #ffffff; */
    background-size: cover;
  }

  .login.login-box {
    min-height: calc(100vh - 30px);
  }

  .logo img {
    width: 100%;
    padding: 0 20px;
  }

  .login-content img {
    max-width: 250px;
  }

  .header-logo-img {
    min-width: 110px;
    max-width: 165px;
    max-height: 120px;
  }

  .footer {
    line-height: 30px;
    font-size: 20px;
  }

  /* login */
  input {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .input-box {
    padding: 0px 6px 10px;
  }

  .input-box label {
    margin: 5px 0 0;
  }

  .input-box .label-chk {
    padding-left: 1px;
    margin: 8px 0;
    letter-spacing: -0.5px;
  }

  .input-box .label-rb {
    margin-top: 8px;
  }

  .btn-verify {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 110px;
    height: 40px;
    cursor: pointer;
  }
}

/* --------------------Universal(anyone)-------------------- */

.cursor-pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.text-right {
  position: absolute;
  display: inline;
  right: 4px;
  top: -2px;
  line-height: 30px;
}

.to-right {
  position: absolute !important;
  right: 0.9rem;
}

.mr-0 {
  right: 0 !important;
}

.items-center {
  display: flex;
  align-items: center;
}

.fs-sm {
  font-size: 16px;
}

/* --------swalNotification(sweetalert)-------- */

/* .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
	background: none!important;
} */

.swal2-popup {
  display: none;
  position: relative;
  width: auto;
  min-width: 320px;
  max-width: 380px;
  min-height: 13em;
  padding: 1.5em 0.5rem;
  border-radius: 10px !important;
  background: #fff;
  font-family: inherit;
  font-size: 0.6rem !important;
  box-shadow: 3px 3px 15px rgba(92, 92, 92, 0.35);
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  color: #4b4b4b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-content {
  color: #6f6f6f !important;
  font-size: 14px;
}

.swal2-actions {
  margin: 1em auto 0rem;
}

.swal2-close {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  color: #4b4b4b;
  font-size: 3.5em;
}

.swal2-close:hover,
.swal2-close:active {
  color: var(--btn-main);
  box-shadow: none !important;
}

.swal2-close:not(:focus-visible) {
  box-shadow: none !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  font-size: 16px !important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  min-width: 6.5em;
  left: 68px;
  top: 0px;
  border-radius: 9999px !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 4px;
}

.btn-primary {
  color: #ffffff !important;
  border: none !important;
  background: var(--btn-main) !important;
}

/* .btn-primary:hover, .btn-primary:active {
  background: var(--btn-main-hover) !important;
} */

.btn-default {
  color: var(--btn-minor) !important;
  border: 1px solid var(--btn-minor) !important;
  background: #ffffff !important;
}

.swal2-html-right {
  display: flex;
  position: relative;
  margin: 5px 0;
  flex-direction: column;
  align-items: flex-start;
}

.swal2-html-right .col-form-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
}

.swal2-popup textarea {
  width: 340px;
  height: 95px;
  border: 1.5px solid #a9a9a9 !important;
  font-size: 12px !important;
}

.swal2-select {
  width: 260px;
  height: 48px;
  margin: 0 0 4px;
  font-size: 14px !important;
}

.swal2-validation-message {
  margin: 0;
  padding: 0 0px 0 0;
  background: #ffffff;
  font-weight: 700;
  color: var(--ft-error);
}

.swal2-validation-message::before {
  display: none;
}

@media (max-width: 1200px) {
  .swal2-popup {
    max-width: 580px;
    padding: 40px;
  }

  .swal2-title {
    font-size: 28px !important;
  }

  .swal2-content {
    font-size: 26px;
    padding: 0;
  }

  .swal2-styled.swal2-confirm,
  .swal2-styled.swal2-cancel {
    font-size: 28px !important;
    height: 60px;
  }

  .swal2-close {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    color: #4b4b4b;
    font-size: 80px;
  }

  .swal2-select {
    width: 400px;
    height: 90px;
    margin: 0 0 10px;
    font-size: 26px !important;
    border-radius: 12px;
  }
}

/* -----------------text----------------- */

.text-mypink,
.text-mypink a {
  color: #ff99a8 !important;
  text-decoration: none;
}

.text-hotpink {
  color: var(--ft-error) !important;
}

.text-myorange,
.text-myorange a {
  color: var(--color-brown) !important;
  text-decoration: none;
}

.text-lightorange {
  color: var(--color-orange1) !important;
}

@media (max-width: 1200px) {
  .text-mypink {
    display: none;
  }
}

/* -------------header & menu------------- */

.app {
  position: relative;
}

.app-content {
  margin-left: 0 !important;
  padding: 0 14.75vw;
}

.app-header-wrap {
  height: 120px;
  /* margin-bottom: 38px; */
}

.app-header-fixed {
  padding: 0;
  height: 100%;
}

.app-header-fixed .header-bg {
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  /* box-shadow: 0px -10px 40px #b3b3b3; */
}

.app-header-fixed .app-header {
  /* max-width: 1200px; */
  align-items: center;
  margin: auto;
  height: 65px;
  padding: 0 50px;
}

.navbar-nav {
  border-top: none !important;
}

.menu-text {
  font-size: 30px;
}

.app-sidebar .menu .menu-item {
  position: relative;
  margin: 0 40px;
  padding: 28px 0;
}

.app-sidebar .menu .menu-item .menu-icon {
  width: 40px;
  padding-right: 5px;
  font-size: 30px;
}

.app-sidebar .menu .menu-item+.menu-item {
  border-top: 1px solid #c5c5c5;
}

.app-sidebar .menu .menu-item .menu-link {
  margin: 0 5px !important;
  padding: 7px 0px !important;
  line-height: 40px !important;
}

.app-header .navbar-mobile-toggler {
  padding: 0px !important;
}

.menu-mypink {
  color: var(--ft-main);
  font-size: 28px;
}

.menu-mypink-mobile {
  display: inline-flex;
  align-items: center;
  color: var(--ft-main);
  font-size: 30px;
  font-weight: bold;
}

.phoneNum {
  display: flex;
  align-items: center;
  color: var(--ft-main);
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
}

.menu-btnbox {
  position: absolute;
  right: 0;
  top: 37px;
}

.btn-white {
  border-radius: 100rem !important;
  box-shadow: none !important;
  border: solid 1px var(--btn-minor) !important;
  box-shadow: 2px 1000px 1px #fff inset !important;
  min-width: 6.5em;
  font-size: 19px !important;
  padding: 0.4375rem 0.5rem 0.4375rem 0.7rem !important;
  color: var(--btn-minor) !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  box-shadow: 2px 1000px 1px #fff inset !important;
  color: var(--btn-minor) !important;
}

.btn-pink,
.swal2-styled.swal2-confirm {
  color: #ffffff !important;
  background-color: var(--btn-main);
  /* background: linear-gradient(90deg, #f6b39a 5%, #f9859a 90%) !important; */
  border: none !important;
  border-radius: 50px !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  min-width: 6.5em;
  font-size: 19px !important;
  padding: 0.4375rem 0.5rem 0.4375rem 0.7rem !important;
}

.btn-pink:disabled {
  background-color: var(--btn-main-disabled);
  /* background: linear-gradient(92.29deg, #f6bc9a 0%, #f97d9a 100%) !important; */
  /* opacity: 0.35 !important; */
  cursor: not-allowed !important;
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
  background-color: var(--btn-main-hover);
  /* background: linear-gradient(92.29deg, #ff9d63 0%, #ff406c 100%) !important; */
  /* opacity: 0.95; */
  box-shadow: none !important;
}

.btn-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-lg {
  width: 400px !important;
  height: 38px !important;
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .btn-lg {
    width: 500px !important;
    height: 90px !important;
    font-size: 28px !important;
  }

  .btn-pink,
  .swal2-styled.swal2-confirm {
    font-size: 28px !important;
    height: 60px;
  }
}

.btn-middle {
  width: 100px;
  height: 38px;
  font-size: 16px !important;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item>.menu-link {
  color: #6f6f6f !important;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item.active>.menu-link {
  color: var(--ft-main) !important;
  background: none !important;
}

.app-sidebar .menu .menu-item.active>.menu-link .menu-icon {
  color: var(--ft-main) !important;
}


/* @media (max-width:1200px) { */

@media (max-width: 1200px) {
  .app-header-wrap {
    height: 0;
  }

  .app-header-fixed .header-bg {
    height: 119px;
  }

  .app-header-fixed {
    padding-top: 60px !important;
  }

  .app-sidebar-mobile-toggled .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
    background: rgba(32, 37, 42, 0.3) !important;
    display: block;
  }

  .app-header .navbar-header {
    width: 100%;
    height: 100%;
    padding: 24px 0px !important;
    display: flex;
    justify-content: space-between;
  }

  .app-header-fixed .app-header {
    height: 120px;
    left: 0;
  }

  .btn-middle {
    width: 180px;
    height: 65px;
    font-size: 26px !important;
  }
}

.app-header {
  background: var(--header-bg-main);
}

.has-scroll .app-header,
.app-header-shadow .app-header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* ---------------personal(pers)--------------- */

.pers-left-box {
  width: auto;
  height: 701px;
  margin-right: 0px !important;
}

.pers-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pers-box {
    min-width: 1000px;
  }
}

.pers-container {
  /* padding: 0 18.75%; */
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 286px minmax(896px, 1fr);
  grid-gap: 0 18px;
}

.pers-one-page {
  grid-template-columns: 1fr;
  min-height: calc(100vh - 225px);
  /* margin-top: 20px; */
}

.bg-pers {
  border-radius: 8px;
  position: relative;
  background-color: var(--bg-pers-color);
  box-shadow: 2px 2px 8px rgba(112, 112, 112, 0.3);
  padding: 40px 60px !important;
  margin-bottom: 16px;
  /* margin-top: 20px; */
  /* min-height: 170px; */
  max-width: 1200px;
}

.bg-pers-left {
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(112, 112, 112, 0.3);
  padding: 40px 20px !important;
  margin-bottom: 10px;
  margin-top: 20px;
  height: 100%;
}

.bg-pers-md {
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(112, 112, 112, 0.3);
  padding: 24px 60px 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 460px;
  max-width: 49% !important;
}

.bg-pers-lg {
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(112, 112, 112, 0.3);
  margin-bottom: 10px;
  margin-top: 20px;
  min-height: 380px;
  padding: 0;
  max-width: 1000px;
}

.bg-pers-lg .pers-title {
  margin: 24px 60px;
}

.pers-main .tabs {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .pers-main .tabs {
    margin: 0 0 20px 0;
  }
}

.pers-main .nav-tabs .nav-link {
  background-color: none;
  padding: 0.9rem 0rem;
  margin-bottom: -8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pers-main .nav-tabs .pers-title-name {
  width: auto;
  color: rgb(179 169 169 / 90%);
  font-size: 14px;
  font-weight: 600;
  margin: 0 6px 0 4px;
}

.pers-main .nav-tabs .active {
  padding: 0.9rem 0px;
  margin-right: -1px;
  margin-bottom: -8px;
  box-shadow: 8px -6px 8px -3px rgb(112 112 112 / 30%);
}

.pers-main .nav-tabs .active .pers-title-name {
  color: var(--ft-main);
  font-size: 18px;
  font-weight: 900;
  margin: 0 6px 0 4px;
}

.pers-main .nav-tabs .pers-title-line {
  display: none;
}

.pers-main .nav-tabs .active .pers-title-line {
  display: block;
}

.pers-title,
.pers-btn,
.pers-content span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pers-center {
  padding: 3px 0;
  position: relative;
  display: flex;
}

.pers-center span {
  display: flex;
  align-items: flex-start;
}

.pers-title-line {
  display: none;
  border-left: 4.5px solid var(--ft-main);
  height: 15px;
}

.pers-title-name {
  color: var(--ft-body-color);
  font-size: 15px;
  font-weight: 900;
  margin: 0 6px 0 4px;
}

.pers-title .pers-title-store {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  margin: 0 6px 0 4px;
}

.tabs-title {
  padding: 0 40px;
  position: relative;
  top: 1px;
}

.pers-main .nav-tabs .active .tabs-title {
  top: 0px;
}

.pers-main .nav-item+.nav-item .tabs-title {
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}

.pers-main .active+.nav-item .tabs-title {
  border-left: 1px solid red !important;
}

.pers-content .text-r {
  position: absolute;
  right: 0;
}

.pers-title span {
  font-size: 18px;
  font-weight: 600;
}

.pers-content span {
  font-weight: 600;
}

.pers-level {
  font-size: 12px;
  font-weight: 300;
  min-width: 110px;
  background-color: #8a7266;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 1px 10px;
}

.pers-level-sm {
  font-size: 12px;
  font-weight: 500;
  min-width: 37px;
  background-color: #8a7266;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin: 5px;
  margin-left: 0px;
  padding: 2px 7px 1px;
}

.pers-content span img {
  margin-right: 4px;
}

.pers-icon {
  width: 1.75rem;
  margin: 0 0.5rem;
  align-items: center;
  filter: invert(47%) sepia(7%) saturate(426%) hue-rotate(338deg) brightness(94%) contrast(90%);
}

.pers-icon-right {
  position: absolute;
  display: inline;
  right: 4px;
  line-height: 30px;
}

.icon-r-sm {
  left: 25%;
}

.pers-tab-icon {
  position: relative;
  top: 2.5px;
  width: 20px;
  align-items: center;
  filter: invert(47%) sepia(7%) saturate(426%) hue-rotate(338deg) brightness(94%) contrast(90%);
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .pers-tab-icon {
    width: 48px !important;
  }

  .pers-tab-icon-in-btn {
    width: 30px !important;
  }
}

.tab-border {
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
}

.link-gray a,
.link-gray a:visited,
.link-gray a:link,
.link-gray a:active {
  /* color: gray; */
  color: var(--ft-main);
  font-size: 12px;
  text-decoration: none;
}

.link-gray a:hover {
  /* color: gray !important; */
  color: var(--ft-hover) !important;
}

/* ----------------left-menu(web)---------------- */

.menu-top {
  text-align: center;
  border-bottom: 2px solid var(--color-gray1);
  margin: 0px 0px 40px 0px;
  padding: 0px 20px;
}

.menu-qrcode {
  display: flex;
  justify-content: center;
}

.menu-qrcode img {
  width: 100%;
}

.menu-name {
  margin: 20px 0;
}

.menu-title {
  line-height: 30px;
  /* font-size: .85rem; */
}

.icon-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-copy {
  position: relative;
  top: -1.5px;
  left: 1px;
  width: 0.9rem;
  align-items: center;
  filter: invert(47%) sepia(7%) saturate(426%) hue-rotate(338deg) brightness(94%) contrast(90%);
}

.icon-center img+span,
.icon-center span+span {
  padding: 0 5px 0 3px;
}

.bg-pers-left .pers-title {
  margin-left: 20px;
}

.bg-pers-left .menu-item {
  position: relative;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.bg-pers-left .menu-left {
  position: relative;
  top: 5px;
  border-radius: 0 50px 50px 0;
  width: 32px;
  height: 22px;
  line-height: 20px !important;
  margin-right: 10px;
  display: inline-block;
  display: -ms-flexbox;
}

.bg-pers-left .active .menu-left {
  background-color: #ff99a8;
}

.bg-pers-left .menu-icon {
  width: 14px;
  text-align: center;
  line-height: 20px;
  font-size: 0.8rem;
  display: inline-block;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
}

.bg-pers-left .menu-text {
  display: inline-block;
  display: -ms-flexbox;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* font-size: 16px; */
  line-height: 140%;
  font-size: 16px;
}

.menu-item a,
.menu-item a:link {
  color: #4b4b4b;
  text-decoration: none;
}

.bg-pers-left .active a,
.menu-item a:hover,
.menu-item a:active {
  color: var(--btn-minor) !important;
  text-decoration: none;
}

@media (max-width: 1200px) {

  #modalDialogQRcode .modal-dialog,
  #modalDialogQRcode2 .modal-dialog {
    max-width: 580px;
    margin: calc((100vh - 650px) / 2) auto;
  }

  #modalDialogQRcode .modal-content,
  #modalDialogQRcode2 .modal-content {
    border-radius: 16px;
  }

  #modalDialogQRcode .modal-header,
  #modalDialogQRcode2 .modal-header {
    flex-direction: column;
    padding-bottom: 0;
  }

  #modalDialogQRcode .menu-title,
  #modalDialogQRcode2 .menu-title {
    margin: 16px 0 56px;
  }

  #modalDialogQRcode .icon-copy,
  #modalDialogQRcode2 .icon-copy {
    width: 30px;
  }

  #modalDialogQRcode .modal-header .btn-close,
  #modalDialogQRcode2 .modal-header .btn-close {
    width: 60px;
    height: 60px;
    font-size: 30px;
    position: absolute;
    right: 12px;
  }
}

.btn-close{
  cursor: pointer;
}

/* ----------------course---------------- */

.pers-course {
  width: 100%;
  min-height: 80px;
  margin-top: 10px;
}

.pers-course .course {
  position: relative;
  padding: 8px 0;
}

.pers-course .course+.course {
  border-top: 1.5px solid var(--color-gray1);
}

.pers-course .course-time,
.pers-course .course-reserve,
.pers-course .course-reserve2,
.pers-course .course-comp {
  padding: 3px 0;
}

.pers-course .course-time {
  display: inline;
  font-weight: 900;
}

.pers-course .course-reserve,
.pers-course .course-reserve2 {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 14px;
  font-weight: 900;
}

.more {
  margin-bottom: 2px;
}

.more .more-hr {
  width: 38%;
  padding: 0;
}

.more .more-text {
  width: 24%;
}

.more .more-hr hr {
  margin: 0;
  height: 2px;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .pers-course .course {
    padding: 0px 0 15px;
  }

  .pers-course .course+.course {
    padding: 8px 0;
  }

  .pers-course .course-reserve {
    top: 22px;
  }
}

.pers-course .reserve .course-reserve {
  color: #6F6F6F;
}

.pers-course .reserve .course-reserve2 {
  color: #6F6F6F;
}

.pers-course .course-comp {
  font-size: 14px;
  font-weight: 600;
}

.pers-course-none {
  width: 100%;
  /* height: 290px; */
  margin-top: 10px;
  text-align: center;
}

.pers-course-none .course-none {
  font-size: 16px;
  font-weight: 500;
  padding: 130px 0 10px;
  color: #bfbfbf;
}

/* @media (max-width:767.98px) { */

@media (max-width: 1200px) {
  .pers-course-none {
    /* height: 105px; */
    margin: 0;
    padding-bottom: 24px;
    /* border-bottom: 2px solid #e2e2e2; */
  }

  .pers-course-none .course-none {
    font-size: 24px;
    padding: 0px 0 24px;
  }

  .pers-level-sm {
    font-size: 19px;
    line-height: 26.6px;
    padding: 4px 10px;
    margin-right: 11px;
  }

  .pers-course .course-time,
  .pers-course .course-reserve,
  .pers-course .reserve .course-reserve,
  .pers-course .course-comp {
    font-size: 24px;
    line-height: 33.6px;
  }
}

/* ----------------mobile---------------- */

.btn-pink-circle {
  color: #ffffff !important;
  background: var(--btn-main) !important;
  border: none !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100px !important;
  height: 100px !important;
  padding: 0 !important;
  font-size: 24px;
  line-height: 28.8px;
}

.btn-pink-circle:hover,
.btn-pink-circle:active {
  box-shadow: none !important;
  background: var(--btn-main-hover) !important;
}

.icon-mobile {
  margin-top: 18px;
}

.icon-mobile span {
  width: 22%;
  text-align: center;
}

.icon-mobile img {
  width: 30px;
}

.icon-mobile span+span {
  border-left: 2px solid var(--color-gray1);
}

.mobile-point {
  border: 2px solid #ffb98a;
  box-sizing: border-box;
  border-radius: 1000px;
  margin: 0 4px;
  padding: 18px 6px;
  display: flex;
  justify-content: center;
  min-width: 260px;
}

.mobile-point .mobile-point-text {
  font-size: 24px;
  font-weight: 500;
  margin-left: 2px;
}

.mobile-point .mobile-point-num {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-left: 5px;
}

.mobile-point .mobile-point-back {
  display: inline-block;
  color: #ffb98a;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  margin: 0 0 0 10px;
  padding-left: 10px;
  border-left: 1.5px solid #ffb98a;
}

.pers-main-top .bg-pers .pers-title-line,
.pers-main-bottom .pers-title-line {
  position: relative;
  top: 1px;
}

@media (min-width: 1200px) {
  .app-content {
    padding: 0 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


/* @media (max-width:1200pxpx) { */

@media (max-width: 1200px) {
  .app-content {
    padding: 59px 27px 27px !important;
  }

  .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bg-pers {
    border-radius: 16px;
    padding: 28px !important;
    margin-bottom: 20px;
    min-height: 170px;
    box-shadow: none;
  }

  .bg-pers.bg-pers-home {
    padding: 48px 36px !important;
  }

  .bg-pers-md,
  .bg-pers-lg {
    /* padding: 0px; */
    min-height: 10px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    max-width: 100vw !important;
  }

  .bg-pers-md {
    padding: 24px 40px 0px 40px;
  }

  .bg-pers-md+.bg-pers-md {
    padding: 24px 40px 40px 40px;
  }

  .pers-main-bottom {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 5px #f8f8fb;
    /* margin: 0 -27px; */
    min-height: calc(100vh - 520px);
    width: 100vw;
  }

  .pers-title .pers-title-line {
    display: none;
  }

  .pers-main .nav-tabs .active .pers-title-line {
    display: none;
  }

  .tabs-title {
    padding: 0 3px;
    top: -1px;
  }

  .pers-main .nav-tabs .active .tabs-title {
    top: 0px;
  }

  .pers-main .nav-tabs .active {
    padding: 0.6rem 0px 0.8rem;
    margin-right: -1px;
    margin-bottom: -8px;
    box-shadow: 8px -6px 8px -3px rgb(112 112 112 / 30%);
  }

  .pers-main .nav-tabs .nav-link {
    padding: 15px 0rem;
    box-shadow: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .pers-main .nav-tabs .pers-title-name,
  .pers-main .nav-tabs .active .pers-title-name {
    font-size: 20px;
    margin: 0px 12px;
  }

  .pers-main-bottom .pers-title {
    display: grid;
    text-align: center;
    margin-bottom: 24px;
  }

  .pers-title span {
    font-size: 24px;
    font-weight: 600;
    color: var(--ft-mobile-color);
  }

  .pers-main-bottom .pers-title span {
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    color: var(--ft-main);
  }

  .pers-main-bottom span.pers-title-store {
    font-size: 28px;
    font-weight: 500;
    margin: 0 6px 0 4px;
  }

  .pers-container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .link-gray a,
  .link-gray a:visited,
  .link-gray a:link,
  .link-gray a:active {
    color: #cecece !important;
    font-size: 20px;
    line-height: 33.6px;
  }

  .pers-title-more {
    color: #6f6f6f;
  }

  .pers-main-bottom .pers-title span.pers-title-more {
    line-height: 24px;
  }

  .pers-course .reserve .course-reserve2 {
    font-size: 24px;
    line-height: 33.6px;
  }
}

@media (max-width: 1200px) {
  .app-header .navbar-mobile-toggler {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .app-sidebar {
    padding-top: 0;
    z-index: 1021;
    left: -424px;
  }

  .app-sidebar-mobile-toggled .app-sidebar:not(.app-sidebar-end),
  .app-sidebar-mobile-toggled .app-sidebar-bg:not(.app-sidebar-end) {
    left: 0;
    width: 424px;
  }
}

/* ----------------NavTab---------------- */

.store-NavTab {
  padding: 24px 40px;
}

.tab-wrap {
  display: flex;
  flex-direction: row;
}

.tab-wrap .tab-item {
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  color: #6f6f6f;
  font-size: 14px;
  font-family: Noto Sans;
  text-align: center;
  border-bottom: solid 1.5px var(--color-gray1);
}

.tab-wrap .tab-item.active {
  /* background-color: var(--btn-main); */
  color: var(--btn-main);
  font-weight: 600;
  border-bottom: 4px solid var(--btn-main);
}

.tab-wrap .pills-tab {
  color: var(--btn-minor);
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid var(--btn-minor);
  border-radius: 999px;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 14px;
}

.tab-wrap .pills-tab:not(:first-child) {
  position: relative;
  margin-left: 12px;
}

/* .tab-wrap .pills-tab:not(:first-child):before {
  content: "";
  position: absolute;
  left: -27px;
  height: 100%;
  border-left: solid 1.5px #ffb98a;
} */

.tab-wrap .pills-tab:hover {
  color: #ffffff;
  background-color: var(--btn-minor);
  opacity: 0.4;
}

.tab-wrap .pills-tab.active,
.tab-wrap .pills-tab.active:hover {
  color: #ffffff;
  background-color: var(--btn-minor);
  opacity: 1;
}

@media (max-width: 1200px) {
  .tab-wrap .tab-item.active {
    border-bottom: 6px solid var(--btn-main);
  }

  .tab-wrap .pills-tab {
    font-size: 20px;
  }

  /* .store-NavTab {
    padding: 9px 0px 24px;
  }
  .tab-wrap .pills-tab {
    color: #ffb98a;
    white-space: nowrap;
    width: auto;
    line-height: 90px;
    background: #FFF8F0;
    box-shadow: 0px 1px 5px #FFB98A;
    border-radius: 16px;
    padding: 0 28px;
    margin-left: 40px;
  }
  .tab-wrap .pills-tab:not(:first-child) {
    margin-left: 16px;
  }
  .tab-wrap .pills-tab:not(:first-child):before {
    content: "";
    position: absolute;
    left: -27px;
    height: 100%;
    border-left: none;
  } */
}

/* ----------------NavTab---------------- */
.tab-link-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 80%;
  justify-content: center;
}

.tab-link-wrap .tab-item {
  cursor: pointer;
  width: 33%;
  padding: 10px 0 5px 0;
  color: var(--tab-ft-main);
  font-size: 16px;
  font-family: Noto Sans;
  text-align: center;
  transition: all 0.25ms ease-in-out;
  display: flex;
  justify-content: center;
}

.tab-link-wrap .tab-item.active {
  position: relative;
  font-weight: bold;
  color: var(--tab-ft-active);
}

.tab-link-wrap .tab-item.active:after {
  content: "";
  border-bottom: solid 2px var(--tab-ft-active-after);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

@media (max-width: 1200px) {
  .tab-link-wrap .tab-item.active:after {
    border-bottom: solid 4px var(--tab-ft-active-after);
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
  }
}

/* ----------------mobile-list---------------- */
.mobile-list {
  width: 100%;
  color: #6f6f6f;
  font-weight: 500;
  font-size: 24px;
}

.mobile-list-content {
  height: 112px;
  margin: 0px 40px;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-list .border-left-text {
  border-left: 1.5px solid var(--color-gray1);
  margin: 0 16px;
  padding-left: 16px;
}

.mobile-list-detail {
  background: var(--color-gray1);
  border-bottom: 2px solid #fff8f0;
}

.mobile-list-detail .list-items {
  height: auto;
  padding: 16px 40px;
}

.mobile-list-detail .list-items+.list-items {
  padding: 0px 40px 16px;
}

.mobile-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-list-row+.mobile-list-row {
  margin-top: 10px;
}

.mobile-list-end {
  display: inline-flex;
  width: 110px;
  padding-left: 16px;
  justify-content: flex-end;
  line-height: 24px;
}

.amt-box {
  background: #ffb98a;
  color: #ffffff;
  font-size: 20px;
  border-radius: 8px;
  padding: 1px 16px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ----------------creserveHistory---------------- */

.bg-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(112, 112, 112, 0.3);
  margin-bottom: 16px;
  /* margin-top: 20px; */
  max-width: 1200px;
  height: 100%;
  min-height: 75vh;
  position: relative;
}

.btn-gradient {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 0.5em;
  border: 1px solid var(--btn-main);
  background-color: var(--btn-main);
}

/* .btn-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.5em;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #f6bc9a, #f97d9a) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
} */

.btn-gradient span {
  padding: 2px 16px;
  font-weight: 700;
  color: #ffffff;
}

.tag {
  background-color: var(--color-brown);
  color: var(--color-gray1);
  font-weight: bold;
  font-size: 12px;
  padding: 4px 19px 4px 40px;
  box-shadow: 1.5px 1.5px 0px 1.5px #ffb98a;
  border-radius: 0px 11px 11px 0px;
  max-width: 104px;
  position: relative;
  left: -40px;
  margin-bottom: 24px;
}

.reserve-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, auto);
  gap: 10px;
}

.reserve-wrap .status {
  background-color: var(--btn-main);
  border-radius: 8px;
  padding: 4px 12px;
  margin-right: 12px;
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
}

.reserve-wrap .store-info {
  display: flex;
  flex-direction: row;
}

.detail-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 230px);
  gap: 16px 56px;
  padding: 16px 32px;
  text-align: left;
}

.detail-wrap .detail-title {
  color: #4b4b4b;
  font-weight: 800;
  margin-bottom: 6px;
}

.detail-wrap .detail {
  color: #6f6f6f;
  /* font-weight: 700; */
  white-space: nowrap;
}

.history-more {
  position: relative;
  margin: 48px 0;
}

.history-more>.more-hr {
  width: 100%;
  height: 1px;
  background-color: var(--color-brown);
}

.history-more>.more-text {
  width: auto;
  padding: 0 8px;
  background-color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}

.more-text img {
  width: 30px;
  height: 30px;
}

.history-wrap {
  border-bottom: 2px solid var(--color-gray1);
  padding: 16px 0 0 0;
}

.history-wrap .text {
  font-size: 24px;
}

.history-wrap .text #date {
  padding-right: 16px;
}

.history-wrap .text span {
  border-left: 2px solid var(--color-gray1);
  padding-left: 16px;
}

.history-mobile {
  background-color: #fafafa;
  padding: 16px 40px;
}

.history-mobile div:not(:last-child) {
  margin-bottom: 24px;
}

/* @media (max-width: 767px) {
  .bg-card {
    border-radius: 0px;
    box-shadow: none;
    min-height: 88vh;
    max-width: 100vw;
  }
} */

@media (max-width: 1200px) {
  .bg-card {
    border-radius: 0px;
    box-shadow: none;
    min-height: 88vh;
    max-width: 100vw;
  }

  .more-text img {
    width: 20px;
    height: 20px;
  }

  .m-text-18 {
    font-size: 18px !important;
  }

  .m-text {
    font-size: 20px !important;
  }

  .m-text-22 {
    font-size: 22px !important;
  }

  .m-text-24 {
    font-size: 24px !important;
  }

  .m-text-26 {
    font-size: 26px !important;
  }

  .m-text-28 {
    font-size: 28px !important;
  }

  .m-text-30 {
    font-size: 30px !important;
  }

  .m-text-35 {
    font-size: 35px !important;
  }

  .m-text-40 {
    font-size: 40px !important;
  }
  
  .m-text-bold{
    font-weight: bold;
  }
  .more .more-text {
    font-size: 26px;
  }

  .reserve-wrap {
    gap: 16px;
  }

  .reserve-wrap .status {
    font-size: 20px;
  }

  .reserve-wrap .store-info {
    flex-direction: column;
  }

  .datetime {
    font-weight: 800;
    font-size: 28px;
  }

  .detail-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .detail-wrap .detail-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 24px;
    margin-left: -40px;
  }

  .detail-wrap .detail-content>* {
    margin-left: 40px;
  }

  .tag {
    max-width: 166px;
    font-size: 24px;
  }

  .detail-title {
    font-weight: 700;
  }

  .tab-wrap .tab-item {
    font-size: 24px;
  }
}

/* @media screen and (max-width: 767.98px) { */

@media screen and (max-width: 1200px) {
  .desktop-only {
    display: none !important;
  }
}

/* @media screen and (min-width: 767.98px) { */

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.f-14 {
  font-size: 14px;
}

/* ----------------MemberReserve---------------- */

.solid-lightOrange {
  border-top: 2px solid var(--color-gray1);
  border-radius: 71.5px;
  flex: none;
  flex-grow: 0;
  margin: 0rem 0rem;
}

.label-pink {
  display: block;
  width: 100%;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
}

.form-group {
  position: relative;
}

.form-group .label-pink {
  padding: 14px 0 4px;
}

.label-gray {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 500;
}

.label-checkbox {
  width: auto;
  line-height: 40px;
}

.label-checkbox input[type="checkbox"]+span {
  padding-left: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #6f6f6f;
  margin-right: 16px;
  background: url(../img/element/chk_off.svg) no-repeat;
}

.label-checkbox input[type="checkbox"]:checked+span {
  background: url(../img/element/chk_on.svg) no-repeat;
}

@media screen and (max-width: 1200px) {
  .label-pink {
    font-size: 24px;
  }

  .label-gray {
    color: #6f6f6f;
    font-size: 24px;
    font-weight: 500;
  }

  .label-checkbox {
    min-width: 200px;
    line-height: 60px;
  }

  .label-checkbox input[type="checkbox"]+span {
    padding-left: 20px;
    font-weight: normal;
    font-size: 26px;
    margin-right: 30px;
  }
}

/* ----------------img---------------- */

img.logo-QBodySANADU {
  content: url(../img/logo/store.svg);
}

img.btn-menu {
  content: url(../img/button/menu.svg);
}

img.logo-QBody {
  content: url(../img/logo/QBody.svg);
}

img.logo-SANADU {
  content: url(../img/logo/SANADU.svg);
}

img.icon-Calendar {
  content: url(../img/header/Calendar.svg);
}

img.icon-ShoppingCartSimple {
  content: url(../img/header/ShoppingCartSimple.svg);
  filter: brightness(0) saturate(100%) invert(46%) sepia(6%) saturate(533%) hue-rotate(337deg) brightness(96%) contrast(87%);
}

img.icon-User {
  content: url(../img/header/User.svg);
}

img.icon-delete {
  content: url('../img/icon/trash.svg');
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(3536%) hue-rotate(348deg) brightness(112%) contrast(85%);
}


img.icon-cart {
	content: url(../img/icon/cart.png);
	width: 15px;
	height: 15px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(0%) hue-rotate(159deg) brightness(105%) contrast(90%);
  }


img.icon-cross {
  content: url(../img/icon/cross.svg);
}



img.icon-SignOut {
  content: url(../img/header/SignOut.svg);
}

img.icon-Calendar {
  content: url(../img/header/Calendar.svg);
}

img.icon-Calendar-bk {
  content: url(../img/icon/Calendar.svg);
}

img.icon-Phone {
  content: url(../img/personal-icon/Phone.svg);
}

img.icon-LINE {
  content: url(../img/personal-icon/LINE.svg);
  width: 40%;
}

img.icon-IG {
  content: url(../img/personal-icon/IG.svg);
}

img.icon-FB {
  content: url(../img/personal-icon/FB.svg);
}

img.icon-Clock {
  content: url(../img/personal-icon/Clock.svg);
}

img.icon-MapPin {
  content: url(../img/personal-icon/MapPin.svg);
}

img.icon-Copy {
  content: url(../img/personal-icon/Copy.svg);
}

img.icon-Point {
  content: url(../img/personal-icon/Point.svg);
}

img.icon-CircleDollar {
  content: url(../img/personal-icon/CircleDollar.svg);
}

img.icon-arrow-down {
  content: url(../img/courseHistory-icon/arrow-down.svg);
}

img.icon-store {
  content: url(../img/courseHistory-icon/store.svg);
}

img.icon-date {
  content: url(../img/courseHistory-icon/date.svg);
}

img.icon-address {
  content: url(../img/courseHistory-icon/address.svg);
}

/* ------------AccountSeting img------------ */
img.icon-Lock {
  content: url(../img/icon/Lock.svg);
}

img.icon-Envelope {
  content: url(../img/icon/Envelope.svg);
}

/* -------------icon(for menu)------------- */

img.img-QRcode {
  content: url(../img/QRcode.svg);
  width: 100%;
  height: 100%;
}

/* -------------icon(for pagination)------------- */

img.img-first-arrow {
  content: url(../img/element/first_arrow.svg);
}

img.img-prev-arrow {
  content: url(../img/element/prev_arrow.svg);
}

img.img-next-arrow {
  content: url(../img/element/next_arrow.svg);
}

img.img-last-arrow {
  content: url(../img/element/last_arrow.svg);
}

/* ----------------選擇門市---------------- */

.top .icon-box {
  position: absolute;
  right: 0;
}

.pers-reserve-icon {
  width: 22px;
  margin: 0 8px;
  align-items: center;
  filter: invert(44%) sepia(3%) saturate(27%) hue-rotate(34deg) brightness(98%) contrast(98%);
}

@media screen and (min-width: 1200px) {
  .top .pers-title span {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  img.icon-delete {
    width: 35px;
    height: 35px;
  }
  .top .pers-title-name {
    width: auto;
    color: var(--ft-main);
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .top .pers-title-store {
    color: #6F6F6F;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }

  .top .icon-box {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 22px;
    padding: 0;
  }

  .top .icon-box a {
    padding: 5px calc((100% - 350px) / 8);
  }

  .top .icon-box a+a {
    border-left: 2px solid var(--color-gray1);
  }

  .pers-reserve-icon {
    width: 48px;
    margin: 0 8px;
  }

  .store-name {
    width: auto;
  }
}

/* ----------------store-more(dropdown)---------------- */

.store-more {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6f6f6f;
  cursor: pointer;
  padding: 0 4px !important;
}

.store-more ol,
.store-more ul {
  padding: 2px 0;
}

.store-name .dropdown-menu {
  width: 204px;
  height: auto;
  border: none;
  border-radius: 4px;
  transform: translate3d(-75px, 30px, 0px) !important;
  /* transform: translate3d(-60px, -222px, 0px)!important; */
  box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 15%);
  position: relative;
  right: 20px;
}

.store-name .dropdown-menu .dropdown-item {
  color: #6f6f6f;
  line-height: 30px;
  width: auto;
  margin: 0;
  font-size: 14px;
}

.store-name .dropdown-item:hover,
.store-name .dropdown-item:focus {
  background-color: #f5f5f5;
}

.pers-title .btn-storeChange,
.btn-storeChange {
  background-color: #ffffff;
  color: var(--btn-main);
  font-weight: normal;
  font-size: 13px;
  border: 2px solid var(--btn-border-main);
  border-radius: 8px;
  padding: 0 4px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {

  .pers-title .btn-storeChange,
  .btn-storeChange {
    line-height: 120%;
    padding: 2px 8px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 20px;
    text-decoration-line: none;
  }

  .store-name .dropdown-menu {
    width: 330px;
    transform: translate3d(-170px, 50px, 0px) !important;
  }

  .store-name .dropdown-menu .dropdown-item {
    line-height: 50px;
    width: auto;
    font-size: 24px;
  }
}

/* -------------datetimepicker(md)------------- */

.datetimepicker-box .dateTimeInput {
  position: absolute;
  right: 8px;
  top: 6px;
  height: 25px;
  z-index: 998;
  cursor: pointer;
}

.datetimepicker-box .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 15%);
}

#dateTimeInputPink .bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 15px 15px 10px;
}

body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td.day.today,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td.day.today,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td.day.today,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td.day.today,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td.day.today {
  background: #eeeeee !important;
  color: #6f6f6f;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td,
#dateTimeInputPink .bootstrap-datetimepicker-widget table th {
  color: var(--btn-main);
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table thead tr:first-child th {
  color: #6f6f6f;
  line-height: 15px;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.active,
#dateTimeInputPink .bootstrap-datetimepicker-widget table td.active:hover {
  color: #6f6f6f;
  background-color: #eeeeee;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.day {
  color: #6f6f6f;
  border-radius: 99px !important;
  line-height: 0;
  width: 40px;
  height: 30px;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.day:hover {
  background-color: #eeeeee !important;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.day:active {
  color: #ffffff;
  background-color: var(--btn-main);
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.old,
#dateTimeInputPink .bootstrap-datetimepicker-widget table td.new,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td.day.today.new,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td.day.today.new,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td.day.today.new,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td.day.today.new,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td.day.today.new {
  color: #e2e2e2 !important;
}

body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td.day.active,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td.day.active,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td.day.active,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td.day.active,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td.day.active {
  color: #ffffff !important;
  background: var(--btn-main) !important;
}

#dateTimeInputPink .bootstrap-datetimepicker-widget table td.today:before {
  content: none;
}

body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.prev:hover,
body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.prev:focus,
body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.next:hover,
body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.next:focus,
body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.datepicker-switch:hover,
body #dateTimeInputPink .datepicker .datepicker-days table thead tr th.datepicker-switch:focus,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.prev:hover,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.prev:focus,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.next:hover,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.next:focus,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.datepicker-switch:hover,
body #dateTimeInputPink .datepicker .datepicker-months table thead tr th.datepicker-switch:focus,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.prev:hover,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.prev:focus,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.next:hover,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.next:focus,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.datepicker-switch:hover,
body #dateTimeInputPink .datepicker .datepicker-years table thead tr th.datepicker-switch:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.prev:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.prev:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.next:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.next:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.datepicker-switch:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table thead tr th.datepicker-switch:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.prev:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.prev:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.next:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.next:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.datepicker-switch:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table thead tr th.datepicker-switch:focus,
#dateTimeInputPink #dateTimeInputPink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.decade:hover,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.decade:focus,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.year:hover,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.year:focus,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.month:hover,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.month:focus,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.century:hover,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.century:focus,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.decade:hover,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.decade:focus,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.year:hover,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.year:focus,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.month:hover,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.month:focus,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.century:hover,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.century:focus,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.decade:hover,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.decade:focus,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.year:hover,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.year:focus,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.month:hover,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.month:focus,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.century:hover,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.century:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.decade:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.decade:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.year:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.year:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.month:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.month:focus,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.century:hover,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.century:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.decade:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.decade:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.year:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.year:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.month:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.month:focus,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.century:hover,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.century:focus {
  background: #fff4f6 !important;
}

body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.decade.active,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.year.active,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.month.active,
body #dateTimeInputPink .datepicker .datepicker-days table tbody tr td span.century.active,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.decade.active,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.year.active,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.month.active,
body #dateTimeInputPink .datepicker .datepicker-months table tbody tr td span.century.active,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.decade.active,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.year.active,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.month.active,
body #dateTimeInputPink .datepicker .datepicker-years table tbody tr td span.century.active,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.decade.active,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.year.active,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.month.active,
body #dateTimeInputPink .datepicker .datepicker-decades table tbody tr td span.century.active,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.decade.active,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.year.active,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.month.active,
body #dateTimeInputPink .datepicker .datepicker-centuries table tbody tr td span.century.active {
  background: var(--btn-main) !important;
}

body .datepicker .datepicker-days table tbody tr td.day.disabled,
body .datepicker .datepicker-months table tbody tr td.day.disabled,
body .datepicker .datepicker-years table tbody tr td.day.disabled,
body .datepicker .datepicker-decades table tbody tr td.day.disabled,
body .datepicker .datepicker-centuries table tbody tr td.day.disabled {
  color: #e2e2e2 !important;
}

/* -------------datetimepicker------------- */

#dateTimeInputPink-md .vdp-datepicker.inline .vdp-datepicker__calendar {
  border: 2px solid #ffb98a;
  padding: 20px 10px;
  font-size: 26px;
  border-radius: 12px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar header {
  padding: 20px 20px;
  line-height: 50px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar header span {
  font-size: 28px;
  color: var(--btn-main);
  font-weight: bold;
  width: calc(100% / 3);
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar header span.day__month_btn {
  color: #6f6f6f;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell.day-header {
  font-size: 26px;
  color: var(--btn-main);
  font-weight: normal;
  height: 50px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #6f6f6f;
  padding: 0;
  margin: calc((100% - 350px) / 14);
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell.selected {
  background: var(--btn-main) !important;
  color: #ffffff !important;
  border-radius: 9999px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  background: #fff4f6;
  color: #6f6f6f;
  border-radius: 9999px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  background: #fff4f6;
  color: #6f6f6f;
  border-radius: 9999px;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar header span:not(.disabled):hover,
#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar header span:not(.disabled):focus {
  background: #fff4f6 !important;
}

#dateTimeInputPink-md .vdp-datepicker .vdp-datepicker__calendar .cell.disabled {
  color: #e2e2e2 !important;
}

/*------- customDatePicker ------- */
#inline-datepicker .vdp-datepicker {
  min-height: 244px;
}

#inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell.selected {
  background: var(--btn-main) !important;
  color: #ffffff !important;
  border-radius: 9999px;
}

#inline-datepicker .vdp-datepicker.gray .vdp-datepicker__calendar .cell.selected {
  background: var(--btn-main) !important;
  color: #ffffff !important;
  border-radius: 9999px;
}

#inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: none;
  background: #e9ecef;
  color: #20252a;
  border-radius: 50px;
}

#inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell.day-header {
  color: var(--btn-main);
  font-size: 14px;
  font-weight: 700;
}

#inline-datepicker .vdp-datepicker__calendar .disabled {
  color: #e2e2e2 !important;
}

#inline-datepicker .vdp-datepicker .vdp-datepicker__calendar header {
  line-height: unset;
}

#inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell {
  height: 36px;
  line-height: 36px;
  color: #6f6f6f;
}

@media screen and (max-width: 1200px) {
  #inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell.day-header {
    font-size: 26px;
  }

  #inline-datepicker .vdp-datepicker {
    font-size: 26px;
  }

  #inline-datepicker .vdp-datepicker .vdp-datepicker__calendar header span {
    font-size: 28px;
  }

  #inline-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell {
    height: 52px;
    line-height: 52px;
  }
}
/* 日期選擇器高亮 */
.vdp-datepicker__calendar .highlighted {
  background-color: #E9ECEF !important;
  border-radius: 50px !important;
}

/* ----------------store---------------- */
.store-main {
  min-width: 1200px;
}

.store-wrap {
  border: solid 2px #f5f5f5;
  border-radius: 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  box-shadow: 0px 8px 0px #f5f5f5;
  background: #fff8f0;
  font-size: 24px;
  font-weight: 700;
  max-width: 65%;
  margin: 0 auto;
}

.store-wrap .brand {
  color: #6f6f6f;
  border-right: solid 2px #f5f5f5;
  margin-right: 16px;
  padding-right: 16px;
}

.store-wrap .store-more {
  font-size: 24px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.store-wrap .dropdown-menu {
  top: 20px !important;
  width: 100%;
  text-align: center;
  background: #fff8f0;
  border: 2px solid #f5f5f5;
  box-sizing: border-box;
  box-shadow: 0px 8px 0px #f5f5f5;
  border-radius: 16px;
}

.store-wrap .dropdown-item {
  font-size: 20px;
  font-weight: 400;
  color: #6f6f6f;
}

.store-wrap .dropdown-item:hover,
.dropdown-item:focus {
  background: #f5f5f5;
  color: #6f6f6f !important;
}

.store-class-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(270px, 1fr));
  gap: 60px 30px;
}

.store-class-wrap .picture-box {
  width: 270px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.store-class-wrap .picture {
  /* width: 270px; */
  height: 100%;
  background: #e9e9e9;
  margin: 0 auto;
  display: block;
  transition: filter 0.5s ease-in-out, transform 0.5s ease-in-out;
  border-radius: 5%;
}

.store-class-wrap figure {
  /* box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15); */
  box-sizing: border-box;
}

.store-class-wrap .info {
  width: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 140%;
  text-align: justify;
  color: #2e2e2e;
}

.store-class-wrap .name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--ft-hover);
  font-weight: 700;
  /* background-color: #fff; */
  padding: 16px 2px 6px;
  margin: -2px;
}

.store-class-wrap .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 2px;
  font-size: 12px;
  color: var(--ft-price);
}

.store-class-wrap .price span {
  color: #a1a1a1;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 10px;
  color: var(--ft-price);
}

.store-class-wrap figure:hover,
.store-class-wrap .active {
  /* box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.35); */
}

.store-class-wrap figure:hover .picture,
.store-class-wrap .active .picture {
  filter: opacity(0.3);
  background: #5f5f5f;
  transform: scale(1.03);
}

.store-class-wrap figure:hover .name,
.store-class-wrap .active .name {
  color: var(--ft-main);
}

/* .store-class-wrap figure:hover .price span,
.store-class-wrap .active .price span {
  color: var(--ft-main);
} */

.store-point-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(384px, 1fr));
  gap: 24px;
}

.store-point-wrap figure {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
  border: solid 2px transparent;
  box-sizing: border-box;
  background: #fff;
  padding: 24px 8px;
}

.box {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
  border: solid 2px transparent;
  box-sizing: border-box;
  background: #fff;
  padding: 24px 8px;
}

.store-point-wrap .price span {
  color: #6f6f6f;
  font-size: 10px;
  text-decoration: line-through;
  margin-left: 8px;
}

.store-point-wrap figure:hover,
.store-point-wrap .active-point {
  background: var(--btn-main);
}

.store-point-wrap figure:hover .hover-white,
.store-point-wrap .active-point .hover-white {
  color: #fff !important;
}

.store-point-wrap figure:hover .reward-point,
.store-point-wrap .active-point .reward-point {
  color: #fff !important;
}


.store-point-wrap figure:hover,
.store-point-wrap .active-point .font-white {
  color: #fff !important;
}

.store-point-wrap figure:hover .price span {
  color: #fff !important;
}

.store-point-wrap figure:hover .point-img,
.store-point-wrap .active-point .point-img {
  filter: brightness(0) invert(1);
}

#modalDialog {
  top: 30%;
}

@media (max-width: 1200px) {

  .store-class-wrap,
  .store-point-wrap {
    grid-template-columns: repeat(2, minmax(40vw, 1fr));
    gap: 32px 16px;
  }

  .store-class-wrap .picture-box {
    width: 43vw;
    height: 43vw;
  }

  .store-class-wrap .picture {
    /* width: 100%; */
    height: 100%;
    /* background-size: cover; */
  }

  .store-class-wrap figure:hover .picture,
  .store-class-wrap .active .picture {
   transform: scale(1);
 }

  .store-class-wrap .name {
    flex-direction: column;
    justify-content: center;
  }

  .store-class-wrap .price {
    justify-content: center;
  }

  .store-class-wrap .price span {
    font-size: 20px;
  }

  .store-main {
    min-width: unset;
    margin: 0 -27px;
  }

  #modalDialog {
    top: 40%;
  }
}

/*breadcrumb*/

.breadcrumb {
  height: 17px;
  margin: 12px 0;
}

.breadcrumb .breadcrumb-item {
  line-height: inherit;
  font-size: 12px;
}

.breadcrumb .breadcrumb-item a {
  color: #6f6f6f;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6f6f6f;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6f6f6f !important;
  content: var(--bs-breadcrumb-divider, ">");
}

.modal-header {
  border-bottom: transparent;
}

#reserveModalDialog {
  height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#reserveModalDialog .modal-content {
  width: 320px;
  height: 218px;
}

.hotpink-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 17px;
  background: var(--ft-error);
  color: #ffffff;
  border-radius: 99999px;
  font-weight: 600;
  font-size: 9px;
  margin: 0px 4px;
  padding: 0px 4px;
  position: relative;
  top: -0.5px;
}

.no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bfbfbf;
  padding-top: 180px;
  padding-bottom: 10px;
}

.form-select,
.form-select:focus {
  font-weight: 500;
  border-color: #dadada;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media(max-width: 1200px) {
  .no-data {
    font-size: 24px;
    padding-top: 280px;
  }

  .form-select,
  .form-select:focus {
    border-radius: 12px;
    font-size: 24px !important;
  }

  #reserveModalDialog .modal-content {
    width: 100%;
    height: auto;
  }

  .modal .modal-header {
    padding: 24px;
  }

  .modal-body {
    padding: 0 34px 24px;
  }

  .btn-close {
    font-size: 24px;
  }
}

/*--------------------------------------*/

.reserve-title {
  color: var(--btn-main);
  font-weight: 700;
}

.remark-box {
  border-radius: 8px;
  padding: 10px 16px;
  background: #fbf3ef;
  font-size: 13px;
  line-height: 22px;
  color: #6f6f6f;
}

.remark-box .title {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .remark-box {
    font-size: 26px;
    padding: 32px 24px;
  }

  .remark-box .title {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .swal2-input {
    font-size: 28px !important;
    color: #4b4b4b;
  }
}

@media (max-width:767.98px) {
  .qty-input .minus::after{
      top: 0px !important;
}
}