.agma-search-div {
     max-width: 750px;
     border-radius: 2px;
     position: relative;
     margin: 0 auto;
     text-align: left;
}
 .search-user {
     color: #111 !important;
     padding: 1.4rem 4.5rem 1.4rem 1.6rem;
     width: 100%;
     border: unset;
     outline: none;
     font-size: 1.6rem;
     border-radius: 2px;
}
 .stats-card-header {
     border-top-left-radius: 2px;
     border-top-right-radius: 2px;
     display: flex;
     justify-content: space-between;
     align-items: center;
    /* background: #b2b2b2;
     */
     height: 46px;
     width: 100%;
}
 .stats-card-title {
     text-transform: uppercase;
     font-size: 1.4rem;
     font-weight: 900;
     padding: .8rem 1.6rem;
     margin: 0;
     color: #000;
}
 .stats-card-subline {
     color: #fff;
     font-size: 1.4rem;
     color: #e5e5e5;
     padding: 1.1rem 1.6rem 1rem .8rem;
     position: relative;
     border-bottom-left-radius: 2px;
     border-top-left-radius: 2px;
     align-self: stretch;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0, 0, 0, 0.3);
     border-radius: 8px 0px 0px 2px;
     cursor: pointer;
}
 .stats-view-all {
     color: white;
     font-weight: bold;
     cursor:pointer;
}
 .stats-card-content {
     height: 100px;
     background-color: white;
     padding: 20px;
     font-weight: bold;
     color: black;
     display: flex;
}
 .stats-card-image {
     width: 30%;
     border: 3px solid transparent;
     border-radius: 50%;
     box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
 .percentilebar {
     border-radius: 2px;
     width: 60%;
     height: .4rem;
     overflow: hidden;
     background: #4c4c4c;
     text-align: center;
     margin: 0 auto;
}
 .trn-card__header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #b2b2b2;
}
 .trn-card__header-subline::before {
     content: '';
     width: 40px;
     height: 100%;
     display: block;
     background: inherit;
     position: absolute;
     left: -39px;
     top: 0;
     clip-path: polygon(100% 0%,100% 100%,54% 40%,56% 67.5%,0% 0%);
     -webkit-clip-path: polygon(100% 0%,100% 100%,54% 40%,56% 67.5%,0% 0%);
}
 .trn-card--dark-header .trn-card__header {
     background: #292929;
}
 .trn-card__header-tabs {
     list-style: none;
     padding: 0;
     margin: 0 0 0 0.5rem;
     display: flex;
}
 .trn-card__header-tab--active {
     color: #f1ed62;
     border-bottom-color: #f1ed62 !important;
}
 .trn-card__header-tab {
     border-bottom: 2px solid transparent;
     text-transform: uppercase;
     font-size: 1.8rem;
     font-weight: 900;
     /*margin-right: 3.2rem;*/
     margin: 0px 8px 0px 8px;
     padding: 1.2rem 0 1rem 0;
     cursor: pointer;
     user-select: none;
}
.trn-card-selected {
    border-color: #f1ed62;
}
 .trn-card__header-subline {
     background: #1a1a1a;
     color: #fff;
}
 .trn-card__header-subline {
     font-size: 1.4rem;
     color: #e5e5e5;
     padding: 1.1rem 1.6rem 1rem .8rem;
     position: relative;
     border-bottom-left-radius: 2px;
     border-top-left-radius: 2px;
     align-self: stretch;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .trn-card__header {
     background: #292929;
}
 #user-stats {
     padding: 20px;
    background: #282525; /*#293f66;*/
    box-shadow: 0px 0px 2px #777373;
     border: 1px solid #2f2f2f;
    box-shadow: 0px 5px 30px 0px #000000; /*0px 5px 30px 0px #2d1980;*/
}
 .header-card-c {
    padding: 20px;
    background: #282525;
    box-shadow: 0px 0px 2px #777373;
    border: 1px solid #2f2f2f;
    box-shadow: 0px 5px 30px 0px #000000;
    margin-bottom: 15px;
 }
 .user-level {
     background: linear-gradient(rgb(227, 118, 85) 50%, rgb(214, 98, 73) 50%);
    background-color: #389ace;
    text-align: center;
    border: 2px solid #474b56;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(to bottom,#5592e3 50%,#4985d6 50%);
    margin: 0 auto;
}
 .stats-header {
     background-color: #272e3a;
     width: 100%;
     padding: 0px;
     color: white;
    margin-bottom:15px;
}
 .stats-desc-text {
     color: white;
     font-weight: bold;
}
 .stats-holder {
     text-align: center;
    font-size: 20px;
    color: #d0d0d0;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px;
}
.fullstats-table-container {
 width: 100%;
                           overflow-x: auto;
                           width: 100%;
                           -webkit-overflow-scrolling: touch;
                           -ms-overflow-style: -ms-autohiding-scrollbar;
                           padding: 15px;
                           background: #272e3a;
                           
}
.fullstats-table-card {

                              width: 100%;
                              border-collapse: collapse;
                              color: white;
                             
}
.fullstats-card-holder {

                                    font-size: 2.6rem;
                                    border-top: 1px solid #111111;
}
.fullstats-rank {
    padding:10px;
}

@media (max-width: 460px)  {
    .user-level-wrapper {
        font-size:15px !important;
    }
    .trn-card__header-tab {
        font-size: 1.4rem !important;
    }
    #wins-royale-leaderboard {
        font-size: 2.0rem !important;
    }
    .fullstats-card-holder {
        font-size: 2.0rem !important;
    }
}
@media (max-width: 350px)  {
   .fullstats-table-card {
    font-size: 1.2rem !important;
   }
   .fullstats-card-holder {
    font-size:1.2rem !important;
   }

}
