.btn-back {
    cursor: pointer;
    padding: 10px;
    background: var(--sidebar-color);
    color: var(--default-text-color);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .3s;
}

.btn-back:hover {
    transition: .3s;
    background: var(--default-text-color-invert);
}

.header-btns {
    border-bottom: 1px solid var(--table-line);
    display: flex;
}

.header-btn {
    background: #1f1f1f94;
    padding: 10px 20px;
    border-right: 2px solid var(--table-line);
    border-top-left-radius: 15px;
    cursor: pointer;
    transition: .3s;
    color: var(--default-text-color);
    font-weight: bold;
}

.header-btn:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border: none;
}

.header-btn-active {
    background: var(--span-color);
    transition: .3s;
}

.select-panel.select-panel-table.badge {
     position: absolute;
     right: 85px; 
}
.select-panel.select-panel-table.badge select, .select-panel.select-panel-table.badge option {
     font-size: 1.2em;
    font-weight: 500;
}

.clan-block {
    display: flex;
}

.clan-info {
    height: 204px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.clan-info-left {
    height: 100%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clan-info-left .clan-avatar-block {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.clan-button {
    margin-left: 20px;
    margin-top: 20px;
    display: none;
}

.clan-info-right {
    height: 100%;
    width: 35%;
}

.clan-stats {
    height: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.stat-block {
    height: 70px;
    width: 70px;
    border-radius: 5px;
    background: #4F4F4F;
    margin: 8px;
    display: flex;
    position: relative;
}

.zmdi-mood {
    font-size: 50px !important;
    transform: rotateZ(-15deg);
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0.2;
}

.zmdi-account-circle {
    font-size: 50px !important;
    transform: rotateZ(-15deg);
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0.2;
}

.zmdi-money-box {
    font-size: 50px !important;
    transform: rotateZ(-15deg);
    position: absolute;
    right: 8px;
    top: 6px;
    opacity: 0.2;
}

.stat-text {
    align-self: center;
    margin-left: 5px;
}

.stat-name {
    position: absolute;
    bottom: 3px;
    left: 5px;
    font-size: 10px;
    color: azure;
}

.clan-players {
    height: 400px;
    margin: 0 auto;
    overflow-y: scroll;
}

.yes {
    border-radius: 5px;
    height: 25px;
    background: var(--bg-color);
    color: white;
}

.server-block {
    background: var(--bg-color);
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.server-block:first-child {
    margin-top: 0;
}

@media (max-width: 768px) {
    .clan-info {
        flex-direction: column;
    }

    .clan-info-left {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .clan-avatar-block {
        justify-content: center;
        margin-left: 0 !important;
    }

    .clan-button {
        margin-left: 0 !important;
        margin-top: 20px;
        align-self: center;
    }

    .clan-info-right {
        width: 100%;
        height: 0;
    }

    .clan-stats {
        height: auto;
        justify-content: center;
    }

    .clan-players {
        overflow-x: scroll;
    }
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: white;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 2px solid #33325a;
    border-radius: 5px;
    margin: 0 2px;
}

.pagination a.active,  .pagination .active a {
    background-color: #6169fc;
    color: white;
    border: 1px solid #6169fc;
}

.pagination a:hover:not(.active) {
    background-color: #33325a;
}
/*-----------button--------------------*/
.clans-button {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 15px 0;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #272727;
    border-right: 5px solid #272727;
    border-bottom: 3px solid #1c0a0a;
    border-radius: 5px;
}

.clans-button:hover, .filter-active  {
    border-right: 5px solid #6169fc;
}

.clans-button:active {
    border-right: 5px solid #6169fc;
    transform: translateY(4px);
}



/*-----------clan-baner------------*/
div.clan-baner-container {
    z-index: 1;
}
div.clan-grid-container {
    position: relative;
    margin: 5px;
    float: left;
    width: 310px;
    height: 130px;
}


div.clan-baner {
    z-index: 2;
    height: 130px;
}

div.clan-baner:hover {
    position: absolute;
}

div.clan-baner:hover {
    border: 1px solid #6169fc;
}

div.clan-baner img {
    width: 310px;
    height: 130px;
}

img.my-clan-backlight {
    -webkit-box-shadow: 0px 0px 6px 4px rgba(86,79,255,0.74); 
    box-shadow: 0px 0px 6px 4px rgba(86,79,255,0.74);
}

div.clan-baner-title {
    margin: 0px;
    padding: 10px;
    position: absolute;
    top:0px;
    width: 310px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
    font-weight: 700;
}

div.clan-baner-title > span {
    color: #fdfdff;
    margin-left: 10px;
}


/*    div.clan-baner-desc {
margin: 10px;
        height: 50px;
        width: 310px;
        z-index: 0;
        background: rgb(34 34 34);
    }*/



.rounded-circle {
    width: 30px;
}

/*----------Clan info----------------------------*/
#clansBanerImg {
    /*margin-left: 15px;*/
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 15em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#clanUploadBaner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    background-color: #ddd;
}

#clansBanerNav {
    width: 100%;
    margin: 0 10px 10px 0px;
}

#clansBanerName, #clansBanerButtons{
    vertical-align:bottom;
}

#clansBanerName{
    margin-left: 10px;
    font-weight: 700;
    font-size: 1.1em;
    float:left;
}

#clansBanerButtons{
    float:right;
}

#clansBanerButtons>button {

    border: none;
    color: white;
    padding: 10px;
    width: 100px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.7;
}
#clansBanerButtons>button:hover {
    opacity: 1;
    font-weight: 700;
}

img#editBaner {
    vertical-align: middle;
    border-style: none;
    position: absolute;
    width: 30px;
    top: 10px;
    right: 10px;
    opacity: 0.5;
    transition: 0.5s;
    cursor: pointer;
}
img#editBaner:hover {
    width: 32px;
    opacity: 1;
}


#clansBanerButtons>button.upload {
    background-color: #467ebb;
}
#clansBanerButtons>button.cancel {
    background-color: #fa5d00;
}

button.join, button.leave {
    background-color: #6262ff;
}

/**--------------icons-----------------------------*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?w2con7');
    src:  url('fonts/icomoon.eot?w2con7#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?w2con7') format('truetype'),
        url('fonts/icomoon.woff?w2con7') format('woff'),
        url('fonts/icomoon.svg?w2con7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icons-"], [class*=" icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-calendar:before {
    content: "\e953";
}
.icons-kills:before {
    content: "\e900";
}
.icons-coins:before {
    content: "\f111";
}
.icons-deaths2:before {
    content: "\f135";
}
.icons-players:before {
    content: "\f20d";
}
.icons-deaths:before {
    content: "\f235";
}

i.icons-deaths2 {
    font-size: 2.4em;
    color: red;
    opacity: 0.5;
    cursor: pointer;
}

i.icons-deaths2:hover {

    opacity: 1;
}

div.clan-wrapper {
    display: grid;
    gap: 5px;
    grid-template-columns: auto auto auto;
    border: 0px solid transparent;
    border-radius: 4px;
}


div.statistic-bloc{
    background-color: var(--sidebar-color);
    padding: 10px;
    position: relative;
    height: 80px;
}

div.statistic-cout {
    font-size: 2.2em;
    position: absolute;
    top: 1px;
    color: rgb(98, 98, 255);
}
div.statistic-icon {
    position: absolute;
    right: 10px;
    font-size: 2.2em;
    color: #373969;
}
div.statistic-text-smail {
    position: absolute;
    top: 38px;
    font-size: 1em;
    color: #373969;
}
div.statistic-text{
    position: absolute;
    bottom: 2px;
}