@media(max-width:991px){

/*.sidebar{*/

/*left:-260px;*/

/*transition:.3s;*/

/*}*/

/*.sidebar.show{*/

/*left:0;*/

/*}*/

.content{

margin-left:0;

padding:15px;

}

.topbar{

flex-direction:column;

gap:15px;

}

.search-box{

width:100%;

}

}

@media(max-width:768px){

.kpi{

min-height:auto;

}

}