@import "dmn.css?v=1";

@media screen and (max-width: 768px) {
    .entry {
        overflow: auto;
        max-width: 100%;
    }
}
#events {
    display: block;
    max-height: 100vh;
    overflow: auto;
}
#events div {
    padding: 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
#events:first-child {
    padding-top: 0;
}
.widgetTabBlock .button {
    min-width: unset;
    font-size: 13px;
    width: 100px;
    text-align: center;
    padding: 1rem;
}
.page-top {
    margin-bottom: 2.5rem;
}
#events div small {
    color: #fff;
    font-size: 12px;
}
#events div:last-child {
    border-bottom: 0;
}
#events div {
    border-bottom: 1px solid #333;
}
.market-panel .price {
    float: unset;
    display: unset;
    height: auto;
    line-height: 1;
    margin: 0;
    width: auto;
    margin-bottom: -10px;
}
.rightInfo-time_your,
.rightInfo-time_server {
    font-size: 14px;
}
.modal-event .modal-div {
    max-width: 830px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    min-height: 510px;
}
.modal-event .modalCastle,
.nextBattle {
    background: #1c2b5a;
}
.modal-event .modalTitle h2 {
    color: white !important;
}
.nextBattle-div p {
    color: #c7c7c7 !important;
}
.nextBattle-div {
    color: #efefef !important;
}
.modal-event .modalCastle {
    width: 45%;
    background: #161616;
    padding: 35px 50px;
    position: relative;
}
.languages {    position: fixed;    top: 20px;    left: 62px;    z-index: 200;    list-style: none;	border-left: 1px solid #25211f;	padding-left: 20px;}
.languages li {
    display: inline-block;
    padding-right: 5px;
}
.modal-event .modalContent {
    width: 55%;
    padding: 35px 50px;
}

.modal-event .modalTitle {
    margin-left: -50px;
    margin-right: -50px;
    padding: 0px 50px 20px 50px;
}
.catsleContent {
    text-align: center;
    margin-top: 2rem;
}

.actual-owner {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.castl-img {
    margin-bottom: 20px;
}
.castl-img img {
    max-width: 110px;
}

.castl-name {
    color: #e1e1e2;
    font-size: 24px;
    font-weight: 600;
}

.tabBlock.active, .tabBlockCS.active, .tabBlockGens.active {
    display: block;
    animation: opas 0.5s linear;
}
.tabBlock, .tabBlockCS, .tabBlockGens {
    display: none;
}
.tabBlockGens {
    height: 495px;
}
.main-item {
    text-align: center;
}
@keyframes opas {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.eventsTabsBlock {
    padding-top: 20px;
    display: none;
}
.eventsTabsBlock ul li {
    padding: 10px 35px 10px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #f8f6f6;
}
.eventsTabsBlock ul li span {
    color: #d2d2d2;
    font-size: 18px;
}
.eventsTabsBlock.active {
    display: block;
    animation: op 0.5s linear;
}

.nextBattle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #161616;
    border-top: 1px solid #292929;
    height: 140px;
    width: 100%;
}

.nextBattle-div {
    color: #bd8888;
    font-size: 16px;
    text-align: center;
}
.nextBattle-div p {
    color: #ff7474;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.blockTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 35px;
}
a.server-modal {
    display: block;
    margin: .5rem;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #283747;
}
.widget-block .button-small {
    margin: 1rem;
}
.entry table tr {
    border: 1px solid #865527;
}
.entry table tr th {
    border-right: 1px solid #414141;
    background: #231714;
    padding: 1rem;
    color: #e0a969;
    font-size: 13px;
    text-shadow: 0px 0px 12px #e79b39;
}
.button-style {
    border: none !important;
    background: radial-gradient(#84533d, #221714);
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    height: 50px;
    line-height: 0;
    transition: .2s all ease;
    text-shadow: none !important;
}
.news-block table {
    margin: 0 auto;
    width: 100%;
}
.modal_window {
    position: absolute !important;
    top: 40% !important;
    left: 40% !important;
    transform: none !important;
}
.modal_close {
 position: absolute; top: 25px; 
 right: 25px; 
 cursor: pointer; 
 display: block; 
}

#overlay {
 z-index: 998; 
 position: fixed; 
  background-color: hsla(40, 75%, 2%, 0.9); 
 opacity: 0.9; 
 width: 100%; 
 height: 100%; 
 top: 0; 
 left: 0; 
 cursor: pointer; 
 display: none; 
}

.custom_button, .button-style {
    transition: .2s all ease;
}

.custom_button:hover, .button-style:hover {
    filter: brightness(120%);
}

.modal_div .modal_close span { display: block; position: relative; background: #ff4800; width: 15px; height: 2px; }
.modal_div .modal_close span:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: -2px; }
.modal_div .modal_close span:last-child { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {
    background: #131212 !important;
    color: white !important;
    border: 1px solid #4e4e4e !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
form#registration_form input {
    margin: 0 auto;
    text-align: center;
}
form#registration_form tr td {
    width: 50% !important;
    text-align: center;
}
.title1,
.title2 {
    display: none;
}
.entry {
    background: transparent !important;
    padding: 0 !important;
}
#ucp_info .half {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
}
#ucp_info td img {
    max-width: 50px;
}
#ucp_info td {
    padding: 5px;
}
#character-info ul li {
    display: block;
}
*#ucp_info .half table {
    margin-top: 20px;
}
#character-info ul li a p {
    margin-top: 10px;
}
#character-info tbody tr td a {
    color: gold;
}
#paypal-options li, #vote-options li {
    min-height: 20vh;
}
#paypal-options li, #vote-options li {
    background: none !important;
}
#paypal-options li h3, #paypal-options li h4, #vote-options li h3, #vote-options li h4 {
    background: linear-gradient(#f4dd2f 1px, #8a5907, #9c7660 80%);
    -webkit-background-clip: text;
    color: transparent !important;
}
.lk-coins {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
#character-info tbody tr td:hover {
    background: rgb(43 43 43 / 18%) !important;
}

.item_table td * {
    margin: 0 auto;
    text-align: center;
}
.item_table td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.each_item .item_name {
    padding: 5px;
}
.each_item .item_footer,
.each_item .item_name {
    background: #100f0f;
}
.each_item .item_bg {
    background-size: 170px 130px !important;
}
#pagination ul li {
    margin: 0 auto;
    display: block;
    float: inherit;
    text-align: center;
}
.pageBlock input:not([type='checkbox']) {
    background: #131212 !important;
    color: white !important;
    border: 1px solid #4e4e4e !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 200px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.custom_button {
    font-size: 12px;
    font-weight: 600;
    background: radial-gradient(#84533d, #221714);
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    color: #fff;
    border: none !important;
    text-shadow: none !important;
    display: inline-block;
    padding: 25px 10px;
    cursor: pointer;
    min-height: 10px;		line-height: 10px;
    margin: 5px;
    transition: 0.2s all ease !important;
}
#rankings_select_DEFAULT .custom_button {	
    background: radial-gradient(#84533d, #221714);    
    border: none !important;
    color: #fff;
    
}
#character-info tbody tr td div ul li {
    width: calc(100% - 35px);
    height: 105px;
}
#character-info tbody tr td {
    width: 93% !important;
    display: inline-block;
    margin-left: 1rem !important;
    margin-right: .5rem !important;
    margin: 0 auto;
    margin-bottom: .5rem;
    background: rgb(70 70 70 / 18%) !important;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    transition: .2s all ease;
    text-align: center;
}

.ranking-table td {
    border-right: 1px solid #865527;
    text-align: center;
}
table td {
    vertical-align: middle;
    border-color: #865527 !important;
}
.item_table {
    margin-top: 2rem;
    width: 100%;
}
.hidden-block {
    visibility: visible;
    opacity: 1;
    position: absolute;
    background: rgb(0 0 0 / 78%);
    min-width: 140px;
    z-index: 2;
    right: .8rem;
    top: 3.5rem;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
}
.account_panel span, .account_panel a {
    font-size: 15px !important;
    color: white !important;
}
  
.hidden-block a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    color: #ffffff;
}

.hidden-block a:hover {
    background: #301a1e;
    color: #ff4628;
}
  
.hidden-block a:hover:before {
    content: ">";
    position: absolute;
    margin-left: -12px;
    color: #ff4628;
}
  
.hidden-block:after {
    border: 5px solid transparent;
    border-bottom-color: #151414;
    position: absolute;
    left: 24px;
    top: -10px;
    content: "";
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
    visibility: visible;
    opacity: 1;
}
.account_cp {
    color: white;
    border-radius: 5px;
    padding: 15px 0px;
}
.account_cp ul {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.account_cp .lk-coins {
    display: block;
    padding: .5rem;
}
.account_cp .lk-coins, .accp {
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 15px;
}
.lk-coins .username {
    color: #c8c2a2;
}
.accp:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.accp {
    min-width: 150px;
    padding: 8px 15px;
    transition: 0.5s;
    height: 15px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}
.top-panel-menu .right .login-resiter .account_panel a {
    height: auto;
    width: auto !important;
    background: none;
}
.accp:before {
    font-size: 15px;
    content: ">";
    color: gold;
    font-weight: bold;
    float: left;
}
.serverInfo__online {
    bottom: 20px !important;
}
.serverInfo__name {
    bottom: 10px !important;
    font-size: 13px !important;
}
.circlestat {
    margin-left: 0 !important;
}
.button-small {
    display: inline-block;
}
.accp:hover:before {
    background: transparent !important;
}
.accp a:hover:before {
    content: '' !important;
    background: transparent !important;
}
.accp a {
    display: block !important;
    text-align: center;
}
#ucp_info div a {
    padding: 1rem;
    display: inline-block;
    color: white;
}
#pagination a:hover {
    color: white;
}
#timer_div_title {
    top: 25rem;
    left: 25%;
    color: #efefef;
    font-weight: bold;
    font-size: 18px;
}
#timer_div_time .title {
    display: block;
    font-weight: bold;
}
#timer_div_time {
    top: 28rem;
    left: 25%;
    color: white;
    font-weight: bold;
}
.timmer_inner_block {
    opacity: 0.8;
    background: rgb(0 0 0 / 15%);
    padding-top: 5px;
}
#timer_div_title, #timer_div_time {
    z-index: 995;
}
.account_panel li a {
    padding-top: 0px;
}

.accp:last-child:before {
    content: "x";
}
.accp a:hover {
    color: white !important;
}
.sidebar_rank tr {
    background: transparent !important;
}
.sidebar_rank tr th, .sidebar_rank tr td {
    text-align: center;
    padding: 12px 2px !important;
    border: none;
}
.pageBlock .title, .pageBlock .title1, .pageBlock .title2 {
    display: none;
}
.box-style1 {
    overflow: auto;
}
a.button.main-item {
    background: radial-gradient(#84533d, #221714);
    border: none;
    box-shadow: 0px 0px 5px 2px black;
    color: white;
    box-shadow: 0px 0px 5px #333;
    border: 1px solid #393939;
    transition: .2s all ease;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    line-height: 50px;
    position: absolute;
    top: 3.5rem;
    right: -5rem;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
    background: transparent;
    padding: 0px;
}
.sidebar_rank tr th {
    color: #e0a969;
    text-shadow: 0px 0px 12px #e79b39;
    text-align: center;
}
sup {
    font-size: 11px !important;
    padding-left: 3.5px !important;
	color: gold !important;
}
.account_panel *:hover {
    background: transparent !important;
}
.account_panel * {
    padding: 0;
}
.account_panel {
    padding: 20px !important;
    right: -8rem !important;
    top: 7rem !important;
}
#item_buy_right .opt select {
    height: auto;
}
#item_buy_right {
    width: 465px;
}
#item_buy_right .opt {
    width: 209px;
}
ul.list-group-item.list-group-item-action {
    padding: 1.5rem;
}
ul.list-group-item.list-group-item-action li {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    background: #000;
    color: black;
    font-weight: bold;
    border: 1px solid #333;
    box-shadow: 0px 0px 5px white;
    transition: .2s all ease;
    width: 45%;
    float: left;
    margin: 5px;
}
ul.list-group-item.list-group-item-action li:hover {
    transform: scale(1.02);
}
ul.list-group-item.list-group-item-action li:nth-child(odd):not(.first) {
    background: #000 !important;
}
.buy_button {
    font-size: 12px !important;
    line-height: 0px;
}
#content .ranking-table tr {
    transition: .2s all ease;
}
#content .ranking-table tr th {
    text-align: center !important;
}
#content .ranking-table tr:hover {
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
    color: #00ffae;
}
