body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed';
    /* background-color: #01498A; */
    color: white;
}

@media only screen and (max-width : 1200px) {
    .leaderboard-header {
        width: 100%;
        display: block;
        margin: 80px auto 0;
    }

    .leaderboard-header-title {
        width: 100%;
        display: flex;
        margin: 50px auto 20px auto;
    }

    .leaderboard-header-title-text {
        display: flex;
        margin: auto;
        font-size: 20px;
        font-family: 'Oswald';
        text-transform: uppercase;
        text-align: center;
    }

    .leaderboard-header-searching {
        width: 100%;
        display: block;
        margin: 50px auto 0;
    }

    .leaderboard-header-searching-title {
        width: 100%;
        display: flex;
        margin: 10px auto;
    }

    .leaderboard-header-searching-title-text {
        display: flex;
        margin: auto;
        font-size: 20px;
        text-align: center;
    }

    .leaderboard-header-searching-input {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }

    .leaderboard-header-searching-inputfield {
        width: 350px;
        height: 40px;
        margin: 10px;
        background-color: #0E2949;
        box-shadow: 0 0 0 1px black;
        border: none;
        border-radius: 20px;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        color: #ffffff;
    }

    .leaderboard-header-searching-inputfield:focus {
        outline: none;
    }

    .leaderboard-header-searching-inputfield::placeholder {
        color: #ffffffc7;
    }

    .leaderboard-header-searching-button {
        width: 250px;
        height: 40px;
        margin: 10px;
        display: flex;
    }

    .leaderboard-header-searching-button-text {
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        margin: auto;
    }

    .leaderboard-header-pages {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .leaderboard-header-pages-button {
        width: 150px;
        height: 30px;
        margin-left: 10px;
        display: flex;
    }

    .leaderboard-header-pages-button-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
        color: white;
        text-transform: uppercase;
    }

    .button-enabled {
        background-color: #1354D1;
    }

    .button-disabled {
        background-color: transparent;
    }

    .leaderboard-header-regions {
        display: flex;
        flex-flow: row wrap;
        width: 90%;
        margin: 10px auto;
    }

    .leaderboard-header-regions-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 5px auto;
        width: 150px;
        height: 30px;
    }
    
    .leaderboard-header-regions-filter-p {
        display: flex;
        margin: auto;
    }

    .leaderboard-header-regions-scroll {
        width: 100%;
        display: none;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        margin: auto;
        background-color: #161a26;
        border-radius: 10px;
        outline: 2px solid black;
    }

    .leaderboard-header-region {
        display: flex;
        margin: 5px;
        min-width: 130px;
        max-width: 130px;
        height: 25px;
    }

    .leaderboard-header-region-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .loading-ranking {
        width: 100px;
        display: flex;
        margin: auto;
    }

    .leaderboard-content {
        width: 90%;
        display: flex;
        margin: 50px auto 50px auto;
    }

    .leaderboard-content-view {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        box-sizing: border-box;
    }

    .leaderboard-item {
        width: 100%;
        height: 60px;
        background-color: rgb(28, 35, 50);
        box-shadow: 0 0 0 2px black;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        cursor: pointer;
    }

    .leaderboard-item a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .leaderboard-item-rank {
        width: 80px;
        height: 100%;
        display: flex;
        margin: auto;
    }

    .leaderboard-item-rank-text {
        width: 100%;
        display: flex;
        margin: auto 10px;
        text-align: center;
        font-size: 13px;
        font-family: 'Lilita One';
    }

    .leaderboard-item-icon {
        width: auto;
        height: 80%;
        display: flex;
        margin: auto;
    }

    .leaderboard-item-icon-img {
        height: 100%;
        display: flex;
        margin: auto;
    }

    .leaderboard-item-details {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        box-sizing: border-box;
        margin: auto 10px;
    }

    .leaderboard-item-name {
        width: 100%;
        margin: auto 0;
        font-size: 17px;
        font-family: 'Oswald';
        text-align: left;
    }

    .leaderboard-item-role {
        width: 100%;
        margin: auto 0;
        font-size: 15px;
        text-align: left;
    }

    .leaderboard-item-club {
        width: 100%;
        margin: auto 0;
        font-size: 15px;
        text-align: left;
        color: #ffffffc9;
    }

    .leaderboard-item-member {
        width: 100%;
        margin: auto 0;
        font-size: 13px;
        text-align: left;
        color: #ffffffc9;
    }

    .leaderboard-item-trophy {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .leaderboard-item-trophy-img {
        width: 25px;
        height: 25px;
        display: flex;
        margin: auto 10px;
    }

    .leaderboard-item-trophy-text {
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        margin: auto 5px;
    }
}

@media only screen and (min-width : 1200px) {
    .loading-ranking {
        display: flex;
        justify-content: center;
    }

    .leaderboard-header {
        padding: 70px 0 0;
        width: 100%;
        display: block;
    }

    .leaderboard-header-title {
        width: 100%;
        display: flex;
        margin: 50px auto;
    }

    .leaderboard-header-title-text {
        display: flex;
        margin: auto;
        font-size: 30px;
        font-family: 'Oswald';
        text-transform: uppercase;
        text-align: center;
    }

    .leaderboard-header-searching {
        width: 100%;
        display: block;
        margin: 50px auto;
    }

    .leaderboard-header-searching-title {
        width: 100%;
        display: flex;
        margin: 10px auto;
    }

    .leaderboard-header-searching-title-text {
        display: flex;
        margin: auto;
        font-size: 20px;
        text-align: center;
    }

    .leaderboard-header-searching-input {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }

    .leaderboard-header-searching-inputfield {
        width: 300px;
        height: 35px;
        background-color: #0E2949;
        border: 1px solid black;
        border-width: 1px 1px 5px 1px;
        border-radius: 20px;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        color: #ffffff;
    }

    .leaderboard-header-searching-inputfield:focus {
        outline: none;
    }

    .leaderboard-header-searching-button {
        width: 250px;
        height: 40px;
        margin: auto 0 auto 10px;
        display: flex;
    }

    .leaderboard-header-searching-button-text {
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        margin: auto;
    }

    .leaderboard-header-pages {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .leaderboard-header-pages-button {
        width: 150px;
        height: 30px;
        margin-left: 10px;
        display: flex;
    }

    .leaderboard-header-pages-button-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
        color: white;
        text-transform: uppercase;
    }

    .button-enabled {
        background-color: #1354D1;
    }

    .button-disabled {
        background-color: transparent;
    }

    .leaderboard-header-regions {
        display: flex;
        flex-flow: row wrap;
        width: 50%;
        margin: 20px auto;
    }

    .leaderboard-header-regions-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 5px auto;
        width: 150px;
        height: 30px;
    }
    
    .leaderboard-header-regions-filter-p {
        display: flex;
        margin: auto;
    }

    .leaderboard-header-regions-scroll {
        width: 100%;
        display: none;
        /* display: flex; */
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        margin: auto;
        background-color: #161a26;
        /* background-color: #002E59; */
        border-radius: 10px;
        outline: 2px solid black;
    }

    .leaderboard-header-region {
        display: flex;
        margin: 5px;
        min-width: 130px;
        max-width: 130px;
        height: 25px;
    }

    .leaderboard-header-region-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .leaderboard-content {
        width: 50%;
        display: flex;
        margin: 10px auto;
    }

    .leaderboard-content-view {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        box-sizing: border-box;
    }

    .leaderboard-item {
        width: 100%;
        height: 60px;
        background-color: rgb(28, 35, 50);
        box-shadow: 0 0 0 1px black;
        display: flex;
        margin: 0 auto;
        cursor: pointer;
    }

    .leaderboard-item:hover {
        background-color: #093d8d;
    }

    .leaderboard-item a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .leaderboard-item-rank {
        width: 80px;
        height: 100%;
        display: flex;
        margin: auto 10px;
    }

    .leaderboard-item-rank-text {
        width: 100%;
        display: flex;
        margin: auto 10px;
        text-align: center;
        font-size: 13px;
        font-family: 'Lilita One';
    }

    .leaderboard-item-icon {
        width: auto;
        height: 80%;
        display: flex;
        margin: auto 10px;
    }

    .leaderboard-item-icon-img {
        width: 100%;
        height: 100%;
        display: flex;
        margin: auto;
        padding: 0 10px;
    }

    .leaderboard-item-details {
        width: 50%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        box-sizing: border-box;
        margin: auto 10px;
    }

    .leaderboard-item-name {
        width: 100%;
        margin: auto 0;
        font-size: 20px;
        font-family: 'Oswald';
        font-weight: 200;
        text-align: left;
    }

    .leaderboard-item-role {
        width: 100%;
        margin: auto 0;
        font-size: 15px;
        text-align: left;
    }

    .leaderboard-item-club {
        width: 100%;
        margin: auto 0;
        font-size: 15px;
        font-family: 'Oswald';
        font-weight: 200;
        text-align: left;
        color: #ffffffc9;
    }

    .leaderboard-item-member {
        width: 100%;
        margin: auto 0;
        font-size: 13px;
        text-align: left;
        color: #ffffffc9;
    }

    .leaderboard-item-trophy {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        margin: auto 0 auto auto;
    }

    .leaderboard-item-trophy-img {
        width: 30px;
        height: 30px;
        display: flex;
        margin: auto;
    }

    .leaderboard-item-trophy-text {
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 5px;
    }
}