.userWindow h1, .userWindow h2, .userWindow h5 {
  font-family: Neuropol;
  text-align: left;
}

.user {
  width: 100%;
  margin: 0px;
  height: 170px;
  border-radius: 150px;
  display: flex;
  margin-bottom: 50px;
}

.userInner {
  display: flex;
  flex-grow: 3;
  margin-left: -140px;
  padding-left: 200px;
  padding-top: 0px;
  padding-bottom: 20px;
  height: 170px;
  border-radius:85px;
  color: black;
  font-family: Neuropol;
  background-image: radial-gradient(circle at 85px 85px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 95px, #F6A615 96px);  

  & h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 50px;
  }
  & h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
}

.header-nick {
  height: 100px;
  max-width: 380px;
  overflow: hidden;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.levelContainer {
  flex-grow: 2;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.level-bar-1 {
  width: 100px;
  /* background: rgb(172, 113, 5); */
  /* background: linear-gradient(180deg, rgb(223, 149, 13) 20%, rgb(207, 138, 8) 100%); */
  background: #ffc354;
  height: 15px;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 8px;
  transform: skewX(-35deg);
}

.level-bar-2 {
  /* background: linear-gradient(180deg, yellow 20%, rgb(199, 166, 17) 100%); */
  background: rgb(248, 130, 51);
  height: 15px
}

.level-bar-label {
  width: 100px;
  height: 15px;
  margin-top: -17px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  z-index:3
}

.level {
  width: 100px;
  height: 100px;
  background: rgb(172, 113, 5);
  color: black;
  border-radius: 50% 50% 50% 50% / 12% 12% 88% 88%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  box-shadow: 0px 0px 80px -20px rgba(66, 68, 90, 1);
}

.logout {
  width: 100px;
  height: 20px;
  font-size: 10px;
  background: rgb(172, 113, 5);
}
