html,
body {
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .layoutContainer {
    padding: 5px;
  }

  #sign-in {
    position: static;
    right: auto;
  }
}

#smartbanner {
  position: fixed;
  box-sizing: content-box;
}

body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background-color: #ffffff;
}

main {
  background-color: #ffffff;
}

section {
  margin: 10px;
}

.site-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  background-image: url(./img/mp-bkg.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.layoutContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 2rem;
  padding: 0 1rem;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.column {
  flex: 1 1 100%;
}

h1,
h2,
h3,
h4 {
  color: #ad0000;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: center;
}

h3 span {
  border-bottom: 3px solid #ff3b30;
  padding-bottom: 0.2em;
}

p {
  margin-bottom: 1rem;
}

.textBlockElement {
  background: #fff;
  padding: 1.5rem 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

a {
  color: #004aad;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
a:hover {
  color: #ff3b30;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

th,
td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: left;
}

tr:nth-child(even) {
  background: #f5f7fa;
}

tr:hover {
  background: #e9f1ff;
}

.cutline {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ff3b30;
  text-align: center;
  margin-top: 0.5rem;
}

.clearAll {
  display: block;
  clear: both;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  padding: 2rem;
  color: #666;
}

/*Home Page*/
#bannerTextDataBox {
  font-size: xx-large;
  font-weight: 700;
  margin-left: 150px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.bannerClass {
  display: flex;
  flex-direction: row;
}

#facilityDashTitleData {
  margin-top: 20px;
  font-size: larger;
}

.registration-table {
  margin-bottom: 50px;
}

.notice {
  background: #004aad;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  margin: 1.5rem 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-box {
  width: 100px;
  height: 150px;
}

.store-box {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: row;
}

.div-hor {
  display: flex;
  flex-direction: row;
}

.div-vert {
  display: flex;
  flex-direction: column;
}

.cnct-btn {
  height: 40px;
  width: 150px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #ddd;
  cursor: pointer;
}

#cnct-page-id {
  display: flex;
  flex-direction: row;
  position: sticky;
}

#sign-in {
  position: absolute;
  right: 5%;
  color: #ddd;
  text-decoration: underline;
}

#sign-in:hover {
  font-weight: 600;
  color: white;
  cursor: pointer;
}

#fb-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgb(218, 1, 1);
  height: 35px;
  width: 120px;
  border-radius: 50px;
}

.slideBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgb(218, 1, 1);
  height: 35px;
  width: 300px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  gap: 6px;
}

#fb-btn:hover,
.slideBtn:hover {
  color: #ad0000;
}

.red-txt {
  color: rgb(218, 1, 1);
  font-size: larger;
  font-weight: 600;
  margin-top: 20px;
}

#btn-1,
#btn-2,
#btn-3,
#btn-4,
#btn-5 {
  margin: 10px;
}

.hor-vert {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hor-vert-dash {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div-vert {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.move-right {
  margin-left: 200px;
}

.facility-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  h3 {
    font-size: 1.25rem;
  }

  p,
  td {
    font-size: 0.95rem;
  }

  .div-hor {
    display: flex;
    flex-direction: column;
  }

  #cnct-page-id {
    overflow: auto;
    overflow-y: hidden;
  }

  .cnct-btn {
    height: 70px;
  }

  #btn-1,
  #btn-2,
  #btn-3,
  #btn-4,
  #btn-5 {
    width: 80%;
  }

  .hor-vert,
  .hor-vert-dash {
    flex-direction: column;
  }

  .move-right {
    margin-left: 0px;
  }

  /*Home*/
  #bannerTextDataBox {
    font-size: x-small;
    font-weight: 600;
    margin-left: 45px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 1px;
  }

  .bannerClass {
    flex-direction: column;
  }
}

#top-bar-title {
  width: 100%;
  height: 20px;
  background-color: rgb(218, 1, 1);
  color: white;
  font-size: smaller;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.8rem 0;
  z-index: 1000;
}

.navbar a {
  color: white;
  text-decoration: none;
  padding: 15px;
  transition: color 0.3s, background-color 0.3s;
}

.navbar a:hover {
  background-color: rgb(218, 1, 1);
}

#nav-img-box {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .navbar {
    height: 80px;
    flex-wrap: wrap;
  }

  .navbar a {
    display: none;
  }

  #sign-in {
    display: none;
  }

  .navbar .hamburger {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: 15px;
  }

  .navbar .hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
  }

  .navbar.active a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
  }

  #sign-in {
    position: static;
    order: 99;
    display: none;
  }

  .navbar.active #sign-in {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*Dashboard Buttons:*/
#dashboard-layout {
  display: flex;
  flex-direction: row;
}

#containDivs {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 10px;
}

.head-coach-item {
  font-weight: 600;
  font-size: large;
  color: #ad0000;
  margin-bottom: 10px;
}

.light-text {
  font-size: small;
  color: black;
}

#containDivs div {
  margin: 10px;
}

.side-div {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.side-div:hover {
  background-color: rgb(218, 1, 1);
}

#hide-arrow-div {
  display: none;
}

#hiddenDivL {
  margin-left: 20%;
}

#hiddenDivR {
  margin-right: 20%;
}

#data-vertical-view {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  padding: 10px;
}

#display-dashboard-data {
  min-height: 700px;
  height: 100%;
  width: 800px;
  padding: 10px;
  background-color: whitesmoke;
}

.uploadHorizontal {
  display: flex;
  flex-direction: row;
}

.contClass,
.subContClass {
  border: 1px solid #999;
  padding: 5px;
}

.addBtn,
.minusBtn {
  height: 20px;
  width: 20px;
  cursor: pointer;
  font-weight: 600;
}

.addBtn:hover {
  background-color: #30ff3e;
}

.addBtn:active {
  background-color: #30ff3e;
}

.minusBtn:hover {
  background-color: #ff3b30;
}

.minusBtn:active {
  background-color: #ff3b30;
}

/*Email*/
#emailInputDiv {
  width: 100%;
}

#emailText {
  height: 200px;
  width: 400px;
  margin-bottom: 5px;
}

#sendEmail {
  height: 40px;
  width: 100px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
  background-color: #ff3b30;
  border: none;
  cursor: pointer;
}

#sendEmail:hover {
  background-color: #30ff3e;
}

.emailDiv {
  margin-bottom: 5px;
}

#emailTo,
#emailSubject {
  width: 400px;
}

/*Calendar*/
#events-container {
  overflow-x: hidden;
  overflow-y: hidden;
}

#saveEventBtn {
  cursor: pointer;
}

.eventList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#yieldContent {
  margin-bottom: 100px;
}

#monthViewCalendar {
  width: 100%;
}

#monthViewCalendar th {
  height: 40px;
}

#monthViewCalendar td {
  height: 80px;
}

.scroll-container {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.vcalendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#calendarCaption {
  background-color: #ad0000;
  color: white;
  font-size: larger;
  font-weight: 700;
}

textarea {
  height: 80px;
  width: 200px;
}

.dataDisplayBox {
  color: #999;
  width: 250px;
  height: 250px;
  margin-top: 5px;
  overflow: auto;
  border: 1px solid #999;
}

/*Coach*/
.newCoachInputClass {
  width: 50%;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #data-vertical-view {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }

  #display-dashboard-data {
    width: 95%;
  }

  #dashboard-layout {
    flex-direction: column;
  }

  #containDivs {
    flex-direction: row;
    overflow-x: auto;
  }

  .side-div {
    height: 60px;
    width: 150px;
  }

  #hide-arrow-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  /*Email*/
  #emailText,
  #emailTo,
  #emailSubject {
    width: 100%;
  }

  /*Calendar*/
  .vcalendar {
    width: 500px;
  }

  #monthViewCalendar {
    width: 300px;
  }

  .dataDisplayBox {
    width: 200px;
    border: none;
    border-left: 1px solid #999;
  }

  .newCoachInputClass {
    width: 95%;
  }

  .dashInputSaveLayout {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}

#siteDemo1Btn,
#siteDemo2Btn {
  height: 20px;
  width: 20px;
}

#siteDemo1Btn:hover,
#siteDemo2Btn:hover {
  cursor: pointer;
}

.underlineSpace {
  height: 5px;
  width: 100%;
  border-bottom: 1px solid lightgray;
}

.demoCont {
  margin-top: 5px;
  max-height: 200px;
  max-width: 200px;
  border: 1px solid lightgray;
}

.demoCont img {
  height: 197px;
  width: 197px;
}

.dashSave {
  border-radius: 20px;
  background-color: #da0101;
  color: white;
  padding: 5px;
  height: 25px;
  width: 60px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.dashSave:hover {
  background-color: #30ff3e;
}

.dashDelete {
  border-radius: 20px;
  background-color: #555555;
  color: white;
  padding: 5px;
  height: 25px;
  width: 60px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.dashDelete:hover {
  background-color: #da0101;
}

#slideBox {
  border: 2px solid black;
}

.homeSlideReelImg {
  transition: opacity 0.5s ease-in-out;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/*Programs*/
#programSlideCont {
  min-height: 500px;
  width: 320px;
  border: 2px solid black;
}

#programSlideBox {
  overflow-y: scroll;
  height: 300px;
  width: 315px;
}

.programSlideReelImg {
  transition: opacity 0.5s ease-in-out;
  height: 300px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  object-fit: cover;
  border: 1px solid #ddd;
}

@media (max-width: 600px) {
  #programSlideCont {
    width: 260px;
  }

  #programSlideBox {
    width: 255px;
  }
}

/*Sponsors:*/
.sponsorSection {
  max-width: 300px;
}

#sponsorListContainer {
  display: flex;
  flex-wrap: wrap;
}

#sponsorHardCodedList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.sponsorLinkBtn {
  padding: 5px;
  height: 35;
  max-width: 160px;
  border: 1px solid #ccc;
  background-color: #f0efef;
}

/*Connect Page:*/
#teamMembers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.getCoachClass {
  color: #da0101;
  font-size: large;
  font-weight: 600;
  padding: 5px;
  height: 90px;
  width: 150px;
  border: 1px solid lightgray;
  margin: 5px;
  margin-right: 20px;
  overflow-wrap: break-word;
}

/*Registration:*/

.registration-portal {
  max-width: 500px;
  margin: 4rem auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-align: center;
}

.registration-portal h2 {
  color: #ad0000;
  font-weight: 700;
  margin-bottom: 1rem;
}

.registration-portal input,
.registration-portal select {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border 0.2s, box-shadow 0.2s;
}

.registration-portal input:focus,
.registration-portal select:focus {
  border-color: #ad0000;
  box-shadow: 0 0 4px rgba(173, 0, 0, 0.4);
  outline: none;
}

.registration-portal button {
  background-color: rgb(218, 1, 1);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.registration-portal button:hover {
  background-color: #ad0000;
}

.athlete-section {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: left;
}

.athlete-section h3 {
  margin-top: 0;
  color: #ad0000;
}

.remove-athlete-btn {
  width: 100%;
}

@media (max-width: 600px) {
  #circle-logo {
    height: 100px;
    width: 100px;
    margin-left: 30%;
  }
}

/*Registration & Payment Form*/
#donate-vanish {
  margin-top: 30px;
}

#icon-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  justify-content: center;
  align-items: center;
}

#regPayBtn {
  width: 100%;
  height: 50px;
  font-size: larger;
  color: black;
  background-color: #f7d307;
  border-radius: 1px;
}

#regPayBtn:hover {
  color: white;
  background-color: #004aad;
}
