html,
body {
    color: #f7f3f3;
    background-color: #171718;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}


.site-logo {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -10px;
    /* aproxima da barra */
    position: relative;
    z-index: 999;
}

.site-logo img {
    width: 500px;
    /* ajuste como quiser */
}


#news .panel-title {
    font-size: 20px;
    color: #fffef0e6;
}

.info {
    font-family: 'Zen Dots';
    cursive;
}

.Content .Border_2 {
    margin: 4px;
    padding: 0px;
    background-color: #793d03;

}

.Content .Border_3 {
    margin: 1px;
    border-top: 1px solid #793d03;
    border-bottom: 1px solid #793d03;
}

.bg-body {
    padding: 15px;
    background: #1f1e1e;
    border-radius: 6px;

    /* AURA MAIS FORTE E MAIS PRA FORA */
    box-shadow:
        0 0 35px rgba(255, 255, 255, 0.12),
        /* brilho bem mais externo */
        0 0 25px rgba(255, 255, 255, 0.08),
        /* brilho adicional */
        inset 0 0 0px rgba(255, 255, 255, 0.08);
    /* profundidade interna */
}

.bg-body-2 {
    padding: 5px;
    background: #1f1e1e;
    border-radius: 6px;

    /* AURA MAIS FORTE E MAIS PRA FORA */
    box-shadow:
        0 0 35px rgba(255, 255, 255, 0.12),
        /* brilho bem mais externo */
        0 0 25px rgba(255, 255, 255, 0.08),
        /* brilho adicional */
        inset 0 0 0px rgba(255, 255, 255, 0.08);
    /* profundidade interna */
}



.topnav {
    width: 1200px;
    /* mesma largura da wrapper */
    margin: 10px auto;
    /* centraliza horizontalmente */
    height: 110px;
    background: url(../images/nav.png);
}




.wrapper {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.create-button {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 500;
    padding: 18px;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px -14px 20px #000000;
    border: solid #FFFFFF 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.create-button:hover {
    border: solid #95ABBB 2px;
    background: #5A58DD;
    background-image: -webkit-linear-gradient(top, #5A58DD, #1D2070);
    background-image: -moz-linear-gradient(top, #5A58DD, #1D2070);
    background-image: -ms-linear-gradient(top, #5A58DD, #1D2070);
    background-image: -o-linear-gradient(top, #5A58DD, #1D2070);
    background-image: -webkit-gradient(to bottom, #5A58DD, #1D2070);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.container-nav-left {
    width: 1100px;
    margin: 0;
    margin-right: 50px;
    padding: 0;
    float: left;
    text-align: left;
    z-index: 1
}



.nav-decor {
    height: 45px;
    margin-top: -10px;
}

.nav-decor--2 {
    height: 50px;
    margin-top: -15px;
}

.nav-decor--1 {
    height: 45px;
    margin-top: -10px;
    margin-left: -15px;
    /* ajuste como quiser */
}


.container-nav-left ul {
    display: flex;
    justify-content: flex-end;
    gap: 60px
}

.container-nav-right ul {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}

.topnav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 0;
    margin: 0
}

.topnav ul li {
    display: inline;
    z-index: 1
}

.topnav ul li a {
    text-align: justify;
    color: #CDCDB4 !important;
    /*F2F5A9*/
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    -webkit-transition: color linear .06s;
    transition: color linear .06s;
    font-family: 'Arial';
    font-weight: normal;

}

.topnav ul li a:hover {
    color: #FFFF00 !important
}

.nav-active {
    color: #FFFF00 !important
}

.banner-text {
    height: 415px;
    width: 273px;
    text-align: center;
    background: url(../images/server-status-bottom-hover.png) no-repeat -9999px -9999px
}

.banner-text h1 {
    padding-top: 120px;
    color: #b18b38;
    font-weight: 700;
    font-size: 45px;
}

.banner-text p {
    color: #aaa7a7;
    font-size: 14px;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    background: url(../images/server-status-top-hover.png) no-repeat -9999px -9999px
}

.play-button {
    background: url(../images/download-button.png);
    height: 82px;
    width: 167px;
    margin: 0 auto;
    margin-top: 0px;
    float: right;
    -webkit-transition: all linear .15s;
    transition: all linear .15s
}

.play-button:hover {
    background: url(../images/download-button-hover.png)
}

.left-side {
    width: 595px;
    display: inline-block;
    background: url(../images/download-button-hover.png) no-repeat -9999px -9999px
}

.about-box {
    background: url(../images/about-box.png);
    height: 145px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3)
}

.about-box h1 {
    color: #7e6633;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    padding-top: 24px;
    padding-left: 14px
}

.about-box p {
    color: #5b5350;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    line-height: 16px
}

#topic {
    background: url(../images/bg.png);
    min-height: 600px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3)
}

.main-box h1 {
    color: #7e6633;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    padding: 25px;
    text-align: center
}

.main-box h2 {
    color: #7e6633;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    padding: 25px;
    text-align: center
}

.main-box {
    color: #5b5350;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    line-height: 16px
}

.main-box label {
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    line-height: 16px
}

#vote_user {
    padding: 8px;
    border-radius: 6px;
    border: none
}

.top-hs {
    margin-top: 6px;
    width: 100%
}

.top-hs table {
    margin-left: 12px;
    margin-top: 41px;
    border-spacing: 0
}

.top-hs th {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 1px 1px #000;
    padding-bottom: 13px;
    border: 0
}

.top-hs td {
    font-size: 22px;
    text-shadow: 0 1px 1px #000;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 10px
}

.top-hs tr:hover {
    background: rgba(255, 255, 255, .017);
    cursor: pointer
}

.top-hs tr:hover:first-child {
    background: 0 0
}

.top-hs .hs-rank {
    color: #68635f;
    font-weight: 700
}

.top-hs .hs-name {
    color: #5b4f35;
    font-weight: 700
}

.right-side {
    float: right;
    display: inline-block;
    width: 361px;
    margin-top: -1px
}

.server-status {
    height: 201px;
    background: url(../images/server-status-bg.png);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3);
    margin-bottom: 10px;
    text-decoration: none
}

.server-status h1 {
    color: #7e6633;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    padding-left: 14px;
    padding-top: 16px;
    margin-bottom: 10px
}

.server-top {
    background: url(../images/server-status-top.png);
    -webkit-transition: all linear .15s;
    transition: all linear .15s
}

.server-top:hover {
    background: url(../images/server-status-top-hover.png)
}

.server-bottom {
    background: url(../images/server-status-bottom.png);
    -webkit-transition: all linear .15s;
    transition: all linear .15s
}

.server-bottom:hover {
    background: url(../images/server-status-bottom-hover.png)
}

.server-status a {
    text-decoration: none
}

.status {
    width: 349px;
    height: 75px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2px;
    text-decoration: none
}

.server-text-container {
    padding-top: 14px;
    padding-left: 29px
}

.server-text-container img {
    display: inline;
    margin-bottom: -5px
}

.server-text-container p {
    text-shadow: 0 1px 1px #000;
    font-weight: 700;
    text-decoration: none
}

.server-text-top {
    display: inline;
    color: #5b4f35;
    font-size: 12px;
    line-height: 18px
}

.server-text-bottom {
    color: #4a4340;
    font-style: italic;
    font-size: 12px;
    margin: 0
}

.video-box {
    height: 292px;
    background: url(../images/video-box.png);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3)
}

.video-box h1 {
    color: #7e6633;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    padding-left: 14px;
    padding-top: 16px;
    margin-bottom: 20px
}

.video-container {
    width: 338px;
    height: 196px;
    position: relative;
    margin: 0 auto;
    background: url(../images/video-container.png)
}

.video {
    margin: 11px
}

.video-top {
    color: #5b4f35;
    font-size: 12px;
    text-shadow: 0 1px 1px #000;
    font-weight: 700;
    padding-left: 18px;
    padding-top: 1px;
    margin: 0
}

.video-bottom {
    color: #4a4340;
    font-style: italic;
    font-size: 12px;
    text-shadow: 0 1px 1px #000;
    font-weight: 700;
    padding-left: 23px;
    padding-top: 2px;
    margin: 0
}

.video-bottom a {
    color: #68635f;
    text-decoration: none;
    -webkit-transition: all linear .08s;
    transition: all linear .08s
}

.video-bottom a:hover {
    color: #8d8680
}

.top-players {
    margin-top: 6px;
    background: url(../images/top-players-bg.png);
    height: 349px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3)
}

.top-players h1 {
    color: #7e6633;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    padding-left: 14px;
    padding-top: 23px
}

.top-players table {
    margin-left: 12px;
    margin-top: 41px;
    width: 345px;
    border-spacing: 0
}

.top-players th {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0 1px 1px #fff;
    padding-bottom: 13px;
    border: 0
}

.top-players td {
    font-size: 12px;
    text-shadow: 0 1px 1px #fff;
    color: #fff;
    text-align: center;
    line-height: 20px
}

.top-players tr:hover {
    background: rgba(255, 255, 255, .017);
    cursor: pointer
}

.top-players tr:hover:first-child {
    background: 0 0
}

.top-players .hs-rank {
    color: #68635f;
    font-weight: 700
}

.top-players .hs-name {
    color: #5b4f35;
    font-weight: 700
}

.jssorb05 {
    position: absolute
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer
}

.jssorb05 div {
    background-position: 0 0
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -35px 0
}

.jssorb05 .av {
    background-position: -35px 0
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -35px 0
}



.slider-container {
    height: 179px;
    width: 587px;
    margin: 4px;
    top: 6px;
    bottom: 0
}

.news {
    height: 166px;
    background: url(../images/news-box-bg.png);
    margin-top: 7px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3)
}

.news:last-child {
    margin-top: 6px
}

.news-title {
    display: inline-block;
    width: 470px;
    float: left;
    margin-top: 13px;
    margin-left: 5px
}

.news-title img {
    position: absolute;
    margin-top: 8px
}

.news-title-top {
    text-decoration: none;
    color: #7e6633;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    text-shadow: 0 1px 1px #000;
    -webkit-transition: all linear .06s;
    transition: all linear .06s
}

.news-title-top:hover {
    color: #c6a152
}

.news-title-bottom {
    color: #4a4340;
    font-size: 12px;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    padding-top: 3px;
    text-shadow: 0 1px 1px #000
}

.news-username {
    text-decoration: none;
    margin: 0;
    color: #654f30;
    text-shadow: 0 1px 1px #000;
    -webkit-transition: all linear .06s;
    transition: all linear .06s
}

.news-username:hover {
    color: #917245
}

.post-body {
    color: #59504b;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 1px #000;
    padding-left: 5px;
    padding-top: 10px
}

.read-more {
    float: right;
    margin-top: -20px;
    width: 85px;
    height: 28px;
    background: url(../images/read-more.png);
    -webkit-transition: all linear .1s;
    transition: all linear .1s
}

.read-more:hover {
    background: url(../images/read-more-hover.png)
}

.read-more-text {
    font-size: 10px;
    color: #746e6a;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-decoration: none;
    padding-left: 12px;
    line-height: 5px
}

footer {
    background: url(../images/footer-bg.png) center top;
    height: 176px;
    width: 100%
}

.footer-img {
    display: inline-block;
    float: left
}

.footer-main {
    padding-top: 25px;
    float: left;
    margin-left: 30px
}

.footer-main p {
    color: #4a4340;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    padding-bottom: 4px;
    font-weight: 700
}

.footer-ul {
    display: inline-block;
    float: left;
    padding-top: 5px;
    margin-left: 80px
}

.footer-ul li {
    display: block !important
}

.footer-ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #4a4340;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all linear .06s;
    transition: all linear .06s
}

.footer-ul li a:hover {
    color: #766760
}

.footer-ul-active {
    color: #766760 !important
}

.pull-right {
    float: right;
    margin-left: 0
}

.push-down {
    padding-top: 30px
}

.box1 {
    background-color: #d5c0a1;
    border: 2px solid #000;
    -webkit-box-shadow: 5px 5px 10px #000;
}

.box1 {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 10pt;
    color: #5A2800;
}

.box {
    background-color: #d5c0a1;
    border: 1px solid #1C1C1C;
    -webkit-box-shadow: 5px 5px 15px 2px #8B795E;
}

.form-input {
    display: block;
    width: 60%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.dark {
    background-color: #1C1C1C;
    color: #fff;
}

.dropdownLayout-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000000;
    border: 1px solid #fff;
    border-radius: 4px;
    z-index: 9999 !important;
}


.dropdownLayout-menu.pull-right {
    right: 0;
    left: auto
}

.dropdownLayout-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdownLayout-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdownLayout-menu>li>a:focus,
.dropdownLayout-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdownLayout-menu>.active>a,
.dropdownLayout-menu>.active>a:focus,
.dropdownLayout-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdownLayout-menu>.disabled>a,
.dropdownLayout-menu>.disabled>a:focus,
.dropdownLayout-menu>.disabled>a:hover {
    color: #777
}

.dropdownLayout-menu>.disabled>a:focus,
.dropdownLayout-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdownLayout-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdownLayout-menu-right {
    right: 0;
    left: auto
}

.dropdownLayout-menu-left {
    right: auto;
    left: 0
}

.pull-right>.dropdownLayout-menu {
    right: 0;
    left: auto
}

.dropup .dropdownLayout-menu,
.navbar-fixed-bottom .dropdown .dropdownLayout-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdownLayout-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdownLayout-menu-left {
        right: auto;
        left: 0
    }


}

.nav-tabs.nav-justified>.dropdown .dropdownLayout-menu {
    top: auto;
    left: auto
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdownLayout-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdownLayout-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdownLayout-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdownLayout-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdownLayout-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdownLayout-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdownLayout-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdownLayout-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdownLayout-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }

}

@media (max-width: 1200px) {

    body {
        width: 1200px;
    }

}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdownLayout-menu .divider {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdownLayout-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }

}

.SubmenuitemLabel {
    margin: 0px;
    border-top: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #4b7874;
    overflow: hidden;
}

.letterMenu {
    font-weight: 700;

}

.white {
    color: #fff;
}

/* container da lista dentro do widget */
.topic-sidebar--widget .topic-list--content {
    padding: 8px 10px;
}

/* cada linha */
.top10-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 6px;
}

/* espaço entre linhas */
.top10-item+.top10-item {
    margin-top: 6px;
}

/* ícone de vocação */
.top10-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 30px;
    image-rendering: -webkit-optimize-contrast;
    /* deixa nítido */
}

/* nome do player — MAIOR e alinhado */
.top10-name {
    color: #fff;
    font-size: 13.5px;
    /* ↑ ajuste aqui se quiser maior/menor */
    font-weight: 600;
    text-decoration: none;
    flex: 1 1 auto;
    /* ocupa o meio */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* corta com "..." se for muito longo */
}

/* nível — sempre alinhado à direita, largura fixa */
.top10-level {
    min-width: 48px;
    /* garante alinhamento vertical da coluna */
    text-align: right;
    font-weight: 700;
    font-size: 13.5px;
    color: #cfcfcf;
}

/* hover sutil para dar destaque */
.top10-item:hover {
    background: rgba(255, 255, 255, .06);
}

.online-box {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

.online-box p {
    margin: 0;
    padding: 0;
}

.server-status-card {
    display: grid;
    gap: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.server-status-card p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.server-status-card p.server-save-row {
    flex-direction: column;
    gap: 4px;
}

.server-status-card.is-online p.server-save-row > span:first-child,
.server-status-card.is-offline p.server-save-row > span:first-child {
    color: #fff;
}

.server-status-card.is-online p:first-child span {
    color: #22c55e;
}

.server-status-card.is-offline p:first-child span {
    color: #ef4444;
}

.server-status-card.is-online p:last-child span {
    color: #22c55e;
}

.server-status-card.is-offline p:last-child span {
    color: #ef4444;
}

/* Separa os blocos da coluna esquerda como na coluna direita */
.col-md-3 .topic-sidebar--widget--wiki {
    margin-top: 30px !important;
}

/* Campos de texto */
input[type="text"],
select {
    color: #ffffff !important;
    /* texto branco */
    background-color: #2a2a2a !important;
    /* fundo mais vis�vel */
    border: 1px solid #555 !important;
}

/* Placeholder (texto de exemplo dentro do campo) */
input::placeholder,
select option[disabled] {
    color: #bbbbbb !important;
}

/* Bot�o */
input[type="submit"] {
    color: #ffffff !important;
    /* texto branco */
    background-color: #564a4a !important;
    /* fundo igual aos outros bot�es */
    border: 1px solid #777 !important;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #6a5a5a !important;
}

/* Inputs dentro dos formul�rios da p�gina */
#topic input[type="text"],
#topic input[type="password"],
#topic select {
    width: 213px;
    /* diminui a largura */
    padding: 2px 4px;
    /* deixa compacto */
    font-size: 14px;
    background: #222;
    border: 1px solid #555;
    color: #fff;
    border-radius: 4px;
}


/* Placeholder claro */
form ul input::placeholder {
    color: #ccc !important;
}

/* Labels (Current password:, New password:, etc.) */
form ul li {
    color: #fff !important;
    font-size: 15px;
}

/* Bot�o */
form ul input[type="submit"] {
    background: #564a4a !important;
    color: #fff !important;
    border: none !important;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 3px;
}

form ul input[type="submit"]:hover {
    background: #564a4a !important;
}

#topic input[type="submit"] {
    padding: 2px 4px;
    font-size: 14px;
}

form ul li:last-child {
    margin-top: 10px;
    /* ajuste como quiser */
}

input[type="submit"] {
    margin-top: 3px;
    /* pode aumentar se quiser mais espa�amento */
}

.topic-sidebar--widget .topic-list-header--title i.fa-search+span,
.topic-sidebar--widget .topic-list-header--title {
    font-size: 14px !important;
}

.gcfg p {
    color: #ffffff !important;
    font-size: 18px;
}



/* For�a todo texto dentro da gcfg a ficar branco, inclusive avisos e erros */
.gcfg,
.gcfg p,
.gcfg b,
.gcfg strong,
.gcfg span,
.gcfg li,
.gcfg small,
.gcfg font,
.gcfg label,
.gcfg .warn,
.gcfg .hint,
.gcfg a {
    color: #ffffff !important;
}

.create-guild-title {
    color: #fff !important;
    font-weight: bold;
}
