.shell-view {
  width: 100%;
  height: 100%;
}

.shell-view .root:not(.main-flex-container-true) {
  width: 100%;
  height: 100%;
  position: absolute;
}

.shell-view .root {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.root {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flex-columns {
  display: flex;
  flex-direction: row;
}

/* .main {
  z-index: 1;
} */

.flex-flexible {
  flex: 1;
  overflow: hidden;
}

.flex-stack {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.outlet {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* background-color: blue;
  color: red; */
}

/* .root .main > .outlet > div {
    min-width: 320px;
  } */



