/* Base */
html { overscroll-behavior: none; height: 100%; font-size: var(--siteScale); }
body { overscroll-behavior: none; height: 100%; font-size: var(--bodyFontSize); font-family: var(--bodyFont); font-weight: var(--wRegular); background-color: hsl(var(--white)); color: hsl(var(--bodyFontColor)); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: var(--bodyFont) !important; font-weight: var(--wHeavy); }
.alert p:last-child,
.alert p:only-child { margin-bottom: 0; }

.tooltip { pointer-events: none; }

/* Datepicker */
#ui-datepicker-div { z-index: 999 !important; }
body .ui-datepicker.ui-widget-content { padding: 0.75rem; }
body .ui-datepicker.ui-widget-content tr th { background-color: transparent; }
body .ui-datepicker.ui-widget-content tr th span { font-weight: var(--wBold); }
body .ui-datepicker.ui-widget-content .ui-datepicker-header { display: flex; }
body .ui-datepicker.ui-widget-content .ui-datepicker-prev,
body .ui-datepicker.ui-widget-content .ui-datepicker-next { width: 2.5rem; height: 2.5rem; position: relative; inset: auto; background-color: hsl(0, 0%, 95%); border: 0.0625rem solid hsl(0, 0%, 92.5%); }
body .ui-datepicker.ui-widget-content .ui-datepicker-prev { order: 2; }
body .ui-datepicker.ui-widget-content .ui-datepicker-next { order: 3; margin-left: 0.25rem; }
body .ui-datepicker.ui-widget-content .ui-datepicker-prev:hover,
body .ui-datepicker.ui-widget-content .ui-datepicker-next:hover { background-color: hsl(0, 0%, 95%) !important; }
body .ui-datepicker.ui-widget-content .ui-datepicker-title { order: 1; display: flex; align-items: center; margin: 0 auto 0 0; font-size: 1rem; font-weight: var(--wHeavy); }
body .ui-datepicker.ui-widget-content .ui-datepicker-year { width: auto; border: none; outline: none; font-weight: inherit; }
body .ui-datepicker.ui-widget-content td { border: none; border-radius: 50vw; }
body .ui-datepicker.ui-widget-content td a,
body .ui-datepicker.ui-widget-content td span.ui-state-default { border-radius: 50vw; }
body .ui-datepicker.ui-widget-content td:hover,
body .ui-datepicker.ui-widget-content td a:hover { border-radius: 50vw; }
body #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-current-day { background-color: hsl(0, 0%, 95%); color: hsl(0, 0%, 20%); font-weight: var(--wRegular); }
body #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default { background-color: hsl(0, 0%, 95%); border: 0.0625rem solid hsl(0, 0%, 92.5%); color: hsl(0, 0%, 20%); }

/* Logins */
.login-section-wrap { display: flex; justify-content: center; align-items: center; padding: 8rem 1rem; background: url('https://propertyvalet.icnd-cdn.com/images/homeslideshow/877E121FWinter%20Header.png') no-repeat center center / cover; }
.login-section-block { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; padding: 1.5rem 2rem; background: hsla(var(--black), 85%); border-radius: 0.625rem;; color: hsl(0, 0%, 100%); }
.login-section-block img { width: 100%; max-width: 15rem; height: auto; }
.login-wrap { width: 20rem; padding: 0; background-color: transparent; }
@media( max-width: 768px ){
  .login-wrap { width: 15rem; }
}

.login-form-wrap .login-form-item {  }
.login-form-wrap .login-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; color: hsl(0, 0%, 100%); }
.login-form-wrap form { margin-bottom: 1rem; }
.login-form-wrap form .alert { margin-top: 1rem; }
.login-form-wrap .control-group { margin-bottom: 1rem; font-size: 1rem; }
.login-form-wrap .control-group:last-child { margin-bottom: 0; }
.login-form-wrap .control-group label { line-height: 1; }

.app-wrapper { min-height: 100vh; position: relative; padding: 0 0 5rem 0; background-color: hsl(var(--grayColor1)); transition: all 0.25s; }
.app-wrapper:has(.inbox-tile) { padding-bottom: 0; }
@media( min-width: 1025px ){
  .app-wrapper:has(.app-sidebar) { padding-left: 12.5rem; }
  .sidenav-toggled .app-wrapper:has(.app-sidebar) { padding-left: 3.125rem; }
}

/* App Sidebar */
.app-sidebar { width: 12.5rem; height: calc(100vh - 5.75rem); flex-shrink: 0; display: flex; flex-direction: column; position: absolute; top: 5.75rem; left: 0; z-index: 99; padding: 2.75rem 0.1875rem 6.5rem 0.5rem; background-color: hsl(var(--grayColor1)); border-right: 0.125rem solid hsl(var(--grayColor2)); transform: translateX(-100%); transition: all 0.25s; scrollbar-gutter: stable; }
/* html.modal-open .app-sidebar { z-index: 0; } */
body.sidenav-toggled .app-sidebar { transform: translateX(0); }
.app-sidebar-overlay { opacity: 0; visibility: hidden; width: 100%; height: 100vh; position: absolute; top: 0; left: 0; z-index: 2; background-color: hsla(var(--siteColor1), 0.1); }
.sidenav-toggled .app-wrapper:has(.app-sidebar) .app-sidebar-overlay { opacity: 1; visibility: visible; }
.sidenav-toggled .app-sidebar-overlay { opacity: 0; visibility: hidden; }

.app-sidebar .app-menu { list-style: none; height: 100%; display: flex; flex-direction: column; gap: 0.375rem; margin: 0; padding: 0; }
.app-sidebar .app-menu a { display: flex; align-items: center; column-gap: 0.5rem; width: 100%; height: 2rem; padding: 0 0.875rem 0 0.9375rem; font-size: 1rem; color: hsl(var(--black), 65%); font-weight: var(--wBold); text-decoration: none; }
.app-sidebar .app-menu a.active { color: hsl(var(--black)); }
.app-sidebar .app-menu a:hover { color: hsl(var(--black)); }
.app-sidebar .app-menu a .fa { position: relative; top: -0.0625rem; font-size: 1.25rem; }
.app-sidebar.collapsed { width: 3.125rem; padding: 2.75rem 0.1875rem 0 0.1875rem; }
@media(min-width: 1025px) {
  .app-sidebar { width: 12.5rem; height: 100%; position: fixed; top: 0; z-index: 1; transform: translateX(0); padding: 2.75rem 0.1875rem 1.5rem 0.5rem; }
  .app-menu__label { opacity: 1; visibility: visible; max-width: 12rem; transition: all 0.2s; }
  body.sidenav-toggled .app-sidebar { width: 3.125rem; }
  body.sidenav-toggled .app-sidebar-overlay { display: none; }
  body.sidenav-toggled .app-sidebar .app-menu a { padding: 0.5rem; }
  body.sidenav-toggled .app-menu__label { max-width: 0; opacity: 0; visibility: hidden; }
}

/* App Content */
.app-content { position: relative; z-index: 1; background-color: hsl(var(--backgroundColor1)); }
.app-content-owner-calendar .tile { background-color: hsl(var(--grayColor1)); }

/* App Content Header */
.app-header { width: 100%; display: flex; justify-content: space-between; align-items: center; position: relative; padding: 1.5rem 1.25rem; background-color: hsl(var(--black)); border-bottom: 0.125rem solid hsl(var(--grayColor2)); }
.app-header .app-header-column { display: flex; gap: 0.9375rem; }
.app-header .app-header-column-left { flex-grow: 1; justify-content: center; }
.app-header .app-header-column-right { flex-grow: 1; justify-content: flex-end; }
.app-header .app-sidebar__toggle { display: flex; align-items: center; position: absolute; top: 50%; left: 1rem; transform: translate(0, -50%); color: hsl(var(--white)); }
.app-header .app-sidebar__toggle .icon { width: 2rem; height: 2rem; }
.app-header .app-header__logo { overflow: hidden; display: block; max-width: 15rem; margin: auto 0.5rem; }
.app-header .app-header__logo img { width: 100%; max-width: 18.75rem; height: auto; }
@media(min-width: 1025px) {
  .app-header .app-header-column-left { justify-content: flex-start; padding-left: 0; }
  .app-wrapper:has(.app-sidebar) .app-header-column-left { padding-left: 3rem; }
}

.app-header-btn-group .dropdown-toggle { width: 2.5rem; height: 2.5rem; display: flex; justify-content: center; align-items: center; background-color: hsl(var(--grayColor2)); border: none; border-radius: 50vw; box-shadow: none; padding: 0.25rem; }
.app-header-btn-group.show .dropdown-toggle:hover,
.app-header-btn-group.show .dropdown-toggle:focus,
.app-header-btn-group.show .dropdown-toggle:active { background-color: hsl(var(--grayColor2)); box-shadow: none; }
.app-header-btn-group .dropdown-toggle:after { display: none; }
.app-header-btn-group .dropdown-toggle img { display: block; object-fit: contain; width: 100%; height: auto; }
.app-header-dropdown-menu { display: block !important; opacity: 0; visibility: hidden; min-width: 15rem; transform: none !important; top: calc(100% + 0.625rem) !important; right: 0 !important; left: auto !important; padding: 1.5rem; border-radius: 0.1875rem; border: none; box-shadow: 0 0.1875rem 0.3125rem 0 hsla(217.89, 76%, 14.71%, 0.2); color: hsl(var(--textColor1)); transition: all 0.25s; }
.app-header-btn-group.show .app-header-dropdown-menu { opacity: 1; visibility: visible; }
.app-header-dropdown-user { display: flex; align-items: center; gap: 0.75rem; }
.app-header-dropdown-user > img { object-fit: contain; width: 3rem; height: 3rem; padding: 0.3125rem; background-color: hsl(var(--grayColor2)); border-radius: 0.1875rem; }
.app-header-dropdown-user-info { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1rem; font-size: 0.875rem; }
.app-header-dropdown-user-info .name { color: hsl(var(--siteColor1)); font-weight: 700; }
.app-header-dropdown-links .app-header-dropdown-link { padding: 0.5rem 0.75rem; font-size: 0.875rem; color: hsl(var(--siteColor1)); font-weight: 700; }
@media(min-width: 480px) {
  .app-header-dropdown-menu { min-width: 22.5rem; }
}

.app-content { flex-basis: 100%; width: 100%; }
.app-content .main-container { max-width: 100%; padding: 0; text-align: left; }
.app-content .dashboard-tile { padding: 1.5rem 0.9375rem 1.5rem 1.0625rem; }

/* Dashboard */
.dashboard-primary-info { display: flex; flex-direction: column; }
.dashboard-primary-info .title { width: 100%; flex-basis: 100%; font-weight: var(--wHeavy); }
.dashboard-primary-dates { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.dashboard-primary-dates .dashboard-date-alert-wrap { flex-basis: calc(50% - 0.25rem); width: calc(50% - 0.25rem); max-width: 12.5rem; }
.dashboard-property-info { margin-bottom: 1.25rem; }
.dashboard-property-info .dashboard-property-form { flex-basis: 100%; }
.dashboard-property-info .dashboard-property-img-wrap { flex-basis: 100%; }
.dashboard-property-info .dashboard-property-nights { flex-grow: 1; flex-basis: 100%; display: flex; gap: 0.5rem; flex-direction: column; justify-content: center; align-items: center; padding: 0.5rem 1rem; background-color: hsl(var(--white)); /* border: 0.125rem solid hsl(0, 0%, 90%); */ border-radius: 0.625rem; box-shadow: 0 0.0625rem 0.375rem 0.0625rem hsla(0, 0%, 0%, 0.2); font-size: 1rem; line-height: 1.15; text-align: center; font-weight: var(--wMedium); }
.dashboard-property-info .dashboard-property-nights strong { font-weight: var(--wHeavy); }
.dashboard-property-info .dashboard-property-nights span { font-size: 2rem; font-weight: var(--wBlack); }
.dashboard-property-info .dashboard-property-nights .alert { margin-bottom: 0; padding: 0.25rem 2rem; border: 0.125rem solid hsl(var(--ownerPortalColor6)); border-radius: 0.25rem; font-size: 1rem; line-height: 1; font-weight: var(--wBold); }
@media(min-width: 360px){
  .dashboard-property-info .dashboard-property-form { flex-basis: calc(50% - 0.625rem); max-width: calc(50% - 0.625rem); }
  .dashboard-property-info .dashboard-property-img-wrap { flex-basis: calc(50% - 0.625rem); }
  .dashboard-property-info .dashboard-property-nights { flex-basis: calc(50% - 0.625rem); max-width: calc(50% - 0.625rem); }
  .dashboard-property-info:has(.dashboard-property-img-wrap) .dashboard-property-form { flex-basis: 100%; max-width: 100%; }
  .dashboard-property-info:has(.dashboard-property-img-wrap) .dashboard-property-nights { flex-basis: calc(50% - 0.625rem); }
}
@media(min-width: 480px){
  .dashboard-property-info:has(.dashboard-property-img-wrap) .dashboard-property-form { flex-basis: 100%; }
  .dashboard-property-info .dashboard-property-img-wrap { flex-basis: calc(50% - 1.25rem); }
  .dashboard-property-info .dashboard-property-nights { flex-basis: calc(50% - 1.25rem); }
}
@media(min-width: 992px){
  .dashboard-primary-info { margin-bottom: 3rem; }
  .dashboard-property-info .dashboard-property-form { flex-basis: 100%; }
  .dashboard-property-info .dashboard-property-img-wrap { flex-basis: calc(50% - 1.25rem); }
  .dashboard-property-info .dashboard-property-nights { flex-basis: calc(50% - 1.25rem); }
}
@media(min-width: 1500px){
  .dashboard-property-info .dashboard-property-img-wrap { flex-basis: calc(40% - 1.25rem); max-width: calc(40% - 1.25rem); }
  .dashboard-property-info:has(.dashboard-property-img-wrap) .dashboard-property-form { flex-basis: calc(40% - 1.25rem); max-width: calc(40% - 1.25rem); }
  .dashboard-property-info:has(.dashboard-property-img-wrap) .dashboard-property-nights { flex-basis: 20%; max-width: 20%; /* font-size: 1.25rem; */ }
  /* .dashboard-property-info .dashboard-property-nights span { font-size: 2.5rem; } */
}

/* Dashboard Graph */
.dashboard-info-block .dashboard-info-total-wrap { flex-basis: 100%; display: flex; justify-content: center; align-items: center; margin: 2rem 0; font-size: 1.5rem; }
.dashboard-info-block .dashboard-info-total { display: flex; gap: 0.5rem }
.dashboard-info-block .dashboard-info-total strong { font-weight: var(--wHeavy); }
.dashboard-info-block .dashboard-info-graph-title { margin: 0 auto; padding: 0.375rem 2rem; background-color: hsl(var(--ownerPortalColor2)); border-radius: 0.625rem; box-shadow: 0 0.0625rem 0.375rem 0.0625rem hsla(0, 0%, 0%, 0.2); font-size: 1.25rem; color: hsl(var(--white)); line-height: 1.15; text-align: center; font-weight: var(--wHeavy); }
.dashboard-info-block .dashboard-info-graph-wrap { flex-basis: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.dashboard-info-block .dashboard-info-graph { aspect-ratio: 1 / 1; width: 100% !important; max-width: 30rem; height: auto !important; max-height: 30rem; }
.dashboard-info-block-graph { display: flex; flex-wrap: wrap; gap: 0.5rem; background-color: hsl(var(--white)); /* border: 0.125rem solid hsl(0, 0%, 90%); box-shadow: none; */ }
.dashboard-info-block-graph .dashboard-info-header { width: 100%; }
@media(min-width: 992px){
  .dashboard-info-block .dashboard-info-total { flex-direction: column; }
}
@media(min-width: 1200px){
  .dashboard-info-block .dashboard-info-total-wrap { flex-basis: 100%; justify-content: center; }
  .dashboard-info-block .dashboard-info-graph-wrap { flex-basis: 100%; }
}
@media(min-width: 1400px){
  .dashboard-info-block .dashboard-info-total-wrap { flex-basis: calc(45% - 0.625rem); }
  .dashboard-info-block .dashboard-info-graph-wrap { flex-basis: calc(55% - 0.625rem); }
}

/* Footer Nav */
.app-footer-nav { width: 100%; position: fixed; bottom: 0; left: 0; z-index: 3; padding: 0.5rem; background-color: hsl(var(--white)); box-shadow: 0 -0.0625rem 0.375rem 0.0625rem hsla(0, 0%, 0%, 0.2); }
.app-footer-nav .app-menu { list-style: none; display: flex; justify-content: space-around; align-items: center; margin: 0; padding: 0; }
.app-footer-nav .app-menu__item { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0.5rem; font-size: 0.75rem; font-weight: var(--wMedium); }
.app-footer-nav .app-menu__item:hover { text-decoration: none; }
.app-footer-nav .app-menu__icon { margin-bottom: 0.25rem; font-size: 1.5rem; }
@media(min-width: 1025px) {
  .app-footer-nav { display: none; }
}

/* Betsy Inbox */
.betsy-inbox-iframe { width: 100%; max-width: 150rem; height: calc(100vh - 11rem); /* border-radius: 0.625rem; box-shadow: 0 -0.0625rem 0.375rem 0.0625rem hsla(0, 0%, 0%, 0.2); */ }
@media(min-width: 1025px) {
  .betsy-inbox-iframe { height: calc(100vh - 6.25rem); }
}

/* Footer */
.i-footer { font-family: var(--bodyFont); font-size: 1rem; color: hsl(0, 0%, 100%); }
.i-footer .form-group { margin-bottom: 0.375rem; }
.i-footer input[type=text],
.i-footer input[type=email],
.i-footer input[type=search],
.i-footer input[type=password],
.i-footer input[type=number],
.i-footer input[type=date] { background-clip: padding-box; outline: none; border: 0.0625rem solid hsl(0, 0%, 100%); border-radius: 0; font-size: 1rem; line-height: 1.5; transition: all 0.25s; }
.footer-newsletter-form .btn { border-width: 0.0625rem !important; border-color: hsl(var(--white)) !important; border-radius: 0.125rem; padding: 0.75rem 1rem; font-size: 1rem; color: hsl(var(--white)) !important; font-weight: 400; }
.footer-newsletter-form .btn:hover { transform: none; }
