* {
    margin:0;
    padding:0
}
.Timeupdatecategory {
    /* background: url(../img/category.png) no-repeat center; */
    background: #ff5200;
    background-size: cover;
    width: 273px;
    FONT-SIZE: 20px;
    height: 41px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
}



.tittle-category3 {
    background: #c71233;
    background-size: cover;
    width: 220px;
    height: 24px;
    color: #ffab24;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex
;
    align-items: center;
    padding: 5px;
    justify-content: left;
}



.content-category-column2 {
    display: flex;
    flex-direction: column;
    padding: 0px 50% 0px 7%;
}


.wiki-container {
  display: flex;
  height: auto;
}
.wiki-menu {
    BACKGROUND: #ffffff6b;
    width: 15%;
    padding: 20px;
    /* max-height: 100vh; */
    max-height: max-content;
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    border-radius: 10px;
    top: 0;
}
.wiki-menu::-webkit-scrollbar,.wiki-content::-webkit-scrollbar {
    width:5px
}
.wiki-menu::-webkit-scrollbar-thumb,.wiki-content::-webkit-scrollbar-thumb {
    background-color:#fab13d;
    border-radius:4px
}
.wiki-menu::-webkit-scrollbar-thumb:hover,.wiki-content::-webkit-scrollbar-thumb:hover {
    background-color:#aaa
}
.wiki-menu ul {
    list-style:none;
    padding:0;
    text-align:left;
    margin-bottom:10px
}
.wiki-menu li {
    padding: 7px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    transition: 0.4s;
}
.wiki-menu li i {
    margin-right:5px
}
.wiki-menu li:hover {
    color:#333;
    background:rgb(241,241,241)
}
.wiki-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 20px 0px 20px 0px;
  max-height: none;
  height: 10%;
  transition: opacity 0.5s ease-in-out;
  flex-grow: 1;
  justify-content: center;
}
.hidden {
    display:none
}
.loading-spinner {
    display:none;
    border:4px solid rgba(0,0,0,0.1);
    border-left-color:#fab13d;
    border-radius:50%;
    width:40px;
    height:40px;
    animation:spin 1s linear infinite;
    position:absolute
}
@keyframes spin {
    from {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(360deg)
    }
}
/*
.category-tittle {
    margin-top:40px
}
*/
.menu-toggle {
    display:none;
    position:fixed;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    background:#fab13d;
    border:none;
    padding:12px;
    border-radius:5px;
    cursor:pointer;
    font-size:22px;
    color:#fff;
    z-index:1100;
    box-shadow:2px 2px 10px rgba(0,0,0,0.3)
}
.category-tittle-banner {
    color:#333;
    font-size:1.6em;
    font-weight:500;
    text-transform:uppercase
}
.category-tittle-banner strong {
    color:white
}
.tittle-category {
    background:url(../img/category.png) no-repeat center;
    background-size:cover;
    width:220px;
    height:40px;
    color:white;
    text-align:center;
    border-radius:4px;
    margin-bottom:5px;
    display:flex;
    align-items:center;
    justify-content:center
}
.banner-category {
    background:url(../img/teste.png) no-repeat center;
    background-size:cover;
    width:740px;
    min-height:130px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    box-shadow:0 5px 20px rgba(0,0,0,0.5)
}
.content-category {
    display:flex;
    width:80%;
    padding:0px 20px 0px 20px
}
.content-category-column {
    display:flex;
    flex-direction:column;
    width:80%;
    padding:0px 20px 0px 20px
}
.content-category-row {
    display:flex;
    flex-direction:row;
    width:80%;
    padding:0px 20px 0px 20px
}
.tittle-category2  {
    background: url(../img/category.png) no-repeat center;
    background-size: cover;
    width: 220px;
    height: 24px;
    color: white;
    /* text-align: center;
    */
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: left;
}
.titulos3 {
    align-items: center;
    background: url(../img/category.png) no-repeat center;
    background-size: cover;
    height: 40px;
    color: white;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 9px;
    display: flex
    ;
    align-items: center;
    justify-content: center;
}
.simple-table-wiki {
    border-collapse:collapse
}
.simple-table-wiki td,.simple-table-wiki th {
    border:1px solid #ccc;
    padding:8px;
    text-align:left;
    border-radius:4px
}
.simple-table-command {
    border-collapse:collapse
}
.simple-table-command td,.simple-table-command th {
    border:1px solid #ccc;
    padding:8px;
    text-align:left;
    border-radius:4px
}
.list-wiki li {
    border-bottom:1px solid #ccc;
    padding:10px
}
.wiki-status-bar {
    display:flex;
    margin-left:auto;
    gap:20px;
    color: #000000;
    padding:0px 2px;
    transition:0.5s
}
.quick-menu {
    display:flex;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin:40px 0px 40px 0px
}
.bg-quick-menu {
        background: rgb(4 136 157);
    background-size:cover;
    width:220px;
    height:60px;
    color:white;
    text-transform:uppercase;
    text-align:center;
    border-radius:4px;
    margin-bottom:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.4s
}
.bg-quick-menu i {
    color:#fab13d;
    margin-right:5px
}
.bg-quick-menu:hover {
    opacity:0.4
}
ul {
    list-style:none
}
a {
    text-decoration:none
}
body {
    background:url(../img/bg2.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    margin-top:71px;
    font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    scroll-behavior:smooth
}
.section {
    background:rgb(255 255 255 / 61%);
    display:flex;
    flex-direction:column;
    padding:25px 40px 25px 40px;
    position:relative;
    flex-wrap:wrap;
    z-index:1
}
.news,.woe {
    display:flex;
    position:relative;
    flex-direction:column;
    box-sizing:border-box;
    background:rgba(255, 255, 255, 0.9);
    padding:20px 40px;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    z-index:10
}
.slider-container {
    position:relative;
    max-width:1280px;
    width:100%;
    height:400px;
    overflow:visible;
    background-color:transparent;
    margin:0 auto
}
.slide {
    display:none;
    width:100%;
    height:500px;
    color:#3a5274;
    box-sizing:border-box;
    text-align:center
}
.slide.active {
    display:flex;
    justify-content:center;
    align-items:center;
    animation:fadeIn 1s ease-in-out
}
@keyframes fadeIn {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
.slide-content {
    display:flex;
    justify-content:center;
    align-items:center;
    width:auto;
    height:auto
}
.slide-content img {
    max-width:100%;
    height:auto
}
@keyframes rotateFromBottom {
    0% {
        transform:rotateX(90deg);
        opacity:0
    }
    100% {
        transform:rotateX(0deg);
        opacity:1
    }
}
.slide-content button {
    color:#686868;
    font-weight:500;
    letter-spacing:-1px;
    font-size:16px;
    width:200px;
    height:111px;
    border:none;
    cursor:pointer;
    flex-wrap:wrap;
    position:relative
}
.nuvem-left {
    background:url(../img/nuvem-left.png);
    width:100%;
    transform-origin:bottom;
    animation:rotateFromBottom 1.5s ease;
    animation-fill-mode:forwards
}
.nuvem-right {
    background:url(../img/nuvem.png);
    width:100%;
    transform-origin:bottom;
    animation:rotateFromBottom 1.5s ease;
    animation-fill-mode:forwards
}
.slide-content button:hover {
    color:#f39d11;
    transition:0.4s
}
.slide-content button i {
    margin-right:5px;
    color:#f39d11
}
.slider-controls {
    position:absolute;
    left:50%;
    bottom:-10px;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:10
}
.slider-controls button {
    padding:10px 20px;
    background-color:#333;
    box-shadow:0 5px 20px rgba(0,0,0,0.5);
    color:white;
    border:none;
    cursor:pointer;
    z-index:1000
}
.slider-controls button:hover {
    background-color:#555
}
.shadow {
    box-shadow: 0 -8px 20px rgb(255 255 255 / 75%);
}
.tittle {
    display:flex;
    color:#fab13d;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:-1px;
    font-size:1.4em;
    justify-content:center;
    align-items:center;
    gap:5px
}
.sub-tittle {
    display:flex;
    color:#333;
    justify-content:center;
    letter-spacing:-1px;
    margin-bottom:10px
}
.divisor-tittle {
    width:100px;
    height:1px;
    background:#dbdbdb;
    bottom:0
}
.category-tittle {
    color:#333;
    font-size:1.2em;
    font-weight:500;
    text-transform:uppercase
}
.tittle strong,.category-tittle strong {
    color:#fab13d
}
.section-bg {
    position:relative
}
.section-bg img {
    position: absolute;
    bottom: -78px;
    left: -39px;
}
#infor {
    display:flex;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
    gap:40px
}
.status,.infor-geral,.numbers-acc-guild-perso {
    display:flex;
    flex-direction:column;
    text-align:center;
   /* padding:20px;
    gap:10px;*/
}
.status span,.numbers-acc-guild-perso span {
    font-size:1.2em;
    font-weight:500;
    color:#333
}
.infor-geral {
    text-align:left
}
.infor-geral li {
    color:#333;
    margin-bottom:5px
}
.infor-geral li span {
    font-weight:500;
    color:#333
}
.infor-geral li i {
    color:green;
    margin-right:5px
}
.view-all {
    text-align:center;
    margin-top:10px
}
.view-all a {
    color:#fab13d;
    font-weight:500;
    font-size:17px
}
.view-all a:hover {
    color:#333;
    transition:0.4s
}
.tabs {
    display:flex;
    justify-content:center;
    margin-bottom:5px;
    margin-top:20px;
    gap:1px
}
.tab-button {
    padding:10px 20px;
    background-color:#333;
    color:white;
    border:none;
    cursor:pointer;
    font-size:16px;
    border-radius:4px 4px 0px 0px;
    transition:background-color 0.3s ease,transform 0.3s ease
}
.tab-button.active,.tab-button:hover {
    background-color:#fab13d
}
.tab-content {
    display:none;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    opacity:0;
    transition:opacity 0.5s ease
}
.tab-content.active {
    display:flex;
    opacity:1
}
.news .item {
    /* background: url(../img/bgnews.png) no-repeat center; */
    /* background-size: cover; */
    padding: 10px;
    box-sizing: border-box;
    max-width: 280px;
    min-width: 280px;
    height: 286px;
    border-radius: 4px;
    /* box-shadow: 0 1px 15px rgba(58, 82, 116, 0.6); */
    display: flex;
    margin: 0 auto;
}
.news .item:hover {
    animation:pulse 2s infinite
}
.news .cover {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px
}
.news .label {
    font-weight:bold;
    font-size:13px;
    margin:10px 0;
    color:white
}
.news .label i {
    color:#fab13d
}
.news .date {
    margin-top:10px;
    font-size:0.9em;
    color:#525252
}
.news .content .title h3 {
    /*margin:5px 0;*/
    color:white
}
.news .content .description {
    height:120px;
    font-size:1em;
    color:#70767e
}
.news-slider {
    display:block;
    overflow:hidden;
    position:relative;
    width:100%
}
.news-slide {
    flex:0 0 auto;
    width:280px;
    padding:10px;
    margin:5px
}
.news-slider:empty,.guild-slide:empty {
    justify-content:center
}
.slick-news-next:hover,.slick-news-prev:hover,.slick-ranking-next:hover,.slick-ranking-prev:hover,.slick-woe-next:hover,.slick-woe-prev:hover {
    color:#333;
    transition:0.4s
}
.infor-complementares {
    display:flex;
    justify-content:center;
    width:auto;
    flex-wrap:wrap
}
.one-infor,.two-infor {
    margin-top:50px;
    padding:5px;
    text-align:left;
    display:flex;
    flex-direction:column;
    width:350px;
    height:auto;
    color:#525252
}
.one-infor-tittle {
    color:#fab13d;
    font-weight:500
}
.container-responsive {
    max-width:1280px;
    width:100%;
    margin:0 auto
}
.ranking-pvp {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:250px
}
.img-left {
    position:absolute;
    bottom:40px;
    right:300px
}
.img-right {
    position:absolute;
    bottom:40px;
    left:300px
}
.ranking-slider {
    overflow:hidden;
    position:relative;
    width:60%
}
.ranking-slide {
    height:220px;
    margin:25px 15px;
    background:white;
    box-shadow:0 2px 15px rgba(58,82,116,0.6);
    padding:10px;
    border-radius:5px;
    flex-shrink:0;
    text-align:center;
    align-items:center
}
.primeiro-colocado,.iconeranking {
    display:flex;
    justify-content:center
}
.iconeranking {
    gap:30px
}
.class-image {
    width:50px;
    height:94px;
    overflow:hidden;
    display:inline-block;
    position:relative
}
.class-image img {
    width:100px;
    height:94px;
    transition:transform 0.3s ease-in-out
}
.class-image.male img {
    transform:translateX(0)
}
.class-image.female img {
    transform:translateX(-50px)
}
.ranking-slide p {
    font-weight:500;
    margin:0;
    padding:5px 0
}
.categoryposition {
    padding:4px;
    font-size:1em;
    color:#333
}
.categoryname {
    color:#fab13d
}
.woe-container {
    max-width:1280px;
    min-height:350px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center
}
.guild-flag {
    background:url(../img/castle-flag.png) no-repeat center;
    height:162px;
    display:flex;
    justify-content:center;
    align-items:center
}
.guild-flag img {
    position:relative;
    top:15%
}
.guild-slider {
    overflow:hidden;
    position:relative;
    width:60%
}
.guild-slide {
    height:280px;
    margin:25px 15px;
    background:white;
    box-shadow:0 2px 15px rgba(58,82,116,0.6);
    padding:10px;
    border-radius:5px;
    flex-shrink:0;
    text-align:center;
    align-items:center
}
.guild-info {
    padding:5px
}
.guild-slider .slick-slide {
    text-align:center;
    padding:10px;
    box-sizing:border-box
}
.slick-pvp,.slick-woe,.slick-news {
    display:flex;
    justify-content:center;
    margin-top:10px
}
.slick-ranking-next,.slick-ranking-prev,.slick-woe-prev,.slick-woe-next,.slick-news-next,.slick-news-prev {
    background:transparent;
    border:none;
    cursor:pointer;
    color:#fab13d;
    font-size:30px;
    margin:0 10px
}
.footer {
    height:234px;
    max-width:100%;
  /*  background:url(../img/bg-footer.png) no-repeat;*/
    background-size:cover;
    position:relative;
  /*  box-shadow:0 -8px 20px rgba(58,82,116,0.6);*/
  /*  border-top:1px solid #333;*/
    z-index:1
}
.footer-bgcontent {
    width:100%;
    height:234px;
    display:flex;
  /*  background:rgba(2,2,2,0.5);*/
    overflow:hidden;
    align-items:center
}
.responsive-footer {
    display:flex;
    max-width:1280px;
    width:100%;
    margin:0 auto
}
.footerlogo,.copyright,.right-section {
    flex:1
}
.copyright {
    color:white;
    text-align:center;
    padding:30px 0
}
.copyright strong a {
    color:#fab13d
}
.footerlogo {
    margin-left:30px
}
.footerlogo a,.social a {
    color:white;
    opacity:0.9
}
.right-section {
    display:flex;
    flex:1;
    justify-content:flex-end;
    margin-right:40px
}
.social a {
    font-size:1.8em;
    margin:0 5px
}
.social a:hover {
    color:#fab13d;
    transition:0.4s
}
.gepard {
    position:relative;
    margin-top:-30px;
    opacity:0.8
}
#backToTop {
    font-size:1.6em;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:99;
    border:none;
    outline:none;
    background-color:rgba(0,0,0,0.7);
    color:white;
    cursor:pointer;
    padding:10px;
    border-radius:4px;
    opacity:0;
    pointer-events:none;
    transition:opacity 0.3s ease;
    animation:pulse 2s infinite
}
#backToTop:hover {
    background-color:#555
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(100,100,100,0.8);
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center
}
.reveal-right,.reveal-left,.reveal-top,.reveal-list li {
    opacity:1;
    transform:translateY(0)
}
.progress-bar {
    width:30%;
    height:10px;
    background-color:#0ec2cb;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #555
}
.progress {
    width:0;
    height:100%;
    background-color:#e8e9e9;
    transition:width 0.2s ease-in-out
}
.main-content {
    opacity:0;
    transition:opacity 0.5s ease
}
.main-content.loaded {
    opacity:1
}
.submenuclass {
  /*  height: 150px;
    background:rgba(255,255,255,0.8); */
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.submenuclasscont {
    display: flex;
    gap: 7px;
    font-size: 15px;
    background: linear-gradient(to right, #ffffffde 42%, #ffffffd1 100% 100%);
    width: 90%;
    padding: 15px;
    margin: 56px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(58, 82, 116, 0.6);
}
.submenuclass a {
    color:#8b8b8b;
    padding:0px 2px
}
.submenuclass a:hover {
    color:#f39d11;
    transition:0.5s
}
.closebtn {
    position:absolute;
    top:0;
    right:10px;
    color:white;
    font-size:20px;
    cursor:pointer
}
.php-alert {
    text-align:center;
    padding:20px;
    background-color:black;
    color:white;
    opacity:1;
    transition:opacity 0.6s;
    border-radius:4px;
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:1000
}
@keyframes pulse {
    0% {
        transform:scale(1)
    }
    50% {
        transform:scale(1.05)
    }
    100% {
        transform:scale(1)
    }
}
.message {
    background:rgba(255,255,255,0.8);
    color:red;
    text-align:center
}
.container-flux {
    display:flex;
    flex-direction:column;
    align-items:center;
    min-height:60vh;
    /*background:rgba(255,255,255,0.8);*/
    color:#535353
}
.content {
    flex-grow:1;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:left
}
.newsDiv {
    background: rgb(197 230 239 / 76%);
    width:85%;
    padding:14px;
    margin-bottom:40px;
    border-radius:15px;
    -webkit-box-shadow:0 8px 20px rgba(58,82,116,0.6);
    box-shadow:0 8px 20px rgba(58,82,116,0.6)
}
.align-text h3,.align-text p {
    text-align:center
}
h2 {
    color:#fab13d;
    font-weight:500;
    font-size:1.2rem;
    margin-bottom:5px;
    justify-content:center
}
.newsDiv h4 {
    color:#555;
    font-size:1.2rem;
    margin-bottom:10px
}
.newsCont {
    padding-bottom:10px;
    border-radius:5px;
    margin-bottom:30px;
    color:#fff;
    border-bottom:1px solid #dbdbdb
}
.newsCont p {
    color:#555;
    font-size:1rem
}
.newsDate {
    color:#555;
    font-weight:500;
    display:block;
    margin-bottom:10px
}
.news_link {
    color:#fab13d;
    font-weight:bold;
    display:inline-block;
    margin-top:10px;
    text-transform:uppercase;
    transition:color 0.3s ease
}
.news_link:hover {
    color:#555
}
input {
    padding:7px;
    border-radius:4px;
    border:1px solid #ccc;
    transition:border-color 0.3s,box-shadow 0.3s
}
select {
    padding:6px;
    border-radius:4px;
    color:#333;
    border:1px solid #ccc
}
input:focus,select:focus {
    border-color:#fab13d;
    box-shadow:0 0 5px rgba(250,168,15,0.5);
    outline:none
}
.empty-cart-message {
    background:white
}
.textarea textarea {
    width:400px;
    height:200px
}
.AccountsViewForm,.low-AccountsViewForm {
    font-size:12px;
    margin:20px 0;
    padding:15px;
    border-radius:4px;
    color:#555;
    border:1px solid #d8d8d8
}
.low-AccountsViewForm {
    display:flex;
    flex-direction:column
}
.low-row {
    display:flex;
    flex-direction:row;
    align-items:baseline
}
.low-field-select {
    display:flex;
    align-items:baseline;
    gap:10px
}
.low-field {
    display:flex;
    flex-direction:column;
    margin-left:10px
}
.row {
    display:flex;
    justify-content:space-between;
    margin-bottom:10px
}
.field {
    flex:1 1 calc(20% - 10px);
    display:flex;
    flex-direction:column
}
.field label {
    margin-bottom:5px;
    font-weight:500;
    color:#555
}
.field input[type="text"] {
    padding:8px;
    border-radius:4px;
    border:1px solid #ccc;
    width:60%
}
.field select {
    padding:8px;
    border-radius:4px;
    border:1px solid #ccc;
    width:68%
}
input[type="submit"],input[type="button"] {
    margin-top:20px;
    padding:10px 20px;
    background:#0056b3;
    color:white;
    border:none;
    cursor:pointer
}
input[type="submit"]:hover,input[type="button"]:hover {
    background:#004494
}
input[type="submit"],input[type="button"] {
    margin-top:20px;
    padding:10px 20px;
    background:#0056b3;
    color:white;
    border:none;
    cursor:pointer
}
input[type="submit"]:hover,input[type="button"]:hover {
    background:#004494
}
.note a {
    color:#fab13d
}
.newsDiv a {
    color:#fab13d
}
.submitOut input[type="submit"],.low-AccountsViewForm input[type="submit"],.low-AccountsViewForm input[type="button"],.AccountsViewForm input[type="submit"],.AccountsViewForm input[type="button"],.generic-form-table input[type="submit"],.generic-form-table button[type="submit"],.vertical-table input[type="submit"],.horizontal-table input[type="submit"],.generic-form-table input[type="button"] {
    flex-basis:100%;
    background:#fab13d;
    color:white;
    padding:10px 20px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    font-weight:bold
}
.AccountsViewForm input[type="submit"]:hover,.AccountsViewForm input[type="button"]:hover,.low-AccountsViewForm input[type="submit"]:hover,.low-AccountsViewForm input[type="button"]:hover {
    background:#555;
    transition:0.4s
}
.table-respon {
    overflow-x:auto
}
.vertical-table {
    width:100%;
    margin:20px auto;
    border-collapse:collapse;
    background:rgba(255,255,255,0.9);
    -webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);
    box-shadow:0 4px 8px rgba(0,0,0,0.1);
    border-radius: 30px;
    overflow:hidden
}
.vertical-table tr {
    font-size:12px
}
.vertical-table th,.vertical-table td {
    padding:15px;
    text-align:left;
    border-bottom:1px solid #ddd;
    color:#3a5274
}
.vertical-table th {
    background-color:#fab13d;
    color:#f6bf66;
    font-weight:bold
}
.vertical-table tr:nth-child(even) {
    background-color:#f6bf66
}
.vertical-table tr:hover {
    background-color:#ddd
}
.vertical-table caption {
    caption-side:top;
    font-size:1.5em;
    margin:10px;
    color:#f6bf66
}
.horizontal-table {
    font-size:0.8em;
    width:100%;
    margin:20px auto;
    border-collapse:collapse;
    background:rgba(255,255,255,0.9);
    -webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);
    box-shadow:0 4px 8px rgba(0,0,0,0.1);
    border-radius:4px;
    overflow:hidden
}
.horizontal-table th,.horizontal-table td {
    padding:5px;
    text-align:left;
    border-bottom:1px solid #ddd;
    color:#3a5274
}
.vertical-table {
    width:80%;
    margin:20px auto;
    border-collapse:collapse;
    background:rgba(255,255,255,0.9);
    -webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);
    box-shadow:0 4px 8px rgba(0,0,0,0.1);
    border-radius:4px;
    overflow:hidden
}
.horizontal-table th a {
    color:white
}
.vertical-table th,.vertical-table td,.generic-form-table th,.generic-form-table td {
    padding:15px;
    text-align:left;
    border-bottom:1px solid #ddd;
    color:#555
}
.vertical-table td a,.horizontal-table td a {
    color:#fab13d
}
.vertical-table th,.horizontal-table th {
    background-color:#fab13d;
    color:white;
    font-weight:bold
}
.vertical-table tr:nth-child(even),.horizontal-table tr:nth-child(even) {
    background-color:white
}
.vertical-table tr:hover,.horizontal-table tr:hover {
    background-color:#ddd
}
.vertical-table caption,.horizontal-table caption {
    caption-side:top;
    font-size:1.5em;
    margin:10px;
    color:#f6bf66
}
.linkdownload a {
    color:white;
    font-size:17px;
    padding:15px;
    background:#fab13d
}
.linkdownload i {
    color:#f39d11
}
.linkdownload a:hover {
    background:#f39d11;
    transition:0.4s
}
@media (max-width:480px) {
    .wiki-menu {
        width:80%
    }
}
@media (max-width:768px) {
    .wiki-menu {
        display:none;
        width:60%;
        position:fixed;
        top:0;
        left:0;
        background:white;
        box-shadow:2px 2px 10px rgba(0,0,0,0.2);
        height:100vh;
        z-index:1000
    }
    .menu-toggle {
        display:block
    }
    .wiki-content {
        width:100%
    }
    .wiki-menu.open {
        display:block
    }
    .img-right {
        left:0px
    }
    .img-left {
        right:0
    }
    body {
        margin-top:62px
    }
    .container-flux {
        padding:10px
    }
    h2 {
        font-size:1.8rem
    }
    .newsDiv h4 {
        font-size:1.2rem
    }
    .newsCont {
        padding:10px
    }
}
@media (max-width:1024px) {
    .img-left {
        right:0
    }
    .img-right {
        left:0px
    }
    .ranking-slide {
        width:280px;
        height:220px;
        margin:15px 15px
    }
    .news .content .description {
        height:140px
    }
    .news .label {
        margin:0
    }
    .slide-content button {
        width:200px;
        height:111px;
        font-size:14px;
        margin-right:10px
    }
    .dp-none {
        display:none
    }
}
@media (max-width:1440px) {
    .img-left {
        right:0px
    }
    .img-right {
        left:0px
    }
}