#page-clan table {
    margin-bottom: 5px;
}

#page-clan h2 {
    margin-bottom: 20px;
}

#page-clan h3, #page-history h3 {
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
}

#page-clan h3 b, #page-history h3 b {
    margin-left: 10px;
}

#page-clan table td, #page-clan table th {
    text-align: left;
}

#page-clan .clan-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    width: 100%;
    background: #f4f6ff;
    padding: 15px 0;
    border-radius: 7px;
}

#page-clan .clan-info div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 55px;
}

#page-clan .clan-info div b {
    font-size: 24px;
    display: block;
}

#page-clan .clan-info div span {
    color: #7b7b7b;
}

.clan-battles {
    margin-bottom: 25px !important;
}

.clan-cover { /* 840x150 */
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: -50px;
    border-radius: 4px;
}

.clan-content {
    display: flex;
    justify-content: space-between;
}

.left-side {
    flex: 1;
}

.right-side {
    width: 230px;
    margin-left: 30px;
    padding-top: 6px;
}

.clan-desc {
    margin-bottom: 25px;
    background: #f3f3f3;
    padding: 10px 20px;
    border-left: 5px solid #ededed;
}

.dashboard {
    margin-top: 30px;
}

.dashboard .item {
    display: flex;
    margin-bottom: 15px;
}

.dashboard .item .img {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    margin-top: 3px; 
}

.dashboard .item .content {
    flex: 1;
}

.dashboard .item .value {
    font-size: 18px;
}

.dashboard .item .label {
    color: #9E9E9E;
    text-transform: uppercase;
    font-size: 12px;
}

.send-request {
    background: #ededed;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #3a405b;
}

table tr:hover .send-request {
    background: #89c34a;
    color: #fff;
}

table tr .send-request:hover {
    opacity: 0.8;
}

.tabs {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    border: 1px solid lightgray;
  }

  .tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    background: #f8f8f8;
    margin: 0;
    border-bottom: 1px solid lightgray;
  }

  .tabs__link {
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: black;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
  }

  .tabs__link_active {
    background: lightgray;
    cursor: default;
  }

  .tabs__link:not(.tabs__link_active):hover,
  .tabs__link:not(.tabs__link_active):focus {
    background-color: #efefef;
  }

  .tabs__content {
    padding: 1rem;
  }

  .tabs__pane {
    display: none;
  }

  .tabs__pane_show {
    display: block;
  }

.btn-2 {
    background: #eead05;
    padding: 5px 15px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}  

.btn-2:hover {
    opacity: 0.8;
    color: #fff;
}

.section {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
} 

.section .btn {
    background: #eead05;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
}

.section .btn:hover {
    opacity: 0.8;
}


.section .hint {
    color: #8a8a8a;
}

.section p {
    margin: 0 0 5px 0;
}

.section .price {
    border-left: 3px solid #eead05;
    padding-left: 15px;
    line-height: 20px;
}

.clan-buttons a {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.clan-activity {
    margin-bottom: 25px;
    overflow-y: scroll;
    max-height: 600px;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.act-line {
    display: flex;
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.clan-activity .act-line:last-child {
    border-bottom: none;
}

.act-text {
    font-size: 16px;
}

.act-date {
    color: #888888;
}

.act-img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 20px;
    background-size: contain !important;
}

.req-buttons {
    display: flex;
    text-align: right;
    width: 130px;
}

.req-buttons a {
    visibility: hidden;
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px !important;
    transition: none;
    background-repeat: no-repeat !important;
    background-position: center !important;
    vertical-align: middle;
}

.req-buttons a.has-text {
    width: unset;
}

.req-accept {
    background-image: url(../img/icons/check-16.svg) !important;
}

.req-reject {
    background-image: url(../img/icons/cross-16.svg) !important;
}
.req-view {
    background-image: url(../img/icons/eye-16.svg) !important;
}
.req-edit {
    background-image: url(../img/icons/edit-16-w.svg) !important;
}

#page-clan-cabinet table tr:hover .req-buttons a {
    visibility: visible;
}

#page-clan-cabinet table th:first-child, #page-clan-cabinet table td:first-child {
    text-align: left;
}

#clan-requests .req-buttons, #clan-requests th:last-child, #clan-requests td:last-child {
    width: 130px;
}

#clan-players .req-buttons, #clan-players th:last-child, #clan-players td:last-child {
    width: 100px;
}

.tab_counter {
    background: #F44336;
    color: #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    line-height: 21px;
}

.request-detail {
    margin-top: 10px;
}

.request-detail td {
    font-size: 14px;
    text-align: left;
    padding: 3px 10px;
}

.tabs-clan {
    border-radius: 4px;
    background: #e5f3ff;
    display: flex;
    margin-top: -20px;
}

.tabs-clan a {
    display: inline-block;
    margin-right: 0;
    padding: 8px 12px 8px 35px;
    transition: background-color 0.3s;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

.tabs-clan a:hover {
    background-color: #38a1f5;
    color: #ffffff;
}

.tabs-clan a.active, .tabs-clan a.active:hover {
    background-color: #2196F3;
    color: #ffffff;
}

#page-clan-cabinet .f-line label {
    display: inline-block;
    margin-bottom: 10px;
}

.clan-notice {
    margin-bottom: 20px;
    background: url(../img/icons/layer-add.svg) no-repeat 10px center #fff7b5;
    padding: 6px 10px 6px 35px;
    border-radius: 5px;
}

.clan-battles tr td:first-child {
    background: url(../img/icons/swords-16.svg) no-repeat 10px center;
    padding-left: 35px;
}

table .place-1 {
    background: url(../img/icons/medal-1.svg) no-repeat 10px center;
    padding-left: 35px;
    font-size: 0;
}

table .place-2 {
    background: url(../img/icons/medal-2.svg) no-repeat 10px center;
    padding-left: 35px;
    font-size: 0;
}

table .place-3 {
    background: url(../img/icons/medal-3.svg) no-repeat 10px center;
    padding-left: 35px;
    font-size: 0;
}

.clan-battles tr td.place-4, .clan-battles tr td.place-5, .clan-battles tr td.place-6, .clan-battles tr td.place-7, .clan-battles tr td.place-8, .clan-battles tr td.place-0 {
    padding-left: 18px;
}

.confirm {
    margin-bottom: 10px;
    user-select: none;
}

.tabs-clan a:nth-child(1) {background-image: url(../img/icons/clan-manage-black.svg);}
.tabs-clan a:nth-child(2) {background-image: url(../img/icons/clan-players-black.svg);}
.tabs-clan a:nth-child(3) {background-image: url(../img/icons/clan-requests-black.svg);}
.tabs-clan a:nth-child(4) {background-image: url(../img/icons/clan-edit-black.svg);}
.tabs-clan a:nth-child(5) {background-image: url(../img/icons/clan-store-black.svg);}
.tabs-clan a:nth-child(6) {background-image: url(../img/icons/clan-skin-black.svg);}
.tabs-clan a:nth-child(7) {background-image: url(../img/icons/clan-global-map-black.svg);}

.tabs-clan a:nth-child(1).active, .tabs-clan a:nth-child(1):hover {background-image: url(../img/icons/clan-manage.svg);}
.tabs-clan a:nth-child(2).active, .tabs-clan a:nth-child(2):hover {background-image: url(../img/icons/clan-players.svg);}
.tabs-clan a:nth-child(3).active, .tabs-clan a:nth-child(3):hover {background-image: url(../img/icons/clan-requests.svg);}
.tabs-clan a:nth-child(4).active, .tabs-clan a:nth-child(4):hover {background-image: url(../img/icons/clan-edit.svg);}
.tabs-clan a:nth-child(5).active, .tabs-clan a:nth-child(5):hover {background-image: url(../img/icons/clan-store.svg);}
.tabs-clan a:nth-child(6).active, .tabs-clan a:nth-child(6):hover {background-image: url(../img/icons/clan-skin.svg);}
.tabs-clan a:nth-child(7).active, .tabs-clan a:nth-child(7):hover {background-image: url(../img/icons/clan-global-map.svg);}
 
.act-i-1 {background: url(../img/icons/group-add.png) no-repeat center;}
.act-i-2 {background: url(../img/icons/personal-card.png) no-repeat center;}
.act-i-3 {background: url(../img/icons/profile-add.png) no-repeat center;}
.act-i-4 {background: url(../img/icons/profile-remove.png) no-repeat center;}
.act-i-5 {background: url(../img/icons/piggy-bank.png) no-repeat center;}
.act-i-7 {background: url(../img/icons/user-profile.png) no-repeat center;}
.act-i-8 {background: url(../img/icons/battle.svg) no-repeat center;}
.act-i-10 {background: url(../img/icons/personal-card.png) no-repeat center;}

#ci-1 {background: url(../img/icons/clan-medal.svg) no-repeat center top;}
#ci-2 {background: url(../img/icons/score-points.svg) no-repeat center top;}
#ci-3 {background: url(../img/icons/riches.svg) no-repeat center top;}
#ci-4 {background: url(../img/icons/calendar.svg) no-repeat center top;}
#ci-5 {background: url(../img/icons/activity.svg) no-repeat center top;}

.clan-list table tr th:nth-child(4) {
    background: url(../img/icons/people.svg) no-repeat center;
    font-size: 0;
}

#dialog-dino-request {
    width: 400px;
    left: calc(50% - 200px);
}

#dialog-dino-request .ctrl-tumbler div {
    flex: 1;
    text-align: center;
}

.clan-posts {
    margin-bottom: 30px;
}

.clan-post-new {
    display: flex;
    margin: 10px 0;
}

.clan-post-new .msg {
    position: relative;
}

.clan-post-new .msg i {
    position: absolute;
    right: 16px;
    bottom: 10px;
    font-style: normal;
    opacity: 0.7;
    user-select: none;
}

.clan-post-new textarea {
    height: unset;
}

.clan-post-new .controls {
    display: flex;
}

.clan-post-new .clan-post-new #btn_send {
    display: block;
}

.clan-post-new .controls #visible {
    margin: 0 0 0 15px;
    padding: 5px 10px;
    line-height: normal;
    min-height: unset;
    height: 34px;
    width: 190px;
    border-radius: 5px;
    background: #fff;
    border: none;
    color: #484848;
    font-size: 13px;
}

.clan-posts .posts article {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.clan-posts .posts article:first-child {
    border-top: 1px solid #f5f5f5;
} 

.clan-posts .posts article:last-child {
    border-bottom: none;
}

.clan-posts .col-left {
    margin-right: 20px;
}

.clan-posts .col-left .img {
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.clan-posts .col-right {
    flex: 1;
}

.clan-posts article .col-right .header {
    display: flex;
}

.clan-posts article .col-right .author {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
}

.clan-posts article .col-right .author.is_clan::after {
    background: url(../img/icons/clan-small.svg) no-repeat center;
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.clan-posts article .col-right .date {
    font-size: 11px;
    color: #9E9E9E;
    flex: 1;
}

.clan-posts article .col-right .is_important{
    background-color: #fff1de;
    color: #FF9800;
    padding: 1px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.clan-posts article .col-right .content img {
   margin: 5px 0;
   max-height: 285px;
}

.clan-posts article .buttons {
    display: none;
    position: absolute;
    right: -35px;
    padding-left: 35px;
    top: 15px;
    height: 100%;
}

.clan-posts article:hover .buttons {
    display: block;
}

.clan-posts .buttons a {
    width: 16px;
    height: 16px;
    font-size: 0;
    margin: 0 6px;
    opacity: 0.7;
    display: block;
}

.clan-posts .buttons a:hover {
    opacity: 1;
}

.clan-posts .buttons .act-delete {    
    background: url(../img/icons/delete-16.svg) no-repeat center;
}

#author-clan {
    display: none;
}

.player-row {
    display: flex;
    margin: 10px 0 30px;
}

.player-row .ava {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.player-row .content {
    flex: 1;
    display: flex;
}

.player-row .content .info {
    flex: 1;
}

.player-row .content .info .nickname {
    font-size: 16px;
}

.player-row .content .info .nickname::after {
    background: url(../img/icons/crown.svg) no-repeat center;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    content: '';
    display: inline-block;
}

.player-row .content .actions {
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.player-row .content .actions .act-msg {
    background: url(../img/icons/letter.svg) no-repeat center;
    width: 32px;
    height: 32px;
    display: block;
    opacity: 0.1;
}

.player-row .content .actions .act-msg:hover {
    opacity: 0.25;
}

.clan-followers {
    display: flex;
    margin-bottom: 20px;
}

.followers-count {
    align-items: center;
    text-align: right;
    margin-right: 20px;
    line-height: 32px;
    font-size: 18px;
    background: url(../img/icons/followers.svg) no-repeat left center;
    padding-left: 25px;
}

.act-follow {
    background-color: #2196F3;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 5px;
    padding: 2px 12px;
    flex: 1;
    text-align: center;
    font-size: 13px;
}

.act-follow:hover {
    opacity: 0.8;
    color: #fff;
}

.act-follow.followed {
    background-color: white;
    border: 1px solid #2196F3;
    color: #2196F3;
}

.act-follow.followed:hover {
    opacity: 0.8;
    color: #2196F3;
}

.view-switch {
    display: flex;
    flex-wrap: wrap;
    float: right;
}

.view-switch a {
    border: 1px solid #ededed;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 12px;
    color: #3a405b;
}

.view-switch a:first-child {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.view-switch a:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.view-switch a.selected {
    background: #3b55e6;
    color: #fff;
}

.header-title {
    display: inline-block;
    width: 100%;
}

.header-title h3 {
    float: left;
}

.clan-items {
    margin-bottom: 40px;
}

.clan-items .clan-item {
    display: flex;
    margin: 10px 0;
    border: 1px solid #ededed;
    padding: 15px;
    position: relative;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border-radius: 4px;
    width: calc(100% - 1px);
}

.clan-items .clan-item .ava {
    width: 86px;
    height: 86px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.clan-items .clan-item .ava2 img {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 50%;
    border: 6px solid #fff;
}

.clan-items .clan-item .label {
    font-size: 13px;
    margin-left: 20px;
    vertical-align: top;
    color: #565656;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 2px 15px;
    opacity: 0.6;
    display: flex;
}

.clan-items .clan-item .label b {
    color: #242424;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    font-weight: normal;
    z-index: 1;
}

.clan-items .clan-item .label span {
    padding: 2px 10px 2px 22px;
    margin-left: -16px;
    border-radius: 4px;
    border: 1px solid;
}

.clan-items .clan-item .ava .no-clan-img {
    background: url(../img/icons/shield_large.svg) no-repeat center;
    display: block;
    height: 86px;
    width: 86px;
    opacity: 0.55;
}

.clan-items .clan-item .content {
    flex: 1;
}

.clan-items .clan-item .buttons a {
    margin-bottom: 0;
    background: #8BC34A !important;
    color: #fff !important;
}

.clan-items .clan-item .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.clan-items .clan-item .level {
    font-size: 13px;
    margin-left: 20px;
    vertical-align: top;
    color: #868686;
    display: none;
}

.clan-items .clan-item .leader {
    font-size: 14px;
    margin-bottom: 5px;
}

.clan-items .clan-item .leader a {
    color: #3a405b;
}

.clan-items .clan-item .leader a::after {
    background: url(../img/icons/crown.svg) no-repeat center;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    content: '';
    display: inline-block;
    vertical-align: text-top;
}

.clan-items .clan-item .additional {
    display: flex;
    color: #9E9E9E;
}

.clan-items .clan-item .additional .stats {
    display: flex;
    border-top: 1px solid #f3f3f3;
    padding-top: 5px;
    flex: 1;
}

.clan-items .clan-item .additional div {
    margin-right: 20px;
}

.clan-items .clan-item .additional div:last-child {
    margin-right: 0;
}

/* .clan-items .clan-item .label.level-5 {background-color: #dfdcd9; color: #333333;}
.clan-items .clan-item .label.level-4 {background-color: #ffd700 ; color: #665600;}
.clan-items .clan-item .label.level-3 {background-color: #c5c9c7; color: #333333;}
.clan-items .clan-item .label.level-2 {background-color: #cd7f32; color: #fff;}
.clan-items .clan-item .label.level-1 {background-color: #b66325; color: #fff;} */

.hide-row {
    display: none;
}

.show-all {
    margin-top: -20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #3a405b;
    opacity: 0.8;
}

.show-all:hover {
    opacity: 1;
}

.clan-slogan-2 {
    margin: 0;
    background: #F0F0F1;
    color: #333334;
    padding: 20px 30px;
    position: relative;
    border-left: 35px solid #DFDEDE;
    font-family: 'Lato', sans-serif;
}

.clan-slogan {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-style: italic;
    font-size: 15px;
    max-width: 100%;
    display: block;
    width: fit-content;
}

.clan-slogan:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 10px;
    line-height: 0;
    font-style: normal;
}

.clan-slogan:after {
    content: "\201D";
    font-family: serif;
    position: absolute;
    font-size: 30px;
    right: 0;
    bottom: 0;
    line-height: 0;
    font-style: normal;
}

.f-line input[type="file"] {
    margin-bottom: 20px;
}

#clan-requests td span, #page-clan-cabinet td span {
    display: block;
    font-size: 12px;
    color: #9E9E9E;
}

#page-clan-cabinet td.col-flex {
    width: 150px;
    text-align: left;
}

#page-clan-cabinet .detail span {
    display: flex;
    font-size: 12px;
    color: #9E9E9E;
    text-align: left;
    word-break: break-word;
}

#page-clan-cabinet .live-count {
    margin-left: 10px;
    font-style: normal;
    color: #F44336;
}

.features {
    margin-bottom: 25px;
}

.features li {
    margin-left: 20px;
}

.activity-points-period {
    margin-bottom: 35px;
    font-size: 13px;
}

.activity-points-period a {
    margin: 0 5px;
}

.activity-points-period a.active {
    color: #3a405b;
}

#page-clan-cabinet table td {
    word-break: break-word;
}

.role-access label {
    font-weight: normal;
    font-size: 14px;
}

.role-access label input {
    margin-right: 10px;
}

.role-access form {
    margin: 10px 0 25px;
}

.online-status-nick {
    margin-left: 0px;
    margin-right: 20px;
}

.store-detail {
    display: none;
}

.store-show-details {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #3b55e6;
    cursor: pointer;
}

.one-dino {
    display: flex;
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.one-dino:hover {
    border-left: 2px solid #ededed;
}

.one-dino-inner {
    flex: 1;
}

.one-dino .btn {
    visibility: hidden;
    display: flex;
    align-items: center;
    margin: 6px;
}

.one-dino:hover .btn {
    visibility: visible;
}

.one-dino-f {
    color: #9e9e9e;    
    padding-left: 15px;
    font-size: 13px;
}

.one-dino .location:hover {
    text-decoration: underline;
}

.dino-store-info {
    margin-bottom: 15px;
}

#page-clan .clan-tabs {
    display: flex;
    margin: 10px 0 20px;
    border: 1px dashed #f1f1f1;
    border-left: none;
    border-right: none;
    padding: 15px 0;
}

#page-clan .clan-tabs .tab {
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 4px;
    user-select: none;
}

#page-clan .clan-tabs .tab:hover {
    background: #e3e3e3;
}

#page-clan .clan-tabs .tab.active {
    background: #3b55e6;
    color: #fff;
}

#page-clan .tab-content {
    display: none;
}

#page-clan .tab-content#tab-members {
    display: block;
}

.clan-desc-spoiler {
    margin-bottom: 25px;
    margin-top: -25px;
    text-align: center;
    cursor: pointer;
    padding: 1px;
    border-left: 5px solid #ededed;
    color: #9e9e9e;
    font-size: 12px;
    background: #f3f3f3;
    user-select: none;
}

.clan-desc-spoiler:hover {
    background: #ededed;
}

.clan-desc.expanded {
    max-height: 200px;
    overflow: hidden;
}

.map-options {
    background: #ededed4a;
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.map-options .btn {
    margin-bottom: 0;
    margin-right: 10px;
}

#tab-map .wait {
    opacity: 0.4;
    cursor: wait;
}

.map-options label {
    user-select: none;
    flex: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.map-options label input {
    margin-right: 8px;
}

.map-options #map-interval {
    width: 150px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #fff;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    margin: 0;
}

.map-content {
    position: relative;
}

.map-points {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.map-points .point {
    cursor: pointer;
    transition: none;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin-left: -9px;
    margin-top: -9px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 15;
} 

.map-points .point:hover {
    border: 2px solid #fff;
}

.map-points .point .point-info {
    visibility: hidden;
    position: absolute;
    top: -150px;
    left: calc(50% - 135px);
    width: 270px;
    max-height: 150px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border: 3px solid #ffff;
    box-shadow: -1px 4px 11px 3px rgb(0 0 0 / 16%);
    z-index: 20;
    line-height: normal;
    text-align: center;
    padding: 8px;
    transition: top 0.15s;
}

.map-points .point:hover .point-info {
    visibility: visible;
    top: -145px;
}

.player-info {
    
}

.point-info .player-info b {
    font-size: 18px;
    display: block;
}

.point-info .player-info i {
    font-style: normal;
    color: #9e9e9e;
    font-size: 12px;
}

.point-dino-info {
    margin: 10px 0 0 0;
    font-size: 18px;
    background: #edededcf;
    border-radius: 4px;
    padding: 4px 0;    
}

.point-dino-info b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-dino-info span {
    color: #9e9e9e;
    margin-left: 15px; 
    font-weight: normal;
    font-size: 14px;
}

.desc-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.coords-info {
    color: #9e9e9e;
    margin-right: 20px;
}

.date-info {
    color: #9e9e9e;
}

#tab-map .diet-0 {background: #8bc34a;}
#tab-map .diet-1 {background: #d4191d;}
#tab-map .diet-2 {background: #ffeb3b;}
#tab-map .diet-3 {background: #d119d4; z-index: 16;}

#field-autocomplete {
    height: 70px;
}

.msg-bar {
    display: flex;
    margin: 5px 0 10px;
    flex-wrap: wrap;
}

.msg-bar .msg-autocomplete {
    cursor: pointer;
    font-weight: bold;
    margin: 0 5px;
    text-decoration: underline;
}

.msg-bar .msg-autocomplete:hover {
    opacity: 0.8;
}

.dlg-progressbar {
    height: 3px;
    background: #d2d2d2;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 0 4px;
}

.cab-link {
    display: none;
    margin-left: 10px;
    color: #3b55e6;
    font-size: 16px;
}

.cab-link:hover {
    color: #6b7feb;
}

.tab-content h3:hover .cab-link {
    display: inline-block;
}

.map-legend {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    padding: 6px 12px;
    background: #405d69;
    color: #fff;
    border-top: 1px solid #385662;
    user-select: none;
}

.map-leg-circle {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.map-leg-title {
    margin-right: 15px;
}

.clan-achievements {
    margin-top: 25px;
}

.achievement-category {
    margin-bottom: 15px;
    background: #a4be7917;
    padding: 10px 15px;
    border-radius: 4px;
}

.clan-achievements .title {
    font-size: 16px;
    border-bottom: 1px dashed #a4be7938;
    padding-bottom: 5px;
    color: #9e9e9e;
    padding-left: 24px;
}

.clan-achievements .title.i-battle {
    background: url(../img/icons/swords-16.svg) no-repeat left 5px;
}

.clan-achievements .title.i-races {
    background: url(../img/icons/race-16.svg) no-repeat left 5px;
}

.clan-achievements .content {
    display: flex;
    padding: 10px 0;
}

.clan-achievements .place {
    width: 33.3333%;
    text-align: center;
}

.clan-achievements .place-value {
    font-weight: bold;
    font-size: 20px;
}

.clan-achievements .place .place-gold, .clan-achievements .place .place-silver, .clan-achievements .place .place-bronze {
    margin: 10px 0 5px 0;
    height: 42px;
}

.clan-achievements .place .place-gold {background: url(../img/icons/medal-1-42.svg) no-repeat center;}
.clan-achievements .place .place-silver {background: url(../img/icons/medal-2-42.svg) no-repeat center;}
.clan-achievements .place .place-bronze {background: url(../img/icons/medal-3-42.svg) no-repeat center;}

.panel-sort {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    background: #f0f2f7;
    border-radius: 5px;
    padding: 8px 19px 6px 19px;
    border: 1px #e3e8f0 solid;
}

.panel-sort .p-left {
    width: 100%;
    padding-top: 5px;
}

.panel-sort span {
    float: left;
    margin-right: 10px;
    color: #7d7d7d;
}

.panel-sort select {
    height: 25px;
    padding: 0;
    width: 240px;
    margin: 0;
    border-radius: 0;
    border: none;
}

.panel-sort .panel-search {
    display: inline-block;
    width: 220px;
    margin-bottom: 2px;
    background: #fbfbfb;
    padding: 5px 20px;
}

.one-dino-inner .d-genom {
    font-size: 13px;
}

.level-list tbody tr, .level-list thead tr, .level-list tfoot tr {
    border: 1px solid #e3e3e3;
}

.point-items {
    padding: 5px 10px;
    border: 1px solid #ededed;
    max-height: 465px;
    overflow-y: auto;
}

.point-item {
    display: flex;
    padding: 4px 8px;
    background: #ededed;
}

.point-items .point-item:nth-child(odd) {
    background-color: #ffffff;
}

.point-item .item-date {
    margin-right: 50px;
    color: #9e9e9e;
}

.point-item .item-points {
    font-weight: bold;
    text-align: right;
    flex: 1;
    font-size: 16px;
}

.point-item .item-points.minus {
    color: #F44336;
}

.point-item .item-reason {
    margin-right: 20px;
}

.points-total {
    display: flex;
    margin-top: 15px;
}

.points-total span {
    width: 33.33%;
    text-align: right;
}

.history-clan a {
    text-decoration: underline;
}

.history-clan .selected {
    color: var(--main-link-color);
}

.item-response {
    margin-left: 20px;
}

.level-hide-item {
    text-align: center;
    margin-top: 25px;
}

.clan-items .clan-item.level-hide {
    display: none;
}

#last-airdrops, #last-activity {
    margin-bottom: 25px;
}

#last-airdrops td, #last-activity td, #last-airdrops th, #last-activity th {
    text-align: left;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    #page-clan .clan-info {
        display: inline-block;
    }
    #page-clan .clan-info div {
        width: 50%;
        float: left;
        margin: 10px 0;
    }
}

@media screen and (max-width: 640px) {
    
    .clan-items .clan-item .additional .stats {
        flex-wrap: wrap;
    }

    .right-side {
        display: none;
    }
}
