
/* 
    Created on : 23-Sep-2024, 6:10:50 PM
    Author     : goswami2
*/

.leftPanel .module header h3, .leftPanel .module .moduleHeader h3 {
  display: block;

  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 17px 22px;
  line-height: 16px;
  color: white;
}
.leftPanel .module .moduleBody {
  padding: 10px 18px;
  background: white;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.leftPanel .module .moduleBody ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.leftPanel .module .moduleBody ul li {
  font-size: 13px;
  color: #575760;
  line-height: 16px;
}
.leftPanel .module .moduleBody ul li a {
  display: block;
  padding: 13px 0px;
  line-height: 16px;
  font-size: 13px;
  color: #575760;
  text-decoration: none;
/*  background: url("/assets/themes/ofabee/img/dot.png") 0 100% repeat-x,
    url("/assets/themes/ofabee/img/arrow-right.png") calc(100% - 14px) 50%
      no-repeat;*/
}
.leftPanel .module .moduleBody ul li.active {
  font-weight: 700;
}
.leftPanel .module .moduleBody ul li:last-child a {
/*  background: url("/assets/themes/ofabee/img/arrow-right.png") calc(100% - 14px)
    50% no-repeat;*/
}