.text-pink {
  color: #000000;
}
.text-gray {
  color: #959595;
}
.text-black {
  color: #444;
}
.text-red {
  color: #fb5d6e;
}
.text-blue {
  color: #6992cc;
}
.text-green {
  color: #6cc983;
}
.text-yellow {
  color: #cacc81;
}
.sidebar {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(44, 52, 57, 0.06);
}
.sidebar .sidebar-heading {
  padding: 10px 20px 10px 50px;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #959595;
  font-weight: 800;
}
.sidebar .sidebar-content {
  padding: 10px 20px 10px 50px;
}
.sidebar hr {
  border: 1px solid #e9e9e9;
  margin: 0;
}
.sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar ul li a {
  position: relative;
  display: block;
  padding: 20px 10px 20px 40px;
  text-decoration: none;
  font-weight: 700;
  color: #414340;
}
.sidebar ul li a.active {
  color: #fcc385;
}
.sidebar ul li a.sidebar-item-profile::before {
  content: " ";
  background: url("../images/lk/ico-profile.png") no-repeat;
  width: 45px;
  height: 50px;
  position: absolute;
  left: -33px;
  top: 18px;
}
.sidebar ul li a.sidebar-item-orders::before {
  content: " ";
  background: url("../images/lk/ico-orders.png") no-repeat;
  width: 45px;
  height: 50px;
  position: absolute;
  left: -33px;
  top: 7px;
}
.sidebar ul li a.sidebar-item-bonuses::before {
  content: " ";
  background: url("../images/lk/ico-bonuses.png") no-repeat;
  width: 45px;
  height: 50px;
  position: absolute;
  left: -33px;
  top: 12px;
}
.sidebar ul li a.sidebar-item-logout::before {
  content: " ";
  background: url("../images/lk/ico-logout.png") no-repeat;
  width: 45px;
  height: 50px;
  position: absolute;
  left: -33px;
  top: 15px;
}
/*# sourceMappingURL=lk.css.map */