/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/*Fuentes*/
/*@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap');*/


:root {
    --indigo-gray-1: rgb(10, 11, 20);
    --indigo-gray-2: rgb(18, 19, 30);
    --indigo-gray-3: rgb(27, 29, 40);
    --indigo-gray-4: rgb(45, 47, 58);
    --indigo-gray-5: rgb(63, 65, 82);
    --indigo-gray-6: rgb(84, 86, 106);
    --indigo-gray-7: rgb(136, 140, 170);
    --indigo-gray-8: rgb(117, 120, 192);
    --indigo-gray-9: rgb(53, 57, 168);
    --indigo-gray-10: rgb(105, 109, 223);
    --indigo-gray-1-opacity: rgba(10, 11, 20, 0.849);
    --indigo-gray-2-opacity: rgba(18, 19, 30, 0.849);
    --indigo-gray-3-opacity: rgba(27, 29, 40, 0.26);
    --indigo-gray-4-opacity: rgba(45, 47, 58, 0.849);
    --indigo-gray-5-opacity: rgba(63, 65, 82, 0.849);
    --indigo-gray-6-opacity: rgba(84, 86, 106, 0.849);
    --indigo-gray-7-opacity: rgb(23 34 87);
    --btn-degrade-indigo: linear-gradient(180deg, var(--indigo-gray-9) 0%, var(--indigo-gray-3) 127%);

	--main-bg-grey: rgb(35, 35, 35);
    --grey-1: rgb(86, 86, 86);
    --grey-2: rgb(128, 128, 128);
    --grey-3: rgb(187, 187, 187);
    --purple-1: #9146ff;
    --purple-2: #7e40db;
    --purple-3: #a069f3;
    --light-grey-1: rgb(186 186 186);
    --light-grey-2: rgb(100, 100, 100);
    --black-opacity-50: rgba(0, 0, 0, 0.5);
    --dark-grey-1: rgb(48, 48, 48);
    --dark-grey-2: rgb(41, 41, 41);
    --dark-grey-3: rgb(36, 36, 36);
    --dark-grey-4: rgb(31, 31, 31);
    --dark-grey-opacity-1: rgba(48, 48, 48, 0.5);
    --dark-grey-opacity-2: rgba(100, 100, 100, 0.5);
    --dark-grey-opacity-3: rgb(62 62 62 / 32%);
    --grey-blocks-bg: rgb(52, 52, 52);
    --orange-1: rgb(255, 123, 0);
    --orange-2: rgb(249, 135, 20);
    --orange-3: rgb(163, 85, 6);
    --dark-yellow-1: rgb(87, 69, 23);
    --dark-yellow-2: rgb(112, 89, 31);
    --dark-red-1: rgb(87, 23, 23);
    --dark-red-2: rgb(112, 31, 31);
    --dark-blue-1: rgb(23, 58, 87);
    --dark-blue-2: rgb(31, 57, 112);
    --dark-green-1: rgb(23 87 65);
    --light-green: rgb(0, 214, 145);
    --light-orange-1: rgb(255, 123, 0);
    --light-orange-2: rgb(241, 154, 54);
    --border-color-grey-1: rgb(61, 61, 61);
    --white-opacity-1: rgba(255, 255, 255, 0.184);
    --white-opacity-2: rgba(255, 255, 255, 0.055);
    --btn-degrade-1: linear-gradient(180deg, var(--light-orange-1) 0%, var(--light-orange-2) 127%);
    --roboto: "Roboto", sans-serif;
    --source-sans: "Source Sans Pro", sans-serif;
    --soft-shadow: 0 5px 7px -3px rgb(10 6 14 / 33%);

    
}

/** {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    list-style: none;
    outline: none;
}*/

.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;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: var(--indigo-gray-5)!important;
    color:var(--light-grey-1);
}
.table {
    color:unset;
}
.table-hover>tbody>tr:hover{
  color:unset;
}

a:focus, a:hover {
    /*color: inherit !important;*/
    text-decoration: none !important;
}

.form-control {
	/*background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;*/
}
.form-control:focus {
	/*border: 1px solid #ccc;*/
}

/* 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: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}

.btn-primary {
    color: #8e867e;
    background-color: transparent;
    border-color: #55444e;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #1b1718 !important;
	border-color: #734f63 !important
}

/* Menu Navbar*/
#navigation-top {
    width: 100%;
    /*height: 52px;
    background: url(../img/nav-bg.png) no-repeat top center;
    position: relative;
    z-index: 100;*/
    padding: 0;
    background-color: rgb(5 5 5 / 39%);
    font-weight: 450;
    position: relative;
    z-index: 3;
}
.navigation-top-in {
    max-width: 1150px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    margin: 0px 0px 0px 20px;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li > a {
    padding: 0px 17px 0px 17px;
    font-size: 15px;
    text-decoration: none;
    color: #e2e2e2;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
}
#cssmenu > ul > li > a:hover {
    color: var(--indigo-gray-9);
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.my-account {
    width: 218px;
    height: 51px;
    margin: 0px -130px 0px 0px;
}
.accPanel {
    background: url(../img/myaccount.jpg) no-repeat left center;
    display: block;
    width: 218px;
    height: 51px;
    line-height: 52px;
    font-variant: small-caps;
    color: #c4b9a0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}
.accPanel:hover {
    background: url(../img/myaccount-hover.jpg) no-repeat left center;
    color: #fff;
}
.languages {
    display: flex;
    align-items: stretch;
    margin: 18px 40px 0px 0px;
    width: 100px;
}
#ServerTime {
    color: #ab9f9c;
}
/*Menu Lenguaje*/
#langmenu, #langmenu ul, #langmenu ul li, #langmenu ul li a{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#langmenu{
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
}
#langmenu > ul > li {
    float: left;
}
#langmenu > ul > li > a {
    /*padding: 0px 17px 0px 17px;
    font-size: 15px;*/
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    /*height: 52px;*/
    /*line-height: 52px;*/
    display: inline-block;
    list-style-type: none;
    background: #333333;
    padding: 0px 5px 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#langmenu > ul > li:hover > a {
    color: #ffffff;
}
#langmenu > ul > li.has-sub > a {
    /*padding-right: 30px;*/
}
#langmenu ul ul {
    position: absolute;
    left: -9999px;
}
#langmenu li:hover > ul {
    left: auto;
}
#langmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#langmenu li:hover > ul > li {
    height: 35px;
}
#langmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 15px;
    width: 80px;
    font-size: 14px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    letter-spacing: 0.3px;
    background: url(../img/some-bg.jpg);
}
#langmenu ul ul li:hover > a, #langmenu ul ul li a:hover {
    color: #ffffff;
}
/*Efectos*/

/*Barra Register*/
.top-files-panel {
    height: 58px;
    max-width: 650px;
    width: auto;
    background: url(../img/files.png) no-repeat bottom right;
    bottom: -85px;
    position: absolute;
    padding: 0px 30px 0px 0px;
    z-index: 7000;
    display: flex;
    text-align: initial;
}
.start-game a {
    display: block;
    width: 256px;
    height: 58px;
    background: url(../img/startgame.png) no-repeat bottom right;
    margin: 0px 0px 0px -10px;
    line-height: 65px;
    text-indent: 60px;
    letter-spacing: 0.7px;
    color: #fff;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 15px;
    font-weight: 100;
}
.start-game a:hover {
    background: url(../img/startgame-hover.png) no-repeat bottom right;
}
.panelDownBlock {
    display: flex;
}
.torrent, .cloud {
    /* height: 33px; */
    margin: 17px 10px 0px 10px;
    padding: 7px 10px 0px 50px;
}
.torrent span, .cloud span {
    display: block;
    height: 14px;
}
.torrent {
    background: url(../img/torrent.png?v4) no-repeat left center;
}
.download-title a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    color: #ada0a2;
    text-decoration: none;
}
.download-title a:hover {
    color: rgb(255, 255, 255);
}
.file-title {
    font-size: 10px;
    color: #746264;
}
.cloud {
    background: url(../img/cloud.png) no-repeat left center;
}
/*Fix Header*/

/*Container*/
#container{
    /*background: url(../img/some-bg.jpg);*/
    /*border: 1px solid #211c1d;*/
}
/*Panel sidebar*/
.panel-sidebar .panel-title{
    font-size: 13px;
    margin-top: 5px;
}
.panel-sidebar .panel-body{
    color: #727272;
}
.table>thead>tr>th{
    background: url(../img/hr.jpg) repeat-x bottom;
    border: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*Botones*/
.btnreg{
    background: url(../img/readmore-btn.png) no-repeat center;
    position: absolute;
    width: 121px;
    height: 27px;
    line-height: 28px !important;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
    transition: 0.5s;
    border:0px;
}
.btnreg:hover {
    background: url(../img/readmore-hover.png) no-repeat center;
    transition: 0.5s;
}
/*Divisiones Sidebar*/
.sidebar {
    /*width: 311px;
    max-width: 311px;*/
    padding: 0px 5px 0px 5px;
    float: left;
}
.sidebar:first-child {
    /*padding-left: 12px;*/
}
.main_side {
    /*border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);*/
    width: calc(100% - 292px - 292px);
    max-width: calc(100% - 292px - 292px);
    float: left;
    /*border-radius: 5px;
    padding: 10px;*/
}
.modules_cont{
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
    /*width: calc(100% - 292px - 292px);
    max-width: calc(100% - 292px - 292px);*/
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 10px;
}
.modules_cont_full{
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
}

#content {
    width: 100%;
    overflow: auto;
    min-height: 500px;
    padding: 10px 0px 0px 0px;
}
/*GameServers*/
.server {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 230px;
}
.server-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 3px 0px;
}
.server-info :first-child {
    color: #a9947b;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.server-info :last-child {
    color: #bebebe;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.box-1, .box-2, .box-3, .off, .on {
    display: inline-block;
    margin: 0px 0px 0px 2px;
}
.on, .off {
    width: 13px;
    height: 12px;
}
.on {
    background: url(../img/on.png) no-repeat center;
}

.server .box-1 {
    background: url(../img/serv-bg.png) no-repeat center;
    width: 200px;
    height: 12px;
    position: relative;
}
.server .progress {
    width: 192px;
    height: 2px;
    position: absolute;
    margin: 4px 0px 0px 4px;
}
.server .progress .progress-1 {
    background: url(../img/progress-1.png);
    background-size: 100% auto;
    height: 2px;
}
/*Banner Castle Siege*/
.castle-siege-banner {
    text-shadow: 2px 2px black;
    font-weight: bold;
    padding: 14px;
    background: url(../img/banner_cs_bg.jpg) no-repeat;
    border-radius: 5px;
    color: #f39c12;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
}
.castle-siege-banner .guild_owner, .castle-siege-banner .guild_owner a {
    color: #ffffff;
    font-size: 30px;
}
.castle-siege-banner .guild_master, .castle-siege-banner .guild_master a {
    color: #ffffff;
    font-size: 16px;
}
.castle-siege-banner .guild_countdown {
    color: #ffffff;
    font-size: 28px;
}
.castle-siege-banner .guild_countdown span {
    color:#f39c12;
}
.cstitle1{
    line-height: 25px;
    margin-bottom: 5px;
}
.cstitle2{
    line-height: 20px;
}
/*Eventos*/
#events dt {
    display: block;
    height: 42px;
    text-align: left;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 45%);
    font-size: 14px;
    color: #a1998f;
}
#events .event_status{
    color: #727272;
}
#events .event_next{
    color: #727272;
}
#events .event_timeleft{
    color: #ffffff;
}
#events .rightfloat {
    float: right;
}
#events span {
    display: block;
    font-size: 12px;
}
#events dt.eventActive {
    color: #009600;
}





/*==============================
     Botões
==============================*/
.btn {
    color: #e4e4e4;
    font-size: 0.9rem;
    background: var(--btn-degrade-indigo);
    box-shadow: var(--soft-shadow);
    border: none;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .btn:hover {
    color: #fff;
    background-position: 20px -30px;
    filter: drop-shadow(0 0 10px var(--indigo-gray-3));
    box-shadow: inset 0 2px 1px #b2afffdc;
  }
  
  .btn.active {
    filter: drop-shadow(0 0 10px rgb(21, 49, 173));
    box-shadow: inset 0 2px 1px #ffe6b0dc;
  }
  
  .btn.btn-dark-grey {
    background: none;
    background-color: var(--dark-grey-opacity-2);
    border: 1px solid var(--border-color-grey-1);
  }
  
  .btn.btn-dark-grey:hover {
    background-color: var(--indigo-gray-7);
    border: 1px solid var(--white-opacity-2);
    box-shadow: none;
  }
  /*==============================
       Layout, Grid system
  ==============================*/
  .container {
    max-width: 1100px;
  }
  
  /*==============================
       dropdown
  ==============================*/
  .dropdown-menu {
    color: #fff;
    background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 70%) 0%,
      rgba(25, 25, 25, 0.5) 89%,
      rgba(255, 255, 255, 0) 100%
    );
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  
  .dropdown-menu a.dropdown-item {
    color: #fff;
  }
  
  .dropdown-menu a.dropdown-item:hover {
    color: inherit;
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #00000040;
  }
  
  .dropdown-menu[data-bs-popper] {
    top: 74px;
    left: 0;
    margin: 0;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: var(--indigo-gray-5);
  }
  
  /*==============================
       Froms
  ==============================*/
  .form-control {
    /*color: #fff;*/
    color: var(--light-grey-1);
    background-color: var(--indigo-gray-3) !important;
    border-color: var(--indigo-gray-5) !important;
  }
  
  .form-control:focus {
    color: var(--light-grey-1);
    box-shadow: 0 0 1px 3px rgba(82, 82, 82, 0.692) !important;
  }
  
  input.form-control,
  input[type="checkbox"],
  select.form-select,
  select.form-control.form-select,
  textarea {
    color: var(--light-grey-1);
    background-color: var(--indigo-gray-3) !important;
    border-color: var(--indigo-gray-5) !important;
  }
  
  input.form-control:focus,
  input[type="checkbox"]:focus,
  select:focus,
  textarea:focus {
    color: var(--light-grey-1);
    box-shadow: 0 0 1px 3px rgba(82, 82, 82, 0.692) !important;
  }
  /*==============================
       List Group
  ==============================*/
  
  .custom_list.list-group .list-group-item {
    display: flex;
    justify-content: space-between;
    color: #fff;
    background-color: transparent;
  }
  .custom_list.list-group .list-group-item span:last-child {
    color: var(--light-grey-1);
  }
  /* lista com scroll vertical */
  .custom_list_scroll_v {
    overflow: auto;
    overflow-y: scroll;
  }
  
  .list-group-item {
    border: 1px solid var(--indigo-gray-5);
  }
  
  .list-group-item.active {
    border-color: var(--indigo-gray-7);
  }
  
  /*==============================
       Tables
  ==============================*/
  
  table.table tr td {
    vertical-align: middle;
  }
  
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--indigo-gray-4);
  }
  
  /*==============================
       Cards
  ==============================*/
  .card-img-overlay {
    pointer-events: none;
  }
  
  /*==============================
       Modal
  ==============================*/
  .modal-content {
    background-color: var(--indigo-gray-3) !important;
  }
  
  .modal-header,
  .modal-footer {
    border-color: var(--indigo-gray-5) !important;
  }
  
  .modal .btn-close {
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 4px;
    background: url(../images/svg/close.svg) no-repeat;
  }
  
  /*==============================
       Accordion
  ==============================*/
  .accordion-item {
    background-color: var(--indigo-gray-4);
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #e2e2e2;
  }
  
  .accordion-button {
    color: inherit;
    background-color: var(--indigo-gray-9);
  }
  
  .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: var(--indigo-gray-3);
  }
  
  .accordion-button.collapse {
    color: var(--light-orange-1);
  }
  
  /*==============================
       Paginação
  ==============================*/
  .page-item.active .page-link {
    background-color: var(--orange-1);
    border-color: var(--light-orange-1);
  }
  
  .page-link {
    color: #fff;
    text-decoration: none;
    background-color: #2e2e2e;
    border: 1px solid #3d3d3d;
  }
  
  .page-link:hover {
    color: #fff;
    background-color: var(--dark-grey-2);
    border-color: var(--dark-grey-opacity-2);
  }
  
  .page-link:focus {
    box-shadow: 0 0 0 0.1rem var(--light-grey-2);
    background-color: var(--dark-grey-2);
    color: #fff;
  }
  /* NavTabs button */
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #2d307d;
  }
  
  .nav-pills .nav-link {
    color: #b3b3b3;
    background-color: #1c1d2c;
  }

  .text-light-green-1 {
    color: var(--light-green) !important;
}
.bg-indigo-gray-3 {
    background-color: var(--indigo-gray-3);
}
.text-indigo-gray-7 {
    color: var(--indigo-gray-7);
}
.bg-grey-blocks {
    background-color: var(--grey-blocks-bg) !important;
}
.bg-grey-1 {
    background-color: var(--grey-1) !important;
}
.bg-dark-grey-1 {
    background-color: var(--dark-grey-1) !important;
}
.bg-indigo-gray-9 {
    background-color: var(--indigo-gray-9);
}
.border-grey-1 {
    border-color: var(--border-color-grey-1) !important;
}
.bg-indigo-gray-1-opacity {
    background-color: var(--indigo-gray-1-opacity);
}
.border-indigo-gray-4 {
    border-color: var(--indigo-gray-4);
}
.border-indigo-gray-6 {
  border-color: var(--indigo-gray-6);
}
.bg-indigo-gray-4 {
    background-color: var(--indigo-gray-4);
}
.text-light-grey-1 {
    color: var(--light-grey-1) !important;
}
.bg-indigo-gray-2 {
    background-color: var(--indigo-gray-2);
}
.border-1 {
    border-width: 1px;
    border-style: solid;
}
.border-dark-grey-opacity-2 {
    border-color: var(--dark-grey-opacity-2) !important;
}

.widget-languages {
    max-width: 220px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 11px;
    margin: 15px 0;
    padding: 7px 0;
    background-color: var(--indigo-gray-5-opacity);
    border: 1px solid var(--indigo-gray-7);
    z-index: 3;
}
.widget-languages .widget-language-content {
    position: relative;
}
#arrow-bottom {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(161, 161, 161);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    cursor: pointer;
}
.widget-languages .widget-language-content .languages-list {
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(136, 136, 136, 0.493);
}
.widget-languages .widget-language-content .languages-list li {
    margin: 4px 0;
}

discord-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-left: 1px solid var(--indigo-gray-5);
    font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
  }
  discord-widget ::-webkit-scrollbar {
    width: 20px;
  }
  discord-widget ::-webkit-scrollbar-track {
    background: var(--indigo-gray-5);
  }
  discord-widget ::-webkit-scrollbar-thumb {
    background: var(--indigo-gray-10);
    border: 8px solid var(--indigo-gray-6);
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  discord-widget ::-webkit-scrollbar-thumb:hover {
    background: var(--color);
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  discord-widget widget-header {
    background-color: var(--indigo-gray-3);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  discord-widget widget-header widget-logo {
    background: url(../img/discord_logo.png) 50% no-repeat;
    filter: invert(1);
    width: 124px;
    height: 34px;
    background-size: 124px 34px;
    display: inline-block;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  discord-widget widget-header widget-header-count {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  discord-widget widget-body {
    background-color: var(--indigo-gray-3);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  discord-widget widget-body widget-member {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin: 6px 0;
  }
  discord-widget widget-body widget-member widget-member-avatar {
    margin-right: 4px;
    position: relative;
    contain: content;
  }
  discord-widget widget-body widget-member widget-member-avatar img {
    border-radius: 50%;
    height: 27px;
    width: 27px;
    border: 2px solid var(--indigo-gray-6);
    background-color: var(--indigo-gray-6);
  }
  discord-widget widget-body widget-member .widget-member-status {
    color: var(--statusColor);
    border-radius: 50%;
    bottom: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    width: 10px;
    border: 2px solid var(--color);
  }
  discord-widget widget-body widget-member widget-member-status-online {
    background-color: #57f287;
  }
  discord-widget widget-body widget-member widget-member-status-idle {
    background-color: #fee75c;
  }
  discord-widget widget-body widget-member widget-member-status-dnd {
    background-color: #ed4245;
  }
  discord-widget widget-body widget-member widget-member-status-text {
    height: 32px;
    max-width: 80px;
    overflow: hidden;
    line-height: 32px;
    padding: 0 8px 0 37px;
    pointer-events: none;
    position: absolute;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 0;
    left: 172px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: var(--statusColor);
  }
  discord-widget widget-body widget-member widget-member-name {
    height: 32px;
    max-width: 160px;
    overflow: hidden;
    line-height: 32px;
    padding: 0 8px 0 37px;
    pointer-events: none;
    position: absolute;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 0;
    left: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  discord-widget widget-footer {
    background-color: var(--indigo-gray-3);
    border-top: 1px solid var(--indigo-gray-5);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 6px 6px 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    min-height: 30px;
  }
  discord-widget widget-footer widget-footer-info {
    display: inline-block;
    font-weight: 500;
    opacity: 0.1;
    color: var(--indigo-gray-7);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  discord-widget widget-footer widget-button-join {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 30px;
    border-radius: 4px;
    background-clip: padding-box;
  
    background-color: var(--indigo-gray-9);
    color: var(--textColor) !important;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  discord-widget widget-footer widget-button-join:hover {
    background-color: var(--indigo-gray-8);
  }
  
  .slider-container, .sy-box {
    position: relative;
}
.slider-container .sy-box .sy-pager {
    background-color: var(--black-opacity-50);
    position: absolute;
    padding: 10px;
    bottom: 0;
    z-index: 10;
}
.sy-pager li, .sy-box .sy-pager li a {
    border-radius: 0;
}
.sy-box .sy-pager li {
    width: 0.9rem;
    height: 0.9rem;
    background-color: var(--grey-1);
}
.sy-pager li.sy-active a {
    background: var(--btn-degrade-1);
    box-shadow: inset 0 1px 1px #ffe6b0dc;
    filter: drop-shadow(0 0 10px rgb(173, 89, 21));
  }

  .hp_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}
.responsive-iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.top_class .class_item {
    max-width: 202px;
    position: relative;
    border: 1px solid var(--border-color-grey-1);
}
.top_class .class_item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(12 14 32 / 85%) 0%, rgb(6 7 21 / 85%) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
    content: "";
}
.top_class .class_item img {
    max-width: 100%;
    opacity: 0.7;
    filter: grayscale(80%);
}
.top_class .class_item #cover_class {
    pointer-events: none;
}
.class_item .class_item_info {
    top: 5px;
    z-index: 10;
    margin: auto;
}
.class_item .class_item_info .badge {
    max-width: calc(100px - 5px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
}

.top_players {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.top_players .top_players_wrap {
    min-width: 212px;
    width: 100%;
    background-color: var(--indigo-gray-3);
    position: relative;
}
.top_players .top_players_wrap::before {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    pointer-events: none;
    content: "";
}
.pvp, .war_devias {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  background-size: 100%;
  border: 1px solid var(--indigo-gray-5);
  position: relative;
}
.pvp::before, .war_devias::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(3, 3, 7, 0.76) 0%, rgba(0, 0, 0, 0) 100%, rgb(10 11 20) 100%);
  opacity: 0.5;
  /*content: "";*/
}
.pvp::after, .war_devias::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, var(--indigo-gray-3-opacity) 0%, rgb(6 8 16 / 85%) 80%, rgba(255, 255, 255, 0) 105%);
  opacity: 0.5;
  /*content: "";*/
}
.pvp .pvp_title, .war_devias .war_devias_title {
  width: 100%;
  text-align: center;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.767);
  position: absolute;
  z-index: 1;
  top: 15px;
}
.pvp .pvp_title h2, .war_devias .war_devias_title h2 {
  text-transform: uppercase;
  font-weight: bolder;
}
.pvp .pvp_wrap .pvp_text, .war_devias .war_devias_wrap .war_text {
  border-width: 1px;
  border-style: solid;
  width: 100px;
}
.pvp .pvp_wrap .pvp_img img, .war_devias .war_devias_wrap .war_guild img {
  max-width: 64px;
  border-radius: 7px;
  border: 1px solid var(--indigo-gray-6);
}
.pvp .pvp_next_battle, .war_devias .war_next_battle {
  max-width: 250px;
  width: 100%;
  background-color: var(--indigo-gray-4);
  border: 1px solid var(--indigo-gray-6);
  border-radius: 11px;
  text-align: center;
  position: relative;
  margin: 10px 0;
  z-index: 1;
}






.war_devias {
  background: url(../img/war_bg.png) no-repeat;
}
.siege_event {
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_cs.png) no-repeat;
  background-size: 100%;
  border: 1px solid var(--indigo-gray-5);
}
.siege_event::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, var(--indigo-gray-1-opacity) 0%, var(--indigo-gray-2-opacity) 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.siege_event .siege_title {
  width: inherit;
  text-align: center;
  position: absolute;
  top: 15px;
  z-index: 1;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
.siege_event .siege_title h2 {
  text-transform: uppercase;
  font-weight: bolder;
}
.siege_event .siege_wrap {
  width: inherit;
  height: max-content;
  align-self: flex-end;
  bottom: 30px;
  position: relative;
  z-index: 1;
}
.siege_event .siege_result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.siege_event .siege_wrap_text {
  text-align: center;
  max-width: max-content;
  min-width: 100px;
}
.siege_event .siege_next_battle, .siege_result .siege_text {
  background-color: var(--indigo-gray-4);
  border: 1px solid var(--indigo-gray-6);
  border-radius: 11px;
  text-align: center;
}
.siege_event .siege_result img {
  border-radius: 7px;
  border: 1px solid var(--indigo-gray-6);
}
.siege_event .siege_next_battle {
  margin: 10px auto;
  max-width: 250px;
  width: 100%;
}

.pvp {
  background: url(../img/pvp_bg.png) no-repeat;
}


.page-container.bg-transparent .page-title{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}