@import 'base-mobile.css';

body {
  font-size: 12px;
  line-height: 16px;
  color: #181818;
  background-color: #fff;
}

main {
  font-family: Arial, Helvetica, sans-serif;
}

.cmx-webapp main {
  font-family: ui-sans-serif, system-ui, sans-serif, Arial, Helvetica;
}

.c24m-overscroll::before,
.c24m-overscroll::after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  z-index: -1;
}

.c24m-overscroll::before {
  background: #fff;
  bottom: 0;
  height: 90%;
}

.c24m-overscroll::after {
  background: rgb(var(--color-c24Blue));
  top: 0;
  height: 90px;
}

.c24m-page {
  min-height: calc(
    100vh - (env(safe-area-inset-bottom))
  );
  background: #fff;
}

.c24m-page-content {
  display: flex;
  flex-direction: column;
}

.c24m-footer {
  border-top: none;
}

#c24m-nav-slide {
  z-index: 30;
}
