/* DESKTOP MENU LEFT */
.desktop-menu-left {
  display: none;
}

/* MENU NAVIGATION MOBILE */
.tabbedMobile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  border-top: 1px solid lightgrey;
  border-bottom: 0;
  background-color: #ffffff;
  z-index: 99;
}

.container-menu-icon {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}

.container-menu-icon > .menu-text-submenu {
  position: absolute;
  left: -7em;
  font-weight: bold;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  opacity: 0.8;
  box-shadow: -10px 0px 5px 10px rgba(255, 255, 255, 1);
}

.mobil-submenu {
  flex-direction: column-reverse;
  position: absolute;
  bottom: 42px;
  left: 50%;
  margin-left: -30px;
  z-index: 100;
}

.mobil-submenu-text {
  flex-direction: column-reverse;
  position: absolute;
  bottom: 42px;
  right: 50%;
  margin-right: 38px;
  z-index: 100;
}

.tile-mobile-submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 5px 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 1px 1px 4px 0px #5a9ed6;
  color: #5a9ed6;
  font-size: 20px;
  cursor: pointer;
  z-index: 102;
}

.tile-mobile-submenu:hover {
  background-color: #5a9ed6;
  color: #ffffff;
}

.tile-mobile-submenu-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  padding-right: 5px;
  margin: 5px 0;
  min-width: max-content;
  width: 100%;
  height: 60px;
  border: none;
  color: #5a9ed6;
  font-weight: bold;
  font-size: 16px;
  background-color: white;
  opacity: 0.8;
  box-shadow: -8px 0px 5px 10px rgba(255, 255, 255, 1);
  cursor: pointer;
  z-index: 102;
}

.activeMenuPoint {
  color: #afca0f;
}

.container-menu-icon > i {
  font-size: 18pt;
}

.container-menu-icon > span {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ACCOUNT MENU */
.container-account-setting-more {
  margin: 5em 2em 12em 2em;
}

.container-account-setting-less {
  margin: 5em 2em 12em 2em;
}

.container-show-menu-bttn {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.container-show-menu-bttn > div {
  position: relative;
}

.show-more-menu-bttn,
.show-less-menu-bttn {
  position: fixed;
  top: 50%;
  margin-top: -1em;
  padding: 15px 5px;
  border: 1px solid #999999;
  border-radius: 2px;
  box-shadow: unset;
  background-color: lightgray;
  cursor: pointer;
  z-index: 100;
}

.show-more-menu-bttn {
  left: 220px;
}

.show-less-menu-bttn {
  left: 0px;
}

.menu-blur {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(211, 211, 211, 0.9);
  z-index: 78;
}

.container-account-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: #eaeaea;
  top: 4em;
  bottom: 0;
  left: 0;
  width: 220px;
  border-right: 1px solid #999999;
  padding: 3em 0 0 0;
  text-align: left;
  color: #818181;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.5;
  z-index: 79;
}

.container-account-menu .menu-dropdown-bttn {
  text-decoration: none;
  font-family: inherit;
  color: #818181;
  display: block;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.container-account-menu .menu-dropdown-bttn i {
  float: right;
  padding-right: 8px;
}

.container-account-menu a,
.container-account-menu .menu-dropdown-bttn {
  display: block;
  padding: 0.5em 1em 8px 0.5em;
  text-decoration: none;
  color: #818181;
  text-align: left;
  cursor: pointer;
}

.menu-dropdown-container {
  display: none;
  background-color: #cecece;
  padding-left: 10px;
}

.menu-dropdown-container a {
  font-size: 16pt !important;
  padding-bottom: 0;
}

.container-account-menu a:hover,
.container-account-menu .menu-dropdown-bttn:hover,
.container-account-menu .menu-dropdown-container a:hover {
  color: #484848 !important;
}

.account-menu-active {
  background-color: #acacac !important;
  color: #484848 !important;
}

.anchor-offset {
  display: block;
  position: relative;
  top: -6em;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .tabbedMobile {
    top: 5em;
    bottom: unset;
    border-top: 0;
    border-bottom: 1px solid lightgrey;
  }

  .menu-blur {
    display: none !important;
  }

  .mobil-submenu {
    flex-direction: column;
    top: 42px;
    bottom: unset;
  }

  .mobil-submenu-text {
    flex-direction: column;
    top: 42px;
    bottom: unset;
  }
}

@media screen and (min-width: 1680px) {
  /* DESKTOP MENU LEFT */
  .desktop-menu-left {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -150px;
    width: max-content;
    height: 300px;
    padding: 0 8px;
    box-shadow: 0px 2px 10px #999998;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #ffffff;
    z-index: 1;
  }

  .desktop-menu-left > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    line-height: 1.2;
  }

  .tabbedMobile {
    display: none;
  }

  /* ACCOUNT MENU */
  .container-account-setting-more {
    margin: 6em 5em 12em 16em;
  }

  .container-account-setting-less {
    margin: 6em 5em 12em 5em;
  }
}
