#toolbar-menu a.sign
{
  background-image: url(images/mail_toolbar.png);
  background-position-y: -50px;
  background-position-x: -4px;
}


.btn-wallet {
  cursor: pointer;
  position: relative;
  color: #3498db;
}
.btn-open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.wallet-icon {
  height: 32px;
  margin-right: 25px;
}
.wallet-btn {
  float: left;
  margin: 0px;
  width: 100%;
  color: #2C363A;
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 0px;
}
html.dark-mode .wallet-btn {
  float: left;
  margin: 0px;
  width: 100%;
  color: #A5B1B3;
  font-weight: 700;
  background-color: #21292C;
  border-radius: 0px;
}
.wallet-btn:hover {
  color: #ffffff !important;
  background-color: #3498db !important;
}
.wdropdown {
  display: none;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  width:117px;
  margin-left: -12px;
  padding-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.overlay{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.overlaystatus {
  position: relative;
  top: calc(50% - 100px);
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}