#react-area-side-menu{
    background-color: white;
}
.page-container{
    max-width: 1920px;
    margin-left:auto;
    margin-right:auto;
}
.custom-area-input {
    height: 24px !important
}
.header-conatiner{
    height: 50px;
    background-color:white;
}
@media(min-width: 506px){
 #body{
        background-color: whitesmoke;
        font-family: 'ABBvoice';
    }
}
@media (max-width: 550px) {
    .react-layout-container {
        margin: 5px;
    }

    #body{
        background-color: white;
        font-family: 'ABBvoice';
    }
   
}
