.sidebar {
  width: 288px;
  min-height: 100vh;
  border-right: 1px solid #DCDCDC;
  padding: 20px;
}

.sidebar-top-space {
  margin-top: 20px;
}

.sidebar .sidebar-header {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #545454;
  margin-bottom: 20px;
}

.nav-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.nav-item-main.is-active {
  position: relative;
  padding: 5px 0;
  color: #D91918;
  font-weight: 700;
}

.nav-item-main.is-active::before {
  content: '';
  width: calc(100% + 36px);
  height: 100%;
   background: #FDECEC;
  border-radius: 0px 100px 100px 0px;
  position: absolute;
  top: 0;
  left: -20px;
}
.nav-item-main.is-active * {
  z-index: 3;
}

.nav-item-main span {
  display: inline-block;
  margin-left: 8px;
}

.nav-item-main-icon {
  transform: translateY(3px);
}

.nav-item-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item-sub a {
  display: inline-block;
  margin-left: 15px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  padding: 5px 0;
}

.nav-item-top {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

.nav-item-top a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}

.nav-item-top span {
  display: inline-block;
  margin-left: 8px;
}
.nav-item-top img {
  transform: translateY(3px);
}