@import url('https://fonts.googleapis.com/css2?family=Chau+Philomene+One&family=Rajdhani&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
}
body {
    width: 100%;
    background: url("../img/body4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 12px;
}
.top {
    width: 100%;
    margin: auto;
}
table {
    border-collapse: collapse;
    text-align: center;
    margin: auto;
    width: 100%;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    color: white;
    text-shadow: 2px 2px 2px #000000;
}
.rank_img img {
    width: 40px;
}
h1 {
    text-align: center;
    padding: 1% 0% 0% 0%;
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-size: 19px;
}
th {
    padding: .6%;
    background: red;
}
tr:hover {
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
}
.trtop:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.trleft {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
}
.trright {
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
}
.trnone {
    border-bottom: 1px solid red;
}
.tr1 {
    background: rgba(0,0,0, 0.6);
}
.tr2 {
    background: rgba(0, 0, 0, 0.4)
}
.th_player, .td_player {
    text-align: left;
    padding:.2% 1%;
}
td {
    cursor: pointer;
}
td a {
    color: white;
    text-shadow: 2px 2px 2px #000000;
}
.td_player {
    vertical-align:bottom;
}
.th_player {
    padding:0 3%;
}
.th_avatar {
    background: none;  
}
.td_avatar img {
    width:90%;
    display: flex;
}
.tdhs {
    padding:0 1%;
}
.pctj {
    background: rgba(20, 217, 2, 0.2);
    border: .1px solid #3fbf2e;
    font-size: 12px
}
.pctjr {
    background: #46bf2e;
    color: white;
}
.footer {
    text-align: center;
    color: black;
    margin: 2%;
}
a {
    text-decoration: none;
}
.footer {
    color: white;
    text-shadow: 2px 2px 2px #000000;
}
.footer a {
    color: red;
    font-weight: bold;
}
.icon-th {
    width: 50%;
}
.icon-wpn {
    width: 90%;
    display: flex;
    filter: brightness(100);
}
.flag {
    width: 13px;
}
h2 {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 1% 0;
    background: rgba(0,0,0,.5);
    margin-top: 15%;
}
.stats {
    width: 80%;
    margin: 5% auto;
    color: white;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
}
.topbox {
    background: rgba(0, 0, 0, 0.3);
    display: flow-root;
}
.topbox .box-left {
    width: 18%;
    float: left;
}
.topbox .box-left img {
    width: 90%;
    padding: 5%;
}
.topbox .box-right {
    width: 77%;
    float: left;
    margin: 1.5% 0% 1.5% 0%;
    padding: 0 2% 0 2%;
    border-left: 1px dashed #3B3B3B;
}
.box-right p {
    padding: .1% .5%;
    border-bottom: 1px dotted #3B3B3B;
}
.box-right p span {
    color: #9F9E9E;
    float: right;
}
.box-right p span a {
    color: red;
    text-decoration: underline;
}
.box-right span img {
    width: 12px;
}
.midbox table {
    border-collapse: separate;
    box-shadow: none;
    font-size: 10px;
}
.midbox tr:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.midbox table th {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.midbox table td {
    background: rgba(0,0,0,.5);
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.bottombox tr:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.bottombox th {
    font-size: 10px;
}
.bottombox td {
    padding: 0%;
    font-size: 10px;
    padding: .5%;
}
.bottombox td img {
    width:60px;
    float: left;
    filter: brightness(100);
}
.bottombox .pctj {
    background: rgba(217,71,2,0.2);
    border: .1px solid #46bf2e;
    font-size: 10px
}
.bottombox .pctjr {
    background: #4bbf2e;
    color: white;
}
.box-right .rank {
    width:30px;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #B0B0B0;
}
::-webkit-scrollbar-thumb {
    background: red;
}
::-webkit-scrollbar-thumb:hover {
    background: #4bbf2e;
}