body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.club-page-background {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.6;
    background-color: #008cb5; 
}

h2 {
	font-size: 2rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;	
}

.card-body {
	padding:0px 20px 20px 20px;	
}

.rating-guide-button {
  text-align: center;
  font-size: 22px;
}

@media (max-width: 843px) {
	.btn, .img-fluid {
		margin: 0 auto;
		text-align:center;
		display: block;
		margin-top:10px;
	}
	
	.card-body {
		padding:0px 10px 10px 10px;	
	}
}

.card-custom {
	overflow: hidden;
	min-height: 450px;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
	height: 300px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	border-color: inherit;
	
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
	position: absolute;
	content: '';
	top: 261px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 40px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 545px;
	border-left-width: calc(575px - 5vw);
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
}

.card-custom-avatar img {
	border-radius: 50%;
	border: 3px solid #f6780b;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 225px;
	right: 15px;
	width: 80px;
	height: 80px;
}

hr {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	border-top: 1px solid #008cb5;
}

.fdr{
	margin-bottom: 0.1rem;
}

.fdr-digits {
	font-size: 2rem;
	font-weight: 700;
	line-height:1.1;
}

.fdr-prdigits {
	font-size: 2rem;
	font-weight: 700;
	line-height:1.1;
}

.fdr-text {
	font-size: 1rem;
	font-style: italic;
}

.fdr-text-no {
	font-size: 1rem;
	font-style: italic;
	margin-top: 12px;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

.vs {
	color: orange;
	font-size: 1.4rem;
}

.progress {
	height: 2rem;
}


.dllspacer {
	max-width: 500px;
	width: 100%;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border: 20px solid #ffffff;
	border-radius: 20px;
}


/*scorecards */
.spacer {
	margin-top:100px;
	max-width: 500px;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

.table {
	margin-bottom: 0 !important;
	
}

.game-tbl .table td {
	border-top: none; 
	padding: .25rem 0rem .25rem 0rem;	
}


.stats-tbl .table th, .stats-tbl .table td {
	border-top: none;
	border-bottom: 1px solid orange;
	text-align:center;
}

.player-image {
	max-width: 70%;
	width: 70%;
	border-radius: 10%;
	order-bottom: 1px solid #dee2e6;
}


.winner {
	border: 3px solid green;
}

.form-winner {
	padding:5px;
	background-color: green;
	color: #fff;
}

.loser {
	border: 3px solid red;	
}

.form-loser {
	padding:5px 8px;
	background-color: red;
	color: #fff;
}

.nopadding {
	padding: 0!important;
	line-height:1.2;
}

.single-event{
	padding:10px;
	border: 2px solid #cb632c;
}

/* Rsultrs table drag sort */
.ui-icon-grip-dotted-vertical {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -96px -128px;
	padding-right: 5px;
}


/* Credits Traffic Lights */
.green {
	color: green;
	font-size:1.5rem;
	  border: 2px solid green; /* Added 'solid' to specify the border style */
	 padding: 0px 6px; /* Adjust padding as needed */
}

.amber {
	color: orange;
	font-size:1.5rem;
	border: 2px solid orange; /* Added 'solid' to specify the border style */
	padding: 0px 6px; /* Adjust padding as needed */
}

.red {
    color: red;
    font-size: 1.5rem;
    border: 2px solid red; /* Added 'solid' to specify the border style */
    padding: 0px 6px; /* Adjust padding as needed */
}

