.simple-layout{position:relative;display:flex;flex-direction:column;margin:0 auto;height:100%}@media only screen and (min-width:600px){.simple-layout{width:100%}}@media only screen and (min-width:768px){.simple-layout{width:100%;max-width:700px}}.simple-layout .app-content{display:flex;flex-grow:1;flex-direction:column;width:100%;overflow:auto;height:100%;z-index:var(--z-index-min)}.simple-layout .app-content .main{height:100%;align-items:center;display:flex;flex:1;flex-direction:column;flex-grow:1;gap:20px;padding:16px;position:relative}.simple-layout .app-content .main-content{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;padding-bottom:55.17px;gap:20px;position:relative;width:100%;height:100%;overflow:auto}