.layout-container{display:flex;width:100%;min-height:calc(100vh - 64px)}.layout-content{flex-grow:1;transition:margin-left .3s ease,width .3s ease;overflow:hidden}.drawer-open .layout-content{margin-left:240px;width:calc(100% - 240px);overflow:hidden}.drawer-closed .layout-content{margin-left:0;width:100%}@media (max-width: 600px){.drawer-open .layout-content{margin-left:0;width:100%}.layout-container{flex-direction:column}}.MuiCard-root{width:100%;max-width:100%;box-sizing:border-box}
