/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs/index.js??ruleSet[1].rules[0].use[2]!./src/assets/scss-new/user.scss ***!
  \**************************************************************************************************************************************************************************************/
main.main {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-color: #f9f9f7;
}

html:not(.dark) .offcanvas.offcanvas-ivory {
  background-color: #f9f9f7;
}

.offcanvas-ivory .table > :not(caption) > * > * {
  padding: 9px 10px;
}

.table {
  --falcon-table-bg: transparent;
}

.container,
.container-fluid {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.content {
  min-height: unset;
  padding-bottom: 1.25rem;
  height: 100%;
  overflow: visible;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.content-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-inline: 1rem;
}

#main-content-wrapper.main-content-wrapper {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  height: fit-content;
  max-height: calc(100vh - 4.3125rem - 1.25rem);
  overflow: hidden;
  box-shadow: var(--falcon-box-shadow);
}

/*# sourceMappingURL=user.min.css.map*/