.user-avatar img {
  width: 40px;
}

.user-avatar {
  margin-left: 20px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

ul.user-links {
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  list-style: none;
  font-weight: normal;
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
  background-clip: padding-box;
  background: transparent;
  z-index: 9999;
}

ul.user-links li {
  min-width: 220px;
  padding: 8px 25px;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 10px;
  color: greenyellow;
  transition: 0.5s;
}

ul.user-links li:hover {
  animation: a 0.5s 1 linear;
}

ul.user-links.hidden {
  display: none;
}

.user-links hr {
  margin: 0;
}

#mainNav .container {
  position: relative;
  padding: 0 10px;
}

.section {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 1.3rem;
}

.profile-username {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.user-page {
  background: #f6f8fb;
}

.profile-bio {
  margin-top: 10px;
}

.profile-join {
  color: #d6793a;
  font-style: italic;
}

.progress-bar {
    background: hsla(217, 100%, 50%, 1);
    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1)
}

.level-badge {
  float: left;
  margin-right: 10px;
	border-radius: 50%;
	box-shadow: var(--logo-shadow)
}

.profile-game-item {
  max-width: 80px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}

.profile-gamelist-horizontal {
  position: relative;
}

.profile-gamelist-horizontal ul {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.profile-gamelist-horizontal li {
  display: inline-block;
  text-align: center;
}

.profile-comment-item {
  position: relative;
  border: 1px solid #dcdfe3;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.comment-date {
  font-style: italic;
}

.btn-left {
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 50%;
  top: 14px;
  margin: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.btn-right {
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 50%;
  top: 14px;
  margin: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.label-xp {
  color: #d6793a;
  font-style: italic;
}

.delete-comment {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label > img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px #14ca14;
}

.avatar-chooser .col-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.avatar-chooser {
  margin-right: 0;
  margin-left: 0;
}
