@import url(/global/global-banner-light.css?v=2);
table, td, tr {
    border: 10px solid transparent;
    height: 100%;
}
i {
    font-style: italic;
}
table {
    border: 0px;
    width: 100%;
}
th, b {
    font-weight: 600;
}
.leftHead {
    background-color: rgb(182,154,129);
    padding: 3px 10px 0px 10px;
    border-bottom-left-radius: 24px;
    vertical-align: top;
    width: 1%;
}
.topHead {
    background-color: var(--yellow);
    padding: 10px 0px 10px 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.commentsCell {
    height: 100%;
}
.comments {
    width: 100%;
    height: 75%;
    appearance: none;
    outline: none;
    border: 2px solid var(--yellowInactive);
    border-radius: 5px;
    resize: none;
}
.comments::-webkit-input-placeholder {
    font-size: 70%;
}
.pointsDisplay {
    height: 25%;
}
.comments:hover,
.comments:focus,
.comments:active{
    border: 2px solid var(--yellow);
    transition: border-color 0.5s;
}
.button:hover,
.button:focus,
.button:active {
  background-color: rgb(201, 42, 32);
  border: solid 3px rgb(201, 42, 32);
  border-radius: 5px;
  color: rgb(245, 187, 71);
  cursor: pointer;
}
.button{
  justify-content: center;
  align-items: center;
  appearance: none;
  box-sizing: content-box;
  height: 60%;
  background-color: rgb(245, 187, 71);
  border: solid 3px rgb(245, 187, 71);
  color: rgb(201, 42, 32);
  border-radius: 5px;
  font-size: 16px;
  width: 75%
}
.footer {
    display: flex;
    justify-content: center;
}
.formSelect {
    display: flex;
    border: solid 3px rgba(245, 187, 71, 0.3);
    border-radius: 5px;
    transition: border-color 0.5s;
    outline: none;
    appearance: none;
    padding: 3px;
    margin: 3px;
    box-sizing: content-box;
    height: 50%;
    width: 50%;
  }
.formSelect:focus,
.formSelect {
  transition: border-color 0.5s;
  border-color: rgb(245, 187, 71);
}
.selectorBody {
    height: 95vh;
    width: 95vw;
}
.locationWrapper {
    height: 10%;
}
.checkboxWrapper {
    padding-bottom: 5vh;
}
.submitBtnWrapper {
    height: 10%;
    display: flex;
    justify-content: center;
}
.instructions {
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    padding-top: 5vh;
}
.loadanimation{
    background-image: url(/global/assets/images/mcflurry_animation.gif);
    height: 60vh;
    width: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
  }
h1, h2 {
    text-align: center;
}
#irSelector {
    display: none;
}
#mod, #completor {
    border: solid 3px rgb(245, 187, 71);
    border-radius: 5px;
    appearance: none;
    outline: none;
    height: 3vh;
    width: 20vw;
    margin: 3px;
}