﻿.sidebar_dropdown {
  bottom: 0 !important;
}
.dropdown {
  bottom: 8px;
  font-size: 11px !important;
}
.side__menu__item {
  position: relative;
}
.dropdown-menu {
  right: 0 !important;
  height: 443px;
}
.sideBarDropdownItem {
  color: black;
  box-sizing: border-box;
}
.side__menu {
  position: relative;
}
.openSideBarImageFigure {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  display: flex;
  align-items: center;
}
.openSideBarImage.active {
  transform: rotateZ(180deg);
}
.openSideBarImage {
  width: 40px;
  transform: rotateZ(0);
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.openClassName {
  transform: translateY(-50%) translateX(60px) !important;
}
.sideBarMoreItems {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transform: translateX(60px);
  background-color: #eb3437;
  transition: all 0.3s ease-in-out;
}
.sideBarMoreItems.moreItemsActive {
  transform: translateX(0px);
}
.moreItems {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px 0;
}
.moreItems svg {
  width: 22px;
  height: 22px;
}
.moreItems p {
  margin: 0 !important;
  color: white;
}

@media (min-width: 750px) {
  .side {
    position: fixed;
    z-index: 960;
    top: 50%;
    /* transform: translateY(-50%) translateX(50px); */
    transform: translateY(-50%);
    right: 0;
    border-top-left-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
    background-color: #eb3437;
    border: none;
    box-shadow: 0px 0px 7px #eb3437;
    width: 6rem;
    transition: all 0.3s ease-in-out;
  }

  .side__menu {
    margin: 6rem 0;
    padding: 0;
  }

  .side__menu__item {
    color: #faf9fb;
    display: block;
    margin: 4rem 0rem;
    text-align: center;
    padding: 1rem 0;
    cursor: pointer;
  }

  .side__menu__item p {
    margin: 0;
    color: #faf9fb;
  }

  .side__menu__item i {
    text-align: center;
    font-size: 2rem;
    color: #faf9fb !important;
    padding: 0 0.5rem;
  }

  .side__menu__item a {
    text-decoration: none;
    color: white;
  }

  .side__menu__item a:hover {
    text-decoration: none;
    color: white;
  }

  .side__menu .active {
    /* background-color: white; */
    background-color: #b6191b;
    /* color: #eb3437; */
  }
  /* .side__menu .active svg path {
    fill: #eb3437;
  } */
}

@media (max-width: 750px) {
  .openSideBarImageFigure {
    display: none;
  }
  .sideBarMoreItems {
    flex-direction: row;
    right: 0;
    transform: translateY(60px) translateX(0px);
  }
  .side {
    /* overflow: hidden; */
    position: fixed;
    height: 64px;
    z-index: 960;
    bottom: 0;
    text-align: center;
    right: 0;
    width: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #eb3437;
    border: none;
  }

  .side__menu {
    margin: 0 2rem;
    padding: 0;
    display: flex;
    align-items: normal;
    justify-content: space-around;
  }

  .side__menu__item {
    color: #faf9fb;
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    padding: 1.3rem 3%;
    margin: 0;
    cursor: pointer;
    width: 20%;
  }

  .side__menu__item p {
    margin: 0;
    color: #faf9fb;
  }

  .side__menu__item i {
    text-align: center;
    font-size: 2rem;
    color: #faf9fb !important;
    padding: 0 0.5rem;
  }

  .side__menu__item a {
    text-decoration: none;
    color: white;
  }

  .side__menu .active {
    color: #faf9fb;
    background-color: #b6191b;
  }
}
@media (max-width: 420px) {
  .side__menu__item {
    padding: 1.3rem 1% !important;
  }
}
