body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;


}
 body::-webkit-scrollbar {
    display: none;
}


/* .ss-app-container::-webkit-scrollbar {
    display: none;
}  */

.ss-app-container{
    flex: 1 1 1px;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    flex-wrap: wrap;
}

.section-left-column{
    background: #815d5d;
    flex: 1 1 1px;    min-width: 400px;
    display: flex;
    flex-direction: column;
}

.section-right-column{
    background: #ffffff;
    flex: 1 1 1px;    min-width: 400px;
    display: flex;
    flex-direction: column;
 
    overflow: hidden;
  

   
}

.section-addons-column{
    background: #b5d3f0;
    flex: 1 1 1px;    min-width: 400px;
}

.section-bottom-row{
    
    flex: 1 1 1px;
    background: rgb(255, 255, 255);
   height: 20px;
   width: 100%;
   max-height: 100px;
   /* box-shadow: 0px -5px 20px rgb(168, 168, 168); */
}