:root{
  --theram:#230202;
  --theram:linear-gradient(to left,#cb0000,#a74405);
}

.sidebar{
  height: 100vh!important;
  position: fixed;
  top:0;
  left:0;
}

.theme-red .bars{
 
  color: #ffffff!important;
  line-height: 10px;
}

.theme-red{
  margin:0 !important;
}
section.content{margin-top:60px;}

.topbar .brand{
  line-height: 50px;
  margin-left: 50px;
  text-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
 
}
.topbar{
  position: fixed;
  top:0;
  left: 0;
  z-index: 10;
  width: 100%;
  background:var(--theram) ;
  border-radius: 0 0 10px 10px;
  height: 55px;
  box-shadow: 1px 1px 5px rgba(255, 175, 175, 0.87);
}