/* MemberInfo.CSS */

* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(0, 0, 0);
}

:root {
  --fs1: 1rem;
  --fs2: 1.25rem;
  --fs3: 1.5rem;
}

body {
  font-size: var(--fs1);
}

a {
  white-space: nowrap;
  font-size: 13px;
  margin: 4px 12px 4px 12px;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

li {
  border-bottom: 1px dotted black;
}

ol {
  text-align: left;
  background: transparent;
}

textarea {
  color: black;
  background-color: white;
  text-align: left;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

select {
  font-size: 1em;
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

.tblhdr {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  background-color: darkred;
  color: white;
  border: 1px dotted white;
  padding: 2px 4px;
}

.Banner {
  width: 100%;
  text-align: center;
  background: transparent;
  background-color: darkred;
}

.ElemsList {
  padding: 12px;
  color: black;
  background: transparent;
}

.lbls {
  margin-right: 12px;
  display: inline;
}

.inps {
  text-align: left;
  display: inline;
}

.MainContents {
  max-width: 1000px;
  margin: auto;
  padding-top: 16px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
  grid-gap: 5px;
  padding: 8px;
}

#divInnerMenu {
  max-width: 800px;
  margin: auto;
  padding-top: 16px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
  grid-gap: 5px;
  padding: 8px;
}

.MainContents.div {
  background: transparent;
  text-align: center;
  margin: auto;
  padding: 12px;
  font-size: 1.5rem;
}

.itemleft {
  width: clamp(100px, 260px, 300px);
  grid-column: 1;
  background: transparent;
  margin: 16px auto 16px auto;
}

.itemcenter {
  width: clamp(100px, 260px, 300px);
  grid-column: 2;
  background: transparent;
  margin: 16px auto 16px auto;
}

.itemright {
  width: clamp(100px, 260px, 300px);
  grid-column: 3;
  background: transparent;
  margin: 16px auto 16px auto;
}

.itemfullwidth {
  width: fit-content;
  white-space: nowrap;
  text-align: justify;
  margin: auto;
  padding: 12px;
  border: 2px solid gray;
  color: black;
  background-color: rgb(245, 245, 245);
}

.itemfullwidthctr {
  font-size: 1.25 em;
  font-weight: bold;
  width: fit-content;
  text-align: center;
  margin: auto;
  padding: 12px;
  border: 2px solid gray;
  color: black;
  background-color: rgb(245, 245, 245);
}

.YTLinks {
  font-size: clamp(11px, 14px, 18px);
  width: fit-content;
  color: black;
  background-color: white;
  border: 2px solid darkred;
  border-radius: 8px;
  padding: 3px 3px;
}

.YTLinks:hover {
  border: 5px solid orange;
}

.InfoBtns {
  font-size: clamp(0.35vw, 0, 50vw, 0.6vw);
  background-color: firebrick;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px 3px 6px;
  margin: auto;
  border: 2px outset silver;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

#imgBtnGO {
  cursor: pointer;
  height: 30px;
  margin-bottom: -8px;
  margin-left: 12px;
}

#imgBtnGO:hover {
  border: 4px solid orange;
}

.InfoBtns:hover {
  background-color: white;
  color: darkred;
}

.MoreInfo {
  background-color: rgb(240, 240, 240);
  border: 4px solid black;
  font-size: 18px;
  padding: 8px;
  text-align: left;
  max-width: 800px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.AdminInput {
  background-color: rgb(240, 240, 240);
  border: 4px solid darkred;
  font-size: 18px;
  padding: 8px;
  max-width: 800px;
  margin: auto;
}

#divMessage {
  background-color: rgb(255, 255, 200);
  font-weight: bold;
  color: darkred;
  border: 4px inset darkgray;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  margin: 16px auto 16px auto;
  position: relative;
  width: clamp(400px, 600px, 800px);
}

#divtmr {
  text-align: right;
  border: none;
  padding-right: 16px;
}

#imgMGMLinks {
  height: 3em;
  border: 3px solid darkred;
  border-radius: 10px;
  cursor: pointer;
}

#imgMGMLinks:hover {
  border: 6px solid yellow;
}

.divShowTitle {
  width: fit-content;
  padding: 3px 6px;
  border: 4px double silver;
  border-radius: 8px;
  color: white;
  background-color: darkred;
}

.divMainHdr {
  border: 4px inset darkred;
  border-radius: 2px;
  background-color: white;
  color: darkred;
  padding: 16px;
}

.divListenLabel {
  border: 4px inset darkred;
  border-radius: 2px;
  background-color: darkred;
  color: white;
  padding: 16px;
}

.divider {
  border-top: 3px solid darkred;
  padding: 3px;
  width: 100%;
  height: 8px;
}

.ItemMusicPrep {
  grid-column: 2 / span 2;
  background-color: rgb(255, 230, 0);
  color: darkred;
  width: fit-content;
  padding: 12px;
  border: 4px double darkred;
  border-radius: 8px;
}

#divInstructions {
  line-height: 1.1em;
}

.pagelink {
  background-color: lightgray;
  color: black;
  border: 2px dotted black;
  border-radius: 6px;
  font-size: 0.85em;
  margin-top: 4px;
}

.cellRepTitle {
  text-align: left;
  padding: 2px 5px 2px 5px;
  border: 1px dotted black;
  border-collapse: collapse;
}

.cellCheckbox {
  text-align: center;
  padding: 2px 6px;
  border: 1px dotted black;
  border-collapse: collapse;
}

.btnscell {
  line-height: 36px;
  padding: 10px;
  text-align: center;
}

#aLnkRequestParts {
  margin-top: 48px;
  font-size: clamp(14px, 15px, 18px);
  background-color: firebrick;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  margin: 6px auto 6px auto;
  border: 2px outset silver;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

#aLnkRequestParts:hover {
  background-color: white;
  color: darkred;
}

#divDate {
  margin: 16px;
}

.item50 {
  max-width: 800px;
  min-width: 400px;
  text-align: center;
  margin: auto;
  padding: 1em;
  font-weight: bold;
  font-size: 1.25em;
}

.ExampleContents {
  width: fit-content;
  max-width: 1000px;
  margin: auto;
  padding-top: 16px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: left;
  grid-gap: 5px;
  padding: 8px;
  background-color: black;
  border: 2px solid black;
  border-radius: 6px;
}

.listleft {
  text-align: left;
  min-width: 400px;
  width: 100%;
  grid-column: 1 / span 3;
  background: transparent;
  padding: 10px 10px;
}

.listcenter {
  text-align: center;
  min-width: 400px;
  width: 100%;
  grid-column: 1 / span 3;
  background: transparent;
  padding: 10px 10px;
}

.EGLinks {
  font-size: clamp(11px, 14px, 18px);
  width: fit-content;
  color: black;
  background-color: white;
  border: 2px solid darkred;
  border-radius: 8px;
  padding: 3px 3px;
}

.EGLinks:hover {
  border: 5px solid orange;
}

#divClose {
  text-align: center;
  background-color: darkred;
  color: white;
  padding: 2px;
  border: 3px solid black;
  border-radius: 4px;
  width: fit-content;
  margin: auto;
}

.msg {
  background-color: black;
  color: yellow;
  padding: 1em;
  text-align: center;
  margin: auto;
  border: 3px solid black;
  border-radius: 8px;
}

@media screen and (max-width: 390px) {
  body {
    font-size: clamp(14px, 4vw, 16px);
  }

  .MainContents,
  #divInnerMenu {
    grid-template-columns: auto; /* Stack elements vertically */
    padding: 4px;
  }

  .itemleft,
  .itemcenter,
  .itemright,
  .itemfullwidth,
  .item50 {
    width: 100%; /* Full width for smaller screens */
    margin: 8px auto;
  }

  .Banner,
  .imgBanner {
    width: 100%; /* Ensure banners and images scale down */
  }

  .lbls,
  .inps {
    display: block; /* Stack labels and inputs for easier interaction */
    margin: 8px 0;
  }

  .YTLinks,
  .InfoBtns,
  .EGLinks {
    font-size: clamp(12px, 3.5vw, 14px); /* Adjust button and link sizes */
    padding: 6px 6px;
  }

  .AdminInput,
  #divMessage {
    font-size: clamp(16px, 4vw, 18px); /* Increase font size for readability */
  }

  .MoreInfo {
    width: 100%;
    font-size: clamp(16px, 4vw, 18px); /* Increase font size for readability */
  }
}
