.btn-transparent {
	background: transparent;
	border: none;
}

.avatar-xlg {
	width: 150px;
	height: 150px;
}

.avatar-lg {
	width: 124px;
	height: 124px;
}

.avatar-md {
	width: 64px;
	height: 64px;
}

.avatar-sm {
	width: 50px;
	height: 50px;
}

.avatar-xs {
	width: 42px;
	height: 42px;
}

.cursor-pointer {
	cursor: pointer;
}

.nuxt-link-active {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.font-14 {
	font-size: 14px;
}

.custom-input {
	background-color: #191c1f;
	color: #fff;
	width: 150px;
	padding: 8px 0 8px 8px;
	appearance: none;
	outline: none;
	border: 1px solid #191c1f;
	transition: border-color 0.3s ease;
	resize: none;
}

.custom-input:focus {
	border: 1px solid rgba(238, 20, 93, 0.5);
	box-shadow: 0 0 1px 3px rgba(238, 20, 93, 0.15);
}

.position-relative {
	position: relative;
}

.br-14 {
	border-radius: 14px;
}
