/* Rankings Ezio — layout Paragon (x500.paragon-mu.com/rankings.html) */

.ezio-page--rankings .content-page {
    max-width: 100%;
}

.ezio-rankings-paragon .ezio-rankings-subtitle {
    text-align: center;
    margin-bottom: 12px;
}

.ezio-rankings-paragon .tabrow {
    text-align: center;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 24px;
    height: auto;
    min-height: 26px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
}

.ezio-rankings-paragon .tabrow li {
    background: #252525;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 -5px;
    padding: 0 20px;
}

.ezio-rankings-paragon .tabrow a {
    color: #ffffff;
    text-decoration: none;
}

.ezio-rankings-paragon .tabrow li.selected {
    color: #ffffff;
    z-index: 2;
    background-color: #363636;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000000;
    border: 1px solid #363636;
}

.ezio-rankings-paragon .tabrow:before {
    position: absolute;
    content: " ";
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #363636;
    z-index: 1;
}

.ezio-rankings-paragon .custom_button {
    background: #191825 !important;
    border: 1px solid #37364c;
    color: #fff;
    font-size: 12px;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    cursor: pointer;
    min-height: 30px;
    line-height: 8px;
    margin: 5px;
    transition: 0.2s all ease !important;
    display: inline-block;
}

.ezio-rankings-paragon .custom_button:hover,
.ezio-rankings-paragon .custom_button.is-active {
    filter: brightness(120%);
    color: #fff;
    border-color: #5a5975;
}

.ezio-rankings-paragon .custom_button--alt {
    opacity: 0.92;
}

.ezio-rankings-paragon .ranking-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.ezio-rankings-paragon .ranking-table tr td,
.ezio-rankings-paragon .ranking-table tr th {
    padding: 1rem !important;
}

.ezio-rankings-paragon .ranking-table td {
    border-right: 1px solid #292e42;
    text-align: center;
    font-size: 14px;
}

.ezio-rankings-paragon .ezio-rankings-class-image,
.ezio-rankings-paragon img.rankings-class-image {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}

.ezio-rankings-paragon .ranking-table td.ezio-rankings-class-cell {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

.ezio-rankings-paragon .ranking-table td.ezio-rankings-gens-cell {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

.ezio-rankings-paragon .rankings-gens-img,
.ezio-rankings-paragon .ezio-rankings-gens-img {
    max-height: 32px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

.ezio-rankings-paragon .ranking-table tr th {
    text-align: center !important;
    background: linear-gradient(180deg, #1e2640 0%, #141a2e 100%);
    color: #aebdd4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ezio-rankings-paragon .ranking-table tbody tr {
    transition: 0.2s all ease;
}

.ezio-rankings-paragon .ranking-table tbody tr:nth-child(odd) {
    background-color: #1a1b25;
}

.ezio-rankings-paragon .ranking-table tbody tr:nth-child(even) {
    background-color: #13131e;
}

.ezio-rankings-paragon .ranking-table tbody tr:hover {
    box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.45);
    color: #00ffae;
}

.ezio-rankings-paragon .ranking-table tbody tr:hover a {
    color: #00ffae;
}

.ezio-rankings-paragon .ranking-table td a {
    color: #dce6f4;
    text-decoration: none;
}

.ezio-rankings-paragon .ranking-table td a:hover {
    color: #00ffae;
}

.ezio-rankings-paragon .ezio-rankings-cache-time {
    text-align: right;
    padding-top: 15px;
    font-size: 10px;
    color: #a0522d;
}

.ezio-rankings-paragon .ezio-rankings-search-wrap {
    text-align: left;
    margin-top: 18px;
}

.ezio-rankings-paragon .ezio-rankings-search-title {
    padding: 5px 5px 0 2px;
    letter-spacing: 1px;
    font-size: 25px;
    color: #ffdda9;
    font-weight: 700;
    margin: 0 0 10px;
}

.ezio-rankings-paragon .ezio-rankings-search-form input[type="text"] {
    width: 100%;
    min-width: 220px;
    background: #040609;
    border: 1px solid #36383a;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
}

.ezio-rankings-paragon .ezio-rankings-class-filter {
    margin: 12px 0;
}

.ezio-rankings-paragon .ezio-rankings-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ezio-rankings-paragon .ezio-rank-ml-sup {
    color: #ff4444;
    font-size: 0.75em;
    margin-left: 2px;
    font-weight: 700;
    vertical-align: super;
    line-height: 0;
}

@media (max-width: 768px) {
    .ezio-rankings-paragon .custom_button {
        min-width: 140px;
    }

    .ezio-rankings-paragon .ranking-table tr td,
    .ezio-rankings-paragon .ranking-table tr th {
        padding: 0.65rem !important;
        font-size: 12px;
    }
}
