.loading{
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 21474839; /*[-3]47*/
  background: rgba(0,0,0,0.5);
  padding-top: 30%;
}

.ovLay{
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 21474836; /*47*/
  background: rgba(0,0,0,0.8);
}

#orbLetDock{
  height: 95%;
  width: 100%;
  overflow-y: scroll;
}

.hideLoad{
  visibility: hidden;
}

.imgLoad{
  width: 20%;
  height: auto;
  border-radius: 12px;
  opacity: 0.4;
}

.panel{
  background: transparent;
}

a{
  color: currentColor;
}

.nw-logo
{
  margin-left: -30%;
  height: 100%;
  width: auto;
}