:root {
    --main-link-color: #3b55e6;
    --main-text-color: #3a405b;
    --main-second-text-color: #7b7b7b;

    --menu-bg-color: #f7f7f7;
    --menu-bg-hover-color: #e8e8e8;
    --menu-border-color: #ededed;
    --menu-color: #3e3e3e;
    --menu-counter-bg-color: #F44336;
    --menu-counter-color: #fff;
    --menu-submenu-color: #0366d6;
    --menu-icon-color: #3e3e3e;

    --section-border-color: #ededed;
}

@font-face {
	font-family: 'PatsySans';
	src: url('fonts/PatsySans.otf') format('opentype');
	font-weight: 1;
	font-style: normal;
}

input[type=checkbox]:checked {
    border-color: #3b55e6;
}

input[type="checkbox"]:before {
    background: #3b55e6;
}

a {
    color: var(--main-link-color);
}

.tpk-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tpk-sections {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    border-right: 1px solid var(--section-border-color);
}

.tpk-section {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding: 20px 0 20px 40px;
    position: relative;
}

.wpd-page-title {
    height: 110px;
}

.content-container {
    padding-top: 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding-left: 0 !important;
}

.content-container.profile {
    padding-left: 15px !important;
    border: none;
}

.tpk-sections {
    margin-top: -16px;
    margin-left: -1px;
   /*  box-shadow: 1px 1px 50px 0px rgba(27, 32, 50, 0.1); */
}

.tpk-sections:hover {
    box-shadow: 1px 1px 50px 0px rgba(27, 32, 50, 0.1);
}

.content-container.profile .tpk-sections {
    margin-top: 0;
    margin-left: 0;
}

.tpk-content.min .tpk-sections {
    flex: 0 0 10%;
    max-width: 10%;
    overflow: hidden;
}

.tpk-content.min .tpk-section {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

.logo_container .site-title {
    font-family: 'PatsySans';
    background: url('../img/icons/dino_crown_128.png') no-repeat left;
    padding-left: 50px;
    background-size: 40px;
}

.menu-item {
    display: inline;
    position: relative;
}

.sub-menu {
    visibility: hidden;
    position: absolute;
    padding-top: 10px;
    right: 0;
    top: 25px;
    opacity: 0;
}

.menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-title {
    font-size: 10px;
    color: #706e6e;
    padding: 0 14px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.sub-sep {
    border-bottom: 1px solid #373840;
    margin: 5px 14px;
}

.sub-menu-items {
    background: #222328;
    box-shadow: 1px 1rem 1.2rem rgb(21 22 22 / 21%);
    border-radius: 5px;
    padding: 12px 10px;
    border: 1px solid #373840;
    transition: all 0.3s;
}

.menu-item:hover .sub-menu-items {
    display: block;
    margin-top: 3px;
}

.sub-menu-items a {
    display: block;
    text-align: left;
    margin: 0;
    color: #fff;
    padding: 0 14px;
    line-height: 30px;
    font-size: 14px;
    transition: color .25s;
}

.sub-menu-items a:hover {
    color: #7e6dd5;
    background: unset;
}

.sub-menu-items a.selected:hover {
    background: #fff;
    color: #222328;
}

.min .menu-profile span {
    display: none;
}

.need-login {
    padding: 15px 20px;
    background: #ffddd2;
    border-radius: 5px;
    margin: 20px;
}

.need-login span {
    margin-bottom: 20px;
    display: block;
}

.need-login-label {
    background: #feddd2;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.mobile-menu-main-switch {
    display: none;
}

.steam-login {
    background: url(../img/icons/steam.svg) no-repeat 12px #3b55e6;
    color: #fff;
    padding: 10px 20px 10px 45px;
    border-radius: 5px;
    display: inline-block;
}

.steam-login:hover {
    color: #fff;
    opacity: 0.8;
}

.menu-profile {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid var(--section-border-color);
    position: relative;
} 

.menu-profile img {
    border-radius: 50%;
    width: 42px;
    margin-top: 2px;
}

.menu-profile span {
    font-size: 20px;
    margin-left: 15px;
    max-width: 170px;
    display: inline-block;
    width: calc(100% - 85px);
}

.menu-profile a {
    color: var(--main-text-color);
    text-decoration: none;
}

.menu-profile i {
    font-size: 16px;
    font-style: normal;
    display: block;
    color: var(--main-second-text-color);
    word-break: break-word;
}

.profile-additional a {
    margin: 2px 0;
    display: block;
    color: var(--menu-submenu-color);
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
}

.menu-balance, .menu-server, .menu-frozen, .menu-points {
    padding: 20px;   
    width: 100%;
    display: inline-block;
    margin-bottom: -8px;
}

.menu-server {
    border-top: 1px solid var(--section-border-color);
}

.menu-balance a, .menu-server a, .menu-frozen a, .menu-points a {
    background: #8ac34a;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    float: right;
    height: 23px;
    line-height: 19px;
    margin-top: 6px;
}

.menu-balance a:hover, .menu-server a:hover, .menu-frozen a:hover, .menu-points a:hover {
    opacity: 0.8;
}

.menu-points, .menu-points:hover, .menu-points:visited {
    color: #222328;
    text-decoration: none;
}

.menu-balance span {    
    background: url(../img/icons/wallet.svg) no-repeat left;
    padding-left: 56px;
    font-weight: bold;
    height: 48px;
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
}

.menu-balance i {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
    color: var(--main-second-text-color);
}

.menu-frozen {
    border-top: 1px solid #ededed;
}

.menu-frozen span {    
    background: url(../img/icons/frozen-32.svg) no-repeat left;
    padding-left: 40px;
    font-weight: bold;
    height: 48px;
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
}

.menu-frozen i {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
    color: var(--main-second-text-color);
}

.menu-points span {
    background: url(../img/icons/points.svg) no-repeat left;
    padding-left: 56px;
    font-weight: 700;
    height: 48px;
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
}

.menu-points i {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
    color: #7b7b7b;
}

.menu-points {
    padding: 10px 20px;
    margin-top: -5px;
    border-top: 1px solid #ededed;
}

.menu-server i {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    color: var(--main-second-text-color);
}

.menu-server span {    
    background: url(../img/icons/gamepad.svg) no-repeat left;
    padding-left: 56px;
    font-weight: bold;
    height: 48px;
    font-size: 15px;
    display: block;
    float: left;
}

.tpk-content .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    padding: 5px 10px;
    color: var(--menu-color);
    font-size: 14px;
    align-items: center;
    border-left: 3px solid transparent;
    transition: all 0.1s;
    margin: 4px 10px;
}

.tpk-content .menu-item b {
    margin-left: 5px;
}

.tpk-content .menu-item span:first-child {
    flex: 1;
}

.tpk-content .menu-item:hover {
    background: var(--menu-bg-hover-color);
}

.tpk-content .menu-item.active {
    background:var(--menu-bg-color);
}

.menu-logout {
    margin-top: 5px;
    transition: all 0.3s;
}

.profile-additional a:hover, .profile-additional .menu-logout:hover {
padding-left: 5px;
}

.menu-logout button {
    background: none;
    border: none;
    color: #c0392b;
    font-size: 12px;
    font-family: unset;
    padding: 0;
    margin-bottom: 0;
}


#dlg-overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.dialog-form {
    display: none;
    position: fixed;
    z-index: 101;
    top: calc(50% - 100px);
    left: calc(50% - 250px);    
}

.dialog-form-simple {
    background: #fff;
    padding: 30px 40px;
    box-shadow: -1px 4px 11px 3px rgba(0, 0, 0, 0.06);
    width: 500px;
    border-radius: 8px;
    z-index: 1002;
}

.dialog-form-advanced {
    background: #fff;
    box-shadow: -1px 4px 11px 3px rgba(0, 0, 0, 0.06);
    width: 600px;
    border-radius: 8px;
    z-index: 102;
    left: calc(50% - 300px); 
    top: 200px;
}

.dialog-form-advanced .dlg-header {
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
}

.dialog-form-advanced .dlg-content {
    padding: 30px;
}

.dialog-form-advanced .dlg-buttons {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.dialog-form-advanced textarea {
    height: unset;
}

#dlgInfo {
    z-index: 1003;
}

.dialog-form span {
    font-size: 20px;
}

.dlg-input {
    margin-top: 20px;
}

.dlg-input textarea {
    height: unset;
}

.dlg-buttons {
    margin-top: 30px;
    text-align: center;
}

.dlg-buttons div {
    display: inline-block;
    padding: 6px 40px;
    cursor: pointer;
    margin: 0 10px;
    color: #fff;
    transition: margin-top 0.1s;
    user-select: none;
    border-radius: 4px;
    position: absolute;
    top: 0;
}


.dlg-buttons div:hover {
    opacity: 0.8;
    margin-top: -2px;
}

.dialog-form .dlg-yes {
    background: #4CAF50;
    left: calc(50% - 120px);
}

#dialog-buy .dlg-yes:before {
    font-family: 'FontAwesome';
    content: '\f07a';
    margin-right: 10px;
    font-size: 14px;
}

.dialog-form .dlg-no {
    background: #F44336;
    left: calc(50% + -5px);
}

.dlg-buttons-bar {
    margin-top: 30px;
    text-align: center;
}

.dialog-form .dlg-buttons-bar {
    padding: 30px 30px 0;
    margin-top: 30px;
    padding-top: 40px;
    position: relative;
}

.dialog-form-simple .dlg-buttons-bar {
    margin-bottom: -10px;
}

.dlg-buttons-bar .buttons-left div, .dlg-buttons-bar .buttons-right div {
    display: inline-block;
    padding: 6px 40px;
    cursor: pointer;
    margin: 0 10px;
    color: #fff;
    transition: margin-top 0.1s;
    user-select: none;
    border-radius: 4px;
    position: absolute;
    top: 0;
}

.dlg-buttons-bar div:hover {
    opacity: 0.8;
    margin-top: -2px;
}

#page-dead-dinos table tr:hover .restore-dino, #page-dead-dinos table tr:hover .restore-dino-buy {
    display: block;
}

#page-dead-dinos table tr:hover td span {
    display: none;
}

#page-dead-dinos table tr td:last-child {
    width: 185px;
}

.restore-dino, .restore-dino-buy {
    display: none;
    background: #89c34a;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.dead-dino-list td span {
    color: #89c34a;
}

.restore-dino:hover {
    opacity: 0.8;
}

.dino-lives {
    background: url(../img/icons/heart.svg) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 14px;
    padding-left: 35px;
    left: 8px;
    color: #c0392b;
    font-size: 20px;
    font-weight: bold;
}

.diet-herb {background: url(../img/icons/leaf.svg) no-repeat center;}
.diet-carn {background: url(../img/icons/meat.svg) no-repeat center;}
.diet-egg {background: url(../img/icons/egg.svg) no-repeat center;}
.diet-omni {background: url(../img/icons/omni.svg) no-repeat center;}

.dialog-form-info {
    background: #fff;
    padding: 30px 40px;
    box-shadow: -1px 4px 11px 3px rgba(0, 0, 0, 0.06);
    width: 500px;
    border-radius: 8px;
}

.dlg-ok {
    background: #f5f5f5;
    color: #4c4c4c !important;
    border: 1px solid #ededed;
    user-select: none;
    left: calc(50% - 70px);
}

.dlg-close {
    background: url(../img/icons/cross.svg) no-repeat center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}

.dlg-close:hover {
    opacity: 0.85;
}

.no-img {
    margin: 0 auto;
    display: block;
    opacity: 0.2;
    margin-top: 40px;
}

.table-footer {
    margin-top: 10px;
    font-weight: bold;
    display: flex;
}

.table-footer .my-rating {
    text-align: left;
    flex: 1;
}

.table-footer .player-count {
    text-align: right;
}

.category-list {
    margin-bottom: 30px;
}

.category-list a {
    padding: 10px 15px;
    border-radius: 4px;
    color: #5d5d5d;
    margin-right: 2px;
    display: inline-block;
}

.category-list a:hover {
    background-color: #dadada;
}

.category-list a.active, .category-list a.active:hover {
    background-color: #ededed;
    color: #686f90;
}

.category-list.color {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px !important;
    margin-top: 0;
}

.category-list.color a {
    display: inline-block;
    padding: 8px 15px;
}

.category-list.color a.active {
    background: #3b55e6;
    color: #fff;
}

.category-list .f-right {
    float: right;
}

.simple-list {
    margin-top: 0px;
    margin-bottom: 20px;
}

.simple-list a {
    padding: 5px 10px;
    color: #5d5d5d;
    display: inline-block;
    transition: none;
}

.simple-list a:hover {
    border-bottom: 2px solid #e0e0e0;
}

.simple-list a.active, .simple-list a.active:hover {
    border-bottom: 2px solid #3b55e6;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.servers-status { 
    background: #f9f9f9;
    border-radius: 0;
    margin: 25px 0 0;
}

.sidebar-content {
    padding: 15px;
}

.sidebar-title {
    font-size: 18px;
    background: #ededed;
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
}

.servers-status .server-item {
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    color: #3a405b;
    padding: 6px;
}

.servers-status .server-item:hover {
    padding: 6px 0 6px 10px;
    background: #ededed;
}

.servers-status .server-item:hover i {
    margin-right: 30px;
}

.servers-status .server-item:hover i.server-off {
    margin-right: 6px;
}

.servers-status .server-item div {
    display: none;
    background: url(../img/icons/play.svg) no-repeat center;
    position: absolute;
    right: 4px;
    top: 11px;
    width: 30px;
    height: 16px;
}

.servers-status .server-item:hover div {
    display: block;
}

.servers-status a:last-child {
    padding: 6px;
    display: block;
}

.servers-status .server-item i, .servers-status div:last-child i {
    font-style: normal;
    float: right;
    padding: 2px 8px;
    transition: all 0.2s;
    background: #ededed;
    margin-right: 0px;
    border-radius: 4px;
    margin-top: -2px;
    display: block;
}

.servers-status .sidebar-title a { 
    padding: 0;
    color: #3a405b;
}

.all-servers {
    padding: 6px;
    display: block;
}

table tr.current {
    background: #fff4d3;
}

.tpk-section h3 {
    margin-bottom: 10px;
}

.dropdown-menu {
    background: url(../img/icons/arrow_down.svg) no-repeat center;
    position: absolute;
    right: 14px;
    top: 32px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 12px;
    border: 1px solid var(--menu-border-color);
    border-radius: 4px;
    user-select: none;
}

.dropdown-menu.showed {
    background: url(../img/icons/arrow_up.svg) no-repeat center;
}

.dropdown-menu:hover {
    background-color: #f9f9f9;
}

.profile-additional {
    display: none;
    padding: 10px 0 0 60px;
    user-select: none;
}

.dropdown-menu.showed + .profile-additional {
    display: block;
}

.dialog-form .dlg-header {
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
}

.dialog-form .dlg-content {
    padding: 30px;
}

.dialog-form .dlg-buttons {
    padding: 30px 30px 0;
    margin-top: 30px;
    padding-top: 40px;
    position: relative;
}

.dialog-form-simple .dlg-buttons {
    margin-bottom: -10px;
}

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

.quote ul {
    padding-left: 20px;
}

.quote.warning {
    background: #fff1ce;
    border-left: 5px solid #eead05;
}
.quote.info {
    background: #e1f2ff;
    border-left: 5px solid #2196F3;
}
.quote.error {
    background: #ffd7d4;
    border-left: 5px solid #F44336;
}
.quote.success {
    background: #8bc34a57;
    border-left: 5px solid #8bc34a;
}

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

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

.btn-orange {background: #eead05 !important;}
.btn-blue {background: #2196f3 !important;}
.btn-red {background: #f44336 !important;}
.btn-green {background: #8bc34a !important;}
.btn-black {background: #404040 !important;}
.btn-gray {background: #e2e2e2 !important; color: #505050 !important;}
.btn-white {background: #fff !important; color: #505050 !important; border: 1px solid #ededed;}
    

.pagination {
    margin: 25px 0 20px;
    text-align: center;
}

.pagination a {
    text-decoration: none;
    border: 1px solid #ededed;
    color: #3a3a3a;
    padding: 4px 10px;
    margin: 4px 2px;
    display: inline-block;
    border-radius: 5px;
    background: #fff; 
}

.pagination span {
    text-decoration: none;
    color: #3a3a3a;
    padding: 4px 8px;
    margin: 4px 2px;
    display: inline-block;
    opacity: 0.8;
}

.list-stat {
    text-align: right;
    margin: 10px 0 0;
    font-size: 12px;
    opacity: 0.5;
}

.counter {
    background: var(--menu-counter-bg-color);
    color: var(--menu-counter-color);
    height: 22px;
    width: 22px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    line-height: 21px;
}

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

.coming-soon {
    background: url(../img/icons/fossil.svg) no-repeat 15px center #fff6ea;
    margin-top: 40px;
    padding: 15px 25px 15px 60px;
    border-radius: 5px;
    color: #ea8100;
    font-size: 16px;
}

.adm-buttons {    
    position: absolute;
    top: 20px;
    right: 0;
    width: 42px;
    height: 42px;
    background: url(../img/icons/admin.svg) no-repeat center #fdfdfd;
    border-radius: 5px;
    border: 1px solid #ededed;
    opacity: 0.8;
    z-index: 100;
}

.adm-buttons:hover {    
    opacity: 1;
    border-radius: 4px 4px 0 0;
}

.adm-buttons .adm-menu {
    display: none;
    position: absolute;
    right: -1px;
    top: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    border: 1px solid #ededed;
    border-radius: 5px;    
    box-shadow: 0px 1px 7px 0 #e2e2e2;
    z-index: 1;
}

.adm-buttons:hover .adm-menu {
    display: block;
}

.adm-buttons .adm-menu li {
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.adm-buttons .adm-menu li a {
    color: #3a405b;
    background: #fff;
    width: 100%;
    display: block;
    padding: 6px 15px;
    transition: all 0.4s;
}

.adm-buttons .adm-menu li:last-child {
    border-bottom: none;
}

.adm-buttons .adm-menu li a:hover {
    background: #f5f5f5;
}

.header-back {
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

table.default tr td:first-child, table.default tr th:first-child, .default td.title, .default th.title {
    text-align: left;
}

.online-status {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.online-status-nick  {
    position: relative;
    display: inline;
    margin-left: 8px;
}

.online-status-nick::after {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: calc(50% - 6px);
    border-radius: 50%;
    border: 2px solid #fff;
}

#page-friends .online-status {
    width: 15px;
    height: 15px;
    right: 2px;
    bottom: 2px;
}

#page-chats .msg-ava .online-status {
    width: 12px;
    height: 12px;
}

.online-status.is-online, .online-status-nick.is-online::after {background-color: #8BC34A;}
.online-status.is-offline, .online-status-nick.is-offline::after {background-color: #F44336;}

.td-long {
    width: 100%;
}

.td-short {
    white-space: nowrap;
}

.loading {
    display: none;
}

.loading .inner {
    z-index: 100007;
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.loading-bg {
    position: fixed;
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0.3;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.mobile-menu-switch {
    background: url(../img/icons/menu-mobile.svg) no-repeat calc(100% - 20px) #f7f7f7ed;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px 0;
    display: none;
}

.mobile-menu-switch.showed {
    background: url(../img/icons/cross.svg) no-repeat calc(100% - 20px) #f7f7f7ed;
}

.mobile-menu-switch span {
    text-transform: uppercase;
    font-size: 16px;
}

.mobile-menu-switch:hover {
    opacity: 0.85;
}

.mobile-menu-main-switch {
    background: url(../img/icons/menu-mobile-w.svg) no-repeat right;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px 0;
    display: none;
}

.mobile-menu-main-switch.showed {
    background: url(../img/icons/cross-white.svg) no-repeat right;
    z-index: 5;
}

.premium-ava {
    border: 4px solid #FFC107;
    box-sizing: content-box;
    margin-left: -4px;
}

.premium-profile {
    background: #ffc10714;
    border-radius: 4px 0 0 0;
    border: 1px solid #ffe8ad;
    border-right: none;
}

.premium-menu {
    padding: 15px 0 0;
    width: 100%;
    display: inline-block;
    margin-bottom: -15px;
}

.premium-menu span {
    background: url(../img/icons/premium.svg) no-repeat left;
    padding-left: 56px;
    font-weight: bold;
    height: 48px;
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    max-width: unset;
}

.premium-menu b {
    font-size: 16px;
}

.premium-menu i {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
    color: #7b7b7b;
}

.dlg-alert {
    padding: 10px 15px;
    background-color: #ffc1071f;
    color: #e48800;
    border-radius: 4px;
    margin-top: 15px;
}

.label-alpha::after {
    content: 'ALPHA';
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    vertical-align: top;
    margin-left: 15px;
    background-color: #f44336;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    height: 22px;
    line-height: 20px;
}

.label-beta::after {
    content: 'BETA';
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    vertical-align: top;
    margin-left: 15px;
    background-color: #ff9900;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    height: 22px;
    line-height: 20px;
}

.label-beta-test::after {
    content: 'Демон скорости';
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    vertical-align: top;
    margin-left: 15px;
    background-color: #ff9900;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    height: 22px;
    line-height: 20px;
}

.announce-alert {
    display: flex;
    margin-bottom: 40px;
    background: #f9fdf4;
    border: 1px solid #8bc34a;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
}

.announce-alert .text {
    margin-right: 25px;
}

.announce-alert a {
    background: #8bc34a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    display: flex;
    padding: 5px 20px;
}

.announce-alert a:hover {
    opacity: 0.8;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.lvl {
    position: absolute;
    left: -5px;
    bottom: -5px;
    background-color: #9e9e9e;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-style: normal;
    font-size: 11px;
    color: #fff;
    user-select: none;
    border: 2px solid #fff;
    box-sizing: content-box;
}

.lvl[data-level="2"] {background-color: #8bc34a;}
.lvl[data-level="3"] {background-color: #8bc34a;}
.lvl[data-level="4"] {background-color: #8bc34a;}
.lvl[data-level="5"] {background-color: #8bc34a;}
.lvl[data-level="6"] {background-color: #4caf50;}
.lvl[data-level="7"] {background-color: #4caf50;}
.lvl[data-level="8"] {background-color: #4caf50;}
.lvl[data-level="9"] {background-color: #4caf50;}
.lvl[data-level="10"] {background-color: #4caf6b;}
.lvl[data-level="11"] {background-color: #4caf6b;}
.lvl[data-level="12"] {background-color: #4caf6b;}
.lvl[data-level="13"] {background-color: #4caf6b;}
.lvl[data-level="14"] {background-color: #4caf6b;}
.lvl[data-level="15"] {background-color: #4caeaf;}
.lvl[data-level="16"] {background-color: #4caeaf;}
.lvl[data-level="17"] {background-color: #4caeaf;}
.lvl[data-level="18"] {background-color: #4caeaf;}
.lvl[data-level="19"] {background-color: #4caeaf;}
.lvl[data-level="20"] {background-color: #467db6;}
.lvl[data-level="21"] {background-color: #467db6;}
.lvl[data-level="22"] {background-color: #467db6;}
.lvl[data-level="23"] {background-color: #467db6;}
.lvl[data-level="24"] {background-color: #467db6;}
.lvl[data-level="25"] {background-color: #4c51af;}
.lvl[data-level="26"] {background-color: #4c51af;}
.lvl[data-level="27"] {background-color: #4c51af;}
.lvl[data-level="28"] {background-color: #4c51af;}
.lvl[data-level="29"] {background-color: #4c51af;}
.lvl[data-level="30"] {background-color: #975fd4;}
.lvl[data-level="31"] {background-color: #975fd4;}
.lvl[data-level="32"] {background-color: #975fd4;}
.lvl[data-level="33"] {background-color: #975fd4;}
.lvl[data-level="34"] {background-color: #975fd4;}
.lvl[data-level="35"] {background-color: #9a4caf;}
.lvl[data-level="36"] {background-color: #9a4caf;}
.lvl[data-level="37"] {background-color: #9a4caf;}
.lvl[data-level="38"] {background-color: #9a4caf;}
.lvl[data-level="39"] {background-color: #9a4caf;}
.lvl[data-level="40"] {background-color: #af4ca4;}
.lvl[data-level="41"] {background-color: #af4ca4;}
.lvl[data-level="42"] {background-color: #af4ca4;}
.lvl[data-level="43"] {background-color: #af4ca4;}
.lvl[data-level="44"] {background-color: #af4ca4;}
.lvl[data-level="45"] {background-color: #c93181;}
.lvl[data-level="46"] {background-color: #c93181;}
.lvl[data-level="47"] {background-color: #c93181;}
.lvl[data-level="48"] {background-color: #c93181;}
.lvl[data-level="49"] {background-color: #c93181;}
.lvl[data-level="50"] {background-color: #ed0653;}
.lvl[data-level="51"] {background-color: #eb712a;}
.lvl[data-level="52"] {background-color: #eb712a;}
.lvl[data-level="53"] {background-color: #eb712a;}
.lvl[data-level="54"] {background-color: #eb712a;}
.lvl[data-level="55"] {background-color: #eb712a;}
.lvl[data-level="56"] {background-color: #eb952a;}
.lvl[data-level="57"] {background-color: #eb952a;}
.lvl[data-level="58"] {background-color: #eb952a;}
.lvl[data-level="59"] {background-color: #eb952a;}
.lvl[data-level="60"] {background-color: #eb952a;}

.lvl-nick {
    margin-left: 10px;
    background: #f7f7f7;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    color: #9e9e9e;
}

.store-filter {
    display: flex;
    flex: 1;
}

.store-filter:hover {
    opacity: 1;
}

.store-filter .f-btn {
    display: flex;
    margin-left: 15px;
    align-items: center;
}

.store-filter div label {
    margin-right: 5px;
    font-style: normal;
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 0;
    font-weight: normal;
}

.store-filter div span {
    border: 1px solid #ededed;
    cursor: pointer;
    padding: 4px 12px;
    user-select: none;
    line-height: normal;
    border-radius: 4px;
    margin: 0 2px;
}

.store-filter div span:hover {
    background: #efefef;
    border: 1px solid #efefef;
}

.store-filter div span.selected {
    background: #8bc34a;
    color: #fff;
    border: 1px solid #8bc34a;
}

.store-filter div i, .settings-button i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
}

.store-filter .diets span, .store-filter .lives span, .store-filter .spawn span, .store-filter .slot_colors span, .store-filter .genom span, .store-filter .func span, .store-filter .fav span, .store-filter .genders span, .store-filter .season-dino span, .store-filter .points span, .store-filter .empty-slot span {
    position: relative;
    width: 42px;
    height: 29px;
}

.season-dino span, .points span {
    color: #ec9007;
    font-weight: bold;
    width: 57px !important;
    padding-left: 26px !important;
}

.season-dino span.selected, .points span.selected {
    color: #ec9007 !important;
}

.filter-list {
    position: relative;
}

.filter-ico {
    position: relative;
    width: 42px;
    height: 29px;
    cursor: pointer;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.filter-ico:hover {
    background: #efefef;
}

.filter-ico.selected {
    background: #ededed;
    box-shadow: inset 2px 2px 20px 0 rgb(0 0 0 / 35%);
}

.filter-ico.used:after {
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8bc34a;
    content: '';
}

.filter-tools {
    display: none;
    position: absolute;
    bottom: 48px;
    right: 0;
    background: #fff;
    border: 1px solid #ededed;
    padding: 10px 14px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 10;
}

.filter-showed {
    display: block;
}

.filter-row {
    display: flex;
    padding: 5px 0;
}

.filter-row .f-btn {
    margin-left: 0;
}

.f-sep {
    width: 9px;
}

.filter-header {
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #edededad;
    padding-bottom: 10px;
}

.filter-header div {
    margin-right: 10px;
}

i.heart {
    background: url(../img/icons/heart-small.svg) no-repeat center;
}

i.spawn {
    background: url(../img/icons/spawn-small.svg) no-repeat center;
}

i.gear {
    background: url(../img/icons/gear-small.svg) no-repeat center;
}

i.save {
    background: url(../img/icons/save-small.svg) no-repeat center;
}

i.slot_color {
    background: url(../img/icons/color-palette.svg) no-repeat center;
}

i.filter {
    background: url(../img/icons/filter.svg) no-repeat center;
}

i.dna {
    background: url(../img/icons/genom.svg) no-repeat center;
}

i.func {
    background: url(../img/icons/valuation.svg) no-repeat center;
}

i.fav {
    background: url(../img/icons/star-16.svg) no-repeat center;
}

i.gender-male {
    background: url(../img/icons/male-16.svg) no-repeat center;
}

i.gender-female {
    background: url(../img/icons/female-16.svg) no-repeat center;
}

i.season-dino {
    background: url(../img/icons/light-activity-16.svg) no-repeat center;
    left: 5px;
    right: unset !important;
}

i.points {
    background: url(../img/icons/points-16.svg) no-repeat center;
    left: 5px;
    right: unset !important;
}

i.empty-slot {
    background: url(../img/icons/slot.svg) no-repeat center;
}

.middle_left .header_side_container {
    display: flex !important;
}

.middle_left .logo_container {
    margin-right: 25px;
}

.site-links {
    padding-top: 33px;
}

.site-links a {
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0 5px;
    font-size: 18px;
    transition: none;
}

.site-links a:hover {
    background: #3b55e6;
    color: #fff;
}

.site-links a.selected {
    background: #3b55e6;
    color: #fff;
}

.profile-additional .ntf {
    position: relative;
}

i.ntf-counter {
    margin-left: 5px;
    color: #f5154d;
    display: inline-block;
    font-size: 14px;
}

.ntf::after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 50%;
    border: 0;
    background-color: #f5154d;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1.5s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1.5s;
}

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

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

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

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

.tab-content {
    display: none;
}

.tpk-tab-content .tab-content:first-child {
    display: block;
}

.d-genom {
    background: #ffc1073d;
    color: #ffc107  !important;
    padding: 0px 6px;
    border-radius: 4px;
    display: inline-block;
    cursor: help;
    margin: 0 5px;
}

.tpk-sections .menu-item svg {width: 16px; height: 16px; margin-right: 15px; fill: var(--menu-icon-color);}
.tpk-sections .menu-item svg path, .tpk-sections .menu-item svg circle, .menu-item svg ellipse {fill: var(--menu-icon-color);}
.tpk-sections .menu-item.active svg {fill: var(--menu-color);}

.unit {
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin: 0 3px;
}

.unit i {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.unit::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
}

.unit.tc::before {background: url(../img/icons/tc_flex.svg) no-repeat center;}
.unit.tc {color: #ecae51;font-weight: bold;}
.unit.premium::before {background: url(../img/icons/premium_flex.svg) no-repeat center;}
.unit.premium {color: #ecae51;font-weight: bold;}
.unit.fragments::before {background: url(../img/icons/inv-fragment.png) no-repeat center;background-size: cover;}
.unit.fragments {font-weight: bold;}

.tpkn-pagination {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ededed75;
    padding-top: 20px;
    margin-top: 10px;
    user-select: none;
}

.tpkn-pagination li.active a {
    background: #3b55e6;
    color: #fff;
}

.tpkn-pagination li.disabled a {
    opacity: 0.3;
}


.question-spoiler {
    margin: 5px 0 10px;
    border-radius: 4px;
    overflow: hidden;    
}

.question-spoiler .question-title {
    font-size: 16px;
    cursor: pointer;    
    position: relative;   
    padding: 10px 10px 10px 32px;
    font-weight: 500;
    background-color: transparent;
    transition: 0.3s ease background-color;
}

.question-spoiler .question-title:hover {
    background-color: #f1f1f1;
}

.question-spoiler .question-title:before {
    background-image: url(../img/icons/arrow_down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 24px;
    left: 8px;
    top: 10px;
    width: 24px;
    position: absolute;
    transition: 0.4s ease-in-out transform;
}

.question-spoiler .question-answer {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    
    transition: 0.3s ease-in-out;
}

.question-answer-text {
    background-color: #f1f1f1;
    padding: 5px 20px 10px 32px;
}

.question-spoiler.opened .question-title {
    background-color: #f1f1f1;
    font-weight: 600;
}

.question-spoiler.opened .question-title:before {
    transform: rotate(180deg);
    transform-origin: center;
}

.question-spoiler.opened .question-answer {
    opacity: 1;
    max-height: 1024px;
    visibility: visible;
    overflow-y: auto;
} 

.menu-points {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.menu-points a {
    float: none;
    color: #222328;
    display: block;
    background: unset;
    height: unset;
    padding: 0;
    margin: 0;
    line-height: unset;
    flex: 1;
}
.update-points {
    cursor: pointer;
    width: 32px;
    height: 48px;
}

.button {
    background: url(../../img/icons/refresh.svg) no-repeat center;
}

.button.loading {
    animation: .6s linear 0s normal none infinite running rotate-animation;
}

.menu-values {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.menu-values a {
    color: #3a405b;
    display: flex;
    align-items: center;
}

.menu-values a i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
}

.menu-values a span {
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
    color: #7b7b7bba;
    text-transform: uppercase;
}

.menu-values a b {
    color: #3a405b;
    font-size: 18px;
    padding-right: 10px;
}

.menu-val-balance i {
    background-image: url(https://dynastica.ru/templates/default/img/icons/tc_medium.svg);
}

.menu-val-ambers i {
    background-image: url(https://dynastica.ru/templates/default/img/icons/amber-24.png);
}

.menu-val-fragments i {
    background-image: url(https://dynastica.ru/templates/default/img/icons/inv-fragment.png);
}

.menu-value-list {
    flex: 1;
}

a.value-donate {
    background: #8ac34a;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 20px;
    float: right;
    height: 30px;
    line-height: 25px;
}

a.value-donate:hover {
    color: #fff;
    opacity: 0.8;
}

.imp-type-2 .modal-content {
    background-color: #fff0c3;
}

.imp-type-2 .modal-header {
    border-bottom: 1px solid #ffd863;
}

.imp-type-3 .modal-content {
    border: 3px solid #FFC107;
}

.imp-type-4.modal-content {
    border: 3px solid #ff9800;
}

.imp-type-5 .modal-content {
    border: 3px solid #ff5722;
}

.imp-type-6 .modal-content {
    border: 3px solid #8bc34a;
}

.imp-type-7 .modal-content {
    border: 3px solid #03a9f4;
}

.nutr {
    width: 64px;
    height: 64px; 
    background-repeat: no-repeat;
}

.nutr-p {
    background-image: url(/templates/default/img/icons/n_protein.svg);
}

.nutr-f {
    background-image: url(/templates/default/img/icons/n_fats.svg);
}

.nutr-c {
    background-image: url(/templates/default/img/icons/n_carbohydrates.svg);
} 

.table-skins {
    margin: 20px 0;
}

.table-skins th {
    font-size: 12px;
    line-height: normal;
}

.table-skins td {
    font-size: 12px;
    line-height: normal;
}

.table-skins .sk-color {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin: 0 auto 5px;
}

.table-skins td span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.league {
    margin: 20px;
}

.league.full-view {
    margin: 20px 0;
}

.league-title {
    padding: 8px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--menu-border-color);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.full-view .league-title {
    justify-content: left;
    padding: 15px 20px;
    font-size: 18px;
}

.league-title a, .league-title a:hover  {
    color: #3a405b;
}

.league-row {
    display: flex;
    position: relative;
    padding: 2px 10px;
    border: 1px solid var(--menu-border-color);
    border-top: 0;
}

.league-table .league-row:first-child {
    border-top: 1px solid var(--menu-border-color);
}

.league-table .league-row:last-child {
    border-radius: 0 0 4px 4px;
}

.league-row.hidden {
    display: none;
}

.league-row.cup {
    background-color: #fff9c0;
}

.league-row.cup .row-player a:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../../img/icons/champion_cup.svg) center no-repeat;
    margin-left: 10px;
    position: absolute;
    margin-top: 4px;
}

.league-row.up {
    background-color: #e9fdd5;
}

.league-row.down {
    background-color: #fdf6f6;
}

.league-row.my {
    font-weight: bold;
}

.league-row .row-place {
    width: 25px;
}

.league-row .row-player {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.league-row .row-points {
    width: 40px;
    text-align: right;
}

.league-show-all {
    margin-top: 10px;
    display: block;
}

.league-title i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.full-view .league-title i {
    margin-right: 10px;
}

.league.league-lvl-0 .league-title i {background-image: url(../../img/icons/league-lvl-0.svg);}
.league.league-lvl-1 .league-title i {background-image: url(../../img/icons/league-lvl-1.svg);}
.league.league-lvl-2 .league-title i {background-image: url(../../img/icons/league-lvl-2.svg);}
.league.league-lvl-3 .league-title i {background-image: url(../../img/icons/league-lvl-3.svg);}
.league.league-lvl-4 .league-title i {background-image: url(../../img/icons/league-lvl-4.svg);}
.league.league-lvl-5 .league-title i {background-image: url(../../img/icons/league-lvl-5.svg);}

.row-award {
    position: absolute;
    z-index: 102;
    font-weight: normal;
    width: max-content;
    left: 100%;
    margin-left: 5px;
    top: -5px;    
    background: url(../../img/icons/gift_small.svg) no-repeat 10px center var(--menu-bg-color);
    padding: 5px 10px 5px 34px;
    border: 1px solid var(--menu-border-color);
    border-radius: 4px;
    visibility: hidden;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 23%);
    transition: margin 0.3s;
}

.full-view .row-award {
    left: unset;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: unset;
    bottom: calc(50% - 18px);  
}

.league-row:hover .row-award {
    visibility: visible;
    margin-left: 15px;
}

.full-view .league-row:hover .row-award {
    visibility: visible;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    right: 40px;
}

.league .league-row:hover {
    background-color: var(--menu-bg-hover-color);
}

.league-wait {
    border: 1px solid var(--menu-border-color);
    border-top: 0;
    padding: 0 15px 10px;
    border-radius: 0 0 4px 4px;
    line-height: normal;
    color: #9e9e9e;
}

.league-not-found {
    line-height: normal;
    margin-top: 10px;
    color: #9e9e9e;
    font-size: 12px;
}

.league-players {
    margin: 15px 0;
}

.league-players .league-p {
    display: flex;
    padding: 2px 10px;
    margin: 1px 0;
}

.league-players .league-p i {
    font-style: normal;
    margin-right: 15px;
    display: block;
}

.league-players .league-p span {
    margin-left: 20px;
}

.league-players .league-p.league-1 {background-color: #434b4d40;}
.league-players .league-p.league-2 {background-color: #8E402A40;}
.league-players .league-p.league-3 {background-color: #CD7F3240;}
.league-players .league-p.league-4 {background-color: #C9C0BB40;}
.league-players .league-p.league-5 {background-color: #FFD70040;}

.test123 {
    display: block;
    font-size: 14px;
    color: #000;
}

.adm-leader-data {
    margin: 30px 20px 10px;
    background: #eadeff;
    border-radius: 5px;
}
.adm-leader-header {
    font-size: 16px;
    background: #cfbbf3;
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
}
.adm-leader-content {
    display: flex;
    padding: 15px;
}
.adm-leader-left {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.adm-leader-right {
    flex: 1;
}
.adm-leader-left a {
    
}
.adm-leader-left a img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.adm-leader-right a {
    display: block;
}
.adm-leader-right span {
    color: #9a9a9a;
}
.adm-leader-help {
    display: block;
    margin-left: 20px;
    font-size: 12px;
}

.server-tick {
    position: fixed;
    right: 30px;
    background: url(../img/icons/time_tick.svg) no-repeat 10px center #fff1ce7a;
    padding: 8px 18px 8px 42px;
    opacity: 0.8;
    font-size: 16px;
    top: 250px;
    border: 2px solid #fff1ce;
}
.server-tick.unknown {
    background: url(../img/icons/tick_question.svg) no-repeat 10px center #fff1ce7a;
    font-size: 12px;
    line-height: normal;
}
.server-tick a {
    display: none;     
    position: absolute;
    top: 100%;
    padding: 8px 18px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.server-tick:hover a {display: block;}

.i-player {
    display: block;
}

.i-player.badge {
    display: flex;
    border: 1px solid #ededed;
    padding: 5px 10px;
    border-radius: 4px;
    width: 400px;
    margin: 3px 0;
}

.i-player.badge.w100 {
    width: 100%;
}

.i-player.badge .i-ava {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    position: relative;
}

.i-player.badge .i-ava a {
    overflow: hidden;
}

.i-player.badge .i-ava img {
    border-radius: 4px;
}

.i-player.badge .i-ava.circle img {
    border-radius: 50%;
}

.i-player .i-data {
    flex: 1;
}

.i-player .i-nick {
    font-size: 18px;
}

.i-player .i-steam {
    font-size: 14px;
    color: #9E9E9E;
    display: block;
    margin-top: 4px;
}

.i-player .i-place {
    width: 65px;
    margin-right: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.i-player .rate-place {
    width: 65px;
    height: 42px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.i-player .i-clan {
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 1;
}

.i-player .i-points {
    width: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 2px #fff;
}

.i-player .i-status {
    width: 20px; 
}

.main_footer .copyright a {
    color: #fff;
}

.btn-global-search {
    display: flex;
    cursor: pointer;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.global-search {
    display: none;
    background: #000000d6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.gs-header {
    text-align: center;
    font-size: 32px;
    margin: 220px 0 60px;
    color: #fff;
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: bold;
}

.gs-body {
    text-align: center;
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#global-search-type {
    display: flex;
    margin-bottom: 15px;
}

#global-search-input {
    position: relative;
}

#global-search {
    font-size: 24px;
    padding: 8px 25px;
}

.btn-gs-sumbit {
    position: absolute;
    right: -2px;
    top: 0;
    color: #fff;
    background-color: #3b55e6;
    padding: 18px 25px;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    user-select: none;
}

.btn-gs-sumbit:hover {
    background-color: #213ddc;
}

.gs-type {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 5px;
    cursor: pointer;
    background: #000000;
    user-select: none;
}

.gs-type:hover {
    background: #000000ad;
}

.gs-type.selected {
    background: #2196F3;
}

.global-search .result-box {
    background: #fff;
    border-radius: 5px;
}

.global-search .results {
    display: none;
    padding: 15px 20px;
}

.global-search .results .q-result-item {
    margin: 5px 0;
    text-align: left;
    border: 1px solid #ededed;
    font-size: 16px;
    padding: 5px 12px 5px 40px;
    border-radius: 5px;
    display: flex
;
}  

.global-search .results .q-result-item a {
    display: block;
} 

.q-result-item[data-type="profile"] {background: url(../img/icons/search-type-profile.svg) no-repeat 10px center; background-size: 16px;}
.q-result-item[data-type="clan"] {background: url(../img/icons/search-type-clan.svg) no-repeat 10px center; background-size: 16px;}
.q-result-item[data-type="event"] {background: url(../img/icons/search-type-event.svg) no-repeat 10px center; background-size: 16px;}
.q-result-item[data-type="dinosaur"] {background: url(../img/icons/search-type-dinosaur.png) no-repeat 10px center; background-size: 16px;}
.q-result-item[data-type="rules"] {background: url(../img/icons/search-type-rules.svg) no-repeat 10px center; background-size: 16px;}

.q-result-item span {
    color: #9E9E9E;
    margin-left: 10px;
}

.global-search .results .q-result-item.not-found {
    border: 1px solid transparent;
    padding: 5px 12px;
    color: #9E9E9E;
}

.gs-close {
    position: fixed;
    right: 32px;
    top: 32px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.btn-gs-clear {
    position: absolute;
    right: 130px;
    top: 20px;
    color: #9E9E9E;
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 20px;
}

.wpd_header_builder__section .header_side.right {
    display: flex;
    align-items: center;
}

.menu-item.mobile-item {
    display: none;
}

.header-profile {
    display: inline;
    margin-left: 15px;
}

.header-profile-box {
    display: flex;
    align-items: center;
}

.hp-msg, .hp-ntf {
    width: 48px;
    height: 32px;
    position: relative;
    transition: none;
}

.hp-msg:hover, .hp-ntf:hover {
    opacity: 0.8;
    cursor: pointer;
}

.hp-msg {
    background: url(../img/icons/header-msg.svg) no-repeat center;
    background-size: 22px;
}

.hp-ntf {
    background: url(../img/icons/header-ntf.svg) no-repeat center;
    background-size: 20px;
}

.hp-msg i, .hp-ntf i {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f5154d;
}

.hp-prf {
    position: relative;
    margin-left: 15px;
}

.hp-prf-ava {
    width: 48px;
    height: 48px;
}

.hp-prf-menu {
    width: 300px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    transform: translateX(0) translateY(-10px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.15s, visibility 0.3s ease-in-out 0.15s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
}

.hp-prf-menu-box {    
    z-index: 10;
    background: #fff;    
    box-shadow: 0px 15px 50px 0px rgba(27, 32, 50, 0.1);
    border-radius: 5px;
    color: #222328;
    border: 1px solid #f3f3f4;
}

.hp-prf:hover .hp-prf-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.hp-prf-ava img {
    border-radius: 50%;
    border: 2px solid transparent;
}

.hp-prf.has-premium .hp-prf-ava img {
    border: 2px solid #FFC107;
}

.hp-prf-account {
    text-align: center;
    padding: 20px 35px 10px;
}

.hp-prf-account img {
    border-radius: 50%;
}

.hp-prf-account a {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.hp-prf-items {
    padding: 0 25px 25px;
}

.hp-prf-menu-item {
    text-align: left;
    font-size: 14px;
    margin-bottom: 2px;
}

.hp-prf-menu-sep {
    border-top: 1px solid #ededed;
    margin: 10px 0;
}

.hp-prf-menu-item.logout button {
    margin-bottom: 0;
    font-family: unset;
    text-transform: unset;
    font-size: 14px;
    text-align: left;
    padding: 0;
    border: none;
    color: #c0392b;
        background: unset;
    transition: none;
}

.btn-login {
    background: url(../img/icons/header-steam.svg) no-repeat 10px center #3b55e6;
    background-size: 22px;
    color: #fff;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.btn-login a {
    display: block;
}

.dino-item .genom.v2 {
    margin-left: 0;
    background: url(../img/icons/dna.svg) no-repeat 4px center #ffc1073d;
    color: #ffc107;
    padding: 2px 5px;
    background-size: 18px;
    border-radius: 4px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.dino-name .genom.v2 {
    margin-left: 8px;
    background: url(../img/icons/dna.svg) no-repeat 4px center #ffc1073d;
    color: #ffc107;
    padding: 1px 5px;
    background-size: 18px;
    border-radius: 4px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
}

#page-auction-common .genom.v2 {
    margin-left: 8px;
    background: url(../img/icons/dna.svg) no-repeat 4px center #ffc1073d;
    color: #ffc107;
    padding: 1px 5px;
    background-size: 18px;
    border-radius: 4px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
}

#page-auction-common .activity .genom.v2 {
    margin-left: 0;
}

.dino-additional {
    margin-top: 5px;
}

.dino-effects {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dino-effects .effect {
    margin-right: 5px;
    margin-left: 0; 
}

.dino-func {
    width: 28px;
    height: 28px;
    background-size: 26px !important;
} 

.dino-func.dino-func-1 {background: url(../img/icons/dino_func_1.png) no-repeat center;}
.dino-func.dino-func-2 {background: url(../img/icons/dino_func_2.png) no-repeat center;}
.dino-func.dino-func-3 {background: url(../img/icons/dino_func_3.png) no-repeat center;}
.dino-func.dino-func-4 {background: url(../img/icons/dino_func_4.png) no-repeat center;}
.dino-func.dino-func-8 {background: url(../img/icons/dino_func_8.png) no-repeat center;}

.dino-effects .dino-stat-bleed {
    background: url(../img/icons/blood.svg) no-repeat center;
    background-size: 24px;
    width: 20px;
    height: 24px;
}

.dino-effects .dino-stat-hunger {
    background: url(../img/icons/status-01.svg) no-repeat center;
    background-size: 21px;
    width: 24px;
    height: 25px;
}

.dino-effects .dino-stat-thirst {
    background: url(../img/icons/status-02.svg) no-repeat center;
    background-size: 15px;
    width: 18px;
    height: 24px;
}

.dino-effects .dino-stat-health {
    background: url(../img/icons/status-03.svg) no-repeat center;
    background-size: 21px;
    width: 24px;
    height: 24px;
}

.dino-effects .dino-stat-location {
    background: url(../img/icons/spawn-small.svg) no-repeat center;
    background-size: 21px;
    width: 20px;
    height: 24px;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.back-to-top {
    background: url(../img/icons/top.svg) center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f3f7f0;
    padding: 24px;
}

.search-hotkey {
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
    height: 22px;
    line-height: 18px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}
.btn-global-search:hover + .search-hotkey, .search-hotkey:hover {
    color: #FFC107;
    border: 1px solid #FFC107;
}
.search-hotkey b {
    margin-left: 5px;
}

.footer-social {
    /* background: #fff; */
    margin-top: -1px;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 10px 0;
}

.footer-social ul li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    z-index: 2;
    position: relative;
    background-position: center center !important;
    height: 70px !important;
    opacity: 0.7;
    transition: opacity 0.5s;
    margin: 10px 5px;
    border-radius: 5px;
}

.footer-social ul li:first-child {
    margin-left: 0;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social a {
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 !important;
}

.footer-social ul li:hover {
    opacity: 1;
}
    
@keyframes rotate-animation {
    0% { transform: rotate(0deg);  }
    100% { transform: rotate(360deg); }
}

@keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.4; }
}

@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.4; }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .tpk-sections {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        border-right: 1px solid var(--section-border-color);
    }

    .tpk-section {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding: 20px 0 20px 40px;
    }

    .buy-subscription a {
        display: block;
    }
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
        display: block !important;
    }
    .tpk-section {
        padding: 20px 0 20px 20px;
        overflow: hidden;
    }
    .wpd-page-title {
        height: 100px !important;
    }
    
}

@media screen and (max-width: 640px) {

    .mobile-menu-main-switch {
        display: block;
    }

    .wpd_header_builder__section--middle .wpd_header_builder__section-container {
        height: 50px;
    }

    .wpd_header_builder__section .header_side.right {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(34, 35, 40, 1);
        padding: 50px 20px 20px;
        width: 100vw;
        z-index: 2;
        left: 0;
    }

    .btn-global-search {
        display: none;
    }

    .sub-menu-items a {
        line-height: 22px;
    }

    .header_side.right.showed {
        display: block;
    }

    .header_side .menu a, .header_side .menu-item {
        display: block;
    }

    .header_side .menu a {
        padding: 4px 12px;
        margin: 5px 0px;
    }

    .header_side .menu-item {
        position: unset;
    }

    .header_side .sub-menu {
        padding-top: 50px;
        left: 15px;
        top: 0;
        right: unset;
        z-index: 3;
    }

    .header_side .sub-menu-items {
        background: #2e3037;
        box-shadow: none;
        border-radius: 4px;
        padding: 15px;
        width: 100%;
    }

    .header_side .sub-menu-items a {
        padding: 5px 15px;
        margin: 0;
    }

    .menu-item a[href="#"] {
        position: relative;
    }

    .menu-item a[href="#"]:before {
        display: inline;
        content: '«';
        margin-right: 10px;
    }

    .menu-item:hover .sub-menu-items {
        margin-top: 0;
    }

    .wpd_header_builder .header_side_container:before {
        height: unset;
    }

    .wpd_header_builder__section-container.container_full {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo_container .site-title {
        padding-left: 35px;
        background-size: 25px;
        font-weight: normal;
    }

    .mobile-menu-switch {
        display: block;
        position: relative;
    }

    .tpk-content {
        display: block;
    }

    .tpk-sections {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        display: none;
    }

    .tpk-sections iframe {
        display: none;
    }

    .tpk-section {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0;
        padding-top: 20px;
        overflow: hidden;
    }

    .tpk-sections.showed {
        display: block;
    }

    .dialog-form {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .dialog-form-simple {
        padding-top: 70%;
    }

    .category-list a {
        display: block;
    }

    .m-hide {
        display: none;
    }
    
    .list-stat {
        display: none;
    }
    .servers-status {
        margin: 20px 0px;
    }
    .site-links {
        display: none;
    }
    .menu-item.mobile-item {
        display: inline;
    }
    .header-profile {
        display: none;
    }
    .scroll-to-top {
        display: none !important;
    }
    .footer-social {
        display: none;
    }
}
 
