body{
    height: 100vh;
    overflow: hidden;
}
#appId {
  width: 100%;
  height: calc(100vh - 130px);
}
.product-container {
display: none !important;
}

.product-footer {
display: none !important;
}

#footer {
display: none !important;
}


.nav-dropdown.nav-dropdown-simple {
z-index: 99999999 !important;
}