body {
  background: #0b1320;
}
footer {
  background: rgba(19, 33, 51, 1);
}

#connectMain {
  display: none;
}

#wallet_container {
  margin-top: 80px;
  height: 700px;
  width: 92%;
  margin-left: 4%;
  /* background-color: red; */
  color: white;
}

#dwSelect {
  margin-bottom: 20px;
  display: flex;
}

.dw {
  background: rgba(80, 80, 80, 0.8);
  height: 36px;
  width: fit-content;
  padding-right: 10px;
  border-radius: 18px;
  margin-right: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.dw div {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: rgb(45, 45, 45);
  color: white;
  font-size: 17px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dw[data-selected="y"] {
  background: rgba(0, 122, 255, 0.3);
  color: rgb(0, 122, 255);
}
.dw[data-selected="y"] div {
  background-color: rgb(0, 122, 255);
}

.dwContainers p {
  color: grey;
  margin: 0;
}

.dwContainers button {
  border-radius: 20px;
  height: 56px;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: #28354b;
}

.dwContainers button:hover {
  background-color: #111e33;
}

.dwContainers button img {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.dwContainers button span {
  margin-left: auto;
  margin-right: 10px;
  font-size: 30px;
}

#withdrawContainer {
  display: none;
}

.dwPopupTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  /* background-color: #28354bc0; */
  border-radius: 10px;
}

.dwPopupTitle img {
  width: 30px;
  margin-right: 10px;
}

.dwPopup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dwPopup p {
  margin: 0;
}

.dwPopup input {
  font-size: 20px;
  width: fit-content;
}
.dwPopup > input {
  text-align: center;
}

.dwInputNote {
  color: grey;
  margin-bottom: 20px !important;
  font-size: 12px;
}

.hederaError {
  display: none;
  text-align: center;
}

.dwDWField {
  display: flex;
}

.dwDWField input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-color: #2196f3;
  width: 170px;
}

.dwDWField button {
  margin-left: 0;
  background-color: #2196f3;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 16px;
  width: 85px;
}

.copyInput {
  display: flex;
}
.copyInput input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
  width: 200px;
  height: 40px;
}

.copyInput button {
  width: 60px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  /* background-color: #0b1320ac; */
}

#tonDeposit p {
  margin-bottom: 15px;
}

#topUpTxt {
  margin: unset;
  font-size: unset;
}

#topUpBtn[data-active="true"] {
  background-color: #f1800f;
}

#htsDepositDropdown {
  margin-bottom: 15px;
  width: 90px;
}

#htsWithdrawDropdown, #xrpltoWithdrawDropdown {
  margin-bottom: 15px;
  width: 90px;
}

.dropdown-btn {
  background-color: #0f212e;
}

/* #open_htsDeposit, #open_htsWithdraw {
	display: none;
} */

#bonus {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  border-radius: 20px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 96%;
  height: 60%;
  background: rgb(20, 28, 51);
  background: linear-gradient(180deg, rgba(20, 28, 51, 1) 0%, rgba(1, 63, 148, 1) 100%);
}

#bonus h2 {
  position: absolute;
  top: 20px;
}

#bonus h3 {
  position: absolute;
  top: 60px;
  color: rgba(255, 255, 255, 0.8);
}

#claim {
  border-radius: 50px;
  background-color: #0075ff;
  border-bottom: #0057bb solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  height: 50px;
  width: 85%;
  position: absolute;
  bottom: 20px;
}

#bonusPrize {
  height: 200px;
}

#amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

#amount img {
  height: 40px;
  margin-right: 5px;
}

#amount p {
  margin: 0px;
}
