/*-------------------------
	Password Strength 
--------------------------*/

#user_registration p {
	clear: both;
}


#passwordStrengthBar {
		width: 100%;
		height: 8px;
		background-color: #e0e0e0;
		border-radius: 4px;
		margin-top: 4px;
		overflow: hidden;
	}
	#strengthFill {
		height: 100%;
		width: 0%;
		background-color: #dc3545;
		transition: width 0.3s ease, background-color 0.3s ease;
		border-radius: 4px;
	}

/*-------------------------
	Table 
--------------------------*/

table,
th,
td {
	/*border: 1px solid #CCCCFF;*/
	border: 1px solid #000000;
	text-align: center;
	border-collapse: collapse;
	/*border-spacing: 2px;
 font-size: 1em;*/
}

td {
	background-color: #FFFFFF;
	color: black;
}

.dates {
	white-space: nowrap;
}

th {
	background-color: #428bca;
	color: white;
}
.table-sm{
  font-size: 0.8rem;
}

.hidden{ /* used to hide a column in a table so I can still format the rows using that columns result i.e change colour of row for H/A/N */
  display:none;
  visibility:hidden;
}


/*-------------------------
	Header Font 
--------------------------*/

header {
	font-family: 'Playball', cursive;
	font-size: 25px;
	text-align: center;
}


/*--------------------------------------
	Background Image CSS 
---------------------------------------*/

html::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/light-blue-sky-background.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8; /* Adjust this value to lighten/darken */
	z-index: -1;
	pointer-events: none;
}


body {
	background-color: transparent;
	
}

.bg {
	background-color: #ffffff;
}

	/* -----------------------
	Sitepoint.com Countdown Timer
	 --------------------------*/

#clockdiv{
    font-family: sans-serif;
    color: #000;
    font-weight: 50;
    text-align: center;
    font-size: 12px;
}

#clockdiv > div{
    padding: 6px 12px; 
    /*border-radius: 1px;*/
    background: #0066FF;
    display: inline-block;
}

#clockdiv div > span{
    padding: 2px 6px;
    border-radius: 1px;
    background: #99CCFF;
    display: inline-block;
}

.smalltext{
    padding-top: 2px;
    font-size: 10px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL for Index Page
-------------------------------------------------- */

/* Carousel base class */
.index-carousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.index-carousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.index-carousel .carousel-item {
  height: 25rem;
}

@media (min-width: 40em) { /* RESPONSIVE CSS
  /* Bump up size of carousel content */
  .index-carousel .carousel-caption p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
 
 /* CUSTOMIZE THE CAROUSEL for Honours Page
-------------------------------------------------- */

/* Carousel base class */
.honours-carousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.honours-carousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.honours-carousel .carousel-item {
  height: 30rem;
}

@media (min-width: 40em) { /* RESPONSIVE CSS
  /* Bump up size of carousel content */
  .honours-carousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
 
 
/* CUSTOMIZE THE CAROUSEL for Attendances & Stadiums Page
-------------------------------------------------- */

/* Carousel base class */
.attendances-carousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.attendances-carousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.attendances-carousel .carousel-item {
  height: 10rem;
}

@media (min-width: 40em) { /* RESPONSIVE CSS
  /* Bump up size of carousel content */
  .attendances-carousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  
  
  
 /* CUSTOMIZE THE CAROUSEL for Players and Managers Page
-------------------------------------------------- */

/* Carousel base class */
.playersmanagers-carousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.playersmanagers-carousel .carousel-caption {
  bottom: 20rem;
  z-index: 10;
}

.playersmanagers-carousel .carousel-bottom-caption {
  position: absolute;
  bottom: -290px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  opacity: 0.9;
  width: 100%;
  text-align: center;
}

/* Declare heights because of positioning of img element */
.playersmanagers-carousel .carousel-item {
  height: 25rem;
}

@media (min-width: 40em) { /* RESPONSIVE CSS
  /* Bump up size of carousel content */
  .playersmanagers-carousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  

/* RESPONSIVE CSS
-------------------------------------------------- */


  .featurette-heading {
    font-size: 60px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */



/* For displaying players signed on Mangersview page */
.player-card {
  flex: 0 0 20%;
  max-width: 13%;
}
@media (max-width: 1200px) {
  .player-card { flex: 0 0 33.33%; max-width: 33.33%; } /* 3 per row */
}
@media (max-width: 768px) {
  .player-card { flex: 0 0 50%; max-width: 50%; } /* 2 per row */
}
@media (max-width: 576px) {
  .player-card { flex: 0 0 100%; max-width: 100%; } /* 1 per row */
}

/* For making long drop down scrollable */

.dropdown-menu {
  max-height: 70vh; /* or adjust to fit your design */
  overflow-y: auto;
}


/* For time and weather card in Index page */

body {
    /*color: white;*/
    background-size: cover;
    background-position: center;
	background-color: #CFD8DC;
	background-repeat: no-repeat;
    height: 100%;
    transition: background-image 1s ease-in-out;
   
    }
	
 .card_time_weather {
    /*background-image: url("https://i.imgur.com/dpqZJV5.jpg");*/
    background-size: cover;
    width: 600px;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 4px #87CEEB; /* skyblue hex */
    margin-top: 50px;
    margin-bottom: 50px;
}


.time-font {
    font-size: 80px;
}

.sm-font {
    font-size: 18px;
}

.med-font {
    font-size: 28px;
}

.large-font {
    font-size: 60px;
}