.clans-blocks {
    display: grid;
    gap: 10px;
}
.clans-block {
    color: var(--text-default);
    background: var(--bg-modal);
    display: flex;
    border-radius: 10px;
    height: 60px;
    padding: 10px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.clans-block-info > div > div > img {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    object-fit: cover;
}
.clans-block:hover .clans-block-info > div > div > b {
    color: var(--span);
}
.clans-block:hover .clans-block-info > div > div > span {
    color: var(--span);
}
.clans-block > img {
    border-radius: 6px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    z-index: 1;
}
.clans-block-info {
    display: grid;
    z-index: 1;
}
.clans-block-info > b {
    color: var(--text-default);
}
.clans-block-info > div {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    font-size: 8px;
    justify-items: start;
    align-items: center;
}
.clans-block-info > div > div {
    display: grid;
}
.clans-block-info > div > div > b {
    transition: .5s;
    color: var(--text-custom);
}
.clans-block-info > div > div > span {
    transition: .5s;
}
.clans-block-info-num {
    margin-left: auto;
    text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon), -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
    white-space: nowrap;
    font-weight: 600;
    font-size: 8px;
    z-index: 1;
    margin-right: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.clan-info-blocks {
    display: grid;
}
.clan-info-block {
    overflow: hidden;
    border-radius: 16px;
    padding: 20px;
}
.clan-table-card {
    display: grid;
    padding: 15px;
    z-index: 1;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--navbar-color);
    border-radius: 0px 0px 6px 6px;
    overflow-x: auto;
}
.clan-info-banner {
    position: absolute;
    z-index: 1;
    left: 0px;
    opacity: .5;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-position-y: 50% !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}
.clan-info-stats {
    position: absolute;
    z-index: 100;
    top: 170px;
    width: 100%;
    display: flex;
    align-items: end;
    gap: 15px;
}
@media (max-width: 600px) {
    .clan-info-stats {
        display: grid !important;
    }
    .clan-info-block {
        height: 430px;
    }
    .clan-avatar-main {
        display: flex;
        justify-content: center;
        padding: 0 !important;
    }
    .clan-info-name {
        display: flex;
        justify-content: center !important;
        width: 100% !important;
        margin: 0;
    }
    .clan-info-main {
        display: grid;
        justify-content: center;
        margin: 0;
    }
}
.clan-info-stat-left {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: center;
    flex: 1 1;
}
.clan-info-stat-right {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    flex: 1 1;
}
.clan-info-list {
    width: 100px;
}
@media (min-width: 430px) {
    .clan-info-list > a {
        font-size: 20px;
        font-weight: 600;
    }
}
@media (max-width: 430px) {
    .clan-info-list > a {
        font-weight: 600;
    }
} 
.clan-info-list > div {
    font-size: 10px;
    color: var(--text-custom);
}

.player_role_clan {
    color: var(--span);
    width: max-content;
    font-weight: 600;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 6px;
    transition: .5s;
    background: var(--tablcolor);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: solid 2px var(--navbar-color);
}
@media (min-width: 1130px) {
    .clan-grid-2 {
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 15px;
    }
    .clan-grid-2 .clan-grid-2-sticky {
        display: grid;
        gap: 15px;
        height: min-content;
        top: 15px;
        position: sticky;
        order: 1;
    }
}
@media (max-width: 1130px) {
    .clan-grid-2 .clan-grid-2-sticky {
        display: grid;
        gap: 15px;
        margin-bottom: 15px;
    }
}
.clan-tops {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-custom);
}
.clan_card {
    padding: 20px;
    background-color: var(--card);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
    margin-bottom: 15px;
}
.clan-card-info {
    display: grid;
    gap: 15px;
    padding: 20px;
    background-color: var(--card);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
}
.clan-card-info-2 {
    display: grid;
    gap: 15px;
    padding: 15px;
    color: var(--green);
    background-color: #85f47910;
    border-radius: 6px;
}
.clan-card-info-warning {
    display: grid;
    gap: 15px;
    padding: 15px;
    color: #f46464;
    background: #f4646410;
    border-radius: 6px;
}
.clan-info-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.clan-info-title-2 {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
}
.clan-info-title-2 svg {
    width: 20px;
    height: 20px;
    fill: var(--green);
}
.clan-info-title-warning {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #f46464;
}
.clan-info-title-warning svg {
    width: 20px;
    height: 20px;
    fill: #f46464;
}
.clan-info-texts {
    display: grid;
    gap: 5px;
}
.clan-info-text-1 {
    color: var(--text-custom);
    font-size: 12px;
    font-weight: 500;
}
.clan-create {
    display: flex;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    color: var(--span);
    font-weight: 600;
    cursor: pointer;
    transition: .5s;
    background: var(--button);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}
.clan-create:hover {
    color: var(--span);
    background: var(--button-hover);
}
.clan-avaname {
    display: flex;
    gap: 10px;
}
.clan-avaname img {
    border-radius: 8px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    z-index: 1;
}
.clan-players {
    display: flex;
    gap: 5px;
    color: var(--text-custom);
    font-size: 12px;
    z-index: 1;
    align-items: center;
    transition: .5s;
}
.clan-players svg {
    width: 14px;
    height: 14px;
    fill: var(--text-custom);
    transition: .5s;
}
.clans-block:hover .clan-players {
    color: var(--span);
}
.clans-block:hover .clan-players svg {
    fill: var(--span);
}
.clan-menu-info {
    padding: 15px;
    background: var(--card);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
}
.clan-info-desc {
    font-size: 14px;
    color: var(--text-custom);
    margin-bottom: 10px;
}
.clan-infos {
    display: grid;
    gap: 5px;
}
.clan-info-text {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--text-custom);
    padding-top: 5px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.clan_delete_user {
    display: inline;
    cursor: pointer;
    height: 25px;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 6px;
    color: var(--text-custom);
    background: var(--button);
    border: 0.5px solid rgb(255 255 255 / 10%);
    box-sizing: border-box;
    transition: .5s;
}
.clan_delete_user:hover {
    color: var(--span) !important;
    background: var(--button-hover) !important;
}
.clan-info-name {
    width: max-content;
    margin: 0 0 25px 0;
    text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon), -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
}
.clan-info-main {
    color: var(--text-default);
    padding: 0px 5px;
    text-shadow: 0 0 1px #000;
    margin: 0 0 10px 0;
}
.clan-punkt-info {
    color: var(--text-custom);
    text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon), -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
}
.clan-punkt-info > svg {
    width: 16px;
    margin-bottom: 3px;
    fill: var(--text-custom);
    text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon), -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
}
.clan-block-back {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--bg-modal);
    border-radius: 8px;
    color: var(--text-custom);
    padding: 5px 20px;
    transition: .5s;
    z-index: 100;
}
.clan-block-back svg {
    width: 12px;
    height: 12px;
    fill: var(--text-custom);
    transition: .5s;
}
.clan-block-back:hover {
    color: var(--span);
}
.clan-block-back:hover svg {
    fill: var(--span);
}
.clan-back-leave {
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 100;
    top: 15px;
    left: 15px;
}
@media (min-width: 1130px) {
    .clan-block-grid-2 {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 15px;
    }
    .clan-block-grid-2 .clan-block-grid-2-sticky {
        height: min-content;
        top: 15px;
        position: sticky;
    }
}
@media (max-width: 1130px) {
    .clan-block-grid-2 .clan-block-grid-2-sticky {
        margin-bottom: 15px;
    }
}
.clan-info-text-2 {
    color: var(--text-custom);
    font-size: 12px;
    font-weight: 500;
    opacity: .6;
}
.clan-info-text-3 {
    color: var(--green);
    font-size: 12px;
    font-weight: 500;
    opacity: .6;
}
.clan-info-text-warning {
    color: #f46464;
    font-size: 12px;
    font-weight: 500;
    opacity: .6;
}
.clan-players-namerole {
    display: flex;
    gap: 5px;
}
.clan-players-role {
    color: var(--text-custom);
}
.clan-join-name {
    color: var(--text-default);
    transition: .5s;
    opacity: 1;
}
.clan-join-name:hover {
    color: var(--span);
}
.clan_loader_block {
    display: grid;
    gap: 10px;
}
.clan-loader {
    position: relative;
    background: var(--news);
    overflow: hidden;
    height: 60px;
    border-radius: 6px;
}
.clan-loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #6080ff10, rgba(255, 255, 255, 0) 100%);
    animation: clan-shimmer 1.5s infinite;
}
@keyframes clan-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
.clan-settings-block {
    border-radius: 6px;
    padding: 30px;
    background-color: var(--navbar-color);
}
.clan-settings-block h3 {
    padding-bottom: 15px;
    color: var(--text-default);
    border-bottom: solid 2px var(--bg-color);
}
.clan-avatar-main {
    padding: 0 12px 0 42px;
}
.clan-avatar-main-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    vertical-align: top;
    width: 140px;
    height: 140px;
    transition: .5s;
}
.clan-avatar-main-img img:not(.cropImage) {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clan-avatar-main-img img {
    outline: solid 12px var(--navbar-color);
    outline-offset: 0;
    border-radius: 8px;
}
.clan-scroll {
    overflow: auto;
    height: 200px;
    padding: 0 5px 0px 0px;
}
.clan-scroll::-webkit-scrollbar {
    background-color: var(--fon);
    height: 3px;
    width: 3px;
}
.table-block-tovar {
    display: grid;
    gap: 5px;
    position: relative;
    margin: 15px 0px;
}
.table-block-tovar-info {
    display: flex;
    height: 30px;
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 8px;
    transition: .5s;
    background: var(--input-form);
    justify-content: space-between;
    align-items: center;
}
.table-block-tovar-info .text-left {
    transition: .5s;
    color: var(--text-custom);
}

.input-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.clan_back {
    display: block;
    width: 100%;
    height: 8em;
    border-radius: 11px;
    position: relative;
}
.header_clan_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    padding: 15px;
    position: relative;
    justify-content: flex-end;
}
.clan-block {
    position: absolute;
    left: 6%;
    bottom: -45%;
    display: flex;
    gap: 20px;
    align-items: end;
}
.header_clan_info img {
    height: 100px;
    width: 100px;
    border-radius: 4px;
    outline: 5px solid var(--card);
    box-shadow: inset 5em 5em var(--card), 0px 0px 0px 4px var(--card);
}
.clan_nickname {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: max-content;
}
.clan_status {
    display: flex;
    align-items: center;
    gap: 5px;
}
.status_title {
    font-size: 16px;
    color: var(--text-default);
}
.status_content {
    color: var(--text-custom);
    font-size: 14px;
}
.block-knopka-point {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.menu-button {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 35px;
    background: var(--button);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.menu-button:hover {
    color: var(--span);
    background: var(--button-hover);
}
.table-card {
    display: grid;
    padding: 15px;
    background: var(--card);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
    overflow-x: auto;
}
.top_list_scroll {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 5px 0px 0px;
}
.top_players_list_body li {
    background: var(--input-form);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 0.3fr 5fr 0.5fr;
    padding: 15px;
    transition: 0.3s;
    position: relative;
    justify-items: start;
    align-items: center;
}
.top_players_list_body li:not(:last-child) {
    margin-bottom: 3px;
}
.top_players_list_body li span {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--text-custom);
    z-index: 2;
    position: relative;
}
.top_players_avatar {
    width: 26px !important;
    height: 26px !important;
    border-radius: 4px;
    outline: 2px solid var(--transparent);
    position: relative;
}
.DataPagination {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#DataPagination {
    display: flex;
    gap: 7px;
}
#DataPagination>button:disabled {
    background: var(--span);
    font-weight: 700;
    color: var(--text-default-invert);
    cursor: default;
    -webkit-user-drag: none;
    user-select: none;
}
#DataPagination>button:hover:disabled {
    background: var(--span);
    font-weight: 700;
    color: var(--text-default-invert);
    cursor: default;
    -webkit-user-drag: none;
    user-select: none;
}
#DataPagination>button {
    display: flex;
    height: 40px;
    width: 40px;
    padding: 0px 15px;
    background: var(--span-low);
    border-radius: 25px;
    font-weight: 400;
    transition: 0.3s;
    color: var(--span);
    font-size: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#DataPagination>button:hover {
    background: var(--span-middle);
    color: var(--span);
    opacity: 1;
}
.clan-settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
    margin-top: 15px;
}
.clan-settings-button {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 35px;
    background: var(--button);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.clan-settings-button:hover {
    color: var(--span);
    background: var(--button-hover);
}
.save-delete-avabanner {
    display: flex;
    gap: 15px;
    padding: 15px 20px 20px 20px;
}
.save-avabanner {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 35px;
    background: var(--button);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}
.save-avabanner:hover {
    color: var(--span);
    background: var(--button-hover);
}
.clan-main-info {
    background-color: var(--navbar-color);
    border-radius: 8px;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.clan-info-block2 {
    display: flex;
    flex-direction: column;
}
.clan-info-title2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, var(--text-default) 0, var(--text-custom));
    -webkit-background-clip: text;
    font-size: 40px;
    font-weight: 800;
    line-height: 105%;
}
.clan-info-description {
    color: var(--text-custom);
}
.clan-create-block {
    display: grid;
    gap: 15px;
    background: var(--navbar-color);
    padding: 15px;
    border-radius: 8px;
}
.clan-create-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.clan-create-info {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-custom);
}
.clan_members_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.сlan_members_item {
    background: var(--bg);
    border: 0.5px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    cursor: help;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.сlan_members_item_left {
    display: flex;
    gap: 8px;
    align-items: center;
}
.сlan_members_item_left .clan_user_avatar {
    border-radius: 6px;
    height: 20px;
    width: 20px;
}
.сlan_members_item_left .clan_user_nick {
    color: var(--text-default);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    opacity: .8;
    transition: .2s ease-in-out;
}
.сlan_members_item_left .clan_user_nick:hover {
    color: var(--span);
}
.сlan_members_item_right {
    display: flex;
    gap: 5px;
    align-items: center;
}
.clan_user_role {
    color: var(--text-custom);
    font-size: 12px;
}
.clan_svg_del {
    cursor: pointer;
    padding: 0;
    background: transparent;
}
.clan_svg_del svg {
    width: 15px;
    height: 15px;
    fill: var(--text-custom);
    transition: .2s;
}
.clan_svg_del:hover svg {
    fill: var(--span);
}
.clan_user_list_info {
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.clan_user_list_info span {
    color: var(--text-default);
    font-size: 11px;
}
.clan_panel_join {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--bg-modal);
    border-radius: 8px;
    color: var(--text-custom);
    padding: 5px 20px;
    transition: .5s;
    z-index: 100;
    font-size: 14px;
    font-weight: 500;
    min-height: 21px;
    cursor: pointer;
}
.clan_panel_join:hover {
    color: var(--span);
}