@charset "UTF-8";/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-img {
  --v-theme-overlay-multiplier: 3;
  z-index: 0;
}
.v-img.v-img--absolute {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-img.v-img--fit-content {
  max-width: fit-content;
}
.v-img.v-img--fit-content > .v-img__img {
  position: relative;
}
.v-img.v-img--fit-content > .v-responsive__sizer {
  display: none;
}
.v-img--booting .v-responsive__sizer {
  transition: none;
}
.v-img--rounded {
  border-radius: 4px;
}

.v-img__img,
.v-img__picture,
.v-img__gradient,
.v-img__placeholder,
.v-img__error {
  z-index: -1;
}
.v-img__img,
.v-img__picture,
.v-img__gradient,
.v-img__placeholder,
.v-img__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-img__img--preload {
  filter: blur(4px);
}
.v-img__img--contain {
  object-fit: contain;
}
.v-img__img--cover {
  object-fit: cover;
}

.v-img__gradient {
  background-repeat: no-repeat;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-responsive {
  display: flex;
  flex: 1 0 auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.v-responsive--inline {
  display: inline-flex;
  flex: 0 0 auto;
}

.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}

.v-responsive__sizer ~ .v-responsive__content {
  margin-inline-start: -100%;
}

.v-responsive__sizer {
  flex: 1 0 0px;
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content auto max-content;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  max-width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: none;
  transition-property: box-shadow, transform, opacity, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  flex-shrink: 0;
}
.v-locale--is-rtl .v-btn {
  text-indent: -0.0892857143em;
}
.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 20px;
  font-size: var(--v-btn-size);
  min-width: 36px;
  padding: 0 8px;
}

.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 28px;
  font-size: var(--v-btn-size);
  min-width: 50px;
  padding: 0 12px;
}

.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 36px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 16px;
}

.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 44px;
  font-size: var(--v-btn-size);
  min-width: 78px;
  padding: 0 20px;
}

.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 52px;
  font-size: var(--v-btn-size);
  min-width: 92px;
  padding: 0 24px;
}

.v-btn.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -12px);
}

.v-btn {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-btn--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn--absolute {
  position: absolute;
}
.v-btn--fixed {
  position: fixed;
}
.v-btn:hover > .v-btn__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn:focus-visible > .v-btn__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn:focus > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-btn--variant-plain {
  opacity: 0.62;
}
.v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
  opacity: 1;
}
.v-btn--variant-plain .v-btn__overlay {
  display: none;
}
.v-btn--variant-elevated, .v-btn--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn--variant-elevated {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-outlined {
  border: thin solid currentColor;
}
.v-btn--variant-text .v-btn__overlay {
  background: currentColor;
}
.v-btn--variant-tonal .v-btn__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-btn .v-btn__underlay {
  position: absolute;
}
@supports selector(:focus-visible) {
  .v-btn::after {
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-btn:focus-visible::after {
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--icon {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
}
.v-btn--icon.v-btn--size-default {
  --v-btn-size: 1rem;
}
.v-btn--icon.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
  height: calc(var(--v-btn-height) + 12px);
}
.v-btn--icon.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
  height: calc(var(--v-btn-height) + 0px);
}
.v-btn--icon.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn--elevated:hover, .v-btn--elevated:focus {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--elevated:active {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--flat {
  box-shadow: none;
}
.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100%;
}
.v-btn--spaced {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
}
.v-btn--spaced.v-btn--spaced-start > .v-btn__content {
  justify-content: end;
}
.v-btn--spaced.v-btn--spaced-end > .v-btn__content {
  justify-content: start;
}
.v-btn--disabled {
  pointer-events: none;
  opacity: 0.26;
}
.v-btn--disabled:hover {
  opacity: 0.26;
}
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
  box-shadow: none;
  opacity: 1;
  color: rgba(var(--v-theme-on-surface), 0.26);
  background: rgb(var(--v-theme-surface));
}
.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
  opacity: 0.4615384615;
}
.v-btn--loading {
  pointer-events: none;
}
.v-btn--loading .v-btn__content,
.v-btn--loading .v-btn__prepend,
.v-btn--loading .v-btn__append {
  opacity: 0;
}
.v-btn--stacked {
  grid-template-areas: "prepend" "content" "append";
  grid-template-columns: auto;
  grid-template-rows: max-content max-content max-content;
  justify-items: center;
  align-content: center;
}
.v-btn--stacked .v-btn__content {
  flex-direction: column;
  line-height: 1.25;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--start,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-inline: 0;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__content > .v-icon--start {
  margin-bottom: 4px;
}
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-top: 4px;
}
.v-btn--stacked.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 56px;
  font-size: var(--v-btn-size);
  min-width: 56px;
  padding: 0 12px;
}

.v-btn--stacked.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 64px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 14px;
}

.v-btn--stacked.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 72px;
  font-size: var(--v-btn-size);
  min-width: 72px;
  padding: 0 16px;
}

.v-btn--stacked.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 80px;
  font-size: var(--v-btn-size);
  min-width: 80px;
  padding: 0 18px;
}

.v-btn--stacked.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 88px;
  font-size: var(--v-btn-size);
  min-width: 88px;
  padding: 0 20px;
}

.v-btn--stacked.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn--stacked.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -16px);
}

.v-btn--stacked.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -24px);
}

.v-btn--slim {
  padding: 0 8px;
}
.v-btn--readonly {
  pointer-events: none;
}
.v-btn--rounded {
  border-radius: 24px;
}
.v-btn--rounded.v-btn--icon {
  border-radius: 4px;
}
.v-btn .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-btn--icon .v-icon {
  --v-icon-size-multiplier: 1;
}
.v-btn--stacked .v-icon {
  --v-icon-size-multiplier: 1.1428571429;
}
.v-btn--stacked.v-btn--block {
  min-width: 100%;
}

.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-btn__loader > .v-progress-circular {
  width: 1.5em;
  height: 1.5em;
}

.v-btn__content,
.v-btn__prepend,
.v-btn__append {
  align-items: center;
  display: flex;
  transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-btn__prepend {
  grid-area: prepend;
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn--slim .v-btn__prepend {
  margin-inline-start: 0;
}

.v-btn__append {
  grid-area: append;
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--slim .v-btn__append {
  margin-inline-end: 0;
}

.v-btn__content {
  grid-area: content;
  justify-content: center;
  white-space: nowrap;
}
.v-btn__content > .v-icon--start {
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn__content > .v-icon--end {
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--stacked .v-btn__content {
  white-space: normal;
}

.v-btn__overlay {
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.v-btn__overlay,
.v-btn__underlay {
  pointer-events: none;
}
.v-btn__overlay,
.v-btn__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-pagination .v-btn {
  width: auto;
  padding-inline: 5px;
}
.v-pagination .v-btn.v-btn--density-default {
  min-width: calc(var(--v-btn-height) + 12px);
}
.v-pagination .v-btn.v-btn--density-comfortable {
  min-width: calc(var(--v-btn-height) + 0px);
}
.v-pagination .v-btn.v-btn--density-compact {
  min-width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-btn {
  border-radius: 4px;
}
.v-pagination .v-btn--rounded {
  border-radius: 50%;
}
.v-pagination .v-btn__overlay {
  transition: none;
}
.v-pagination__prev .v-btn, .v-pagination__next .v-btn {
  padding-inline: 0;
}
.v-pagination__prev .v-btn.v-btn--density-default, .v-pagination__next .v-btn.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
}
.v-pagination__prev .v-btn.v-btn--density-comfortable, .v-pagination__next .v-btn.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
}
.v-pagination__prev .v-btn.v-btn--density-compact, .v-pagination__next .v-btn.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
  opacity: var(--v-border-opacity);
}

@media (forced-colors: active) {
  .v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
    border: thin solid;
  }
  .v-btn:focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
  opacity: 1;
}
@media (forced-colors: active) {
  .v-btn-toggle > .v-btn:not(.v-btn--disabled) {
    border-color: buttontext !important;
  }
  .v-btn-toggle > .v-btn:not(.v-btn--disabled):focus-visible {
    outline: 0;
  }
  .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):hover, .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible {
    color: highlight;
    border-color: currentColor !important;
  }
  .v-btn-toggle > .v-btn--active {
    color: highlight !important;
    forced-color-adjust: preserve-parent-color;
  }
  .v-btn-toggle > .v-btn--active:not(.v-btn--variant-text, .v-btn--variant-plain) {
    background-color: highlight !important;
    color: highlighttext !important;
    border-color: highlight !important;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow-y: hidden;
  overflow-x: auto;
  vertical-align: middle;
}
.v-btn-group {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-btn-group--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn-group {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn-group {
  border-radius: 4px;
}
.v-btn-group {
  background: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn-group--density-default.v-btn-group {
  height: 48px;
}

.v-btn-group--density-comfortable.v-btn-group {
  height: 40px;
}

.v-btn-group--density-compact.v-btn-group {
  height: 36px;
}

.v-btn-group .v-btn {
  border-radius: 0;
  border-color: inherit;
}
.v-btn-group--tile {
  border-radius: 0;
}
.v-btn-group--horizontal .v-btn:not(:last-child) {
  border-inline-end: none;
}
.v-btn-group--horizontal .v-btn:not(:first-child) {
  border-inline-start: none;
}
.v-btn-group--horizontal .v-btn:first-child {
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
}
.v-btn-group--horizontal .v-btn:last-child {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
  border-inline-end-width: thin;
  border-inline-end-style: solid;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-btn-group--vertical {
  flex-direction: column;
  height: auto !important;
}
.v-btn-group--vertical .v-btn:not(:last-child) {
  border-block-end: none;
}
.v-btn-group--vertical .v-btn:not(:first-child) {
  border-block-start: none;
}
.v-btn-group--vertical .v-btn:first-child {
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.v-btn-group--vertical .v-btn:last-child {
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
  border-block-end-width: thin;
  border-block-end-style: solid;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-icon {
  --v-icon-size-multiplier: 1;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  height: 1em;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  opacity: var(--v-icon-opacity, 1);
  text-indent: 0;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  width: 1em;
  min-width: 1em;
}
.v-icon--clickable {
  cursor: pointer;
}
.v-icon--disabled {
  pointer-events: none;
  opacity: 0.38;
}
.v-icon--size-x-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1em);
}
.v-icon--size-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
}
.v-icon--size-default {
  font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
}
.v-icon--size-large {
  font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
}
.v-icon--size-x-large {
  font-size: calc(var(--v-icon-size-multiplier) * 2em);
}

.v-icon__svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.v-icon--start {
  margin-inline-end: 8px;
}

.v-icon--end {
  margin-inline-start: 8px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-progress-circular {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.v-progress-circular > svg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.v-progress-circular__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.v-progress-circular__underlay {
  color: rgba(var(--v-border-color), var(--v-border-opacity));
  stroke: currentColor;
  z-index: 1;
}

.v-progress-circular__overlay {
  stroke: currentColor;
  transition: all 0.2s ease-in-out, stroke-width 0s;
  z-index: 2;
}

.v-progress-circular--revealing {
  --progress-reveal-duration: $progress-circular-reveal-duration;
}
.v-progress-circular--revealing .v-progress-circular__overlay {
  transition-duration: var(--progress-reveal-duration), 0s;
}

.v-progress-circular--size-x-small {
  height: 16px;
  width: 16px;
}
.v-progress-circular--size-small {
  height: 24px;
  width: 24px;
}
.v-progress-circular--size-default {
  height: 32px;
  width: 32px;
}
.v-progress-circular--size-large {
  height: 48px;
  width: 48px;
}
.v-progress-circular--size-x-large {
  height: 64px;
  width: 64px;
}

.v-progress-circular--indeterminate > svg {
  animation: progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.v-progress-circular--indeterminate .v-progress-circular__overlay {
  animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
  stroke-dasharray: 25, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transform-origin: center center;
  transform: rotate(-90deg);
}

.v-progress-circular--disable-shrink > svg {
  animation-duration: 0.7s;
}
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
  animation: none;
}

.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
  animation-play-state: paused !important;
}

@keyframes progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes progress-circular-rotate {
  100% {
    transform: rotate(270deg);
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-progress-linear {
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
  width: 100%;
}
.v-progress-linear--rounded {
  border-radius: 9999px;
}
@media (forced-colors: active) {
  .v-progress-linear {
    border: thin solid buttontext;
  }
}

.v-progress-linear__background,
.v-progress-linear__buffer {
  background: currentColor;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  position: absolute;
  top: 0;
  width: 100%;
  transition-property: width, left, right;
  transition: inherit;
}

@media (forced-colors: active) {
  .v-progress-linear__buffer {
    background-color: highlight !important;
    opacity: 0.5 !important;
  }
}
.v-progress-linear__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-progress-linear--clickable .v-progress-linear__content {
  pointer-events: none;
}

.v-progress-linear__determinate,
.v-progress-linear__indeterminate {
  background: currentColor;
}
@media (forced-colors: active) {
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background-color: highlight !important;
  }
}

.v-progress-linear__determinate {
  height: inherit;
  left: 0;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
  animation-play-state: paused;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
}
.v-progress-linear__indeterminate .long {
  animation-name: indeterminate-ltr;
}
.v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-ltr;
}

.v-progress-linear__stream {
  animation: stream 0.25s infinite linear;
  animation-play-state: paused;
  bottom: 0;
  left: auto;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear--reverse .v-progress-linear__background,
.v-progress-linear--reverse .v-progress-linear__determinate,
.v-progress-linear--reverse .v-progress-linear__content {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long {
  animation-name: indeterminate-rtl;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-rtl;
}
.v-progress-linear--reverse .v-progress-linear__stream {
  right: auto;
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
  left: 0;
  z-index: 1;
}

.v-progress-linear--absolute {
  position: absolute;
}

.v-progress-linear--fixed {
  position: fixed;
}

.v-progress-linear--rounded {
  border-radius: 9999px;
}
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
  border-radius: inherit;
}

.v-progress-linear--striped .v-progress-linear__determinate {
  animation: progress-linear-stripes 1s infinite linear;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
  background-repeat: repeat;
  background-size: var(--v-progress-linear-height);
}

.v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
  animation-play-state: running;
}
.v-progress-linear--active .v-progress-linear__stream {
  animation-play-state: running;
}

.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
  border-radius: 9999px;
}
.v-progress-linear--rounded-bar .v-progress-linear__determinate {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@keyframes indeterminate-rtl {
  0% {
    left: 100%;
    right: -90%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: -35%;
    right: 100%;
  }
}
@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short-rtl {
  0% {
    left: 100%;
    right: -200%;
  }
  60% {
    left: -8%;
    right: 107%;
  }
  100% {
    left: -8%;
    right: 107%;
  }
}
@keyframes stream {
  to {
    transform: translateX(var(--v-progress-linear-stream-to));
  }
}
@keyframes progress-linear-stripes {
  0% {
    background-position-x: var(--v-progress-linear-height);
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-ripple__container {
  color: inherit;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  contain: strict;
}
.v-ripple__animation {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
}
.v-ripple__animation--enter {
  transition: none;
  opacity: 0;
}
.v-ripple__animation--in {
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
}
@media (prefers-reduced-motion: reduce) {
  .v-ripple__animation--in {
    transition-property: opacity;
    transition-duration: 0.1s;
  }
}
.v-ripple__animation--out {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-alert {
  display: grid;
  flex: 1 1;
  grid-template-areas: "prepend content append close" ". content . .";
  grid-template-columns: max-content auto max-content max-content;
  position: relative;
  padding: 16px;
  overflow: hidden;
  --v-border-color: currentColor;
}
.v-alert--absolute {
  position: absolute;
}
.v-alert--fixed {
  position: fixed;
}
.v-alert--sticky {
  position: sticky;
}
.v-alert {
  border-radius: 4px;
}
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-alert--variant-plain {
  opacity: 0.62;
}
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
  opacity: 1;
}
.v-alert--variant-plain .v-alert__overlay {
  display: none;
}
.v-alert--variant-elevated, .v-alert--variant-flat {
  background: rgb(var(--v-theme-surface-light));
  color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
}
.v-alert--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-alert--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-alert--variant-outlined {
  border: thin solid currentColor;
}
.v-alert--variant-text .v-alert__overlay {
  background: currentColor;
}
.v-alert--variant-tonal .v-alert__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-alert .v-alert__underlay {
  position: absolute;
}
.v-alert--prominent {
  grid-template-areas: "prepend content append close" "prepend content . .";
}
.v-alert.v-alert--border {
  --v-border-opacity: 0.38;
}
.v-alert.v-alert--border.v-alert--border-start {
  padding-inline-start: 24px;
}
.v-alert.v-alert--border.v-alert--border-end {
  padding-inline-end: 24px;
}
.v-alert--variant-plain {
  transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.v-alert--density-default {
  padding-bottom: 16px;
  padding-top: 16px;
}
.v-alert--density-default.v-alert--border-top {
  padding-top: 24px;
}
.v-alert--density-default.v-alert--border-bottom {
  padding-bottom: 24px;
}

.v-alert--density-comfortable {
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-alert--density-comfortable.v-alert--border-top {
  padding-top: 20px;
}
.v-alert--density-comfortable.v-alert--border-bottom {
  padding-bottom: 20px;
}

.v-alert--density-compact {
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-alert--density-compact.v-alert--border-top {
  padding-top: 16px;
}
.v-alert--density-compact.v-alert--border-bottom {
  padding-bottom: 16px;
}

.v-alert:not(:has(.v-alert-title)) .v-alert__content {
  padding-block: calc((1.75rem - 1.5 * 1rem) / 2);
}

.v-alert__border {
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
}
.v-alert__border {
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
}
.v-alert__border--border {
  border-width: 8px;
  box-shadow: none;
}
.v-alert--border-start .v-alert__border {
  border-inline-start-width: 8px;
}
.v-alert--border-end .v-alert__border {
  border-inline-end-width: 8px;
}
.v-alert--border-top .v-alert__border {
  border-top-width: 8px;
}
.v-alert--border-bottom .v-alert__border {
  border-bottom-width: 8px;
}

.v-alert__close {
  flex: 0 1 auto;
  grid-area: close;
}
.v-alert__close > .v-btn {
  margin-block: calc(-1 * (var(--v-btn-height) + 12px - 1.75rem) / 2);
}

.v-alert__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}

.v-alert__append,
.v-alert__close {
  margin-inline-start: 16px;
}

.v-alert__append {
  align-self: flex-start;
  grid-area: append;
}
.v-alert__append + .v-alert__close {
  margin-inline-start: 16px;
}

.v-alert__prepend {
  align-self: flex-start;
  display: flex;
  align-items: center;
  grid-area: prepend;
  margin-inline-end: 16px;
  min-height: 1.75rem;
}
.v-alert__prepend > .v-icon {
  font-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
}
.v-alert--prominent .v-alert__prepend {
  align-self: center;
}

.v-alert__underlay {
  grid-area: none;
  position: absolute;
}
.v-alert--border-start .v-alert__underlay {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.v-alert--border-end .v-alert__underlay {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.v-alert--border-top .v-alert__underlay {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.v-alert--border-bottom .v-alert__underlay {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.v-alert-title {
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  hyphens: auto;
  letter-spacing: 0.0125em;
  line-height: 1.75rem;
  overflow-wrap: normal;
  text-transform: none;
  word-break: normal;
  word-wrap: break-word;
}

@media (forced-colors: active) {
  .v-alert:not(.v-alert--variant-text, .v-alert--variant-plain) {
    border-style: solid;
  }
  .v-alert--variant-outlined, .v-alert--variant-tonal {
    border-width: medium;
  }
  .v-alert--variant-elevated, .v-alert--variant-flat {
    border-width: thick;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 0px;
}
.v-autocomplete .v-field .v-text-field__prefix,
.v-autocomplete .v-field .v-text-field__suffix,
.v-autocomplete .v-field .v-field__input,
.v-autocomplete .v-field .v-field__input > input, .v-autocomplete .v-field.v-field {
  cursor: text;
}
.v-autocomplete .v-field .v-field__input > input {
  flex: 1 1;
}
.v-autocomplete .v-field input {
  min-width: 64px;
}
.v-autocomplete .v-field:not(.v-field--focused) input {
  min-width: 0;
}
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
  margin-inline-end: 2px;
}
.v-autocomplete .v-autocomplete__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-autocomplete__content {
  overflow: hidden;
}
.v-autocomplete__content {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-menu > .v-overlay__content.v-autocomplete__content {
  border-radius: 4px;
}

.v-autocomplete__content > .v-sheet {
  display: flex;
  flex-direction: column;
}
.v-autocomplete__mask {
  background: rgb(var(--v-theme-surface-light));
}
.v-autocomplete__selection {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: calc(100% - 2px - 2px);
}
.v-autocomplete__selection:first-child {
  margin-inline-start: 0;
}
.v-autocomplete--selecting-index .v-autocomplete__selection {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
  opacity: 1;
}
.v-autocomplete--selecting-index .v-field__input > input {
  caret-color: transparent;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
  flex: 1 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-inline: inherit;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
  transition: none;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
  opacity: 0;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
  opacity: 0;
}
.v-autocomplete__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
  transform: rotate(180deg);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-avatar {
  flex: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: width, height;
  vertical-align: middle;
}
.v-avatar.v-avatar--size-x-small {
  --v-avatar-height: 24px;
}
.v-avatar.v-avatar--size-small {
  --v-avatar-height: 32px;
}
.v-avatar.v-avatar--size-default {
  --v-avatar-height: 40px;
}
.v-avatar.v-avatar--size-large {
  --v-avatar-height: 48px;
}
.v-avatar.v-avatar--size-x-large {
  --v-avatar-height: 56px;
}
.v-avatar.v-avatar--density-default {
  height: calc(var(--v-avatar-height) + 0px);
  width: calc(var(--v-avatar-height) + 0px);
}
.v-avatar.v-avatar--density-comfortable {
  height: calc(var(--v-avatar-height) + -4px);
  width: calc(var(--v-avatar-height) + -4px);
}
.v-avatar.v-avatar--density-compact {
  height: calc(var(--v-avatar-height) + -8px);
  width: calc(var(--v-avatar-height) + -8px);
}
.v-avatar {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-avatar--border {
  border-width: thin;
  box-shadow: none;
}
.v-avatar {
  border-radius: 50%;
}
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-avatar--variant-plain {
  opacity: 0.62;
}
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
  opacity: 1;
}
.v-avatar--variant-plain .v-avatar__overlay {
  display: none;
}
.v-avatar--variant-elevated, .v-avatar--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
}
.v-avatar--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-outlined {
  border: thin solid currentColor;
}
.v-avatar--variant-text .v-avatar__overlay {
  background: currentColor;
}
.v-avatar--variant-tonal .v-avatar__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-avatar .v-avatar__underlay {
  position: absolute;
}
.v-avatar--rounded {
  border-radius: 4px;
}
.v-avatar--start {
  margin-inline-end: 8px;
}
.v-avatar--end {
  margin-inline-start: 8px;
}
.v-avatar .v-img {
  height: 100%;
  width: 100%;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-checkbox.v-input {
  flex: 0 1 auto;
}
.v-checkbox .v-selection-control {
  min-height: var(--v-input-control-height);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-selection-control {
  align-items: center;
  contain: layout;
  display: flex;
  flex: 1 0;
  grid-area: control;
  position: relative;
  user-select: none;
}
.v-selection-control .v-label {
  white-space: normal;
  word-break: break-word;
  height: 100%;
  opacity: 1;
}
.v-selection-control--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--inline {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
.v-selection-control--inline .v-label {
  width: auto;
}
.v-selection-control--density-default {
  --v-selection-control-size: 40px;
}

.v-selection-control--density-comfortable {
  --v-selection-control-size: 36px;
}

.v-selection-control--density-compact {
  --v-selection-control-size: 28px;
}

.v-selection-control__wrapper {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex: none;
}

.v-selection-control__input {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  align-items: center;
  display: flex;
  flex: none;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.v-selection-control__input input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.v-selection-control__input::before {
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0;
  pointer-events: none;
}
.v-selection-control__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-selection-control__input:hover::before {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-selection-control__input > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--focus-visible .v-selection-control__input::before {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-label {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  min-width: 0;
  opacity: var(--v-medium-emphasis-opacity);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-label--clickable {
  cursor: pointer;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-selection-control-group {
  grid-area: control;
  display: flex;
  flex-direction: column;
}
.v-selection-control-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-input {
  display: grid;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.v-input--disabled {
  pointer-events: none;
}
.v-input--density-default {
  --v-input-control-height: 56px;
  --v-input-padding-top: 16px;
}

.v-input--density-comfortable {
  --v-input-control-height: 48px;
  --v-input-padding-top: 12px;
}

.v-input--density-compact {
  --v-input-control-height: 40px;
  --v-input-padding-top: 8px;
}

.v-input--vertical {
  grid-template-areas: "append" "control" "prepend";
  grid-template-rows: max-content auto max-content;
  grid-template-columns: min-content;
}
.v-input--vertical .v-input__prepend {
  margin-block-start: 16px;
}
.v-input--vertical .v-input__append {
  margin-block-end: 16px;
}

.v-input--horizontal {
  grid-template-areas: "prepend control append" "a messages b";
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  grid-template-rows: 1fr auto;
}
.v-input--horizontal .v-input__prepend {
  margin-inline-end: 16px;
}
.v-input--horizontal .v-input__append {
  margin-inline-start: 16px;
}

.v-input__details {
  align-items: flex-end;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  grid-area: messages;
  letter-spacing: 0.0333333333em;
  line-height: normal;
  min-height: 22px;
  padding-top: 6px;
  overflow: hidden;
  justify-content: space-between;
}

.v-input__details > .v-icon,
.v-input__prepend > .v-icon,
.v-input__append > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-input--disabled .v-input__details > .v-icon,
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
.v-input--error .v-input__details .v-messages,
.v-input--disabled .v-input__prepend > .v-icon,
.v-input--disabled .v-input__prepend .v-messages,
.v-input--error .v-input__prepend > .v-icon,
.v-input--error .v-input__prepend .v-messages,
.v-input--disabled .v-input__append > .v-icon,
.v-input--disabled .v-input__append .v-messages,
.v-input--error .v-input__append > .v-icon,
.v-input--error .v-input__append .v-messages {
  opacity: 1;
}
.v-input--glow.v-input--focused .v-input__details > .v-icon,
.v-input--glow.v-input--focused .v-input__prepend > .v-icon,
.v-input--glow.v-input--focused .v-input__append > .v-icon {
  opacity: 1;
}
.v-input--disabled .v-input__details,
.v-input--disabled .v-input__prepend,
.v-input--disabled .v-input__append {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
  color: rgb(var(--v-theme-error));
}

.v-input__prepend,
.v-input__append {
  display: flex;
  align-items: flex-start;
  padding-top: var(--v-input-padding-top);
}
.v-input--center-affix .v-input__prepend,
.v-input--center-affix .v-input__append {
  align-items: center;
  padding-top: 0;
}

.v-input__prepend {
  grid-area: prepend;
}

.v-input__append {
  grid-area: append;
}

.v-input__control {
  display: flex;
  grid-area: control;
}

.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-input--hide-spin-buttons input[type=number] {
  -moz-appearance: textfield;
}
.v-input--plain-underlined .v-input__prepend,
.v-input--plain-underlined .v-input__append {
  align-items: flex-start;
}
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 4px);
}

.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 2px);
}

.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 0px);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  opacity: var(--v-medium-emphasis-opacity);
  position: relative;
}
.v-messages__message {
  line-height: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  transition-duration: 150ms;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-chip {
  align-items: center;
  display: inline-flex;
  font-weight: 400;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
.v-chip .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-chip.v-chip--size-x-small {
  --v-chip-size: 0.625rem;
  --v-chip-height: 20px;
  font-size: 0.625rem;
  padding: 0 8px;
}
.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 14px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 20px;
}

.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-start: -5.6px;
  margin-inline-end: 4px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-start: -8px;
}

.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-start: 4px;
  margin-inline-end: -5.6px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-end: -8px;
}

.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 12px;
}

.v-chip.v-chip--size-x-small .v-icon--start,
.v-chip.v-chip--size-x-small .v-chip__filter {
  margin-inline-start: -4px;
  margin-inline-end: 4px;
}
.v-chip.v-chip--size-x-small .v-icon--end,
.v-chip.v-chip--size-x-small .v-chip__close {
  margin-inline-start: 4px;
  margin-inline-end: -4px;
}
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
  margin-inline-start: 8px;
}

.v-chip.v-chip--size-small {
  --v-chip-size: 0.75rem;
  --v-chip-height: 26px;
  font-size: 0.75rem;
  padding: 0 10px;
}
.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 20px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 26px;
}

.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-start: -7px;
  margin-inline-end: 5px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-start: -10px;
}

.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-start: 5px;
  margin-inline-end: -7px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-end: -10px;
}

.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 15px;
}

.v-chip.v-chip--size-small .v-icon--start,
.v-chip.v-chip--size-small .v-chip__filter {
  margin-inline-start: -5px;
  margin-inline-end: 5px;
}
.v-chip.v-chip--size-small .v-icon--end,
.v-chip.v-chip--size-small .v-chip__close {
  margin-inline-start: 5px;
  margin-inline-end: -5px;
}
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
  margin-inline-start: 10px;
}

.v-chip.v-chip--size-default {
  --v-chip-size: 0.875rem;
  --v-chip-height: 32px;
  font-size: 0.875rem;
  padding: 0 12px;
}
.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 26px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 32px;
}

.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-start: -8.4px;
  margin-inline-end: 6px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-start: -12px;
}

.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-start: 6px;
  margin-inline-end: -8.4px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-end: -12px;
}

.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
  margin-inline-start: 18px;
}

.v-chip.v-chip--size-default .v-icon--start,
.v-chip.v-chip--size-default .v-chip__filter {
  margin-inline-start: -6px;
  margin-inline-end: 6px;
}
.v-chip.v-chip--size-default .v-icon--end,
.v-chip.v-chip--size-default .v-chip__close {
  margin-inline-start: 6px;
  margin-inline-end: -6px;
}
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
  margin-inline-start: 12px;
}

.v-chip.v-chip--size-large {
  --v-chip-size: 1rem;
  --v-chip-height: 38px;
  font-size: 1rem;
  padding: 0 14px;
}
.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 32px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 38px;
}

.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-start: -9.8px;
  margin-inline-end: 7px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-start: -14px;
}

.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-start: 7px;
  margin-inline-end: -9.8px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-end: -14px;
}

.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 21px;
}

.v-chip.v-chip--size-large .v-icon--start,
.v-chip.v-chip--size-large .v-chip__filter {
  margin-inline-start: -7px;
  margin-inline-end: 7px;
}
.v-chip.v-chip--size-large .v-icon--end,
.v-chip.v-chip--size-large .v-chip__close {
  margin-inline-start: 7px;
  margin-inline-end: -7px;
}
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
  margin-inline-start: 14px;
}

.v-chip.v-chip--size-x-large {
  --v-chip-size: 1.125rem;
  --v-chip-height: 44px;
  font-size: 1.125rem;
  padding: 0 17px;
}
.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 38px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 44px;
}

.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-start: -11.9px;
  margin-inline-end: 8.5px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-start: -17px;
}

.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-start: 8.5px;
  margin-inline-end: -11.9px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-end: -17px;
}

.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 25.5px;
}

.v-chip.v-chip--size-x-large .v-icon--start,
.v-chip.v-chip--size-x-large .v-chip__filter {
  margin-inline-start: -8.5px;
  margin-inline-end: 8.5px;
}
.v-chip.v-chip--size-x-large .v-icon--end,
.v-chip.v-chip--size-x-large .v-chip__close {
  margin-inline-start: 8.5px;
  margin-inline-end: -8.5px;
}
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
  margin-inline-start: 17px;
}

.v-chip.v-chip--density-default {
  height: calc(var(--v-chip-height) + 0px);
}

.v-chip.v-chip--density-comfortable {
  height: calc(var(--v-chip-height) + -4px);
}

.v-chip.v-chip--density-compact {
  height: calc(var(--v-chip-height) + -8px);
}

.v-chip {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-chip:hover > .v-chip__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip:focus-visible > .v-chip__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip:focus > .v-chip__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip {
  border-radius: 9999px;
}
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-chip--variant-plain {
  opacity: 0.62;
}
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
  opacity: 1;
}
.v-chip--variant-plain .v-chip__overlay {
  display: none;
}
.v-chip--variant-elevated, .v-chip--variant-flat {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-chip--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-outlined {
  border: thin solid currentColor;
}
.v-chip--variant-text .v-chip__overlay {
  background: currentColor;
}
.v-chip--variant-tonal .v-chip__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-chip .v-chip__underlay {
  position: absolute;
}
.v-chip--border {
  border-width: thin;
}
.v-chip--link {
  cursor: pointer;
}
.v-chip--link, .v-chip--filter {
  user-select: none;
}
.v-chip--label {
  border-radius: 4px;
}

.v-chip__content {
  align-items: center;
  display: inline-flex;
}
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
  overflow: hidden;
}

.v-chip__filter,
.v-chip__prepend,
.v-chip__append,
.v-chip__close {
  align-items: center;
  display: inline-flex;
}

.v-chip__close {
  cursor: pointer;
  flex: 0 1 auto;
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  user-select: none;
}
.v-chip__close .v-icon {
  font-size: inherit;
}

.v-chip__filter {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-chip__overlay {
  background-color: currentColor;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-chip__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-chip--disabled {
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

.v-chip--label {
  border-radius: 4px;
}

@media (forced-colors: active) {
  .v-chip:not(.v-chip--variant-text, .v-chip--variant-plain) {
    border: thin solid;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-chip-group {
  display: flex;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 4px 0;
}
.v-chip-group .v-chip {
  margin: 4px 8px 4px 0;
}
@media (forced-colors: active) {
  .v-chip-group .v-chip {
    background-color: buttonface !important;
    color: buttontext !important;
  }
  .v-chip-group .v-chip:hover {
    color: highlight !important;
  }
}
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
  opacity: var(--v-activated-opacity);
}
@media (forced-colors: active) {
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) {
    color: highlight !important;
    forced-color-adjust: preserve-parent-color;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible {
    outline-offset: 2px;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat {
    background-color: highlight !important;
    color: highlighttext !important;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal {
    border-width: medium;
  }
}

.v-chip-group--column .v-slide-group__content {
  white-space: normal;
  flex-wrap: wrap;
  max-width: 100%;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-slide-group {
  display: flex;
  overflow: hidden;
}

.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  display: flex;
  flex: 0 1 52px;
  justify-content: center;
  min-width: 52px;
  cursor: pointer;
}
.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
  pointer-events: none;
  opacity: var(--v-disabled-opacity);
}

.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.v-slide-group__content > * {
  white-space: initial;
}

.v-slide-group__container {
  contain: content;
  display: flex;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0);
}
.v-slide-group__container::-webkit-scrollbar {
  display: none;
}

.v-slide-group--vertical {
  max-height: inherit;
}
.v-slide-group--vertical,
.v-slide-group--vertical .v-slide-group__container,
.v-slide-group--vertical .v-slide-group__content {
  flex-direction: column;
}
.v-slide-group--vertical .v-slide-group__container {
  overflow-x: hidden;
  overflow-y: auto;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-divider {
  color: inherit;
  display: block;
  flex: 1 1 100%;
  height: 0px;
  max-height: 0px;
  opacity: var(--v-border-opacity);
  transition: inherit;
}
.v-divider {
  border-style: solid;
  border-width: thin 0 0 0;
}
.v-divider--vertical {
  align-self: stretch;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: auto;
  margin-left: -1px;
  max-height: 100%;
  max-width: 0px;
  vertical-align: text-bottom;
  width: 0px;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
  margin-inline-start: 72px;
}
.v-divider--inset.v-divider--vertical {
  margin-bottom: 8px;
  margin-top: 8px;
  max-height: calc(100% - 16px);
}
.v-divider--gradient {
  mask-image: linear-gradient(90deg, transparent, #000, transparent);
}
.v-divider--gradient.v-divider--vertical {
  mask-image: linear-gradient(0deg, transparent, #000, transparent);
}

.v-divider__content {
  padding: 0 16px;
  text-wrap: nowrap;
}
.v-divider__wrapper--vertical .v-divider__content {
  padding: 4px 0;
}

.v-divider__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-divider__wrapper--vertical {
  flex-direction: column;
  height: 100%;
}
.v-divider__wrapper--vertical .v-divider {
  margin: 0 auto;
}
.v-divider__wrapper--gradient {
  mask-image: linear-gradient(90deg, transparent, #000, transparent);
}
.v-divider__wrapper--gradient.v-divider__wrapper--vertical {
  mask-image: linear-gradient(0deg, transparent, #000, transparent);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-list {
  overflow: auto;
  padding: 8px 0;
  position: relative;
  outline: none;
}
.v-list {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-list--border {
  border-width: thin;
  box-shadow: none;
}
.v-list {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list {
  border-radius: 0;
}
.v-list {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-list--disabled {
  pointer-events: none;
  user-select: none;
}
.v-list--nav {
  padding-inline: 8px;
}
.v-list--nav .v-list-item:not(:first-child),
.v-list--nav .v-list-group:not(:first-child) > .v-list-item,
.v-list--nav .v-list-group__items > .v-list-item,
.v-list--nav .v-list-group__items > .v-list-group {
  margin-top: 4px;
}
.v-list--rounded {
  border-radius: 4px;
}
.v-list--subheader {
  padding-top: 0;
}

.v-list-img {
  border-radius: inherit;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.v-list-subheader {
  align-items: center;
  background: inherit;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding-inline-end: 16px;
  min-height: 40px;
  transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-subheader__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-list--density-default .v-list-subheader {
  min-height: 40px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list--density-comfortable .v-list-subheader {
  min-height: 36px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list--density-compact .v-list-subheader {
  min-height: 32px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list-subheader--inset {
  --indent-padding: 56px;
}
.v-list--nav .v-list-subheader {
  font-size: 0.75rem;
}
.v-list-subheader--sticky {
  background: inherit;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.v-list__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-list-item {
  align-items: center;
  display: grid;
  flex: none;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content 1fr auto;
  outline: none;
  max-width: 100%;
  padding: 4px 16px;
  position: relative;
  text-decoration: none;
}
.v-list-item {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-list-item--border {
  border-width: thin;
  box-shadow: none;
}
.v-list-item:hover > .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item:focus-visible > .v-list-item__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item:focus > .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item {
  border-radius: 0;
}
.v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-list-item--variant-plain {
  opacity: 0.62;
}
.v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
  opacity: 1;
}
.v-list-item--variant-plain .v-list-item__overlay {
  display: none;
}
.v-list-item--variant-elevated, .v-list-item--variant-flat {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-list-item--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-outlined {
  border: thin solid currentColor;
}
.v-list-item--variant-text .v-list-item__overlay {
  background: currentColor;
}
.v-list-item--variant-tonal .v-list-item__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-list-item .v-list-item__underlay {
  position: absolute;
}
.v-list-item--focus-visible .v-list-item__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports selector(:focus-visible) {
  .v-list-item::after {
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-list-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-list-item:focus-visible::after, .v-list-item--focus-visible::after {
    opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item__prepend > .v-badge .v-icon,
.v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
.v-list-item__append > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
.v-list-item--active .v-list-item__prepend > .v-icon,
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
.v-list-item--active .v-list-item__append > .v-icon {
  opacity: 1;
}
.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item--rounded {
  border-radius: 4px;
}
.v-list-item--disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}
.v-list-item--link {
  cursor: pointer;
}
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
  --v-avatar-height: 24px;
}

.v-list-item__prepend {
  align-items: center;
  align-self: center;
  display: flex;
  grid-area: prepend;
}
.v-list-item__prepend * ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap);
}
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 32px);
}
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
.v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 16px);
}
.v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 20px);
}
.v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 4px);
}
.v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 4px);
}
.v-list-item--three-line .v-list-item__prepend {
  align-self: start;
}

.v-list-item__append {
  align-self: center;
  display: flex;
  align-items: center;
  grid-area: append;
}
.v-list-item__append .v-list-item__spacer {
  order: -1;
  transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-item__append * ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap);
}
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 32px);
}
.v-list-item__append > .v-avatar ~ .v-list-item__spacer,
.v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 16px);
}
.v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 16px);
}
.v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
  width: var(--v-list-slim-spacer-width, 20px);
}
.v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 4px);
}
.v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
  width: var(--v-list-prepend-gap, 4px);
}
.v-list-item--three-line .v-list-item__append {
  align-self: start;
}

.v-list-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
  min-width: 40px;
}
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item__content, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item__content {
  min-width: 0;
}

.v-list-item-action {
  align-self: center;
  display: flex;
  align-items: center;
  flex: none;
  transition: inherit;
  transition-property: height, width;
}
.v-list-item-action--start {
  margin-inline-end: 8px;
  margin-inline-start: -8px;
}
.v-list-item-action--end {
  margin-inline-start: 8px;
  margin-inline-end: -8px;
}

.v-list-item-media {
  margin-top: 0;
  margin-bottom: 0;
}
.v-list-item-media--start {
  margin-inline-end: 16px;
}
.v-list-item-media--end {
  margin-inline-start: 16px;
}
.v-list-item--two-line .v-list-item-media {
  margin-top: -4px;
  margin-bottom: -4px;
}
.v-list-item--three-line .v-list-item-media {
  margin-top: 0;
  margin-bottom: 0;
}

.v-list-item-subtitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: initial;
}
.v-list-item--one-line .v-list-item-subtitle {
  -webkit-line-clamp: 1;
}
.v-list-item--two-line .v-list-item-subtitle {
  -webkit-line-clamp: 2;
}
.v-list-item--three-line .v-list-item-subtitle {
  -webkit-line-clamp: 3;
}
.v-list-item-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
  text-transform: none;
}
.v-list-item--nav .v-list-item-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
}

.v-list-item-title {
  hyphens: auto;
  overflow-wrap: normal;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  word-wrap: break-word;
}
.v-list-item-title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  text-transform: none;
}
.v-list-item--nav .v-list-item-title {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1rem;
}

.v-list-item--density-default {
  min-height: 40px;
}
.v-list-item--density-default.v-list-item--one-line {
  min-height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.v-list-item--density-default.v-list-item--two-line {
  min-height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.v-list-item--density-default.v-list-item--three-line {
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-default.v-list-item--three-line .v-list-item__append {
  padding-top: 8px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--density-comfortable {
  min-height: 36px;
}
.v-list-item--density-comfortable.v-list-item--one-line {
  min-height: 44px;
}
.v-list-item--density-comfortable.v-list-item--two-line {
  min-height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-list-item--density-comfortable.v-list-item--three-line {
  min-height: 84px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
  padding-top: 6px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--density-compact {
  min-height: 32px;
}
.v-list-item--density-compact.v-list-item--one-line {
  min-height: 40px;
}
.v-list-item--density-compact.v-list-item--two-line {
  min-height: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.v-list-item--density-compact.v-list-item--three-line {
  min-height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
  padding-top: 4px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--nav {
  padding-inline: 8px;
}

.v-list-item__underlay {
  position: absolute;
}

.v-list-item__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s ease-in-out;
  transition-property: opacity, color;
}
.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
  --v-theme-overlay-multiplier: 0;
}

.v-list {
  --indent-padding: 0px;
}
.v-list--nav {
  --indent-padding: -8px;
}

.v-list-group {
  --list-indent-size: 16px;
  --parent-padding: var(--indent-padding);
  --prepend-width: var(--v-list-group-prepend, 40px);
}
.v-list--slim .v-list-group {
  --prepend-width: var(--v-list-group-prepend, 28px);
}
.v-list-group--fluid {
  --list-indent-size: 0px;
}
.v-list-group--prepend {
  --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
}
.v-list-group--fluid.v-list-group--prepend {
  --parent-padding: var(--indent-padding);
}

.v-list-group__items {
  --indent-padding: calc(var(--parent-padding) + var(--v-list-indent, var(--list-indent-size)));
  min-width: min-content;
}
.v-navigation-drawer--rail .v-list-group__items {
  min-width: 0;
}

.v-list-group__items .v-list-item {
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
  opacity: 0;
}
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}

@media (forced-colors: active) {
  .v-list-item--link:not(.v-list-item--active) {
    color: buttontext;
  }
  .v-list-item--link[href]:not(.v-list-item--active) {
    color: unset;
  }
  .v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-],
  .v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-] > *,
  .v-list-item--active:not(.v-list-item--disabled) .v-icon {
    color: highlight !important;
  }
  .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) {
    background: highlight !important;
  }
  .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-],
  .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-] > *,
  .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) .v-icon {
    opacity: 1;
    color: highlighttext !important;
    forced-color-adjust: preserve-parent-color;
  }
  .v-list-item--focus-visible::after {
    opacity: 1;
  }
  @supports selector(:focus-visible) {
    .v-list-item::after {
      color: buttontext;
    }
    .v-list-item:focus-visible::after {
      opacity: 1;
    }
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-menu > .v-overlay__content {
  display: flex;
  flex-direction: column;
}
.v-menu > .v-overlay__content {
  border-radius: 4px;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  background: rgb(var(--v-theme-surface));
  border-radius: inherit;
  overflow: auto;
  height: 100%;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-overlay-container {
  contain: layout;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  display: contents;
}

.v-overlay-scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-overlay-scroll-blocked:not(html) {
  overflow-y: hidden !important;
}
html.v-overlay-scroll-blocked {
  position: fixed;
  top: var(--v-body-scroll-y);
  left: var(--v-body-scroll-x);
  width: 100%;
  height: 100%;
}

.v-overlay {
  --v-overlay-opacity: 0.32;
  border-radius: inherit;
  display: flex;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.v-overlay__content {
  outline: none;
  position: absolute;
  pointer-events: auto;
  contain: layout;
}

.v-overlay__scrim {
  pointer-events: auto;
  background: #000;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-overlay-opacity);
  position: fixed;
  right: 0;
  top: 0;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--contained .v-overlay__scrim {
  position: absolute;
}

.v-overlay--scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 0px;
}
.v-select .v-field .v-text-field__prefix,
.v-select .v-field .v-text-field__suffix,
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
  cursor: pointer;
}
.v-select .v-field .v-field__input > input {
  align-self: flex-start;
  opacity: 1;
  flex: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: none;
  pointer-events: none;
  caret-color: transparent;
  padding-inline: inherit;
}
.v-select .v-field--dirty .v-select__selection {
  margin-inline-end: 2px;
}
.v-select .v-select__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-select__content {
  overflow: hidden;
}
.v-select__content {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-menu > .v-overlay__content.v-select__content {
  border-radius: 4px;
}

.v-select__content > .v-sheet {
  display: flex;
  flex-direction: column;
}
.v-select__mask {
  background: rgb(var(--v-theme-surface-light));
}
.v-select__selection {
  display: inline-flex;
  align-items: center;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: 100%;
}
.v-select .v-select__selection:first-child {
  margin-inline-start: 0;
}
.v-select--selected .v-field .v-field__input > input {
  opacity: 0;
}
.v-select__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-select--active-menu .v-select__menu-icon {
  transform: rotate(180deg);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-sheet {
  display: block;
}
.v-sheet {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-sheet--border {
  border-width: thin;
  box-shadow: none;
}
.v-sheet {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-sheet--absolute {
  position: absolute;
}
.v-sheet--fixed {
  position: fixed;
}
.v-sheet--relative {
  position: relative;
}
.v-sheet--sticky {
  position: sticky;
}
.v-sheet {
  border-radius: 0;
}
.v-sheet {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-sheet--rounded {
  border-radius: 4px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

/* region BLOCK */
.v-text-field input {
  color: inherit;
  flex: 1;
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
}
.v-text-field input:focus, .v-text-field input:active {
  outline: none;
}
.v-text-field input:invalid {
  box-shadow: none;
}
.v-text-field .v-field {
  cursor: text;
}
.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
  --v-field-padding-start: 6px;
}

.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
  --v-field-padding-end: 0;
}

.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
  --v-field-padding-end: 6px;
}

.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
  --v-field-padding-start: 0;
}

.v-text-field .v-field:not(.v-field--no-label, .v-field--active) input::placeholder {
  opacity: 0;
}
.v-text-field .v-input__details {
  padding-inline: 16px;
}
.v-input--plain-underlined.v-text-field .v-input__details {
  padding-inline: 0;
}

.v-text-field .v-field--single-line input {
  transition: none;
}

/* endregion */
/* region ELEMENTS */
.v-text-field__prefix, .v-text-field__suffix {
  align-items: center;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  cursor: default;
  display: flex;
  opacity: 0;
  transition: inherit;
  white-space: nowrap;
  min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
  padding-bottom: var(--v-field-padding-bottom, 6px);
}
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
  opacity: 1;
}
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
}
.v-field:not(.v-field--reverse) .v-text-field__prefix {
  padding-inline-start: var(--v-field-padding-start);
}

.v-field.v-field--reverse .v-text-field__prefix {
  padding-inline-end: var(--v-field-padding-end);
}

.v-field:not(.v-field--reverse) .v-text-field__suffix {
  padding-inline-end: var(--v-field-padding-end);
}

.v-field.v-field--reverse .v-text-field__suffix {
  padding-inline-start: var(--v-field-padding-start);
}

/* endregion *//**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-counter {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  flex: 0 1 auto;
  font-size: 12px;
  transition-duration: 150ms;
  white-space: nowrap;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

/* region INPUT */
.v-field {
  display: grid;
  grid-template-areas: "prepend-inner field clear append-inner";
  grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
  font-size: 16px;
  letter-spacing: 0.009375em;
  max-width: 100%;
  border-radius: 4px;
  contain: layout;
  flex: 1 0;
  grid-area: control;
  position: relative;
  --v-theme-overlay-multiplier: 1;
  --v-field-padding-start: 16px;
  --v-field-padding-end: 16px;
  --v-field-padding-top: 8px;
  --v-field-padding-bottom: 4px;
  --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
  --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
}
.v-field--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-field .v-chip {
  --v-chip-height: 24px;
}

/* endregion */
/* region MODIFIERS */
.v-field--prepended {
  padding-inline-start: 12px;
}
.v-field--appended {
  padding-inline-end: 12px;
}
.v-field--variant-solo, .v-field--variant-solo-filled {
  background: rgb(var(--v-theme-surface));
  border-color: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-field--variant-solo, .v-field--variant-solo-filled {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-field--variant-solo-inverted {
  background: rgb(var(--v-theme-surface));
  border-color: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-field--variant-solo-inverted {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-field--variant-solo-inverted.v-field--focused {
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-field--variant-filled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
  --v-input-control-height: 56px;
  --v-field-padding-bottom: 4px;
}

.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
  --v-input-control-height: 48px;
  --v-field-padding-bottom: 0px;
}

.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
  --v-input-control-height: 40px;
  --v-field-padding-bottom: 0px;
}

.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
  --v-field-padding-top: 0px;
}
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
  --v-field-padding-bottom: 16px;
}

.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
  --v-field-padding-bottom: 12px;
}

.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
  --v-field-padding-bottom: 8px;
}

.v-field--variant-plain, .v-field--variant-underlined {
  border-radius: 0;
  padding: 0;
}
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
  --v-field-padding-start: 0px;
  --v-field-padding-end: 0px;
}
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
  --v-input-control-height: 48px;
  --v-field-padding-top: 4px;
  --v-field-padding-bottom: 4px;
}

.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
  --v-input-control-height: 40px;
  --v-field-padding-top: 2px;
  --v-field-padding-bottom: 0px;
}

.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
  --v-input-control-height: 32px;
  --v-field-padding-top: 0px;
  --v-field-padding-bottom: 0px;
}

.v-field--flat {
  box-shadow: none;
}
.v-field--rounded {
  border-radius: 24px;
}
.v-field.v-field--prepended {
  --v-field-padding-start: 6px;
}
.v-field.v-field--appended {
  --v-field-padding-end: 6px;
}

/* endregion */
/* region ELEMENTS */
.v-field__input {
  align-items: center;
  color: inherit;
  column-gap: 2px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.009375em;
  opacity: var(--v-high-emphasis-opacity);
  min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
  min-width: 0;
  padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
  padding-top: var(--v-field-input-padding-top);
  padding-bottom: var(--v-field-input-padding-bottom);
  position: relative;
  width: 100%;
}
.v-input--density-default .v-field__input {
  row-gap: 8px;
}

.v-input--density-comfortable .v-field__input {
  row-gap: 6px;
}

.v-input--density-compact .v-field__input {
  row-gap: 4px;
}

.v-field__input input {
  letter-spacing: inherit;
}
.v-field__input input::placeholder,
input.v-field__input::placeholder,
textarea.v-field__input::placeholder {
  color: currentColor;
  opacity: var(--v-disabled-opacity);
}

.v-field__input:focus, .v-field__input:active {
  outline: none;
}
.v-field__input:invalid {
  box-shadow: none;
}

.v-field__field {
  flex: 1 0;
  grid-area: field;
  position: relative;
  align-items: flex-start;
  display: flex;
}

/* endregion */
/* region AFFIXES */
.v-field__prepend-inner {
  grid-area: prepend-inner;
  padding-inline-end: var(--v-field-padding-after);
}

.v-field__clearable {
  grid-area: clear;
}

.v-field__append-inner {
  grid-area: append-inner;
  padding-inline-start: var(--v-field-padding-after);
}

.v-field__append-inner,
.v-field__clearable,
.v-field__prepend-inner {
  display: flex;
  align-items: flex-start;
  padding-top: var(--v-input-padding-top, 8px);
}
.v-field--center-affix .v-field__append-inner,
.v-field--center-affix .v-field__clearable,
.v-field--center-affix .v-field__prepend-inner {
  align-items: center;
  padding-top: 0;
}

.v-field.v-field--variant-underlined .v-field__append-inner,
.v-field.v-field--variant-underlined .v-field__clearable,
.v-field.v-field--variant-underlined .v-field__prepend-inner,
.v-field.v-field--variant-plain .v-field__append-inner,
.v-field.v-field--variant-plain .v-field__clearable,
.v-field.v-field--variant-plain .v-field__prepend-inner {
  align-items: flex-start;
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
  padding-bottom: var(--v-field-padding-bottom, 4px);
}

.v-field--focused .v-field__prepend-inner,
.v-field--focused .v-field__append-inner {
  opacity: 1;
}

.v-field__prepend-inner > .v-icon,
.v-field__append-inner > .v-icon,
.v-field__clearable > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
.v-field--disabled .v-field__append-inner > .v-icon,
.v-field--error .v-field__append-inner > .v-icon,
.v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
.v-field--disabled .v-field__clearable > .v-icon,
.v-field--error .v-field__clearable > .v-icon,
.v-field--glow.v-field--focused .v-field__clearable > .v-icon {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
  color: rgb(var(--v-theme-error));
}

.v-field__clearable {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  margin-inline: 4px;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform, width;
}
@media (prefers-reduced-motion: reduce) {
  .v-field__clearable {
    transition-property: opacity;
  }
}
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
  opacity: 1;
}
@media (hover: hover) {
  .v-field:hover .v-field__clearable {
    opacity: 1;
  }
}
@media (hover: none) {
  .v-field__clearable {
    opacity: 1;
  }
}

/* endregion */
/* region LABEL */
.v-label.v-field-label {
  contain: layout paint;
  display: block;
  margin-inline-start: var(--v-field-padding-start);
  margin-inline-end: var(--v-field-padding-end);
  max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
  pointer-events: none;
  position: absolute;
  top: var(--v-input-padding-top);
  transform-origin: left center;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .v-label.v-field-label {
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform;
  }
}
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
  top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
}
.v-field--center-affix .v-label.v-field-label {
  top: 50%;
  transform: translateY(-50%);
}
.v-field--active .v-label.v-field-label {
  visibility: hidden;
}
.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
  color: rgb(var(--v-theme-error));
}
.v-label.v-field-label--floating {
  --v-field-label-scale: 0.75em;
  font-size: var(--v-field-label-scale);
  visibility: hidden;
}
.v-field--variant-outlined .v-label.v-field-label--floating {
  max-width: 100%;
}
.v-field--center-affix .v-label.v-field-label--floating {
  transform: none;
}
.v-field.v-field--active .v-label.v-field-label--floating {
  visibility: unset;
}
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 7px;
}

.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 5px;
}

.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 3px;
}

.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
  transform: translateY(-16px);
  margin: 0;
  top: var(--v-input-padding-top);
}
.v-field--variant-outlined .v-label.v-field-label--floating {
  transform: translateY(-50%);
  transform-origin: center;
  position: static;
  margin: 0 4px;
}

/* endregion */
/* region OUTLINE */
.v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 0.38;
  align-items: stretch;
  contain: layout;
  display: flex;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (hover: hover) {
  .v-field:hover .v-field__outline {
    --v-field-border-opacity: var(--v-high-emphasis-opacity);
  }
}
.v-field--error:not(.v-field--disabled) .v-field__outline {
  color: rgb(var(--v-theme-error));
}
.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
  --v-field-border-opacity: 1;
}
.v-field--variant-outlined.v-field--focused .v-field__outline {
  --v-field-border-width: 2px;
}
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 var(--v-field-border-width);
  opacity: var(--v-field-border-opacity);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px;
  transform: scaleX(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
  transform: scaleX(1);
}

.v-field--variant-outlined .v-field__outline {
  border-radius: inherit;
}
.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
  border: 0 solid currentColor;
  opacity: var(--v-field-border-opacity);
}
@media (prefers-reduced-motion: no-preference) {
  .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.v-field--variant-outlined .v-field__outline__start {
  flex: 0 0 12px;
  border-top-width: var(--v-field-border-width);
  border-bottom-width: var(--v-field-border-width);
  border-inline-start-width: var(--v-field-border-width);
  border-start-start-radius: inherit;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: inherit;
}
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
[class^=rounded-].v-field--variant-outlined .v-field__outline__start,
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
}

.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
  border-start-start-radius: 0;
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
  border-end-start-radius: 0;
  border-inline-end-width: var(--v-field-border-width);
  border-inline-start-width: 0;
}

.v-field--variant-outlined .v-field__outline__notch {
  flex: none;
  position: relative;
  max-width: calc(100% - 24px);
}
.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,
[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
  max-width: calc(100% - var(--v-input-control-height));
}

.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
  opacity: var(--v-field-border-opacity);
}
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--variant-outlined .v-field__outline__notch::before {
  border-width: var(--v-field-border-width) 0 0;
}
.v-field--variant-outlined .v-field__outline__notch::after {
  bottom: 0;
  border-width: 0 0 var(--v-field-border-width);
}
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
  opacity: 0;
}

.v-field--variant-outlined .v-field__outline__end {
  flex: 1;
  border-top-width: var(--v-field-border-width);
  border-bottom-width: var(--v-field-border-width);
  border-inline-end-width: var(--v-field-border-width);
  border-start-start-radius: 0;
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
  border-end-start-radius: 0;
}
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
  border-start-start-radius: inherit;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: inherit;
  border-inline-end-width: 0;
  border-inline-start-width: var(--v-field-border-width);
}

/* endregion */
/* region LOADER */
.v-field__loader {
  top: calc(100% - 2px);
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}
.v-field--variant-outlined .v-field__loader {
  top: calc(100% - 3px);
  width: calc(100% - 1px * 2);
  left: 1px;
}

/* endregion */
/* region OVERLAY */
.v-field__overlay {
  border-radius: inherit;
  pointer-events: none;
}
.v-field__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-field--variant-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}

.v-field--variant-solo-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .v-field--variant-solo-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}

.v-field--variant-solo-inverted .v-field__overlay {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-solo-inverted:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
  background-color: rgb(var(--v-theme-surface-variant));
  opacity: 1;
}

/* endregion */
/* region MODIFIERS */
.v-field--reverse .v-field__field,
.v-field--reverse .v-field__input,
.v-field--reverse .v-field__outline {
  flex-direction: row-reverse;
}
.v-field--reverse .v-field__input, .v-field--reverse input {
  text-align: end;
}

.v-input--disabled .v-field--variant-filled .v-field__outline::before,
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
  border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
}

.v-field--loading .v-field__outline::after,
.v-field--loading .v-field__outline::before {
  opacity: 0;
}

/* endregion */
@media (forced-colors: active) {
  .v-field .v-progress-linear {
    border: none;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-virtual-scroll {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.v-virtual-scroll__container {
  display: block;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-badge {
  display: inline-block;
  line-height: 1;
}

.v-badge__badge {
  align-items: center;
  display: inline-flex;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.25rem;
  justify-content: center;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.v-badge__badge {
  background: rgb(var(--v-theme-surface-variant));
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
}
.v-badge__badge:has(.v-icon) {
  padding: 4px 6px;
}
.v-badge--bordered .v-badge__badge::after {
  border-radius: inherit;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  color: rgb(var(--v-theme-background));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.05);
}
.v-badge--dot .v-badge__badge {
  border-radius: 4.5px;
  height: 9px;
  min-width: 0;
  padding: 0;
  width: 9px;
}
.v-badge--dot .v-badge__badge::after {
  border-width: 1.5px;
}
.v-badge--inline .v-badge__badge {
  position: relative;
  vertical-align: middle;
}
.v-badge__badge .v-icon {
  color: inherit;
  font-size: 0.75rem;
  margin: 0 -2px;
}
.v-badge__badge img,
.v-badge__badge .v-img {
  height: 100%;
  width: 100%;
}

.v-badge__wrapper {
  display: flex;
  position: relative;
}
.v-badge--inline .v-badge__wrapper {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 4px;
}

@media (forced-colors: active) {
  .v-badge__badge {
    forced-color-adjust: preserve-parent-color;
  }
  .v-badge__badge.v-badge__badge {
    background: highlight !important;
    color: highlighttext !important;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-dialog {
  align-items: center;
  justify-content: center;
  margin: auto;
}
.v-dialog > .v-overlay__content {
  max-height: calc(100% - 48px);
  width: calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin: 24px;
}
.v-dialog > .v-overlay__content,
.v-dialog > .v-overlay__content > form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > .v-sheet,
.v-dialog > .v-overlay__content > form > .v-card,
.v-dialog > .v-overlay__content > form > .v-sheet {
  --v-scrollbar-offset: 0px;
  border-radius: 4px;
  overflow-y: auto;
  flex: 1 1 var(--v-card-height, 100%);
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > .v-sheet,
.v-dialog > .v-overlay__content > form > .v-card,
.v-dialog > .v-overlay__content > form > .v-sheet {
  box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > form > .v-card {
  display: flex;
  flex-direction: column;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
  padding: 16px 24px;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
  padding-top: 0;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
  font-size: inherit;
  letter-spacing: 0.03125em;
  line-height: inherit;
  padding: 16px 24px 24px;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
  justify-content: flex-end;
}

.v-dialog--fullscreen {
  --v-scrollbar-offset: 0px;
}
.v-dialog--fullscreen > .v-overlay__content {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.v-dialog--fullscreen > .v-overlay__content > .v-card,
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
  min-height: 100%;
  min-width: 100%;
  border-radius: 0;
}

.v-dialog--scrollable > .v-overlay__content > form,
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
  max-height: 100%;
  max-width: 100%;
}
.v-dialog--scrollable > .v-overlay__content,
.v-dialog--scrollable > .v-overlay__content > .v-card,
.v-dialog--scrollable > .v-overlay__content > form,
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
  display: flex;
  flex: 1 1 var(--v-card-height, 100%);
  flex-direction: column;
}
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
  backface-visibility: hidden;
  overflow-y: auto;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-card {
  display: block;
  overflow: hidden;
  overflow-wrap: break-word;
  position: relative;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.v-card {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-card--border {
  border-width: thin;
  box-shadow: none;
}
.v-card--absolute {
  position: absolute;
}
.v-card--fixed {
  position: fixed;
}
.v-card {
  border-radius: 4px;
}
.v-card:hover > .v-card__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card:focus-visible > .v-card__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card:focus > .v-card__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-card--variant-plain {
  opacity: 0.62;
}
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
  opacity: 1;
}
.v-card--variant-plain .v-card__overlay {
  display: none;
}
.v-card--variant-elevated, .v-card--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-card--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-outlined {
  border: thin solid currentColor;
}
.v-card--variant-text .v-card__overlay {
  background: currentColor;
}
.v-card--variant-tonal .v-card__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-card .v-card__underlay {
  position: absolute;
}
.v-card--disabled {
  pointer-events: none;
  user-select: none;
}
.v-card--disabled > :not(.v-card__loader) {
  opacity: 0.6;
}
.v-card--flat {
  box-shadow: none;
}
.v-card--hover {
  cursor: pointer;
}
.v-card--hover::before, .v-card--hover::after {
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
}
.v-card--hover::before {
  opacity: 1;
  z-index: -1;
}
.v-card--hover::before {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--hover::after {
  z-index: 1;
  opacity: 0;
}
.v-card--hover::after {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--hover:hover::after {
  opacity: 1;
}
.v-card--hover:hover::before {
  opacity: 0;
}
.v-card--hover:hover {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--link {
  cursor: pointer;
}

.v-card-actions {
  align-items: center;
  display: flex;
  flex: none;
  min-height: 52px;
  padding: 0.5rem;
  gap: 0.5rem;
}

.v-card-item {
  align-items: center;
  display: grid;
  flex: none;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content auto max-content;
  padding: 0.625rem 1rem;
}
.v-card-item + .v-card-text {
  padding-top: 0;
}
.v-card-item__prepend, .v-card-item__append {
  align-items: center;
  display: flex;
}
.v-card-item__prepend {
  grid-area: prepend;
  padding-inline-end: 0.5rem;
}
.v-card-item__append {
  grid-area: append;
  padding-inline-start: 0.5rem;
}

.v-card-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}

.v-card-title {
  display: block;
  flex: none;
  font-size: 1.25rem;
  font-weight: 500;
  hyphens: auto;
  letter-spacing: 0.0125em;
  min-width: 0;
  overflow-wrap: normal;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  word-wrap: break-word;
}
.v-card .v-card-title {
  line-height: 1.6;
}
.v-card--density-comfortable .v-card-title {
  line-height: 1.75rem;
}
.v-card--density-compact .v-card-title {
  line-height: 1.55rem;
}
.v-card-item .v-card-title {
  padding: 0;
}
.v-card-title + .v-card-text,
.v-card-title + .v-card-actions {
  padding-top: 0;
}

.v-card-subtitle {
  display: block;
  flex: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
  overflow: hidden;
  padding: 0 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.v-card .v-card-subtitle {
  line-height: 1.425;
}
.v-card--density-comfortable .v-card-subtitle {
  line-height: 1.125rem;
}
.v-card--density-compact .v-card-subtitle {
  line-height: 1rem;
}
.v-card-item .v-card-subtitle {
  padding: 0 0 0.25rem;
}

.v-card-text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  opacity: var(--v-card-text-opacity, 1);
  padding: 1rem;
  text-transform: none;
}
.v-card .v-card-text {
  line-height: 1.425;
}
.v-card--density-comfortable .v-card-text {
  line-height: 1.2rem;
}
.v-card--density-compact .v-card-text {
  line-height: 1.15rem;
}

.v-card__image {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.v-card__content {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}

.v-card__loader {
  bottom: auto;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (forced-colors: active) {
  .v-card__loader .v-progress-linear {
    border: none;
  }
}

.v-card__overlay {
  background-color: currentColor;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media (forced-colors: active) {
  .v-card:not(.v-card--variant-text, .v-card--variant-plain) {
    border: thin solid;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-window {
  overflow: hidden;
}
.v-window__container {
  display: flex;
  flex-direction: column;
  height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window__controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
}
.v-window__controls > * {
  pointer-events: auto;
}
.v-window--show-arrows-on-hover {
  overflow: hidden;
}
.v-window--show-arrows-on-hover .v-window__left {
  transform: translateX(-200%);
}
:has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left {
  transform: translateX(200%);
}

.v-window--show-arrows-on-hover .v-window__right {
  transform: translateX(200%);
}
:has(.v-window__controls--left).v-window--show-arrows-on-hover .v-window__right {
  transform: translateX(-200%);
}

.v-window--show-arrows-on-hover:hover .v-window__left,
.v-window--show-arrows-on-hover:hover .v-window__right {
  transform: translateX(0);
}
.v-window--vertical-arrows .v-window__controls {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.v-window--vertical-arrows .v-window__controls--left {
  align-items: start;
}
.v-window--vertical-arrows .v-window__controls--right {
  align-items: end;
}
.v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,
.v-window--vertical-arrows .v-window__controls .v-window__right .v-icon {
  transform: rotate(90deg);
}
@container style(--v-window-transition-duration) {
  .v-window .v-window-item {
    transition-duration: var(--v-window-transition-duration) !important;
  }
}
.v-window--crossfade > .v-window__container {
  isolation: isolate;
}
.v-window--crossfade > .v-window__container > .v-window-item {
  mix-blend-mode: plus-lighter;
}

.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
    transition-duration: 0s;
  }
}
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-x-transition-enter-from {
  transform: translateX(100%);
}
.v-window-x-transition-leave-to {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-enter-from {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-leave-to {
  transform: translateX(100%);
}
.v-window-y-transition-enter-from {
  transform: translateY(100%);
}
.v-window-y-transition-leave-to {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-enter-from {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-leave-to {
  transform: translateY(100%);
}

.v-window-crossfade-transition-enter-active, .v-window-crossfade-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window-crossfade-transition-leave-from, .v-window-crossfade-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
  opacity: 0;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-slider .v-slider__container input {
  cursor: default;
  padding: 0;
  width: 100%;
  display: none;
}
.v-slider > .v-input__append,
.v-slider > .v-input__prepend {
  padding: 0;
}

.v-slider__container {
  position: relative;
  min-height: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.v-input--disabled .v-slider__container {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-slider__container {
  color: rgb(var(--v-theme-error));
}

.v-slider.v-input--horizontal {
  align-items: center;
  margin-inline: 8px 8px;
}
.v-slider.v-input--horizontal > .v-input__control {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.v-slider.v-input--vertical {
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.v-slider.v-input--vertical > .v-input__control {
  min-height: 300px;
}

.v-slider.v-input--disabled {
  pointer-events: none;
}

.v-slider--has-labels > .v-input__control {
  margin-bottom: 4px;
}

.v-slider__label {
  margin-inline-end: 12px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-slider-thumb {
  touch-action: none;
  color: rgb(var(--v-theme-surface-variant));
}
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
  color: inherit;
}

.v-slider-thumb__label {
  background: rgba(var(--v-theme-surface-variant), 0.7);
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-slider-thumb__label > .v-slider-thumb__label-wedge {
  background: inherit;
}

.v-slider-thumb {
  outline: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-slider-thumb__surface {
  cursor: pointer;
  width: var(--v-slider-thumb-size);
  height: var(--v-slider-thumb-size);
  border-radius: 50%;
  user-select: none;
  background-color: currentColor;
}
@media (forced-colors: active) {
  .v-slider-thumb__surface {
    background-color: highlight;
  }
}
.v-slider-thumb__surface::before {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  color: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.v-slider-thumb__surface::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-slider-thumb__label-container {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.v-slider-thumb__label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  min-width: 35px;
  height: 25px;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  user-select: none;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.v-slider-thumb__label > .v-slider-thumb__label-wedge {
  width: 12px;
  height: 12px;
  position: absolute;
}

.v-slider-thumb__ripple {
  position: absolute;
  left: calc(var(--v-slider-thumb-size) / -2);
  top: calc(var(--v-slider-thumb-size) / -2);
  width: calc(var(--v-slider-thumb-size) * 2);
  height: calc(var(--v-slider-thumb-size) * 2);
  background: inherit;
}

.v-slider.v-input--horizontal .v-slider-thumb {
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
  left: calc(var(--v-slider-thumb-size) / 2);
  top: 0;
}
.v-slider.v-input--horizontal .v-slider-thumb__label {
  bottom: calc(var(--v-slider-thumb-size) / 2);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(-50%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(50%);
}

.v-slider.v-input--horizontal .v-slider-thumb__label > .v-slider-thumb__label-wedge {
  clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  bottom: calc(-6px + 0.2px);
}

.v-slider.v-input--vertical .v-slider-thumb {
  top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label-container {
  top: calc(var(--v-slider-thumb-size) / 2);
  right: 0;
}
.v-slider.v-input--vertical .v-slider-thumb__label {
  top: -12.5px;
  left: calc(var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label > .v-slider-thumb__label-wedge {
  clip-path: polygon(0 50%, 50% 0, 50% 100%);
  left: calc(-6px + 0.2px);
}

.v-slider-thumb--focused .v-slider-thumb__surface::before {
  transform: scale(2);
  opacity: var(--v-focus-opacity);
}

.v-slider-thumb--pressed {
  transition: none;
}
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
  opacity: var(--v-pressed-opacity);
}

@media (hover: hover) {
  .v-slider-thumb:hover .v-slider-thumb__surface::before {
    transform: scale(2);
  }
  .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
    opacity: var(--v-hover-opacity);
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-slider-track__background {
  background-color: rgb(var(--v-theme-surface-variant));
}
@media (forced-colors: active) {
  .v-slider-track__background {
    background-color: highlight;
  }
}

.v-slider-track__fill {
  background-color: rgb(var(--v-theme-surface-variant));
}
@media (forced-colors: active) {
  .v-slider-track__fill {
    background-color: highlight;
  }
}

.v-slider-track__tick {
  background-color: rgb(var(--v-theme-surface-variant));
}
.v-slider-track__tick--filled {
  background-color: rgb(var(--v-theme-surface-light));
}

.v-slider-track {
  border-radius: 6px;
}
@media (forced-colors: active) {
  .v-slider-track {
    border: thin solid buttontext;
  }
}

.v-slider-track__background, .v-slider-track__fill {
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border-radius: inherit;
}
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
  transition: none;
}
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
  background-color: currentColor;
}

.v-slider-track__ticks {
  height: 100%;
  width: 100%;
  position: relative;
}

.v-slider-track__tick {
  position: absolute;
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  width: var(--v-slider-tick-size);
  height: var(--v-slider-tick-size);
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
}
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: none;
}

.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(100%);
}

.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}

.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: none;
}

.v-slider-track__tick-label {
  position: absolute;
  user-select: none;
  white-space: nowrap;
}

.v-slider.v-input--horizontal .v-slider-track {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--v-slider-track-size) + 2px);
  touch-action: pan-y;
}
.v-slider.v-input--horizontal .v-slider-track__background {
  height: var(--v-slider-track-size);
}
.v-slider.v-input--horizontal .v-slider-track__fill {
  height: inherit;
}
.v-slider.v-input--horizontal .v-slider-track__tick {
  margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
}
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
}

.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(-50%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(50%);
}

.v-slider.v-input--horizontal .v-slider-track__tick--first {
  margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(0%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(0%);
}

.v-slider.v-input--horizontal .v-slider-track__tick--last {
  margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(100%);
}

.v-slider.v-input--vertical .v-slider-track {
  height: 100%;
  display: flex;
  justify-content: center;
  width: calc(var(--v-slider-track-size) + 2px);
  touch-action: pan-x;
}
.v-slider.v-input--vertical .v-slider-track__background {
  width: var(--v-slider-track-size);
}
.v-slider.v-input--vertical .v-slider-track__fill {
  width: inherit;
}
.v-slider.v-input--vertical .v-slider-track__ticks {
  height: 100%;
}
.v-slider.v-input--vertical .v-slider-track__tick {
  margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
}
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
}

.v-slider.v-input--vertical .v-slider-track__tick--first {
  bottom: calc(0% + var(--v-slider-tick-size) + 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick--last {
  bottom: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
  margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
  transform: translateY(-50%);
}

.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
  opacity: 1;
}

.v-slider-track__background--opacity {
  opacity: 0.38;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-picker.v-sheet {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-areas: "header" "body";
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.v-picker.v-sheet {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-picker.v-sheet {
  border-radius: 4px;
}
.v-picker.v-sheet.v-picker--with-actions {
  grid-template-areas: "header" "body" "actions";
}
.v-picker.v-sheet.v-picker--landscape {
  grid-template-columns: auto 1fr;
  grid-template-areas: "header body" "header body";
}
.v-picker.v-sheet.v-picker--landscape.v-picker--with-actions {
  grid-template-areas: "header body" "header actions";
}

.v-picker__body {
  grid-area: body;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.v-picker__header-wrapper {
  grid-area: header;
}

.v-picker__actions {
  grid-area: actions;
  padding: 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.v-picker__actions .v-btn {
  min-width: 48px;
}
.v-picker__actions .v-btn:not(:last-child) {
  margin-inline-end: 8px;
}

.v-picker--divided .v-picker__header {
  border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.v-picker-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-inline: 24px 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.1666666667em;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-data-table {
  width: 100%;
}

.v-data-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.v-data-table__tr--focus {
  border: 1px dotted black;
}
.v-data-table__tr--clickable {
  cursor: pointer;
}

.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
  text-align: end;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
  flex-direction: row-reverse;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
  text-align: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
  justify-content: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
  padding: 0 8px;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
  padding: 0;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
  display: contents;
}
.v-data-table .v-table__wrapper > table > thead > tr > th,
.v-data-table .v-table__wrapper > table tbody > tr > th {
  align-items: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
  position: sticky;
}
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
  cursor: pointer;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
  opacity: 0;
}
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus-visible .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus-visible .v-data-table-header__sort-icon {
  opacity: 0.5;
}
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
  height: fit-content;
}

.v-data-table-column--fixed,
.v-data-table-column--fixed-end,
.v-data-table__th--sticky {
  background-color: rgb(var(--v-theme-surface));
  background-image: inherit;
  position: sticky !important;
  left: 0;
  z-index: 1;
}

.v-data-table-column--fixed-end {
  left: unset;
  right: 0;
}

.v-data-table-column--last-fixed {
  border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-data-table-column--first-fixed-end {
  border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
  z-index: 2;
}

.v-data-table-group-header-row td {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface));
}
.v-data-table-group-header-row td > span {
  padding-left: 5px;
}

.v-data-table--loading:not(.v-table--fixed-header) > .v-table__wrapper > table > thead > tr > .v-data-table__td:not(.v-data-table-column--fixed), .v-data-table--loading:not(.v-table--fixed-header) > .v-table__wrapper > table > thead > tr > .v-data-table__td:not(.v-data-table-column--fixed-end), .v-data-table--loading:not(.v-table--fixed-footer) > .v-table__wrapper > table > tfoot > tr > .v-data-table__td:not(.v-data-table-column--fixed), .v-data-table--loading:not(.v-table--fixed-footer) > .v-table__wrapper > table > tfoot > tr > .v-data-table__td:not(.v-data-table-column--fixed-end),
.v-data-table--loading > .v-table__wrapper > table > tbody > tr > .v-data-table__td:not(.v-data-table-column--fixed),
.v-data-table--loading > .v-table__wrapper > table > tbody > tr > .v-data-table__td:not(.v-data-table-column--fixed-end) {
  opacity: var(--v-disabled-opacity);
}

.v-data-table-group-header-row__column {
  padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
}

.v-data-table-header__content {
  display: flex;
  align-items: center;
}

.v-data-table-header__sort-icon {
  margin-inline: 0px;
}

.v-data-table-header__sort-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  padding: 4px;
  border-radius: 50%;
  background: rgba(var(--v-border-color), var(--v-border-opacity));
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.v-data-table-progress > th {
  border: none !important;
  height: auto !important;
  padding: 0 !important;
}

.v-data-table-progress__loader {
  position: relative;
}

.v-data-table-rows-loading,
.v-data-table-rows-no-data {
  text-align: center;
}

.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
  grid-template-columns: auto;
  justify-content: center;
}
.v-data-table__tr--mobile > .v-data-table__td--select-row {
  grid-template-columns: 0;
  justify-content: end;
}
.v-data-table__tr--mobile > td {
  align-items: center;
  column-gap: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: var(--v-table-row-height);
}
.v-data-table__tr--mobile > td:not(:last-child) {
  border-bottom: 0 !important;
}

.v-data-table__td-title {
  font-weight: 500;
  text-align: start;
}

.v-data-table__td-value {
  text-align: end;
}

.v-data-table__td-sort-icon {
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
}
.v-data-table__td-sort-icon-active {
  color: rgba(var(--v-theme-on-surface));
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-data-table-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 8px 4px;
}
.v-data-table-footer__items-per-page {
  align-items: center;
  display: flex;
  justify-content: center;
}
.v-data-table-footer__items-per-page > span {
  padding-inline-end: 8px;
}
.v-data-table-footer__items-per-page > .v-select {
  width: 90px;
}
.v-data-table-footer__info {
  display: flex;
  justify-content: flex-end;
  min-width: 116px;
  padding: 0 16px;
}
.v-data-table-footer__paginationz {
  align-items: center;
  display: flex;
  margin-inline-start: 16px;
}
.v-data-table-footer__page {
  padding: 0 8px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-pagination__list {
  display: inline-flex;
  list-style-type: none;
  justify-content: center;
  width: 100%;
}
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
  margin: 0.3rem;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-table {
  font-size: 0.875rem;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-table .v-table-divider {
  border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > thead > tr > th {
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > tfoot > tr > td,
.v-table .v-table__wrapper > table > tfoot > tr > th {
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
  position: relative;
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
  pointer-events: none;
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-table.v-table--striped-even > .v-table__wrapper > table > tbody > tr:nth-child(even) {
  background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
}
.v-table.v-table--striped-odd > .v-table__wrapper > table > tbody > tr:nth-child(odd) {
  background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
}
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
  z-index: 1;
}
.v-table.v-table--fixed-footer > tfoot > tr > th,
.v-table.v-table--fixed-footer > tfoot > tr > td {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-table {
  border-radius: inherit;
  line-height: 1.5;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.v-table > .v-table__wrapper > table {
  width: 100%;
  border-spacing: 0;
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
  padding: 0 16px;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > td {
  height: var(--v-table-row-height);
}
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
  height: var(--v-table-header-height);
  font-weight: 500;
  font-size: inherit;
  user-select: none;
  text-align: start;
}
.v-table--density-default {
  --v-table-header-height: 56px;
  --v-table-row-height: 52px;
}

.v-table--density-comfortable {
  --v-table-header-height: 48px;
  --v-table-row-height: 44px;
}

.v-table--density-compact {
  --v-table-header-height: 40px;
  --v-table-row-height: 36px;
}

.v-table__wrapper {
  border-radius: inherit;
  overflow: auto;
  flex: 1 1 auto;
}

.v-table--has-top > .v-table__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.v-table--has-bottom > .v-table__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.v-table--fixed-height > .v-table__wrapper {
  overflow-y: auto;
}

.v-table--fixed-header > .v-table__wrapper > table > thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  border-bottom: 0px !important;
}

.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
  border-top: 0px !important;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker {
  overflow: hidden;
  width: 328px;
  --v-date-picker-landscape-header-width: 170px;
}
.v-date-picker--show-week {
  width: 368px;
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) {
  width: calc(328px + var(--v-date-picker-landscape-header-width));
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper {
  width: var(--v-date-picker-landscape-header-width);
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper .v-date-picker-header {
  height: auto;
  padding-inline: 24px;
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper).v-picker--show-week {
  width: calc(368px + var(--v-date-picker-landscape-header-width));
}
.v-date-picker > .v-picker__body {
  flex-direction: column;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  height: var(--v-date-picker-controls-height, 56px);
  padding: 4px 12px;
}
.v-date-picker-controls .v-btn {
  text-transform: none;
  font-weight: 400;
  line-height: initial;
  letter-spacing: initial;
}
.v-date-picker-controls .v-btn > .v-btn__append > .v-icon {
  transition-property: transform;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-date-picker--months .v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append > .v-icon {
  transform: rotate(180deg);
}
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
  transform: rotate(180deg);
}
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__year-btn > .v-btn__append > .v-icon,
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append > .v-icon {
  transform: rotate(180deg);
}
.v-date-picker-controls__date {
  margin-inline-end: 4px;
}
.v-date-picker-controls__month, .v-date-picker-controls__year {
  display: flex;
}
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl.v-date-picker-controls__year, .v-locale--is-rtl .v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__year {
  flex-direction: row-reverse;
}

.v-date-picker-controls .v-date-picker-controls__month-btn, .v-date-picker-controls .v-date-picker-controls__year-btn {
  padding: 0 12px;
}
.v-date-picker-controls .v-date-picker-controls__only-month-btn, .v-date-picker-controls .v-date-picker-controls__only-year-btn {
  padding-inline: 12px 8px;
  min-width: 40px;
}
.v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append, .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append {
  margin-inline: 4px -4px;
}

.v-date-picker__title {
  display: inline-block;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-container {
  width: 100%;
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .v-container {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .v-container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .v-container {
    max-width: 1440px;
  }
}
@media (min-width: 2560px) {
  .v-container {
    max-width: 1440px;
  }
}
.v-container--fluid {
  max-width: 100%;
}
.v-container.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}
.v-row + .v-row {
  margin-top: 12px;
}
.v-row + .v-row--dense {
  margin-top: 4px;
}
.v-row--dense {
  margin: -4px;
}
.v-row--dense > .v-col,
.v-row--dense > [class*=v-col-] {
  padding: 4px;
}
.v-row.v-row--no-gutters {
  margin: 0;
}
.v-row.v-row--no-gutters > .v-col,
.v-row.v-row--no-gutters > [class*=v-col-] {
  padding: 0;
}

.v-col-xxl,
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
  width: 100%;
  padding: 12px;
}

.v-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.v-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.v-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.v-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.v-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.v-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.v-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.v-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.v-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.v-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.v-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.v-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.v-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.v-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-inline-start: 8.3333333333%;
}

.offset-2 {
  margin-inline-start: 16.6666666667%;
}

.offset-3 {
  margin-inline-start: 25%;
}

.offset-4 {
  margin-inline-start: 33.3333333333%;
}

.offset-5 {
  margin-inline-start: 41.6666666667%;
}

.offset-6 {
  margin-inline-start: 50%;
}

.offset-7 {
  margin-inline-start: 58.3333333333%;
}

.offset-8 {
  margin-inline-start: 66.6666666667%;
}

.offset-9 {
  margin-inline-start: 75%;
}

.offset-10 {
  margin-inline-start: 83.3333333333%;
}

.offset-11 {
  margin-inline-start: 91.6666666667%;
}

@media (min-width: 600px) {
  .v-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-inline-start: 0;
  }
  .offset-sm-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-inline-start: 25%;
  }
  .offset-sm-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-inline-start: 50%;
  }
  .offset-sm-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-inline-start: 75%;
  }
  .offset-sm-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .v-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-inline-start: 0;
  }
  .offset-md-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-md-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-md-3 {
    margin-inline-start: 25%;
  }
  .offset-md-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-md-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-md-6 {
    margin-inline-start: 50%;
  }
  .offset-md-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-md-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-md-9 {
    margin-inline-start: 75%;
  }
  .offset-md-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-md-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .v-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-inline-start: 0;
  }
  .offset-lg-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-inline-start: 25%;
  }
  .offset-lg-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-inline-start: 50%;
  }
  .offset-lg-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-inline-start: 75%;
  }
  .offset-lg-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .v-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-inline-start: 0;
  }
  .offset-xl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-inline-start: 25%;
  }
  .offset-xl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-inline-start: 50%;
  }
  .offset-xl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-inline-start: 75%;
  }
  .offset-xl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 2560px) {
  .v-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-inline-start: 0;
  }
  .offset-xxl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-inline-start: 25%;
  }
  .offset-xxl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-inline-start: 50%;
  }
  .offset-xxl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-inline-start: 75%;
  }
  .offset-xxl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-inline-start: 91.6666666667%;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-spacer {
  flex-grow: 1;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker-header {
  align-items: flex-end;
  height: 70px;
  display: grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: min-content minmax(0, 1fr) min-content;
  overflow: hidden;
  padding-inline: 24px 12px;
  padding-bottom: 12px;
}

.v-date-picker-header__append {
  grid-area: append;
}

.v-date-picker-header__prepend {
  grid-area: prepend;
  padding-inline-start: 8px;
}

.v-date-picker-header__content {
  align-items: center;
  display: inline-flex;
  font-size: 32px;
  line-height: 40px;
  grid-area: content;
  justify-content: space-between;
  white-space: pre-wrap;
}
.v-date-picker-header--clickable .v-date-picker-header__content {
  cursor: pointer;
}
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
  opacity: 0.7;
}

.date-picker-header-transition-enter-active,
.date-picker-header-reverse-transition-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.date-picker-header-transition-leave-active,
.date-picker-header-reverse-transition-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.date-picker-header-transition-enter-from {
  transform: translate(0, 100%);
}
.date-picker-header-transition-leave-to {
  opacity: 0;
  transform: translate(0, -100%);
}

.date-picker-header-reverse-transition-enter-from {
  transform: translate(0, -100%);
}
.date-picker-header-reverse-transition-leave-to {
  opacity: 0;
  transform: translate(0, 100%);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker-month {
  display: flex;
  justify-content: center;
  padding: 0 12px 8px;
  --v-date-picker-month-day-diff: 4px;
}

.v-date-picker-month__weeks {
  display: flex;
  flex-direction: column;
  column-gap: 4px;
  font-size: 0.875rem;
}

.v-date-picker-month__weekday {
  font-size: 0.875rem;
}

.v-date-picker-month__days {
  display: grid;
  grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
  column-gap: 4px;
  justify-content: space-around;
  width: 100%;
}

.v-date-picker-month__day {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 40px;
}
.v-date-picker-month__day--selected .v-btn {
  background-color: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
  --v-btn-height: 24px;
  --v-btn-size: 0.875rem;
}
.v-date-picker-month__day--week {
  font-size: var(--v-btn-size);
}

.v-date-picker-month__day--adjacent {
  opacity: 0.5;
}

.v-date-picker-month__day--hide-adjacent {
  opacity: 0;
}

.v-date-picker-month__events {
  height: 8px;
  left: 0;
  text-indent: 0;
  position: absolute;
  text-align: center;
  white-space: pre;
  width: 100%;
}
.v-date-picker-month__events > div {
  height: 8px;
  margin: 0 1px;
  width: 8px;
  margin-bottom: -1px;
}
.v-date-picker-month__events .v-badge--dot .v-badge__badge {
  border-radius: 4px;
  height: 8px;
  width: 8px;
}

.v-date-picker-month__day .v-date-picker-month__events {
  bottom: 8px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker-months {
  height: 288px;
}

.v-date-picker-months__content {
  align-items: center;
  display: grid;
  flex: 1 1;
  height: inherit;
  justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 24px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
}
.v-date-picker-months__content .v-btn {
  text-transform: none;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-date-picker-years {
  height: 288px;
  overflow-y: scroll;
}

.v-date-picker-years__content {
  display: grid;
  flex: 1 1;
  justify-content: space-around;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  padding-inline: 32px;
}
.v-date-picker-years__content .v-btn {
  padding-inline: 8px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-item-group {
  flex: 0 1 auto;
  max-width: 100%;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-navigation-drawer {
  -webkit-overflow-scrolling: touch;
  background: rgb(var(--v-theme-surface));
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  pointer-events: auto;
  transition-duration: 0.2s;
  transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
}
.v-navigation-drawer {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-navigation-drawer--border {
  border-width: thin;
  box-shadow: none;
}
.v-navigation-drawer {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-navigation-drawer {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
@media (prefers-reduced-motion: reduce) {
  .v-navigation-drawer {
    transition: none;
  }
}
.v-navigation-drawer--rounded {
  border-radius: 4px;
}
.v-navigation-drawer--top {
  top: 0;
  border-bottom-width: thin;
}
.v-navigation-drawer--bottom {
  left: 0;
  border-top-width: thin;
}
.v-navigation-drawer--left {
  top: 0;
  left: 0;
  right: auto;
  border-right-width: thin;
}
.v-navigation-drawer--right {
  top: 0;
  left: auto;
  right: 0;
  border-left-width: thin;
}
.v-navigation-drawer--floating {
  border: none;
}
.v-navigation-drawer--temporary.v-navigation-drawer--active {
  box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-navigation-drawer--sticky {
  height: auto;
  transition: box-shadow, transform, visibility, width, height, left, right;
}
.v-navigation-drawer .v-list {
  overflow: hidden;
}

.v-navigation-drawer__content {
  flex: 0 1 auto;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.v-navigation-drawer__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-navigation-drawer__img img:not(.v-img__img) {
  height: inherit;
  object-fit: cover;
  width: inherit;
}

.v-navigation-drawer__scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.v-navigation-drawer__prepend,
.v-navigation-drawer__append {
  flex: none;
  overflow: hidden;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-radio-group > .v-input__control {
  flex-direction: column;
}
.v-radio-group > .v-input__control > .v-label {
  margin-inline-start: 16px;
}
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
  padding-inline-start: 6px;
  margin-top: 8px;
}
.v-radio-group .v-input__details {
  padding-inline: 16px;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-skeleton-loader {
  align-items: center;
  background: rgb(var(--v-theme-surface));
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  vertical-align: top;
}
.v-skeleton-loader__actions {
  justify-content: end;
}
.v-skeleton-loader .v-skeleton-loader__ossein {
  height: 100%;
}
.v-skeleton-loader .v-skeleton-loader__avatar,
.v-skeleton-loader .v-skeleton-loader__button,
.v-skeleton-loader .v-skeleton-loader__chip,
.v-skeleton-loader .v-skeleton-loader__divider,
.v-skeleton-loader .v-skeleton-loader__heading,
.v-skeleton-loader .v-skeleton-loader__image,
.v-skeleton-loader .v-skeleton-loader__ossein,
.v-skeleton-loader .v-skeleton-loader__text {
  background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
}
@media (forced-colors: active) {
  .v-skeleton-loader .v-skeleton-loader__avatar,
  .v-skeleton-loader .v-skeleton-loader__button,
  .v-skeleton-loader .v-skeleton-loader__chip,
  .v-skeleton-loader .v-skeleton-loader__divider,
  .v-skeleton-loader .v-skeleton-loader__heading,
  .v-skeleton-loader .v-skeleton-loader__image,
  .v-skeleton-loader .v-skeleton-loader__ossein,
  .v-skeleton-loader .v-skeleton-loader__text {
    background: canvastext;
  }
}
.v-skeleton-loader .v-skeleton-loader__list-item,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.v-skeleton-loader .v-skeleton-loader__list-item-text,
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
  border-radius: 4px;
}
.v-skeleton-loader__bone {
  align-items: center;
  border-radius: inherit;
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.v-skeleton-loader__bone::after {
  animation: loading 1.5s infinite;
  background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
  transform: translateX(-100%);
  z-index: 1;
}
.v-skeleton-loader__bone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (forced-colors: active) and (pointer: fine) {
  .v-skeleton-loader__bone {
    cursor: progress;
  }
}
.v-skeleton-loader__avatar {
  border-radius: 50%;
  flex: 0 1 auto;
  margin: 8px 16px;
  max-height: 48px;
  min-height: 48px;
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  width: 48px;
}
.v-skeleton-loader__avatar + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__button {
  border-radius: 4px;
  height: 36px;
  margin: 16px;
  max-width: 64px;
}
.v-skeleton-loader__button + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__chip {
  border-radius: 16px;
  margin: 16px;
  height: 32px;
  max-width: 96px;
}
.v-skeleton-loader__chip + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__date-picker {
  border-radius: inherit;
}
.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
  max-width: 88px;
  width: 20%;
}
.v-skeleton-loader__date-picker .v-skeleton-loader__heading {
  max-width: 256px;
  width: 40%;
}
.v-skeleton-loader__date-picker-days {
  flex-wrap: wrap;
  margin: 16px;
}
.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
  border-radius: 4px;
  margin: 4px;
  max-width: 100%;
}
.v-skeleton-loader__date-picker-options {
  flex-wrap: nowrap;
}
.v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
  flex: 1 1 auto;
}
.v-skeleton-loader__divider {
  border-radius: 1px;
  height: 2px;
}
.v-skeleton-loader__heading {
  border-radius: 12px;
  margin: 16px;
  height: 24px;
}
.v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
  margin-top: -16px;
}
.v-skeleton-loader__image {
  height: 150px;
  border-radius: 0;
}
.v-skeleton-loader__card .v-skeleton-loader__image {
  border-radius: 0;
}
.v-skeleton-loader__list-item {
  margin: 16px;
}
.v-skeleton-loader__list-item .v-skeleton-loader__text {
  margin: 0;
}
.v-skeleton-loader__table-thead {
  justify-content: space-between;
}
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
  margin-top: 16px;
  max-width: 16px;
}
.v-skeleton-loader__table-tfoot {
  flex-wrap: nowrap;
}
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
  margin-top: 16px;
}
.v-skeleton-loader__table-row {
  align-items: baseline;
  margin: 0 8px;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
  margin-inline: 8px;
}
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
  margin: 0 16px;
}
.v-skeleton-loader__table-cell {
  align-items: center;
  display: flex;
  height: 48px;
  width: 88px;
}
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
  margin-bottom: 0;
}
.v-skeleton-loader__subtitle {
  max-width: 70%;
}
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
  height: 16px;
  border-radius: 8px;
}
.v-skeleton-loader__text {
  border-radius: 6px;
  margin: 16px;
  height: 12px;
}
.v-skeleton-loader__text + .v-skeleton-loader__text {
  margin-top: -8px;
  max-width: 50%;
}
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
  max-width: 70%;
}
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
  display: none;
}
.v-skeleton-loader--is-loading {
  overflow: hidden;
}
.v-skeleton-loader--tile {
  border-radius: 0;
}
.v-skeleton-loader--tile .v-skeleton-loader__bone {
  border-radius: 0;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-switch .v-label {
  padding-inline-start: 10px;
}

.v-switch__loader {
  display: flex;
}
.v-switch__loader .v-progress-circular {
  color: red;
}

.v-switch__track,
.v-switch__thumb {
  transition: none;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
  background-color: rgb(var(--v-theme-error));
  color: rgb(var(--v-theme-on-error));
}

.v-switch__track-true {
  margin-inline-end: auto;
}
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
  opacity: 0;
}

.v-switch__track-false {
  margin-inline-start: auto;
}
.v-selection-control--dirty .v-switch__track-false {
  opacity: 0;
}

.v-switch__track {
  display: inline-flex;
  align-items: center;
  font-size: 0.5rem;
  padding: 0 5px;
  background-color: #9ca1b9;
  border-radius: 9999px;
  height: 14px;
  opacity: 1;
  min-width: 36px;
  cursor: pointer;
  transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
}
.v-switch--inset .v-switch__track {
  border-radius: 9999px;
  font-size: 0.75rem;
  height: 22px;
  min-width: 44px;
}

.v-switch__thumb {
  align-items: center;
  background-color: rgb(var(--v-theme-surface-bright));
  color: rgb(var(--v-theme-on-surface-bright));
  border-radius: 50%;
  display: flex;
  font-size: 0.75rem;
  height: 20px;
  justify-content: center;
  width: 20px;
  pointer-events: none;
  transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.v-switch:not(.v-switch--inset) .v-switch__thumb {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-switch--inset .v-switch__thumb {
  height: 14px;
  width: 14px;
  transform: scale(1);
}
.v-switch--inset .v-switch__thumb--filled {
  transform: none;
}
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
  transform: none;
  transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
}

.v-switch.v-input {
  flex: 0 1 auto;
}
.v-switch .v-selection-control {
  min-height: var(--v-input-control-height);
}
.v-switch .v-selection-control__input {
  border-radius: 50%;
  transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
}
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
  transform: translateX(-10px);
}

.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
  transform: translateX(10px);
}

.v-switch .v-selection-control__input .v-icon {
  position: absolute;
}
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
  transform: translateX(10px);
}

.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
  transform: translateX(-10px);
}

.v-switch.v-switch--indeterminate .v-selection-control__input {
  transform: scale(0.8);
}
.v-switch.v-switch--indeterminate .v-switch__thumb {
  transform: scale(0.75);
  box-shadow: none;
}
.v-switch.v-switch--inset .v-selection-control__wrapper {
  width: auto;
}
.v-switch.v-input--vertical .v-label {
  min-width: max-content;
}
.v-switch.v-input--vertical .v-selection-control__wrapper {
  transform: rotate(-90deg);
}

@media (forced-colors: active) {
  .v-switch .v-switch__loader .v-progress-circular {
    color: currentColor;
  }
  .v-switch .v-switch__thumb {
    background-color: buttontext;
  }
  .v-switch .v-switch__track,
  .v-switch .v-switch__thumb {
    border: 1px solid;
    color: buttontext;
  }
  .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    background-color: highlight;
  }
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
    background-color: highlight;
  }
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    color: highlight;
  }
  .v-switch.v-switch--inset .v-switch__track {
    border-width: 2px;
  }
  .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    background-color: highlighttext;
    color: highlighttext;
  }
  .v-switch.v-input--disabled .v-switch__thumb {
    background-color: graytext;
  }
  .v-switch.v-input--disabled .v-switch__track,
  .v-switch.v-input--disabled .v-switch__thumb {
    color: graytext;
  }
  .v-switch.v-switch--loading .v-switch__thumb {
    background-color: canvas;
  }
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
    border-width: 0;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-tab.v-tab.v-btn {
  height: var(--v-tabs-height);
  border-radius: 0;
  min-width: 90px;
}
.v-slide-group--horizontal .v-tab {
  max-width: 360px;
}
.v-slide-group--vertical .v-tab {
  justify-content: start;
}

.v-tab__slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  pointer-events: none;
  opacity: 0;
}
.v-tab--selected .v-tab__slider {
  opacity: 1;
}
.v-slide-group--vertical .v-tab__slider {
  top: 0;
  height: 100%;
  width: 2px;
}

@media (forced-colors: active) {
  .v-tab--selected.v-btn {
    color: highlight !important;
  }
  .v-tab__slider {
    background: highlight !important;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-tabs {
  display: flex;
  height: var(--v-tabs-height);
}
.v-tabs--density-default {
  --v-tabs-height: 48px;
}
.v-tabs--density-default.v-tabs--stacked {
  --v-tabs-height: 72px;
}

.v-tabs--density-comfortable {
  --v-tabs-height: 44px;
}
.v-tabs--density-comfortable.v-tabs--stacked {
  --v-tabs-height: 68px;
}

.v-tabs--density-compact {
  --v-tabs-height: 36px;
}
.v-tabs--density-compact.v-tabs--stacked {
  --v-tabs-height: 60px;
}

.v-tabs.v-slide-group--vertical {
  height: auto;
  flex: none;
  --v-tabs-height: 48px;
}

.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
  margin-inline-start: 42px;
}

.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
  margin-inline-end: auto;
}
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
  margin-inline-start: auto;
}

.v-tabs--grow {
  flex-grow: 1;
}
.v-tabs--grow .v-tab {
  flex: 1 0 auto;
  max-width: none;
}

.v-tabs--align-tabs-end .v-tab:first-child {
  margin-inline-start: auto;
}
.v-tabs--align-tabs-end .v-tab:last-child {
  margin-inline-end: 0;
}

.v-tabs--inset {
  --v-tabs-inset-radius: 4px;
  --v-tabs-inset-padding: 4px;
  --v-tabs-slider-background: rgba(var(--v-theme-on-surface), .2);
  background: rgba(var(--v-theme-on-surface), 0.06);
  box-shadow: inset 0 0 0 2px rgba(var(--v-border-color), var(--v-border-opacity));
  border-radius: calc(var(--v-tabs-inset-radius) + var(--v-tabs-inset-padding));
}
.v-tabs--inset .v-tab {
  margin: var(--v-tabs-inset-padding);
  transition-property: box-shadow, transform, opacity, background, color;
}
.v-tabs--inset .v-tab.v-tab.v-btn {
  border-radius: var(--v-tabs-inset-radius);
}
.v-tabs--inset .v-tab:focus-visible {
  outline: 2px solid rgb(var(--v-border-color));
  outline-offset: 2px;
}
.v-tabs--inset .v-tab:focus-visible:after {
  opacity: 0;
}
.v-tabs--inset:not(.v-tabs--fixed-tabs, .v-tabs--grow) {
  max-width: max-content;
}
.v-tabs--inset.v-tabs--fixed-tabs .v-slide-group__content {
  padding-inline: var(--v-tabs-inset-padding);
}
.v-tabs--inset .v-tab__slider {
  background: var(--v-tabs-slider-background);
  inset: 0;
  border-radius: var(--v-tabs-inset-radius);
  z-index: -1;
  width: auto;
}
.v-tabs--inset.v-tabs--horizontal {
  height: calc(var(--v-tabs-height) + var(--v-tabs-inset-padding) * 2);
  --v-tabs-inset-tab-radius: calc(var(--v-tabs-outer-radius) - var(--v-tabs-inset-padding) + 4px);
}
.v-tabs--inset.v-tabs--horizontal .v-tab__slider {
  height: auto;
}
.v-tabs--inset .v-btn__overlay {
  display: none;
}
.v-tabs--inset.v-tabs--vertical .v-tab {
  grid-template-columns: max-content 1fr max-content;
}
.v-tabs--inset.v-tabs--vertical .v-tab > .v-btn__content {
  justify-content: start;
}
.v-tabs--inset.v-tabs--vertical .v-tab .v-tab__slider {
  width: auto;
}

@media (max-width: 1279.98px) {
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
    margin-inline-start: 52px;
  }
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
    margin-inline-end: 52px;
  }
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-textarea {
  --v-textarea-max-height: initial;
}
.v-textarea .v-field {
  --v-textarea-control-height: var(--v-input-control-height);
}
.v-textarea .v-field:not(.v-field--no-label, .v-field--active) textarea::placeholder {
  opacity: 0;
}
.v-textarea .v-field__field {
  --v-input-control-height: var(--v-textarea-control-height);
}
.v-textarea .v-field__input {
  max-height: var(--v-textarea-max-height);
  flex: 1 1 auto;
  outline: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)), black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));
  mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)), black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));
}
.v-textarea .v-field__input.v-textarea__sizer {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  min-height: 0 !important;
  pointer-events: none;
}
.v-textarea--no-resize .v-field__input {
  resize: none;
}
.v-textarea textarea {
  flex: 1;
  min-width: 0;
  height: 100%;
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.v-textarea textarea:focus, .v-textarea textarea:active {
  outline: none;
}
.v-textarea textarea:invalid {
  box-shadow: none;
}/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal {
  color: #007058;
  font-size: 23px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}

.old_price {
  position: relative;
  display: inline-block;
}

.old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.font-weight-semibold {
  font-weight: 600;
}

.input-custom {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.label-custom {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.package-title {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}

.package-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}

.package-intro {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}

.confirmation-details {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .title-modal {
    color: #007058;
    font-size: 16px !important;
  }
  .confirmation-details {
    color: #424242;
  }
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: white !important;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}

.uppy-Dashboard-close {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  margin: 0px !important;
  border: 0px !important;
}

.uppy-Dashboard-dropFilesHereHint {
  border: 0px !important;
  border-radius: 0px !important;
}

.uppy-Dashboard-close span {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}

.uppy-Dashboard-overlay {
  z-index: 5000 !important;
}

.uppy-Dashboard .uppy-Dashboard-inner {
  z-index: 5000 !important;
}

.any-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}

.btn-see-profile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span {
  color: rgba(0, 112, 88, 0.7);
}

.min-h-148px {
  min-height: 148px;
}

.sx__calendar-view-container-wrapper-new1 {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}

.sx__calendar-view-container-wrapper-new2 {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}

.v-tooltip > .v-overlay__content {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  display: inline-block;
  padding: 5px 16px;
  text-transform: initial;
  width: auto;
  opacity: 1;
  transition-property: opacity, transform;
  overflow-wrap: break-word;
}
.v-tooltip > .v-overlay__content[class*=enter-active] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
}
.v-tooltip > .v-overlay__content[class*=leave-active] {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 75ms;
}
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
  pointer-events: none;
}.uppy-Root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;-webkit-appearance:none;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{fill:currentColor;display:inline-block;max-height:100%;max-width:100%;overflow:hidden}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}[dir=ltr] .uppy-Informer p span{left:3px}[dir=rtl] .uppy-Informer p span{right:3px}[dir=ltr] .uppy-Informer p span{margin-left:-1px}[dir=rtl] .uppy-Informer p span{margin-right:-1px}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;line-height:12px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{word-wrap:break-word;line-height:1.3}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z'/%3E%3C/svg%3E") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z'/%3E%3C/svg%3E") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#1269cf;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg,#0000004d 25%,#0000 0,#0000 50%,#0000004d 0,#0000004d 75%,#0000 0,#0000);background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}[dir=ltr] .uppy-StatusBar-content{padding-left:10px}[dir=rtl] .uppy-StatusBar-content{padding-right:10px}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}[dir=ltr] .uppy-size--md .uppy-StatusBar-content{padding-left:15px}[dir=rtl] .uppy-size--md .uppy-StatusBar-content{padding-right:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}[dir=ltr] .uppy-StatusBar-status{padding-right:.3em}[dir=rtl] .uppy-StatusBar-status{padding-left:.3em}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}[dir=ltr] .uppy-StatusBar-statusSecondaryHint{margin-right:5px}[dir=rtl] .uppy-StatusBar-statusSecondaryHint{margin-left:5px}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;vertical-align:middle}[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-right:8px}[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-left:8px}[dir=ltr] .uppy-StatusBar-statusIndicator{margin-right:7px}[dir=rtl] .uppy-StatusBar-statusIndicator{margin-left:7px}.uppy-StatusBar-statusIndicator{color:#525252;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}[dir=ltr] .uppy-StatusBar-actions{right:10px}[dir=rtl] .uppy-StatusBar-actions{left:10px}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#1269cf;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}[dir=ltr] .uppy-StatusBar-actionBtn--retry{margin-right:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry{margin-left:6px}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}[dir=ltr] .uppy-StatusBar-actionBtn--retry svg{left:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry svg{right:6px}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#1269cf}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-bottom:1px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}[dir=ltr] .uppy-StatusBar-details{left:2px}[dir=rtl] .uppy-StatusBar-details{right:2px}.uppy-StatusBar-details{-webkit-appearance:none;appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{word-wrap:break-word;line-height:1.3}[dir=ltr] .uppy-StatusBar-spinner{margin-right:10px}[dir=rtl] .uppy-StatusBar-spinner{margin-left:10px}.uppy-StatusBar-spinner{fill:#1269cf;animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:"";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#000000b3;height:30%;width:30%}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{left:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{right:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-right:15px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-left:15px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;box-shadow:0 0 0 3px #1269cf40;outline:none}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{left:3px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;color:inherit;display:flex;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-left:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-right:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-left:7px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled{cursor:default}.uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:"";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#333}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}[dir=ltr] .uppy-Provider-breadcrumbs{text-align:left}[dir=rtl] .uppy-Provider-breadcrumbs{text-align:right}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}[dir=ltr] .uppy-Provider-breadcrumbsIcon{margin-right:4px}[dir=rtl] .uppy-Provider-breadcrumbsIcon{margin-left:4px}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{fill:#525252;height:13px;width:13px}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}[dir=ltr] .uppy-ProviderBrowser-user:after{left:4px}[dir=rtl] .uppy-ProviderBrowser-user:after{right:4px}.uppy-ProviderBrowser-user:after{color:#939393;content:"·";font-weight:400;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{align-items:center;display:flex;height:30px;margin-bottom:15px;margin-top:15px;padding-left:8px;padding-right:8px;position:relative;width:100%}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput,[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-right:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}.uppy-ProviderBrowser-searchFilterInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;font-size:13px;height:30px;line-height:1.4;outline:0;width:100%;z-index:1001}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon{left:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon{right:16px}.uppy-ProviderBrowser-searchFilterIcon{color:#757575;height:12px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}[dir=ltr] .uppy-ProviderBrowser-searchFilterReset{right:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterReset{left:16px}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;color:#939393;cursor:pointer;height:22px;padding:6px;position:absolute;width:22px;z-index:1002}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#1269cf;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{-webkit-overflow-scrolling:touch;background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;height:65px;padding:0 15px}[dir=ltr] .uppy-ProviderBrowser-footer button{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-footer button{margin-left:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px 0 #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{height:auto;max-height:100%;max-width:100%;object-fit:contain;padding:10px;width:auto}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{color:#fff;display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{stroke:#fff;transition:stroke-dashoffset .5s ease-out}.uppy-Dashboard-Item-progressIcon--play{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--cancel{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--pause{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--check{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:-8px}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:-8px}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:auto}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:auto}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}[dir=ltr] .uppy-Dashboard-Item-fileInfo{padding-right:5px}[dir=rtl] .uppy-Dashboard-Item-fileInfo{padding-left:5px}[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:10px}[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:10px}[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:15px}[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:15px}.uppy-Dashboard-Item-name{word-wrap:anywhere;font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{color:#a51523;cursor:pointer;font-size:11px;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove{right:-8px}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove{left:-8px}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{right:8px}[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{left:8px}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-right:0}[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-left:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item{float:left}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item{float:right}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;padding:0;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;padding:0;width:calc(20% - 30px)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{border-bottom:0;display:flex;flex-direction:column;height:100%;max-width:400px;padding:15px;position:relative;width:100%}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z' fill='%2523000'/%3E%3C/svg%3E");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{flex-grow:1;max-height:75%;width:100%}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:8px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:8px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:12px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:12px}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}[dir=ltr] .uppy-Dashboard-Item-errorDetails{left:2px}[dir=rtl] .uppy-Dashboard-Item-errorDetails{right:2px}.uppy-Dashboard-Item-errorDetails{-webkit-appearance:none;appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;flex-shrink:0;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;width:13px}.uppy-Dashboard-Item-errorDetails:after{word-wrap:break-word;line-height:1.3}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;object-fit:cover}[dir=ltr] .uppy-Dashboard-FileCard-edit{right:10px}[dir=rtl] .uppy-Dashboard-FileCard-edit{left:10px}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{-webkit-overflow-scrolling:touch;flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn{margin-right:10px}[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn{margin-left:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:500px;width:650px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{cursor:not-allowed;filter:grayscale(100%);opacity:.6;-webkit-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [aria-disabled],.uppy-Dashboard--isDisabled [disabled]{cursor:not-allowed;pointer-events:none}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}[dir=ltr] .uppy-Dashboard-close{right:-2px}[dir=rtl] .uppy-Dashboard-close{left:-2px}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){[dir=ltr] .uppy-Dashboard-close{right:-35px}[dir=rtl] .uppy-Dashboard-close{left:-35px}.uppy-Dashboard-close{font-size:35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;flex-direction:row;height:100%;justify-content:left;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn{margin-right:1px}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn{margin-left:1px}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}[dir=ltr] .uppy-DashboardTab-inner{margin-right:10px}[dir=rtl] .uppy-DashboardTab-inner{margin-left:10px}.uppy-DashboardTab-inner{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 1px 0 #0000001a,0 1px 2px 0 #0000001a,0 2px 3px 0 #00000005;display:flex;height:32px;justify-content:center;width:32px}[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner{margin-right:0}[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner{margin-left:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px 0 #0003,0 1px 2px 0 #0003,0 2px 3px 0 #00000014}.uppy-DashboardTab-name{font-size:14px;font-weight:400}.uppy-size--md .uppy-DashboardTab-name{font-size:12px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}[dir=ltr] .uppy-DashboardContent-back,[dir=ltr] .uppy-DashboardContent-save{margin-left:-6px}[dir=rtl] .uppy-DashboardContent-back,[dir=rtl] .uppy-DashboardContent-save{margin-right:-6px}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore{margin-right:-5px}[dir=rtl] .uppy-DashboardContent-addMore{margin-left:-5px}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore{margin-right:-8px}[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore{margin-left:-8px}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore svg{margin-right:4px}[dir=rtl] .uppy-DashboardContent-addMore svg{margin-left:4px}.uppy-DashboardContent-addMore svg{vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:"";display:table}.uppy-Dashboard-files{-webkit-overflow-scrolling:touch;flex:1;margin:0;overflow-y:auto;padding:0 0 10px}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{align-items:center;display:flex;height:100%;justify-content:center}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%231269CF'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #1269cf;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2'/%3E%3C/svg%3E");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:21px;font-weight:400;margin-top:5px;max-width:480px;padding:0 35px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{fill:none;stroke:#939393;margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{height:100%;max-height:60%;max-width:60%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{height:100%;width:100%}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}[dir=ltr] .uppy-Dashboard-uploadCount{right:-12px}[dir=rtl] .uppy-Dashboard-uploadCount{left:-12px}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}.uppy-ImageCropper-range{-webkit-appearance:none;background:#0000;margin:8px 0;width:100%}.uppy-ImageCropper-range::-moz-focus-outer{border:0}.uppy-ImageCropper-range:focus{outline:0}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track{background:#fff3}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:focus::-ms-fill-upper{background:#fff3}.uppy-ImageCropper-range::-webkit-slider-runnable-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:4px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;margin-top:-6px;width:16px}.uppy-ImageCropper-range::-moz-range-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:2px;-moz-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-moz-range-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;width:16px}.uppy-ImageCropper-range::-ms-track{background:#0000;border-color:#0000;border-width:8px 0;color:#0000;cursor:default;height:4px;-ms-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-ms-fill-lower{background:#f2f2f233;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-fill-upper{background:#fff3;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;margin-top:1px;width:16px}.uppy-ImageCropper-range:disabled::-moz-range-thumb,.uppy-ImageCropper-range:disabled::-ms-fill-lower,.uppy-ImageCropper-range:disabled::-ms-fill-upper,.uppy-ImageCropper-range:disabled::-ms-thumb,.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,.uppy-ImageCropper-range:disabled::-webkit-slider-thumb{cursor:not-allowed}

/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.3333333333%;left:0;top:33.3333333333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.3333333333%;top:0;width:33.3333333333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.uppy-ImageCropper{display:flex;flex-direction:column;height:100%;width:100%}.uppy-ImageCropper-container{flex-grow:1}.uppy-ImageCropper-image{display:block;max-height:400px;max-width:100%}.uppy-ImageCropper-controls{align-items:center;background-color:#0009;border-radius:5px;bottom:15px;color:#fff;display:flex;justify-content:center;left:50%;padding-top:38px;position:absolute;transform:translateX(-50%)}.uppy-size--md .uppy-ImageCropper-controls{padding-top:0}.uppy-ImageCropper-controls button{border-radius:5px;height:35px;width:35px}.uppy-ImageCropper-controls button svg{padding:3px}.uppy-size--md .uppy-ImageCropper-controls button{height:40px;width:40px}.uppy-size--md .uppy-ImageCropper-controls button svg{padding:1px}.uppy-ImageCropper-controls button:hover{background-color:#ffffff80}.uppy-ImageCropper-controls button:focus{background-color:#ffffff80;outline:none}.uppy-Dashboard:not(.uppy-size--md) .uppy-ImageCropper-rangeWrapper{height:38px;left:10px;position:absolute!important;right:10px;top:0}.uppy-size--md .uppy-ImageCropper-range{margin-left:5px;margin-right:5px;width:180px}.uppy-ImageCropper .cropper-point{height:8px;width:8px}.uppy-ImageCropper .cropper-view-box{background:repeating-conic-gradient(#bdbdbd33 0 25%,#fff 0 50%) 50%/16px 16px;outline:2px solid #39f}[data-uppy-theme=dark] .uppy-ImageCropper .cropper-view-box{background:repeating-conic-gradient(#2b2a2a 0 25%,#000 0 50%) 50%/16px 16px}.uppy-ImageCropper .cropper-modal{background-color:#fff;opacity:.9}[data-uppy-theme=dark] .uppy-ImageCropper .cropper-modal{background-color:#000;opacity:.7}.uppy-ImageCropper .cropper-face{opacity:0}.uppy-ImageCropper-range::-moz-range-track{height:4px}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track,.uppy-ImageCropper-range:hover::-webkit-slider-runnable-track{background:#ffffff80}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:focus::-ms-fill-upper,.uppy-ImageCropper-range:hover::-ms-fill-lower,.uppy-ImageCropper-range:hover::-ms-fill-upper{background:#ffffff80}.uppy-ImageCropper-range:focus::-moz-range-track,.uppy-ImageCropper-range:hover::-moz-range-track{background:#ffffff80}.uppy-Webcam-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.uppy-Webcam-videoContainer{background-color:#333;flex:1;flex-grow:1;overflow:hidden;position:relative;text-align:center;width:100%}.uppy-Webcam-video{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.uppy-Webcam-video--mirrored{transform:scaleX(-1)}.uppy-Webcam-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:75px;padding:20px;width:100%}.uppy-Webcam-videoSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Webcam-videoSourceContainer{margin:0;width:33%}.uppy-Webcam-videoSource-select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right .4em top 50%,0 0;background-repeat:no-repeat;background-size:.65em auto,100%;border:1px solid #757575;display:block;font-size:16px;line-height:1.2;margin:auto auto 10px;max-width:90%;padding:.4em 1em .3em .4em;text-overflow:ellipsis;white-space:nowrap;width:100%}.uppy-size--lg .uppy-Webcam-videoSource-select{font-size:14px;margin-bottom:0}.uppy-Webcam-videoSource-select::-ms-expand{display:none}.uppy-Webcam-buttonContainer{margin-left:25%;text-align:center;width:50%}.uppy-size--lg .uppy-Webcam-buttonContainer{margin-left:0;width:34%}.uppy-Webcam-recordingLength{color:#757575;flex-grow:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-align:right;width:25%}.uppy-size--lg .uppy-Webcam-recordingLength{width:33%}.uppy-Webcam-button{background-color:#e32437;border-radius:50%;color:#fff;cursor:pointer;height:45px;transition:all .3s;width:45px}.uppy-Webcam-button:focus{outline:none}.uppy-Webcam-button::-moz-focus-inner{border:0}.uppy-Webcam-button:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Webcam-button:hover{background-color:#d31b2d}[data-uppy-theme=dark] .uppy-Webcam-button:focus{outline:none}[data-uppy-theme=dark] .uppy-Webcam-button::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Webcam-button:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-Webcam-button--submit{background-color:#1269cf;margin:0 12px}.uppy-Webcam-button--submit:hover{background-color:#105db8}.uppy-Webcam-button svg{fill:currentColor;display:inline-block;height:30px;max-height:100%;max-width:100%;overflow:hidden;vertical-align:text-top;width:30px}.uppy-size--md .uppy-Webcam-button{height:60px;width:60px}.uppy-Webcam-button--picture{margin-right:12px}.uppy-Webcam-permissons{align-items:center;display:flex;flex:1;flex-flow:column wrap;height:100%;justify-content:center;padding:15px}.uppy-Webcam-permissons p{color:#939393;line-height:1.3;line-height:1.45;margin:0;max-width:450px;text-align:center}.uppy-Webcam-permissonsIcon svg{color:#bbb;height:75px;margin-bottom:30px;width:100px}.uppy-Webcam-title{color:#333;font-size:22px;font-weight:400;line-height:1.35;margin:0 0 5px;max-width:500px;padding:0 15px;text-align:center}[data-uppy-theme=dark] .uppy-Webcam-title{color:#eaeaea}.sx__calendar-wrapper ul,
.sx__date-picker-wrapper ul,
.sx__date-picker-popup ul {
  list-style: none;
  padding: 0;
}
.sx__calendar-wrapper input,
.sx__calendar-wrapper button,
.sx__date-picker-wrapper input,
.sx__date-picker-wrapper button,
.sx__date-picker-popup input,
.sx__date-picker-popup button {
  font-family: inherit;
  outline: none;
}
.sx__calendar-wrapper button,
.sx__date-picker-wrapper button,
.sx__date-picker-popup button {
  background-color: inherit;
  outline: 0;
  border: none;
  cursor: pointer;
}

:root {
  --sx-color-primary: #6750a4;
  --sx-color-on-primary: #fff;
  --sx-color-primary-container: #eaddff;
  --sx-color-on-primary-container: #21005e;
  --sx-color-secondary: #625b71;
  --sx-color-on-secondary: #fff;
  --sx-color-secondary-container: #e8def8;
  --sx-color-on-secondary-container: #1e192b;
  --sx-color-tertiary: #7d5260;
  --sx-color-on-tertiary: #fff;
  --sx-color-tertiary-container: #ffd8e4;
  --sx-color-on-tertiary-container: #370b1e;
  --sx-color-surface: #fef7ff;
  --sx-color-surface-dim: #ded8e1;
  --sx-color-surface-bright: #fef7ff;
  --sx-color-on-surface: #1c1b1f;
  --sx-color-surface-container: #f3edf7;
  --sx-color-surface-container-low: #f7f2fa;
  --sx-color-surface-container-high: #ece6f0;
  --sx-color-background: #fff;
  --sx-color-on-background: #1c1b1f;
  --sx-color-outline: #79747e;
  --sx-color-outline-variant: #c4c7c5;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #6750a4;
  --sx-color-neutral: var(--sx-color-outline);
  --sx-color-neutral-variant: var(--sx-color-outline-variant);
  --sx-internal-color-gray-ripple-background: #e0e0e0;
  --sx-internal-color-light-gray: #fafafa;
  --sx-internal-color-text: #000;
}

.is-dark {
  --sx-color-primary: #d0bcff;
  --sx-color-on-primary: #371e73;
  --sx-color-primary-container: #4f378b;
  --sx-color-on-primary-container: #eaddff;
  --sx-color-secondary: #ccc2dc;
  --sx-color-on-secondary: #332d41;
  --sx-color-secondary-container: #4a4458;
  --sx-color-on-secondary-container: #e8def8;
  --sx-color-tertiary: #efb8c8;
  --sx-color-on-tertiary: #492532;
  --sx-color-tertiary-container: #633b48;
  --sx-color-on-tertiary-container: #ffd8e4;
  --sx-color-surface: #141218;
  --sx-color-surface-dim: #141218;
  --sx-color-surface-bright: #3b383e;
  --sx-color-on-surface: #e6e1e5;
  --sx-color-surface-container: #211f26;
  --sx-color-surface-container-low: #1d1b20;
  --sx-color-surface-container-high: #2b2930;
  --sx-color-background: #141218;
  --sx-color-on-background: #e6e1e5;
  --sx-color-outline: #938f99;
  --sx-color-outline-variant: #444746;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #d0bcff;
  --sx-internal-color-text: #fff;
}

:root {
  --sx-spacing-padding1: 4px;
  --sx-spacing-padding2: 8px;
  --sx-spacing-padding3: 12px;
  --sx-spacing-padding4: 16px;
  --sx-spacing-padding6: 24px;
  --sx-spacing-modal-padding: 16px;
}

:root {
  --sx-box-shadow-level3: 0 3px 6px 0 rgb(0 0 0 / 16%),
    0 3px 6px 0 rgb(0 0 0 / 23%);
  --sx-rounding-extra-small: 4px;
  --sx-rounding-small: 8px;
  --sx-rounding-extra-large: 28px;
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

.is-dark {
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

:root {
  --sx-font-small: 0.875rem;
  --sx-font-extra-small: 0.75rem;
  --sx-font-large: 1.125rem;
  --sx-font-extra-large: 1.25rem;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 100px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple {
  position: relative;
  overflow: hidden;
}
.sx__ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple:active::before {
  visibility: visible;
}
.sx__ripple:not(:active)::before {
  animation: ripple 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

@keyframes ripple-wide {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 300px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 450px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple--wide {
  position: relative;
  overflow: hidden;
}
.sx__ripple--wide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple--wide:active::before {
  visibility: visible;
}
.sx__ripple--wide::before {
  border-radius: var(--sx-rounding-small);
}
.sx__ripple--wide:not(:active)::before {
  animation: ripple-wide 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

.sx__chevron-wrapper {
  position: relative;
  border-radius: 50%;
  min-height: 48px;
  min-width: 48px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 0;
}
.sx__chevron-wrapper:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}
.sx__chevron-wrapper:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.sx__chevron-wrapper:hover, .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-dim);
}
.is-dark .sx__chevron-wrapper:hover, .is-dark .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-container-high);
}
.sx__chevron-wrapper .sx__chevron {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  border-color: var(--sx-internal-color-text);
}

.sx__chevron--previous {
  left: calc(50% + 0.125rem);
  transform: translate(-50%, -50%) rotate(225deg);
}

.sx__chevron--next {
  left: calc(50% - 0.125rem);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sx__date-picker-wrapper {
  position: relative;
  color: var(--sx-color-on-background);
  width: fit-content;
}
.sx__date-picker-wrapper.has-full-width {
  width: 100%;
}
.sx__date-picker-wrapper.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sx__date-picker-wrapper * {
  color: var(--sx-color-on-background);
  box-sizing: border-box;
}

.sx__date-input-wrapper {
  position: relative;
}

.sx__date-input-chevron-wrapper {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0;
  transition: transform 0.2s ease-in-out;
}
.sx__date-input-chevron-wrapper:focus {
  border: 2px solid var(--sx-color-primary);
}
.is-disabled .sx__date-input-chevron-wrapper {
  pointer-events: none;
  cursor: not-allowed;
}
.sx__date-input--active .sx__date-input-chevron-wrapper {
  transform: translateY(-50%) rotate(180deg);
}

.sx__date-input-chevron {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.sx__date-input {
  font-size: 1rem;
  padding: var(--sx-spacing-padding4);
  border: var(--sx-border);
  border-radius: var(--sx-rounding-extra-small);
  cursor: pointer;
  background-color: var(--sx-color-background);
  width: 100%;
}
.is-disabled .sx__date-input {
  pointer-events: none;
}
.sx__date-input--active .sx__date-input {
  border-color: var(--sx-color-primary);
  outline: 1px solid var(--sx-color-primary);
}

.sx__date-input-label {
  position: absolute;
  top: 0;
  left: 21px;
  padding: 0 var(--sx-spacing-padding1);
  background-color: var(--sx-color-background);
  font-size: 0.75rem;
  color: var(--sx-color-neutral);
  line-height: 1rem;
  transform: translateY(-50%) translateX(-0.5rem);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.sx__date-input--active .sx__date-input-label {
  color: var(--sx-color-primary);
}
.is-dark .sx__date-input-label {
  display: none;
}

.sx__date-picker-popup {
  position: absolute;
  height: fit-content;
  z-index: 1;
  top: calc(100% + 1px);
  width: 20.75rem;
  max-width: 500px;
  max-height: 400px;
  overflow: scroll;
  box-shadow: var(--sx-box-shadow-level3);
  padding: var(--sx-spacing-modal-padding);
  background-color: var(--sx-color-background);
  color: var(--sx-internal-color-text);
}
.sx__date-picker-popup.is-dark {
  background-color: var(--sx-color-surface-container-high);
}
.sx__date-picker-popup.bottom-end {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-start {
  inset: auto auto calc(100% + 1rem) 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-end {
  inset: auto 0 calc(100% + 1rem) auto;
  transform: translateX(0);
}

.sx__date-picker__years-view {
  margin: 0;
}

.sx__date-picker__years-accordion__expand-button {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  padding: 1em;
  transition: background-color 0.2s ease-in-out;
  color: var(--sx-internal-color-text);
}
.sx__is-expanded .sx__date-picker__years-accordion__expand-button {
  background-color: var(--sx-color-surface-container);
}
.sx__date-picker__years-accordion__expand-button:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__years-accordion__expand-button:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}

.sx__date-picker__years-view-accordion__panel {
  display: flex;
  flex-wrap: wrap;
}

.sx__date-picker__years-view-accordion__month {
  flex: 1 0 33.3333%;
  background-color: transparent;
  border: 0;
  font-size: 0.9rem;
  padding: 0.5em 0;
  border-radius: 25px;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__years-view-accordion__month:hover {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__date-picker__day-names {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__day-names .sx__date-picker__day,
.sx__date-picker__day-names .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day-name {
  font-weight: 700;
  color: var(--sx-color-neutral-variant);
}

.sx__date-picker__month-view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.sx__date-picker__month-view-header .sx__chevron-wrapper:hover {
  background-color: var(--sx-color-surface-dim);
}

.sx__date-picker__month-view-header__month-year {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__month-view-header__month-year:hover {
  color: var(--sx-color-primary);
  text-decoration: underline;
}

.sx__date-picker__week {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__week .sx__date-picker__day,
.sx__date-picker__week .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day {
  background-color: transparent;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__day:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__day:focus {
  outline-offset: -2px;
  outline: 2px solid var(--sx-color-primary);
}
.sx__date-picker__day:disabled {
  color: var(--sx-color-neutral-variant);
  cursor: not-allowed;
}
.sx__date-picker__day.is-leading-or-trailing {
  color: var(--sx-color-neutral-variant);
}
.sx__date-picker__day.sx__date-picker__day--selected {
  background-color: var(--sx-color-primary-container);
  color: var(--sx-color-on-primary-container);
}
.sx__date-picker__day.sx__date-picker__day--today {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

/*# sourceMappingURL=date-picker.css.map */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
  margin-left: 1px;
  margin-right: 1px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover {
  background-color: #f3f4f6;
}
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  background-color: #dbeafe;
  color: #2563eb;
}
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #2563eb;
}
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #2563eb;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #4b5563;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #4b5563;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #4b5563;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #4b5563;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #4b5563;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #4b5563;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #4b5563;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
  margin-right: 1px;
  margin-left: 1px;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: flex;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding: 5px 8px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #d1d5db;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #d1d5db;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #d1d5db;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 3px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
  margin: 2px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #d1d5db;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #d1d5db;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #d1d5db;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 0px 5px #d1d5db;
  color: #4b5563;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #d1d5db;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #d1d5db;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #2563eb;
}
.ql-container.ql-snow {
  border: 1px solid #d1d5db;
}
/**
 * src/styles/settings.scss
 *
 * Configures SASS variables and Vuetify overwrites
 */
.title-modal[data-v-a1f56fa3] {
  color: #007058;
  font-size: 23px;
}
.title[data-v-a1f56fa3] {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  line-height: normal;
}
.old_price[data-v-a1f56fa3] {
  position: relative;
  display: inline-block;
}
.old_price[data-v-a1f56fa3]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #86a4a2;
  transform: rotate(-8deg);
  transform-origin: left center;
}
.font-weight-semibold[data-v-a1f56fa3] {
  font-weight: 600;
}
.input-custom[data-v-a1f56fa3] {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.label-custom[data-v-a1f56fa3] {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.package-title[data-v-a1f56fa3] {
  color: #029978;
  font-weight: 600;
  font-size: 33px;
  line-height: 140%;
  letter-spacing: -1.32px;
}
.package-details[data-v-a1f56fa3] {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #616161;
  max-width: 774px;
}
.package-intro[data-v-a1f56fa3] {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.36px;
  max-width: 1008px;
}
.confirmation-details[data-v-a1f56fa3] {
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
}
@media (max-width: 599px) {
.title-modal[data-v-a1f56fa3] {
    color: #007058;
    font-size: 16px !important;
}
.confirmation-details[data-v-a1f56fa3] {
    color: #424242;
}
}
.uppy-StatusBar-actionBtn--done[data-v-a1f56fa3] {
  border-radius: 3px !important;
  display: block !important;
  background-color: #1a73e9 !important;
  color: white !important;
  outline: none !important;
}
.uppy-StatusBar-actionBtn--done[data-v-a1f56fa3]:hover {
  color: white !important;
}
.uppy-StatusBar-actionBtn--done[data-v-a1f56fa3]:focus {
  background-color: #1a73e9 !important;
  color: white !important;
}
.uppy-Dashboard-close[data-v-a1f56fa3] {
  background-color: red !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  right: 10px !important;
  top: 6px !important;
}
[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles[data-v-a1f56fa3] {
  margin: 0px !important;
  border: 0px !important;
}
.uppy-Dashboard-dropFilesHereHint[data-v-a1f56fa3] {
  border: 0px !important;
  border-radius: 0px !important;
}
.uppy-Dashboard-close span[data-v-a1f56fa3] {
  line-height: 1 !important;
  padding-bottom: 6px !important;
}
.uppy-Dashboard-overlay[data-v-a1f56fa3] {
  z-index: 5000 !important;
}
.uppy-Dashboard .uppy-Dashboard-inner[data-v-a1f56fa3] {
  z-index: 5000 !important;
}
.any-message[data-v-a1f56fa3] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #616161;
  flex-grow: 0;
}
.btn-see-profile[data-v-a1f56fa3] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgb(234, 255, 250);
  border: 1px solid #9effe9;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-see-profile span[data-v-a1f56fa3] {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgb(0, 112, 88);
  transition: color 0.3s ease;
}
.btn-see-profile[data-v-a1f56fa3]:hover {
  background: rgba(234, 255, 250, 0.7);
}
.btn-see-profile:hover span[data-v-a1f56fa3] {
  color: rgba(0, 112, 88, 0.7);
}
.min-h-148px[data-v-a1f56fa3] {
  min-height: 148px;
}
.sx__calendar-view-container-wrapper-new1[data-v-a1f56fa3] {
  overflow-x: hidden !important;
  height: calc(-200px + 100vh) !important;
}
.sx__calendar-view-container-wrapper-new2[data-v-a1f56fa3] {
  overflow-x: hidden !important;
  height: calc(-280px + 100vh) !important;
}
[data-v-a1f56fa3] .ql-toolbar {
  box-sizing: border-box;
  border: 1px solid #999999;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
[data-v-a1f56fa3] .ql-container {
  box-sizing: border-box;
  border: 1px solid #999999;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top: none;
  font-size: 1rem;
  font-family: inherit;
}
[data-v-a1f56fa3] .ql-container .ql-editor {
  min-height: 100px;
  width: 100% !important;
  max-height: 400px;
  height: 100%;
}
[data-v-a1f56fa3].focus .ql-toolbar,[data-v-a1f56fa3].focus .ql-container {
  border-color: rgba(var(--v-theme-secondary));
}
[data-v-a1f56fa3].has-error .ql-toolbar,[data-v-a1f56fa3].has-error .ql-container {
  border-color: rgba(var(--v-theme-error));
  box-shadow: 0 0 0 1px rgba(var(--v-theme-error));
}
.hint-style[data-v-a1f56fa3] {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}.transition-smooth[data-v-12b700de] {
  transition: all 0.1s ease-in-out;
}
.rotated-angle[data-v-12b700de] {
  transform: rotate(180deg);
}
.select-minute {
&[data-v-12b700de] {
  width: 50%;
  border: 1px solid #aaa;
  border-radius: 0 10px 10px 0 !important;
  background-color: #fff;
  position: relative;
  border-left: none;
  justify-content: center;
  justify-content: space-around;
  }
&[data-v-12b700de]:hover {
    background-color: #f8f8f8;
}
}
.select-hour {
&[data-v-12b700de] {
  width: 50%;
  display: flex;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 10px 0 0 10px !important;
  background-color: #fff;
  position: relative;
  border-right: none;
  }
& .v-icon[data-v-12b700de] {
    position: absolute;
    right: 4px;
}
&[data-v-12b700de]::after {
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background-color: #aaa;
}
&[data-v-12b700de]:hover {
    background-color: #f8f8f8;
}
}
@media screen and (max-width: 380px) {
.select-hour[data-v-12b700de],
  .select-minute[data-v-12b700de] {
    width: 50%;
    font-size: small;
}
}
.select-profile-option-wrapper {
&[data-v-12b700de] {
  position: absolute;
  top: 117px;
  z-index: 999;
  }
& .select-profile-option {
&[data-v-12b700de] {
    background-color: #f4f4f4;
    cursor: pointer;
    }
&[data-v-12b700de]:hover {
      background-color: #eee;
}
}
}
.rounded {
  border-radius: 30px !important;
}

.small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.large {
  padding-top: 15px;
  padding-bottom: 15px;
}

.error {
  border: 1px solid rgb(176, 0, 32) !important;
}

.vue-tel-input {
  border-radius: 3px;
  display: flex;
  border: 1px solid #999999;
  text-align: left;
}
.vue-tel-input.disabled .selection,
.vue-tel-input.disabled .dropdown,
.vue-tel-input.disabled input {
  cursor: no-drop;
}
.vue-tel-input:hover {
  border: 1px solid #000000;
}
.vue-tel-input:focus-within {
  border: 2px solid #000000;
}
.vti__dropdown {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  padding: 7px;
  cursor: pointer;
  margin-left: 7px;
}
.vti__dropdown.show {
  max-height: 300px;
  overflow: scroll;
}
.vti__dropdown.open {
  background-color: #f3f3f3;
}
.vti__dropdown.disabled {
  cursor: no-drop;
  outline: none;
  background-color: #f3f3f3;
}
.vti__dropdown:hover {
  background-color: #f3f3f3;
}
.vti__selection {
  font-size: 0.8em;
  display: flex;
  align-items: center;
}
.vti__selection .vti__country-code {
  color: #666;
}
.vti__flag {
  margin-right: 5px;
  margin-left: 5px;
}
.vti__dropdown-list {
  z-index: 1;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 390px;
}
.vti__dropdown-list.below {
  top: 33px;
}
.vti__dropdown-list.above {
  top: auto;
  bottom: 100%;
}
.vti__dropdown-arrow {
  transform: scaleY(0.5);
  display: inline-block;
  color: #666;
}
.vti__dropdown-item {
  cursor: pointer;
  padding: 4px 15px;
}
.vti__dropdown-item.highlighted {
  background-color: #f3f3f3;
}
.vti__dropdown-item.last-preferred {
  border-bottom: 1px solid #cacaca;
}
.vti__dropdown-item .vti__flag {
  display: inline-block;
  margin-right: 5px;
}
.vti__input {
  border: none;
  border-radius: 0 2px 2px 0;
  width: 100%;
  outline: none;
  padding-left: 7px;
}
.vti__search_box {
  border: 1px solid #ccc;
  width: 94%;
  padding: 7px;
  margin: 2px 2px;
}
.vti__flag {
  width: 20px;
}
.vti__flag.be {
  width: 18px;
}
.vti__flag.ch {
  width: 15px;
}
.vti__flag.mc {
  width: 19px;
}
.vti__flag.ne {
  width: 18px;
}
.vti__flag.np {
  width: 13px;
}
.vti__flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .vti__flag {
    background-size: 5630px 15px;
  }
}
.vti__flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.vti__flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.vti__flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.vti__flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.vti__flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.vti__flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.vti__flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.vti__flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.vti__flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.vti__flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.vti__flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.vti__flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.vti__flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.vti__flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.vti__flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.vti__flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.vti__flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.vti__flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.vti__flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.vti__flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.vti__flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.vti__flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.vti__flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.vti__flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.vti__flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.vti__flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.vti__flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.vti__flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.vti__flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.vti__flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.vti__flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.vti__flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.vti__flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.vti__flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.vti__flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.vti__flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.vti__flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.vti__flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.vti__flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.vti__flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.vti__flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.vti__flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.vti__flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.vti__flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.vti__flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.vti__flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.vti__flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.vti__flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.vti__flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.vti__flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.vti__flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.vti__flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.vti__flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.vti__flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.vti__flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.vti__flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.vti__flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}
.vti__flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.vti__flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.vti__flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.vti__flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.vti__flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.vti__flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.vti__flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.vti__flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.vti__flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.vti__flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.vti__flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.vti__flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.vti__flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.vti__flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.vti__flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.vti__flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.vti__flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.vti__flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.vti__flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.vti__flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.vti__flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.vti__flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.vti__flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.vti__flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.vti__flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.vti__flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.vti__flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.vti__flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.vti__flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.vti__flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.vti__flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.vti__flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.vti__flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.vti__flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.vti__flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.vti__flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.vti__flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.vti__flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.vti__flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.vti__flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.vti__flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.vti__flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.vti__flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.vti__flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.vti__flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.vti__flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.vti__flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.vti__flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.vti__flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.vti__flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.vti__flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.vti__flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.vti__flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.vti__flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.vti__flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.vti__flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.vti__flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.vti__flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.vti__flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.vti__flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.vti__flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.vti__flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.vti__flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.vti__flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.vti__flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.vti__flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.vti__flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.vti__flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.vti__flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.vti__flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.vti__flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.vti__flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.vti__flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.vti__flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.vti__flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.vti__flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.vti__flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.vti__flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.vti__flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.vti__flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.vti__flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.vti__flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.vti__flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.vti__flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.vti__flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.vti__flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.vti__flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.vti__flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.vti__flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.vti__flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.vti__flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.vti__flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.vti__flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.vti__flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.vti__flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.vti__flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.vti__flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.vti__flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.vti__flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.vti__flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.vti__flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.vti__flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.vti__flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.vti__flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.vti__flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.vti__flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.vti__flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.vti__flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.vti__flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.vti__flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.vti__flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.vti__flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.vti__flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.vti__flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.vti__flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.vti__flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.vti__flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.vti__flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.vti__flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.vti__flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.vti__flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.vti__flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.vti__flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.vti__flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.vti__flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.vti__flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.vti__flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.vti__flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.vti__flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.vti__flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.vti__flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.vti__flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.vti__flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.vti__flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.vti__flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.vti__flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.vti__flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.vti__flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.vti__flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.vti__flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.vti__flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.vti__flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.vti__flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.vti__flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.vti__flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.vti__flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.vti__flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.vti__flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.vti__flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.vti__flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.vti__flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.vti__flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.vti__flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.vti__flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.vti__flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.vti__flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.vti__flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.vti__flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.vti__flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.vti__flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.vti__flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.vti__flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.vti__flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.vti__flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.vti__flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.vti__flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.vti__flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.vti__flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.vti__flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.vti__flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.vti__flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.vti__flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.vti__flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.vti__flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.vti__flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.vti__flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.vti__flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.vti__flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.vti__flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.vti__flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.vti__flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.vti__flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.vti__flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.vti__flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.vti__flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.vti__flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.vti__flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.vti__flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.vti__flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.vti__flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.vti__flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.vti__flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.vti__flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.vti__flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.vti__flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.vti__flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.vti__flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.vti__flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.vti__flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.vti__flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.vti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('data:image/png;base64,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');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .vti__flag {
    background-image: url('data:image/png;base64,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');
  }
}
.vti__flag.np {
  background-color: transparent;
}
@keyframes slide-down-ab3c41ae {
0% {
    transform: translateY(-10px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.animate-slide-down[data-v-ab3c41ae] {
  animation: slide-down-ab3c41ae 0.5s ease;
}
.custum-padding[data-v-ab3c41ae] {
  padding: 3px 0px;
}
[data-v-ab3c41ae] .vti__input {
  color: #757575 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}
.loader[data-v-03697358] {
  color: #12c29b;
  width: fit-content;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  clip-path: inset(0 3ch 0 0);
  animation: l4-03697358 1s steps(4) infinite;
  text-align: center;
}
.loader[data-v-03697358]:before {
  content: 'Chargement...';
}
@keyframes l4-03697358 {
to {
    clip-path: inset(0 -1ch 0 0);
}
}

.onboarding-tooltip {
  background-color: #fffbf1 !important;
  padding: 0px !important;
  border-radius: 8.91px !important;
  color: #9e9e9e !important;
  border: 0.99px solid #e5e7eb;
  z-index: 3000 !important;
  pointer-events: auto !important;
}
.onboarding-tooltip.end::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fffbf1;
}
@media (max-width: 600px) {
.onboarding-tooltip.end::before {
    display: none;
}
}
.onboarding-tooltip.left::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 54%;
  transform: translateY(-90%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fffbf1;
}
.onboarding-tooltip.top::before {
  content: "";
  position: absolute;
  top: 100%; /* place la flèche en bas du tooltip */
  right: 70%; /* position horizontale personnalisée */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fffbf1;
}
.onboarding-tooltip.bottom::before {
  content: "";
  position: absolute;
  top: -8px; /* place la flèche en bas du tooltip */
  right: 50%; /* position horizontale personnalisée */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fffbf1;
}
.tooltip-title {
  font-size: 15.84px;
  font-weight: 700;
  line-height: 140%;
  color: #029978;
}
.tooltip-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #0a0a0a;
}
.step-count {
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  color: #0a0a0a;
}
.tooltip-header {
  padding: 12px 16px;
  background-color: #f3cc71;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #7e652b;
}
.action-btn {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.56px;
}.title[data-v-2b99fbca] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.alert-desc[data-v-2b99fbca] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}
@media (max-width: 599px) {
.title[data-v-2b99fbca] {
    font-size: 14px;
}
}
/* ══════════════════════════════════════════
   OFFER CARD — premium (calque /tarifs)
   ══════════════════════════════════════════ */
.offer-card[data-v-94b5acc1] {
  position: relative;
  padding: 28px 28px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(2, 153, 120, 0.22);
  box-shadow: 0 12px 40px rgba(0, 72, 56, 0.08);
  transition: box-shadow 0.2s ease;
}
.offer-card--selected[data-v-94b5acc1] {
  border-color: rgba(2, 153, 120, 0.6);
  box-shadow: 0 12px 40px rgba(2, 153, 120, 0.18);
  background: #f4fdf9;
}
.offer-card--disabled[data-v-94b5acc1] {
  opacity: 0.55;
  pointer-events: none;
}
@media (max-width: 1270px) {
.offer-card[data-v-94b5acc1] {
    padding: 18px 16px 16px;
}
}
.offer-card__pill[data-v-94b5acc1] {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(2, 153, 120, 0.18), rgba(2, 153, 120, 0.06));
  color: #007058;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.offer-card__identity[data-v-94b5acc1] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.offer-card__illu[data-v-94b5acc1] {
  flex-shrink: 0;
  border-radius: 10px;
  filter: drop-shadow(0 4px 10px rgba(180, 140, 0, 0.18));
}
.offer-card__identity-body[data-v-94b5acc1] {
  flex: 1;
  min-width: 0;
}
.offer-card__name[data-v-94b5acc1] {
  font-size: 1.5rem;
  font-weight: 800;
  color: #212121;
  line-height: 1.2;
  margin: 0 0 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1270px) {
.offer-card__name[data-v-94b5acc1] {
    font-size: 1.1rem;
}
}
.offer-card__badge[data-v-94b5acc1] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.offer-card__badge--active[data-v-94b5acc1] {
  background: #029978;
  color: #fff;
}
.offer-card__badge--danger[data-v-94b5acc1] {
  border: 1px solid #e53935;
  color: #e53935;
}
.offer-card__tagline[data-v-94b5acc1] {
  font-size: 0.8rem;
  color: #616161;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.offer-card__diamonds[data-v-94b5acc1] {
  display: flex;
  gap: 4px;
}
.offer-card__pricing[data-v-94b5acc1] {
  margin: 4px 0 16px;
}
.offer-card__original-price[data-v-94b5acc1] {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: line-through;
  line-height: 1.2;
}
.offer-card__price[data-v-94b5acc1] {
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: #212121;
}
.offer-card__euro[data-v-94b5acc1] {
  font-size: 0.55em;
  vertical-align: super;
  margin-left: -2px;
  font-weight: 700;
}
.offer-card__unit[data-v-94b5acc1] {
  font-size: 1rem;
  font-weight: 600;
  color: #616161;
}
.offer-card__rdv[data-v-94b5acc1] {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.offer-card__rdv-sub[data-v-94b5acc1] {
  font-size: 10px;
  font-weight: 400;
  color: #757575;
}
.offer-card__rdv-count[data-v-94b5acc1] {
  font-weight: 700;
  color: #029978;
  font-size: 22px;
  line-height: 1.2;
}
.offer-card__cta[data-v-94b5acc1] {
  display: block;
  width: 100%;
  padding: 13px 24px;
  border-radius: 999px;
  text-align: center;
  background-color: #029978;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(2, 153, 120, 0.28);
  transition: background-color 0.18s ease, transform 0.15s ease;
  margin-bottom: 16px;
}
.offer-card__cta[data-v-94b5acc1]:hover {
  background-color: #007058;
  transform: translateY(-1px);
}
.offer-card__desc[data-v-94b5acc1] {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #424242;
}
.offer-card__options[data-v-94b5acc1] {
  padding-top: 14px;
  border-top: 1px dashed rgba(2, 153, 120, 0.25);
  margin-top: 8px;
  margin-bottom: 4px;
}
.offer-card__options-label[data-v-94b5acc1] {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-bottom: 8px;
}
.offer-card__chips[data-v-94b5acc1] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.offer-card__chip[data-v-94b5acc1] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid rgba(2, 153, 120, 0.3);
  color: #007058;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ══════════════════════════════════════════
   PACK CARD — standard
   ══════════════════════════════════════════ */
.pack-card[data-v-94b5acc1] {
  padding: 20px 16px;
}
.pack-card__identity[data-v-94b5acc1] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  min-height: 48px;
}
.pack-card__illu[data-v-94b5acc1] {
  flex-shrink: 0;
  border-radius: 8px;
}
.pack-card__identity-body[data-v-94b5acc1] {
  flex: 1;
  min-width: 0;
}
.pack-card__name[data-v-94b5acc1] {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 2px 0;
}
.pack-card__tagline[data-v-94b5acc1] {
  font-size: 11px;
  color: #616161;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.pack-card__pricing[data-v-94b5acc1] {
  margin: 4px 0 10px;
}
.pack-card__original-price[data-v-94b5acc1] {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: line-through;
}
.pack-card__price[data-v-94b5acc1] {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  color: #212121;
}
.pack-card__euro[data-v-94b5acc1] {
  font-size: 0.55em;
  vertical-align: super;
}
.pack-card__unit[data-v-94b5acc1] {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
}

/* ══════════════════════════════════════════
   COMMUN
   ══════════════════════════════════════════ */
.feature-list[data-v-94b5acc1] {
  font-size: 12px;
  font-weight: 500;
  color: #424242;
}
.selected[data-v-94b5acc1] {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
}
.appoint-number[data-v-94b5acc1] {
  font-size: 13px;
  font-weight: 500;
}
.croiss-auto[data-v-94b5acc1] {
  font-size: 10px;
  color: #757575;
}
.max-appointment-allowed[data-v-94b5acc1] {
  font-weight: 700;
  color: #029978;
  font-size: 20px;
}
.pack-desc[data-v-94b5acc1] {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.min-desc[data-v-94b5acc1] {
  font-size: 11px;
  color: #616161;
}
.pack-price__original[data-v-94b5acc1] {
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: line-through;
}
.pack-ineline-price[data-v-94b5acc1] {
  font-size: 24px;
  font-weight: 600;
  color: #0a0a0a;
}
.price-charge[data-v-94b5acc1] {
  font-size: 14px;
  font-weight: 600;
}
.pack-ineline-title[data-v-94b5acc1] {
  font-size: 16px;
  font-weight: 600;
}
.selected-ineline[data-v-94b5acc1] {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  background-color: #eafffa;
  color: #029978;
  border: 1px solid #029978;
  border-radius: 400px;
}.border-custom[data-v-d724290c] {
  border-right: 1px solid #b2aeae;
}
@media (max-width: 599px) {
.border-custom[data-v-d724290c] {
    border-right: none;
    border-bottom: 1px solid #b2aeae;
}
}.db[data-v-dacfa777] {
  overflow: hidden;
}
.db__header[data-v-dacfa777] {
  background: #e8f8f2;
  border-bottom: 1px solid #d0ede6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
}
.db__title[data-v-dacfa777] {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a27;
  margin: 0;
}
.db__close[data-v-dacfa777] {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.db__body[data-v-dacfa777] {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  max-height: 80vh;
  min-height: 374px;
  overflow-y: auto;
  flex: 1;
}
.db__body[data-v-dacfa777]::-webkit-scrollbar {
  width: 4px;
}
.db__body[data-v-dacfa777]::-webkit-scrollbar-thumb {
  background: #d0ede6;
  border-radius: 4px;
}
.db__grid[data-v-dacfa777] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  flex: 1;
}
.db__col[data-v-dacfa777] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.db__col[data-v-dacfa777]:first-child {
  padding-right: 32px;
  border-right: 1px solid #eef1f0;
}
.db__col[data-v-dacfa777]:last-child {
  padding-left: 32px;
}
.db__section-title[data-v-dacfa777] {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.db__comment[data-v-dacfa777] {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #eef1f0;
}
.db__footer[data-v-dacfa777] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #eef1f0;
  flex-shrink: 0;
}
.db__footer-btn[data-v-dacfa777] {
  min-width: 110px;
  font-weight: 600;
}
.db__footer-cta[data-v-dacfa777] {
  min-width: 120px;
}
.db__label[data-v-dacfa777] {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #2d3748;
  margin: 0;
}
.db__label-row[data-v-dacfa777] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.db__field[data-v-dacfa777] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.db__readonly-value[data-v-dacfa777] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}
.db__field-hint[data-v-dacfa777] {
  font-size: 11px;
  color: #9ca3af;
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.db__time-hint[data-v-dacfa777] {
  font-size: 11px;
  color: #6b7280;
  margin: 4px 0 0;
}
.db__patient-toggle[data-v-dacfa777] {
  display: flex;
  gap: 6px;
}
.db__toggle-btn[data-v-dacfa777] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  border: 1.5px solid #e5e7eb;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s;
}
.db__toggle-btn.active[data-v-dacfa777] {
  border-color: #256c68;
  color: #256c68;
  background: rgba(37, 108, 104, 0.06);
}
.db__guest-fields[data-v-dacfa777] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.db__mode-ctrl[data-v-dacfa777] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 4px;
}
.db__mode-btn[data-v-dacfa777] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.db__mode-btn--active[data-v-dacfa777] {
  background: rgb(var(--v-theme-secondary));
  color: #fff;
  border-color: rgb(var(--v-theme-secondary));
}
.db__mode-btn[data-v-dacfa777]:not(.db__mode-btn--active):hover:not(:disabled) {
  background: #f0fdf4;
  border-color: #a7f3d0;
}
.db__mode-btn[data-v-dacfa777]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.db__mode-select[data-v-dacfa777] {
  margin-top: 8px;
}
.db__reason-meta[data-v-dacfa777] {
  display: flex;
  gap: 4px;
  align-items: center;
}
.db__reason-info[data-v-dacfa777] {
  display: flex;
  gap: 6px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.db__badge[data-v-dacfa777] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}
.db__badge--group[data-v-dacfa777] {
  background: #ede9fe;
  color: #5b21b6;
}
.db__badge--duration[data-v-dacfa777] {
  background: #e0f2fe;
  color: #0369a1;
}
.db__badge--price[data-v-dacfa777] {
  background: #dcfce7;
  color: #166534;
}
.db__visio-checkbox[data-v-dacfa777] .v-label {
  font-size: 13px;
  color: #374151;
}
.db__generate-link-btn[data-v-dacfa777] {
  margin-top: 6px;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 500;
}
.db__end-time[data-v-dacfa777] input {
  color: #6b7280;
}
.db__rich-editor[data-v-dacfa777] .ql-container {
  min-height: 120px;
}
.db__rich-editor[data-v-dacfa777] .ql-toolbar,
.db__rich-editor[data-v-dacfa777] .ql-container {
  border-color: #999999 !important;
}
.db__notes[data-v-dacfa777] {
  border: 1px solid #e5e7eb;
  border-radius: 12px !important;
}
.db__notes-title[data-v-dacfa777] {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  min-height: 44px !important;
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url('data:image/png;base64,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');background-image:linear-gradient(transparent,transparent),url('/assets/spritesheet-DpIxuf5L.svg');background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url('data:image/png;base64,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');background-image:linear-gradient(transparent,transparent),url('/assets/spritesheet-DpIxuf5L.svg')}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
.hv-map__container[data-v-38621d39] {
  height: 360px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}
.hv-map__controls[data-v-38621d39] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 32px;
}
.hv-map__radius-row[data-v-38621d39] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hv-map__radius-label[data-v-38621d39] {
  font-size: 13px;
  color: #444;
  flex-shrink: 0;
}
.hv-map__slider[data-v-38621d39] {
  flex: 1;
}
.hv-map__radius-value[data-v-38621d39] {
  font-size: 13px;
  font-weight: 600;
  color: #256c68;
  min-width: 52px;
  text-align: right;
}
.hv-map__poly-actions[data-v-38621d39] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f0fdf9;
  border: 1.5px solid rgba(18, 194, 155, 0.25);
  border-radius: 10px;
  padding: 10px 14px;
}
.hv-map__poly-badge[data-v-38621d39] {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #0d9371;
}
.hv-map__redo-btn[data-v-38621d39] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 5px 12px;
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s;
  white-space: nowrap;
}
.hv-map__redo-btn[data-v-38621d39]:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.hv-map__postal-info[data-v-38621d39] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #256c68;
  font-weight: 500;
}

/* Instruction overlay — injecté par Leaflet, hors portée du scoped */
.hv-map-instruction {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid rgba(18, 194, 155, 0.3);
  border-radius: 12px;
  padding: 10px 14px;
  max-width: 280px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 1px 4px rgba(0, 0, 0, 0.04);
  margin: 10px;
  pointer-events: none;
}
.hv-map-instruction__icon {
  color: #12c29b;
  flex-shrink: 0;
}
.hv-map-instruction__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.hv-map-instruction__title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}
.hv-map-instruction__sub {
  font-size: 11px;
  color: #6b7280;
  line-height: 1.3;
}
.hv-map-instruction__pulse {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv-map-instruction__pulse-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #12c29b;
  border-radius: 50%;
}
.hv-map-instruction__pulse-ring {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #12c29b;
  border-radius: 50%;
  animation: hv-pulse-ring 1.4s ease-out infinite;
  opacity: 0;
}
@keyframes hv-pulse-ring {
0% {
    transform: scale(0.4);
    opacity: 0.8;
}
100% {
    transform: scale(2);
    opacity: 0;
}
}

/* Override du tooltip leaflet-draw (la bulle qui suit le curseur) */
.leaflet-draw-tooltip {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(18, 194, 155, 0.25) !important;
  border-radius: 8px !important;
  color: #374151 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  padding: 6px 10px !important;
}
.leaflet-draw-tooltip::before {
  border-right-color: rgba(18, 194, 155, 0.25) !important;
}

.lf[data-v-38e3ffa2] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1040px;
}
.lf__tabs[data-v-38e3ffa2] {
  display: flex;
  gap: 8px;
  background: #f4f5f7;
  border-radius: 12px;
  padding: 4px;
  width: fit-content;
}
.lf__tab[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.lf__tab--active[data-v-38e3ffa2] {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.lf__tab[data-v-38e3ffa2]:hover:not(.lf__tab--active) {
  color: #374151;
  background: rgba(255, 255, 255, 0.5);
}
.lf__tab-icon[data-v-38e3ffa2] {
  opacity: 0.7;
}
.lf__tab-badge[data-v-38e3ffa2] {
  background: #256c68;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  padding: 1px 7px;
  line-height: 1.4;
}
.lf__remote-settings[data-v-38e3ffa2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lf__settings-label[data-v-38e3ffa2] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  margin: 0 0 8px;
}
.soon-chip[data-v-38e3ffa2] {
  background-color: #fee29f !important;
  color: #443513 !important;
  padding: 0 !important;
}
.soon-badge[data-v-38e3ffa2] {
  font-size: 9px;
  font-weight: 600;
  padding: 1px 7px;
}
.lf__toggle-row[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}
.lf__toggle-title[data-v-38e3ffa2] {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.lf__toggle-desc[data-v-38e3ffa2] {
  font-size: 12px;
  color: #6b7280;
  margin: 2px 0 0;
}
.lf__remote-saving[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #6b7280;
  margin: 4px 0 0;
}
.lf__block[data-v-38e3ffa2] {
  background-color: rgba(18, 194, 155, 0.1019607843);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 80px;
}
.lf__hint[data-v-38e3ffa2] {
  background: #f5f7fa;
  border: 1px solid #dde1e9;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.55;
  margin-bottom: 4px;
}
.lf__hint-header[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.lf__hint-header .v-icon[data-v-38e3ffa2]:first-child {
  flex-shrink: 0;
  color: #6b7280;
}
.lf__hint-title[data-v-38e3ffa2] {
  flex: 1;
  font-weight: 600;
  color: #1f2937;
  font-size: 13px;
}
.lf__hint-chevron[data-v-38e3ffa2] {
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.2s ease;
}
.lf__hint-chevron--open[data-v-38e3ffa2] {
  transform: rotate(180deg);
}
.lf__hint-list[data-v-38e3ffa2] {
  margin: 8px 0 0 23px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lf__field-hint[data-v-38e3ffa2] {
  font-size: 11.5px;
  color: #6b7280;
  margin: 4px 0 0;
  line-height: 1.4;
}

/* ── Stepper zone dessinée ── */
/* ── Panneau zone dessinée ── */
.lf__poly-panel[data-v-38e3ffa2] {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.lf__poly-section[data-v-38e3ffa2] {
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  transition: opacity 0.2s;
}
.lf__poly-section.lf__poly-section--last[data-v-38e3ffa2] {
  border-bottom: none;
}
.lf__poly-section.lf__poly-section--muted[data-v-38e3ffa2] {
  opacity: 0.45;
  pointer-events: none;
}
.lf__poly-section-label[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.lf__poly-num[data-v-38e3ffa2] {
  font-size: 11px;
  font-weight: 700;
  color: #256c68;
  font-variant-numeric: tabular-nums;
  background: #e6f4f3;
  padding: 1px 5px;
  border-radius: 4px;
  margin-right: 2px;
}
.lf__poly-section-sub[data-v-38e3ffa2] {
  font-size: 11px;
  font-weight: 400;
  color: #9ca3af;
}
.lf__poly-section-placeholder[data-v-38e3ffa2] {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* Neutralise le fond propre du HomeVisitZoneMap quand il est dans un panneau */
.lf__poly-section[data-v-38e3ffa2] .hv-map__controls {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.lf__poly-section[data-v-38e3ffa2] .hv-map__radius-row {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.lf__radius-value[data-v-38e3ffa2] {
  font-size: 13px;
  font-weight: 600;
  color: #256c68;
  min-width: 52px;
  text-align: right;
}
.lf__block-header[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lf__block-title[data-v-38e3ffa2] {
  font-size: 16px;
  font-weight: 600;
  color: #004838;
  margin: 0;
}
.lf__loading[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}
.lf__empty[data-v-38e3ffa2] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.lf__item--editing[data-v-38e3ffa2] {
  outline: 1.5px solid #256c68;
}
.lf__dot[data-v-38e3ffa2] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.add-val[data-v-38e3ffa2] {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}
.lf__item-sub[data-v-38e3ffa2] {
  font-size: 11px;
  color: #6b7280;
  margin: 0;
}
.lf__add-btn[data-v-38e3ffa2] {
  flex-shrink: 0;
}
.lf__form[data-v-38e3ffa2] {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  flex: 1;
  min-width: 0;
}
.lf__form-header[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lf__form-title[data-v-38e3ffa2] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.lf__field-error[data-v-38e3ffa2] {
  font-size: 11px;
  color: #ef4444;
  margin: 4px 0 0;
}
.lf__colors[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lf__swatch[data-v-38e3ffa2] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}
.lf__swatch--active[data-v-38e3ffa2] {
  border-color: #111827;
  transform: scale(1.15);
}
.lf__swatch[data-v-38e3ffa2]:hover:not(.lf__swatch--active) {
  transform: scale(1.1);
}
.lf__color-picker-wrap[data-v-38e3ffa2] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}
.lf__color-picker-wrap[data-v-38e3ffa2]:hover {
  background: rgba(0, 0, 0, 0.06);
}
.lf__color-hidden[data-v-38e3ffa2] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}
.lf__addr-selected[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #256c68;
  margin: 0;
}
.lf__hv-tabs[data-v-38e3ffa2] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f4f5f7;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
.lf__hv-tab[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 6px;
  border-radius: 9px;
  border: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  color: #6b7280;
  background: transparent;
  transition: all 0.15s;
  white-space: nowrap;
}
.lf__hv-tab--active[data-v-38e3ffa2] {
  background: #12c29b;
  color: #fff;
  box-shadow: 0 1px 4px rgba(18, 194, 155, 0.3);
}
.lf__hv-tab[data-v-38e3ffa2]:hover:not(.lf__hv-tab--active) {
  background: rgba(255, 255, 255, 0.7);
  color: #374151;
}
.lf__zone-toggle[data-v-38e3ffa2] {
  display: flex;
  gap: 8px;
}
.lf__zone-btn[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.lf__zone-btn--active[data-v-38e3ffa2] {
  border-color: #256c68;
  color: #256c68;
  background: rgba(37, 108, 104, 0.04);
}
.lf__zone-btn[data-v-38e3ffa2]:hover:not(.lf__zone-btn--active) {
  border-color: #9ca3af;
}
.lf__tags[data-v-38e3ffa2] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lf__tags-input-row[data-v-38e3ffa2] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.lf__tags-list[data-v-38e3ffa2] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lf__tag[data-v-38e3ffa2] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #256c68;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  padding: 3px 10px 3px 12px;
}
.lf__tag button[data-v-38e3ffa2] {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
.lf__tag button[data-v-38e3ffa2]:hover {
  color: #fff;
}
.lf__new-addr[data-v-38e3ffa2] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
}
.lf__new-addr-header[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.lf__new-addr-title[data-v-38e3ffa2] {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.lf__no-add-hint[data-v-38e3ffa2] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}
.lf__confirm[data-v-38e3ffa2] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.lf__confirm-icon[data-v-38e3ffa2] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fef2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lf__confirm-title[data-v-38e3ffa2] {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}
.lf__confirm-text[data-v-38e3ffa2] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.lf__confirm-actions[data-v-38e3ffa2] {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.lf-slide-enter-active[data-v-38e3ffa2],
.lf-slide-leave-active[data-v-38e3ffa2] {
  transition: all 0.2s ease;
}
.lf-slide-enter-from[data-v-38e3ffa2] {
  opacity: 0;
  transform: translateX(-8px);
}
.lf-slide-leave-to[data-v-38e3ffa2] {
  opacity: 0;
  transform: translateX(8px);
}
/* ── Desktop (>= 768px) : layout côte à côte ── */
.addr-page[data-v-2512bed8] {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: calc(100vh - 64px - var(--v1d3cb64e));
  overflow: hidden;
}
.addr-main[data-v-2512bed8] {
  flex: 0 0 50%;
  min-width: 0;
  overflow-y: auto;
  padding-bottom: 40px;
}
.addr-map-col[data-v-2512bed8] {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s ease;
}
.addr-map-col--focus[data-v-2512bed8] {
  box-shadow: inset 0 0 0 3px #256c68;
}
.addr-map-col--focus[data-v-2512bed8]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 500;
  border: 3px solid #256c68;
  animation: map-focus-pulse-2512bed8 2s ease-in-out infinite;
}
@keyframes map-focus-pulse-2512bed8 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
.addr-leaflet[data-v-2512bed8] {
  width: 100%;
  height: 100%;
}

/* Éléments mobiles cachés sur desktop */
.addr-map-fab-wrap[data-v-2512bed8],
.addr-map-backdrop[data-v-2512bed8],
.addr-map-header[data-v-2512bed8] {
  display: none;
}

/* ── Mobile (< 768px) : form plein écran, carte en overlay ── */
@media (max-width: 767px) {
.addr-page[data-v-2512bed8] {
    display: block;
    height: auto;
    overflow: visible;
}
.addr-main[data-v-2512bed8] {
    width: 100%;
    overflow-y: visible;
    padding-bottom: 90px; /* espace pour le FAB */
}
  /* Carte : bottom sheet slide-up */
.addr-map-col[data-v-2512bed8] {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 900;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.addr-map-col--open[data-v-2512bed8] {
    transform: translateY(0);
}
  /* Header avec titre + bouton Fermer */
.addr-map-header[data-v-2512bed8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 16px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    z-index: 1001;
}
.addr-map-header-title[data-v-2512bed8] {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}
.addr-map-header-close[data-v-2512bed8] {
    color: #256c68 !important;
    font-weight: 600 !important;
}
  /* La carte occupe le reste de l'espace sous le header */
.addr-leaflet[data-v-2512bed8] {
    flex: 1;
}
  /* Backdrop */
.addr-map-backdrop[data-v-2512bed8] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 899;
    background: rgba(0, 0, 0, 0.35);
}
  /* Wrapper du bouton carte */
.addr-map-fab-wrap[data-v-2512bed8] {
    display: flex;
    justify-content: center;
    padding: 8px 16px 24px;
}
}
/* ── Transition backdrop ── */
.addr-fade-enter-active[data-v-2512bed8],
.addr-fade-leave-active[data-v-2512bed8] {
  transition: opacity 0.25s ease;
}
.addr-fade-enter-from[data-v-2512bed8],
.addr-fade-leave-to[data-v-2512bed8] {
  opacity: 0;
}.sx__calendar-wrapper ul,
.sx__date-picker-wrapper ul,
.sx__date-picker-popup ul {
  list-style: none;
  padding: 0;
}
.sx__calendar-wrapper input,
.sx__calendar-wrapper button,
.sx__date-picker-wrapper input,
.sx__date-picker-wrapper button,
.sx__date-picker-popup input,
.sx__date-picker-popup button {
  font-family: inherit;
  outline: none;
}
.sx__calendar-wrapper button,
.sx__date-picker-wrapper button,
.sx__date-picker-popup button {
  background-color: inherit;
  outline: 0;
  border: none;
  cursor: pointer;
}

:root {
  --sx-color-primary: #6750a4;
  --sx-color-on-primary: #fff;
  --sx-color-primary-container: #eaddff;
  --sx-color-on-primary-container: #21005e;
  --sx-color-secondary: #625b71;
  --sx-color-on-secondary: #fff;
  --sx-color-secondary-container: #e8def8;
  --sx-color-on-secondary-container: #1e192b;
  --sx-color-tertiary: #7d5260;
  --sx-color-on-tertiary: #fff;
  --sx-color-tertiary-container: #ffd8e4;
  --sx-color-on-tertiary-container: #370b1e;
  --sx-color-surface: #fef7ff;
  --sx-color-surface-dim: #ded8e1;
  --sx-color-surface-bright: #fef7ff;
  --sx-color-on-surface: #1c1b1f;
  --sx-color-surface-container: #f3edf7;
  --sx-color-surface-container-low: #f7f2fa;
  --sx-color-surface-container-high: #ece6f0;
  --sx-color-background: #fff;
  --sx-color-on-background: #1c1b1f;
  --sx-color-outline: #79747e;
  --sx-color-outline-variant: #c4c7c5;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #6750a4;
  --sx-color-neutral: var(--sx-color-outline);
  --sx-color-neutral-variant: var(--sx-color-outline-variant);
  --sx-internal-color-gray-ripple-background: #e0e0e0;
  --sx-internal-color-light-gray: #fafafa;
  --sx-internal-color-text: #000;
}

.is-dark {
  --sx-color-primary: #d0bcff;
  --sx-color-on-primary: #371e73;
  --sx-color-primary-container: #4f378b;
  --sx-color-on-primary-container: #eaddff;
  --sx-color-secondary: #ccc2dc;
  --sx-color-on-secondary: #332d41;
  --sx-color-secondary-container: #4a4458;
  --sx-color-on-secondary-container: #e8def8;
  --sx-color-tertiary: #efb8c8;
  --sx-color-on-tertiary: #492532;
  --sx-color-tertiary-container: #633b48;
  --sx-color-on-tertiary-container: #ffd8e4;
  --sx-color-surface: #141218;
  --sx-color-surface-dim: #141218;
  --sx-color-surface-bright: #3b383e;
  --sx-color-on-surface: #e6e1e5;
  --sx-color-surface-container: #211f26;
  --sx-color-surface-container-low: #1d1b20;
  --sx-color-surface-container-high: #2b2930;
  --sx-color-background: #141218;
  --sx-color-on-background: #e6e1e5;
  --sx-color-outline: #938f99;
  --sx-color-outline-variant: #444746;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #d0bcff;
  --sx-internal-color-text: #fff;
}

:root {
  --sx-spacing-padding1: 4px;
  --sx-spacing-padding2: 8px;
  --sx-spacing-padding3: 12px;
  --sx-spacing-padding4: 16px;
  --sx-spacing-padding6: 24px;
  --sx-spacing-modal-padding: 16px;
}

:root {
  --sx-box-shadow-level3: 0 3px 6px 0 rgb(0 0 0 / 16%),
    0 3px 6px 0 rgb(0 0 0 / 23%);
  --sx-rounding-extra-small: 4px;
  --sx-rounding-small: 8px;
  --sx-rounding-extra-large: 28px;
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

.is-dark {
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

:root {
  --sx-font-small: 0.875rem;
  --sx-font-extra-small: 0.75rem;
  --sx-font-large: 1.125rem;
  --sx-font-extra-large: 1.25rem;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 100px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple {
  position: relative;
  overflow: hidden;
}
.sx__ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple:active::before {
  visibility: visible;
}
.sx__ripple:not(:active)::before {
  animation: ripple 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

@keyframes ripple-wide {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 300px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 450px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple--wide {
  position: relative;
  overflow: hidden;
}
.sx__ripple--wide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple--wide:active::before {
  visibility: visible;
}
.sx__ripple--wide::before {
  border-radius: var(--sx-rounding-small);
}
.sx__ripple--wide:not(:active)::before {
  animation: ripple-wide 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

.sx__chevron-wrapper {
  position: relative;
  border-radius: 50%;
  min-height: 48px;
  min-width: 48px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 0;
}
.sx__chevron-wrapper:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}
.sx__chevron-wrapper:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.sx__chevron-wrapper:hover, .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-dim);
}
.is-dark .sx__chevron-wrapper:hover, .is-dark .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-container-high);
}
.sx__chevron-wrapper .sx__chevron {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  border-color: var(--sx-internal-color-text);
}

.sx__chevron--previous {
  left: calc(50% + 0.125rem);
  transform: translate(-50%, -50%) rotate(225deg);
}

.sx__chevron--next {
  left: calc(50% - 0.125rem);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sx__date-picker-wrapper {
  position: relative;
  color: var(--sx-color-on-background);
  width: fit-content;
}
.sx__date-picker-wrapper.has-full-width {
  width: 100%;
}
.sx__date-picker-wrapper.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sx__date-picker-wrapper * {
  color: var(--sx-color-on-background);
  box-sizing: border-box;
}

.sx__date-input-wrapper {
  position: relative;
}

.sx__date-input-chevron-wrapper {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0;
  transition: transform 0.2s ease-in-out;
}
.sx__date-input-chevron-wrapper:focus {
  border: 2px solid var(--sx-color-primary);
}
.is-disabled .sx__date-input-chevron-wrapper {
  pointer-events: none;
  cursor: not-allowed;
}
.sx__date-input--active .sx__date-input-chevron-wrapper {
  transform: translateY(-50%) rotate(180deg);
}

.sx__date-input-chevron {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.sx__date-input {
  font-size: 1rem;
  padding: var(--sx-spacing-padding4);
  border: var(--sx-border);
  border-radius: var(--sx-rounding-extra-small);
  cursor: pointer;
  background-color: var(--sx-color-background);
  width: 100%;
}
.is-disabled .sx__date-input {
  pointer-events: none;
}
.sx__date-input--active .sx__date-input {
  border-color: var(--sx-color-primary);
  outline: 1px solid var(--sx-color-primary);
}

.sx__date-input-label {
  position: absolute;
  top: 0;
  left: 21px;
  padding: 0 var(--sx-spacing-padding1);
  background-color: var(--sx-color-background);
  font-size: 0.75rem;
  color: var(--sx-color-neutral);
  line-height: 1rem;
  transform: translateY(-50%) translateX(-0.5rem);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.sx__date-input--active .sx__date-input-label {
  color: var(--sx-color-primary);
}
.is-dark .sx__date-input-label {
  display: none;
}

.sx__date-picker-popup {
  position: absolute;
  height: fit-content;
  z-index: 1;
  top: calc(100% + 1px);
  width: 20.75rem;
  max-width: 500px;
  max-height: 400px;
  overflow: scroll;
  box-shadow: var(--sx-box-shadow-level3);
  padding: var(--sx-spacing-modal-padding);
  background-color: var(--sx-color-background);
  color: var(--sx-internal-color-text);
}
.sx__date-picker-popup.is-dark {
  background-color: var(--sx-color-surface-container-high);
}
.sx__date-picker-popup.bottom-end {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-start {
  inset: auto auto calc(100% + 1rem) 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-end {
  inset: auto 0 calc(100% + 1rem) auto;
  transform: translateX(0);
}

.sx__date-picker__years-view {
  margin: 0;
}

.sx__date-picker__years-accordion__expand-button {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  padding: 1em;
  transition: background-color 0.2s ease-in-out;
  color: var(--sx-internal-color-text);
}
.sx__is-expanded .sx__date-picker__years-accordion__expand-button {
  background-color: var(--sx-color-surface-container);
}
.sx__date-picker__years-accordion__expand-button:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__years-accordion__expand-button:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}

.sx__date-picker__years-view-accordion__panel {
  display: flex;
  flex-wrap: wrap;
}

.sx__date-picker__years-view-accordion__month {
  flex: 1 0 33.3333%;
  background-color: transparent;
  border: 0;
  font-size: 0.9rem;
  padding: 0.5em 0;
  border-radius: 25px;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__years-view-accordion__month:hover {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__date-picker__day-names {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__day-names .sx__date-picker__day,
.sx__date-picker__day-names .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day-name {
  font-weight: 700;
  color: var(--sx-color-neutral-variant);
}

.sx__date-picker__month-view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.sx__date-picker__month-view-header .sx__chevron-wrapper:hover {
  background-color: var(--sx-color-surface-dim);
}

.sx__date-picker__month-view-header__month-year {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__month-view-header__month-year:hover {
  color: var(--sx-color-primary);
  text-decoration: underline;
}

.sx__date-picker__week {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__week .sx__date-picker__day,
.sx__date-picker__week .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day {
  background-color: transparent;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__day:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__day:focus {
  outline-offset: -2px;
  outline: 2px solid var(--sx-color-primary);
}
.sx__date-picker__day:disabled {
  color: var(--sx-color-neutral-variant);
  cursor: not-allowed;
}
.sx__date-picker__day.is-leading-or-trailing {
  color: var(--sx-color-neutral-variant);
}
.sx__date-picker__day.sx__date-picker__day--selected {
  background-color: var(--sx-color-primary-container);
  color: var(--sx-color-on-primary-container);
}
.sx__date-picker__day.sx__date-picker__day--today {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__calendar-wrapper ul,
.sx__date-picker-wrapper ul,
.sx__date-picker-popup ul {
  list-style: none;
  padding: 0;
}
.sx__calendar-wrapper input,
.sx__calendar-wrapper button,
.sx__date-picker-wrapper input,
.sx__date-picker-wrapper button,
.sx__date-picker-popup input,
.sx__date-picker-popup button {
  font-family: inherit;
  outline: none;
}
.sx__calendar-wrapper button,
.sx__date-picker-wrapper button,
.sx__date-picker-popup button {
  background-color: inherit;
  outline: 0;
  border: none;
  cursor: pointer;
}

:root {
  --sx-color-primary: #6750a4;
  --sx-color-on-primary: #fff;
  --sx-color-primary-container: #eaddff;
  --sx-color-on-primary-container: #21005e;
  --sx-color-secondary: #625b71;
  --sx-color-on-secondary: #fff;
  --sx-color-secondary-container: #e8def8;
  --sx-color-on-secondary-container: #1e192b;
  --sx-color-tertiary: #7d5260;
  --sx-color-on-tertiary: #fff;
  --sx-color-tertiary-container: #ffd8e4;
  --sx-color-on-tertiary-container: #370b1e;
  --sx-color-surface: #fef7ff;
  --sx-color-surface-dim: #ded8e1;
  --sx-color-surface-bright: #fef7ff;
  --sx-color-on-surface: #1c1b1f;
  --sx-color-surface-container: #f3edf7;
  --sx-color-surface-container-low: #f7f2fa;
  --sx-color-surface-container-high: #ece6f0;
  --sx-color-background: #fff;
  --sx-color-on-background: #1c1b1f;
  --sx-color-outline: #79747e;
  --sx-color-outline-variant: #c4c7c5;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #6750a4;
  --sx-color-neutral: var(--sx-color-outline);
  --sx-color-neutral-variant: var(--sx-color-outline-variant);
  --sx-internal-color-gray-ripple-background: #e0e0e0;
  --sx-internal-color-light-gray: #fafafa;
  --sx-internal-color-text: #000;
}

.is-dark {
  --sx-color-primary: #d0bcff;
  --sx-color-on-primary: #371e73;
  --sx-color-primary-container: #4f378b;
  --sx-color-on-primary-container: #eaddff;
  --sx-color-secondary: #ccc2dc;
  --sx-color-on-secondary: #332d41;
  --sx-color-secondary-container: #4a4458;
  --sx-color-on-secondary-container: #e8def8;
  --sx-color-tertiary: #efb8c8;
  --sx-color-on-tertiary: #492532;
  --sx-color-tertiary-container: #633b48;
  --sx-color-on-tertiary-container: #ffd8e4;
  --sx-color-surface: #141218;
  --sx-color-surface-dim: #141218;
  --sx-color-surface-bright: #3b383e;
  --sx-color-on-surface: #e6e1e5;
  --sx-color-surface-container: #211f26;
  --sx-color-surface-container-low: #1d1b20;
  --sx-color-surface-container-high: #2b2930;
  --sx-color-background: #141218;
  --sx-color-on-background: #e6e1e5;
  --sx-color-outline: #938f99;
  --sx-color-outline-variant: #444746;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #d0bcff;
  --sx-internal-color-text: #fff;
}

:root {
  --sx-spacing-padding1: 4px;
  --sx-spacing-padding2: 8px;
  --sx-spacing-padding3: 12px;
  --sx-spacing-padding4: 16px;
  --sx-spacing-padding6: 24px;
  --sx-spacing-modal-padding: 16px;
}

:root {
  --sx-box-shadow-level3: 0 3px 6px 0 rgb(0 0 0 / 16%),
    0 3px 6px 0 rgb(0 0 0 / 23%);
  --sx-rounding-extra-small: 4px;
  --sx-rounding-small: 8px;
  --sx-rounding-extra-large: 28px;
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

.is-dark {
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

:root {
  --sx-font-small: 0.875rem;
  --sx-font-extra-small: 0.75rem;
  --sx-font-large: 1.125rem;
  --sx-font-extra-large: 1.25rem;
}

:root {
  --sx-calendar-header-input-font-size: clamp(12px, 0.875rem, 28px);
  --sx-calendar-header-popup-z-index: 2;
  --sx-calendar-week-grid-padding-left: 75px;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 100px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple {
  position: relative;
  overflow: hidden;
}
.sx__ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple:active::before {
  visibility: visible;
}
.sx__ripple:not(:active)::before {
  animation: ripple 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

@keyframes ripple-wide {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 300px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 450px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple--wide {
  position: relative;
  overflow: hidden;
}
.sx__ripple--wide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple--wide:active::before {
  visibility: visible;
}
.sx__ripple--wide::before {
  border-radius: var(--sx-rounding-small);
}
.sx__ripple--wide:not(:active)::before {
  animation: ripple-wide 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

.sx__calendar-wrapper ul,
.sx__date-picker-wrapper ul,
.sx__date-picker-popup ul {
  list-style: none;
  padding: 0;
}
.sx__calendar-wrapper input,
.sx__calendar-wrapper button,
.sx__date-picker-wrapper input,
.sx__date-picker-wrapper button,
.sx__date-picker-popup input,
.sx__date-picker-popup button {
  font-family: inherit;
  outline: none;
}
.sx__calendar-wrapper button,
.sx__date-picker-wrapper button,
.sx__date-picker-popup button {
  background-color: inherit;
  outline: 0;
  border: none;
  cursor: pointer;
}

:root {
  --sx-color-primary: #6750a4;
  --sx-color-on-primary: #fff;
  --sx-color-primary-container: #eaddff;
  --sx-color-on-primary-container: #21005e;
  --sx-color-secondary: #625b71;
  --sx-color-on-secondary: #fff;
  --sx-color-secondary-container: #e8def8;
  --sx-color-on-secondary-container: #1e192b;
  --sx-color-tertiary: #7d5260;
  --sx-color-on-tertiary: #fff;
  --sx-color-tertiary-container: #ffd8e4;
  --sx-color-on-tertiary-container: #370b1e;
  --sx-color-surface: #fef7ff;
  --sx-color-surface-dim: #ded8e1;
  --sx-color-surface-bright: #fef7ff;
  --sx-color-on-surface: #1c1b1f;
  --sx-color-surface-container: #f3edf7;
  --sx-color-surface-container-low: #f7f2fa;
  --sx-color-surface-container-high: #ece6f0;
  --sx-color-background: #fff;
  --sx-color-on-background: #1c1b1f;
  --sx-color-outline: #79747e;
  --sx-color-outline-variant: #c4c7c5;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #6750a4;
  --sx-color-neutral: var(--sx-color-outline);
  --sx-color-neutral-variant: var(--sx-color-outline-variant);
  --sx-internal-color-gray-ripple-background: #e0e0e0;
  --sx-internal-color-light-gray: #fafafa;
  --sx-internal-color-text: #000;
}

.is-dark {
  --sx-color-primary: #d0bcff;
  --sx-color-on-primary: #371e73;
  --sx-color-primary-container: #4f378b;
  --sx-color-on-primary-container: #eaddff;
  --sx-color-secondary: #ccc2dc;
  --sx-color-on-secondary: #332d41;
  --sx-color-secondary-container: #4a4458;
  --sx-color-on-secondary-container: #e8def8;
  --sx-color-tertiary: #efb8c8;
  --sx-color-on-tertiary: #492532;
  --sx-color-tertiary-container: #633b48;
  --sx-color-on-tertiary-container: #ffd8e4;
  --sx-color-surface: #141218;
  --sx-color-surface-dim: #141218;
  --sx-color-surface-bright: #3b383e;
  --sx-color-on-surface: #e6e1e5;
  --sx-color-surface-container: #211f26;
  --sx-color-surface-container-low: #1d1b20;
  --sx-color-surface-container-high: #2b2930;
  --sx-color-background: #141218;
  --sx-color-on-background: #e6e1e5;
  --sx-color-outline: #938f99;
  --sx-color-outline-variant: #444746;
  --sx-color-shadow: #000;
  --sx-color-surface-tint: #d0bcff;
  --sx-internal-color-text: #fff;
}

:root {
  --sx-spacing-padding1: 4px;
  --sx-spacing-padding2: 8px;
  --sx-spacing-padding3: 12px;
  --sx-spacing-padding4: 16px;
  --sx-spacing-padding6: 24px;
  --sx-spacing-modal-padding: 16px;
}

:root {
  --sx-box-shadow-level3: 0 3px 6px 0 rgb(0 0 0 / 16%),
    0 3px 6px 0 rgb(0 0 0 / 23%);
  --sx-rounding-extra-small: 4px;
  --sx-rounding-small: 8px;
  --sx-rounding-extra-large: 28px;
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

.is-dark {
  --sx-border: 1px solid var(--sx-color-outline-variant);
}

:root {
  --sx-font-small: 0.875rem;
  --sx-font-extra-small: 0.75rem;
  --sx-font-large: 1.125rem;
  --sx-font-extra-large: 1.25rem;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 100px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple {
  position: relative;
  overflow: hidden;
}
.sx__ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple:active::before {
  visibility: visible;
}
.sx__ripple:not(:active)::before {
  animation: ripple 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

@keyframes ripple-wide {
  0% {
    width: 0;
    height: 0;
    opacity: 0.16;
  }
  40% {
    width: 300px;
    height: 100px;
    opacity: 0.08;
  }
  100% {
    width: 450px;
    height: 150px;
    opacity: 0;
  }
}
.sx__ripple--wide {
  position: relative;
  overflow: hidden;
}
.sx__ripple--wide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.1;
  visibility: hidden;
  z-index: 2;
}
.sx__ripple--wide:active::before {
  visibility: visible;
}
.sx__ripple--wide::before {
  border-radius: var(--sx-rounding-small);
}
.sx__ripple--wide:not(:active)::before {
  animation: ripple-wide 0.75s cubic-bezier(0, 0.1, 0.8, 1);
  transition: visibility 0.75s step-end;
}

.sx__chevron-wrapper {
  position: relative;
  border-radius: 50%;
  min-height: 48px;
  min-width: 48px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 0;
}
.sx__chevron-wrapper:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}
.sx__chevron-wrapper:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.sx__chevron-wrapper:hover, .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-dim);
}
.is-dark .sx__chevron-wrapper:hover, .is-dark .sx__chevron-wrapper:focus {
  background-color: var(--sx-color-surface-container-high);
}
.sx__chevron-wrapper .sx__chevron {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  border-color: var(--sx-internal-color-text);
}

.sx__chevron--previous {
  left: calc(50% + 0.125rem);
  transform: translate(-50%, -50%) rotate(225deg);
}

.sx__chevron--next {
  left: calc(50% - 0.125rem);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sx__date-picker-wrapper {
  position: relative;
  color: var(--sx-color-on-background);
  width: fit-content;
}
.sx__date-picker-wrapper.has-full-width {
  width: 100%;
}
.sx__date-picker-wrapper.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sx__date-picker-wrapper * {
  color: var(--sx-color-on-background);
  box-sizing: border-box;
}

.sx__date-input-wrapper {
  position: relative;
}

.sx__date-input-chevron-wrapper {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0;
  transition: transform 0.2s ease-in-out;
}
.sx__date-input-chevron-wrapper:focus {
  border: 2px solid var(--sx-color-primary);
}
.is-disabled .sx__date-input-chevron-wrapper {
  pointer-events: none;
  cursor: not-allowed;
}
.sx__date-input--active .sx__date-input-chevron-wrapper {
  transform: translateY(-50%) rotate(180deg);
}

.sx__date-input-chevron {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.sx__date-input {
  font-size: 1rem;
  padding: var(--sx-spacing-padding4);
  border: var(--sx-border);
  border-radius: var(--sx-rounding-extra-small);
  cursor: pointer;
  background-color: var(--sx-color-background);
  width: 100%;
}
.is-disabled .sx__date-input {
  pointer-events: none;
}
.sx__date-input--active .sx__date-input {
  border-color: var(--sx-color-primary);
  outline: 1px solid var(--sx-color-primary);
}

.sx__date-input-label {
  position: absolute;
  top: 0;
  left: 21px;
  padding: 0 var(--sx-spacing-padding1);
  background-color: var(--sx-color-background);
  font-size: 0.75rem;
  color: var(--sx-color-neutral);
  line-height: 1rem;
  transform: translateY(-50%) translateX(-0.5rem);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.sx__date-input--active .sx__date-input-label {
  color: var(--sx-color-primary);
}
.is-dark .sx__date-input-label {
  display: none;
}

.sx__date-picker-popup {
  position: absolute;
  height: fit-content;
  z-index: 1;
  top: calc(100% + 1px);
  width: 20.75rem;
  max-width: 500px;
  max-height: 400px;
  overflow: scroll;
  box-shadow: var(--sx-box-shadow-level3);
  padding: var(--sx-spacing-modal-padding);
  background-color: var(--sx-color-background);
  color: var(--sx-internal-color-text);
}
.sx__date-picker-popup.is-dark {
  background-color: var(--sx-color-surface-container-high);
}
.sx__date-picker-popup.bottom-end {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-start {
  inset: auto auto calc(100% + 1rem) 0;
  transform: translateX(0);
}
.sx__date-picker-popup.top-end {
  inset: auto 0 calc(100% + 1rem) auto;
  transform: translateX(0);
}

.sx__date-picker__years-view {
  margin: 0;
}

.sx__date-picker__years-accordion__expand-button {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  padding: 1em;
  transition: background-color 0.2s ease-in-out;
  color: var(--sx-internal-color-text);
}
.sx__is-expanded .sx__date-picker__years-accordion__expand-button {
  background-color: var(--sx-color-surface-container);
}
.sx__date-picker__years-accordion__expand-button:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__years-accordion__expand-button:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}

.sx__date-picker__years-view-accordion__panel {
  display: flex;
  flex-wrap: wrap;
}

.sx__date-picker__years-view-accordion__month {
  flex: 1 0 33.3333%;
  background-color: transparent;
  border: 0;
  font-size: 0.9rem;
  padding: 0.5em 0;
  border-radius: 25px;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__years-view-accordion__month:hover {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__date-picker__day-names {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__day-names .sx__date-picker__day,
.sx__date-picker__day-names .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day-name {
  font-weight: 700;
  color: var(--sx-color-neutral-variant);
}

.sx__date-picker__month-view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.sx__date-picker__month-view-header .sx__chevron-wrapper:hover {
  background-color: var(--sx-color-surface-dim);
}

.sx__date-picker__month-view-header__month-year {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__month-view-header__month-year:hover {
  color: var(--sx-color-primary);
  text-decoration: underline;
}

.sx__date-picker__week {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}
.sx__date-picker__week .sx__date-picker__day,
.sx__date-picker__week .sx__date-picker__day-name {
  flex: 1;
  text-align: center;
}

.sx__date-picker__day {
  background-color: transparent;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--sx-internal-color-text);
}
.sx__date-picker__day:hover {
  background-color: var(--sx-color-surface-dim);
}
.sx__date-picker__day:focus {
  outline-offset: -2px;
  outline: 2px solid var(--sx-color-primary);
}
.sx__date-picker__day:disabled {
  color: var(--sx-color-neutral-variant);
  cursor: not-allowed;
}
.sx__date-picker__day.is-leading-or-trailing {
  color: var(--sx-color-neutral-variant);
}
.sx__date-picker__day.sx__date-picker__day--selected {
  background-color: var(--sx-color-primary-container);
  color: var(--sx-color-on-primary-container);
}
.sx__date-picker__day.sx__date-picker__day--today {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__calendar-wrapper {
  height: 100%;
  display: flex;
  color: var(--sx-internal-color-text);
}
.sx__calendar-wrapper * {
  box-sizing: border-box;
}

.sx__calendar {
  position: relative;
  flex: 1;
  height: 100%;
  border: var(--sx-border);
  border-radius: var(--sx-rounding-small);
  display: flex;
  flex-flow: column;
  background-color: var(--sx-color-background);
  overflow: hidden;
}

.sx__calendar-content {
  display: flex;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.sx__calendar-view-container-wrapper {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  flex: 1;
  height: 100%;
}

.sx__view-container {
  position: relative;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.sx__slide-left {
  animation: slide-left 0.3s ease-out;
}

@keyframes slide-left {
  0% {
    transform: translateX(8%);
    filter: blur(0.25rem);
    opacity: 0.1;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
.sx__slide-right {
  animation: slide-right 0.3s ease-out;
}

@keyframes slide-right {
  0% {
    transform: translateX(-8%);
    filter: blur(0.25rem);
    opacity: 0.1;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
.sx__calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: var(--sx-spacing-padding4);
  gap: var(--sx-spacing-padding4);
}
.sx__calendar-header .sx__date-input {
  padding: var(--sx-spacing-padding3) var(--sx-spacing-padding4);
  font-size: var(--sx-calendar-header-input-font-size);
}
.sx__calendar-header .sx__date-picker-popup {
  z-index: var(--sx-calendar-header-popup-z-index);
}

.sx__calendar-header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sx-spacing-padding4);
  justify-content: space-between;
  flex: 1 0 0;
}
.sx__calendar-header-content > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-frame-buttons {
  border-radius: 9999px;
  border: 1px solid #1c1b1f;
  overflow: hidden;
  padding: 4px 6px;
  display: flex;
  width: auto;
}
.time-frame-buttons button {
  width: 80px;
  border-radius: 999px;
  padding: 4px 0;
}
.time-frame-buttons button.active {
  background-color: #3367c5;
  color: #fff;
}

.sx__calendar-header-change-btn-appointments {
  background-color: #32cb90;
  border-radius: 999px;
  padding: 8px 16px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  cursor: pointer;
}

.sx__calendar-header-content-add-time-off {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 999px;
}
.sx__calendar-header-content-add-time-off:hover {
  background-color: #eee;
}

.cursor-pointer {
  cursor: pointer;
}

.sx__forward-backward-navigation {
  height: 45px;
}

.sx__range-heading {
  font-size: clamp(16px, 1.25rem, 24px);
}
.sx__is-calendar-small .sx__range-heading {
  font-size: 16px;
}

.sx__today-button {
  padding: var(--sx-spacing-padding3) var(--sx-spacing-padding4);
  border-radius: var(--sx-rounding-small);
  font-size: var(--sx-calendar-header-input-font-size);
  color: var(--sx-internal-color-text);
}
.sx__today-button:active {
  background-color: var(--sx-internal-color-gray-ripple-background);
}
.sx__calendar-header .sx__today-button {
  border: var(--sx-border);
}
.sx__today-button:hover, .sx__today-button:focus {
  background-color: var(--sx-internal-color-light-gray);
}
.is-dark .sx__today-button:hover, .is-dark .sx__today-button:focus {
  background-color: var(--sx-color-surface-container-low);
}

.sx__view-selection {
  position: relative;
  font-size: var(--sx-calendar-header-input-font-size);
}

.sx__view-selection-selected-item {
  height: 100%;
  width: fit-content;
  padding: var(--sx-spacing-padding3) var(--sx-spacing-padding4);
  cursor: pointer;
  border-radius: var(--sx-rounding-extra-small);
  border: var(--sx-border);
}
.sx__view-selection-selected-item:hover {
  background-color: var(--sx-internal-color-light-gray);
}
.is-dark .sx__view-selection-selected-item:hover {
  background-color: var(--sx-color-surface-container-low);
}

.sx__view-selection-items {
  position: absolute;
  top: 100%;
  box-shadow: var(--sx-box-shadow-level3);
  margin: 0;
  background-color: var(--sx-color-background);
  z-index: var(--sx-calendar-header-popup-z-index);
}
.is-dark .sx__view-selection-items {
  background-color: var(--sx-color-surface-container-high);
}

.sx__view-selection-item {
  padding: var(--sx-spacing-padding4) var(--sx-spacing-padding6);
  cursor: pointer;
}
.sx__view-selection-item:hover, .sx__view-selection-item:focus {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}
.sx__view-selection-item.is-selected {
  background-color: var(--sx-color-surface-dim);
}
.sx__view-selection-item.is-selected:hover, .sx__view-selection-item.is-selected:focus {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__month-grid-wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.sx__month-grid-week {
  border-top: var(--sx-border);
  flex: 1;
  display: flex;
}

.sx__month-grid-day {
  padding: var(--sx-spacing-padding2) 0;
  flex: 1;
}
.sx__month-grid-day:not(:last-child) {
  border-right: var(--sx-border);
}

.sx__month-grid-day--dragover {
  background-color: var(--sx-color-surface-container);
}

.sx__month-grid-day__header {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.sx__month-grid-day__header-day-name {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--sx-color-neutral);
}

.sx__month-grid-day__header-date {
  font-size: var(--sx-font-extra-small);
  margin-bottom: var(--sx-spacing-padding1);
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sx__month-grid-day__header-date.sx__is-today {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
}

.sx__month-grid-day__events-more {
  width: calc(100% - 10px);
  font-size: var(--sx-font-extra-small);
  color: var(--sx-color-neutral);
  margin: var(--sx-spacing-padding1) 0;
  padding: var(--sx-spacing-padding1);
  border-radius: var(--sx-rounding-extra-small);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sx__month-grid-day__events-more:hover {
  background-color: var(--sx-color-surface-container);
  color: var(--sx-color-on-surface);
}

.sx__month-grid-day__events {
  display: grid;
  grid-gap: 4px;
}

.sx__month-grid-cell {
  height: clamp(20px, 1.25rem, 24px);
}

.sx__month-grid-event {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--sx-spacing-padding1);
  border-radius: var(--sx-rounding-extra-small);
  font-size: clamp(12px, var(--sx-font-extra-small), 14px);
  overflow: hidden;
  white-space: nowrap;
}

.sx__month-grid-blocker {
  pointer-events: none;
}

.sx__month-agenda-week {
  display: flex;
}
.sx__month-agenda-week:not(:first-child) {
  border-top: var(--sx-border);
}

.sx__month-agenda-day {
  padding: var(--sx-spacing-padding2);
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 3rem;
  border-radius: var(--sx-rounding-extra-small);
}

.sx__month-agenda-day--active {
  box-shadow: inset 0 0 0 3px var(--sx-color-primary);
}

.sx__month-agenda-day__event-icons {
  margin-top: 4px;
  display: flex;
  grid-gap: 3px;
}

.sx__month-agenda-day__event-icon {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

.sx__month-agenda-day-names {
  display: flex;
  padding: var(--sx-spacing-padding2) 0;
  font-size: var(--sx-font-extra-small);
  color: var(--sx-color-neutral);
}

.sx__month-agenda-day-name {
  flex: 1;
  display: flex;
  justify-content: center;
}

.sx__month-agenda-events {
  padding: 0 var(--sx-spacing-padding2);
}

.sx__month-agenda-event {
  padding: var(--sx-spacing-padding2);
  margin-bottom: var(--sx-spacing-padding2);
  border-radius: var(--sx-rounding-extra-small);
  font-size: var(--sx-font-small);
}
.sx__month-agenda-event:first-child {
  margin-top: var(--sx-spacing-padding2);
}

.sx__month-agenda-event__title {
  font-weight: 600;
}

.sx__month-agenda-event__has-icon {
  display: flex;
  align-items: center;
}

.sx__month-agenda-events__empty {
  margin-top: var(--sx-spacing-padding4);
  display: flex;
  justify-content: center;
}

.sx__week-wrapper {
  position: relative;
}

.sx__week-grid {
  position: relative;
  padding-left: var(--sx-calendar-week-grid-padding-left);
  display: flex;
  height: var(--sx-week-grid-height);
  overflow: hidden;
}

.sx__week-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--sx-color-background);
}

.sx__week-header-content {
  position: relative;
}

.sx__week-header-border {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: var(--sx-border);
  border-left: 250px solid transparent;
}

.sx__week-grid__time-axis {
  display: flex;
  flex-flow: column;
  position: absolute;
  right: 0;
  top: var(--sx-week-grid-offset-top);
  width: calc(100% - 60px);
}

.sx__week-grid__hour {
  position: relative;
  height: var(--sx-week-grid-hour-height);
  border-top: var(--sx-border);
  font-size: var(--sx-font-extra-small);
}
.sx__week-grid__hour:first-child {
  visibility: hidden;
}

.sx__week-grid__hour-text {
  position: absolute;
  left: -43px;
  top: -0.75em;
  color: var(--sx-color-neutral);
}

.sx__time-grid-day {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: var(--sx-border);
}

.sx__week-grid__date-axis {
  padding-left: var(--sx-calendar-week-grid-padding-left);
  display: flex;
}

.sx__week-grid__date {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: var(--sx-spacing-padding3) 0;
  gap: var(--sx-spacing-padding1);
}

.sx__week-grid__day-name {
  text-transform: uppercase;
  font-size: var(--sx-font-extra-small);
  color: var(--sx-color-neutral);
  font-weight: 500;
}
.sx__week-grid__date--is-today .sx__week-grid__day-name {
  color: var(--sx-color-primary);
  font-weight: 700;
}

.sx__week-grid__date-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--sx-font-extra-large);
  font-weight: 500;
  color: var(--sx-color-neutral);
  height: 2em;
  width: 2em;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  background-color: var(--sx-color-primary);
  color: var(--sx-color-on-primary);
  border-radius: 50%;
}

.sx__time-grid-event {
  width: calc(100% - 10px);
  padding: var(--sx-spacing-padding1);
  position: absolute;
  border-radius: var(--sx-rounding-extra-small);
  font-size: var(--sx-font-extra-small);
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.sx__time-grid-event.is-event-copy {
  opacity: 0.5;
  box-shadow: var(--sx-box-shadow-level3);
  z-index: 1;
  transition: transform 0.15s ease-in-out;
}

[data-has-dnd=true] .sx__time-grid-event {
  touch-action: none;
}

.sx__is-resizing .sx__time-grid-event:has(+ .is-event-copy) {
  opacity: 0;
}
.sx__is-resizing .is-event-copy {
  opacity: 1;
}

.sx__time-grid-event-inner {
  position: relative;
  height: 100%;
}

.sx__time-grid-event-resize-handle {
  display: none;
}

/** Only display the resize handle on non-touch devices */
@media (hover: hover) {
  .sx__time-grid-event-resize-handle {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: ns-resize;
    height: clamp(10px, 20px, 50%);
  }
}
.sx__time-grid-event-title {
  font-weight: 600;
}

.sx__time-grid-event-time,
.sx__time-grid-event-people {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sx__event-icon {
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-inline-end: var(--sx-spacing-padding2);
}

.sx__date-grid {
  display: flex;
  padding-left: var(--sx-calendar-week-grid-padding-left);
}

.sx__date-grid-day {
  width: 100%;
  display: grid;
  grid-gap: 2px;
}

.sx__date-grid-event {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--sx-spacing-padding1);
  border-radius: var(--sx-rounding-extra-small);
  font-size: clamp(12px, var(--sx-font-extra-small), 14px);
  font-weight: 600;
  user-select: none;
}
.sx__date-grid-event:has(.sx__date-grid-event--left-overflow) {
  margin-left: 10px;
}
.sx__date-grid-event:has(.sx__date-grid-event--right-overflow) {
  margin-right: 10px;
}
.sx__date-grid-event .sx__date-grid-event--left-overflow {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 100%;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 100% 0);
}
.sx__date-grid-event .sx__date-grid-event--right-overflow {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 100%;
  right: -10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
}
.sx__date-grid-event.sx__date-grid-event--copy {
  z-index: 2;
  box-shadow: var(--sx-box-shadow-level3);
  transition-property: transform, width;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

.sx__date-grid-event-text {
  width: calc(100% - var(--sx-spacing-padding1) * 2);
  left: var(--sx-spacing-padding1);
  position: absolute;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.sx__date-grid-cell {
  height: clamp(20px, 1.25rem, 24px);
}

.sx__date-grid-event-resize-handle {
  position: absolute;
  right: 0;
  height: 100%;
  width: clamp(10px, 15px, 50%);
  cursor: ew-resize;
  z-index: 1;
}

:root {
  --sx-week-grid-height: 0;
  --sx-time-axis-height: 0;
  --sx-week-grid-hour-height: 0;
  --sx-week-grid-offset-top: 0;
}

.sx__event-modal {
  visibility: hidden;
  position: fixed;
  top: var(--sx-event-modal-top);
  left: var(--sx-event-modal-left);
  width: 400px;
  max-width: 100%;
  height: fit-content;
  background-color: var(--sx-color-background);
  z-index: 1;
}
.sx__event-modal.is-open {
  animation: slide-sideways;
  animation-duration: 0.3s;
  visibility: initial;
}
.is-dark .sx__event-modal {
  background-color: var(--sx-color-surface-container-high);
}

.sx__event-modal-default {
  padding: var(--sx-spacing-padding6);
  background-color: var(--sx-color-background);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  border-radius: var(--sx-rounding-small);
  max-height: 250px;
  overflow-y: scroll;
}

@keyframes slide-sideways {
  from {
    opacity: 0;
    transform: translateX(var(--sx-event-modal-animation-start));
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.sx__event-modal .sx__event-icon {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin-inline-end: var(--sx-spacing-padding2);
}

.sx__event-modal__color-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 25%;
  margin-right: var(--sx-spacing-padding3);
}

.sx__has-icon {
  display: grid;
  align-items: start;
  grid-template-columns: 30px 1fr;
  margin-bottom: var(--sx-spacing-padding2);
}
.sx__has-icon .sx__event-icon {
  margin-top: 2px;
}
.sx__has-icon .sx__event-modal__color-icon {
  margin-top: 4px;
}

.sx__event-modal__title {
  font-size: var(--sx-font-large);
}

.sx__event-modal__time {
  font-size: var(--sx-font-small);
}

.sx__current-time-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f00;
  z-index: 0;
}
.sx__current-time-indicator::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f00;
}

.sx__current-time-indicator-full-week {
  width: calc(100% - var(--sx-calendar-week-grid-padding-left));
  position: absolute;
  inset: 0 0 0 var(--sx-calendar-week-grid-padding-left);
  height: 2px;
  background-color: rgba(255, 0, 0, 0.38);
}

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

/* ── Card ── */
.mm[data-v-c06b7b0a] {
  background: #fff !important;
  display: flex;
  flex-direction: column;
  max-height: 92vh;
  overflow: hidden;
}

/* ── Header ── */
.mm__header[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: #e8f8f2;
  border-bottom: 1px solid #d0ede6;
  flex-shrink: 0;
}
.mm__title[data-v-c06b7b0a] {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a27;
  margin: 0;
  line-height: 1.2;
}
.mm__close[data-v-c06b7b0a] {
  background: transparent;
  border: none;
  flex-shrink: 0;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* ── Help bar ── */
.mm__helpbar[data-v-c06b7b0a] {
  display: flex;
  justify-content: flex-end;
  padding: 6px 20px;
  border-bottom: 1px solid #eef1f0;
  flex-shrink: 0;
}
.mm__help[data-v-c06b7b0a] {
  font-size: 12px;
  color: #6d7a76;
  cursor: pointer;
  text-decoration: underline;
}

/* ── Body ── */
.mm__body[data-v-c06b7b0a] {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  flex: 1;
}
.mm__body[data-v-c06b7b0a]::-webkit-scrollbar {
  width: 4px;
}
.mm__body[data-v-c06b7b0a]::-webkit-scrollbar-thumb {
  background: #d0ede6;
  border-radius: 4px;
}

/* ── Deux colonnes ── */
.mm__cols[data-v-c06b7b0a] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
}
.mm__col[data-v-c06b7b0a] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.mm__col[data-v-c06b7b0a]:first-child {
  padding-left: 0;
}
.mm__col[data-v-c06b7b0a]:last-child {
  padding-right: 0;
}
.mm__divider[data-v-c06b7b0a] {
  align-self: stretch;
  opacity: 0.2;
}
.mm__col-title[data-v-c06b7b0a] {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* ── Row de champs ── */
.mf-row[data-v-c06b7b0a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ── Field wrapper ── */
.mf[data-v-c06b7b0a] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf__label[data-v-c06b7b0a] {
  font-size: 13px;
  font-weight: 500;
  color: #2d3748;
  margin: 0;
}
.mf__check-row[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mf__sub[data-v-c06b7b0a] {
  padding-left: 4px;
}
.mf__hint[data-v-c06b7b0a] {
  font-size: 11px;
  color: #718096;
  margin: 0;
}

/* ── Sélecteur de mode groupe ── */
.mf__mode-ctrl[data-v-c06b7b0a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.mf__mode-btn[data-v-c06b7b0a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  font-size: 11.5px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.mf__mode-btn--active[data-v-c06b7b0a] {
  background: rgb(var(--v-theme-secondary));
  color: #fff;
  border-color: rgb(var(--v-theme-secondary));
}
.mf__mode-btn[data-v-c06b7b0a]:not(.mf__mode-btn--active):hover {
  background: #f0fdf4;
  border-color: #a7f3d0;
}

/* ── Paliers de groupe ── */
.gpt[data-v-c06b7b0a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
}
.gpt__row[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.gpt__label[data-v-c06b7b0a] {
  font-size: 12px;
  color: #4a5568;
  white-space: nowrap;
}
.gpt__field[data-v-c06b7b0a] {
  width: 72px;
  flex-shrink: 0;
}
.gpt__remove[data-v-c06b7b0a] {
  background: none;
  border: none;
  cursor: pointer;
  color: #e53e3e;
  padding: 2px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.gpt__add[data-v-c06b7b0a] {
  background: none;
  border: 1px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  color: #4a5568;
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  width: 100%;
  justify-content: center;
}
.gpt__add[data-v-c06b7b0a]:hover {
  border-color: #256c68;
  color: #256c68;
}

/* ── Option cards ── */
.mcard[data-v-c06b7b0a] {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fafbfc;
}
.mcard__header[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mcard__title-wrap[data-v-c06b7b0a] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.mcard__icon[data-v-c06b7b0a] {
  color: #6d7a76;
  flex-shrink: 0;
  margin-top: 2px;
}
.mcard__title[data-v-c06b7b0a] {
  font-size: 13px;
  font-weight: 600;
  color: #1a2a27;
  margin: 0;
  line-height: 1.3;
}
.mcard__hint[data-v-c06b7b0a] {
  font-size: 11px;
  color: #6d7a76;
  margin: 2px 0 0;
  line-height: 1.4;
}
.mcard__body[data-v-c06b7b0a] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}
.mcard[data-v-c06b7b0a] .v-switch {
  flex-shrink: 0;
}

/* ── Stepper ── */
.mstepper[data-v-c06b7b0a] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
}
.mstepper__btn[data-v-c06b7b0a] {
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 600;
  background: #f7fafc;
  border: none;
  cursor: pointer;
  color: #2d3748;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.mstepper__btn[data-v-c06b7b0a]:hover {
  background: #edf2f7;
}
.mstepper__val[data-v-c06b7b0a] {
  min-width: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1a2a27;
  border-left: 1px solid #cbd5e0;
  border-right: 1px solid #cbd5e0;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Segmented control ── */
.mseg[data-v-c06b7b0a] .v-btn {
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

/* ── Color picker ── */
.mcolor[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mcolor__dot[data-v-c06b7b0a] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s;
  padding: 0;
}
.mcolor__dot[data-v-c06b7b0a]:hover {
  transform: scale(1.12);
}
.mcolor__dot--active[data-v-c06b7b0a] {
  outline: 2.5px solid #256c68;
  outline-offset: 2px;
}
.mcolor__palette-wrap[data-v-c06b7b0a] {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.mcolor__plus[data-v-c06b7b0a] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 10px;
  border: 1px solid #cbd5e0;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  color: #4a5568;
  background: #f7fafc;
  white-space: nowrap;
  user-select: none;
}
.mcolor__hidden[data-v-c06b7b0a] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}

/* ── Quota row ── */
.mquota[data-v-c06b7b0a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mquota__field[data-v-c06b7b0a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ── Info box ── */
.minfo[data-v-c06b7b0a] {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border: 1.5px solid #f97316;
  border-radius: 10px;
  background: rgba(249, 115, 22, 0.04);
}
.minfo__icon[data-v-c06b7b0a] {
  flex-shrink: 0;
  margin-top: 1px;
}
.minfo p[data-v-c06b7b0a] {
  font-size: 12px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* ── Footer ── */
.mm__footer[data-v-c06b7b0a] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #eef1f0;
  flex-shrink: 0;
}
.mm__cta[data-v-c06b7b0a] {
  min-width: 100px;
  font-weight: 600;
}

/* ── Radio group spacing ── */
.mm[data-v-c06b7b0a] .v-radio-group .v-selection-control-group {
  gap: 16px;
}
@media (max-width: 680px) {
.mm__cols[data-v-c06b7b0a] {
    grid-template-columns: 1fr;
}
.mm__divider[data-v-c06b7b0a] {
    display: none;
}
.mm__col[data-v-c06b7b0a] {
    padding: 0;
}
.mf-row[data-v-c06b7b0a] {
    grid-template-columns: 1fr;
}
}

.custom-input {
&[data-v-620a3659] .v-field {
    background-color: #f4f4f4;
    box-shadow: none;
    border-radius: 10px;
}
&[data-v-620a3659]  {
    background-color: #fff !important;
}
}
.discipline-choose[data-v-620a3659] {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.filter-title[data-v-620a3659] {
  color: #029978;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.vsheet-motives[data-v-620a3659] {
  height: 160px;
}

/* ── Motifs list ── */
.motives-list[data-v-620a3659] {
  border: 1px solid #e8efed;
  border-radius: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.motives-list[data-v-620a3659]::-webkit-scrollbar {
  width: 4px;
}
.motives-list[data-v-620a3659]::-webkit-scrollbar-thumb {
  background: #bdc9c5;
  border-radius: 4px;
}
.motive-item[data-v-620a3659] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f4f3;
  transition: background 0.12s;
}
.motive-item[data-v-620a3659]:last-child {
  border-bottom: none;
}
.motive-item[data-v-620a3659]:hover {
  background: #f5faf9;
}
.motive-item:hover .motive-title[data-v-620a3659] {
  color: #256c68;
}
.motive-dot[data-v-620a3659] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.motive-item__info[data-v-620a3659] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 1px;
}
.motive-title[data-v-620a3659] {
  font-weight: 500;
  font-size: 13px;
  color: #2d3748;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.motive-detail[data-v-620a3659] {
  color: #8a9ba8;
  font-size: 11px;
}
.motive-empty[data-v-620a3659] {
  padding: 16px;
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
  font-style: italic;
}
[data-v-620a3659] .custom-date-picker .v-date-picker-controls__month .v-icon {
  color: black !important;
}

/* ── Colonne latérale : harmonisation ────────────────────────────────────
   Les champs (profils, lieux, motifs, recherche) avaient des hauteurs et des
   traitements légèrement différents. Ils partagent maintenant la même hauteur,
   le même rayon et la même couleur de bordure : la colonne se lit comme une
   suite d'éléments de même nature. */
/* Champs repris À L'IDENTIQUE de la landing (HomeContactForm) : fond vert très
   pâle pour les détacher du blanc, bordure jade fine, rayon 12, focus teal.
   J'avais d'abord mis une bordure grise neutre — ça ne ressemblait pas du tout
   au produit public. Tokens uniquement (DESIGN-SYSTEM §3.1). */
.calendar-sidebar[data-v-620a3659] .v-field {
  border-radius: 12px;
  background-color: rgba(var(--v-theme-pale-mind-green), 0.35);
  font-size: 0.82rem;
  color: rgb(var(--v-theme-on-surface));
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Bordure par segment : sans les largeurs par côté, un trait vertical
   apparaît à la jonction des segments de l'outline (avant l'icône). */
.calendar-sidebar[data-v-620a3659] .v-field__outline__start {
  border-color: rgba(var(--v-theme-jade-green), 0.35);
  border-width: 1.5px 0 1.5px 1.5px;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.calendar-sidebar[data-v-620a3659] .v-field__outline__end {
  border-color: rgba(var(--v-theme-jade-green), 0.35);
  border-width: 1.5px 1.5px 1.5px 0;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.calendar-sidebar[data-v-620a3659] .v-field__outline__notch::before,
.calendar-sidebar[data-v-620a3659] .v-field__outline__notch::after {
  border-color: rgba(var(--v-theme-jade-green), 0.35);
  border-width: 1.5px 0 0 0;
}
.calendar-sidebar[data-v-620a3659] .v-field--focused {
  background-color: rgb(var(--v-theme-background));
}
.calendar-sidebar[data-v-620a3659] .v-field--focused .v-field__outline__start,
.calendar-sidebar[data-v-620a3659] .v-field--focused .v-field__outline__end {
  border-color: rgb(var(--v-theme-teal-green));
}
.calendar-sidebar[data-v-620a3659] .v-input--density-compact .v-field {
  min-height: 44px; /* cible tactile WCAG, comme la landing */
}
.field-ic[data-v-620a3659] {
  color: rgb(var(--v-theme-gray-80));
  margin-right: 6px;
  flex: none;
}
.chip-x[data-v-620a3659] {
  color: rgb(var(--v-theme-gray-50));
}
.chip-x[data-v-620a3659]:hover {
  color: rgb(var(--v-theme-gray-80));
}

/* Compteur de motifs, à côté du titre de section. */
.filter-count[data-v-620a3659] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background-color: rgba(var(--v-theme-secondary), 0.12);
  color: rgb(var(--v-theme-primary));
  font-size: 11px;
  font-weight: 700;
}

/* Bouton d'ajout : même hauteur que le champ de recherche qu'il accompagne. */
.add-motive-btn[data-v-620a3659] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  border: 0;
  /* Seule exception au rayon maison : un bouton icône seule est rond. */
  border-radius: 50%;
  background-color: rgb(var(--v-theme-secondary));
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.add-motive-btn[data-v-620a3659]:hover {
  transform: translateY(-1px);
  background-color: rgb(var(--v-theme-teal-green));
}
.add-motive-btn[data-v-620a3659]:focus-visible {
  outline: 2px solid rgb(var(--v-theme-secondary));
  outline-offset: 2px;
}

/* Le panneau occupe exactement la hauteur disponible et ne déborde jamais :
   c'est la LISTE des motifs qui absorbe l'espace restant et défile seule, au
   lieu de pousser tout le panneau au-delà de l'écran. */
.calendar-sidebar[data-v-620a3659] {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.motives-list[data-v-620a3659] {
  flex: 1 1 auto;
  min-height: 104px;
  overflow-y: auto;
}
@media (prefers-reduced-motion: reduce) {
.add-motive-btn[data-v-620a3659] {
    transition: none;
}
}

/* ── Échelle typographique de la colonne ─────────────────────────────────
   Les tailles étaient hétérogènes (titres 15 px, champs 13.5, motifs 13,
   méta 11, jours du calendrier 14…). Une seule échelle, appliquée partout,
   y compris au mini-calendrier :
     · titre de section  13 px / 600
     · texte de champ    13 px / 400
     · titre de liste    13 px / 500
     · méta, compteur    11 px
   Compactage : hauteurs et paddings resserrés pour rendre de la place au
   calendrier principal, sans descendre sous les seuils de lisibilité. */
.calendar-sidebar .filter-title[data-v-620a3659] {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.calendar-sidebar[data-v-620a3659] .v-field,
.calendar-sidebar[data-v-620a3659] input,
.calendar-sidebar[data-v-620a3659] .v-field__input {
  font-size: 13px;
}
.calendar-sidebar[data-v-620a3659] .v-input--density-compact .v-field {
  min-height: 40px;
}
.calendar-sidebar[data-v-620a3659] .v-field__input {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 40px;
}
.calendar-sidebar .motive-title[data-v-620a3659] {
  font-size: 13px;
  font-weight: 500;
}
.calendar-sidebar .motive-detail[data-v-620a3659] {
  font-size: 11px;
}
.calendar-sidebar .motive-item[data-v-620a3659] {
  padding: 6px 10px;
}
.calendar-sidebar .filter-count[data-v-620a3659] {
  font-size: 11px;
}

/* Mini-calendrier : mêmes tailles de texte que le reste de la colonne, et
   rangées resserrées — il occupait à lui seul près de la moitié du panneau. */
.calendar-sidebar[data-v-620a3659] .v-date-picker-month__day {
  height: 30px;
  width: 30px;
}
.calendar-sidebar[data-v-620a3659] .v-date-picker-month__day .v-btn {
  height: 28px !important;
  width: 28px !important;
  font-size: 12.5px;
}
.calendar-sidebar[data-v-620a3659] .v-date-picker-month__weekday {
  font-size: 11px;
  font-weight: 600;
}
.calendar-sidebar[data-v-620a3659] .v-date-picker-controls {
  min-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.calendar-sidebar[data-v-620a3659] .v-date-picker-controls .v-btn {
  font-size: 12.5px;
}

/* ── Rythme vertical : de l'air AVANT chaque titre de section ─────────────
   Les titres collaient au bloc précédent, ce qui donnait une colonne en
   bloc continu où rien ne se détachait. */
.calendar-sidebar .filter-title[data-v-620a3659] {
  display: inline-block;
  margin-top: 10px;
}

/* ── Rayons : une seule valeur pour toute la colonne ─────────────────────
   Rayon maison 12 px (champs, menus, listes, calendrier, segmentés), rayon
   interne 6 px pour tout ce qui est imbriqué dans un conteneur à 12 px avec
   6 px de padding (règle concentrique : interne = externe − padding).
   Consigné dans DESIGN-SYSTEM.md §3.7. */
.calendar-sidebar .motives-list[data-v-620a3659] {
  border-radius: 12px;
}
.calendar-sidebar .motive-item[data-v-620a3659]:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.calendar-sidebar .motive-item[data-v-620a3659]:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sx__calendar-content {
  position: relative;
  transition: all 0.3s ease-out;
  overflow-x: hidden;
}
.sx__calendar-content.hidden-sidebar {
  margin-left: -360px;
}
/* .custom-nav-drawer {
  top: 200px !important;
  height: 100% !important;
} */
.sx__week-grid {
  cursor: pointer;
}
.calendar-event-add-btn .mdi-plus-circle-outline {
  font-size: 26px;
}
.calendar-scroll-sidebar {
  overflow-y: auto;
}
.calendar-scroll-sidebar::-webkit-scrollbar {
  width: 4px;
}
.calendar-scroll-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* Colonne latérale : 1/5 de la largeur quand elle est ouverte (le calendrier
   occupe les 4/5). Le repli est une transition de largeur, pas un démontage —
   d'où l'impression de glissement plutôt que de saut. */
.calendar-side {
  /* Cible 1/5 de la largeur, mais JAMAIS sous 300 px : en dessous, les champs
     et les puces débordaient et créaient un défilement horizontal (contenu
     coupé « ...ncteur ⊗ »). clamp() garde le ratio voulu tant que l'écran le
     permet, et protège la lisibilité sinon. */
  flex: 0 0 clamp(300px, 20%, 360px);
  width: clamp(300px, 20%, 360px);
  /* La colonne ne défile plus dans son ensemble : seule la liste des motifs le
     fait, à l'intérieur de son cadre. Avant, tout le panneau (calendrier de
     dates compris) glissait, ce qui faisait perdre le repère du mois. */
  display: flex;
  overflow: hidden;
  opacity: 1;
  /* Transition SYMÉTRIQUE : toutes les propriétés partagent la même durée et
     la même courbe. Avant, l'opacité était réglée à 0.18 s contre 0.28 s pour
     la largeur : à la fermeture le contenu disparaissait avant que la colonne
     n'ait fini de se replier, ce qui donnait une impression de coupure alors
     que l'ouverture, elle, paraissait fluide. */
  transition:
    flex-basis 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.calendar-side--collapsed {
  flex-basis: 0;
  width: 0;
  /* min-width doit être neutralisé, sinon le clamp() maintient 300 px et la
     colonne se ferme d'un coup à la fin de la transition au lieu de glisser. */
  min-width: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}

/* Le contenu suit la largeur de la colonne : un min-width fixe ici provoquait
   un débordement horizontal quand la colonne devenait plus étroite que lui. */
.calendar-side__inner {
  width: 100%;
  min-width: 0;
  height: 100%;
}

/* Aucun défilement horizontal dans la colonne, à aucun moment. */
.calendar-side,
.calendar-side__inner,
.calendar-side :deep(.v-field) {
  max-width: 100%;
}
.calendar-side :deep(.v-field__input) {
  flex-wrap: wrap;
}
@media (prefers-reduced-motion: reduce) {
.calendar-side {
    transition: none;
}
}
.dae[data-v-ad2de5e7] {
  background: #fff !important;
  display: flex;
  flex-direction: column;
  max-height: 92vh;
  overflow: hidden;
}
.dae__header[data-v-ad2de5e7] {
  background: #e8f8f2;
  border-bottom: 1px solid #d0ede6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 48px;
  flex-shrink: 0;
}
.dae__title[data-v-ad2de5e7] {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a27;
  text-align: center;
  margin: 0;
}
.dae__close[data-v-ad2de5e7] {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.dae__body[data-v-ad2de5e7] {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  flex: 1;
}
.dae__body[data-v-ad2de5e7]::-webkit-scrollbar {
  width: 4px;
}
.dae__body[data-v-ad2de5e7]::-webkit-scrollbar-thumb {
  background: #d0ede6;
  border-radius: 4px;
}
.dae__section[data-v-ad2de5e7] {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgb(var(--v-theme-secondary));
  margin-bottom: 2px;
}
.dae__label[data-v-ad2de5e7] {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #1a2a27;
  margin-bottom: 4px;
}
.dae__date-col[data-v-ad2de5e7] {
  flex: 1;
  min-width: 0;
}
.dae__time-col[data-v-ad2de5e7] {
  flex-shrink: 0;
  width: 148px;
}
.dae__footer[data-v-ad2de5e7] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #eef1f0;
  flex-shrink: 0;
}
.dae__footer-btn[data-v-ad2de5e7] {
  flex: 1;
  font-weight: 600;
}
.dae__footer-cta[data-v-ad2de5e7] {
  flex: 1;
}
[data-v-ad2de5e7] .v-text-field .v-field,[data-v-ad2de5e7] .v-select .v-field,[data-v-ad2de5e7] .v-textarea .v-field {
  border-radius: 10px !important;
}
.dar[data-v-c58d5aa0] {
  background: #fff !important;
  display: flex;
  flex-direction: column;
  max-height: 92vh;
  overflow: hidden;
}
.dar__header[data-v-c58d5aa0] {
  background: #e8f8f2;
  border-bottom: 1px solid #d0ede6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
}
.dar__title[data-v-c58d5aa0] {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a27;
  margin: 0;
}
.dar__close[data-v-c58d5aa0] {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.dar__helpbar[data-v-c58d5aa0] {
  display: flex;
  justify-content: flex-end;
  padding: 6px 20px;
  border-bottom: 1px solid #eef1f0;
  flex-shrink: 0;
}
.dar__help[data-v-c58d5aa0] {
  font-size: 12px;
  color: #6d7a76;
  cursor: pointer;
  text-decoration: underline;
}
.dar__body[data-v-c58d5aa0] {
  padding: 20px 24px;
  overflow-y: auto;
  flex: 1;
}
.dar__body[data-v-c58d5aa0]::-webkit-scrollbar {
  width: 4px;
}
.dar__body[data-v-c58d5aa0]::-webkit-scrollbar-thumb {
  background: #d0ede6;
  border-radius: 4px;
}
.dar__recap-title[data-v-c58d5aa0] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.dar__recap-subtitle[data-v-c58d5aa0] {
  color: #6d7a76;
  margin-bottom: 16px;
}
.dar__recap-group[data-v-c58d5aa0] {
  margin-bottom: 20px;
}
.dar__recap-group[data-v-c58d5aa0]:last-child {
  margin-bottom: 0;
}
.dar__recap-group-title[data-v-c58d5aa0] {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgb(var(--v-theme-secondary));
  margin-bottom: 8px;
}
.dar__recap-item[data-v-c58d5aa0] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f4f9f7;
  font-size: 14px;
}
.dar__recap-item + .dar__recap-item[data-v-c58d5aa0] {
  margin-top: 8px;
}
.dar__recap-icon[data-v-c58d5aa0] {
  margin-top: 2px;
  color: rgb(var(--v-theme-secondary));
  flex-shrink: 0;
}
.dar__recap-item-body[data-v-c58d5aa0] {
  min-width: 0;
}
.dar__recap-item-title[data-v-c58d5aa0] {
  font-weight: 700;
  margin: 0 0 2px;
}
.dar__recap-item-line[data-v-c58d5aa0] {
  margin: 0;
  color: #4b5563;
  line-height: 1.5;
}
.dar__recap-reasons[data-v-c58d5aa0] {
  font-size: 13px;
}
.dar__recap-reasons--muted[data-v-c58d5aa0] {
  color: #9ca3af;
  font-style: italic;
}
.dar__recap-reasons--error[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(var(--v-theme-danger, 211 47 47));
  font-weight: 600;
}
.dar__cols[data-v-c58d5aa0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.dar__col[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dar__section-title[data-v-c58d5aa0] {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.dar__sep[data-v-c58d5aa0] {
  opacity: 0.15;
  margin: 2px 0;
}
.dar__field[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dar__timezone-info[data-v-c58d5aa0] {
  font-size: 14px;
  color: #1a2a27;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dar__timezone-link[data-v-c58d5aa0] {
  font-size: 12px;
  color: rgb(var(--v-theme-secondary));
  text-decoration: none;
}
.dar__timezone-link[data-v-c58d5aa0]:hover {
  text-decoration: underline;
}
.dar__row[data-v-c58d5aa0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.dar__label[data-v-c58d5aa0] {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #2d3748;
  margin: 0;
}
.dar__field-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dar__field-row[data-v-c58d5aa0] > :first-child {
  flex: 1;
  min-width: 0;
}
.dar__opt[data-v-c58d5aa0] {
  font-weight: 400;
  color: #6d7a76;
}
.dar__hint[data-v-c58d5aa0] {
  font-size: 12px;
  color: #6d7a76;
  margin-top: 4px;
  display: block;
}
.dar__capacity-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
.dar__capacity-input[data-v-c58d5aa0] {
  width: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1a2a27;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 6px;
  outline: none;
}
.dar__capacity-input[data-v-c58d5aa0]:focus {
  border-color: #256c68;
}
.dar__capacity-input[data-v-c58d5aa0]::-webkit-inner-spin-button, .dar__capacity-input[data-v-c58d5aa0]::-webkit-outer-spin-button {
  opacity: 1;
}
.dar__loc-header[data-v-c58d5aa0] {
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9e9e9e !important;
  padding: 4px 16px 2px !important;
  min-height: unset !important;
}
.dar__warning[data-v-c58d5aa0] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 6px;
  padding: 6px 10px;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 6px;
  font-size: 11px;
  color: #e53e3e;
  font-weight: 500;
  flex-direction: column;
}
.dar__warning span[data-v-c58d5aa0] {
  display: block;
}
.dar__colors[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dar__color[data-v-c58d5aa0] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s;
}
.dar__color[data-v-c58d5aa0]:hover {
  transform: scale(1.12);
}
.dar__color--active[data-v-c58d5aa0] {
  outline: 2px solid #fff;
  outline-offset: -1px;
  box-shadow: 0 0 0 2.5px rgb(var(--v-theme-secondary)), 0 2px 6px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.dar__color-more[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  height: 28px;
  border-radius: 99px;
  border: 1px solid #cbd5e0;
  background: #f7fafc;
  font-size: 12px;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}
.dar__color-more[data-v-c58d5aa0]:hover {
  background: #edf2f7;
}
.dar__color-input[data-v-c58d5aa0] {
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
}
.dar__days[data-v-c58d5aa0] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dar__day[data-v-c58d5aa0] {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1.5px solid #d0d5dd;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.dar__day--active[data-v-c58d5aa0] {
  background: rgb(var(--v-theme-secondary));
  border-color: rgb(var(--v-theme-secondary));
  color: #fff;
}
.dar__scope[data-v-c58d5aa0] {
  background: #fff9f0;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 12px 16px;
}
.dar__scope-q[data-v-c58d5aa0] {
  font-size: 13px;
  color: #1a2a27;
  margin: 0;
  line-height: 1.5;
}
.dar__footer[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 20px 16px;
  border-top: 1px solid #eef1f0;
  flex-shrink: 0;
}
.dar__footer-error[data-v-c58d5aa0] {
  width: 100%;
}
.dar__footer-actions[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dar__footer-btn[data-v-c58d5aa0] {
  min-width: 110px;
  font-weight: 600;
}
.dar__footer-cta[data-v-c58d5aa0] {
  min-width: 120px;
}
[data-v-c58d5aa0] .v-text-field .v-field,[data-v-c58d5aa0] .v-select .v-field,[data-v-c58d5aa0] .v-autocomplete .v-field {
  border-radius: 10px !important;
}
.dar__mode-ctrl[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
}
.dar__mode-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dar__mode-btn[data-v-c58d5aa0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  width: 150px;
  padding: 7px 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.dar__mode-btn--active[data-v-c58d5aa0] {
  background: rgb(var(--v-theme-secondary));
  color: #fff;
  border-color: rgb(var(--v-theme-secondary));
}
.dar__mode-btn[data-v-c58d5aa0]:not(.dar__mode-btn--active):hover:not(:disabled) {
  background: #f0fdf4;
  border-color: #a7f3d0;
}
.dar__mode-btn[data-v-c58d5aa0]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.dar__mode-select[data-v-c58d5aa0] {
  flex: 1;
  min-width: 0;
}
.dar__mode-select--spacer[data-v-c58d5aa0] {
  visibility: hidden;
}
.dar__interval-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.dar__interval-label[data-v-c58d5aa0] {
  font-size: 13px;
  color: #6b7280;
  flex-shrink: 0;
}
.dar__recur-ctrl[data-v-c58d5aa0] {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.dar__recur-btn[data-v-c58d5aa0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.dar__recur-btn--active[data-v-c58d5aa0] {
  background: rgb(var(--v-theme-secondary));
  color: #fff;
  border-color: rgb(var(--v-theme-secondary));
}
.dar__recur-btn--active .dar__recur-icon[data-v-c58d5aa0] {
  color: #fff !important;
}
.dar__recur-btn[data-v-c58d5aa0]:not(.dar__recur-btn--active):hover {
  background: #f0fdf4;
  border-color: #a7f3d0;
}
.dar__radio-group[data-v-c58d5aa0] {
  margin-top: 4px;
  gap: 2px;
}
.dar__radio-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dar__radio-row[data-v-c58d5aa0] .v-radio {
  flex: 0 0 auto;
}
.dar__radio-row[data-v-c58d5aa0] .v-selection-control {
  flex: 0 0 auto;
}
.dar__radio-date[data-v-c58d5aa0] {
  flex: 0 0 auto;
  width: 160px;
}
.dar__du-au-row[data-v-c58d5aa0] {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.dar__du-au[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.dar__du-au-label[data-v-c58d5aa0] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  min-width: 20px;
  text-align: right;
  flex-shrink: 0;
}
.dar__profile-row[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.dar__profile-row .dar__field[data-v-c58d5aa0] {
  margin-bottom: 0;
}
.dar__mode-switch[data-v-c58d5aa0] {
  align-self: flex-start;
}
.dar__mode-switch[data-v-c58d5aa0] .v-label {
  font-size: 13px;
  color: #374151;
}
.dar__avance[data-v-c58d5aa0] {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}
.dar__avance-title[data-v-c58d5aa0] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 10px;
}
.dar__avance-card[data-v-c58d5aa0] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
}
.dar__avance-row[data-v-c58d5aa0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.dar__avance-label[data-v-c58d5aa0] {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  margin-bottom: 2px;
}
.dar__avance-value[data-v-c58d5aa0] {
  font-size: 13px;
  color: #1a2a27;
  font-weight: 500;
}
.dar__pp-tabs[data-v-c58d5aa0] {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
}
.dar__pp-window[data-v-c58d5aa0] {
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin-bottom: 16px;
}
[data-v-c58d5aa0] .dar__pp-window .v-window-item {
  padding: 16px 14px 12px;
}
.dar__pp-inner[data-v-c58d5aa0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
.dar__pp-inner[data-v-c58d5aa0] {
    grid-template-columns: 1fr;
}
}
.dar__pp-left[data-v-c58d5aa0],
.dar__pp-right[data-v-c58d5aa0] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 600px) {
.dar__cols[data-v-c58d5aa0] {
    grid-template-columns: 1fr;
}
}
/* Bloc d'options repliables du formulaire créneau — voir le <details> du
   template : on montre l'essentiel, le reste est à un clic. */
.dar__more[data-v-c58d5aa0] {
  border-top: 1px solid #e4efe9;
  margin-top: 4px;
  padding-top: 8px;
}
.dar__more-summary[data-v-c58d5aa0] {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: #256c68;
  padding: 4px 0;
  user-select: none;
}
.dar__more-summary[data-v-c58d5aa0]::-webkit-details-marker {
  display: none;
}
.dar__more-summary[data-v-c58d5aa0]::before {
  content: "▸";
  display: inline-block;
  margin-right: 6px;
  transition: transform 0.15s ease;
}
.dar__more[open] > .dar__more-summary[data-v-c58d5aa0]::before {
  transform: rotate(90deg);
}
.dar__more-summary[data-v-c58d5aa0]:focus-visible {
  outline: 2px solid #12c29b;
  outline-offset: 2px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
.dar__more-summary[data-v-c58d5aa0]::before {
    transition: none;
}
}
/* ── Card ── */
.mm[data-v-1748ded8] {
  background: #fff !important;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}

/* ── Header ── */
.mm__header[data-v-1748ded8] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 48px;
  background: #e8f8f2;
  border-bottom: 1px solid #d0ede6;
  flex-shrink: 0;
}
.mm__title[data-v-1748ded8] {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a27;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.mm__close[data-v-1748ded8] {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* ── Help bar ── */
.mm__helpbar[data-v-1748ded8] {
  display: flex;
  justify-content: flex-end;
  padding: 6px 20px;
  border-bottom: 1px solid #eef1f0;
  flex-shrink: 0;
}
.mm__help[data-v-1748ded8] {
  font-size: 12px;
  color: #6d7a76;
  cursor: pointer;
  text-decoration: underline;
}

/* ── Body ── */
.mm__body[data-v-1748ded8] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  flex: 1;
}
.mm__body[data-v-1748ded8]::-webkit-scrollbar {
  width: 4px;
}
.mm__body[data-v-1748ded8]::-webkit-scrollbar-thumb {
  background: #d0ede6;
  border-radius: 4px;
}

/* ── Field ── */
.mf[data-v-1748ded8] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf__label[data-v-1748ded8] {
  font-size: 13px;
  font-weight: 500;
  color: #2d3748;
  margin: 0;
}
.mf__optional[data-v-1748ded8] {
  font-weight: 400;
  color: #a0aec0;
  font-size: 12px;
}

/* ── Location list ── */
.loc-list[data-v-1748ded8] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.loc-item[data-v-1748ded8] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #eef1f0;
  border-radius: 10px;
  transition: background 0.12s;
}
.loc-item[data-v-1748ded8]:hover {
  background: #f5faf9;
}
.loc-item__icon[data-v-1748ded8] {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f0f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.loc-item__info[data-v-1748ded8] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 1px;
}
.loc-item__label[data-v-1748ded8] {
  font-size: 13px;
  font-weight: 500;
  color: #2d3748;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loc-item__sub[data-v-1748ded8] {
  font-size: 11px;
  color: #8a9ba8;
}
.loc-item__actions[data-v-1748ded8] {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

/* ── Empty state ── */
.loc-empty[data-v-1748ded8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px;
  color: #a0aec0;
}
.loc-empty p[data-v-1748ded8] {
  font-size: 13px;
  margin: 0;
}

/* ── Color picker ── */
.mcolor[data-v-1748ded8] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mcolor__dot[data-v-1748ded8] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s;
  padding: 0;
}
.mcolor__dot[data-v-1748ded8]:hover {
  transform: scale(1.12);
}
.mcolor__dot--active[data-v-1748ded8] {
  outline: 2.5px solid #256c68;
  outline-offset: 2px;
}
.mcolor__palette-wrap[data-v-1748ded8] {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.mcolor__plus[data-v-1748ded8] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 10px;
  border: 1px solid #cbd5e0;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  color: #4a5568;
  background: #f7fafc;
  white-space: nowrap;
  user-select: none;
}
.mcolor__hidden[data-v-1748ded8] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}

/* ── Info box ── */
.minfo[data-v-1748ded8] {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border: 1.5px solid #f97316;
  border-radius: 10px;
  background: rgba(249, 115, 22, 0.04);
}
.minfo__icon[data-v-1748ded8] {
  flex-shrink: 0;
  margin-top: 1px;
}
.minfo p[data-v-1748ded8] {
  font-size: 12px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* ── Footer ── */
.mm__footer[data-v-1748ded8] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #eef1f0;
  flex-shrink: 0;
}
.mm__cta[data-v-1748ded8] {
  min-width: 100px;
  font-weight: 600;
}
.cte-root[data-v-9d7becdd] {
  display: contents;
}
.merged-slots[data-v-9d7becdd] {
  position: relative;
  width: 100%;
  height: 100%;
}
.merged-slot-col[data-v-9d7becdd]:hover {
  filter: brightness(0.93);
}
.merged-slot-header[data-v-9d7becdd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  min-width: 0;
}
.merged-slot-title[data-v-9d7becdd] {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.merged-slot-icon[data-v-9d7becdd] {
  flex-shrink: 0;
  opacity: 0.85;
}
.merged-slot-addr[data-v-9d7becdd] {
  font-size: 10px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  display: block;
}
.merged-slot-time-row[data-v-9d7becdd] {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: auto;
}
.merged-slot-time[data-v-9d7becdd] {
  font-size: 10px;
  opacity: 0.85;
  white-space: nowrap;
  font-weight: 700;
}
.custom-time-grid-event[data-v-9d7becdd] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: inherit;
  line-height: 1.5;
  padding: 2px 6px;
  width: 100%;
  height: calc(100% - 8px);
  min-height: 20px;
  margin-top: 4px;
  color: #fff;
  overflow: hidden;
}
.is-compact[data-v-9d7becdd] {
  display: flex;
  align-items: center;
}
.compact-row[data-v-9d7becdd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  min-width: 0;
}
.compact-title[data-v-9d7becdd] {
  font-size: 11px !important;
  font-weight: 700;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compact-time[data-v-9d7becdd] {
  font-size: 10px;
  font-weight: 500;
  flex-shrink: 0;
  opacity: 0.85;
  white-space: nowrap;
}
.icon-repeat[data-v-9d7becdd] {
  float: right;
}
.calendar-appointment-google-icon[data-v-9d7becdd] {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
.border-green[data-v-9d7becdd] {
  border: none !important;
  border-left: 4px solid rgba(19, 199, 175, 0.9019607843) !important;
  background-color: #256c68 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
}
.nowrap[data-v-9d7becdd] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-title[data-v-9d7becdd] {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.time-grid-event[data-v-9d7becdd]::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fffbf1;
}
[data-v-9d7becdd] .time-grid-event::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fffbf1;
}
[data-v-9d7becdd] .time-grid-event {
  background-color: white !important;
  padding: 16px;
  border-radius: 9px !important;
  border: 1px solid #e5e7eb;
}
.tooltip-title[data-v-9d7becdd] {
  color: #616161;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.duration[data-v-9d7becdd] {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #616161;
}
.motif-label[data-v-9d7becdd] {
  background-color: white;
  padding: 2px 8px;
  color: #616161;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50px;
}
.remote-rdv[data-v-9d7becdd] {
  background-color: #eafffa;
  padding: 2px 6px;
  color: #007058;
  font-weight: 500;
  line-height: 140%;
  font-size: 10px;
  letter-spacing: -0.4px;
  border-radius: 8px;
}
.availability-bg-wrapper[data-v-9d7becdd] {
  position: absolute;
  inset: 0;
}
.availability-bg-block[data-v-9d7becdd] {
  position: absolute;
  inset: 3px;
  border-radius: 8px;
}
.custom-month-grid-event[data-v-ad3054c2] {
  display: flex;
  border-radius: 4px;
  font-family: inherit;
  line-height: 1.5;
  padding: 0.125rem;
  width: 100%;
  height: 20px;
  color: #fff;
}
/* .icon-repeat {
  float: right;
} */
.border-green[data-v-ad3054c2] {
  border-left: 4px solid #13c7afe6 !important;
  background-color: #256c68 !important;
  color: #ffffff !important;
}

.custom-time-grid-event[data-v-1914e0de] {
  border-radius: 4px;
  font-family: inherit;
  line-height: 1.5;
  padding: 0.125rem;
  width: 100%;
  height: 100%;
  color: #fff;
}
.icon-repeat[data-v-1914e0de] {
  float: right;
}

.current-date[data-v-580db0a6] {
  color: rgb(var(--v-theme-dark-green));
  /* 20 → 17 px : la barre passe sous 40 px de haut sans perdre en lisibilité. */
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.5px;
  font-weight: 600;
}

/* Groupe de navigation temporelle : les trois commandes forment un seul bloc
   visuel, ce qui dit qu'elles agissent sur la même chose (la date affichée). */
/* Plus d'encadré autour de « Aujourd'hui » : la barre porte déjà assez de
   contours (segmenté de vue, bouton de repli). Les trois commandes restent
   groupées par la proximité seule. */
.nav-group[data-v-580db0a6] {
  display: inline-flex;
  align-items: center;
  height: 40px;
  gap: 2px;
}
.nav-group__arrow[data-v-580db0a6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgb(var(--v-theme-gray-80));
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-group__arrow[data-v-580db0a6]:hover {
  background-color: rgba(var(--v-theme-secondary), 0.06);
  color: rgb(var(--v-theme-dark-green));
}
.nav-group__today[data-v-580db0a6] {
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: rgb(var(--v-theme-primary));
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}
.nav-group__today[data-v-580db0a6]:hover {
  background-color: rgba(var(--v-theme-secondary), 0.06);
}
.nav-group__arrow[data-v-580db0a6]:focus-visible,
.nav-group__today[data-v-580db0a6]:focus-visible {
  outline: 2px solid rgb(var(--v-theme-secondary));
  outline-offset: 1px;
}
@media (max-width: 600px) {
.nav-group[data-v-580db0a6] {
    height: 34px;
}
.nav-group__arrow[data-v-580db0a6] {
    width: 26px;
    height: 26px;
}
.nav-group__today[data-v-580db0a6] {
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.nav-group__arrow[data-v-580db0a6],
  .nav-group__today[data-v-580db0a6] {
    transition: none;
}
}
.tz-chip[data-v-580db0a6] {
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  color: rgb(var(--v-theme-gray-80));
  background-color: rgba(var(--v-theme-secondary), 0.06);
  border: 1px solid rgba(var(--v-theme-secondary), 0.22);
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}
@media (max-width: 600px) {
.current-date[data-v-580db0a6] {
    font-size: 14px !important;
}
}
/* Segmenté de granularité : l'état actif se lit d'un coup d'œil (pastille
   blanche sur fond gris), au lieu d'être caché dans un menu. */
.view-seg[data-v-c9a14d72] {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 2px;
  height: 40px;
  padding: 3px;
  border-radius: 12px;
  border: 1px solid rgba(var(--v-theme-dark-green), 0.18);
  background-color: rgba(var(--v-theme-secondary), 0.06);
}
.view-seg__btn[data-v-c9a14d72] {
  flex: 1 1 0;
  height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: rgb(var(--v-theme-gray-80));
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.view-seg__btn[data-v-c9a14d72]:hover {
  color: rgb(var(--v-theme-dark-green));
}
.view-seg__btn--on[data-v-c9a14d72] {
  background-color: rgb(var(--v-theme-background));
  color: rgb(var(--v-theme-dark-green));
  box-shadow: 0 1px 3px rgba(4, 72, 56, 0.16);
}
.view-seg__btn[data-v-c9a14d72]:focus-visible {
  outline: 2px solid rgb(var(--v-theme-secondary));
  outline-offset: 1px;
}

/* Mobile : segmenté resserré, le bouton « Aujourd'hui » reste prioritaire. */
@media (max-width: 600px) {
.view-seg[data-v-c9a14d72] {
    height: 34px;
}
.view-seg__btn[data-v-c9a14d72] {
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.view-seg__btn[data-v-c9a14d72] {
    transition: none;
}
}
/* Même largeur que .calendar-side (CustomSidebarWrapper) pour un alignement
   vertical net entre les commandes et le calendrier de dates. */
.header-right[data-v-b1fda1af] {
  /* −8 px : la colonne latérale porte px-1 (4 px de chaque côté). Sans cette
     compensation, le groupe de boutons dépassait légèrement en largeur le
     calendrier qu'il surplombe. */
  flex: 0 0 calc(clamp(300px, 20%, 360px) - 8px);
  width: calc(clamp(300px, 20%, 360px) - 8px);
  margin-right: 4px;
  justify-content: flex-end;
}
@media (max-width: 960px) {
.header-right[data-v-b1fda1af] {
    flex: 0 0 auto;
    width: auto;
}
}
/* Même bouton de pli que celui du menu : cohérence visuelle et un seul
   comportement à comprendre pour le praticien. */
.collapse-btn[data-v-b1fda1af] {
  border-radius: 12px !important;
  min-width: 40px !important;
  width: 40px;
  height: 40px !important;
  color: rgb(var(--v-theme-gray-80)) !important;
  border: 1px solid rgba(var(--v-theme-secondary), 0.22);
}
.collapse-btn[data-v-b1fda1af]:hover {
  background-color: rgba(var(--v-theme-secondary), 0.06) !important;
  color: rgb(var(--v-theme-dark-green)) !important;
}
.collapse-btn__icon[data-v-b1fda1af] {
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapse-btn__icon--flipped[data-v-b1fda1af] {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
.collapse-btn__icon[data-v-b1fda1af] {
    transition: none;
}
}.alert-title[data-v-a710d0e8] {
  color: #007058;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.72px;
  background-color: rgba(2, 153, 120, 0.1019607843);
}
.content-msg[data-v-a710d0e8] {
  background-image: url("/assets/background-DpQZugfN.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.alert-create-title[data-v-a710d0e8] {
  color: #007058;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.64px;
  text-align: center;
}
.alert-create-desc[data-v-a710d0e8] {
  color: #616161;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.42px;
  text-align: center;
}
.v-date-picker-controls > .v-btn:first-child {
  text-transform: capitalize !important;
}
header.sx__calendar-header {
  border-bottom: 1px solid #eee;
}
.sx__calendar-sidebar {
  border-right: 1px solid #eee;
}
.sx-vue-calendar-wrapper {
  flex-grow: 1;
}
.sx__calendar {
  height: 990px;
}
/*Customize Calendar*/
/* .custom-sidebar-right {
  position: absolute;
  right: 8px !important;
  top: 0;
  width: 330px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  overflow-y: hidden;
  overflow-x: hidden;
} */
.custom-sidebar-right:hover {
  overflow-y: auto;
}
.sx__calendar-content {
  margin-left: 0px;
  /* padding-right: 360px; */
}
.sx__calendar-content.hidden-sidebar {
  margin-left: 0px;
  padding-right: 0;
}
.sx__calendar-content.hidden-sidebar .sx__calendar-sidebar {
  display: none;
}
@media screen and (max-width: 1294px) {
.sx__calendar-content {
    margin-left: 0px;
    padding-right: 0px;
}
.sx__calendar-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transform: translateX(360px);
}
}
.sx__week-grid__date-number {
  color: #004838;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 23px;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-weight: 600;
  background-color: #12c29b !important;
  font-family: 'Poppins';
  font-size: 23px;
}
/* .sx__week-grid__day-name {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
} */
.calendar-event-add-btn {
  background-color: #12c29b !important;
  font-family: 'Poppins' !important;
  font-size: 18px !important;
}
.time-frame-buttons {
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.time-frame-buttons button.active {
  background-color: #12c29b;
  border-radius: 8px;
}
.sx__week-grid__date--is-today .sx__week-grid__day-name {
  color: #12c29b;
}
/* Rayons CONCENTRIQUES : le conteneur et le bloc interne avaient le même
   rayon (10 px) alors qu'ils sont séparés par 8 px de padding — deux arrondis
   de même courbure à des distances différentes ne peuvent pas s'aligner, d'où
   l'impression de coins « pas nets ». Règle : rayon interne = rayon externe −
   padding (16 − 8 = 8). overflow: hidden garantit que rien ne dépasse du
   conteneur arrondi. Tokens uniquement (DESIGN-SYSTEM §3.1). */
.v-picker.v-sheet {
  background-color: rgba(var(--v-theme-secondary), 0.1) !important;
  /* !important nécessaire : les utilitaires spacing Vuetify (pa-*, pt-*) sont
     eux-mêmes en !important et un seul oublié suffirait à décaler le bloc
     blanc dans les coins. 6px de chaque côté, y compris sous la grille. */
  padding: 6px !important;
  border-radius: 12px;
  overflow: hidden;
  width: auto !important;
}
/* Le bloc blanc épouse le conteneur : coins 6px (12 − 6) sur les QUATRE
   coins, aucune marge résiduelle qui laisserait le vert affleurer
   inégalement. */
.v-picker.v-sheet .v-date-picker-month {
  margin: 0;
}
.v-date-picker-month {
  background-color: rgb(var(--v-theme-background)) !important;
  border-radius: 6px;
  padding: 0 !important;
}
/* L'en-tête (mois / année) suit le même arrondi interne que la grille. */
.v-picker.v-sheet .v-date-picker-controls {
  border-radius: 6px;
}
.sx__week-grid__date {
  border: 1px solid #e0e0e0;
}
.sx__view-container::-webkit-scrollbar {
  width: 0; /* Masquer la barre de défilement */
  height: 0;
}
.sx__week-wrapper {
  border-right: 1px solid #e0e0e0;
}
.v-date-picker-controls > .v-btn:first-child {
  width: auto;
  border: 2px solid #004838;
  justify-content: flex-start;
  border-radius: 6.55px;
  padding: 6.55px;
  /* padding-inline: 20px; */
}
/* .v-date-picker-controls > .v-btn:nth-child(2) {
  margin-left: -40px;
} */
.sx__calendar {
  border: none;
}
.sx__calendar-sidebar {
  border-right: none;
  display: none;
}
.v-date-picker-month__day--selected .v-btn {
  background-color: #12c29b;
}
header.sx__calendar-header {
  border-bottom: none;
  padding: 0 0 10px 0 !important;
}
.sx__calendar-header-content {
  flex-direction: row-reverse !important;
}
/* .sx__calendar-header-content div:last-child {
  display: none;
} */
.sx__calendar-header .sx__today-button {
  height: 36px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-inline: 15px;
}
.sx__week-grid__date {
  padding: 0px !important;
  /* font-size: 10px; */
}
.sx__week-grid__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-size: 18px !important;
  padding: 0px !important;
}
.sx__week-grid__date-axis {
  height: 46px;
}
.sx__week-grid__date {
  gap: 0px !important;
}
.sx__week-grid__day-name {
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  color: #616161 !important;
}
.sx__time-grid-event {
  width: calc(100% - 8px) !important;
  left: 4px !important;
}
.sx__month-grid-event {
  margin: 1px 4px !important;
  width: calc(100% - 8px) !important;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  width: 27px !important;
  height: 27px !important;
}
.sx__calendar-header-content-add-time-off,
.time-frame-buttons,
.sx__today-button,
.sx__forward-backward-navigation,
.sx__range-heading {
  display: none !important;
}
.sx__calendar-header {
  display: none !important;
}
/* Fix pour permettre de cliquer dans le vide à côté d'un évènement multi-jours */
.sx__date-grid-day {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.sx__date-grid-cell {
  pointer-events: none !important;
}
.sx__date-grid-event,
.sx__time-grid-event {
  pointer-events: auto !important;
}
/* ── Plages de disponibilité en fond (page RDVs) ─────────────────────── */
.sx__time-grid-event.availability-bg {
  pointer-events: none !important;
  opacity: 0.13;
  z-index: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  /* Empêche ScheduleX de réduire la largeur lors des chevauchements */
  width: 100% !important;
  left: 0 !important;
}
/* Les vrais RDVs passent toujours au-dessus des blocs de fond */
.sx__time-grid-event:not(.availability-bg) {
  z-index: 1 !important;
}
/* ─────────────────────────────────────────────────────────────────────────
   Compactage de l'en-tête des jours (front only).
   Les numéros de date étaient en 23 px : la bande « LUN 27 / MAR 28 … »
   occupait ~55 px de haut sur toute la largeur, avant même la première heure.
   Ramenée à ~38 px, la hauteur gagnée revient à la grille. Placé en fin de
   feuille pour l'emporter sur les règles ci-dessus sans les modifier.
   ───────────────────────────────────────────────────────────────────────── */
.sx__week-grid__date-number,
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-size: 16px;
  line-height: 1.15;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sx__week-grid__day-name {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.sx__week-grid__date {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* Bande des événements « journée entière » : ne réserve plus de hauteur
   lorsqu'elle est vide (elle laissait une bande grise sous les dates). */
.sx__date-grid {
  min-height: 0;
}
/* Libellés d'heures de la colonne de gauche : plus discrets, la grille
   respire et les blocs de créneaux gagnent en lisibilité. */
.sx__time-grid-hour-text,
.sx__week-grid__hour-text {
  font-size: 11px;
}
/* ─────────────────────────────────────────────────────────────────────────
   Mini-calendrier : masque la 6ᵉ semaine quand elle n'appartient QU'au mois
   suivant (juillet 2026 s'arrête au 2 août, la ligne « 3 → 9 » ne sert à
   rien et allonge le panneau d'une rangée entière).
   La grille fait 7 colonnes × 6 rangées = 42 cellules ; la 6ᵉ rangée commence
   à la 36ᵉ. On ne masque QUE si cette 36ᵉ cellule est un jour adjacent —
   sinon la rangée contient de vrais jours du mois et doit rester.
   :has() est indispensable ici : il n'existe pas d'autre moyen en CSS de
   conditionner l'affichage d'une rangée au contenu de sa première cellule.
   ───────────────────────────────────────────────────────────────────────── */
.v-date-picker-month__days:has(
    > .v-date-picker-month__day:nth-child(36).v-date-picker-month__day--adjacent
  )
  > .v-date-picker-month__day:nth-child(n + 36) {
  display: none;
}
/* ─────────────────────────────────────────────────────────────────────────
   Menus déroulants de la colonne latérale.
   Ils sont TÉLÉPORTÉS hors du composant (overlay attaché au body) : les
   règles scopées de la colonne ne les atteignent pas, d'où des libellés
   restés à la taille par défaut alors que le reste avait été harmonisé.
   On les cible par la classe posée via :menu-props.
   ───────────────────────────────────────────────────────────────────────── */
.sidebar-select-menu .v-list {
  padding: 4px;
}
.sidebar-select-menu .v-list-item {
  min-height: 34px;
  padding-inline: 8px;
  border-radius: 8px;
}
.sidebar-select-menu .v-list-item-title {
  font-size: 13px;
  line-height: 1.3;
}
/* Cases à cocher des sélections multiples : elles imposaient une hauteur de
   ligne de 48 px pour un simple libellé. */
.sidebar-select-menu .v-selection-control {
  --v-selection-control-size: 22px;
}
.sidebar-select-menu .v-list-item__prepend > .v-checkbox-btn {
  margin-inline-end: 4px;
}
.sidebar-select-menu .v-list-item--active .v-list-item-title {
  font-weight: 600;
  color: rgb(var(--v-theme-dark-green));
}
.page-header .title {
  font-size: 33px;
  line-height: 46.2px;
  font-weight: 700;
  color: #004838;
}
.page-header .breadcrumb {
  list-style: none;
}
.page-meta .icon {
  width: 16px;
  height: 16px;
}
.page-header .breadcrumb .icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}
.page-header .breadcrumb li {
  font-size: 14px;
  color: #9e9e9e;
}
.page-header .breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.page-header .breadcrumb li:last-child {
  color: #004838;
  font-weight: 500;
  size: 14px;
  text-decoration: underline;
}
.affiliate-data {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: #9e9e9e;
  gap: 8px;
  justify-items: end;
}
.aff-link {
  padding: 10px 16px 10px 16px;
  background: #12c29b;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 16.8px;
  order: 2;
}
.aff-link .home-link {
  margin-right: 10px;
}
.follow {
  list-style: none;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: #9e9e9e;
  gap: 8px;
}
.follow .icon {
  cursor: pointer;
}
.affi-status {
  margin-top: 12px;
}
.affi-status-head {
  gap: 12px;
}
.rounded-bg {
  background: rgba(18, 194, 155, 0.2);
  height: 31px;
  width: 31px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.control-btn {
  padding: 4px 16px;
  gap: 10px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 40px;
  display: flex;
  align-items: center;
  line-height: 21px;
  font-size: 14px;
  min-height: 36px;
  color: rgb(158, 158, 158);
  cursor: pointer;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  background: white !important;
}
.calendar-scroll {
  overflow-y: hidden;
  transition: width 0.3s ease;
}
.calendar-scroll:hover {
  overflow-y: auto;
}
.calendar-scroll::-webkit-scrollbar {
  width: 4px;
}
.calendar-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media (max-width: 600px) {
.calendar-scroll {
    overflow-y: auto !important;
}
}
.appointment-view {
  border-radius: 12px;
  border: 1px solid #ededed;
  overflow: hidden;
}
/* Le calendrier occupe tout l'espace restant : quand la colonne latérale se
   replie, il s'élargit par transition au lieu de sauter d'une largeur figée
   (w-sm-75) à une autre. min-width: 0 est indispensable pour qu'un enfant
   flex puisse rétrécir sous sa largeur de contenu. */
.calendar-main {
  flex: 1 1 auto;
  min-width: 0;
  transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
.calendar-main {
    transition: none;
}
}.transition-smooth[data-v-5a82241a] {
  transition: all 0.1s ease-in-out;
}
.rotated-angle[data-v-5a82241a] {
  transform: rotate(180deg);
}
.select-year {
&[data-v-5a82241a] {
  width: 103px;
  border: 1px solid #aaa;
  border-radius: 0 100px 100px 0 !important;
  background-color: #fff;
  position: relative;
  border-left: none;
  display: flex;
  justify-content: space-around;
  }
&[data-v-5a82241a]:hover {
    background-color: #f8f8f8;
}
}
.select-month {
&[data-v-5a82241a] {
  min-width: 93px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 0 !important;
  background-color: #fff;
  position: relative;
  border-left: none;
  display: flex;
  justify-content: space-around;
  }
&[data-v-5a82241a]::after {
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background-color: #aaa;
}
&[data-v-5a82241a]:hover {
    background-color: #f8f8f8;
}
}
.select-day {
&[data-v-5a82241a] {
  width: 93px;
  display: flex;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 100px 0 0 100px !important;
  background-color: #fff;
  position: relative;
  border-right: none;
  }
& .v-icon[data-v-5a82241a] {
    position: absolute;
    right: 4px;
}
&[data-v-5a82241a]::after {
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background-color: #aaa;
}
&[data-v-5a82241a]:hover {
    background-color: #f8f8f8;
}
}
@media screen and (max-width: 380px) {
.select-day[data-v-5a82241a],
  .select-month[data-v-5a82241a],
  .select-year[data-v-5a82241a] {
    width: 75px;
    font-size: small;
}
}
.select-profile-option-wrapper {
&[data-v-5a82241a] {
  position: absolute;
  top: 117px;
  z-index: 999;
  }
& .select-profile-option {
&[data-v-5a82241a] {
    background-color: #f4f4f4;
    cursor: pointer;
    }
&[data-v-5a82241a]:hover {
      background-color: #eee;
}
}
}

.close-icon {
  position: absolute;
  right: 0;
}
.datetime-selector {
  display: grid;
  grid-gap: 12px;
  grid-template-areas: "a b c c c c c c c c" "a b d d d d d d d d";
}
.a {
  grid-area: a;
  width: 20px;
}
.b {
  width: 20px;
  grid-area: b;
}
.c {
  grid-area: c;
}
.d {
  grid-area: d;
}
.v-menu > .v-overlay__content {
  background: white !important; /* Remplacez 'red' par la couleur souhaitée */
}.appointment-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.detail-list {
  color: #616161;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.calendar-appointment-google-icon {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
.appointment-start {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.42px;
}
.detail-icon {
  padding: 6px 9px;
  border-radius: 80px;
  border: 1px solid #ededed;
  font-size: 12px;
  letter-spacing: -0.36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.appointment-card:hover .detail-icon {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 600px) {
.detail-icon {
    opacity: 1 !important;
    pointer-events: auto !important;
}
}
.my-rounded-divider {
  border-radius: 50px;
}
.v-date-picker-controls > .v-btn:first-child {
  text-transform: capitalize !important;
}
header.sx__calendar-header {
  border-bottom: 1px solid #eee;
}
.sx__calendar-sidebar {
  border-right: 1px solid #eee;
}
.sx-vue-calendar-wrapper {
  flex-grow: 1;
}
.sx__calendar {
  height: 990px;
}
/*Customize Calendar*/
/* .custom-sidebar-right {
  position: absolute;
  right: 8px !important;
  top: 0;
  width: 330px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  overflow-y: hidden;
  overflow-x: hidden;
} */
.custom-sidebar-right:hover {
  overflow-y: auto;
}
.sx__calendar-content {
  margin-left: 0px;
  /* padding-right: 360px; */
}
.sx__calendar-content.hidden-sidebar {
  margin-left: 0px;
  padding-right: 0;
}
.sx__calendar-content.hidden-sidebar .sx__calendar-sidebar {
  display: none;
}
@media screen and (max-width: 1294px) {
.sx__calendar-content {
    margin-left: 0px;
    padding-right: 0px;
}
.sx__calendar-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transform: translateX(360px);
}
}
.sx__week-grid__date-number {
  color: #004838;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 23px;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-weight: 600;
  background-color: #12c29b !important;
  font-family: 'Poppins';
  font-size: 23px;
}
/* .sx__week-grid__day-name {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
} */
.calendar-event-add-btn {
  background-color: #12c29b !important;
  font-family: 'Poppins' !important;
  font-size: 18px !important;
}
.time-frame-buttons {
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.time-frame-buttons button.active {
  background-color: #12c29b;
  border-radius: 8px;
}
.sx__week-grid__date--is-today .sx__week-grid__day-name {
  color: #12c29b;
}
/* Rayons CONCENTRIQUES : le conteneur et le bloc interne avaient le même
   rayon (10 px) alors qu'ils sont séparés par 8 px de padding — deux arrondis
   de même courbure à des distances différentes ne peuvent pas s'aligner, d'où
   l'impression de coins « pas nets ». Règle : rayon interne = rayon externe −
   padding (16 − 8 = 8). overflow: hidden garantit que rien ne dépasse du
   conteneur arrondi. Tokens uniquement (DESIGN-SYSTEM §3.1). */
.v-picker.v-sheet {
  background-color: rgba(var(--v-theme-secondary), 0.1) !important;
  /* !important nécessaire : les utilitaires spacing Vuetify (pa-*, pt-*) sont
     eux-mêmes en !important et un seul oublié suffirait à décaler le bloc
     blanc dans les coins. 6px de chaque côté, y compris sous la grille. */
  padding: 6px !important;
  border-radius: 12px;
  overflow: hidden;
  width: auto !important;
}
/* Le bloc blanc épouse le conteneur : coins 6px (12 − 6) sur les QUATRE
   coins, aucune marge résiduelle qui laisserait le vert affleurer
   inégalement. */
.v-picker.v-sheet .v-date-picker-month {
  margin: 0;
}
.v-date-picker-month {
  background-color: rgb(var(--v-theme-background)) !important;
  border-radius: 6px;
  padding: 0 !important;
}
/* L'en-tête (mois / année) suit le même arrondi interne que la grille. */
.v-picker.v-sheet .v-date-picker-controls {
  border-radius: 6px;
}
.sx__week-grid__date {
  border: 1px solid #e0e0e0;
}
.sx__view-container::-webkit-scrollbar {
  width: 0; /* Masquer la barre de défilement */
  height: 0;
}
.sx__week-wrapper {
  border-right: 1px solid #e0e0e0;
}
.v-date-picker-controls > .v-btn:first-child {
  width: auto;
  border: 2px solid #004838;
  justify-content: flex-start;
  border-radius: 6.55px;
  padding: 6.55px;
  /* padding-inline: 20px; */
}
/* .v-date-picker-controls > .v-btn:nth-child(2) {
  margin-left: -40px;
} */
.sx__calendar {
  border: none;
}
.sx__calendar-sidebar {
  border-right: none;
  display: none;
}
.v-date-picker-month__day--selected .v-btn {
  background-color: #12c29b;
}
header.sx__calendar-header {
  border-bottom: none;
  padding: 0 0 10px 0 !important;
}
.sx__calendar-header-content {
  flex-direction: row-reverse !important;
}
/* .sx__calendar-header-content div:last-child {
  display: none;
} */
.sx__calendar-header .sx__today-button {
  height: 36px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-inline: 15px;
}
.sx__week-grid__date {
  padding: 0px !important;
  /* font-size: 10px; */
}
.sx__week-grid__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-size: 18px !important;
  padding: 0px !important;
}
.sx__week-grid__date-axis {
  height: 46px;
}
.sx__week-grid__date {
  gap: 0px !important;
}
.sx__week-grid__day-name {
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  color: #616161 !important;
}
.sx__time-grid-event {
  width: calc(100% - 8px) !important;
  left: 4px !important;
}
.sx__month-grid-event {
  margin: 1px 4px !important;
  width: calc(100% - 8px) !important;
}
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  width: 27px !important;
  height: 27px !important;
}
.sx__calendar-header-content-add-time-off,
.time-frame-buttons,
.sx__today-button,
.sx__forward-backward-navigation,
.sx__range-heading {
  display: none !important;
}
.sx__calendar-header {
  display: none !important;
}
/* Fix pour permettre de cliquer dans le vide à côté d'un évènement multi-jours */
.sx__date-grid-day {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.sx__date-grid-cell {
  pointer-events: none !important;
}
.sx__date-grid-event,
.sx__time-grid-event {
  pointer-events: auto !important;
}
/* ── Plages de disponibilité en fond (page RDVs) ─────────────────────── */
.sx__time-grid-event.availability-bg {
  pointer-events: none !important;
  opacity: 0.13;
  z-index: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  /* Empêche ScheduleX de réduire la largeur lors des chevauchements */
  width: 100% !important;
  left: 0 !important;
}
/* Les vrais RDVs passent toujours au-dessus des blocs de fond */
.sx__time-grid-event:not(.availability-bg) {
  z-index: 1 !important;
}
/* ─────────────────────────────────────────────────────────────────────────
   Compactage de l'en-tête des jours (front only).
   Les numéros de date étaient en 23 px : la bande « LUN 27 / MAR 28 … »
   occupait ~55 px de haut sur toute la largeur, avant même la première heure.
   Ramenée à ~38 px, la hauteur gagnée revient à la grille. Placé en fin de
   feuille pour l'emporter sur les règles ci-dessus sans les modifier.
   ───────────────────────────────────────────────────────────────────────── */
.sx__week-grid__date-number,
.sx__week-grid__date--is-today .sx__week-grid__date-number {
  font-size: 16px;
  line-height: 1.15;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sx__week-grid__day-name {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.sx__week-grid__date {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* Bande des événements « journée entière » : ne réserve plus de hauteur
   lorsqu'elle est vide (elle laissait une bande grise sous les dates). */
.sx__date-grid {
  min-height: 0;
}
/* Libellés d'heures de la colonne de gauche : plus discrets, la grille
   respire et les blocs de créneaux gagnent en lisibilité. */
.sx__time-grid-hour-text,
.sx__week-grid__hour-text {
  font-size: 11px;
}
/* ─────────────────────────────────────────────────────────────────────────
   Mini-calendrier : masque la 6ᵉ semaine quand elle n'appartient QU'au mois
   suivant (juillet 2026 s'arrête au 2 août, la ligne « 3 → 9 » ne sert à
   rien et allonge le panneau d'une rangée entière).
   La grille fait 7 colonnes × 6 rangées = 42 cellules ; la 6ᵉ rangée commence
   à la 36ᵉ. On ne masque QUE si cette 36ᵉ cellule est un jour adjacent —
   sinon la rangée contient de vrais jours du mois et doit rester.
   :has() est indispensable ici : il n'existe pas d'autre moyen en CSS de
   conditionner l'affichage d'une rangée au contenu de sa première cellule.
   ───────────────────────────────────────────────────────────────────────── */
.v-date-picker-month__days:has(
    > .v-date-picker-month__day:nth-child(36).v-date-picker-month__day--adjacent
  )
  > .v-date-picker-month__day:nth-child(n + 36) {
  display: none;
}
/* ─────────────────────────────────────────────────────────────────────────
   Menus déroulants de la colonne latérale.
   Ils sont TÉLÉPORTÉS hors du composant (overlay attaché au body) : les
   règles scopées de la colonne ne les atteignent pas, d'où des libellés
   restés à la taille par défaut alors que le reste avait été harmonisé.
   On les cible par la classe posée via :menu-props.
   ───────────────────────────────────────────────────────────────────────── */
.sidebar-select-menu .v-list {
  padding: 4px;
}
.sidebar-select-menu .v-list-item {
  min-height: 34px;
  padding-inline: 8px;
  border-radius: 8px;
}
.sidebar-select-menu .v-list-item-title {
  font-size: 13px;
  line-height: 1.3;
}
/* Cases à cocher des sélections multiples : elles imposaient une hauteur de
   ligne de 48 px pour un simple libellé. */
.sidebar-select-menu .v-selection-control {
  --v-selection-control-size: 22px;
}
.sidebar-select-menu .v-list-item__prepend > .v-checkbox-btn {
  margin-inline-end: 4px;
}
.sidebar-select-menu .v-list-item--active .v-list-item-title {
  font-weight: 600;
  color: rgb(var(--v-theme-dark-green));
}
.list-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.appointment-view {
  border-radius: 12px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.appointmentDay {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.42px;
}
.appointmentTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.Unfolded {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.42px;
}
.calendar-scroll {
  overflow-y: hidden;
  transition: width 0.3s ease;
}
.calendar-scroll:hover {
  overflow-y: auto;
}
.calendar-scroll::-webkit-scrollbar {
  width: 4px;
}
.calendar-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media (max-width: 600px) {
.calendar-scroll {
    overflow-y: auto !important;
}
}
.v-field__field {
  font-size: 14px !important;
}
.mdi-calendar-blank-outline {
  color: #6a6a6a;
  font-size: 16px;
  stroke-width: 1;
}
.type-filter,
.key-filter {
  max-width: 15%;
  min-width: 120px;
  width: 100%;
}
.range-filter,
.search-filter {
  max-width: 20%;
  min-width: 250px;
  width: 100%;
}
.range-filter {
  max-width: 30%;
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 600px) {
.search-filter,
  .type-filter,
  .range-filter,
  .key-filter {
    max-width: 100% !important;
}
}
.fixed-calendar-header {
  position: fixed;
  width: 75%;
  background-color: white;
}
@media (min-width: 600px) {
.w-sm-72 {
    width: 72% !important;
}
}
/* Le calendrier occupe tout l'espace restant : quand la colonne latérale se
   replie, il s'élargit par transition au lieu de sauter d'une largeur figée
   (w-sm-75) à une autre. min-width: 0 est indispensable pour qu'un enfant
   flex puisse rétrécir sous sa largeur de contenu. */
.calendar-main {
  flex: 1 1 auto;
  min-width: 0;
  transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
.calendar-main {
    transition: none;
}
}
.form-container[data-v-4305ce44] {
  margin: 0 auto;
}
.form-container.hide-content[data-v-4305ce44] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.title[data-v-4305ce44] {
  height: 45px;
}
[data-v-4305ce44] .v-row {
  margin-top: 0 !important;
}

/* Pour les petits écrans (smartphones) */
@media (max-width: 480px) {
.text-adaptative[data-v-4305ce44] {
    font-size: 14px;
}
}
.profile-tips[data-v-4c596bda] {
  border: 1px solid #cdeee2;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
.tips-head[data-v-4c596bda] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: linear-gradient(90deg, #e7fbf3 0%, #f3fcf8 100%);
  cursor: pointer;
  text-align: left;
}
.tips-head[data-v-4c596bda]:hover {
  background: linear-gradient(90deg, #ddf7ec 0%, #ecfaf4 100%);
}
.tips-bulb[data-v-4c596bda] {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #12c29b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(18, 194, 155, 0.4);
}
.tips-head-title[data-v-4c596bda] {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #0d4138;
  font-family: 'Poppins', sans-serif;
}
.tips-toggle[data-v-4c596bda] {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #029978;
  white-space: nowrap;
}
.tips-body[data-v-4c596bda] {
  padding: 14px 16px 16px;
}
.tips-list[data-v-4c596bda] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.tip[data-v-4c596bda] {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  align-items: flex-start;
}
.tip-check[data-v-4c596bda] {
  flex-shrink: 0;
  margin-top: 2px;
}
.tip-copy[data-v-4c596bda] {
  font-size: 13px;
  line-height: 1.55;
  color: #5b6b66;
}
.tip-lead[data-v-4c596bda] {
  font-weight: 600;
  color: #14443b;
}
@media (max-width: 600px) {
.tips-list[data-v-4c596bda] {
    grid-template-columns: 1fr;
    gap: 16px;
}
.tips-toggle span[data-v-4c596bda],
  .tips-toggle[data-v-4c596bda] {
    font-size: 0;
}
.tips-toggle .v-icon[data-v-4c596bda] {
    font-size: 18px !important;
}
}
.sugges-title[data-v-b5fa6b59] {
  background-color: rgba(2, 153, 120, 0.1019607843);
  color: #007058;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -0.92px;
  text-align: center;
}.title[data-v-b1028fa1] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.delete-desc[data-v-b1028fa1] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}
.delete-title[data-v-b1028fa1] {
  font-size: 20px;
  font-weight: 500;
  color: #616161;
  line-height: 28px;
}
.profil-slug[data-v-b1028fa1] {
  color: #004838;
  font-size: 23px;
  font-weight: 400;
}
.profil-idx[data-v-b1028fa1] {
  color: #9e9e9e;
  font-size: 13px;
}
@media (max-width: 599px) {
.title[data-v-b1028fa1] {
    font-size: 16px;
}
}.title[data-v-61689ca2] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.alert-desc[data-v-61689ca2] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}
@media (max-width: 599px) {
.title[data-v-61689ca2] {
    font-size: 14px;
}
}.title[data-v-f1c158ee] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.alert-desc[data-v-f1c158ee] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}
@media (max-width: 599px) {
.title[data-v-f1c158ee] {
    font-size: 14px;
}
}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.dialog-title[data-v-cd27840f] {
  font-size: 16px;
}

/* Zone d'aperçu */
.preview-zone[data-v-cd27840f] {
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 28px 20px;
  min-height: 110px;
}

/* Aperçu bouton */
.embed-btn-preview[data-v-cd27840f] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 9999px;
  background: #029978;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(2, 153, 120, 0.3);
}

/* Aperçu lien */
.embed-link-preview[data-v-cd27840f] {
  color: #029978;
  font-size: 15px;
  font-family: Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
}

/* Aperçu carte */
.embed-badge-preview[data-v-cd27840f] {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.badge-name[data-v-cd27840f] {
  margin: 8px 0 3px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: Arial, sans-serif;
}
.badge-discipline[data-v-cd27840f] {
  margin: 0 0 14px;
  font-size: 13px;
  color: #888;
  font-family: Arial, sans-serif;
}
.badge-btn[data-v-cd27840f] {
  display: inline-block;
  padding: 10px 18px;
  background: #029978;
  color: white;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: Arial, sans-serif;
}
.badge-footer[data-v-cd27840f] {
  margin-top: 12px;
  font-size: 11px;
  color: #bbb;
  font-family: Arial, sans-serif;
}

/* Bloc code */
.code-block[data-v-cd27840f] {
  background: #1e1e2e;
  border-radius: 8px;
  padding: 14px 16px;
  max-height: 120px;
  overflow-y: auto;
}
.code-content[data-v-cd27840f] {
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  color: #a6e3a1;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
}
.profile-selected {
  background-color: rgba(0, 0, 0, 0.04);
}
.profile-slug {
  font-size: 23px;
  font-weight: 400;
  line-height: 32.2px;
}
.profil-tagline {
  font-size: 13px;
  color: #616161;
  line-height: 19.5px;
  font-weight: 400;
}
.profil-tagline-empty {
  font-size: 13px;
  color: #616161;
  line-height: 19.5px;
  font-weight: 400;
}
.profile-lists {
  width: 400px;
}
.block-form {
  min-width: 720px;
}
.detail-title {
  padding: 8px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
}
.block-profile {
  padding: 12px 24px;
}
.visio-icon-profile {
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.6px solid #000;
  border-color: #e0e0e0;
}
.tab-header {
  font-size: 15px;
}
label {
  color: #616161;
  font-size: 14px;
}
.tab-title {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.add-img-btn {
  color: #029978;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0, 96px;
}
.document-hint {
  font-size: 10px;
  color: #616161;
}
.c-badge {
  background-color: #bad8ff;
  padding: 8px 12px;
}
.c-badge-draft {
  background-color: #feefeb;
  padding: 8px 12px;
}
.c-badge-draft span {
  font-size: 10px;
  color: #ee720d;
  font-weight: 600;
}
.c-badge span {
  font-size: 10px;
  color: #0047a5;
  font-weight: 600;
  line-height: 14px;
}
.profile-mobile-lists {
  width: 48px;
  z-index: 1000;
  height: 48px;
  top: 45%;
  right: 4%;
  transform: translateY(-60%);
}
:deep ._active-tab {
  border-radius: 0px !important;
  color: #004838;
  font-weight: 700;
  line-height: 22.4px;
}
:deep .v-tab {
  border-radius: 0px !important;
}
:deep(.v-textarea .v-field__field) {
  font-size: 15px !important;
  font-weight: 400;
  font-family: inherit;
}
.suggest-custom {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #616161;
}
@media (max-width: 599px) {
.detail-title {
    padding: 8px 10px;
}
}
.menu-item {
  font-size: 9px;
  color: #757575;
}
.tab-size {
  font-weight: 600;
  color: #424242;
}
.fixed-block {
  overflow-y: auto;
  height: calc(100vh - 220px + 100px);
  overflow-x: hidden;
}
@media (max-width: 600px) {
.fixed-block {
    overflow: visible !important;
    height: auto !important;
}
.form-scroll {
    overflow-y: auto !important;
}
}
.scroll-on-hover-profile-lists {
  overflow-y: hidden;
  transition: overflow 0.3s ease;
}
.scroll-on-hover-profile-lists:hover {
  overflow-y: auto;
}
.scroll-on-hover-profile-lists::-webkit-scrollbar {
  width: 4px;
}
.scroll-on-hover-profile-lists::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.form-scroll {
  overflow-y: hidden;
  transition: overflow 0.3s ease;
}
.form-scroll:hover {
  overflow-y: auto;
}
.form-scroll::-webkit-scrollbar {
  width: 4px;
}
.form-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.auto-save-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 26.6px;
}
.draft-profile {
  border: 2px solid #f4511e !important;
}
:deep(.v-textarea .v-field__input) {
  padding-top: 16px !important;
}.no-focus[data-v-49109c13]:focus {
  outline: none;
  box-shadow: none;
}
.border-custom[data-v-49109c13] {
  border-right: 1px solid #b2aeae;
}
.border-card[data-v-49109c13] {
  border: 1.5px solid #b2aeae;
}
.address input[data-v-49109c13] {
  width: 217px !important;
}
.border-focused[data-v-49109c13] {
  border-color: #3b3b3b !important;
  border: 1.8px solid #3b3b3b;
}
.billing-title[data-v-49109c13] {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.64;
}
@media (max-width: 599px) {
.border-custom[data-v-49109c13] {
    border-right: none;
    border-bottom: 1px solid #b2aeae;
}
}.title[data-v-8d832c5a] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.border-custom[data-v-8d832c5a] {
  border-right: 1px solid #b2aeae;
}
.no-focus[data-v-8d832c5a]:focus {
  outline: none;
  box-shadow: none;
}
.border-custom[data-v-8d832c5a] {
  border-right: 1px solid #b2aeae;
}
.border-card[data-v-8d832c5a] {
  border: 1.5px solid #b2aeae;
  transition: border-color 0.3s ease-in-out;
}
.border-focused[data-v-8d832c5a] {
  border-color: #3b3b3b !important;
  border: 1.8px solid #3b3b3b;
}
label[data-v-8d832c5a] {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.64;
}
@media (max-width: 599px) {
.border-custom[data-v-8d832c5a] {
    border-right: none;
    border-bottom: 1px solid #b2aeae;
}
}.description-info[data-v-f568b274] {
  font-size: 14px;
}
.title[data-v-f568b274] {
  font-size: 16px;
}
.value[data-v-f568b274] {
  font-size: 14px;
}
@media (max-width: 599px) {
.title[data-v-f568b274] {
    font-size: 14px;
}
.value[data-v-f568b274] {
    font-size: 12px;
}
.description-info[data-v-f568b274] {
    font-size: 12px;
}
}.border-custom[data-v-c44aa09f] {
  border-right: 1px solid #ccc;
}
.title[data-v-c44aa09f] {
  color: #007058;
  font-size: 23px;
}
@media (max-width: 599px) {
.border-custom[data-v-c44aa09f] {
    border-right: none;
    border-bottom: 1px solid #ccc;
}
.title[data-v-c44aa09f] {
    color: #007058;
    font-size: 16px !important;
}
.current-description[data-v-c44aa09f] {
    font-size: 15px !important;
    color: #616161;
}
}.description[data-v-cc894670] {
  font-size: 14px;
  color: rgb(201, 97, 97);
}
.title[data-v-cc894670] {
  font-size: 16px;
}
.value[data-v-cc894670] {
  font-size: 14px;
}
@media (max-width: 599px) {
.title[data-v-cc894670] {
    font-size: 14px;
}
.value[data-v-cc894670] {
    font-size: 12px;
}
.description[data-v-cc894670] {
    font-size: 12px;
}
}.decouverte-banner[data-v-ec049cef] {
  background-color: #f0faf7;
  border: 1px solid #b2dfdb;
  border-radius: 8px;
}
.subscription-info .title[data-v-ec049cef] {
  background-color: #ededed;
  font-size: 16px;
}
.title-2[data-v-ec049cef] {
  color: #029978;
}
.title-1[data-v-ec049cef] {
  color: #616161;
}
@media (max-width: 599px) {
.subscription-info .title[data-v-ec049cef] {
    font-size: 13px;
}
}.header[data-v-14fa49e0] {
  font-size: 16px;
}
.download-btn[data-v-14fa49e0] {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.download-btn span[data-v-14fa49e0] {
  color: #616161;
  font-size: 14px;
}
.holitime-ref[data-v-14fa49e0] {
  color: #029978;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
[data-v-14fa49e0]  .v-data-table__thead {
  background-color: #f5f5f5 !important;
  padding: 20px, 32px, 20px, 32px !important;
  border-radius: 10px;
  color: #616161;
  font-size: 16px;
}
[data-v-14fa49e0]  .v-table__wrapper {
  border-radius: 15px !important;
}
.selected-taxe-label[data-v-20c0a8e9] {
  font-size: 0.75rem;
  font-weight: 400;
}

.addon-card[data-v-1f367617] {
  border: 1px solid var(--v-theme-outline-variant);
}
.addon-selected[data-v-1f367617] {
  background-color: rgba(var(--v-theme-primary), 0.05);
}
.selected-title[data-v-1f367617] {
  font-weight: 700;
  font-size: 1.25rem;
}
.selected-taxe-label[data-v-1f367617] {
  font-size: 0.75rem;
  font-weight: 400;
}
.addon-card[data-v-1f367617] {
  border: 1px solid #e5e9ec;
}
[data-v-1f367617] .addons-list .v-selection-control {
  align-items: flex-start;
}
[data-v-1f367617] .addons-list .v-selection-control__input {
  align-items: flex-start;
}
.addon-price[data-v-1f367617] {
  min-width: 140px;
  font-family: 'Poppins', sans-serif;
}
.text-body-2[data-v-1f367617] {
  font-family: 'Poppins', sans-serif;
}
.h-0[data-v-1f367617] {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0px;
  display: none;
}

/* Ajout du curseur pointeur sur la carte cliquable */
.clickable-addon[data-v-1f367617] {
  cursor: pointer;
}
.addon-description[data-v-1f367617] {
  font-size: 14px;
}
.addon-title[data-v-1f367617] {
  font-size: 16px;
}
@media (min-width: 600px) {
.addon-title[data-v-1f367617] {
    font-size: 19px;
}
}
.title[data-v-cbe70f32] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.card-body[data-v-cbe70f32] {
  width: 389px;
  margin: auto;
}
.no-focus[data-v-cbe70f32]:focus {
  outline: none;
  box-shadow: none;
}
.border-custom[data-v-cbe70f32] {
  border-right: 1px solid #ccc;
}
.card-body[data-v-cbe70f32] {
  width: 416px;
  margin: auto;
}
.billing-info-title[data-v-cbe70f32] {
  color: #616161;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.current_subscription_btn[data-v-cbe70f32] {
  font-size: 13px;
}
label[data-v-cbe70f32] {
  font-size: 14px;
}
.item-line[data-v-cbe70f32] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.item-line .title[data-v-cbe70f32] {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.28;
}
.item-line .value[data-v-cbe70f32] {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.28;
}
.item-line .contribution-value[data-v-cbe70f32] {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #d6b25d;
  letter-spacing: -0.28;
}
.total[data-v-cbe70f32] {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #007058;
  letter-spacing: -0.64;
}
.total-value[data-v-cbe70f32] {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #029978;
  letter-spacing: -0.64;
}
.recap-title[data-v-cbe70f32] {
  color: #029978;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.64;
}
.pack-price[data-v-cbe70f32] {
  font-size: 30px !important;
}
.contribution-detail[data-v-cbe70f32] {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.24;
}
.become-title[data-v-cbe70f32] {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.64;
}
.contribution-role-desc[data-v-cbe70f32] {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #616161;
  letter-spacing: -0.24;
  margin-top: 10px;
}
.code-status-res[data-v-cbe70f32] {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48;
}
.have-discount-label[data-v-cbe70f32] {
  color: #12c29b;
  font-weight: 600;
  margin-top: 14px;
  font-size: 14px;
  line-height: 140%;
}
.discount-label[data-v-cbe70f32] {
  color: #616161;
  margin-top: 14px;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 599px) {
.card-body[data-v-cbe70f32] {
    width: 100%;
    margin: auto;
}
.border-custom[data-v-cbe70f32] {
    border-right: none;
    border-bottom: 1px solid #ccc;
}
}.title[data-v-085fd00f] {
  color: #007058;
  font-weight: 600px;
  font-size: 20px;
  line-height: 32.2px;
}
.dot[data-v-085fd00f] {
  width: 10px;
  height: 10px;
  background-color: #12c29b;
  border-radius: 40px;
  padding: 4px;
}
@media (max-width: 599px) {
.title[data-v-085fd00f] {
    color: #007058;
    font-size: 16px !important;
}
}
[data-v-085fd00f] .v-textarea .v-field__input {
  padding-top: 16px !important;
}
.v-btn[data-v-4bca08d3] {
  margin: 8px 0;
}
.v-card-text[data-v-4bca08d3] {
  background-color: white;
}
.timeslot-modal[data-v-4bca08d3] {
  border: 1px solid #d3e2e9;
}
.modal-header[data-v-4bca08d3] {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(var(--v-theme-surface-lighten-1)) !important;
}
.warning-icon[data-v-4bca08d3] {
  margin: 10px;
  font-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.modal-title[data-v-4bca08d3] {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.modal-subtitle[data-v-4bca08d3] {
  color: #ff6f00;
  text-align: center;
  font-weight: 500;
}
.timeslot-info[data-v-4bca08d3] {
  background-color: #e0f7fa;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
}
.modal-actions[data-v-4bca08d3] {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  padding-inline: 30px;
}
.modal-actions v-btn[data-v-4bca08d3] {
  margin-left: 10px;
}
.justify-content-between[data-v-4bca08d3] {
  justify-content: space-between !important;
}
.align-items-center[data-v-4bca08d3] {
  align-items: center;
}
.add-coupon-btn[data-v-4bca08d3] {
  font-size: 14px;
  width: 36px;
  height: 36px;
}
[data-v-4bca08d3] .v-table thead {
  background-color: #f5f5f5 !important;
  padding: 20px, 32px, 20px, 32px !important;
  border-radius: 10px;
  color: #616161;
  font-size: 16px;
}
[data-v-4bca08d3] .v-table__wrapper {
  border-radius: 15px !important;
}
@media (max-width: 599px) {
.modal-title[data-v-4bca08d3] {
    font-size: 15px;
}
}
.cancel-subscription {
  size: 11.78px;
  color: #9e9e9e;
  font-weight: 600;
  line-height: 17.67px;
}
.first-block {
  flex: 1;
  min-width: 0px;
}