.other-games-tooltip {
  position: relative;
  display: inline-block;
}

.other-games-tooltip .other-game-tooltip-box {
  visibility: hidden;
  width: 140px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
}

.other-games-tooltip:hover .other-game-tooltip-box {
  visibility: visible;
  top: -100%;
  left: 105%;
}

.other-game-tooltip-box ul.gamelist {
  text-align: left;
  list-style-type: disc;
}

.main-wallet-header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #636363;
  font-family: dinproMedium;
  background-color: #ebebeb;
  padding: 20px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.main-wallet-header-row .left-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mainWallet-total {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.main-wallet-header-row .currency {
  color: #053b7a;
  font-size: 20px;
  margin: 0px 0px 0px 10px;
  font-family: DINProRegular;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 23px;
}

.main-wallet-header-row .currency span {
  font-size: 30px;
  margin-left: 10px;
  line-height: 30px;
}

.main-wallet-header-row #refreshBtn {
  cursor: pointer;
  color: #053b7a;
}

.main-wallet-header-row .blueBtn {
  padding: 6px 30px;
}

.all-in-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px;
}

.all-in-section .all-in-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #053b7a;
  width: 46%;
  margin-bottom: 1rem;
}

.all-in-section .all-in-item .dropdownBtn {
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
}

.all-in-section .all-in-item .name-col,
.all-in-section .all-in-item .amount-col {
  font-family: dinproMedium;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
}

.all-in-section .all-in-item .all-in-btn {
  margin-left: 10px;
  padding: 5px 25px;
  font-size: 15px;
  cursor: pointer;
}

#walletBalance {
  font-weight: bolder;
  font-size: 30px;
  font-family: dinprobold;
}
