body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed';
    /* background-color: #01498A; */
    color: white;
}

@media only screen and (max-width : 1200px) {
    .loading-search {
        width: 100px;
        display: flex;
        margin: auto;
    }

    .search-content {
        width: 100%;
        margin: 100px auto;
    }

    .search-content-header {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }

    .search-content-header-name {
        width: 100%;
        text-align: center;
    }

    .search-content-header-input {
        display: flex;
        margin: 20px auto;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .search-content-header-inputfield {
        width: 200px;
        height: 30px;
        text-align: center;
        color: white;
        display: flex;
        margin: auto;
    }

    .search-content-header-input-button {
        width: 130px;
        height: 30px;
        margin: auto auto auto 5px;
        display: flex;
    }

    .search-content-header-input-button-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .review-search {
        width: 100%;
        display: block;
    }

    .review-search-header {
        width: 95%;
        height: 150px;
        display: flex;
        margin: 100px auto 50px;
        box-shadow: 0 0 0 2px black;
        border-radius: 20px;
        overflow: hidden;
        background-color: #0e131d;
        /* background: linear-gradient(90deg, rgb(0, 117, 255, 0), rgb(0, 117, 255, 100)); */
    }

    .review-search-header-content {
        width: 100%;
        height: 100%;
        display: flex;
        margin: auto;
    }

    .review-search-header-texts {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 10px;
    }

    .review-search-header-name {
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-family: 'Oswald';
        font-weight: bold;
        display: flex;
        margin: 0 auto;
    }

    .review-search-header-tag {
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-family: 'Oswald';
        font-weight: 600;
        display: flex;
        margin: 0 auto;
    }

    .review-search-header-clubname {
        width: 100%;
        text-align: left;
        font-size: 15px;
        display: flex;
        margin: 10px auto;
    }

    .review-search-header-player-icon {
        width: 250px;
        height: 100%;
        display: flex;
        margin: 0 0 0 auto;
    }

    .review-search-header-player-img {
        height: 100%;
    }

    .review-search-stat {
        width: 100%;
        display: flex;
        margin: 10px auto;
    }

    .review-search-stat-content {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        box-sizing: border-box;
        justify-content: center;
    }

    .review-search-stat-item {
        width: 150px;
        height: 40px;
        background-color: #161a26;
        box-shadow: 0 0 0 1px black;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 10px;
    }

    .review-search-stat-item-img {
        width: 30px;
        display: flex;
    }

    .review-search-stat-item-value {
        font-size: 13px;
        text-align: right;
        margin-right: 5px;
    }

    .review-search-brawlers {
        width: 95%;
        display: flex;
        margin: 20px auto 50px auto;
    }

    .review-search-brawlers-content {
        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 10px;
    }

    .leaderboard-item-rank-text {
        width: 100%;
        display: flex;
        margin: auto 10px;
        text-align: center;
        font-size: 13px;
    }

    .leaderboard-item-icon {
        width: auto;
        height: 80%;
        display: flex;
        margin: auto 10px;
    }

    .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;
    }

    .leaderboard-item-name {
        width: 100%;
        margin: auto 0;
        font-size: 20px;
        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 {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .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-right: 5px;
    }
}

@media only screen and (min-width : 1200px) {

    .loading-search {
        width: 100px;
        display: flex;
        margin: auto;
    }

    .search-content {
        display: flex;
        justify-content: center;
        margin: 200px auto;
        width: 50%;
    }

    .search-content-header {
        width: 70%;
        display: flex;
        flex-flow: row wrap;
        box-sizing: border-box;
        margin: auto;
    }

    .search-content-header-name {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        margin: 0 auto 20px;
    }

    .search-content-header-input {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }

    .search-content-header-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;
    }

    .search-content-header-input-button {
        width: 250px;
        height: 40px;
        margin: auto 0 auto 10px;
        display: flex;
    }

    .search-content-header-input-button-text {
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        margin: auto;
    }

    .review-search {
        width: 100%;
        display: block;
        padding: 70px 0 0;
    }

    .review-search-header {
        width: 50%;
        height: 220px;
        display: flex;
        margin: 50px auto;
        box-shadow: 0 0 0 2px black;
        border-radius: 20px;
        overflow: hidden;
        background-color: #0e131d;
        /* background: linear-gradient(90deg, rgb(0, 117, 255, 0), rgb(0, 117, 255, 100)); */
    }

    .review-search-header-content {
        width: 100%;
        height: 100%;
        display: flex;
        margin: auto;
    }

    .review-search-header-texts {
        width: 620px;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        margin: 0 10px;
    }

    .review-search-header-name {
        width: 100%;
        text-align: left;
        font-size: 30px;
        font-family: 'Oswald';
        font-weight: bold;
        display: flex;
        margin: auto 5px;
    }

    .review-search-header-tag {
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-family: 'Oswald';
        font-weight: 600;
        display: flex;
        margin: 5px;
    }

    .review-search-header-clubname {
        width: 100%;
        text-align: left;
        font-size: 15px;
        display: flex;
        margin: auto 5px;
    }

    .review-search-header-player-icon {
        /* width: 20%; */
        height: 100%;
        display: flex;
        margin: 10px 10px 10px auto;
    }

    .review-search-header-player-img {
        width: 100%;
    }

    .review-search-stat {
        width: 50%;
        display: flex;
        margin: 50px auto;
    }

    .review-search-stat-content {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        box-sizing: border-box;
        justify-content: center;
    }

    .review-search-stat-item {
        width: 200px;
        height: 40px;
        background-color: #161a26;
        outline: 1px solid black;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 10px;
    }

    .review-search-stat-item-img {
        width: 30px;
        display: flex;
    }

    .review-search-stat-item-value {
        font-size: 15px;
        text-align: right;
        margin-right: 5px;
    }

    .review-search-brawlers {
        width: 50%;
        display: flex;
        margin: 20px auto;
    }

    .review-search-brawlers-content {
        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;
        border-radius: 0px;
        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: 30px;
        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: 50px;
        display: flex;
        margin: 5px 10px;
    }

    .leaderboard-item-icon-img {
        width: 100%;
        height: 100%;
        display: flex;
        margin: auto;
    }

    .leaderboard-item-details {
        width: 50%;
        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: 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 10px 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;
    }
}