body {
  background: #0a111d;
}

footer {
  background: rgba(19, 33, 51, 1);
}

#connectMain {
  display: none;
}

#adminBtn {
  width: 96%;
  height: 56px;
  border-radius: 20px;
  background-color: #28354b;
}

.profileBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.btnImg {
  height: 45px;
  position: absolute;
  left: 10px;
  background-color: hsla(0, 0%, 0%, 0.25);
  border-radius: 15px;
}

.container {
  width: 96%;
  max-width: 600px;
}

.mainContent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#profile_container {
  /* margin-top: 56px; */
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#modifyProfile {
  margin: auto;
  width: 100%;
  height: 56px;
  font-size: medium;
  box-shadow: 0px 2px 1px #00000040;
  border-radius: 20px;
  /* background-color: var(--tertiary-color); */
  background-color: #28354b;
}

#modifyProfile:hover {
  background-color: #111e33;
}

.underBarrel {
  width: 96%;
  margin: auto;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.profileBtnContainer {
  width: 100%;
  padding-inline: 2%;
  margin-top: 20px;
}

.profileButtons {
  border-radius: 20px;
  height: 56px;
  margin: auto;
  margin-top: 2px;
  padding: 0px;
  width: 100%;
  font-size: medium;
}

#ranks_btn {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  /* background-color: var(--tertiary-color); */
  background-color: #28354b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 5px;
  padding-bottom: 5px;
}

#ranks_btn:hover {
  background-color: #111e33;
}

#profileRankBtn {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#upperRank p,
#rankProgress p {
  margin: 0px;
}

#upperRank {
  display: flex;
  justify-content: space-between;
  font-size: medium;
  padding-inline: 5px;
}

#rankProgress {
  display: flex;
}

#neededProgress {
  color: rgba(255, 255, 255, 0.342);
}

#currentProgress {
  color: white;
}

#lowerRank {
  display: flex;
  justify-content: center;
  align-items: center;
}

#quests_btn {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: var(--tertiary-color);
  background-color: #28354b;
}

#quests_btn:hover {
  background-color: #111e33;
}

#profileStatsContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-inline: 2%;
}

.stat {
  width: 49%;
  background-color: var(--tertiary-color);
  background-color: #28354b;
  border-radius: 20px;
  height: 56px;
  margin-bottom: 1%;
  box-shadow: 0px 2px 1px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat:hover {
  background-color: #111e33;
}

.stat h4 {
  color: rgba(255, 255, 255, 0.616);
  width: 100%;
  text-align: center;
}

.stat p {
  margin: 0px;
  color: white;
}

.stat img {
  height: 22px;
}

#totalWageredStat {
  flex-direction: row;
  flex-wrap: wrap;
}

#records_open {
  margin: auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 2px;
  height: 56px;
  border-radius: 20px;
  font-size: medium;
  background-color: var(--tertiary-color);
  background-color: #28354b;
}

#records_open:hover {
  background-color: #111e33;
}

.linkToAcc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 20px;
}

.linkToAcc h1 {
  color: white;
}

.linkToAcc h3 {
  color: rgba(255, 255, 255, 0.616);
  margin: none;
}

.linkBtn {
  height: 56px;
  width: 75%;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: medium;
  background-color: var(--tertiary-color);
  background-color: #28354b;
}

.linkBtn:hover {
  background-color: #111e33;
}

#logoutBtn {
  height: 56px;
  width: 96%;
  margin-top: 30px;
  background-color: #c43131;
  border-radius: 20px;
  font-size: medium;
}

#logoutBtn:hover {
  background-color: #9b2222;
}

#tgLinkButton {
  /* visibility: none; */
  /* margin-top: 100px; */
}
