.col-lg-12 , .col-lg-9 , .col-lg-3, .col-lg-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.clan-header {
    background-color: #141414;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background-image: url(/static/images/banners/clan-banner.jpg);
	height: 280px;
	background-size: cover;
	background-position: 50%;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 24px 28.5px;
    border-bottom: solid 3px hsl(var(--base) 100% 70%);
}
.main-selector{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.clan-header:before {
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg,#0000003d,#0000002e);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.clan-info {
    position: relative;
    width: 360px;
    height: 140px;
    display: flex;
    flex-direction: row;
    padding: 12px 20px;
    border-radius: 12px;
    align-items: center;
    background: #80808080;
}

.clan-avatar {
    height: 100px;
    width: 100px;
    background-size: 100%;
    border-radius: 4px;
    box-shadow: 0px 17px 44px -12px rgba(0,0,0,0.26);
}
.clan-text-info-block {
    color: white;
    padding: 12px;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    padding-bottom: 0px;
    font-size: 14px;
}
.clan-content-block{
    width: 100%;
}
.clan-title {
    margin-top: 4px;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
}
.clan-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #333;
    height: 100%;
    margin-top: 1px;
}
.clan-block:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.recent-content>div[style] {
	font-weight: 400;
}
.content-block {
    width: 95%;
    display: flex;

}
.content-info {
    width: 100%;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
}
.userpage {
    background-color: #fff;
    color: #333;
    padding: 24px;
    margin-top: 1px;
    min-height: 120px;
    max-height: 470px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
div.clan-block{
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
div.clan-block:last-child{
    margin-bottom: 0;
}
/* .clan-userpage+.clan-block>.block-title, .clan-userpage+.clan-block {
    border-radius: 8px 8px 0 0;
} */


img.user-flag {
    width: 23px;
}

.clan-stats {
    color: #333;
    height: auto;
    display: flex;
    padding: 18px 24px;
    font-size: 12px;
    flex-wrap: wrap;
    white-space: nowrap;
}
.stats-list{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 20px;
    justify-content: space-between;
    min-width: 190px;
}

.stat-single:last-child{
    margin-bottom: 0;
}
.stat-stroke {
    font-weight: 500;
}
.stat-stroke2 {
    font-weight: 700;
    text-align: right;
}
.clan-users {
    padding: 24px;
    display: grid;
    column-gap: 1em;
    row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    color: #333;
}
.user-single {
    border-radius: 12px;
    position: relative;
    display: flex;
    padding: 10px 14px;
    background-color: #eee;
    flex-direction: row;
    text-decoration: none !important;
    color: inherit !important;
    min-width: 0;
    background-size: cover;
    background-position: center;
    transition: 120ms transform, 120ms box-shadow;
    will-change: transform, box-shadow;
}
span.info-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
    display: block;
}
.user-single.solo{
    min-width: 360px;
}
.user-single:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 24px 32px rgba(0, 0, 0, 0.08);
}
.user-single:hover:before{
    background-color: hsla(0 0% 30% / 50%);
}

.user-avatar.member-avatar {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background-size: 100%;
    transition: 100ms background-color;
}
.user-avatar{
    position: relative;
    background-color: #d9d9d9;
}
.user-single:hover .user-avatar{
    background-color: #eee;
}
.user-block {
    padding: 0px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    margin-left: 6px;
    flex: 1;
    position: relative;
}
.clan-userpage{
    margin-bottom: 20px;
    border-radius: 0 0 8px 8px;
}

.user-name {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-name .user-status{
    width: 12px;
    height: 12px;
    margin-left: 6px;
}
.user-stat {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}
.user-stat b{
    width: 23px;
    display: inline-flex;
    height: 0;
}
.block-title {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    padding: 14px 22px;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}

.username-block{
    display: flex;
    align-items: center;
}
.recent-content {
    font-weight: 500;
    padding: 14px 24px;
    color: #333;
}
.content-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    border-radius: 4px;
    padding: 4px;
    background-color: #eee;
    transition: 120ms opacity;
    padding-right: 10px;
    color: #222;
}

.content-single:first-child{
    margin-top: 0;
}

.conent-user-avatar, .content-all>img  {
    width: 30px;
    height: 30px;
    background-image: url(/static/images/icons/button.svg);
    background-color: rgb(0, 0, 0);
    border-radius: 6px;
}
.content-user-name, .content-all>a  {
    font-size: 14px;
    padding-left: 8px;
    font-weight: 700;
    margin-right: 4px;
}
.content-action, .content-all {
    font-weight: 500;
    font-size: 14px;
}
.content-date {
    font-size: 12px;
}
.content-all {
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.clan-join-btn {
    background-color: #333;
    border: none;
    padding: 8px;
    color: white !important;
    font-size: 14px;
    padding-left: 42px;
    font-weight: 600;
    padding-right: 42px;
    margin-bottom: 12px;
    border-radius: 160px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 200ms border-color;
    position: relative;
}

.clan-join-btn:hover, .clan-join-btn:focus {
    outline: none;
    border-color: rgb(255, 204, 34);
}

.clan-join-btn.leave:hover, .clan-join-btn.leave:focus{
    border-color: rgb(255, 34, 34);
}

.title-counter {
    align-self: center;
    font-size: 14px;
}
.clan-abbr {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.creator-icon {
    font-size: 10px;
    color: hsl(var(--base) 100% 70%);
    margin-left: 4px;
}
.badges-list-block{
    padding-left: 24px;
    display: flex;
    flex-direction: column;
}
.badge-block {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 18px;
    background-color: #eee;
    font-weight: 600;
    cursor: default;
    height: 100%;
}
.badge-block:not(:last-child){
    margin-bottom: 8px;
}
.badge-block i{
    font-size: 22px;
    font-weight: normal;
}
@media(max-width: 1200px){
    .clan-header{
        padding: 0 24px;
    }
}
@media (max-width: 992px) {
    .clan-users{
        grid-template-columns: 1fr 1fr;
    }
    .clan-header{
        padding: 0 18px;
    }
    .badges-list-block{
        order: -1;
        padding-left: 0;
    }
    .stats-list.move-order{
        order: -1;
    }
    .stats-list.move-order+div{
        margin-top: 22px;
    }
}
@media(max-width: 768px){

    .content-block{
        width: 100%;
    }
    .stats-list+div{
        margin-top: 22px;
    }
    .clan-block, .block-title, .clan-userpage{
        border-radius: 0 !important;
    }
    .clan-userpage{
        margin-bottom: 12px;
    }
    .clan-info {
        width: 90%;
        margin: auto;
    }

    .clan-join-btn{
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 8px;
        margin-top: 8px;
    }
    .clan-header{
        padding: 0px;
        padding-right: 0px;
        height: 220px;
    }
    .stats-list:not(.move-order){
        padding-right: 0;
    }
    .clan-stats{
        padding: 20px 24px;
    }
    .clan-stats>div:not(.badges-list-block), .user-single.solo{
        width: 100%;
    }
}
@media(max-width: 576px){
    .clan-users{
        grid-template-columns: 1fr;
        row-gap: 0.5em;
    }
    .clan-header{
        height: 180px;
    }
    .user-single.solo{
        min-width: auto;
    }
}
