.dashboard-layout{
    display:flex;
    flex-direction:row-reverse;
    min-height:100vh;
}

.client-sidebar{

width:280px;

background:#fff;

box-shadow:0 0 20px rgba(0,0,0,.08);

}

.dashboard-content{

flex:1;

padding:30px;

}