@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--scrollbar-background);
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-background);
}

::selection {
    color: var(--selection-color);
    background: var(--selection-background);
}


/*
 * ---------------------------------------------
 * 2 - Basic Styles
 * ---------------------------------------------
 */

body, html {
    font-family: Inter, sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}


/*
 * ---------------------------------------------
 * 3 - Statistics
 * ---------------------------------------------
 */

body, html {
    font-family: Inter, sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

td {
    white-space: nowrap
}

label {
    display: contents;
    margin-bottom: 0
}

.nav-tabs {
    margin-bottom: 10px
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #bc1c1c;
        cursor: default;
        background-color: #262122;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        color: #bc1c1c;
        border: 0px solid #282727;
        background-color: #262122;
    }

    .nav-tabs.nav-justified > li > a {
        border: 0px solid #282727;
        background: none !important;
        color:#B0B0B0;
        font-size: 18px;
        font-weight: 400;
        border-radius: 0
    }
    
    .nav-tabs a:hover {
        color: #bc1c1c !important;
    }

.heading-icon {
    height: 15px;
    width: 15px;
    margin-right: 10px
}

.rust-stats {
    animation: fadeIn 0.25s;
}

.rust-stats a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: 400;
}

.rust-stats a:hover {
    color: var(--link-color-hover);
}

.rust-stats .dataTables_wrapper .rust-stats-table {
    margin: 0 !important;
    width: 100% !important;
    border-collapse:separate;
    border-spacing: 0;
    border: 0;
    
}

.rust-stats table thead th {
    padding: 10px;
    color: var(--table-header-color);
    font-size: 14px;
    font-weight: 400;
    border: 0;
}

.rust-stats table thead th.rust-stats-rank-heading {
    width: 0px;
    font-weight: 400;
}

.rust-stats table thead .rust-stats-heading-icon {
    height: 16px;
    width: 16px;
}

    .rust-stats table tbody td {
        padding: 10px;
        font-size: 14px;
        font-weight: 200;
    }
.rust-stats table tbody tr:nth-child(even) td {
 font-weight: 200;
 background-color: #161616;
}

.rust-stats table th, .rust-stats table td {
    text-align: center !important;
}

.rust-stats table th:nth-child(2), .rust-stats table td:nth-child(2) {
    text-align: left !important;
    font-weight: 400;
}

.rust-stats .rust-stats-avatar {
    width: 25px;
    height: 25px;
    border: 1px solid #282727;
    border-radius: 0px;
    vertical-align: middle;
    margin-right: 3px;
}

.rust-stats .rust-stats-server-selection {
    display: inline-block;
}

.rust-stats .rust-stats-server-selection .rust-stats-server-select {
    background: var(--input-background);
    border: 0;
    padding: 10px;
    color: var(--input-color);
    font-weight: 400;
    border-radius: 0;
    display: inline-block;
    margin-right: 2px;
    height: 36px;
}

.rust-stats .rust-stats-server-selection .rust-stats-server-select:focus {
    background: var(--input-background-focus);
    border: 0;
    box-shadow: none;
    outline: 0;
}

.rust-stats .rust-stats-server-selection .rust-stats-server-select option {
    border-radius: 0 !important;
    background: var(--input-background);
    color: var(--input-color);
    padding: 5px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #282727;
    padding: 10px;
    color: var(--input-color);
    vertical-align: bottom;
    margin-left: 0;
    border-radius: 0;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    
}

.dataTables_wrapper .dataTables_filter input:focus {
    background: none;
    border: 1px solid #282727;
    outline: 0;
    vertical-align: bottom;
    border-radius: 0;
    font-weight: 300;
    padding: 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {

    margin-top: 15px;
    padding-left: 10px;
    color: var(--text-color);
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color);
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_processing>div:last-child>div {
    border: 1px solid #282727;
    padding: 6px 12px;
    border-radius: 0;
    background: none;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--text-color) !important;
    font-weight: 200;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    color: var(--text-color) !important;
    font-weight: 200;
    background: none;
    justify-content: center;
align-items: center;
    
}
