body.rfv-page {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

body.rfv-page .app-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

body.rfv-page main.fullwidth {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}

body.rfv-page .rfv-container {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: none;
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}

body.rfv-page .rfv-matrix-container {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body.rfv-page .rfv-matrix {
  flex: 0 0 auto;
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  display: block;
  padding: 0.5rem;
  box-sizing: border-box;
}

body.rfv-page .rfv-matrix-wrapper {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box;
  grid-template-columns: minmax(44px, auto) minmax(44px, auto) minmax(0, 1fr) !important;
}

body.rfv-page .rfv-grid {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  justify-self: stretch !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.rfv-page .rfv-axis-x-headers {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

@media (min-width: 600px) {
  body.rfv-page .rfv-matrix-wrapper {
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 599px) {
  body.rfv-page .rfv-matrix-wrapper {
    min-width: 680px;
  }
}
