/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body.authorized-layout .authorized-header {
  background: linear-gradient(to bottom, #f5f5f4, #f8f5f2, #ffffff);
}

@media (max-width: 1279px) {
  body.authorized-layout {
    overscroll-behavior-y: none;
  }

  body.authorized-layout .authorized-main {
    padding-bottom: calc(7.25rem + env(safe-area-inset-bottom, 0px));
  }
}

body.authorized-layout .mobile-layout-bottom-nav {
  bottom: calc(0.45rem + env(safe-area-inset-bottom, 0px));
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

@media (max-width: 1279px) {
  body.authorized-layout .schedule-change-proposal-draft-bar {
    bottom: calc(5.8rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 1280px) {
  body.authorized-layout .authorized-header {
    background: #ffffff;
  }
}
