@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

*:focus,
*:active {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  line-height: 22px;
  font-size: 14px;
}

button {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif !important;
}

.loading-spinner {
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.3);  
  z-index: 9999999; 
  display: none;  
}
.div-spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.5em;
}

.app {
  margin: auto;
  width: calc(100% - 30px);
  position: relative;
  max-width: 500px;
  min-height: 100vh;
}

.app .bg-full {
  min-height: 100vh;
  background-image: url("../images/login-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.app .app-body {
  background-color: #f8f8f8;
  height: 100%;
}

.app .head-area {
  height: 60px;
  background-color: #62388b;
  padding: 17px 25px;
}

.fs-content {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.boder-radius-none {
  border-radius: 0;
}

.app .content-area {
  padding: 33px 8px;
}

.head-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

body.offcanvas-active {
  overflow: hidden;
}

.section-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  max-width: 428px;
  z-index: 1;
  background-color: white;
}

.open-navbar {
  padding: 0 10px;
}

.open-navbar i {
  font-size: 24px;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.fs-title {
  color: #62388b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.offcanvas-header {
  display: block;
}

.mobile-offcanvas {
  visibility: hidden;
  transform: translateX(-100%);
  border-radius: 0;
  display: block;
  /* position: absolute; */
  position: fixed;
  top: 0;
  /* top: -48px;  */
  left: 0;
  height: 100%;
  z-index: 1200;
  width: 80%;
  transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.mobile-offcanvas.show {
  visibility: visible;
  transform: translateX(0);
}

.mobile-offcanvas .container,
.mobile-offcanvas .container-fluid {
  display: block;
}

.mobile-offcanvas .navbar-nav .nav-link {
  font-weight: 600;
  color: #444;
  padding: 12px 4px;
}

.header-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 18px;
}

.center-control {
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}

.login_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18%;
  margin-bottom: 74%;
}

.login_head p {
  font-size: 15px;
  padding-top: 20px;
  font-weight: 800;
}

.footer-control {
  display: flex;
  /* width: 100%; */
  /* margin-top: 115.87px; */
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
}

.wrap-label {
  gap: 15px;
}

.status {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
}

.status.possible {
  color: #2f00ff;
}

.status.impossible {
  color: #ff0f0f;
}

.footer-control .title {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20.28px;
  color: white;
}

.footer-control .link {
  margin-bottom: 13px;
  font-weight: 300;
  line-height: 23.66px;
  color: white;
  text-decoration: underline;
}

.footer-control .company {
  margin: 0;
  color: white;
  font-size: 10px;
  font-weight: 300;
}

select {
  border: 1px solid #6c757d;
  width: 100%;
  padding: 4px 5px;
  font-weight: 600;
}

.input-rounded {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.btn-menu {
  background: #008aec;
  width: 100%;
  padding: 16px 0;
  border-radius: 9px;
  text-align: center;
  border: none;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  color: white;
  font-size: 15px;
  line-height: 23.38px;
}

.btn-menu1 {
  background: white;
  width: 100%;
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ff3478;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  color: #ff3478;
  font-size: 18px;
}

.btn-menu:disabled {
  background: #f1f1f1;
  color: #9d9c9c;
}

#booking-datepicker {
  margin-top: 10px;
}

#booking-datepicker .ui-datepicker {
  width: 100%;
}

.dark-grayish-violet-color {
  color: #9b989e;
}

.dark-grayish-magenta-color {
  color: #918f91;
}

.form-check-input {
  height: 20px;
  width: 20px;
  margin-top: 0.1rem;
  margin-left: -1.7rem;
}

.form-check {
  padding-left: 2.25rem;
}

.noti-text {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #8e8c91;
}

.btn-reservation-cancellation {
  font-size: 13px;
  line-height: normal;
  color: #ace3be;
  font-weight: 600;
  background-color: #00aa3c;
  border-radius: 8px;
  max-width: 135px;
  padding: 4px 0;
}

.btn-reservation-cancellation:hover {
  color: #ace3be;
}

.wrap-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px 15px;
  box-shadow: 0px 100.687px 80.549px 0px rgba(0, 0, 0, 0.02),
    0px 65.26px 47.174px 0px rgba(0, 0, 0, 0.02),
    0px 38.783px 25.656px 0px rgba(0, 0, 0, 0.01),
    0px 20.137px 13.089px 0px rgba(0, 0, 0, 0.01),
    0px 8.204px 6.563px 0px rgba(0, 0, 0, 0.01),
    0px 1.865px 3.17px 0px rgba(0, 0, 0, 0);
}

.ticket-name {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #848282;
}

.ticket-status {
  font-size: 10px;
  line-height: normal;
  font-weight: 500;
  color: #9d9ea6;
}

.duration-ticket {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #0b0c15;
}

.btn-check-ticket {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  background-color: #62388b;
  border-radius: 8px;
  max-width: 71px;
}

.btn-check-ticket:hover {
  color: #fff;
}

.mt-22 {
  margin-top: 22px;
}

.p-20 {
  padding: 20px !important;
}

.gap-6 {
  gap: 6px;
}

.gap-20 {
  gap: 20px;
}

.wrap-code-ticket {
  border-radius: 12px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 24.165px 24.165px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gap-10 {
  gap: 10px;
}

.name-barcode {
  line-height: normal;
  letter-spacing: -0.403px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.used-ticket::after {
  content: "";
  background: rgba(62, 44, 44, 0.73);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  box-shadow: none;
  pointer-events: none;
}

.used-ticket::before {
  content: "사용완료";
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #71c372;
  font-size: 23px;
  line-height: normal;
  font-weight: 900;
  border: 10px solid #71c372;
  border-radius: 50%;
  aspect-ratio: 1;
  height: 83%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gap-22 {
  gap: 22px;
}

.devive {
  max-width: 106px;
  background: #d9d9d9;
  height: 1px;
  border: none;
  margin-top: 14px !important;
  margin-bottom: 7px !important;
}

.title-list-content {
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.403px;
  color: rgba(99, 99, 99, 0.8);
}

.item-list-content {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.403px;
}

.btn-room-inquiry {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px;
  max-width: 350px;
  background: #62388b;
  border-radius: 0;
}

.btn-same-as-purchaser {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #62388b;
  background: #62388b;
  border-radius: 0;
}

.btn-room-inquiry:hover,
.btn-same-as-purchaser:hover {
  color: #fff;
}

.input-login {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 49px;
  color: #333 !important;
  font-weight: 400;
  line-height: normal;
  padding: 11px 20px;
  font-size: 15px;
  text-align: center;
}

.gap-17 {
  gap: 17px;
}

.pin-incorrect-mess {
  color: #171818;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.image-error-modal {
  max-width: 110px;
  height: auto;
  width: 100%;
  margin: auto;
}

.header-booking-room {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.7px;
  margin: 0;
  text-align: center;
}

.wrap-header-booking-room {
  background-color: #62388b;
  padding: 13px;
}

.wrap-body-booking-room {
  background-color: #ebebeb;
  padding: 20px;
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
}

.wrap-box-room-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.box-room-item {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-room-item.room-closing .title-box-room-item {
  color: #8c8d8f;
}

.box-room-item.room-closing .content-box-room-item .room-price {
  color: #ff0000;
}

.title-box-room-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.38px;
  margin: 0;
  text-align: center;
}

.content-box-room-item {
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.content-box-room-item .room-thumbnail {
  width: 100%;
  aspect-ratio: 1 / 0.52;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
}

.content-box-room-item .room-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.7px;
  letter-spacing: -0.03em;
  color: #090909;
  margin: 0;
  text-align: center;
}

.list-booking-rooms-area {
  max-width: 350px;
  width: 100%;
  margin: auto;
  max-height: 650px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 5px;
  height: 5px;
  background-color: #bfbfbf;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #777777;
}

.mt-30 {
  margin-top: 30px;
}

.flatpickr-input[readonly] {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%233d3b36' d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-left: 30px;
}

.info-room-container {
  display: flex;
  gap: 4px;
  align-items: center;
}

.info-room-item {
  display: flex;
  gap: 3px;
  align-items: center;
  margin: 0;
}

.info-room-item span {
  font-weight: 300;
  font-size: 10px;
  line-height: 11.69px;
  color: #41454c;
}

.btn-activity {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.7px;
  letter-spacing: -3%;
  color: #ffffff;
  background-color: #a07ac5;
  border-radius: 8px;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
}

.box-room-item.room-diable .btn-activity {
  pointer-events: none;
  background-color: #bfbfbf;
}
