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: 80px auto 10px auto;
        border: 2px solid 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: flex;
        flex-flow: row wrap;
        margin: 0 10px;
    }

    .review-search-header-name {
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-family: 'Oswald';
        font-weight: bold;
        display: flex;
        margin: auto;
    }

    .review-search-header-tag {
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-family: 'Oswald';
        font-weight: 600;
        display: flex;
        margin: auto;
    }

    .review-search-header-clubname {
        width: 100%;
        text-align: left;
        font-size: 15px;
        display: flex;
        align-items: center;
        margin: auto;
    }

    .review-search-header-clubname .club-icon {
        width: 30px;
        margin: auto 5px;
    }

    .review-search-header-bsc {
        width: 150px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0 10px 0;
        background-color: #002E59;
        outline: 1px solid black;
        border-radius: 20px;
    }

    .review-search-header-bsc-img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .review-search-header-bsc-text {
        font-size: 15px;
        text-align: center;
        color: #FAFF00;
    }

    .review-search-header-player-icon {
        width: 250px;
        height: 100%;
        display: flex;
        margin: 0 0 0 auto;
    }

    .review-search-header-player-img {
        width: 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: rgb(28, 35, 50);
        /* background-color: #002E59; */
        border: 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: 13px;
        text-align: right;
        margin-right: 5px;
    }

    .review-search-brawlers {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        margin: 20px auto;
    }

    .brawlers-unlock {
        margin: auto 10px;
    }

    .brawlers-unlock-title {
        font-size: 16px;
        text-transform: uppercase;
    }

    .review-search-brawlers-content {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        box-sizing: border-box;
    }

    .review-search-brawler-item {
        display: flex;
        flex-flow: row wrap;
        width: 180px;
        margin: 10px auto;
        transition: .3s;
        cursor: pointer;
        position: relative;
    }

    .review-search-brawler-item-header {
        position: relative;
        display: flex;
        margin: 32px auto 0;
        width: 100%;
        height: 125px;
        border: none;
        border-radius: 5px 5px 0 0;
        background-color: #003B72;
        box-shadow: 0 0 0 2px black;
        overflow: hidden;
    }

    .review-search-brawler-item:hover .review-search-brawler-item-header {
        box-shadow: 0 0 0 2px white;
    }

    .review-search-brawler-item-trophies {
        position: absolute;
        z-index: 1;
        width: 70%;
        display: flex;
        margin: 5px 0 0;
        background-color: #232323;
        box-shadow: inset 0 0 0 2px black;
        transform: skew(-10deg);
    }

    .review-search-brawler-item-trophies-img {
        position: absolute;
        z-index: 1;
        left: -12px;
        top: -8px;
        width: 45px;
        transform: skew(10deg);
    }

    .review-search-brawler-item-trophies-img-icon {
        display: flex;
        margin: auto;
        width: 100%;
    }

    .review-search-brawler-item-trophies-container-text {
        display: flex;
        justify-content: right;
        align-items: center;
        width: 100%;
        transform: skew(10deg);
    }

    .review-search-brawler-item-trophies-title {
        margin: 0;
        padding: 5px 30px;
        font-size: 14px;
    }

    .brawler-item-winstreak {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 1;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brawler-item-winstreak-icon {
        width: 100%;
    }

    .brawler-item-winstreak-p {
        position: absolute;
        margin: auto;
        color: white;
        font-size: 14px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-icon {
        display: flex;
        margin: auto auto auto 0;
        border: none;
        height: 100%;
        overflow: visible;
    }

    .review-search-brawler-item-img {
        display: flex;
        margin: auto;
        width: auto;
        height: 100%;
    }

    .review-search-brawler-item-content {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    .review-search-brawler-item-powers-content {
        display: flex;
        justify-content: right;
        flex-flow: row wrap;
        margin: 5px 5px auto auto;
        width: 35px;
    }

    .review-search-brawler-item-powers-item {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .review-search-brawler-item-powers-item-icon {
        width: 30px;
    }

    .review-search-brawler-item-powers-item-title {
        position: absolute;
        font-size: 15px;
    }

    .text-color-gadget {
        color: #0EFF0E;
    }

    .text-color-starpower {
        color: #F8A123;
    }

    .text-color-gear {
        color: #3BDCFF;
    }

    .text-color-level {
        color: #FF0BCB;
    }

    .review-search-brawler-item-level {
        position: relative;
        display: flex;
        justify-content: right;
        align-items: center;
        margin: auto 10px auto auto;
        width: 100%
    }

    .review-search-brawler-item-level-icon {
        width: 30px;
    }

    .review-search-brawler-item-level-title {
        position: absolute;
        z-index: 1;
        font-size: 13px;
        font-family: 'Roboto Condensed';
        margin: auto 8px auto auto;
    }

    .review-search-brawler-item-name {
        display: block;
        margin: auto 10px 10px auto;
        text-align: right;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-header-level {
        position: relative;
        width: 100%;
        height: 40px;
        background-color: red;
        box-shadow: 0 0 0 2px black;
        border-radius: 0 0 5px 5px;
    }

    .brawler-level-stage-upgrade {
        background-color: #00D300;
    }

    .brawler-level-stage-max {
        background-color: #FFCC01;
    }

    .brawler-level-stage-hypercharge {
        background-color: #d000ff;
    }

    .review-search-brawler-item:hover .review-search-brawler-item-header-level {
        box-shadow: 0 0 0 2px white;
    }

    .review-search-brawler-item-header-level-status {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        left: -3px;
    }

    .review-search-brawler-item-header-level-icon {
        width: 100%;
    }

    .review-search-brawler-item-header-level-value {
        position: absolute;
        text-align: center;
        font-size: 14px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-header-level-stage {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0 auto 30px;
    }

    .review-search-brawler-item-header-level-stage-text {
        text-align: center;
        font-size: 16px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    /* REVIEW BRAWLER DETAILS */
    .review-brawler-details {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /* display: flex; */
        display: none;
    }

    .review-brawler-details-container {
        display: flex;
        flex-flow: row wrap;
        margin: auto;
        width: 90%;
        height: 90%;
        background-color: #062542;
        box-shadow: 0 0 0 2px black;
        overflow: hidden;
        border-radius: 15px;
    }

    .review-brawler-details-back {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto auto 20px;
        width: auto;
        min-width: 80px;
        height: 40px;
    }

    .review-brawler-details-back-title {
        padding: 10px 20px;
        margin: 0;
    }

    .review-brawler-details-content {
        display: block;
        margin: 10px auto;
        padding: 10px;
        width: 100%;
        height: 90%;
        overflow: auto;
        box-sizing: border-box;
    }

    .review-brawler-details-view {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0;
        width: 100%;
    }

    .review-brawler-details-view-icon {
        width: 100%;
        filter: drop-shadow(2px 4px 6px black);
    }

    .review-brawler-details-stats {
        display: flex;
        flex-flow: row wrap;
        margin: auto 0 auto auto;
        width: 100%;
        overflow: hidden;
    }

    .review-brawler-details-data {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        height: auto;
        margin: 0 auto auto auto;
    }

    .review-brawler-details-data-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 5px auto;
    }

    .review-brawler-details-data-item-icon {
        display: flex;
        margin: auto 10px;
        width: 40px;
    }

    .review-brawler-details-data-item-title {
        margin: auto 10px;
        font-size: 17px;
    }

    .review-brawler-details-data-item-value {
        margin: auto 10px auto auto;
        font-size: 15px;
    }

    .review-brawler-details-allpowers {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .review-brawler-details-allpowers-item {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
    }

    .review-brawler-details-allpowers-icon {
        margin: auto 10px;
        width: 50px;
    }

    .review-brawler-details-allpowers-text {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
    }

    .review-brawler-details-allpowers-title {
        width: 100%;
        margin: auto;
        font-size: 17px;
        font-family: 'Lilita One';
        text-transform: uppercase;
    }

    .review-brawler-details-allpowers-description {
        width: 100%;
        margin: auto;
        font-size: 11px;
        font-family: 'Lilita One';
        color: rgb(231, 231, 231);
    }
}

@media only screen and (min-width : 1224px) {

    .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: 80%;
        height: 220px;
        display: flex;
        margin: 50px auto;
        border: 2px solid 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;
        margin: auto 10px;
    }

    .review-search-header-name {
        width: 100%;
        text-align: left;
        font-size: 30px;
        font-family: 'Oswald';
        font-weight: bold;
        display: flex;
        margin: 10px 0;
    }

    .review-search-header-tag {
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-family: 'Oswald';
        font-weight: 600;
        display: flex;
        margin: 10px 0;
    }

    .link-review-player-clubname {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .review-search-header-clubname {
        width: 100%;
        text-align: left;
        font-size: 20px;
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .club-icon {
        width: auto;
        height: 30px;
        margin: auto 5px;
    }

    .review-search-header-bsc {
        width: 230px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0 10px 0;
        background-color: #161a26;
        border: 1px solid black;
        border-radius: 15px;
    }

    .review-search-header-bsc-img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .review-search-header-bsc-text {
        font-size: 15px;
        text-align: center;
        color: #FAFF00;
    }

    .review-search-header-player-icon {
        width: 220px;
        height: 100%;
        display: flex;
        margin: 0 0 0 auto;
    }

    .review-search-header-player-img {
        width: 100%;
    }

    .review-search-stat {
        width: 80%;
        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: 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: 80%;
        display: flex;
        flex-flow: row wrap;
        margin: 20px auto;
    }

    .brawlers-unlock {
        width: 100%;
    }

    .brawlers-unlock-title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .review-search-brawlers-content {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        box-sizing: border-box;
    }

    .review-search-brawler-item {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        width: 180px;
        margin: 10px auto;
        transition: .3s;
        cursor: pointer;
    }

    .review-search-brawler-item-header {
        position: relative;
        display: flex;
        margin: 32px auto 0;
        width: 100%;
        height: 125px;
        border-radius: 5px 5px 0 0;
        background-color: #003B72;
        box-shadow: 0 0 0 2px black;
        overflow: hidden;
    }

    .review-search-brawler-item:hover .review-search-brawler-item-header {
        box-shadow: 0 0 0 2px white;
    }

    .review-search-brawler-item-trophies {
        position: absolute;
        z-index: 1;
        width: 70%;
        display: flex;
        margin: 5px 0 0;
        background-color: #232323;
        box-shadow: inset 0 0 0 2px black;
        transform: skew(-10deg);
    }

    .review-search-brawler-item-trophies-img {
        position: absolute;
        z-index: 1;
        left: -12px;
        top: -8px;
        width: 45px;
        transform: skew(10deg);
    }

    .review-search-brawler-item-trophies-img-icon {
        display: flex;
        margin: auto;
        width: 100%;
    }

    .tier-text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        text-align: center;
        color: white;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-trophies-container-text {
        display: flex;
        justify-content: right;
        align-items: center;
        width: 100%;
        transform: skew(10deg);
    }

    .review-search-brawler-item-trophies-title {
        margin: 0;
        padding: 5px 30px;
        font-size: 14px;
    }

    .brawler-item-winstreak {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 1;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brawler-item-winstreak-icon {
        width: 100%;
    }

    .brawler-item-winstreak-p {
        position: absolute;
        margin: auto;
        color: white;
        font-size: 14px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-icon {
        display: flex;
        margin: auto auto auto 0;
        border: none;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .review-search-brawler-item-img {
        display: flex;
        margin: auto 0;
        width: auto;
        height: 100%;
    }

    .review-search-brawler-item-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    .review-search-brawler-item-powers-content {
        display: flex;
        justify-content: right;
        flex-flow: row wrap;
        margin: 5px 5px auto auto;
        width: 30px;
    }

    .review-search-brawler-item-powers-item {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .review-search-brawler-item-powers-item-icon {
        width: 100%;
    }

    .review-search-brawler-item-powers-item-title {
        position: absolute;
        font-size: 15px;
    }

    .text-color-gadget {
        color: #0EFF0E;
    }

    .text-color-starpower {
        color: #F8A123;
    }

    .text-color-gear {
        color: #3BDCFF;
    }

    .text-color-level {
        color: #FF0BCB;
    }

    .review-search-brawler-item-level {
        position: relative;
        display: flex;
        justify-content: right;
        align-items: center;
        margin: auto 10px auto auto;
        width: 100%;
    }

    .review-search-brawler-item-level-icon {
        width: 30px;
    }

    .review-search-brawler-item-level-title {
        position: absolute;
        z-index: 1;
        font-size: 14px;
        font-family: 'Roboto Condensed';
        margin: auto 8px auto auto;
    }

    .review-search-brawler-item-name {
        display: block;
        margin: auto 10px 10px auto;
        text-align: right;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-header-level {
        position: relative;
        width: 100%;
        height: 40px;
        background-color: red;
        box-shadow: 0 0 0 2px black;
        border-radius: 0 0 5px 5px;
    }

    .brawler-level-stage-upgrade {
        background-color: #00D300;
    }

    .brawler-level-stage-max {
        background-color: #FFCC01;
    }

    .brawler-level-stage-hypercharge {
        background-color: #d000ff;
    }

    .review-search-brawler-item:hover .review-search-brawler-item-header-level {
        box-shadow: 0 0 0 2px white;
    }

    .review-search-brawler-item-header-level-status {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        left: -3px;
    }

    .review-search-brawler-item-header-level-icon {
        width: 100%;
    }

    .review-search-brawler-item-header-level-value {
        position: absolute;
        text-align: center;
        font-size: 14px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .review-search-brawler-item-header-level-stage {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0 auto 30px;
    }

    .review-search-brawler-item-header-level-stage-text {
        text-align: center;
        font-size: 16px;
        font-family: 'Lilita One';
        text-shadow: 0 2.5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    /*  */

    .review-search-brawler-item-stat {
        width: 100%;
        height: 40px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .review-search-brawler-item-stat-item {
        max-width: 200px;
        width: auto;
        height: 30px;
        display: flex;
        align-items: center;
        margin: auto 10px;
        padding: 2px 5px;
        border-radius: 20px;
        box-shadow: 0 0 0 1px black;
        background-color: #002E59;
    }

    .review-search-brawler-item-stat-item-img {
        width: 25px;
        height: 25px;
        display: flex;
        margin: auto;
    }

    .review-search-brawler-item-stat-item-value {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .review-search-brawler-item-button-details {
        width: 200px;
        height: 30px;
        display: flex;
        margin: auto;
    }

    .review-search-brawler-item-button-details-text {
        display: flex;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .review-search-brawler-item-details {
        width: 100%;
        display: none;
        flex-flow: row wrap;
        box-sizing: border-box;
        margin: auto;
        overflow: hidden;
    }

    .review-search-brawler-item-details-item {
        width: 100%;
        height: 120px;
        display: flex;
        margin: auto;
    }

    .review-search-brawler-item-details-item-img {
        width: 80px;
        height: 80px;
        display: flex;
        margin: auto auto auto 25px;
    }

    .review-search-brawler-item-details-item-details {
        width: 100%;
        height: 100%;
        display: block;
        margin: auto 30px;
    }

    .review-search-brawler-item-details-item-details-name {
        text-align: left;
        text-transform: uppercase;
        font-size: 20px;
    }

    .review-search-brawler-item-details-item-details-decsription {
        text-align: left;
        font-size: 15px;
    }

    /* REVIEW BRAWLER DETAILS */
    .review-brawler-details {
        position: fixed;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /* display: flex; */
        display: none;
    }

    .review-brawler-details-container {
        display: flex;
        flex-flow: row wrap;
        margin: auto;
        width: 80%;
        height: 80%;
        background-color: #0e131d;
        box-shadow: 0 0 0 2px black;
        overflow: hidden;
        border-radius: 15px;
    }

    .review-brawler-details-back {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto auto 20px;
        width: auto;
        min-width: 80px;
        height: auto;
    }

    .review-brawler-details-back-title {
        padding: 10px 20px;
        margin: 0;
    }

    .review-brawler-details-content {
        display: flex;
        margin: 10px;
        padding: 10px;
        width: 100%;
        overflow: hidden;
    }

    .review-brawler-details-view {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0;
        width: auto;
        height: 100%;
    }

    .review-brawler-details-view-icon {
        width: 100%;
        filter: drop-shadow(2px 4px 6px black);
    }

    .review-brawler-details-stats {
        display: flex;
        flex-flow: row wrap;
        margin: auto 0 auto auto;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

    .review-brawler-details-data {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        height: auto;
        margin: 0 auto auto auto;
    }

    .review-brawler-details-data-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 5px auto;
    }

    .review-brawler-details-data-item-icon {
        display: flex;
        margin: auto 10px;
        width: 40px;
    }

    .review-brawler-details-data-item-title {
        margin: auto 10px;
        font-size: 17px;
    }

    .review-brawler-details-data-item-value {
        margin: auto 10px auto auto;
        font-size: 15px;
    }

    .review-brawler-details-allpowers {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .review-brawler-details-allpowers-item {
        display: flex;
        align-items: center;
        width: 50%;
        height: 80px;
    }

    .review-brawler-details-allpowers-icon {
        margin: auto 10px;
        width: 50px;
    }

    .review-brawler-details-allpowers-text {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
    }

    .review-brawler-details-allpowers-title {
        width: 100%;
        margin: auto;
        font-size: 19px;
        font-family: 'Lilita One';
        text-transform: uppercase;
    }

    .review-brawler-details-allpowers-description {
        width: 100%;
        margin: auto;
        font-size: 13px;
        font-family: 'Lilita One';
        color: rgb(231, 231, 231);
    }
}