/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/profile/profile.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/

.content-wrapper.main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  #root, .app-main-wrapper { /* or your main app wrapper */
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  .content-wrapper.main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    /* Remove min-height! */
  }
  
  .footer {
    flex-shrink: 0;
    /* Optionally: */
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
