/* line 1, app/assets/stylesheets/apartments.scss */
table#calculation tr td {
  padding: 0.28rem 0.625rem;
}

/* line 5, app/assets/stylesheets/apartments.scss */
table#calculation {
  border-collapse: collapse;
}

/* line 7, app/assets/stylesheets/apartments.scss */
table#calculation tr {
  border-top: 1px solid #f1f1f1;
}

/* line 12, app/assets/stylesheets/apartments.scss */
:root {
  --stack-gap-normal: 1rem;
  --stack-padding-normal: 1rem;
  --borderWidth-thick: 2px;
  --bgColor-default: #d0d7de;
  --fgColor-muted: rgb(99, 108, 118);
  --borderRadius-medium: 0.375rem;
  --borderColor-default: #d0d7de;
  --base-size-4: 0.25rem;
  --control-medium-size: 2rem;
  --controlStack-medium-gap-condensed: 0.5rem;
  --base-size-8: 0.5rem;
  --base-size-16: 1rem;
  --fgColor-default: rgb(31, 35, 40);
  --borderColor-muted: rgba(208, 215, 222, 0.7);
  --color-shadow-large: rgba(66, 74, 83, 0.04) 0px 6px 12px -3px, rgba(66, 74, 83, 0.12) 0px 6px 18px 0px;
}

/* line 30, app/assets/stylesheets/apartments.scss */
.list-style-none {
  list-style: none;
}

/* line 34, app/assets/stylesheets/apartments.scss */
.reservations-changelog .octicon.octicon-dot-fill {
  fill: var(--borderColor-default, var(--color-border-default));
}

/* line 38, app/assets/stylesheets/apartments.scss */
.reservations-changelog .timeline-item-badge {
  margin-left: -15.5px;
}

/* line 42, app/assets/stylesheets/apartments.scss */
.reservations-changelog .timeline-item::before {
  width: 1px;
}

/* line 46, app/assets/stylesheets/apartments.scss */
.reservations-changelog-timestamp::first-letter {
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/apartments.scss */
.reservations-changelog ul, .reservations-changelog ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/apartments.scss */
.timeline-item:before {
  background-color: var(--borderColor-muted);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: var(--borderWidth-thick);
}

/* line 69, app/assets/stylesheets/apartments.scss */
.timeline-item {
  display: flex;
  margin-left: var(--stack-gap-normal);
  padding: var(--stack-padding-normal) 0;
  position: relative;
}

/* line 76, app/assets/stylesheets/apartments.scss */
.timeline-item--condensed .timeline-item-badge {
  background-color: var(--bgColor-default);
  border: 0;
  color: var(--fgColor-muted);
  height: var(--base-size-16);
  margin-bottom: var(--base-size-8);
  margin-top: var(--base-size-8);
}

/* line 85, app/assets/stylesheets/apartments.scss */
.timeline-item-badge {
  align-items: center;
  background-color: var(--timelineBadge-bgColor);
  border: var(--borderWidth-thick) solid var(--bgColor-default);
  border-radius: 50%;
  color: var(--fgColor-muted);
  display: flex;
  flex-shrink: 0;
  height: var(--control-medium-size);
  justify-content: center;
  margin-left: calc(var(--control-medium-size)/-2 + 1px);
  margin-right: var(--controlStack-medium-gap-condensed);
  position: relative;
  width: var(--control-medium-size);
  z-index: 1;
}

/* line 102, app/assets/stylesheets/apartments.scss */
.timeline-item-body {
  color: var(--fgColor-muted);
  flex: auto;
  margin-top: var(--base-size-4);
  max-width: 100%;
  min-width: 0;
}

/* line 110, app/assets/stylesheets/apartments.scss */
.color-bg-transparent, .bgColor-transparent {
  background-color: transparent !important;
}

/* line 114, app/assets/stylesheets/apartments.scss */
.color-fg-muted, .fgColor-muted {
  color: var(--fgColor-muted, var(--color-fg-muted)) !important;
}

/* line 118, app/assets/stylesheets/apartments.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/apartments.scss */
.text-small {
  font-size: 12px !important;
}

/* line 1, app/assets/stylesheets/layout.scss */
body {
  background-color: var(--tenant-background-color, #ffffff);
}

/* line 5, app/assets/stylesheets/layout.scss */
.link_to_remove_fields {
  margin-top: 14px;
}

/* line 7, app/assets/stylesheets/layout.scss */
.sidebar {
  background: #fafafa;
  padding: 32px 20px;
}

/* line 11, app/assets/stylesheets/layout.scss */
.sidebar .side-nav li a:not(.button) {
  padding: 0;
  color: var(--tenant-primary-color, #088886);
}

/* line 15, app/assets/stylesheets/layout.scss */
.sidebar .side-nav li.heading {
  text-transform: uppercase;
  color: var(--tenant-primary-color, #088886);
}

/* line 20, app/assets/stylesheets/layout.scss */
.sidebar .side-nav li:hover > a:first-child {
  color: var(--tenant-primary-color, #006887);
  position: relative;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--tenant-primary-color-lighter, rgba(0, 64, 84, 0.03));
}

/* line 28, app/assets/stylesheets/layout.scss */
.sidebar .side-nav li.active > a:first-child {
  font-weight: bold;
  color: var(--tenant-primary-color, #008fba);
  position: relative;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--tenant-primary-color-light, rgba(0, 64, 84, 0.05));
}

/* line 3, app/assets/stylesheets/operations.scss */
#propose_apartment_modal .apartments-list {
  border: 0;
  margin-bottom: 0;
  border-collapse: collapse;
}

/* line 8, app/assets/stylesheets/operations.scss */
#propose_apartment_modal .apartments-list tr:hover {
  background-color: color-mix(in srgb, var(--tenant-primary-color, #008CBA) 50%, transparent);
}

/* line 11, app/assets/stylesheets/operations.scss */
#propose_apartment_modal .apartments-list tr.selected:hover {
  background-color: var(--tenant-primary-color, #008CBA);
}

/* line 15, app/assets/stylesheets/operations.scss */
#propose_apartment_modal .apartments-list .selected {
  background-color: var(--tenant-primary-color, #008CBA);
}

/* line 22, app/assets/stylesheets/operations.scss */
#new_document_mail #attachments_size {
  color: #636c76;
  font-size: var(--h5-size, 14px);
  margin-left: 10px;
}

/* line 26, app/assets/stylesheets/operations.scss */
#new_document_mail #attachments_size #number {
  margin-left: 10px;
}

/* line 2, app/assets/stylesheets/rules.scss */
.rule-fields #remove_field_fields,
.rule-fields #remove_rule_fields,
.rule-fields .condition,
.rule-fields .value {
  margin-top: 22px;
}

/* line 7, app/assets/stylesheets/rules.scss */
.rule-fields #remove_field_fields p,
.rule-fields #remove_rule_fields p,
.rule-fields .condition p,
.rule-fields .value p {
  margin-top: 6px;
}

/* line 9, app/assets/stylesheets/rules.scss */
.rule-fields p {
  margin-top: 26px;
}

/* line 14, app/assets/stylesheets/rules.scss */
.rule-fields.indented {
  padding-left: 40px;
}

/* line 17, app/assets/stylesheets/rules.scss */
.rule-fields.indented .field.indented {
  padding-left: 0;
}

/* line 20, app/assets/stylesheets/rules.scss */
.rule-fields.indented .field {
  padding-right: 24px;
}

/* line 25, app/assets/stylesheets/rules.scss */
.field.indented {
  padding-left: 34px;
}

/* line 7, app/assets/stylesheets/tenant_settings.scss */
.tenant-settings-form .input {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/tenant_settings.scss */
.panel-item:active, .panel-item.is-dragging {
  cursor: grabbing;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

/* line 6, app/assets/stylesheets/tenant_theme_overrides.scss */
body a {
  color: var(--tenant-primary-color);
}

/* line 10, app/assets/stylesheets/tenant_theme_overrides.scss */
body a:hover,
body a:focus {
  color: var(--tenant-primary-color-hover);
}

/* line 16, app/assets/stylesheets/tenant_theme_overrides.scss */
body button:not([class*="btn-"]):not([class*="hs-"]):not([class*="paginate"]),
body input[type="submit"]:not([class*="btn-"]),
body input[type="reset"]:not([class*="btn-"]),
body input[type="button"]:not([class*="btn-"]) {
  background-color: var(--tenant-primary-color);
  color: #ffffff;
}

/* line 23, app/assets/stylesheets/tenant_theme_overrides.scss */
body button:not([class*="btn-"]):not([class*="hs-"]):not([class*="paginate"]):hover, body button:not([class*="btn-"]):not([class*="hs-"]):not([class*="paginate"]):focus,
body input[type="submit"]:not([class*="btn-"]):hover,
body input[type="submit"]:not([class*="btn-"]):focus,
body input[type="reset"]:not([class*="btn-"]):hover,
body input[type="reset"]:not([class*="btn-"]):focus,
body input[type="button"]:not([class*="btn-"]):hover,
body input[type="button"]:not([class*="btn-"]):focus {
  background-color: var(--tenant-primary-color-hover);
  color: #ffffff;
}

/* line 31, app/assets/stylesheets/tenant_theme_overrides.scss */
body h1 small, body h2 small, body h3 small, body h4 small, body h5 small, body h6 small,
body fieldset legend small {
  color: var(--tenant-primary-color);
}

/* line 2, app/assets/stylesheets/preline_datepicker.scss */
.hs-selected-checkmark,
.hs-selected\:block {
  display: none;
}

/* line 6, app/assets/stylesheets/preline_datepicker.scss */
.selected .hs-selected-checkmark,
.selected .hs-selected\:block {
  display: block !important;
}

/* line 12, app/assets/stylesheets/preline_datepicker.scss */
.vc {
  background-color: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  z-index: 9999 !important;
  position: absolute !important;
}

/* line 20, app/assets/stylesheets/preline_datepicker.scss */
.vc[data-vc-type="default"] {
  padding: 0.75rem;
  min-width: 280px;
}

/* line 21, app/assets/stylesheets/preline_datepicker.scss */
.vc[data-vc-calendar-hidden] {
  display: none !important;
}

/* line 22, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc {
  background-color: #1f2937;
  border-color: #374151;
}

/* line 24, app/assets/stylesheets/preline_datepicker.scss */
.vc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  gap: 0.25rem;
}

/* line 25, app/assets/stylesheets/preline_datepicker.scss */
.vc-header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
}

/* line 27, app/assets/stylesheets/preline_datepicker.scss */
.vc-arrow {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #374151;
  border-radius: 9999px;
  cursor: pointer;
  flex-shrink: 0;
  background: transparent;
  border: none;
  transition: background-color 0.15s;
}

/* line 33, app/assets/stylesheets/preline_datepicker.scss */
.vc-arrow:hover {
  background-color: #f3f4f6;
}

/* line 34, app/assets/stylesheets/preline_datepicker.scss */
.vc-arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 35, app/assets/stylesheets/preline_datepicker.scss */
.vc-arrow svg {
  width: 1rem;
  height: 1rem;
}

/* line 36, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-arrow {
  color: #d1d5db;
}

/* line 37, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-arrow:hover {
  background-color: #374151;
}

/* line 39, app/assets/stylesheets/preline_datepicker.scss */
.vc-month, .vc-year {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.15s;
}

/* line 43, app/assets/stylesheets/preline_datepicker.scss */
.vc-month:hover, .vc-year:hover {
  background-color: #f3f4f6;
}

/* line 44, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-month, .dark .vc-year {
  color: #e5e7eb;
}

/* line 45, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-month:hover, .dark .vc-year:hover {
  background-color: #374151;
}

/* line 47, app/assets/stylesheets/preline_datepicker.scss */
.vc-header select, .vc-header__content select {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  min-width: 5rem;
}

/* line 55, app/assets/stylesheets/preline_datepicker.scss */
.vc-header select:focus, .vc-header__content select:focus {
  outline: none;
  border-color: var(--tenant-primary-color);
  box-shadow: 0 0 0 2px rgba(var(--tenant-primary-color-rgb, 59, 130, 246), 0.2);
}

/* line 59, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-header select, .dark .vc-header__content select {
  background-color: #374151;
  border-color: #4b5563;
  color: #e5e7eb;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

/* line 63, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-header select option, .dark .vc-header__content select option {
  background-color: #374151;
  color: #e5e7eb;
}

/* line 65, app/assets/stylesheets/preline_datepicker.scss */
.vc-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0.25rem;
}

/* line 66, app/assets/stylesheets/preline_datepicker.scss */
.vc-week__day {
  width: 2.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
}

/* line 67, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-week {
  border-bottom-color: #4b5563;
}

/* line 68, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-week__day {
  color: #9ca3af;
}

/* line 70, app/assets/stylesheets/preline_datepicker.scss */
.vc-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  overflow: visible;
}

/* line 72, app/assets/stylesheets/preline_datepicker.scss */
.vc-date {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #1f2937;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.15s;
}

/* line 77, app/assets/stylesheets/preline_datepicker.scss */
.vc-date:hover:not([data-vc-date-selected]):not([data-vc-date-today]) {
  background-color: #f3f4f6;
}

/* line 78, app/assets/stylesheets/preline_datepicker.scss */
.vc-date button {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
}

/* line 79, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-month="prev"], .vc-date[data-vc-date-month="next"] {
  color: #9ca3af;
}

/* line 81, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-today]:not([data-vc-date-selected]) {
  font-weight: 600;
  color: var(--tenant-primary-color);
  background-color: transparent;
}

/* line 86, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-today]:not([data-vc-date-selected])::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tenant-primary-color);
}

/* line 99, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected]:not([data-vc-date-selected="first"]):not([data-vc-date-selected="middle"]):not([data-vc-date-selected="last"]) {
  background-color: var(--tenant-primary-color);
  color: white;
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-month="prev"],
.vc-date[data-vc-date-month="next"] {
  background: transparent !important;
}

/* line 112, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-month="prev"]::before, .vc-date[data-vc-date-month="prev"]::after,
.vc-date[data-vc-date-month="next"]::before,
.vc-date[data-vc-date-month="next"]::after {
  display: none !important;
}

/* line 116, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="first"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"]) {
  position: relative;
  background: transparent !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  overflow: visible;
}

/* line 124, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="first"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"])::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: rgba(var(--tenant-primary-color-rgb, 59, 130, 246), 0.15);
  z-index: 0;
}

/* line 134, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="first"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"])::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tenant-primary-color);
  border-radius: 9999px 0 0 9999px;
  z-index: 1;
}

/* line 147, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="middle"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"]) {
  background-color: rgba(var(--tenant-primary-color-rgb, 59, 130, 246), 0.15) !important;
  border-radius: 0 !important;
  color: #1f2937 !important;
  font-weight: normal !important;
}

/* line 153, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-date[data-vc-date-selected="middle"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"]) {
  color: #e5e7eb !important;
}

/* line 158, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="last"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"]) {
  position: relative;
  background: transparent !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  overflow: visible;
}

/* line 166, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="last"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"])::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(var(--tenant-primary-color-rgb, 59, 130, 246), 0.15);
  z-index: 0;
}

/* line 176, app/assets/stylesheets/preline_datepicker.scss */
.vc-date[data-vc-date-selected="last"]:not([data-vc-date-month="prev"]):not([data-vc-date-month="next"])::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tenant-primary-color);
  border-radius: 0 9999px 9999px 0;
  z-index: 1;
}

/* line 189, app/assets/stylesheets/preline_datepicker.scss */
.vc[data-vc-type="multiple"] [data-vc="grid"] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  /* line 195, app/assets/stylesheets/preline_datepicker.scss */
  .vc[data-vc-type="multiple"] [data-vc="grid"] {
    flex-direction: row;
    gap: 1.5rem;
  }
}

/* line 200, app/assets/stylesheets/preline_datepicker.scss */
.vc[data-vc-type="multiple"] [data-vc="column"] {
  flex: 1;
  min-width: 240px;
}

/* line 205, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-date {
  color: #e5e7eb;
}

/* line 206, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-date:hover:not([data-vc-date-selected]):not([data-vc-date-today]) {
  background-color: #374151;
}

/* line 207, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-date[data-vc-date-month="prev"], .dark .vc-date[data-vc-date-month="next"] {
  color: #6b7280;
}

/* line 209, app/assets/stylesheets/preline_datepicker.scss */
.vc-months {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.5rem 0;
}

/* line 210, app/assets/stylesheets/preline_datepicker.scss */
.vc-months__month {
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  cursor: pointer;
  background: transparent;
  transition: all 0.15s;
}

/* line 215, app/assets/stylesheets/preline_datepicker.scss */
.vc-months__month:hover {
  border-color: var(--tenant-primary-color);
  color: var(--tenant-primary-color);
}

/* line 216, app/assets/stylesheets/preline_datepicker.scss */
.vc-months__month[data-vc-months-month-selected] {
  background-color: var(--tenant-primary-color);
  border-color: var(--tenant-primary-color);
  color: white;
}

/* line 217, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-months__month {
  border-color: #4b5563;
  color: #e5e7eb;
  background-color: #374151;
}

/* line 218, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-months__month:hover {
  border-color: var(--tenant-primary-color);
  color: var(--tenant-primary-color);
}

/* line 219, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-months__month[data-vc-months-month-selected] {
  background-color: var(--tenant-primary-color);
  border-color: var(--tenant-primary-color);
  color: white;
}

/* line 221, app/assets/stylesheets/preline_datepicker.scss */
.vc-years {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0.5rem 0;
}

/* line 222, app/assets/stylesheets/preline_datepicker.scss */
.vc-years__year {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  cursor: pointer;
  background: transparent;
  transition: all 0.15s;
}

/* line 227, app/assets/stylesheets/preline_datepicker.scss */
.vc-years__year:hover {
  border-color: var(--tenant-primary-color);
  color: var(--tenant-primary-color);
}

/* line 228, app/assets/stylesheets/preline_datepicker.scss */
.vc-years__year[data-vc-years-year-selected] {
  background-color: var(--tenant-primary-color);
  border-color: var(--tenant-primary-color);
  color: white;
}

/* line 229, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-years__year {
  border-color: #4b5563;
  color: #e5e7eb;
  background-color: #374151;
}

/* line 230, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-years__year:hover {
  border-color: var(--tenant-primary-color);
  color: var(--tenant-primary-color);
}

/* line 231, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc-years__year[data-vc-years-year-selected] {
  background-color: var(--tenant-primary-color);
  border-color: var(--tenant-primary-color);
  color: white;
}

/* line 233, app/assets/stylesheets/preline_datepicker.scss */
.vc-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 234, app/assets/stylesheets/preline_datepicker.scss */
.vc-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* line 235, app/assets/stylesheets/preline_datepicker.scss */
.vc-controls__slots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 237, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select] {
  position: relative;
}

/* line 238, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown], .vc .hs-select-dropdown {
  position: absolute !important;
  z-index: 10000 !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
}

/* line 243, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc [data-hs-select-dropdown], .dark .vc .hs-select-dropdown {
  background-color: #1f2937;
  border-color: #374151;
}

/* line 244, app/assets/stylesheets/preline_datepicker.scss */
.vc, .vc * {
  overflow: visible;
}

/* line 245, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-vc="wrapper"], .vc [data-vc="content"] {
  overflow: visible;
}

/* line 246, app/assets/stylesheets/preline_datepicker.scss */
.vc select {
  max-height: none;
  overflow: visible;
}

/* line 247, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown] {
  border-radius: 0.5rem !important;
  padding: 0.25rem 0 !important;
}

/* line 248, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown] [data-value] {
  border-radius: 0 !important;
  padding: 0.5rem 0.75rem !important;
  background-color: transparent !important;
}

/* line 249, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown] [data-value]:hover {
  background-color: #f3f4f6 !important;
}

/* line 250, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc [data-hs-select-dropdown] [data-value]:hover {
  background-color: #1f2937 !important;
}

/* line 251, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown] .selected[data-value] {
  background-color: #f3f4f6 !important;
}

/* line 252, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc [data-hs-select-dropdown] .selected[data-value] {
  background-color: #1f2937 !important;
}

/* line 253, app/assets/stylesheets/preline_datepicker.scss */
.absolute[data-hs-select-dropdown] {
  max-height: 200px !important;
  overflow-y: auto !important;
}

/* line 254, app/assets/stylesheets/preline_datepicker.scss */
.vc-header select option, .vc select option, [data-vc="header"] select option {
  padding: 0.5rem;
}

/* line 255, app/assets/stylesheets/preline_datepicker.scss */
.hs-select-dropdown-content, [data-hs-select-dropdown-content] {
  max-height: 200px;
  overflow-y: auto;
}

/* line 256, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown]::-webkit-scrollbar {
  width: 6px;
}

/* line 257, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown]::-webkit-scrollbar-track {
  background: transparent;
}

/* line 258, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown]::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 9999px;
}

/* line 259, app/assets/stylesheets/preline_datepicker.scss */
.vc [data-hs-select-dropdown]::-webkit-scrollbar-thumb:hover {
  background-color: #9ca3af;
}

/* line 260, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc [data-hs-select-dropdown]::-webkit-scrollbar-thumb {
  background-color: #1f2937;
}

/* line 261, app/assets/stylesheets/preline_datepicker.scss */
.dark .vc [data-hs-select-dropdown]::-webkit-scrollbar-thumb:hover {
  background-color: #374151;
}

/* line 264, app/assets/stylesheets/preline_datepicker.scss */
.hs-select-filter .hs-select > button {
  position: relative;
}

/* line 267, app/assets/stylesheets/preline_datepicker.scss */
.hs-select-filter .hs-select > button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5 5 5-5'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1, app/assets/stylesheets/timeline.scss */
.timeline {
  list-style: none;
  padding: 20px 0 10px;
  position: relative;
}

/* line 6, app/assets/stylesheets/timeline.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-left: -1.5px;
}

/* line 17, app/assets/stylesheets/timeline.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 21, app/assets/stylesheets/timeline.scss */
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

/* line 27, app/assets/stylesheets/timeline.scss */
.timeline > li:after {
  clear: both;
}

/* line 31, app/assets/stylesheets/timeline.scss */
.timeline > li:last-child {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/print.scss */
.profiler-results,
h3,
.button {
  display: none;
}

/* line 9, app/assets/stylesheets/print.scss */
h3.print-header {
  display: block;
}
