.right-side-nav-burger {
  display: flex;
  cursor: pointer;
}

.right-side-nav-burger > i {
  color: #585858;
  font-size: 35px;
}

.background-blur {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s, visibility 0.5s;
}

.rightSideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4em;
  filter: none !important;
}

.rightSideNav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

.rightSideNav a:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
}

.rightSideNav .closeRightSideNav {
  position: absolute;
  top: 15px;
  left: 32px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.rightSideNav .closeRightSideNav:hover {
  color: rgba(255, 255, 255, 1);
}

.rightSideNav .closeRightSideNav > i {
  font-size: 35px;
}

@media screen and (max-height: 450px) {
}
