* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.outerWrapper{
  width:100%;
  height: 100%;
  overflow-y: hidden;

}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  font-size: var(--btn-font-size, 1em);
  padding-top: var(--btn-padding-y, 0.5em);
  padding-bottom: var(--btn-padding-y, 0.5em);
  padding-left: var(--btn-padding-x, 0.75em);
  padding-right: var(--btn-padding-x, 0.75em);
  border-radius: var(--btn-radius, 0.25em);
}

.btn--primary {
  background-color: #0000b8;
  color: #ffffff;
}

.indexlogin{
  background-color: #ffffff;
  padding-top: 30%;
  padding-bottom: 60%;
  margin-top: 45px;
  margin-bottom: 5px;
  margin-left: 10%;
  min-width: 455px;
  max-width: 800px;
  text-align: left;
}

.css-1ip0052-StyledInput-StyledInput {
  width: 250px;
  flex: 1 1 0%;
  box-sizing: border-box;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
  background: #ffffff;
  color: rgb(65, 68, 74);
  min-width: 0px;
  transition: all 100ms ease-in-out 0s;
  height: 56px;
  padding: 12px;
  border-radius: 8px;
  font-size: 1rem;
}

nav {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 60;
  height: 65px;
  line-height: 65px;
  top:0;
}

.logoimg{
  position:absolute;
  top:20px;
  margin-left: 20px;
  z-index:55;
  
}

nav .wrapper {
  position: relative;
  max-width: 1250px;
  padding: 0 30px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.wrapper .nav_links {
  display: flex;
}

.wrapper .logo a,
.nav_links li a {
  color: #494545;
  text-decoration: none;
}
.wrapper .logo a {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav_links li a {
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 9px 15px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav_links li {
  list-style-type: none;
}
.nav_links li a:hover {
  background: #3678bb;
  color:#ffffff;
}
.nav_links .mobile_item {
  display: none;
}


.rTable    { display: table; }
.rTableRow       { display: table-row; }
.rTableHeading    { display: table-header-group; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; }


.oddrow{
  background-color: rgb(226, 226, 226);
}
.evenrow{
  background-color: #ffffff;
}
.rTable {
      display: table;
      width: 90%;
      margin-top:30px;
      margin-bottom:150px;
}
.rTableRow {
      display: table-row;
      height:70px;
}
.rTableCell, .rTableHead {
  display: table-cell;
  font-size: 16px;
  text-align: center;
}
.rTableHeading {
      display: table-header-group;
      background-color:#073360;
      font-weight: bold;
      color:#ffffff;
      font-size:18px;
}
.rTableFoot {
      display: table-footer-group;
      font-weight: bold;
      background-color: #ddd;
}
.rTableBody {
      display: table-row-group;
}   

/* ********************************
    table roster styling
   *******************************
*/

.groupselect{
  min-width: 400px;
  width: 50%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
}


.rosterTable    { display: table; }
.rosterTableRow       { display: table-row; }
.rosterTableHeading    { display: table-header-group; }
.rosterTableBody    { display: table-row-group; }
.rosterTableFoot    { display: table-footer-group; }
.rosterTableCell, .rTableHead  { display: table-cell; }

.oddrow{
  background-color: rgb(226, 226, 226);
}
.evenrow{
  background-color: #ffffff;
}
.rosterTable {
      display: table;
      width: 70%;
      min-width: 500px;
      margin-top:30px;
      margin-bottom:150px;
      margin-left: 15%;
      margin-right: 15%;
      border: 1px, #0000b8;


}
.rosterTableRow {
      display: table-row;
      height:40px;
}
.rosterTableCell, .rosterTableHead {
      display: table-cell;
      padding: 5px 5px;
      /*border: 1px solid #999999;*/
      text-align: center;
}
.rosterTableHeading {
      display: table-header-group;
      background: rgb(57, 142, 239);
      font-weight: bold;
      color:#ffffff;
      font-size:19px;
}
.rosterTableFoot {
      display: table-footer-group;
      font-weight: bold;
      background-color: #ddd;
}
.rosterTableBody {
      display: table-row-group;
} 

.storelayout{
  margin-top: 145px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 25px;
  width: 90%;
  max-width:1340px;
  position:absolute;
  text-align:left;
  /*outline: dashed 1px black; */
}
.childstore {
  width: 100%;
  /* Center horizontally*/
}

/* ******************************** 
   * section 5 for the entry of the team password
   ********************************/*

   .CMTable {
    display: table;
    width: 600px;
    margin-top:20%;
    align-items: center;
    background-color: rgba(5, 142, 46, .5);
    border-radius: 8px;
    padding:30px;
    margin-left:20%;
    margin-right:20%;
}


.CMfTable    { display: table; }
.CMfTableRow       { display: table-row; }
.CMfTableHeading    { display: table-header-group; }
.CMfTableBody    { display: table-row-group; }
.CMfTableFoot    { display: table-footer-group; }
.CMfTableCell, .CMrTableHead  { display: table-cell; }

.CMfTable {
      display: table;
      width: 500px;
      align-items: center;
      background-color: rgba(5, 142, 46, 0.5);
      border-radius: 8px;
      padding:30px;
      margin-left:20%;
      margin-right:20%;
}
.CMfTableRow {
      display: table-row;
      height:20px;
}
.CMfTableCell, .CMrTableHead {
      display: table-cell;
      padding: 10px 10px;
      font-size: 25px;
}
.CMfTableHeading {
      display: table-header-group;
      background: rgba(5, 142, 46, 0.5);
      font-weight: bold;
      color:#ffffff;
}
.CMfTableFoot {
      display: table-footer-group;
      font-weight: bold;
      background-color: rgba(5, 142, 46, 0.5);
}
.CMfTableBody {
      display: table-row-group;
}   






  .PWTable {
    display: table;
    width: 600px;
    margin-top:20%;
    align-items: center;
    background-color: rgb(57, 142, 239,.5);
    border-radius: 8px;
    padding:30px;
    margin-left:20%;
    margin-right:20%;
}


.fTable    { display: table; }
.fTableRow       { display: table-row; }
.fTableHeading    { display: table-header-group; }
.fTableBody    { display: table-row-group; }
.fTableFoot    { display: table-footer-group; }
.fTableCell, .rTableHead  { display: table-cell; }

.fTable {
      display: table;
      width: 500px;
      align-items: center;
      background-color: rgb(57, 142, 239,.5);
      border-radius: 8px;
      padding:30px;
      margin-left:20%;
      margin-right:20%;
}
.fTableRow {
      display: table-row;
      height:20px;
}
.fTableCell, .rTableHead {
      display: table-cell;
      padding: 10px 10px;
      font-size: 25px;
}
.fTableHeading {
      display: table-header-group;
      background: rgb(57, 142, 239);
      font-weight: bold;
      color:#ffffff;
}
.fTableFoot {
      display: table-footer-group;
      font-weight: bold;
      background-color: #ddd;
}
.fTableBody {
      display: table-row-group;
}   



.awrap{
  text-decoration: none;
  color:black;
  font-size: 28px;
}
.rowheader{
  background-color:#073360;
  color:#ffffff;
  font-size: 25px;
}
.footerWrapper{
  background-color: #4b5157;
  width:100%;
  text-align: center;
  text-decoration: None;
  position: fixed;
  bottom: 0px;
  height: 55px;
}
.footer  {
  text-align: middle;
  font-size:20px;
 }
.footer a {
  padding:10px;
  color:#ffffff;
  font-size:20px;
}
/**********************************
            Drop Down Menu             
*********************************** */

.nav_links .drop_menu {
  position: absolute;
  top: 65px;
  width: 180px;
  line-height: 45px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.nav_links li:hover .drop_menu,
.nav_links li:hover .mega_box {
  top: 65px;
  opacity: 1;
  visibility: visible;
}

.drop_menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

/**********************************
              Mega Menu             
*********************************** */

.mega_box {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega_box .content {
  background-color: #ffffff;
  padding: 25px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row header {
  color: #494545;
  font-weight: 800;
  font-size: 20px;
}

.content .row .services_img {
  background-image: url(https://i.pinimg.com/originals/cc/21/4a/cc214a8fc4c81b090c84811ddcfa791c.jpg);
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.content .row .mega_links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.content .row .first_links {
  border-left: 0px;
}

.row .mega_links li {
  padding: 0 20px;
}
.row .mega_links li a {
  padding: 0 20px;
  color: #494545;
  font-size: 17px;
  line-height: 45px;
  display: block;
}

/* buttons style */

.wrapper .btn {
  color: #494545;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.cancel_btn {
  position: absolute;
  top: 0;
  right: 10px;
}

.clubContainer{
  width:220px;
  float:left;
  max-width:221px;
  padding:20px;
  height:300px;
}
.clubImageContainer img{
  width:100%;
}


/**********************************
          Responsive Styles             
*********************************** */

@media screen and (max-width: 1570px) {
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav_links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    background: #ffffff;
    display: block;
    top: 0;
    left: 0;
    left: -100%;
    overflow-y: auto;
    line-height: 50px;
    padding: 150px 10px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
  }
  #menu_btn:checked ~ .nav_links {
    left: 0%;
  }
  #menu_btn:checked ~ .btn.menu_btn {
    display: none;
  }
  .nav_links::-webkit-scrollbar {
    width: 0px;
  }
  .nav_links li {
    margin: 15px 10px;
  }
  .nav_links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .storelayout{
    margin-top: 145px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 25px;
    width: 90%;
    max-width:1340px;
    position:absolute;
    /*outline: dashed 1px black; */
  }
  .childstore {
    width: 100%;
    /* Center horizontally*/
  }
  .clubContainer{
    width:220px;
    float:left;
    max-width:221px;
    padding:20px;
    height:300px;
  }
  .clubImageContainer img{
    width:100%;
  }
  .footerWrapper{
    background-color: #4b5157;
    width:100%;
    text-align: center;
    text-decoration: None;
    position: fixed;
    height: 55px;
    bottom: 0px;
  }
  .footer  {
    text-align: middle;
    font-size:20px;
   }
  .footer a {
   padding:10px;
   color:#ffffff;
   font-size:20px;
  }

  /* drop down responsive */

  .nav_links .drop_menu {
    position: static;
    opacity: 1;
    visibility: visible;
    top: 65px;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
  }

  #showDrop:checked ~ .drop_menu {
    max-height: 100%;
  }
  .nav_links .drop_menu li {
    margin: 0;
  }
  .nav_links .drop_menu li a {
    font-size: 18px;
    border-radius: 5px;
  }
  .nav_links .desktop_item {
    display: none;
  }
  .nav_links .mobile_item {
    display: block;
    font-size: 20px;
    color: #494545;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav_links .mobile_item:hover {
    background: #1873cd;
  }

  /* Mega menu responsive */

  .mega_box {
    position: static;
    top: 65px;
    width: 100%;
    padding: 0 20px;
    opacity: 1;
    max-height: 0px;
    visibility: visible;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  #showMega:checked ~ .mega_box {
    max-height: 100%;
  }

  .mega_box .content {
    background-color: #2c6fb3;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega_box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega_box .content .row:nth-child(1),
  .mega_box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .services_img {
    height: 200px;
  }
  .content .img_row {
    border-top: none !important;
  }
  .content .row .mega_links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega_links li {
    margin: 0;
  }
  .content .row header {
    font-size: 18px;
  }
}
.wrapper input {
  display: none;
}
