
*{
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
    url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/*.player-box{*/
    /*height: 483px !important;*/
/*}*/
.card-box{
    width: 315px;
    /*height: 440px;*/
    height: 483px;
    padding: 6px;
    background: #ccc;
    margin: 0 auto;
    border-radius: 20px;
    /* background: linear-gradient(to right, #5e2f22 0%, #d2bdb5 25%, #623427 50%, #d2bdb5 75%, #623427 100%); */
    box-shadow: 0px 1px 24px 1px rgba(0,0,0,0.4);
    font-family: 'Gotham-Medium';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}
.team-card-box-inner{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    background-image: url("../img/bg_team.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: inset 0px 1px 23px 3px #000; */
    box-shadow: inset 0px 1px 23px 0px rgba(0,0,0,0.6);
    z-index: 0;
    padding-top: 77px;
    position: relative;
}
.team-card-box-inner-sout{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    background-image: url("../img/bg-scout-team.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: inset 0px 1px 23px 3px #000; */
    box-shadow: inset 0px 1px 23px 0px rgba(0,0,0,0.6);
    z-index: 0;
    padding-top: 77px;
    position: relative;
}

.player-card-box-inner{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    background-image: url("../img/bg_player.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: inset 0px 1px 23px 3px #000; */
    box-shadow: inset 0px 1px 23px 0px rgba(0,0,0,0.6);
    z-index: 0;
    padding-top: 77px;
    position: relative;
}
.player-card-box-inner-scout{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    background-image: url("../img/bg-scout-player.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: inset 0px 1px 23px 3px #000; */
    box-shadow: inset 0px 1px 23px 0px rgba(0,0,0,0.6);
    z-index: 0;
    padding-top: 77px;
    position: relative;
}
.header-logo{
    height: 77px;

    position: absolute;
    z-index: -32;
    width: 100%;
    top: 0px;
    left: 0;
    box-shadow: inset 0px 1px 4px -4px rgba(0,0,0,0.5);
}
.header-logo img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 178px;
    height: 77px;
}

.header-text{
    /* background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #623427 50%, #d2bdb5 85%, #623427 100%); */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.2);
}
.header-text.silver-deg{

}
.header-text .title{
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    /* font-family: arial; */
    /* font-weight: 800; */
    line-height: 1;
    line-height: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    letter-spacing: 0.5px;
    position: relative;
    top: 0;
    padding-left: 8px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
    /*height: 1.2em;*/
    white-space: nowrap;
}

.header-text.grey-deg{
    /* border-image-source: linear-gradient(to right, #5e2f22 0%, #d2bdb5 15%, #623427 50%, #d2bdb5 85%, #623427 100%); */
    border-color: #5f5364;
}
.header-text.silver-deg{
    /* border-image-source: linear-gradient(45deg, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%); */
    border-color: #636a82;
}







/* ----------------- */
.profile-pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #623427 50%, #d2bdb5 85%, #623427 100%); */
    padding: 6px;
    margin: 0 auto;
    position: relative;
    /* top: -4px; */
    margin-bottom: 2px;
    box-shadow: 2px 5px 8px 3px rgba(0,0,0,0.5);
    top: -5px;
    border:1px solid #efefef;
}

.profile-pic-inner{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 0px 1px 15px 1px #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border:1px solid #efefef;
}
.profile-pic-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-btn-box{
    display: flex;
    justify-content: space-around;
    margin-bottom: 9px;
    margin-top: 4px;
    padding: 0 6px;
}
.tab-btn{
    background: transparent;
    border: 1.5px solid red;
    width: 92px;
    height: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-btn a{
    text-transform: uppercase;
    /* font-weight: 600; */
    text-decoration: none;
    font-size: 11.5px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-weight: 600;
    line-height: 23px;
}



.grey-border{
    border-color: #bfa69e;
}

.silver-border{
    border-color: #c0c0c0;
}

.golden-border{
    border-color: #f5d693;
    transition: width 2s;
}



.tab-btn.grey-border a{
    color: #bfa69e;
    text-decoration: none !important;
}
.tab-btn.silver-border a{
    color: #C0C0C0;
    text-decoration: none !important;
}
.tab-btn.golden-border a{
    color: #f5d693;
    text-decoration: none !important;
}

.tab-btn.golden-border.active a {
    color: #000;
}

.tab-btn.active a{
    color: #000;
    text-decoration: none !important;
}

.tab-btn.active.grey-border{
    background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #a77b6f 50%, #d2bdb5 85%, #623427 100%);
}
.tab-btn.active.silver-border{
    background: linear-gradient(45deg, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%);
}

.tab-btn.active.golden-border{
    background: linear-gradient(45deg,  #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #927234 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
}

.tab-btn.grey-border:hover{
    background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #623427 50%, #d2bdb5 85%, #623427 100%);
}
.tab-btn.grey-border a:hover{
    color: #000;
    font-weight: 800;
}
.tab-btn.silver-border:hover{
    background: linear-gradient(45deg, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%);
}
.tab-btn.silver-border a:hover{
    color: #000;
    font-weight: 800;
}

.tab-btn.golden-border:hover{
    background: linear-gradient(45deg,  #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #927234 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
}
.tab-btn.golden-border a:hover{
    color: #000;
    font-weight: 800;
}




/* ---------------------- */

.table-container{

}
.table-container-inner{
    padding: 0 14px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.table-container-inner li{
    flex: 0 0 50%;
    color: #fff;
    min-height: 39px;
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    align-items: center;
    margin-bottom: 3px;
    /* font-family: 'Akzidenz-Grotesk-BQ'; */
}
/*.table-container-inner li.save-accuracy{*/
    /*flex: 0 0 100%;*/
    /*justify-content: flex-start;*/
/*}*/
/*.table-container-inner li.save-accuracy .number{*/
    /*margin-left: 10px;*/
/*}*/
.table-container-inner li span{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.number{
    width: 38px;
    height: 38px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 0px 4px rgba(0,0,0,0.5);
    line-height: 36px;
}

.match-win-container{
    height: 30px;
    color: #5b2b1e;
    position: absolute;
    width: 100%;
    z-index: -22;
    bottom: 0;
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.6);
    box-shadow: inset 1px 0px 11px -4px #000;
}

.number.grey-border{
    border-color: #bfa69e;
    color: #bfa69e;
}
.number.silver-border {
    border-color: #c0c0c0;
    color: #C0C0C0;
}
.number.golden-border {
    border-color: #f5d693;
    color: #f5d693;
}

/* card grey */
.card-box.grey,
.card-box.grey .match-win-container{
    background: linear-gradient(to right, #845547 0%, #d2bdb5 11%, #a9847a 50%, #d2bdb5 88%, #885a4c 100%);
}

.card-box.grey .header-text{
    background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #8c6054 50%, #d2bdb5 85%, #623427 100%);
    border-color: #6b6274;
}

.card-box.grey .profile-pic{
    background: linear-gradient(198deg, #d2bdb5 0%, #5e2f22 10%, #d2bdb5 25%, #8c6054 50%, #d2bdb5 79%, #623427 100%);
    border: 1px solid #9e817b;
}

.card-box.grey .profile-pic-inner{
    border: 1px solid #9e817b;
}

.card-box.grey .tab-btn.active {
    background: linear-gradient(45deg, #5e2f22 0%, #d2bdb5 15%, #a77b6f 50%, #d2bdb5 85%, #623427 100%);
}



/* card silver */
.card-box.silver,
.card-box.silver .match-win-container{
    background: linear-gradient(to right, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%);
}

.card-box.silver .header-text{
    background: linear-gradient(45deg, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%);
    border-color: #636a82;
}

.card-box.silver .profile-pic{
    background: linear-gradient(198deg, #f9f9f9 0%, #f9f9f9 10%, #f9f9f9 25%, #a8aaad 50%, #f3f3f4 79%, #878889 100%);
    border:1px solid #f1eeee;
}

.card-box.silver .profile-pic-inner{
    border:1px solid #f1eeee;
}

.card-box.silver .tab-btn.active {
    background: linear-gradient(45deg, #717274 0%, #f9f9f9 25%, #a8aaad 40%, #f9f9f9 65%, #7f8083 80%, #f3f3f4 100%);
}
.card-box.silver .match-win-container{
    color: #2b2b31;
}



/* card golden */
.card-box.golden,
.card-box.golden .match-win-container{
    background: linear-gradient(to right, #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #af8f50 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
}

.card-box.golden .header-text{
    background: linear-gradient(45deg, #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #927234 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
    transition: 1000ms linear;
    border-color: #938f7d;

}

.card-box.golden .profile-pic{
    background: linear-gradient(45deg, #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #927234 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
    transition: 1000ms linear;
    border:1px solid #f0c371;
}

.card-box.golden .profile-pic-inner{
    border:1px solid #f0c371;
}


.card-box.golden .tab-btn.active {
    background: linear-gradient(45deg, #fefbd2 0%, #f0c371 20%, #fcf3c5 35%, #927234 60%, #fdf5ca 70%, #917235 85%, #f2ecc2 100%);
}

.card-box.golden .match-win-container{
    color: #774d00;
}

.tooltip .tooltip-inner{
    background: #fff !important;
    color: #000;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #fff;
}