.menu-audit {
padding: 7px;
    background: #0000008c;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 10px 0 0 10px;
    height: 100%;
    margin-right: 10px;
}
.menu-audit h3 {
    font-size: 23px;
    color: rgb(255 255 255);
    margin: 0 0 10px;
    padding: 0 5px;
    position: relative;
    FONT-WEIGHT: 900;
    text-align: center;
}
.menu-audit h3:after {
  width: 6px;
  height: 6px;
  background: #80C8A0;
  position: absolute;
  right: 5px;
  bottom: 2px;
  box-shadow: -8px -8px #80C8A0, 0 -8px #80C8A0, -8px 0 #80C8A0;
}
.menu-audit ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 3px solid rgb(255 255 255);
}
.menu-audit li {margin: 5px 0 0 0px;}
.menu-audit a {
  text-decoration: none;
  display: block;  
  font-size: 13px;
  color: rgba(0,0,0,.6);
  padding: 5px;
  position: relative;
    border-radius: 0 10px 10px 0;
  transition: .3s linear;
}
.menu-audit a:after {
    font-family: FontAwesome;
  position: absolute;
  right: 5px;
  color: white;
  transition: .2s linear;
}
.menu-audit a:hover {
  background: linear-gradient(272deg, #c1fdff, transparent);
  color: white;
  border-radius: 0 10px 10px 0;
}
.menu-audit img{
  width: 100px;
}
