/*** 
** Index page style
**/

/* Stable css */
html { max-height: -webkit-fill-available !important } 
body {
    padding: 0;
    margin: 0;
    height: 100%;
    max-height: -webkit-fill-available !important;
    background-color: #F9FAFC !important;
} 
#root { height: 100% }

/* Stable css end */


/* Nov-3 */

/* New */

/* @media (max-width: 600px) { */
    /* #root {
        height: 100vh;
    } */

    /* .LeftSideNav { bottom: 0; position: fixed }  */

    /* .mainBody { padding-bottom: 64px } */

    /* .bodyBox { height: 100% !important } */

    /* .rightSideBox {
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100% !important;
        position: absolute; //
        padding-top: 84px;
    } */

    /* .topHeader {
        top: 0;
        z-index: 1;
        width: 100%;
        position: fixed;  
    }*/

    /* .chat-containerBox{
        top: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
        padding-top: 84px;
        padding-bottom: 64px;
    } */
/* } */
