.hidden {
  display: none !important;
}

.plexus-loader {
  background: rgba(0,0,0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plexus-loader .loader {
  color: #fff;
  font-size: 24px;
}

.plexus-loader .loader span {
  font-weight: bold;
  text-decoration: underline;
}


.plexus {

}

.plexus a {
  display: inline-block;
  width: auto;
 padding: 15px;
 font-size: 16px;
 text-decoration: none;
 color: #FFF;
 background: #53bf45;
 border-radius: 5px;
 margin-top: 15px;
}
