@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("//cdn.jsdelivr.net/npm/@mdi/font@6.9.96/css/materialdesignicons.min.css");
html,
body {
  height: 100%;
  overflow: visible;
}

p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.f-poppins {
  font-family: "Poppins";
}

.f-playfair {
  font-family: "Playfair Display";
}

.f-13px {
  font-size: 13px;
  line-height: 13px;
}

.f-ls-13px {
  letter-spacing: 13px;
}

.f-lh-13px {
  line-height: 13px;
}

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

.f-ls-14px {
  letter-spacing: 14px;
}

.f-lh-14px {
  line-height: 14px;
}

.f-16px {
  font-size: 16px;
  line-height: 16px;
}

.f-ls-16px {
  letter-spacing: 16px;
}

.f-lh-16px {
  line-height: 16px;
}

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

.f-ls-20px {
  letter-spacing: 20px;
}

.f-lh-20px {
  line-height: 20px;
}

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

.f-ls-30px {
  letter-spacing: 30px;
}

.f-lh-30px {
  line-height: 30px;
}

.f-36px {
  font-size: 36px;
  line-height: 36px;
}

.f-ls-36px {
  letter-spacing: 36px;
}

.f-lh-36px {
  line-height: 36px;
}

.f-48px {
  font-size: 48px;
  line-height: 48px;
}

.f-ls-48px {
  letter-spacing: 48px;
}

.f-lh-48px {
  line-height: 48px;
}

.f-60px {
  font-size: 60px;
  line-height: 60px;
}

.f-ls-60px {
  letter-spacing: 60px;
}

.f-lh-60px {
  line-height: 60px;
}

.f-fw-100 {
  font-weight: 100;
}

.f-fw-200 {
  font-weight: 200;
}

.f-fw-300 {
  font-weight: 300;
}

.f-fw-400 {
  font-weight: 400;
}

.f-fw-500 {
  font-weight: 500;
}

.f-fw-600 {
  font-weight: 600;
}

.f-fw-700 {
  font-weight: 700;
}

.f-fw-800 {
  font-weight: 800;
}

.f-fw-900 {
  font-weight: 900;
}

.f-000 {
  color: #000;
}

.f-222 {
  color: #222;
}

.f-ccc {
  color: #ccc;
}

.f-666 {
  color: #666;
}

.f-999 {
  color: #999;
}

.v-input__control .v-field__field {
  align-items: inherit !important;
}

.v-text-field__prefix {
  opacity: inherit !important;
}

.v-input__control .v-field__input,
.v-input__control .v-field__input:focus,
.v-input__control .v-field__input:hover {
  background-color: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  border: inherit !important;
  border-radius: inherit !important;
  box-shadow: inherit !important;
  appearance: inherit !important;
  outline: inherit !important;
  height: var(--v-input-control-height) !important;
}

.v-autocomplete input,
.v-text-field input {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 3px;
  min-height: 20px;
}

@keyframes skeleton-loading {
  0% {
    background-color: #aaa;
  }
  100% {
    background-color: #bbb;
  }
}
.wp-admin .v-input input {
  background: none !important;
  padding: 0;
  margin: 0;
  height: auto;
}

.saswp-vcalendar .vc-header {
  background: rgba(238, 238, 238, 0.2666666667) !important;
  height: 60px;
  margin: 0;
}
.saswp-vcalendar .vc-title, .saswp-vcalendar .vc-title * {
  text-transform: uppercase;
  font-weight: 800;
}
.saswp-vcalendar .vc-day {
  width: 45px;
  height: 45px;
}
.saswp-vcalendar .vc-saswp-vcalendar {
  background-color: rgb(var(--v-theme-primary)) !important;
  color: #fff !important;
}

[test], [test] * {
  outline: solid 1px red;
}

.container-global-index {
  margin: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0 10px;
  height: 100%;
  min-height: 100vh;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.floater-nav-card {
  z-index: 999;
  margin: 0;
  background: transparent;
  opacity: 0.95;
  box-shadow: -5px 0px 14px 0px rgba(0, 0, 0, 0.3);
}

.fixed-nav {
  width: inherit;
  position: fixed;
  bottom: 0;
  max-width: 100%;
  left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.price-box {
  font-size: 1rem;
  color: #000;
}
.price-box .price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.box {
  box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.35);
  padding: 1rem;
  border-radius: 10px;
}

.basic-icons .icon {
  font-size: 30px;
}

.title-configs {
  text-align: center;
  font-size: 2rem;
  line-height: 48px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

/*# sourceMappingURL=app.css.map */
