.dashboard-logo {
  width: 158px;
  display: block  ;
}


.dropdown-menu {
  margin: 1rem;
  width: 55rem;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
  box-shadow: 0px 7px 84px 0px rgba(0, 115, 224, 0.19);
  position: absolute;
  z-index: 70;
  border: 0px;
  right: -2rem;
  border-radius: 1rem;
}

.addFavContainer {
  margin: 0 1rem;
  padding: 0.5rem;
  width: auto;
  opacity: 1;
  right: 0rem;
  text-align: right;
  overflow: auto;
}    

.addFav:hover > .dropdown-menu {
  display: block;
}

.logoutContainer {
  margin: 0.5rem 0rem;
  padding: 0.5rem;
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
  box-shadow: 0px 7px 84px 0px rgba(0, 115, 224, 0.19);
  position: absolute;
  z-index: 70;
  border: 0px;
  right: 0rem;
  border-radius: 1rem;
  text-align: right;
}

.logoutItem {
  padding: 0.3rem 1rem !important;
  white-space: nowrap !important;
  cursor: pointer;
}
/* menu icon*/

.menuIconContainer {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
  background-color: #ffffff;
  border: 0;
  z-index: 1;
  padding: 0.375rem 0.375rem;
  box-shadow: 6.971px 0.971px 8px 0px rgba(0, 0, 0, 0.08);
}

.menuIcon {
  cursor: pointer;
  width: 2rem;
}


/* top arrow */


.top-arrow {
  position: absolute;
  width: 0px;
  top: -1rem;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fefeff;
  right: 1.5rem;
  z-index: 71;
  border-width: 1rem 0.8rem 0;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  transform: rotateX(180deg);
}

/* navigation header*/
.dropdown-head {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem ;
  clear: both;
  color: #00417e;
  white-space: nowrap;
  border: 0;
  font-weight: 900;
}

.dropdown-item-desk {
  cursor: pointer;
  font-size: 0.9rem;
  white-space: normal;
  line-height: 1.2rem;
  padding: 0.25rem 1rem ;
}

.dropdown-item:hover {
  color: #dea61e;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .dropdown-menu{
    width: 250px;
  }
}
