.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.navbar-toggler {
    color: #fff
}

.tooltip-inner {
    border-radius: 0;
    font-size: 12px
}

.form-control {
    border-radius: 0
}

.badge {
    border-radius: 0
}

.btn {
    border-radius: 0
    background-color: #d09e3e;
}

.card {
    color: #6c757d;
    border-radius: 0
}

.card .card-header {
    padding: .5rem .75rem
}

.card .card-body {
    padding: .5rem
}

.card .card-footer {
    padding: .5rem
}

.page-item:last-child .page-link {
    border-radius: 0
}

.page-item:first-child .page-link {
    border-radius: 0
}

.page-item.active .page-link {
    background-color: #0c4053;
    border-color: #0c4053
}

.alert {
    border-radius: 0
}

.breadcrumb {
    border-radius: 0;
    background: #e5e5e5
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0
}

.list-group-item.active {
    background-color: #0c4053;
    border-color: #0c4053
}

.input-group-text {
    border-radius: 0
}

.nav-tabs .nav-link {
    border-radius: 0
}

.table-center td {
    vertical-align: middle
}

.pull-right {
    float: right
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: ;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc
}

.styled-checkbox:hover+label:before {
    border: 1px solid #0c4053
}

.styled-checkbox:focus+label:before {
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.styled-checkbox:checked+label:before {
    background: #0c4053;
    border: 1px solid #0c4053
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
    border-color: #c2bebe
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

.styled-radio {
    position: absolute;
    opacity: 0
}

.styled-radio+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex
}

.styled-radio+label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.styled-radio:hover+label:before {
    border: 1px solid #0c4053
}

.styled-radio:focus+label:before {
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.styled-radio:checked+label:before {
    background: #0c4053;
    border: 1px solid #0c4053
}

.styled-radio:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-radio:disabled+label:before {
    box-shadow: none;
    background: #ddd;
    border-color: #c2bebe
}

.styled-radio:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

@font-face {
    font-family: gisha;
    src: url(../fonts/gisha.ttf)
}

@font-face {
    font-family: gishabd;
    src: url(../fonts/gishabd.ttf)
}



h1.title {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 10px
}

h1.title .more {
    float: right;
    background: #b9b8b8;
    padding: 5px 8px;
    font-size: .7rem;
    color: #5b5b5b
}

h2.title {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.1rem;
    margin-bottom: 8px
}

h2.title .more {
    float: right;
    background: #b9b8b8;
    padding: 3px 5px;
    font-size: .7rem;
    color: #5b5b5b
}

.mw-main {
    background: #fff
}

.mw-main .mw-content {
    border-right: 1px solid #e5e5e5;
    margin-right: -1px;
    padding: 20px
}

.mw-main .mw-sidebar {
    border-left: 1px solid #e5e5e5
}

.mw-main .mw-sidebar .partial-login {
    background: #e5e5e5;
    padding: 15px
}

.mw-main .mw-sidebar .partial-login .forgot-password {
    margin-top: 10px
}

.mw-main .mw-sidebar .partial-login .social-login a {
    margin-right: 5px
}

.mw-main .mw-sidebar .partial-login .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.mw-main .mw-sidebar .partial-login ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mw-main .mw-sidebar .partial-login .services {
    margin-top: 10px
}

.mw-main .mw-sidebar .partial-login .form-control {
    margin-bottom: 5px
}

.mw-main .mw-sidebar .partial-login .form-control::placeholder {
    text-transform: uppercase;
    font-size: 11px
}

.mw-main .mw-sidebar .partial-login .btn {
    height: 65px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    background: #0c4053;
    width: 100%
}

.mw-main .mw-sidebar .language {
    text-align: center;
    margin-top: 10px
}

.mw-main .mw-sidebar .language .active {
    border: 2px solid #000
}

.mw-main .mw-sidebar .language img {
    vertical-align: text-bottom
}

.mw-main .mw-sidebar .servers {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px
}

.mw-main .mw-sidebar .servers .total {
    float: right;
    font-weight: 700
}

.mw-main .mw-sidebar .team {
    padding: 20px
}

.mw-main .mw-sidebar .team .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.mw-main .mw-sidebar .team ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mw-main .mw-sidebar .team ul li {
    margin: 3px 2px
}

.mw-main .mw-sidebar .tops-rankings {
    padding: 20px
}

.mw-main .mw-sidebar .tops-rankings .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.mw-main .mw-sidebar .tops-rankings .title .more {
    color: #000;
    background: #e5e5e5;
    padding: 2px 6px;
    float: right;
    font-size: 10px
}

.mw-main .mw-sidebar .tops-rankings table {
    width: 100%;
    margin-top: 5px
}

.mw-main .mw-sidebar .tops-rankings table th {
    background: #333540;
    color: #fff;
    font-weight: 400;
    padding: 5px
}

.mw-main .mw-sidebar .tops-rankings table td {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5
}

.mw-main .mw-sidebar .tops-rankings table .top-0 td {
    background: #eed369;
    border-bottom: 1px solid #eed369
}

.mw-main .mw-sidebar .tops-rankings table .top-1 td {
    background: #b7b4a9;
    border-bottom: 1px solid #b7b4a9
}

.mw-main .mw-sidebar .tops-rankings table .top-2 td {
    background: #af7940;
    border-bottom: 1px solid #af7940
}

.progress {
    border-radius: 0;
    padding: 3px
}

.offline {
    color: red
}

.online {
    color: green
}

.mw-fix-main {
    background: #0f0f0fc4;
    border-radius:5px;
    border: 1px solid #5b5855;
}

.mw-fix-main-top-class {
    background: url(../images/top-classes.png);
    background: #0f0f0fc4
    border-radius:5px;
    border: 1px solid #5b5855;
}

.mw-fix-main-rei {
    background: #0f0f0fc4;
    border-radius:5px;
    border: 1px solid #5b5855;
}

.mw-footer-links {
    margin: 50px 0;
    color: #fff
}

.mw-footer-links a {
    color: #fff
}

footer {
    height: 225px;
    margin-top: 40px;
    background: #000;
    background: url(../images/header.png)
}

footer a {
    color: #fff
}

/*footer .container {
    padding: 37px;
    display: flex
}

footer .container .logo {
    margin-right: 60px
}

footer .container .design-logo {
    margin-right: 60px
}*/

@media (max-width:992px) {
    .mw-navbar .nav-link {
        color: #fff;
        text-transform: uppercase
    }
    .mw-main .mw-content {
        border-right: 0;
        margin-right: 0
    }
    .mw-main .mw-sidebar {
        border-left: 0
    }
}

.mw-navbar .navbar-brand {
    width: 170px
}

.mw-navbar .navbar-brand img {
    width: 100%
}

@media (min-width:768px) {
    .pl0 {
        padding-left: 0
    }
    .pr0 {
        padding-right: 0
    }
}

@media (min-width:576px) and (max-width:992px) {
    .pll0 {
        padding-left: 0
    }
    .prl0 {
        padding-right: 0
    }
}

@media (min-width:992px) {
    .plc0 {
        padding-left: 0
    }
    .prc0 {
        padding-right: 0
    }
    .mw-navbar {
        padding: 0;
        height: 150px
    }
    .mw-navbar .navbar-brand {
        width: 240px
    }
    .mw-navbar .navbar-brand img {
        width: 100%
    }
    .mw-navbar .nav-item {
        margin: 0 15px
    }
    .mw-navbar .nav-item:last-child {
        margin-right: 0
    }
    .mw-navbar .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700
    }
    .mw-navbar .nav-link:hover {
        text-decoration: underline
    }
}

@media (max-width:576px) {
    .navbar-toggler {
        padding: 0
    }
    footer .container .logo {
        display: none
    }
    footer .container .design-logo {
        display: none
    }
    .mw-main .mw-content {
        padding: 10px
    }
}

@media (min-width:720px) and (max-width:992px) {
    .mw-main .mw-sidebar .partial-login .inputs-container .form-control {
        width: 222px
    }
}

@media (max-width:992px) {
    .mw-main {
        margin-top: 15px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .mw-main .mw-sidebar .partial-login .inputs-container .form-control {
        width: 125px
    }
    .mw-main .mw-sidebar .partial-login .inputs-container .btn {
        font-size: 13px
    }
}

.mw-header {
    overflow: auto;
    background: #000;
    padding: 20px
}

.mw-header .banners {
    width: 750px;
    min-height: 300px;
    float: left;
    margin-right: 20px
}

.mw-header .banners .slider-container {
    width: 100%
}

.mw-header .banners .slider-container .sy-pager {
    margin-top: -26px;
    z-index: 10;
    position: relative;
    text-align: left;
    padding-left: 7px;
    padding-bottom: 7px
}

.mw-header .banners .slider-container .sy-pager li {
    margin: 0 .5em 0 0;
    width: 1.5em;
    height: 1.5em
}

.mw-header .banners .slider-container .sy-pager li a {
    border-radius: 0
}

.mw-header .banners .slider-container .sy-pager li.sy-active a {
    background: #c97008
}

.mw-header .download {
    height: 191px;
    width: 300px;
    background: url(../images/registro.png);
    float: left;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px
}

.mw-header .download p {
    margin: 0;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.mw-header .download p spam {
    font-size: 37px;
    display: block;
    margin-top: -19px
}

.mw-header .download:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    text-decoration: none
}

.mw-header .block-links {
    width: 300px;
    float: left;
    display: table;
    border-collapse: collapse
}

.mw-header .block-links a {
    border: 1px solid #ababac;
    width: 149px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #eaeaea;
    display: table-cell
}

.mw-header .block-links a:hover {
    text-decoration: none;
    background: #323232
}

.resumed {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, .9);
    height: auto;
    transition: .3s
}

@media (min-width:992px) and (max-width:1200px) {
    .mw-header .banners {
        width: 600px
    }
    .mw-header .download {
        width: 270px;
        height: 150px
    }
    .mw-header .block-links {
        width: 270px
    }
    .mw-header .block-links a {
        width: 135px;
        height: 63px;
        line-height: 63px
    }
}

@media (max-width:576px) {
    .mw-header {
        padding: 0
    }
}

@media (max-width:992px) {
    .mw-header .banners {
        width: 100%
    }
    .mw-header .links {
        display: none
    }
}

#morpheus-popup-container {
    color: #000;
    font-size: 16px;
    font-family: gisha
}

#morpheus-popup-container .morpheus-popup-content {
    background-color: #fff
}

#morpheus-popup-container .morpheus-popup-message {
    padding: 0 10px
}

.morpheus-popup-btn {
    color: #fff!important;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #0c4053!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 9px 0!important
}

#morpheus-popup-cancel {
    background: #991919!important;
    color: #fff!important
}

.top-class { 
    padding: 15px; 
}

.top-class .title {
    line-height: 0px;
    height: 20px;
    padding: 0 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700
}

.top-class .title .fr {
}

.top-class .title .class {
    list-style: none;
    padding: 0;
    margin: 0
}

.top-class .title .class li {
    float: left;
    margin-left: 5px
}

.top-class .title .class li.active {
    border-bottom: 3px solid #6f6f6f;
    height: 60px
}

.top-class .title .class li img {
    height: 50px
}

.top-class .tab-content {
    display: none
}

.top-class .tab-content.active {
    display: block
}

.top-class .tab-content .top-class-content {
    height: 240px;
    position: ;
}

.top-class .tab-content .top-class-content img {
    position: absolute;
    bottom: 0px;
    left: 400px;
}

.top-class .tab-content .top-class-content .info {
    float: ;
    padding-top: 70px;
    width: 228px;
    color: #241313;
    font-size: 1rem
}

.top-class .tab-content .top-class-content .info h3 {
    font-size: 1.1rem;
    margin-bottom: 0
}

.top-class .tab-content .top-class-content .info .name {
    font-weight: 700;
    font-size: 1.8rem;
    color: #c41e11
}

.top-class .tab-content .top-class-content .info .btn {
    margin-top: 8px;
    text-transform: uppercase;
    background: #2b2927;
    color: #fff;
    border-color: #b59a83;
}

@media (max-width:992px) {
    .top-class .title .class li img {
        height: 30px
    }
    .top-class .tab-content .top-class-content img {
        width: 275px
    }
    .top-class .tab-content .top-class-content .info {
        width: 190px;
        padding-top: 20px
    }
}

@media (max-width:768px) {
    .top-class {
        border-right: 0;
        margin-right: 0
    }
    .top-class .title .class li img {
        height: 35px
    }
    .top-class .tab-content .top-class-content {
        font-size: .8px;
        height: 220px
    }
    .top-class .tab-content .top-class-content img {
        width: 300px
    }
    .top-class .tab-content .top-class-content .info {
        width: 200px;
        padding-top: 20px
    }
}

@media (max-width:576px) {
    .top-class .title {
        line-height: 50px;
        height: 113px;
        padding: 20px;
        padding-top: 10px
    }
    .top-class .title .class li {
        height: auto!important
    }
    .top-class .title .class li img {
        height: 30px
    }
    .top-class .tab-content .top-class-content {
        height: auto
    }
    .top-class .tab-content .top-class-content img {
        display: none
    }
    .top-class .tab-content .top-class-content .info {
        width: auto;
        float: none;
        padding: 20px
    }
    .top-class .fr {
        float: none!important
    }
}

.news-container {
    margin-bottom: 20px
}

.news-banner {
    width: 100%;
    height: 225px;
    background: #ccc;
    display: block
}

.news {
    list-style: none;
    margin: 0;
    padding: 0
}

.news li {
    border-bottom: 1px solid #d4d3d3;
    padding: 8px;
    font-size: .8rem
}

.news li .badge {
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: .6rem
}

.news li .created {
    float: right
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.comments li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #eaeaea
}

.comments li .avatar {
    width: 80px;
    margin-right: 10px
}

.comments li .desc {
    width: 100%
}

.comments li .desc .created {
    float: right
}

.comments li .desc .body {
    margin-top: 5px
}

@media (max-width:576px) {
    .news-banner {
        display: none
    }
}

.server-info {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8rem
}

.server-info li {
    padding: 5px;
    border-bottom: 1px solid #d68324
    color: #000
}

.server-info li .text {
    float: right;
    font-weight: 700
}

.events .event {
    padding: 5px 0
}

.events .event .time {
    float: right;
    background: #b9b8b8;
    padding: 1px 3px;
    color: #5b5b5b;
    font-size: .8rem
}

.events .event .time.bg-success {
    color: #fff
}

.webshop-products {
    margin: 0;
    padding: 0;
    list-style: none
}

.webshop-products li {
    height: 60px;
    display: flex
}

.webshop-products li .image {
    width: 55px;
    background: #b9b8b8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-right: 5px
}

.webshop-products li .image img {
    max-height: 55px;
    max-width: 55px
}

.webshop-products li .info {
    display: flex;
    align-items: center
}

.webshop-products li .info .name {
    font-weight: 700
}

.box-info-home {
    margin-bottom: 15px
}

.required {
    color: red
}

.bg-orange {
    background: #0c4053;
    color: #fff;
    text-transform: uppercase
}

.bg-orange:hover {
    color: #9fd2e3;
    background: #5bbaf5
}

.captcha {
    position: relative;
    width: 200px
}

.captcha img {
    border: 1px solid #ced4da;
    margin-bottom: 5px
}

.captcha .fa {
    position: absolute;
    top: 10px;
    right: 10px
}

.preloader {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 20px;
    right: 20px;
    height: 100%;
    z-index: 1000
}

.preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2c539e;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.preloader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #86b800;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.preloader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f5811e;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.alert ul {
    margin: 0;
    margin-left: 15px;
    padding: 0
}

.alert .title {
    font-weight: 700
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rankings table {
    margin-top: 10px
}

.rankings .top-1 td {
    background: #eed369;
    border-color: #eed369
}

.rankings .top-2 td {
    background: #b7b4a9;
    border-color: #b7b4a9
}

.rankings .top-3 td {
    background: #af7940;
    border-color: #af7940
}

@media (max-width:768px) {
    .rankings .nav {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .panel .list-group {
        margin-bottom: 20px
    }
}

.characters {
    display: flex;
    margin-top: 20px
}

.characters .character {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-bottom: 20px;
    margin-right: 20px
}

.characters .character:last-child {
    margin-right: 0
}

.characters .character.active {
    border-bottom: 3px solid #28a745
}

.packages .desc {
    height: 150px
}

.packages .desc img {
    max-height: 150px
}

.packages .price {
    font-size: 15px;
    float: right;
    color: #fff;
    margin-top: 4px
}

.shop .items .item {
    margin-bottom: 10px
}

.shop .items .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.shop .items .image img {
    max-height: 100px
}

.warehouse-extended {
    width: 259px;
    text-align: center;
    margin-bottom: 10px
}

.workshop {
    display: flex
}

.workshop .morpheus-warehouse {
    width: 259px;
    height: 483px;
    margin-right: 10px
}

.workshop .workshop-item {
    width: 100%
}

.workshop .upgrade-price {
    font-weight: 700
}

.workshop-upgrade-price {
    display: none
}

.workshop-upgrade-price .price span {
    margin-right: 4px
}

.workshop-inventory-container {
    display: flex;
    margin-top: 20px
}

.workshop-inventory-container .morpheus-inventory {
    margin-right: 10px
}

.workshop-inventory-container .workshop-item {
    width: 100%
}

.workshop-inventory-container .upgrade-price {
    font-weight: 700
}

.market-sell {
    display: flex
}

.market-sell .morpheus-warehouse {
    width: 259px;
    height: 483px;
    margin-right: 10px
}

.market-sell .market-item {
    width: 100%
}

.last-poll {
    padding: 0px
}

.last-poll .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.last-poll .last-poll-result {
    margin-top: 10px
}

.last-poll .poll {
    list-style: none;
    padding: 0;
    margin: 0
}

.last-poll .total-votes {
    margin-top: 10px
}

.ticket .message {
    margin-bottom: 10px
}

.ticket .helpdesk-messages {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.ticket .helpdesk-messages li {
    border-bottom: 1px dashed #eaeaea;
    padding: 5px
}

.ticket .helpdesk-messages .helpdesk-images {
    margin: 10px 0
}

.ticket .helpdesk-messages .created {
    float: right
}

.achievements .requirements .title,
.achievements .rewards .title {
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 700;
    text-align: center
}

.achievements .rewards ul {
    margin: 0;
    padding: 0;
    margin-left: 15px
}

.gateways .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gateways .image img {
    max-height: 60px
}

.lootbox .available-items {
    width: 120px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 120px;
    border-style: solid;
    border-width: 2px
}

.lootbox .available-items img {
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
    margin: 0 auto
}

.lootboxes-available {
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 19px
}

.lootbox-items .item .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lootbox-items .item .image img {
    max-height: 60px
}

.sy-pager li a:link, .sy-pager li a:visited {
    opacity: 1.0;
}

.sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #aa7229;
    text-indent: -9999px;
    -webkit-background-size: 2em 2em;
    background-size: 2em;
    border-radius: 20%;
}

.sy-pager li.sy-active a {
    background-color: #2a9dca;
}

.tops-rankings{
  padding: 20px;
}

.mw-main .mw-sidebar .tops-rankings .title{
  text-transform:uppercase;
  font-weight:700;
margin-bottom:3px
}

.mw-main .mw-sidebar .tops-rankings .title .more{
  color:#000;
  background:#e5e5e5;
  padding:2px 6px;
  float:right;
  font-size:10px
}

.mw-main .mw-sidebar .tops-rankings table{
  width:100%;
  margin-top:5px;
}

.mw-main .mw-sidebar .tops-rankings table th{
  background:#333540;
  color:#fff;
  font-weight:400;
  padding:5px;
}

.mw-main .mw-sidebar .tops-rankings table td{
  padding:5px;
  border-bottom:1px solid #e5e5e5;
}

.mw-main .mw-sidebar .tops-rankings table .top-0 td{
  background:#eed369;
  border-bottom:1px solid #eed369;
}

.mw-main .mw-sidebar .tops-rankings table .top-1 td{
  background:#b7b4a9;
  border-bottom:1px solid #b7b4a9;
}

.mw-main .mw-sidebar .tops-rankings table .top-2 td{
  background:#af7940;
  border-bottom:1px solid #af7940;
}