svg {
	font-size: 14px;
	font-weight: 600;
}

.shop {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.shop .bg {
	border-radius: 8px;
	width: 100%;
	background-size: cover;
	background-position: 50%;
}

.shop .bg .price {
	padding: 12px;
	position: absolute;
	background-color: #0044c182;
	border-top-left-radius: 8px;
}

.shop span {
	position: absolute;
	bottom: 0;
	margin-bottom: 8px !important;
	color: #fbff00;
	text-shadow: 1px 1px #506a00;
}

.icon-like {
 color: #a04cd5;;
}

ul.applications,
ul.players,
ul.info,
ul.clans {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

ul.applications li,
ul.players li,
ul.info li,
ul.clans li {
	display: flex;
	align-items: center;
	width: 100%;
	list-style-type: none;
	height: 32px;
	font-size: 12px;
	margin-bottom: 32px;
}

ul.applications li:last-child,
ul.players li:last-child,
ul.info li:last-child,
ul.clans li:last-child {
	margin-bottom: 0;
}

ul.applications li {
	width: 100%;
	height: 40px;
}

ul.applications .btn-sm {
	margin-bottom: 0;
}

ul.applications li .name {
	font-size: 16px;
	width: 40%;
}

ul.applications li .buttons {
	display: flex;
	justify-content: end;
	width: 60%;
}

.clans.more .details img,
ul.players li img,
ul.info li img,
ul.clans li img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	border-radius: 8px;
}

.clans.more .details p,
ul.players li p,
ul.info li p,
ul.clans li .content p {
	margin-bottom: 0;
}

.clans.more .details span,
ul.players li span,
ul.info li span,
ul.clans li .content span {
	color: #7c7c7c;
	margin-bottom: 0;
}

ul.players li .brminibam {
	display: flex;
	align-items: center;
	width: 10%;
}

ul.players li .nickname,
ul.players li .info,
ul.players li .player,
ul.players li .rating,
ul.players li .likes,
ul.players li .date-enter {
	display: flex;
	align-items: center;
	width: 43%;
}

ul.clans li .brminibam {
	display: flex;
	align-items: center;
	width: 10%;
}

ul.clans li .name,
ul.clans li .nickname,
ul.clans li .creator,
ul.clans li .users, 
ul.clans li .rating,
ul.clans li .likes,
ul.clans li .date-create {
	display: flex;
	align-items: center;
	width: 43%;
}

svg {
	margin-right: 8px;
}

button svg {
	margin-right: 0;
}

.clans.more .cover {
	min-height: 20rem;
	background-position: center;
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.clans.more .details {
	display: inline-grid;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #222127;
	margin-bottom: 30px;
	border-radius: 0 0 8px 8px;
	padding: 16px;
}

.clans.more .details img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.bi.bi-heart-fill:hover {
	cursor: pointer;
}

.bi.bi-star.active {
	color: #a04cd5;
}

#list_role .input-group input.form-control {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#list_role .input-group select.form-control {
	border-radius: 0;
}

.input-group-btn button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group input.form-control[readonly] {
	background-color: #f5f5f5 !important;
}

.lvlk-profile {
    background: url('/files/files/bg.jpg') top center;
    padding: 15px;
    height: 80px;
}

.lvlk-profile-text {
    color: #00000;
    font-size: 16px;
    padding-top: 5px;
}

.user-lvlk {
    top: 25px;
    right: 90px;
    position: absolute;
    width: 33px;
    height: 33px;
    color: #00000;
    border: 2px solid #777;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.lvlk-profile-progress {
    height: 30px;
    background-color: #58595e;
    color: white;
}

.lvlk-profile-bar {
    background: linear-gradient(0deg, #ff4174, #0c66ff);
    background-repeat: repeat-x;
    background-size: contain;
    height: 100%;
}

.lvlk-profile-bar-max {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.user-lvlk-forum {
    top: -10px;
    right: 5px;
    background: #17181e;
    position: absolute;
    width: 33px;
    height: 33px;
    color: #fff;
    border: 2px solid #777;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.lvlk-10 {
    border-color: #c72543;
}

.lvlk-20 {
    border-color: #d04b12;
}

.lvlk-30 {
    border-color: #fecb23;
}

.lvlk-40 {
    border-color: #47753e;
}

.lvlk-50 {
    border-color: #4d8cdb;
}

.lvlk-60 {
    border-color: #7352cb;
}

.lvlk-70 {
    border-color: #b956c9;
}

.lvlk-70 {
    border-color: #b956c9;
}

.lvlk-80 {
    border-color: #532436;
}

.lvlk-80 {
    border-color: #532436;
}

.lvlk-90 {
    border-color: #967b55;
}

.profile_user {
    position: relative;
}

.lvlk-profile span {
    color: beige;
}

.minibamshop {
	width: 150%;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
}

.clans-banner {
  position: relative;
  width: 100%;
  background: url('../img/block-bg.jpg');
  border-radius: 20px;
  margin-bottom: 30px; }
  .clans-banner a {
    padding: 40px 30px 40px 30px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal; }
  .clans-banner h3 {
    color: #ffa100;
    text-shadow: 0 2px 4px rgba(133, 214, 0, 0.25);
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px; }
  .clans-banner p {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
  .clans-banner img {
    width: 100%;
    max-width: 270px;
    display: block;
    margin: 0 auto 20px; }

/*minibam.ru*/