@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.draft .player-row .ranking-td .rankbx1.draftrank {
    font-size: 16px;
}
.sidebar_box_draftwhl .relatedposts ul {
    margin: 0;
} 
.sidebar_box_draftwhl .relatedposts ul li {
    padding: 10px 14px;
}
.sidebar_box_draftwhl .relatedposts ul li a {
    font-size: 16px;
    margin-bottom: 5px;
}
.forloadmore {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #eae10b;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0px 0px 20px 20px;
	cursor: pointer;
}
.draft .player-row .ranking-td .rankbx1.draftrank:before {
    display: none;
}
.load.player-row {
	display: flex;
	/*justify-content: space-around;*/
	align-items: center;
	border-bottom: 1px solid #ecf0f2;
	height: 72px;
}

.load.player-row>div {
	flex: 1 1 auto;
	text-align: center;
}
.player-row .ranking-td {
	max-width: 46px;
}
.draft .player-row .ranking-td {
    text-align:center;
	max-width: 46px!important;
		flex: 0 0 46px!important;
}
.draft .player-row .ranking-td .rankbx1 {
    display: inline-block;
}
 .draft .player-row .ranking-td .rankbx1 {
    margin: 0px auto;
}
.draft .player-row .rank-position {
    max-width: 136px;
}
.draft  .load.player-row .rank-wid-height, .draft .player-row .rank-wid-height {
    max-width: 100px;
    flex: 0 0 100px;
}

        .draft-banner-sec .flex{
    display:flex;
    justify-content:center;
    }
   .draft-banner-sec .flex h1{
        text-align:left;
        line-height:8rem;
        }
        .draft-banner-sec .flex div{
            margin-right:10px;
            }
            .col-12.baner-cntent .flex img {
    height: 100%;
}
.blue-heading{
    color:#0060ad!important;}
                .draft #player_table_tbody .load.player-row:nth-child(odd) {
    background: #f5f5f5;
}
.player-row .ranking-td span {
	width: 32px;
	height: 23px;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.9;
	color: #565d73;
	border-radius: 2px;
	/*border: solid 1px #ecf0f2;*/
	margin: 0 0 4px 12px;
}

.player-row .ranking-td .rankbx1 {
	background: #eae10b38;
	font-size: 0;
}
.draft .player-row .ranking-td .rankbx1{
    	background: transparent;
    	font-size: 0;}
.player-row .ranking-td span:first-child:before {
	counter-increment: my-sec-counter;
	content: "" counter(my-sec-counter) "";
	font-size: 16px;
}
.load.player-row .name_img {
    text-align: left;
    flex: 0 0 305px;
}
.player-row .ranking-td .prev_ranknum {
	background: #eef2f4;
		font-size: 12px;
}
.draft .load.player-row .name_img {
    text-align: left;
    flex: 0 0 355px;
}
.player-row .rank-position {
	max-width: 96px;
}

.draft .ranking-td {
    flex: 0 0 120px!important;
}

.player-row .rank-position span {
    border-radius: 5px;

    font-size: 12px;
    line-height: 1.6;
    background:#eae10b;
    color: #1f1e01;
    font-weight:500;
    padding: 5px 12px;
}
.b-none{
    border:transparent!important;
    }
.load.player-row .rank-wid-height {
    max-width: 83px;
    flex: 1 1 83px;
}

.player-row .tstar {
	font-size: 9px;
	color: #eae10b;
	text-align: center;
}

.player-row .tscore {
	width: 56px;
	height: 12px;
	opacity: 0.8;
	font-family: Inter;
	font-size: 8px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #565d73;
	display: block;
	margin: 0px 0 0 0;
	background: #eee;
	text-align: center;
	margin: 0 auto;
}

.player-row .tstar .field_type-star_rating {
	clear: none;
	display: inline-block;
}

.player-row .tstar ul.star-rating {
	text-align: left;
}

.player-row span.tstar li {
	display: inline-block;
	padding: 0 1.5px 2px !important;
	float: none !important;
}

.player-row .rank_league ul li:first-child,
.player-row .rank_league ul li:nth-child(2) {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

.player-row .rank_league ul li .predictionimg {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 3px;
	display: block;
}

.player-row .rank_league ul li .predictionpercnt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	color: #565d73;
}

.player-row .rank_league ul li .predictionimg.signedteam {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
}
.draft .rank_league {
    width: 125px;
    flex: none !important;
}

.rank_league {
    
    flex: 1 1 auto;
}
.load.player-row .rank_league {
    flex: 0 0 110px !important;
}
span.predictionimg.signedteam+span.predictionpercnt {
	display: none;
}

#player_table_tbody .search-filter-scroll-loading {
	margin: 20px auto;
	border: 5px solid #1d2327;
	border-right-color: #eae10b;
}

div#player_table table.forloadmore {
	display: table;
}

.rank_league ul {
	display: flex;
	
	justify-content: center;
}

.ranking_head-th ul {
	display: flex;
	justify-content: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #dbe3e8;
	align-items: center;
	padding-left: 10px;
	height: 26px;
}
.player-row .rank_league ul li.greater_2 {
    padding: 0 5px 0 0;
    flex: 0 0 10px;
}

.player-row .rank_league ul li.greater_2 img {
    width: 20px;
}
.ranking_head-th {
	display: flex;
	justify-content: flex-start;
	clear: both;
}

.ranking_head-th ul li {
	padding: 5px 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	color: #565d73;
	text-align: left;
	flex: 1;
	background: #dbe3e8;	
}

 .ranking_head-th ul li:first-child {
	flex: 0 0 47px;
}

 .ranking_head-th ul li:nth-child(2) {
	flex: 0 0 305px;
}

 .ranking_head-th ul li:nth-child(3) {
	flex: 0 0 95px;
}

.ranking_head-th ul li:nth-child(4) {
	flex: 0 0 98px;
}

.ranking_head.ranking_head_draft {
display: flex;
    margin: 0;
    justify-content: center;
    padding-bottom: 32px;
    align-items: center;
    background: url(assets/img/header-bg.png) #15181f;
    border-radius: 10px 10px 0 0;
    background-attachment: fixed;
    background-position: center center;
}

.ranking_head.ranking_head_draft h2.main-heading img {
    max-width: 100px;
    margin-right: 5px;
}

.ranking_head.ranking_head_draft h2.main-heading {
       color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.draft_ranking_page .ranking_head-th ul li:first-child {
    flex: 0 0 46px;
   
}

.draft_ranking_page .ranking_head-th ul li:nth-child(2) {
    flex: 0 0 355px;
    text-align: left;
    padding-left: 15px;
}

.draft_ranking_page .ranking_head-th ul li:nth-child(4) {
    flex: 0 0 100px;
}

.draft_ranking_page .ranking_head-th ul li:nth-child(3) {
    flex: 0 0 136px;
}
/**/
.draft .player-row .rank_league ul li .predictionimg.signedteam {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}

.draft-banner-sec {
    background-image: url(https://puckpreps.com/wp-content/uploads/2023/11/background-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px 20px 0px;
    position: relative; 
}  

.baner-cntent{
    text-align:center;
    }
    .baner-cntent.whl-banner-c h1{
    color: #e31837!important;
}
.baner-cntent h1 {
    color: #0060ad;
    font-size: 100px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 500;
    text-shadow: 2px 3px black;
}
.color-black{
	color:#000000;
}
.circle-img {
    background: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}
.pt-100{
    padding-top:100px;
    padding-bottom:50px;
    background-image:url(https://www.puckpreps.com/wp-content/uploads/2021/09/draft-bg.png);
    background-repeat:no-repeat;
    background-position:top;
	background-attachment: fixed;
    }
.draft_page_bg {
/* 	background-image: url(https://puckpreps.com/wp-content/uploads/2023/12/stars-min.png);
	background-size: contain;
    background-position: center center;
    background-attachment: fixed;
    background-color: #002f5d; */
	background: #000;
}
.draft_page_bg .pt-100, .draft_page_bg .draft-banner-sec{
	background:none;
} 
#player_table {
	padding: 10px;
}

.draft-ordr-detail h6 {
  font-size: 13px;
  color: rgb(64, 64, 64);
  line-height: 1.2;

}
.draft-ordr {
    align-items: center;
    display: flex;
    margin-bottom: 7px;
    box-shadow: 0 2px 4px #dedede;
    padding: 0 0;
    }
    .ordr-body .draft-ordr:last-child{
        margin-bottm:0px;
        }
    .ordr-body{
        padding:0 0px;
        }
        .draft-ordr p{
  font-size: 11px;
  color: rgb(64, 64, 64);
  line-height: 1.2;
  margin-bottom:0px;

}

.draft-ordr img {
    width: 30px;
    height: 30px;
    border: 1px solid #c5cbd2;
    margin-right: 10px;
    border-radius: 50%;
}
.header-{
    border-bottom: 1px solid #e3e8ee;
    }
    .left-line{
        position:relative;
        }
        .left-line:before {
    content: '';
    left: -24px;
    top: 20px;
    bottom: 20px;
    position: absolute;
    border-left: 3px solid #eae10b;
}
.draft .ranking-td , .rank-position ,.rank-wid-height  {
     text-align:center;
     }
.draft .ranking-td{

    flex:0 0 120px;
    }
    .draft .rank-position {
        
    flex: 0 0 136px;
}
.draft .rank-wid-height {
    flex: 0 0 100px;
}

.draft-ordr:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    background: #005eb8;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
}

.sidebar_box_draftwhl .ordr-body {
    padding: 0;
}
.draft_page_bg .ranking_table .forloadmore tr td, .draft_page_bg .player-row .rank-position span{
	    background: #ffae00;
}
.sidebar_box_draftwhl .header- {
    background: #ffae00;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
/*     background-image: url(https://puckpreps.com/wp-content/uploads/2023/11/background-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    position: relative;
}

.sidebar_box_draftwhl {
    padding: 0;
}

.sidebar_box_draftwhl .header- h2 {
    text-align: center;
    display: block;
    font-family: 'Bebas Neue', cursive;
    color: #f31b3c;
    font-weight: 500;
    text-shadow: 1px 2px #6e6e6e;
    font-size: 35px;
    margin-bottom: 0;
}

 .sidebar_box_draftwhl .filter_players {
    padding: 20px;
}

.filter_players {}

.sidebar_box_draftwhl .header- .show_filter_meta {
    position: absolute;
    top: 14px;
    right: 20px;
}
.sidebar_box_draftwhl .searchandfilter ul li {
    padding-bottom: 0;
}


    @media screen and (min-width: 1600px){
        .pt-100{
            background-size:contain;
            }
    }
    .m-0- ul{
        margin: 0px 0px!important;
        }
        @media screen and (min-width: 1023px) and (max-width: 1250px){
           .draft  .main_left_side {
    float: left;
    width: 60%;
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
}
            
            }
              @media screen and (min-width: 992px) and (max-width: 1250px){
                  .logbtn {
    padding: 9px 18px;
    width: 100px;
    line-height: 1.2rem;
    margin-left: 10px;
    font-size: 12px;
}
                  }
             @media screen and (max-width: 1250px){
                   .draft .draft-table{
                       overflow:auto!important;
                       } 
                       .draft   #player_table table.forloadmore{
                           width:830px;
                           }
                       #player_table table.forloadmore{
                           width:750px;
                           }
                       	.ranking_head-th {
	    width:750px!important;
	    }
	    .draft .ranking_head-th {
	    width:830px!important;
	    }
	    .w-850{
	        width:850px!important;
	        }
	    a.white_border.btn {
    width: 100px;
    padding: 8px 0;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
}

#cssmenu > ul > li > a {

    font-size: 12px;
    padding: 11px 10px;
   
}
	
                 }
@media screen and (min-width: 768px) and (max-width: 1023px){
    .draft #player-table-tbl, .ranking_head-th  {
        width: 830px;
       
	}

	.rank_league {
		width: 100px;
		flex: none !important;
	}
}
.bg-white-more {
    display: block;
    background: transparent;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight:bold;
}
.draft .ranking_head-th ul li {
    text-align: center;
    border-right: 2px solid #fff;
}
.draft_page_bg .main_right_side .sidebar_box  .header- h2 {
    color: #000 !important;
    text-shadow: none !important;
}

.draft_page_bg section.draft-banner-sec {
    padding: 40px 0;
    margin: 0;
    background: #000;
}
@media screen and (min-width: 700px) and (max-width: 767px){
	.member_login_popup, .logbtn , #cssmenu .button {
		top: -88px;
	}
	
}
@media screen and (max-width: 767px){
    .my-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .draft .main_right_side {
        margin-top: 30px;
    }
    .custom-pmpro {
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .draft  #player-table-tbl, .ranking_head-th {
        width: 830px;
    }
    #player-table-tbl, .ranking_head-th {
        width: 750px;
    }
    .rank_league {
        width: 100px;
        flex: none !important;
    }
    .pt-100.draft_ranking_page {
        padding-top: 10px;
    }	
    .draft_page_bg section.draft-banner-sec {
        padding: 0;
        margin: 0px 0;
    }
    .draft_logo_img {
        max-width: 100% !important;
    }
    .player_ranking.ranking_page.pt-100.draft_ranking_page {
        padding-top: 5px !important;
    }   
}
@media screen and (max-width: 660px){
    .baner-cntent h1 {
    font-size: 50px;
    line-height:normal;
 
}
.draft-banner-sec .flex h1 {
    line-height: 5.5rem;
}
.draft-banner-sec .flex div h1 {
    margin-top: 0px;
}
.draft-banner-sec .flex div img {
    height: 100%;
}
    }
    @media screen and (max-width: 1023px){
    .left-line:before {
    content: '';
    left: -11px;
    top: 5px;
    bottom: 5px;
    position: absolute;
    border-left: 3px solid #eae10b;
}
}

.page-template-player-rankings .player-row .ranking-td span:first-child:before {
    font-size: 12px;
}

/*player-card*/
div#player_table {}

.ranking_table_cards .ranking_head-th ul li {
	flex: 1 1 auto;
	text-align: center;
	font-size: 11px;
}
.ranking_table_cards .load.player-row>div {
    font-size: 14px;
}
.ranking_table_cards .player-row .rank-position {
    max-width: 104px;
    flex: 1 1 104px;
}

.ranking_table_cards .load.player-row .rank_league {
    flex: 1 1 auto !important;
}

.load.player-row .name_img {}

.ranking_table_cards .load.player-row .name_img {
    flex: 0 0 170px;
}

 
.ranking_table_cards .ranking_head-th ul li:nth-child(1) {
    flex: 0 0 46px;
}

.ranking_table_cards .player-row .ranking-td span {
    height: 32px;
}
.player-card .ranking_head-th ul li:nth-child(2) {
    flex: 0 0 230px;
    max-width: 230px;
}

.title-td {
    flex: 0 0 230px!important;
    max-width: 230px;
    padding-left: 10px;
    text-align: left!important;
}
.player-card .ranking_head-th ul li:nth-child(3), .player-team {
    flex: 0 0 100px!important;
    max-width: 100px;
    min-width: 100px;
}
.ranking-td .rankbx1 {
    margin-left: 0px!important;
}

 div#player_table_tbody {
    padding-left: 10px;
}
.player-card .ranking_head-th ul li:nth-child(4),
.player-card .ranking_head-th ul li:nth-child(5),
.player-card .ranking_head-th ul li:nth-child(6),
.player-card .ranking_head-th ul li:nth-child(7) , 
.player-card .player-overall ,  .player-card .player-offen , .player-card .player-trans , .player-card  .player-def{
    flex: 0 0 115px!important;
    max-width: 115px;
    min-width: 115px;
}
.ranking-page-table ul li:nth-child(2) {
    padding-left: 70px;
}
.ranking-page-table .ranking_head-th ul  li:nth-child(5) , .player-page-ranking-ratting{
    flex: 0 0 100px!important;
    max-width: 100px;
	max-width: 100px!important;
	text-align:center;
}
.player-page-position , .player-page-wh, .player-page-league, .player-page-league2, .ranking-page-table .ranking_head-th ul li:nth-child(3) , .ranking-page-table .ranking_head-th ul li:nth-child(4) , .ranking-page-table .ranking_head-th ul li:nth-child(6), .ranking-page-table .ranking_head-th ul li:nth-child(7) {
    width: 100px;
	text-align:center;
    flex: 0 0 100px!important;
	max-width: 100px!important;
}
.player-row .ranking-td {
    max-width: 46px;
    flex: 0 0 46px!important;
}
.draft .load.player-row .rank_league, .draft_ranking_page .rank_league {
    flex: 0 0 199px!important;
    width: 199px;
}
.team-span{
	display:block;
	font-size:12px;
}

.team_ranking_page .ranking_head-th ul li:nth-child(3) , .team_ranking_page .ranking_head-th ul li:nth-child(4) , .team_ranking_page .ranking_head-th ul li:nth-child(5) , .team_ranking_page .ranking_head-th ul li:nth-child(6) , .team_ranking_page .ranking_head-th ul li:nth-child(7) {
    flex: 0 0 85px!important;
    text-align: center!important;
}

.team_ranking_page .name_img {
    flex: 0 0 293px!important;
}

.team_ranking_page .rank-star, 
.team_ranking_page  .rank-avg, 
.team_ranking_page  .rank-points {
    flex: 0 0 85px!important;
    text-align: center!important;
    margin: 0px!important;
    max-width: 85px!important;
    padding: 0px!important;
}

.team_ranking_page .rank-star span {
    margin: 0px auto!important;
}
.forloadmore span {
    display: block;
    width: 100%;
}




/* player new */
/* Styles for the accordion */
.accordion {
  width: 100%;
}

.accordion-header {
    background-color: #fff;
    padding: 20px;
    box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.18);
    cursor: pointer;
    border-radius: 10px;
}
.accordion-content {
  display: none;
}
.single-players_post .accordion-content {
  display: block;
}
.single-players_post .card {
    width: 68px;
}
.single-players_post .accordion-content {
    border-top:  1px solid #c1ccd3;
  
}
h2.card-head {
    background: #eae10b;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 1px 10px;
    border-radius: 10px 10px 0px 0px;
}
.single-players_post .card .title h2 {
    font-size: 11px;  
}
.card_very_bottom {
    font-size: 14px;
}
.accordion-header-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
}
.accordion-header{
	overflow:hidden;
}
.accordion-header-img {
    align-self: stretch;
}
.cente-ralign {
    display: flex;
    height: 100%;
    align-items: center;
}
.accordion-header-img{
	position:relative;
}
.acord-header-img-wrap {
    width: 60px;
    height: 60px;
}
.acord-header-img-wrap img {
    width: 100%;
    height: 100%;
	object-position:top;
    object-fit: cover;
    border-radius: 50%;
}
span.acord-header-rank-number {
    border-radius: 50%!important;
    background: #eae10b;
}
.acord-header-rank {
    width: 50px;
    text-align: center;
}
.acord-header-rank span {
    display: block;
}
.acord-header-rank-number {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}

.acord-header-rank-label {
    font-size: 14px;
    color: #707070;
}
.cente-ralign {
    display: flex;
    height: 100%;
    align-items: center;
}

.accordion-header-img:before {
    content: '';
    background: #eae10b;
    width: 45px;
    position: absolute;
    top: -40px;
    transform: rotate(14deg);
    bottom: -28px;
    z-index: 1;
    outline: 3px solid #eae10b;
    left: -13px;
    border-left: 5px solid #fff;
}
.accordion-header-img img {
    position: relative;
    z-index: 2;
}
.acord-header-title-wrap {
    text-align: left;
}
h2.accordion-header-heading {
    font-size: 18px;
    color: #404040;
    text-align: left;
    line-height: normal;
    margin-bottom: 10px;
}
span.accordion-header-city {
    padding: 10px;
    background: #eae10b;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.accordion-header-title {
    width: 240px;
}
.acord-header-performance-wrap {
	text-align:center;
    display: flex;
    height: 100%;
 
}
.accordion-header-performance {
    align-self: stretch;
    transform: skew(-16deg);
    margin: -20px 0px;
}
.performance-number-box {
    padding: 12px;
    display: flex;
    border-right: 1px solid #ffffff7a;
    align-items: center;
}
span.performance-label {	
	line-height:1.6rem;
    text-transform: uppercase;
    font-size: 12px;
  
    font-weight: 500;
}
.color-black span.performance-label{
	  color: #404040;
}
.color-white span.performance-label{
	  color: #dadada;
}
span.performance-number {
    line-height: 1.6rem;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.color-white{
	color:#fff;
}
.box-wrap {
    transform: skew(10deg);
}
.accordion-header-logo {
    width: 70px;
    text-align: center;
}
.accordion-content {
    background: transparent;
    border: 1px solid #c1ccd3;
	padding: 30px ;
    border-top: transparent;
    border-radius: 0px 0px 10px 10px;
}
.accordion-item {
    background: #eef2f4;
}
.w-100{
	width:100%;
}

.content-profile-img {
padding-top:100%;
    position: relative;
/*     height: 270px;
    padding: 20px; */
    background: #e4e4e4;
}
.content-profile-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    object-fit: cover;
	object-position:top;
}
.profile-list {
    display: flex;
    margin-bottom: 13px;
    justify-content: space-between;
}

.profile-list span {
    display: block;
    width: 50%;
}

span.profile-value {
    font-size: 13px;
    text-align: right;
    font-weight: bold;
}

.card-profile-info {
    padding: 20px;
}

span.profile-label {
    font-size: 13px;
	text-align:left;
}
.line-head span.shooting-span {
    position: relative;
    left: 19%;
}

.line-head span.playdriving-span {position: relative;left: 55%;}

.line-head span.playdriving-span, .line-head span.shooting-span {
    color: #fff;
    background: #8399a4;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 6px 5px 6px;
    border-radius: 3px;
}
.players-accordian .load.player-row {
    height: unset;
}




.card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 5px;
    width: 77px;
    height: 100px;
    border-radius: 5px;
}
.transition-card-bar .card {
    width: 90px;
}
.card.card-90 {
    width: 90px;
}
.right-neg{
	margin-right:-10px!important;
}
.progressbar-wrap {
	flex-wrap:wrap;
	row-gap:15px;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.card .percent {
	  width: 70px; /* Set width to 70px */
  height: 70px;
  position: relative;
}

.card svg {
  position: relative;
  width: 70px; /* Adjust SVG size */
  height: 70px; /* Adjust SVG size */
  transform: rotate(-90deg);
}

.card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #dbe3e8;
  stroke-width: 6; /* Adjust stroke width */
  stroke-linecap: round;
}

.card svg circle:last-of-type {
  stroke-dasharray: 185; /* Adjust dasharray for 70px box */
  stroke-dashoffset: calc(185 - (185 * var(--percent)) / 100);
  
}
.card svg.progress-circle.red circle:last-of-type {
    stroke: #f07086;
}
.card svg.progress-circle.yellow circle:last-of-type {
    stroke: #eae10b;
}
.card svg.progress-circle.green circle:last-of-type {
   stroke: #8fd828; 
}
.card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card .number h3 {
    font-weight: bold;
    color: #404040;
    font-size: 16px;
}

.card .number h3 span {
  font-size: 1rem; /* Adjust font size */
}
.card .title h2 {
    margin: 3px 0 0;
    font-size: 13px;
    color: #404040;
    font-weight: 500;
}
.line-head {
    color: #404040;
	text-align:left;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}
h2.line-head:after {
    content: '';
    height: 1px;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #c3ced5;
}
.profile-list:last-child {
    margin-bottom: 0px;
}
.line-head span {
    background: #eae10b;
    font-size: 13px;
    position: relative;
    z-index: 3;
    padding-right: 10px;
    padding: 3px;
}
.offense-card-bar .progressbar-wrap {
    margin-bottom: 0px;
}
.accordion-content .row {
    display: flex;
}
.col-5-wrap {
    height: 100%;
}
.accordion-header {
    position: relative;
}
.accordion-item {
	display:block!important;
    margin-bottom: 20px;
}
.accordion {
    width: 100%;
    background: #eef2f4;
}
span.open-icon, .close-icon {
    font-size: 22px;
    display: block;
    position: absolute;
    border: 0px;
    bottom: 4px;
    left: 28px;
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.bg-transparent {
    border: transparent;
    background: transparent;
}
.close-icon {
    border-right: transparent;
    border-bottom: transparent;
}

span.open-icon {
    border-top: transparent;
    border-left: transparent;
}
.player-row .ranking-td span:first-child:before {
    display: block;
}
.d-none {
    display: none;
}
.row.my-row.card-row {
	flex-wrap:wrap;
    display: flex;
    flex-direction: row-reverse;
}
.accordion-content .row {
    flex-wrap: wrap;
}
.box-wrap span {
    display: block;
}
.page-template-player-cards-ranking li.sf-field-post-meta-seasons_ {
    display: none!important;
}
.ranking_table_cards .player-row .ranking-td span {
    margin: 0px!important;
}
.show-desk .col-sm-6 {
    padding: 0px;
}
.show-desk .col-sm-6:first-child:before {
    content: '';
    position: absolute;
    right: 10px;
    height: 100%;
    width: 2px;
    background: #d8e0e5;
}
@media (max-width: 1250px){
	.show-desk .row {
		display:flex;
    flex-direction: row!important;
}
.show-desk .col-sm-6:first-child:before {
    right: 5px;
}
	.players-accordian.accordion {
    margin-top: 30px;
}
	.card-row .col-md-4 , .card-row .col-md-8 ,
	.card-row .col-md-3 , .card-row .col-md-9{
		width:100%;
	}
	.accordion-content .row {
    flex-direction: column-reverse;
}
	.col-5-wrap {
		margin-bottom:30px;
    max-width: 100%;
    align-items: center;
    display: flex;
}
	.card-profile-info {
    width: 50%;
}
	.content-profile-img {
	width: 50%;
    padding-top: 44%;
    position: relative;
}
}
@media (max-width: 1024px){
	.show-desk .col-sm-6:first-child:before {
    right: 30px;
}
}
@media (max-width: 991px){
	span.accordion-header-city {
    padding: 8px;
    font-size: 10px;
}
	h2.accordion-header-heading {
    font-size: 15px;
}
	span.performance-label {
    font-size: 10px;
}
	.acord-header-img-logo {
    min-width: 50px;
}
}

.show-mob{
	display:none;
}
@media (max-width: 767px){
	.mob-line-head:after {
    top: 17px!important;
}
	.card .title h2 {
    font-size: 11px;
}
	.show-mob{
		display:flex;
	}
	.show-desk{
	display:none;
}
	#player-table-tbl.mb-100{
		width:100%!important;
	}
	.accordion-header-wrap {
    flex-wrap: wrap;
}
	.acord-header-rank-number {
    font-size: 12px;
}
	.accordion-header {
    padding: 20px 10px 10px 10px;
}
.accordion-header-logo {
    order: 4;
    width: 35px;
}
.acord-header-rank.ranking-td {
    order: 1;
    width: 32px;
    text-align: left;
}
.accordion-header-img {
    order: 2;
}
	.acord-header-img-wrap {
    width: 45px;
    height: 45px;
}
.accordion-header-title {
    order: 3;
	width:45%;
}
	.acord-header-img-logo {
    min-width: 40px;
}
.accordion-header-performance {
    order: 5;
    margin-top: 4px;
    width: 100%;
    position: relative;
    z-index: 3;
}
	.performance-number-box {
    width: 25%;
    justify-content: center;
}
.accordion-header-img:before {
    width: 36px;
	left: 0px;
  
}
span.open-icon, .close-icon {
    font-size: 22px;
    top: unset;
    bottom: 58px;
    right: unset;
    left: 19px;
}
.accordion-header-wrap {
    gap: 10px;
    justify-content: space-evenly;
}
	.col-5-wrap {
    flex-wrap: wrap;
}
	.content-profile-img {
    width: 100%;
    padding-top: 94%;
}
	.card-profile-info {
    width: 100%;
}
	.progressbar-wrap {
    justify-content: center;
}
	.line-head {
    text-align: center;
}
	.line-head span.shooting-span {
   left:0px;
		margin:20px 0px;
    display: block;
}
	.accordion-header-img:before {
    bottom: -79px;
}
.line-head span.playdriving-span {
    position: relative;
    left: 0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media (min-width: 992px){
	.my-col-4{
	width: 30%;
    margin-left: auto;
	}
}
@media (max-width: 320px){
	span.accordion-header-city {
    padding: 8px;
    max-width: 122px;
    font-size: 9px;
    display: inline-block;
}
	span.performance-label {
    font-size: 8px;
}
	span.performance-number {
    font-size: 16px;
    margin-bottom: 5px;
}
}
.draft_page_bg .load-rel-news, .forloadmore {
    background: #ffae00;
}