.user-avatar img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.user-avatar {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.user-avatar:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 3px;
}
.user-menu {
	position: relative;
}
ul.user-links {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1050;
    text-align: left;
    list-style: none;
    font-weight: normal;
    min-width: 220px;
    margin: 0;
    padding: 4px;
    overflow: hidden;
    background: #3b3255;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
}
ul.user-links li {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
}
ul.user-links a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    transition: background-color 150ms ease, color 150ms ease;
}
ul.user-links a:hover,
ul.user-links a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: 0;
}
ul.user-links .user-menu-header {
    padding: 10px 12px 8px;
}
ul.user-links .user-menu-header strong {
    display: block;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.user-links .label-xp {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
}
ul.user-links .label-coins {
    margin-top: 5px;
    color: #ffd166;
    font-size: 0.8rem;
    font-style: normal;
}
ul.user-links .label-coins .bi-coin {
    margin-right: 4px;
}
ul.user-links .user-menu-divider {
    height: 1px;
    margin: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
}
ul.user-links .user-menu-logout {
    color: #ff9aaf;
}
ul.user-links .user-menu-logout:hover,
ul.user-links .user-menu-logout:focus {
    color: #ffd0da;
}
ul.user-links.hidden {
	display: none;
}
#mainNav .container {
	position: relative;
	padding: 0 10px;
}
.section {
	background-color: #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;
}
.page-title {
	margin-top: 5px;
	margin-bottom: 20px;
}
.profile-username {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.user-page {
	background-color: #f6f8fb;
}
.user-page .single-title {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 25px;
	font-size: 1.5rem;
}
.user-page .section-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.profile-bio {
	margin-top: 10px;
}
.profile-join {
	color: #d6793a;
	font-style: italic;
}
.progress-bar {
	background-color: #19bae0;
}
.level-badge {
	float: left;
	margin-right: 10px;
}
.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-color: #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-color: #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;
}

@media (min-width: 768px) {
	.user-avatar {
		margin-left: 20px;
	}
}

[dir="rtl"] .user-links {
	left: 0;
	right: initial;
}

[dir="rtl"] .user-links {
	text-align: right;
	padding-inline-start: 0px;
}
