vc-appmenu[theme="noire"] {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  /********* RIGHT location *********/
  /********* LEFT location *********/
  /********* CENTER location *********/
}
vc-appmenu[theme="noire"] .vc-appmenu-appMenu {
  position: relative;
  display: flex;
  margin: 5px 10px;
  cursor: pointer;
}
vc-appmenu[theme="noire"] .vc-appmenu-appMenu .vicon {
  font-size: 25px;
}
vc-appmenu[theme="noire"] .vc-appmenu-appsBox {
  position: absolute;
  z-index: 1000;
  top: 20px;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-end;
}
vc-appmenu[theme="noire"] .vc-appmenu-visibleApps {
  display: flex;
}
vc-appmenu[theme="noire"] .vc-appmenu-tipSup {
  position: relative;
  z-index: 1500;
  top: 9px;
  border-width: 0 9px 9px;
  border-style: dashed dashed solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
vc-appmenu[theme="noire"] .vc-appmenu-tipSub {
  position: relative;
  z-index: 1500;
  top: 3px;
  border-width: 0 8.5px 8.5px;
  border-style: dashed dashed solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
vc-appmenu[theme="noire"] .vc-appmenu-windowBox {
  z-index: 100;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
}
vc-appmenu[theme="noire"] .vc-appmenu-close {
  display: none;
  padding: 15px 15px 0 15px;
  justify-content: flex-end;
}
vc-appmenu[theme="noire"] .vc-appmenu-closeVisible {
  display: flex;
}
vc-appmenu[theme="noire"] vc-scroll {
  flex-grow: 1;
  max-width: 239px;
  max-height: 355px;
}
vc-appmenu[theme="noire"] .vc-appmenu-appsWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 15px;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
vc-appmenu[theme="noire"] .vc-appmenu-windowBox::-webkit-scrollbar {
  display: none;
}
vc-appmenu[theme="noire"] .vc-appmenu-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 69px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  align-items: center;
}
vc-appmenu[theme="noire"] .vc-appmenu-itemIcon {
  font-size: 45px !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
vc-appmenu[theme="noire"] .vc-appmenu-itemSpan {
  font-size: 12px;
}
vc-appmenu[theme="noire"][location="right"] {
  align-items: flex-end;
}
vc-appmenu[theme="noire"][location="right"] .vc-appmenu-appsBox {
  align-items: flex-end;
  right: 0;
}
vc-appmenu[theme="noire"][location="right"] .vc-appmenu-tipSup {
  right: 13.5px;
  left: initial;
}
vc-appmenu[theme="noire"][location="right"] .vc-appmenu-tipSub {
  right: 14.5px;
  left: initial;
}
vc-appmenu[theme="noire"][location="left"] {
  align-items: flex-start;
}
vc-appmenu[theme="noire"][location="left"] .vc-appmenu-appsBox {
  align-items: flex-start;
}
vc-appmenu[theme="noire"][location="left"] .vc-appmenu-tipSup {
  right: initial;
  left: 14.4px;
}
vc-appmenu[theme="noire"][location="left"] .vc-appmenu-tipSub {
  right: initial;
  left: 15px;
}
vc-appmenu[theme="noire"][location="center"] {
  align-items: center;
}
vc-appmenu[theme="noire"][location="center"] .vc-appmenu-appsBox {
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0%);
}
vc-appmenu[theme="noire"][location="center"] .vc-appmenu-tipSup {
  right: initial;
  left: initial;
}
vc-appmenu[theme="noire"][location="center"] .vc-appmenu-tipSub {
  right: initial;
  left: initial;
}
@media (max-width: 800px) {
  vc-appmenu[theme="noire"] {
    position: inherit !important;
  }
  vc-appmenu[theme="noire"] .vc-appmenu-appsBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
  }
  vc-appmenu[theme="noire"][location="center"] .vc-appmenu-appsBox {
    align-items: center;
    left: 0;
    transform: translate(0, 0);
  }
  vc-appmenu[theme="noire"] .vc-appmenu-windowBox {
    flex-direction: column;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    align-self: center;
  }
  vc-appmenu[theme="noire"] vc-scroll {
    max-height: 100%;
    max-width: 100%;
  }
  vc-appmenu[theme="noire"] .vc-appmenu-appsWrapper {
    max-width: inherit !important;
    max-height: inherit !important;
    justify-content: space-around;
  }
  vc-appmenu[theme="noire"] .vc-appmenu-tipSup,
  vc-appmenu[theme="noire"] .vc-appmenu-tipSub {
    display: none;
  }
  vc-appmenu[theme="noire"] .vc-appmenu-item {
    width: 80px;
    padding: 10px;
  }
  vc-appmenu[theme="noire"] .vc-appmenu-itemIcon {
    font-size: 60px !important;
    width: 65px;
    height: 65px;
  }
}
