.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none !important;
}

a:focus,
a:hover {
  /*color: #ca6022;*/
  text-decoration: none !important;
}

.form-control {
      display: block;
    line-height: 1.5;
    /* background: #06060e; */
    background: #0e0906;
    border: 1px solid #36383a;
    padding: 8px 15px;
    font-size: 16px;
    transition: .3s;
    width: 100%;
    color: #fff;
    height: 42px;
    border-radius: 0px;
}
.form-control:focus {
  color: #fff;
    border-color: #fbac3f;
    outline: 0;
    box-shadow: 0 0 0 .05rem rgb(229 158 61);
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.thumbnail {
  background-color: #111111;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #805f2d;
  -moz-box-shadow: 0 0 60px #804b2d;
  -webkit-box-shadow: 0 0 60px #80522d;
  box-shadow: 0 0 60px #804e2d;
}

.btn-primary {
  color: #f5de9f;
  border: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  color: #fbac3f;
  border: 1px solid #fbac3f;
  background: unset;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background: unset;
}

/* modal */
.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.table-bordered {
  background: #180f0d !important;
  border: 1px solid #7d5f39 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #180f0d !important;
}

.table-hover > tbody > tr:hover {
  background-color: #680400 !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #898989 !important;
}







.headerInfo, .logo, .sign-up:after {
    position: absolute;
}


.flex-c, .topPanel-left {
    display: flex;
    align-items: center;
}
.flex-c {
    flex-wrap: wrap;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topPanel {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 20;
}
.topPanel.topPanel-fixed {
    /* background: rgba(10, 0, 0, .9); */
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.topPanel-wrapper {
    width: 1300px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.topPanel-left {
    height: 100%;
    flex-wrap: wrap;
}
.h10-title span, .menu li, .sign-up, .topPanel-wrapper, header {
    position: relative;
}
.sign-in, .sign-up {
    color: #fcedc0;
    font-size: 18px;
    font-family: 'philosopher', sans-serif;
}
.sign-up {
    padding-right: 60px;
    cursor: pointer;
}
.sign-up:after {
    content: "";
    background: url(../img/lock-icon.png) no-repeat;
    width: 91px;
    height: 87px;
    right: -15px;
    top: 50%;
    margin-top: -42px;
    transition: .3s;
}
.logoMini {
    display: block;
    margin-right: 15px;
}
.dropdown-toggle.active, .nav li:hover a, .topPanel-right a:hover {
    color: #fbac3f;
}

.tableBlock-server {
    margin-top: 30px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
}
.online {
    bottom: 45px;
    position: relative;
    top: -10px;
    transition: transform .3s;
    filter: brightness(1);
    cursor: pointer;
    transform: scale(.55);
}
.online:hover, .only {
    transform: scale(.65);
}
.online:hover {
    filter: brightness(130%);
}
.only:hover {
    transform: scale(.75);
}
.borderTop {
    display: block;
    background: url(../img/line.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px;
}

.newsLink-news {
    background: url(../img/news-icon.png) left top 2px no-repeat;
}
.newsLink {
    position: relative;
    padding: 4px 0 4px 50px;
}
.newsLink:after {
    content: "";
    background: url(../img/news-hover.png) center no-repeat;
    position: absolute;
    width: 55px;
    height: 65px;
    right: -46px;
    top: 50%;
    margin-top: -33px;
    opacity: 0;
}
.newsContent_info a, .newsContent_info-link {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.newsContent_info a {
    color: #aba4a4;
    margin-bottom: 3px;
    width: 300px;
    text-decoration: none;
    padding: 2px 0;
}
.newsContent_info a:hover {
    opacity: 1;
    color: #fff;
}
.newsContent_info span {
    color: #696868;
    font-size: 13px;
}
.newsLink-news > .newsContent_info > a > span {
    color: #ffffff !important;
    font-size: 13px !important;
}
.newsLink-more {
    color: #fbac3f;
    display: block;
    position: relative;
    padding-right: 20px;
}
.newsLink-more span {
    opacity: 0;
    transition: .3s;
}
.newsLink-more:after {
    content: "";
    position: absolute;
    background: url(../img/h-right.png) no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
}
.newsLink:hover .newsLink-more:after {
    background: url(../img/menu-f-icon.png) no-repeat;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    right: -20px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.newsLink:hover .newsLink-more span{
      opacity: 1;
}
.newsLink:hover:after{
  opacity: 1;
}

.formGroup-button, .socButton, .socButton2 {
    align-content: center;
}
.select-acc_check, .socButton {
    display: flex
;
}
.socBlock-button, .socButton {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    font-family: 'Geomanist', sans-serif;
    color: #fff;
}
.socButton {
    width: 366px;
    height: 115px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 110px;
    margin-bottom: 26px;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.eventBlock-events, .socButton.socYoutube {
    background: url(../img/soc-button-red.png) no-repeat;
}
.socButton2:before, .socButton:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
}
.socButton.socDiscord:before, .socButton.socFacebook:before, .socButton.socYoutube:before {
    width: 93px;
    height: 70px;
    margin-top: -33px;
    margin-left: -25px;
}
.socBlock-button span, .socButton span {
    display: block;
    width: 100%;
    color: #e8c4b2;
    font-size: 13px;
    font-weight: 400;
    font-family: open sans, sans-serif;
    margin-top: 5px;
    text-shadow: 0.1em 0.1em 0.2em black;
}
.reward-light-icon {
    background: url(../img/youtub-icon.png) no-repeat;
    position: absolute;
    width: 93px;
    height: 70px;
    top: 24px;
    left: 15px;
}
.socButton:hover {
    padding-left: 130px;
    color:unset;
}
.eventBlock-bosses, .socButton.socDiscord {
    background: url(../img/soc-button-purple.png) no-repeat;
}
.socButton.socDiscord:before {
    background: url(../img/discord-icon.png) no-repeat;
}
.eventBlock-castle, .socButton.socFacebook {
    background: url(../img/soc-button-blue.png) no-repeat;
}
.socButton.socFacebook:before {
    background: url(../img/facebook-icon.png) no-repeat;
}



.filter, .mainHomeBlock, .mainHomeBlockPlugin, .mainHomeBlockSlide, .pNewsBlock-block-title {
    margin-bottom: 30px;
}
.blockHomePlugin {
    background: url(../img/block-arka.jpg) center top no-repeat;
    background-color: #010006;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 18px;
    width: 364px;
}
.mainHomeBlockPlugin>div {
    height: 210px;
}
.container, .h2-title span, .h2-title-table, .h7-title span, .mainInfo, .mainsub, .wrapper, body, html, main, select:not(.form-control), ul.list li {
    position: relative;
}
.h2-title-table {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 25px;
}
.h2-title {
    align-items: flex-end;
    margin-bottom: 25px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.container, .h2-title span, .h2-title-table, .h7-title span, .mainInfo, .mainsub, .wrapper, body, html, main, select:not(.form-control), ul.list li {
    position: relative;
}
.h2-title span, .h7-title span, .sub-title-ranking {
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
    text-transform: uppercase;
}
.h2-title span, .h7-title span {
    color: #fbac3f;
    display: block;
    padding-left: 25px;
}
.h10-title span:before, .h2-title span:before, .h7-title span:before {
    position: absolute;
    background: url(../img/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    content: "";
    top: 80%;
filter:
    drop-shadow(0 0 8px rgba(80, 160, 255, 0.90))
    drop-shadow(0 0 14px rgba(30, 120, 255, 0.45)) !important;
}
.h2-title span:before {
    left: -3px;
}
#sell_item, .breadcrumbs ul li:first-child:before, .menu li:last-child:after, .news-content-top .newsLink:nth-child(n+6), .tHead .tRow:before, .tabTable-block, .tabTable-block-arka, .tabTable-block-cs, .tabTable-block-throne, .tabs-content {
    display: none;
}
.check-container input:checked~.checkmark:after, .dmn-sidebar-box-items a, .nav li ul li, .newsContent_img img, .ref-reward-dropdown:hover .ref-reward-dropdown-content, .tabTable-block-arka.active, .tabTable-block-cs.active, .tabTable-block-throne.active, .tabTable-block.active, .tablePopup-block span, .tablePopup-server-block span, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
#arka-dominant .tableBlock table, #castle-owner .tableBlock table, #throne-owner .tableBlock table {
    margin-left: -13px;
    width: calc(100% + 27px);
}
#arka-dominant .tableBlock table tr td, #castle-owner .tableBlock table tr td, #throne-owner .tableBlock table tr td {
    border: 0;
    width: 50% !important;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}
#arka-dominant .tableBlock table tr td:last-child, #castle-owner .tableBlock table tr td:last-child, #throne-owner .tableBlock table tr td:last-child {
    padding-left: 20px;
}
#arka-dominant .tableBlock table tr td table tr td, #castle-owner .tableBlock table tr td table tr td, #throne-owner .tableBlock table tr td table tr td {
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}
#arka-dominant .tableBlock table tr td table tr td:first-child, #castle-owner .tableBlock table tr td table tr td:first-child, #throne-owner .tableBlock table tr td table tr td:first-child {
    padding: 0;
    width: 18% !important;
}
#arka-dominant .tableBlock table tr td table tr td img, #castle-owner .tableBlock table tr td table tr td img, #throne-owner .tableBlock table tr td table tr td img {
    border: 2px solid rgba(255, 255, 255, .1);
    padding: 2px;
    margin-top: 3px;
}
#arka-dominant .tableBlock table tr td table tr td:last-child, #castle-owner .tableBlock table tr td table tr td:last-child, #throne-owner .tableBlock table tr td table tr td:last-child {
    padding-left: 5px !important;
}
#arka-dominant .tableBlock table tr td table tr td span, #castle-owner .tableBlock table tr td table tr td span, #throne-owner .tableBlock table tr td table tr td span, .journey blockquote table tr:last-child td span {
    color: #999;
}
.modalContent-title, h1, h2, h3, h4 {
    font-family: 'Geomanist', sans-serif;
}
.sub-title-ranking, h1, h2, h3, h4 {
    color: #ffdda9;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
h1, h2, h3 {
    color: #ffdda9;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: philosopher, sans-serif;
    letter-spacing: 2px;
}
h3 {
    font-size: 16px;
}
#arka-dominant .tableBlock table tr td h3, #castle-owner .tableBlock table tr td h3, #throne-owner .tableBlock table tr td h3 {
    line-height: 10px;
}


.blockHome, .socBlock, .socBlock2, .socButton2 {
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.blockHome {
    background: url(../img/block-top-bg.png) center top no-repeat, url(../img/block-bottom-bg.png) center bottom no-repeat, url(../img/block-mid-bg.png) center top no-repeat;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 35px;
    width: 364px;
    min-height: 340px;
    overflow: hidden;
}
.mainHomeBlock>div {
    height: 610px;
    position: relative;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tableBlock-title {
    background: url(../img/top-table-bg.png) repeat-x;
    height: 36px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    width: 100%;
}
.tableBlock-title_player {
    width: 62%;
}
.tableBlock-title_level {
    width: 17%;
    text-align: center;
}
.tableBlock-title_score {
    width: 21%;
    text-align: right;
}
.tableBlock-content {
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 370px;
    margin-left: -35px;
}
.tableBlock-content:nth-child(odd) {
    background-color: rgba(0, 0, 0, .1);
}
.tableBlock-conten_number {
    width: 10%;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex
;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}

.tableBlock-conten_name {
    width: 52%;
    display: flex !important;
    align-items: center;
    color: #fff;
    line-height: 1.2;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.tableBlock-conten_lvl {
    width: 17%;
    justify-content: center;
    color: #fbac3f;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.tableBlock-conten_scr {
    width: 21%;
    justify-content: flex-end;
    color: gray;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.all-button {
    text-align: center;
    margin-top: 25px;
}

.button {
    display: inline-block;
    line-height: 40px;
}
.buttonsub {
    transition: all .3s ease;
    cursor: pointer;
    background-color: rgba(65, 25, 21, .5);
    background: url(../img/button.png) no-repeat;
    height: 40px;
    width: 147px;
    border: none;
    color: #fff !important;
    font-family: philosopher, sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3); */
    box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.tableBlock-content:hover {
    background-image: url(../img/hover-table.png);
}
.tableBlock-conten_name a, .tableBlock-server a {
    color: #fff;
    position: relative;
}

footer {
    background: #120b09;
    padding: 55px 0;
}
.footerTop {
    background-size: cover;
    position: relative;
}
.langBlock-dropdown a, .toTop {
    display: flex
;
    align-items: center;
}
.toTop {
    background: url(../img/totop-img.png) left center no-repeat;
    height: 100px;
    min-width: 100px;
    position: fixed;
    left: 0;
    bottom: 50px;
    padding-left: 105px;
    cursor: pointer;
    transform: rotate(-90deg);
    z-index: 8;
}
.toTop span {
    font-size: 12px;
    color: #fff;
    opacity: .2;
    font-family: 'Geomanist', sans-serif;
    transition: .3s;
}
.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.flex, .main, .mainInfo {
    display: flex;
}
.flex {
    flex-wrap: wrap;
    justify-content: center;
}
.footerMenu {
    padding: 25px 0 40px;
    position: relative;
}
.footerMenu-block {
    width: 25%;
}
.footernew-menu ul, ol, ul {
    list-style: none;
}
.f-menu li a {
    position: relative;
    color: #fff;
    opacity: .3;
    display: block;
    background: url(../img/menu-f-icon.png) left center no-repeat;
    padding: 11px 0 11px 24px;
}
.footerInfo-block, .mainTable, .pNewsBlock {
    margin-bottom: 40px;
}
.copy span, .f-text {
    color: #fff;
    opacity: .3;
}
.copy a {
    color: #fff;
    opacity: 1;
}
.copy span, .f-text {
    color: #fff;
    opacity: .3;
}
.f-text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
}


.form-group span {
    position: absolute;
    color: #9E9E9E;
    font-size: 11px;
    z-index: 1;
    display: block;
    padding: 3px;
    background: #1a1816;
    left: 10px;
    top: -9px;
    text-transform: uppercase;
}

.form-check, .form-control, .form-group, sub, sup {
    position: relative;
}


.newsBlock-sidebar {
    background: url(../img/modal-bg-inverso.png) center top no-repeat #180f0d;
    padding: 35px 35px;
    width: 370px;
    margin-bottom: 25px;
    
}
a {
    transition: .3s;
    color: #d8d0cc;
}
.SidenewsLink-news {
    background: url(../img/news-icon.png) left top 12px no-repeat;
}
.SidenewsLink {
    position: relative;
    padding: 13px 0 13px 50px;
}
.SidenewsLink-info a {
    display: block;
    color: #fcedc0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;
    padding: 1px 0;
}
.SidenewsLink-info span {
    color: #696868;
}
.SidenewsLink-more {
    color: #cc7954;
    display: block;
    position: relative;
    padding-right: 10px;
    float: right;
}
.SidenewsLink-more:after {
    content: "";
    position: absolute;
    background: url(../img/h-right.png) no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
}
.SidenewsLink:after {
    content: "";
    background: url(../img/news-hover.png) no-repeat;
    position: absolute;
    width: 55px;
    height: 65px;
    right: -32px;
    top: 50%;
    margin-top: -33px;
    opacity: 0;
}
.SidenewsLink:hover .SidenewsLink-info a {
    color: #fff;
    text-decoration: underline;
}
.SidenewsLink:hover .SidenewsLink-more:after {
    background: url(../img/right.png) no-repeat;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    right: -20px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.SidenewsLink:hover:after {
    opacity: 1;
}
.container-mod{
    background: #180f0d;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 35px;
}
.downloadBlock-content {
    padding-top: 40px;
    padding-bottom: 20px;
}
.downloadBlock {
    background: url(../img/down-block-bg.png) center no-repeat;
    background-size: cover;
    max-width: 560px;
    width: 100%;
    padding: 40px 30px 55px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-decoration: none;
}
.downloadBlock-title {
    display: block;
    color: #ffdda9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.downloadBlock-text {
    color: #fff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 35px;
}
.downloadBlock-button {
    text-align: center;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex
;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.card, code {
    word-wrap: break-word;
}
.card, .navbar {
    position: relative;
}
.breadcrumb, .card {
    display: -ms-flexbox;
}
.card {
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.footernew-menu ul, ol, ul {
    list-style: none;
}
.list-group-flush, button {
    border-radius: 0;
}
.card-deck .card, .card-group>.card {
    margin-bottom: 15px;
}
.list-group {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
@media (min-width: 576px) {
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card-img, .card-img-top, .card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card>.list-group:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card>.list-group:first-child {
    border-top-width: 0;
}
.card>.list-group:last-child {
    border-bottom-width: 0;
}

.list-group-item {
    display: block;
    padding: .75rem 1.25rem;
    background-color: #45749d;
    border: 1px solid rgba(0, 0, 0, .125);
}
.rankings_menu{
    margin-bottom: 25px;
}
.rankings_menu a{
    color: #666 !important;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.rankings-table thead tr, .rankingTableGens thead tr, .rankingTableGuild thead tr {
    background: #1a1b2d;
}
.rankings-table tbody tr:hover{
    background-image: url(../img/hover-xbig.png);
}

.mainRegister {
    max-width: 650px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    justify-content: center;
        background: #080503;
    background-color: #080503;
    padding: 35px 65px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

.news-content-top li a{
    color: #ffdda9;
    font-size: 18px;
    line-height: 1.3;
    font-family: philosopher, sans-serif;
    letter-spacing: 2px;
}

.youtuber-viewer {
    background-image: url(https://i.imgur.com/hszF9Wi.png);
    height: 115px;
    position: fixed;
    bottom: 112px;
    z-index: 99;
    right: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.youtuber-viewer {
    display: flex
;
    gap: 1px;
    white-space: nowrap;
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    background-image: url(https://i.imgur.com/hszF9Wi.png);
    background-size: cover;
    height: 115px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.youtuber-viewer table {
    margin-left: 15px !important;
}
.youtuber-viewer table tr {
    background: transparent !important;
}
.youtuber-viewer table tr td {
    vertical-align: top !important;
    height: 100px !important;
    opacity: 0.7;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 0px !important;
    padding-top: 10px;
}
.youtuber-viewer table tr td.fist {
    width: 35px !important;
    min-width: 55px !important;
    padding-left: 0px !important;
    text-align: left !important;
    color: #fff !important;
    cursor: pointer !important;
    padding-top: 50px !important;
    border: 0px !important;
    background: transparent !important;
}

.rightBodyLinks a span img, .sparks, .sparks>div {
    position: absolute;
}
.sparks {
    width: 100%;
    bottom: 400px;
    right: 45%;
}
.sparks>div {
    position: absolute;
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -120px;
    transform: scale(.6);
    opacity: 0;
    animation: 4s linear 1s infinite spark-1;
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -120px;
    transform: scale(.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 1s;
}
.sparks .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    width: 149px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    transform: scale(.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    transform: scale(.6);
    animation: spark-3 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark-big {
    background: url(../img/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    transform: scale(.6);
    animation: spark-5 4s linear infinite;
}
@keyframes spark-1 {
    0% {
        bottom: -320px;
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -240px;
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 0;
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-5 {
    0% {
        bottom: -180px;
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -120px;
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 60px;
        transform: scale(1);
        opacity: 0
    }
}
.panel.panel-news{
    background-color: unset;
    border: 0px solid transparent;
}
.panel.panel-news .panel-footer{
    background-color: unset;
    border-top: 0px;
    color: rgb(255, 221, 169);
}
.panel.panel-news .panel-title{
    color: rgb(255, 221, 169);
}
/* =====================================================
   FIX GLOBAL AZUL - PÁGINAS INTERNAS
   Descarga / Donación / Créditos / Registro / Noticias
   Color base: #051223 / rgb(5, 18, 35)
===================================================== */

/* Contenedor general de páginas internas */
.container-mod,
.page-content,
.mainRegister,
.newsBlock-sidebar,
.mainTable,
.pNewsBlock,
.panel,
.panel-body,
.panel-default,
.panel-news,
.modal-content,
.account-content,
.downloadBlock,
.downloadBlock-content,
.download-block-1,
.tableBlock,
.tableBlock-server {
    background: #051223 !important;
    background-color: #051223 !important;
    background-image: none !important;
    border: 1px solid rgba(100, 170, 245, 0.18) !important;
    box-shadow:
        0 0 25px rgba(0, 0, 0, 0.45),
        inset 0 0 20px rgba(80, 150, 230, 0.06) !important;
    opacity: 1 !important;
}

/* Fondo interno más profesional */
.container-mod,
.page-content,
.mainRegister,
.newsBlock-sidebar,
.downloadBlock,
.mainTable,
.pNewsBlock {
    background:
        radial-gradient(circle at top center, rgba(25, 80, 145, 0.22), transparent 45%),
        linear-gradient(180deg, #071b31 0%, #051223 55%, #020914 100%) !important;
}

/* Títulos internos: Dona por créditos, Descargas, Información, etc */
.h2-title,
.h7-title,
.page-title,
.page-title-news,
.page-title-news-1,
.sub-title-ranking,
.modal-content h2,
.downloadBlock-title {
    color: #8fc8ff !important;
    background: transparent !important;
    text-shadow:
        0 0 8px rgba(80, 160, 255, 0.35),
        1px 1px 3px #000 !important;
}

/* Texto interno */
.page-text,
.downloadBlock-text,
.downloadBlock p,
.container-mod p,
.container-mod span,
.mainRegister p,
.newsBlock-sidebar p,
.panel-body,
.tableBlock-server {
    color: #e5f3ff !important;
    text-shadow: 1px 1px 3px #000 !important;
}

/* Bloques tipo cliente/descarga */
.client-text,
.card,
.list-group-item {
    background: #071b31 !important;
    background-color: #071b31 !important;
    background-image: none !important;
    border: 1px solid rgba(100, 170, 245, 0.18) !important;
    color: #e5f3ff !important;
}

/* Tablas dentro de páginas internas */
.table,
.table-bordered,
.table-striped,
.table-hover,
table {
    background: #051223 !important;
    background-color: #051223 !important;
    background-image: none !important;
    border: 1px solid rgba(100, 170, 245, 0.18) !important;
    color: #e5f3ff !important;
}

/* Filas de tablas */
.table tbody tr,
.table-bordered tbody tr,
.table-striped tbody tr,
.table-hover tbody tr,
table tbody tr {
    background: #051223 !important;
    background-image: none !important;
}

/* Filas alternadas */
.table-striped > tbody > tr:nth-of-type(odd),
.table tbody tr:nth-child(odd),
.table-bordered tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
    background: #071b31 !important;
    background-image: none !important;
}

/* Hover de tablas */
.table-hover > tbody > tr:hover,
.table tbody tr:hover,
.table-bordered tbody tr:hover,
table tbody tr:hover {
    background: #12385f !important;
    background-image: none !important;
}

/* Bordes de tablas */
.table td,
.table th,
.table-bordered td,
.table-bordered th,
table td,
table th {
    border: 1px solid rgba(100, 170, 245, 0.16) !important;
    color: #e5f3ff !important;
}

/* Formularios */
.form-control,
input,
select,
textarea {
    background: #051223 !important;
    background-color: #051223 !important;
    border: 1px solid rgba(100, 170, 245, 0.24) !important;
    color: #ffffff !important;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #6bbcff !important;
    box-shadow: 0 0 8px rgba(90, 170, 255, 0.35) !important;
}

/* Labels pequeños de formularios */
.form-group span {
    background: #051223 !important;
    color: #9ed0ff !important;
}

/* Links */
.container-mod a,
.page-content a,
.mainRegister a,
.newsBlock-sidebar a,
.downloadBlock a,
.panel a {
    color: #8fc8ff !important;
}

.container-mod a:hover,
.page-content a:hover,
.mainRegister a:hover,
.newsBlock-sidebar a:hover,
.downloadBlock a:hover,
.panel a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(100, 170, 245, 0.45) !important;
}

/* Mantener imágenes importantes como PayPal sin afectar */
.downloadBlock img,
.container-mod img,
.page-content img {
    background: transparent !important;
    border-color: rgba(100, 170, 245, 0.18) !important;
}

/* Quitar fondos antiguos de botones internos sin destruir botones con imagen */
.buttonsub {
    background-color: #071b31 !important;
    border: 1px solid rgba(100, 170, 245, 0.18) !important;
    box-shadow:
        0 0 16px rgba(0, 0, 0, 0.45),
        inset 0 0 12px rgba(80, 150, 230, 0.08) !important;
}
/* =====================================================
   FIX FINAL - FOOTER AZUL PROFESIONAL
   Color base: #051223 / rgb(5, 18, 35)
===================================================== */
/* =====================================================
   FOOTER AZUL + SEPARADOR ORIGINAL CON BOLA
===================================================== */

/* Mantener el separador original */
.borderTop {
    display: block !important;
    background: url(../img/line.png) center no-repeat !important;
    background-size: contain !important;
    width: 100% !important;
    height: 86px !important;
    overflow-x: hidden !important;
    opacity: 1 !important;
    filter:
        brightness(1.15)
        drop-shadow(0 0 12px rgba(80, 160, 255, 0.55)) !important;
}

/* Cambiar solo la zona del footer a azul */
footer,
.footer,
.footerTop,
.footerMenu {
    background: #051223 !important;
    background-color: #051223 !important;
    background-image: none !important;
}

/* Footer principal */
footer {
    padding: 55px 0 !important;
    border-top: 1px solid rgba(100, 170, 245, 0.18) !important;
    box-shadow:
        inset 0 25px 45px rgba(80, 150, 230, 0.05),
        0 -10px 30px rgba(0, 0, 0, 0.45) !important;
}

/* Títulos del footer */
footer .h2-title span,
footer .h7-title span,
.footerMenu-block .h2-title span,
.footerMenu-block .h7-title span {
    color: #8fc8ff !important;
    text-shadow:
        0 0 8px rgba(80, 160, 255, 0.45),
        1px 1px 3px #000 !important;
}

/* Links */
.f-menu li a {
    color: #d6e9ff !important;
    opacity: 0.65 !important;
    background: url(../img/menu-f-icon.png) left center no-repeat !important;
    padding: 11px 0 11px 24px !important;
}

/* Hover */
.f-menu li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 0 8px rgba(100, 170, 245, 0.55) !important;
}

/* Copyright */
.copy span,
.f-text {
    color: #d6e9ff !important;
    opacity: 0.48 !important;
}

.copy a {
    color: #8fc8ff !important;
    opacity: 1 !important;
}
/* =====================================================
   QUITAR RESPLANDOR CAFÉ / NARANJA EN TÍTULOS
   Cambiar a brillo azul profesional
===================================================== */
/* =====================================================
   TÍTULOS CON AZUL PRINCIPAL DEL SITIO
   Azul base: #051223 / rgb(5, 18, 35)
===================================================== */

/* Iconos de títulos generales */
.h10-title span:before,
.h2-title span:before,
.h7-title span:before,
.news-top-title span:before,
.news-top-title span::before,
.pNewsBlock-block-title span:before,
.pNewsBlock-block-title span::before {
    filter:
        drop-shadow(0 0 7px rgba(5, 18, 35, 0.95))
        drop-shadow(0 0 12px rgba(80, 160, 255, 0.45))
        drop-shadow(0 0 18px rgba(5, 18, 35, 0.75)) !important;
}

/* Texto de títulos como NOTICIAS / DONA POR CRÉDITOS */
.h10-title span,
.h2-title span,
.h7-title span,
.news-top-title span,
.pNewsBlock-block-title span {
    color: #9ed0ff !important;
    text-shadow:
        0 0 6px rgba(5, 18, 35, 0.95),
        0 0 10px rgba(80, 160, 255, 0.35),
        1px 1px 3px #000 !important;
}

/* Si el título viene como h1/h2/h3 directo */
h1,
h2,
h3,
.page-title-news,
.page-title-news-1 {
    color: #9ed0ff !important;
    text-shadow:
        0 0 6px rgba(5, 18, 35, 0.95),
        0 0 10px rgba(80, 160, 255, 0.30),
        1px 1px 3px #000 !important;
}

/* =====================================================
   DONACIONES / PAYPAL - AZUL BRILLANTE PROFESIONAL
   Color base: #051223
===================================================== */

/* Contenedor principal de donación */
.container-mod,
.page-content,
.downloadBlock,
.downloadBlock-content,
.download-block-1 {
    background:
        radial-gradient(circle at center, rgba(40, 130, 255, 0.22), transparent 42%),
        linear-gradient(180deg, #08294a 0%, #051223 55%, #020914 100%) !important;
    background-color: #051223 !important;
    background-image: none !important;
    border: 1px solid rgba(120, 200, 255, 0.28) !important;
    box-shadow:
        0 0 28px rgba(40, 130, 255, 0.22),
        inset 0 0 35px rgba(80, 170, 255, 0.10) !important;
}

/* Título: DONA POR CRÉDITOS */
.container-mod .h2-title span,
.page-content .h2-title span,
.downloadBlock-title,
.page-title-news,
.page-title-news-1 {
    color: #b9e2ff !important;
    text-shadow:
        0 0 8px rgba(80, 170, 255, 0.75),
        0 0 18px rgba(20, 100, 220, 0.45),
        1px 1px 3px #000 !important;
}

/* Icono pequeño del título con brillo azul */
.container-mod .h2-title span:before,
.page-content .h2-title span:before,
.h2-title span:before,
.h7-title span:before {
    filter:
        drop-shadow(0 0 8px rgba(80, 170, 255, 0.85))
        drop-shadow(0 0 16px rgba(20, 100, 220, 0.45)) !important;
}

/* Línea divisoria debajo del título */
.h2-title-table,
.container-mod hr,
.page-content hr {
    border-color: rgba(120, 200, 255, 0.18) !important;
}

/* Caja donde está PayPal */
.container-mod img,
.downloadBlock img,
.page-content img {
    border: 1px solid rgba(120, 200, 255, 0.35) !important;
    box-shadow:
        0 0 18px rgba(60, 150, 255, 0.35),
        0 0 45px rgba(20, 90, 190, 0.22) !important;
}

/* Si PayPal está dentro de un enlace */
.container-mod a img,
.downloadBlock a img,
.page-content a img {
    background: #050b12 !important;
    border-radius: 6px !important;
    padding: 0 !important;
}

/* Hover del bloque PayPal */
.container-mod a:hover img,
.downloadBlock a:hover img,
.page-content a:hover img {
    box-shadow:
        0 0 24px rgba(100, 190, 255, 0.55),
        0 0 60px rgba(30, 120, 255, 0.35) !important;
    filter: brightness(1.08) contrast(1.06) !important;
}

/* Textos internos */
.container-mod,
.container-mod p,
.container-mod span,
.downloadBlock,
.downloadBlock p,
.downloadBlock-text,
.page-content,
.page-content p {
    color: #e5f3ff !important;
}

/* Links internos */
.container-mod a,
.downloadBlock a,
.page-content a {
    color: #8fc8ff !important;
}

.container-mod a:hover,
.downloadBlock a:hover,
.page-content a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(100, 190, 255, 0.65) !important;
}
/* =====================================================
   QUITAR FONDO SOLO DEL BLOQUE USUARIOS ONLINE
===================================================== */

.logo .tableBlock-server,
.logo .tableBlock-server .online,
.logo .tableBlock-server .only,
.logo .tableBlock-server table,
.logo .tableBlock-server tbody,
.logo .tableBlock-server tr,
.logo .tableBlock-server td {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* =====================================================
   FIX HEX - QUITAR BRILLO NARANJA / CAFÉ
   Usando solo colores HEX
===================================================== */

.h10-title span:before,
.h10-title span::before,
.h2-title span:before,
.h2-title span::before,
.h7-title span:before,
.h7-title span::before,
.news-top-title span:before,
.news-top-title span::before,
.pNewsBlock-block-title span:before,
.pNewsBlock-block-title span::before {
    filter:
        drop-shadow(0 0 8px #50A0FF)
        drop-shadow(0 0 14px #1E78FF) !important;
}

/* Títulos */
.h10-title span,
.h2-title span,
.h7-title span,
.news-top-title span,
.pNewsBlock-block-title span,
.page-title-news,
.page-title-news-1,
.sub-title-ranking,
h1,
h2,
h3,
h4 {
    color: #9ED0FF !important;
    text-shadow:
        0 0 6px #051223,
        0 0 10px #50A0FF,
        1px 1px 3px #000000 !important;
}

/* Flecha / icono hover de noticias */
.newsLink:hover .newsLink-more:after,
.SidenewsLink:hover .SidenewsLink-more:after {
    filter:
        drop-shadow(0 0 8px #50A0FF)
        drop-shadow(0 0 14px #1E78FF) !important;
}

/* Colores naranja antiguos en links */
.newsLink-more,
.SidenewsLink-more,
.page-text a,
.rankings_menu a {
    color: #8FC8FF !important;
}
/* =====================================================
   ICONO DE TITULOS AZUL - VERSION SEGURA
   Reemplaza el brillo cafe/naranja
===================================================== */
/* =====================================================
   UNIFICAR BRILLO AZUL EN TODOS LOS ICONOS DE TITULO
   Mantiene el icono original title-icon.png
===================================================== */

/* Icono de ÚLTIMAS NOTICIAS */
.news-top-title span:before,
.news-top-title span::before,

/* Iconos de TOP RANKINGS / módulos */
.h10-title span:before,
.h10-title span::before,
.h2-title span:before,
.h2-title span::before,
.h7-title span:before,
.h7-title span::before,

/* Iconos de páginas internas: DESCARGAS / DONACIONES */
.page-title span:before,
.page-title span::before,
.pNewsBlock-block-title span:before,
.pNewsBlock-block-title span::before {
    background: url(../img/title-icon.png) no-repeat !important;
    background-size: auto !important;

    width: 26px !important;
    height: 26px !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    filter:
        drop-shadow(0 0 8px #50A0FF)
        drop-shadow(0 0 14px #1E78FF) !important;
}
} /* Esta llave cierra tu bloque anterior que quedó abierto */
/* =========================================================================
   FORZAR QUE EL MENÚ SUBA CON EL MOUSE (BLOQUEO DE JAVASCRIPT)
   ========================================================================= */
/* =========================================================================
   ESTILOS DEL BOTÓN DE REGALO FLOTANTE (AL MEDIO DERECHA - PESTAÑA LIMPIA)
   ========================================================================= */
.gift-floating-zone {
    position: fixed !important;
    
    /* CONTROL VERTICAL DEL BOTÓN:
       - 50% es el centro matemático perfecto.
       - Si quieres SUBIRLO: cambia a 40% o 35%
       - Si quieres BAJARLO: cambia a 60% o 65% */
    top: 50% !important; 
    
    /* Mantiene el eje centrado sin importar la resolución */
    transform: translateY(-50%) !important; 
    -webkit-transform: translateY(-50%) !important;
    
    /* PEGAR COMPLETAMENTE AL BORDE DERECHO */
    right: 0px !important; 
    left: auto !important;
    
    /* Ancho controlado para que no se estire ni cree enlaces fantasmas en la pantalla */
    width: auto !important;
    height: auto !important;
    z-index: 999999 !important; 
}

.gift-trigger {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    position: relative !important;
    
    /* Estilo caja de redes sociales Dark */
    background: linear-gradient(180deg, #000c1d, #00040a) !important; 
    padding: 12px 10px 8px 10px !important;
    border-radius: 12px 0 0 12px !important; /* Redondeado solo en la unión interna */
    border: 2px solid #50a0ff !important;
    border-right: none !important; /* Desaparece el borde contra la pared de la pantalla */
    
    box-shadow: -5px 0 15px rgba(80, 160, 255, 0.3) !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
}

/* Evita que el hover altere los márgenes o estire la pantalla */
.gift-trigger:hover {
    transform: scale(1.05) !important;
    filter: brightness(1.15) !important;
    background: linear-gradient(180deg, #001430, #000814) !important;
}

.gift-icon-img {
    width: 42px !important; /* Tamaño compacto simétrico a tus iconos de WhatsApp/TikTok */
    height: 42px !important;
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    margin: 0 auto !important;
}

.gift-glow-effect {
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.25) 0%, transparent 70%) !important;
    top: 8px;
    left: 6px;
    z-index: 1 !important;
    animation: giftPulse 2.5s infinite ease-in-out !important;
    pointer-events: none !important;
}

.gift-badge-text {
    background: #ff2a00 !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: bold !important;
    font-family: 'Arial', sans-serif !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    margin-top: 6px !important;
    border: 1px solid #ffcc00 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
    text-shadow: 1px 1px 1px #000000 !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

@keyframes giftPulse {
    0% { transform: scale(0.9); opacity: 0.4; }
    50% { transform: scale(1.15); opacity: 0.8; }
    100% { transform: scale(0.9); opacity: 0.4; }
}

/* =========================================================================
   VENTANA MODAL: DISEÑO AZUL ELEGANTE PREMIUM (INTACTO)
   ========================================================================= */
.vip-blue-modal {
    background: linear-gradient(180deg, #091a32 0%, #050d1a 100%) !important;
    border: 2px solid #50a0ff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 30px rgba(80, 160, 255, 0.35), inset 0 0 20px rgba(80, 160, 255, 0.15) !important;
    font-family: 'Arial', sans-serif;
}

.vip-modal-header {
    border-bottom: 1px solid rgba(80, 160, 255, 0.25) !important;
    padding: 15px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip-modal-header .modal-title {
    color: #ffdf6d !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-shadow: 0 0 10px rgba(255, 223, 109, 0.4), 2px 2px 3px #000 !important;
    margin: 0;
}

.vip-close-btn {
    color: #50a0ff !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
    font-size: 26px !important;
    background: transparent;
    border: none;
    cursor: pointer;
}

.vip-close-btn:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.vip-modal-body {
    padding: 25px 20px !important;
    text-align: center;
}

.vip-highlight-text {
    color: #ffea70 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.vip-subtext {
    color: #e5f3ff !important;
    font-size: 13px !important;
    margin-bottom: 20px;
}

.vip-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.benefit-item {
    background: rgba(7, 27, 49, 0.6) !important;
    border: 1px solid rgba(80, 160, 255, 0.2) !important;
    border-radius: 5px;
    padding: 10px 12px;
    color: #e5f3ff !important;
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: inset 0 0 8px rgba(80, 160, 255, 0.05);
}

.benefit-item i {
    color: #50a0ff !important;
    font-size: 14px;
}

.vip-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vip-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.vip-btn-whatsapp {
    background: #128c7e !important;
    color: #fff !important;
    border-color: #14a896 !important;
    box-shadow: 0 4px 12px rgba(18, 140, 126, 0.3);
}

.vip-btn-whatsapp:hover {
    background: #14a896 !important;
    box-shadow: 0 4px 18px rgba(18, 140, 126, 0.5);
}

.vip-btn-discord {
    background: #5865f2 !important;
    color: #fff !important;
    border-color: #727ee5 !important;
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
}

.vip-btn-discord:hover {
    background: #727ee5 !important;
    box-shadow: 0 4px 18px rgba(88, 101, 242, 0.5);
}

.vip-modal-footer {
    border-top: 1px solid rgba(80, 160, 255, 0.15) !important;
    padding: 12px 20px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

.vip-modal-footer span {
    color: rgba(143, 200, 255, 0.5) !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* =====================================================
   QUITAR EXCLUSIVAMENTE LOS RANKINGS SUPERIORES
   (Top Master Reset, Guilds, Gens)
===================================================== */
