/* background color for all pages */
body {      
  background-color: #6e83ab;
  font-family: "Roboto", sans-serif;
}


/* header.php css code for all pages */
/* start */
header {
  background-color: rgb(185, 178, 53);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 100px;
  height: 80px;
}
.footname {
  font-size: 24px;
  /* margin-left: 10px; */
  text-align: center;
  /* padding-top: 15px; */
}

.nav-links {
  display: flex;
  align-items: center;
}

.nav-links a {
  margin-right: 10px;
}

.user-account {
  display: flex;
  align-items: center;
}

.user-name {
  margin-right: 10px;
}
/* end header.php css code */


/* loginPage.php css codes */
/* start */
.signup-box {
  width: 360px;
  height: 420px;
  margin: auto;
  background-color: rgb(185, 178, 53);
  border-radius: 3px;
}
.login-box {
  width: 360px;
  height: 280px;
  margin: auto;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.forml{
  width: 300px;
  margin-left: 20px;
}
.formlo{
  width: 300px;
  margin-left: 20px;
}

.lab {
  display: flex;
  margin-top: 20px;
  font-size: 18px;
}

.inp {
  width: 100%;
  padding: 7px;
  border: none;
  border: 1px solid rgb(68, 64, 64);
  border-radius: 6px;
  outline: none;
}
.ti {
  text-align: center;
  padding-top: 15px;
}
.bu {
  background-color: rgb(233, 230, 170);
  width: 200px;
  height: 40px;
  margin-left: 20%;
}
/* end css codes for loginPage.php */


/* dashboard.php css code */
/* start */
.container {
  display: flex; 
}
.navo {
  margin: left;
  width: 200px;
  height: 80px;
  border-radius: 3px;
  background-color: rgb(233, 230, 170);
}
.tabo {
  flex: 1; 
  margin: auto;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.h2{
  text-align: center;
}
.too { 
  border-color: black;
  margin: auto;
}
.buto{
  width: 400px;
  height: 50px;
  margin-left: 30%;
  background-color: rgb(233, 230, 170);
}
/* end of dashboard.php page css code */


/* createNewTeam.php page Css code  */
/* start */
.cont {
  display: flex;
}
.Cnavo {
  margin: left;
  width: 200px;
  height: 50px;
  border-radius: 3px;
  background-color: rgb(233, 230, 170);
}
.creat {
  flex: 1;
  margin: auto;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.h1 {
  text-align: center;
  padding-top: 15px;
}
.formC {
  margin-left: 40%;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
/* end CreateNewTeam.php page its css code */


/* teamDetails.php page CSS Code */
/* start */
.details {
  display: flex; 
  justify-content: center; 
}
.avo {
  margin-left: auto; 
  align-items: center;
  width: 200px;
  height: 100px;
  border-radius: 3px;
  background-color: rgb(233, 230, 170);
}
.mdetails {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  height: 600px;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
  
}

.editbu{
  background-color: rgb(220, 219, 197);
  width: 200px;
  height: 40px;
}
.deletebt{
 
  background-color: rgb(220, 219, 197);
  width: 200px;
  height: 40px;
}

.dbt {
  /* margin-left: 40%;  */
  background-color: rgb(220, 219, 197);
  width: 200px;
  height: 40px;
  /* margin-left: 0%; */
}

/*  END teamDetails.php page */


/* addPlayer.php page Css code */
/* START */
.add {
  display: flex; 
}
.vo {
  margin: left;
  width: 200px;
  height: 100px;
  border-radius: 3px;
  background-color: rgb(233, 230, 170);
}
.add-player {
  flex: 1; 
  margin: auto;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.hf{
  /* text-align: center; */
  margin-left: 40%;
}
.fadd {
  margin-left: 40%;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.bobo {
  background-color: rgb(220, 219, 197);
  width: 150px;
  height: 30px;
}
.can {
  margin-left: 40%;
}
/* END addPlayer.php page  */


/* editTeam.php page Css code */
/* START */
.ediv {
  display: flex; 
}
.ednav {
  margin: left;
  width: 200px;
  height: 100px;
  border-radius: 3px;
  background-color: rgb(233, 230, 170);
}
.edit-team {
  flex: 1; 
  margin: auto;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.hed{
  /* text-align: center; */
  margin-left: 40%;
}
.uptadef {
  margin-left: 40%;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.deletef {
  margin-left: 40%;
  align-items: center;
  border-radius: 3px;
  background-color: rgb(185, 178, 53);
}
.depu {
  background-color: rgb(210, 92, 92);
  width: 150px;
  height: 30px;
}
.upu {
  background-color: rgb(92, 210, 120);
  width: 150px;
  height: 30px;
}
/* END editTeam.php page  */

/* footer Css */
/* START */
.footer {
  background-color: rgb(185, 178, 53);
  padding: 10px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-direction: column; 
  text-align: center; 
}

.footer-logo img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px; 
}

.footer-info {
  text-align: center;
}

.footer-info p {
  margin: 5px;
}

.footer-info a {
  color: #0a0000;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
  text-decoration:double;
}
/* End footer Css code */