/* Below Copyright Notice pertains to .mdl... classes in this file */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */

/* Below Copyright Notice pertains to NON .mdl... classes in this file */

/* Copyright NewsMap LLC 2024
 * This code may not be reused outside of NewsMap LLC */

html, body {
  font-family: 'American Typewriter', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}
.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
}

/* Old WebTitles */
/* h3.webtitle-layout {
  font-family: 'Futura', 'Helvetica', sans-serif;
  color: coral;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
} */
/* h3.webtitle-layout {
  font-family: 'Anonymous Pro';
  color: lawngreen;
  text-shadow:
    -1px -1px 0 mintcream,
    1px -1px 0 mintcream,
    -1px 1px 0 mintcream,
    1px 1px 0 mintcream;
} */

/* New WebTitle */
/* h3.webtitle-layout {
  font-family: 'Bebas Neue';
  color: red;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 3px;
  padding-top: 25px;
  padding-bottom: 10px;
} */
h3.desktop-title {
  font-family: 'Bebas Neue';
  color: red;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 3px;
  padding: 10px;
}
h3.mobile-title {
  font-family: 'Bebas Neue';
  color: red;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 3px;
  padding-top: 25px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spinners in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


/* #TopStoriesTag {
    font-size: 28px;
    font-family: 'Anonymous Pro';
    color: rgb(247, 148, 20);
    display: inline-block;
    margin-right: 50px;
    text-shadow:
    -1px -1px 0 darkgrey,
    1px -1px 0 darkgrey,
    -1px 1px 0 darkgrey,
    1px 1px 0 darkgrey;
} */
#TopStoriesTag {
  /* font-style: italic;
  font-weight: bold;
  color: rgb(247, 148, 20);
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 28px;
  font-family: 'Anonymous Pro';
  vertical-align: middle; */
  /* margin: 0px 100px;  */
  /* word-spacing: 25px;  */
  /* text-shadow: 4px 4px white; */
  /* letter-spacing: 20px; */
}


#topBannerSection {
  margin-bottom: 10px;
}


/* .banner-subtitle {
  font-style: italic; 
  color: lightslategray; 
  margin: 0px 100px; 
  word-spacing: 25px; 
  text-shadow: 2px 2px navy; 
  letter-spacing: 20px
} */
/* .banner-subtitle {
  font-style: italic;
  font-weight: bold;
  color: rgb(247, 148, 20); 
  margin: 0px 100px; 
  word-spacing: 25px; 
  text-shadow: 2px 2px mintcream; 
  letter-spacing: 20px;
} */

.banner-subtitle {
  font-style: italic;
  font-weight: bold;
  font-family: 'Bebas Neue';
  color: black; 
  /* margin: 0px 100px;  */
  margin-left: 20px;
  word-spacing: 25px;
  text-shadow: 2px 2px mintcream; 
  letter-spacing: 5px;
  padding-bottom: 10px;
  padding-top: 35px;
  vertical-align: bottom;
}
.mobile-banner-subtitle {
  font-style: italic;
  font-weight: bold;
  font-family: 'Bebas Neue';
  color: black; 
  margin-left: 10px;
  word-spacing: 10px;
  text-shadow: 2px 2px mintcream; 
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-top: 35px;
  font-size: 22px;
  vertical-align: bottom;
}


.maptitle {
  /* font-style: italic; */
  font-weight: bold;
  font-family: 'Bebas Neue';
  color: black; 
  margin-left: 60px;
  text-shadow: 2px 2px mintcream; 
  letter-spacing: 5px;

}

.genericNewsMapTitle {
  font-style: normal;
  font-weight: bold;
  color: rgb(247, 148, 20);
  font-size: 28px;
  font-family: 'Segoe UI';
}

.genericNewsMapSubTitle {
  font-style: normal;
  font-weight: normal;
  color: slategray;
  font-size: 24px;
  font-family: 'Segoe UI';
}

.genericParagraph {
  white-space: pre-line;
  margin: 20px;
  font-family: 'Arial';
}



.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row {
  font-size: inherit;
}
.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 64px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 8px;
}
.mdl-demo .mdl-card {
  height: auto;
  display: flex;
  flex-direction: column;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 40px;
  flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.mdl-demo .mdl-card__actions a {
  color: #00BCD4;
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 860px;
}


.MapSection {
  padding: 0px 10px;
  display: block;
  width: 100%;
}


/* Current */
/* NOTE: As the map is absolutely positioned and neither it's parent nor grandparent have defined heights, the height of the parent will not fill any space if defined as a percentage */
div#map {
  position: absolute;
  width: 90%;
  height: 100%;
  left: 5%;
  z-index:0;
  background-color: black;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}


div#mapMobile {
  position: absolute;
  width: 95%;
  height: 85%;
  left: 2.5%;
  z-index:0;
  background-color: black;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

div#mapControls {
  position: absolute;
  width: 4%;
  min-width: 50px;
  height: 50%;
  top: 25%;
  left: 95.5%;
}

div#mapControlsMobile {
  position: absolute;
  width: 50%;
  min-width: 50px;
  height: 10%;
  bottom: 2%;
  left: 25%;
}

div#map-redcalls {
  width: auto;
  height: available;
  max-width: 80%;
  max-height: 700px;
  min-height: 500px;
  margin: 20px auto;
  background-color: black;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index:0;
}

.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
}
.mdl-demo section .section__text {
  flex-grow: 1;
  flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 24px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}

#statbar {
  background-color: white;
}

input:invalid {
  border: 2px solid red;
}

input:valid {
  border: 2px solid black;
}


.inputBorder {
  border-style: outset; 
  border-color: slategray; 
  border-width: 5px; 
  border-radius: 5px; 
  padding-top: 2%;
  padding-bottom: 2%;
  width: 97%;
}


.SubmitBtnClass {
  width: 100px;
  height: 30px;
  /* font-size: 40x; */
  font-size: 18px;
  /* font-family: 'American Typewriter', 'Helvetica', sans-serif; */
  font-family: 'Chakra Petch';
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  color: black;
}


.top-news-overview-section {
  padding: 8px;
  padding-top: 12px;
  background-color: white;
}


.mapControlsLabel {
  display: block;
  margin: 10px auto;
  color: black;
  font-family: Nimrod;
  font-size: 12;
  font-weight: bold;
}


.mapControlsSpacer {
  display: block;
  height: 10%;
}


.mapControlsTinySpacer {
  display: block;
  height: 1%;
}


#popUpAd {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 50%;
  height: 70%;
  top: 15%;
  left: 25%;
  margin: auto;
  background-color: aliceblue;
}


.popUpButton {
  right: 0;
  position: absolute;
  background-color: aliceblue;
}


/* Current */
#mapViewerPanel {
  position: relative;
  margin: 5px auto;
  width: 55%;
  min-height: 800px;
  flex-grow: 55%;
  /* height: max-content; */
  height: 85vh !important;
  max-height: 100%;
}



/* Current */
#mapSectionSubcontainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}


.panTableScrollContainer {
  overflow-y: auto; 
  height: 85vh;
  max-height: 85vh;
  width: 45%;
  flex-grow: 45%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 50px;
}


#PanArticleTable {
  /* border: 2px solid #2B65EC; */
  /* background-color: #e8b153; */
  /* width: 45%;
  flex-grow: 45%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 50px; */
  height: max-content;
  /* overflow-y: scroll; */
  /* border: 15px outset rgba(106, 138, 187, 0.701); */
  /* border: 15px outset rgba(71, 79, 150, 0.507); */
  border-radius: 8px;
}


.PanArticleImage{
  width: 100%;
  margin:auto;
}

.PanArticleImageContainer {
  display: flex;
  align-items: center;
  width: 25%;
  flex-grow: 2;
  flex-basis: 1200px;
  padding: 5px;
  margin: 10px;
  animation: timetablecontent 45s linear infinite;
  animation-delay: -100ms;
  vertical-align: middle;
}


.PanArticleImageMobile{
  width: 50%;
  max-width: 70%;
  flex-grow: 0;
  margin: 5px;
  border-radius: 5%;
  display: block;
}


.PanArticleTableTextCellStyle {
  vertical-align: top;
  /* height: 60px; */
  height: 100%;
  margin: 0px; 
  padding: 2px 10px; 
  font-family: 'Arial'; 
  /* color: rgba(255, 255, 255, 0.598);  */
  color: darkslategray;
  background-color: rgba(188, 173, 173, 0.551);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(214, 193, 249, 0.3);
  animation: rotation 20s infinite ease-out;
}


.PanArticleTableTextCellStyleMobile {
  vertical-align: top;
  /* height: 60px; */
  margin: 0px; 
  padding: 2px 10px; 
  font-family: 'Arial'; 
  /* color: rgba(255, 255, 255, 0.598);  */
  color: darkslategray;
  background-color: rgba(106, 192, 176, 0.551);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(214, 193, 249, 0.3);
  animation: rotation 20s infinite ease-out;
}


.PanArticleTableCellTextArea {
  /* flex-grow: 1; */
  animation: timetablecontent 45s linear infinite;
  animation-delay: -100ms;
  flex-grow: 4;
}


@keyframes rotation {
  0% {
    transform: rotateX(0deg);
  }
  7% {
    transform: rotateX(330deg);
  }
  30% {
    transform: rotateX(359deg);
  }

  100% {
    transform: rotateX(359deg);
  }
}


@keyframes timetablerotation {
  0% {
    transform: rotateX(0deg);
    background-color: rgb(255, 255, 255);
    height: 48%;
  }
  0.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  0.6% {
    background-color: rgb(255, 255, 255);
  }
  1% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
  }
  1.1% {
    transform: rotateX(0deg);
  }
  1.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  1.6% {
    background-color: rgb(255, 255, 255);
  }
  2% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
  }
  2.1% {
    transform: rotateX(0deg);
  }
  2.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  2.6% {
    background-color: rgb(255, 255, 255);
  }
  3% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
  }
  3.1% {
    transform: rotateX(0deg);
  }
  3.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  3.6% {
    background-color: rgb(255, 255, 255);
  }
  4% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
  }
  4.1% {
    transform: rotateX(0deg);
  }
  4.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  4.6% {
    background-color: rgb(255, 255, 255);
  }
  5% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
  }
  5.1% {
    transform: rotateX(0deg);
  }
  5.5% {
    transform: rotateX(90deg);
    background-color: rgb(214, 213, 213);
  }
  5.6% {
    background-color: rgb(255, 255, 255);
  }
  6% {
    transform: rotateX(180deg);
    background-color: rgb(255, 255, 255);
    height: 48%;
  }
  6.1% {
    background-color: transparent;
    height: 0%;
  }

  99.9% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(0deg);
    height: 0%;
  }
}

@keyframes timetablebottom {
  0% {
    height: 48%;
    background-color: rgb(255, 255, 255);
  }
  6% {
    height: 48%;
    background-color: rgb(255, 255, 255);
  }
  6.1% {
    height: 0%;
    background-color: transparent;
  }

  100% {
    height: 0%;
    background-color: transparent;
  }
}


@keyframes timetabledivider {
  0% {
    height: 4%;
    background-color: rgba(32, 28, 28, 0.749);
  }
  6% {
    height: 4%;
    background-color: rgba(32, 28, 28, 0.749);
  }
  6.1% {
    height: 0%;
    background-color: transparent;
  }

  100% {
    height: 0%;
    background-color: transparent;
  }
}


@keyframes timetablecontent {
  0% {
    opacity: 0.0;
  }
  6% {
    opacity: 0.0;
  }
  6.1% {
    opacity: 1.0;
  }

  100% {
    opacity: 1.0;
  }
}


.PanArticleTableOuterCellStyle {
  width: 100%;
  margin: 0px; 
  border-radius: 16px;
  border: 1px solid rgba(214, 193, 249, 0.3);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.PanArticleTableCellContentContainer {
  /* padding: 5px 10px; */
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: auto;
}


.PanArticleTableCellTopFlipper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48%;
  transform-origin: 50% 104%;
  animation: timetablerotation 45s linear infinite;
  animation-delay: -100ms;
  z-index: 1;
}


.PanArticleTableCellFlipperHinge {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 4%;
  animation: timetabledivider 45s linear infinite;
  animation-delay: -100ms;
  z-index: 0;
}


.PanArticleTableCellBottomFlipper {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 48%;
  animation: timetablebottom 45s linear infinite;
  animation-delay: -100ms;
  z-index: 0;
}


.PanArticleTableRowStyle {
  /* min-height: 60px; */
}

.panarticlelinkstyle {
  justify-content: center;
  color: rgba(219, 219, 94, 0.583); 
  text-decoration: none;
  font-style: italic;
  /* color: rgb(130, 125, 121);  */
  /* font-family: 'Nimrod';  */
  font-size: smaller; 
  padding: 1px; 
  margin-left: 20px;
  font-family: 'ARIAL';
  /* font-size: 16px; */
  font-size: clamp(16px, 1vw, 36px);
  /* margin-left: 2px; */
}

.PanArticleTitleStyle {
  font-weight: bold;
  /* margin: auto; */
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
  /* font-family: 'ARIAL'; */
  font-family: 'Prata';
  /* font-size: 16px; */
  font-size: clamp(16px, 1vw, 36px);
  /* line-height: 24px; */
  /* line-height: clamp(24px, 1vw, 72px); */
  line-height: 1.2;
}

.PanArticleParagraphStyle {
  /* font-size: clamp(13px, 1vw, 36px); */
  font-size: clamp(13px, .8vw, 32px);
  /* line-height: 20px; */
  line-height: 1.4;

  /* font-family: 'ARIAL'; */
  font-family: 'Prata';
  display: block;
  margin: 6px 0px;
}

.PanArticleTextFooterStyle {
  font-size: clamp(11px, .7vw, 32px);
  font-family: 'Prata';
  display: block;
  margin: 15px 0px;
}

.bodystyle {
  background-attachment: fixed;
  background-size: 500px 500px; /* Scale down the image proportionally */ 
  background-position: right 8% top 35%; /* Align the image to the top-right corner */
  background-repeat: no-repeat;
}

/********* Quiz ************/

/* Original */ 

/* .QuizNumberColCellStyle {
    padding: 10px;
    border-radius: 12px;
    background-color: lightsteelblue;
    font-family: 'Palatino';
    color: darkslategray;
    font-size: 18px;
}

.QuizAnswerCellStyle {
  background-color: lightsteelblue;
  border-radius: 12px;
}

.QuizAnswerLabelStyle {
  padding: 5px;
  font-family: 'Palatino';
  color: darkslategray;
  font-size: 18px;
}

.QuizRadioCellStyle {
  vertical-align: middle;
  padding: 5px;
} */


/* Table Container */
.quiz-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0 10px; /* Space between rows */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #334155;
}

.quiz-header-num {
  /* background-color: #f1f5f9; */
  /* background-color: #b39595; */
  background-color: #b8a9a9;
  /* background-color: #ffcea2; */
  /* color: #475569; */
  /* color: whitesmoke; */
  color: black;
  padding: 20px;
  font-size: 18px;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 12px 0 0 12px;
  width: 60px;
  text-align: center;
}

.quiz-header-question {
  /* background-color: #f1f5f9; */
  /* background-color: #c0be85; */
  background-color: #e3e2d3;
  /* background-color: #ffcea2; */
  /* color: #475569; */
  /* color: whitesmoke; */
  color: black;
  padding: 20px;
  font-size: 18px;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 0 12px 12px 0;
}

/* Option Rows */
.QuizNumberColCellStyle {
    background-color: #b8a9a9;
    /* background-color: #b39595; */
    /* background-color: #f8fafc; */
    /* color: #64748b; */
    /* color: whitesmoke; */
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.QuizAnswerCellStyle {
    /* background-color: #ffffff; */
    background-color: #fdfdf4;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-left: none;
    border-radius: 0 10px 10px 0;
    transition: all 0.2s ease;
}

/* Hover Effect for Interactivity */
tr:hover .QuizAnswerCellStyle {
    background-color: #f0f9ff;
    border-color: #bae6fd;
}

/* Radio & Label Styling */
.QuizRadioCellStyle {
    transform: scale(1.2);
    margin-right: 10px;
    accent-color: #3b82f6;
    vertical-align: middle;
}

.QuizAnswerLabelStyle {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 90%;
}

/* The Action Row (Submit & Feedback) */
.quiz-action-cell {
    padding-top: 15px;
    vertical-align: middle;
}


/***************************/


.UserProfileFormLabel {
  font-size: 22px;
  color: seagreen;
  font-family: 'American Typewriter';
  min-width: 250px;
  /* width: 250px; */
  padding: 3px;
  display: inline-block;
}

.UserProfileErrorLabel {
  font-size: 22px;
  color: lightcoral;
  font-family: 'American Typewriter';
  min-width: 250px;
  /* width: 250px; */
  padding: 3px;
  display: inline-block;
}

.UserProfileFormFieldInput {
  font-size: 22px;
  font-family: 'Courier';
  min-width: 800px;
  width: 800px;
  border-radius: 5px;
}

.UserProfilePasswordFieldInput {
  font-size: 18px;
  min-width: 800px;
  width: 800px;
  border-radius: 3px;
}

.UserProfileUserInfoMargins {
  margin: 11px 20px;
}

.UserProfileStdFieldSpacerV {
  margin-top: 11px;
  margin-bottom: 11px;
}

.UserProfileStdFieldSpacerH {
  margin-left: 20px;
  margin-right: 20px;
}

.UserProfileStdFieldSpacerR {
  margin-right: 20px;
}

.UserProfileStdFieldSpacerL {
  margin-left: 20px;
}

.UserProfileSmallFieldSpacerB {
  margin-bottom: 6px;
}

.UserProfileSmallFieldSpacerT {
  margin-bottom: 6px;
}

.UserProfielStdInlineBoxHSeparator {
  margin-right: 75px;
  margin-left: 75x;
}

.mailboxGroupInviteButtonBox {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 3px outset white;
  background-color: aliceblue;
}


/*********************************/
/* New User Sign-Up */

h1.NewUserPage {
  margin-left: 25px;
  margin-top: 40px;
  color: cadetblue;
  text-wrap: wrap;
  text-shadow: 4px 4px black;
}

h3.NewUserPage {
  margin-left: 25px;
  margin-top: 25px;
  color: darkolivegreen;
  text-wrap: wrap;
}

.NewUserFormLabel {
  font-size: 20px;
  color: lightslategrey;
  font-family: 'Palatino';
  font-weight: bold;
  margin: 11px 20px;
  min-width: 250px;
  width: 250px;
  display: inline-block;
}

.NewUserFormFieldInput {
  font-size: 20px;
  font-family: 'Palatino';
  margin: 11px 20px;
  min-width: 800px;
  width: 800px;
}

.NewUserFormValidationFeedbackLabel {
  font-size: 20px;
  color: lightslategrey;
  font-family: 'Palatino';
  font-weight: bold;
  color: limegreen;
  margin: 30px 20px;
  padding: 2px;
  border: 2px solid limegreen;
  display: inline;
}

.NewUserFormRedirectLabel {
  font-size: 20px;
  color: lightslategrey;
  font-family: 'Arial';
  font-weight: bold;
  color: green;
  margin: 30px 20px;
  padding: 2px;
  display: inline;
}

/*********************************/


.hitCounterStyle{
  color: whitesmoke;
  background-color: purple;
  font-weight: 800;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: -120px -120px, 0 0;
  background: linear-gradient(45deg, yellow, purple, red, blue);
  background-size: 250% 250%, 100% 100%;

  animation: hitCounterAnimation 4s ease infinite;
}

@keyframes hitCounterAnimation { 
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}

.userProfileStandardButton {
  font-size: 20px;
  border-radius: 3px;
  padding: 5px;
  font-family: Chakra Petch;
  background-color: gainsboro;
}


.userProfileRoundShortButton {
  font-size: 20px;
  width: 76px;
  border-radius: 38px;
  padding: 5px;
  font-family: Chakra Petch;
  background-color: gainsboro;
}


.userProfileToggleButton {
  font-size: 20px;
  border-radius: 3px;
  padding: 5px;
  font-family: Chakra Petch;
  background-color: lightblue;
}


.userProfileUndoButton {
  font-size: 20px;
  border-radius: 3px;
  padding: 5px;
  font-family: Chakra Petch;
  background-color: peachpuff;
}


.websiteSmallButton {
  font-size: 14px;
  border-radius: 3px;
  border: 5px solid lightgray;
  padding: 3px;
  outline: none;
}

.gameStatTableMainStyle {
  background-color: gray;
  box-shadow: 10px 10px 15px gray;
  vertical-align: top;
  border-collapse: collapse;
}

.gameStatHeaderCell {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 50px;
}

.gameStatHeaderCellRankings {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
}

.gameStatLabelCell {
  font-family: 'Bangers';
  font-weight: bold;
  font-size: 18px;
  /* background-image: linear-gradient(60deg, red, orange, yellow, green, blue, indigo, violet); */
  /* background-image: linear-gradient(60deg, red, rgb(255, 111, 0), orange, rgb(255, 213, 0), yellow, rgb(100, 128, 0), rgb(68, 128, 0)); */
  /* background-image: linear-gradient(60deg, red, rgb(255, 111, 0), orange, rgb(255, 213, 0), yellow, rgb(249, 255, 181), white); */
  background-image: linear-gradient(60deg, rgb(255, 111, 0), rgb(255, 130, 0), orange, rgb(255, 213, 0), yellow, rgb(249, 255, 181), white);
  background-clip: text;
  color: transparent;
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px 20px;
  min-width: 40px;
  min-height: 30px;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
  backdrop-filter: blur(1px);
} 

.gameStatDataCell {
  font-family: 'Arial';
  font-size: 18px;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: center;
  background-color: transparent;
  backdrop-filter: blur(1px);
}

.gameStatDataCellRankNum,
.gameStatDataCellRankUser {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  color: skyblue;
  /* border-bottom: 1px solid #66b3ff; */
  border-bottom: 1px solid white;
  text-align: center;
  /* text-shadow: rgba(200, 200, 0, 0.894) 0px 0px 6px; */
  vertical-align: middle;
  background-color: transparent;
  backdrop-filter: blur(2px);
  max-height: 55px;
  height: 55px;
  box-sizing: border-box;
}

.gameStatDataCellRankUser {
  padding: 12px 40px;
  min-width: 40px;
}

.gameStatDataCellRankNum {
  padding: 10px 20px;
  min-width: 10px;
}

.gameStatTextHighlight {
  font-weight: bold;
  color: skyblue; /* Adjust to your primary text color */
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  animation: flicker 3s ease-in-out infinite;
  will-change: opacity, text-shadow; /* Optimizes performance */
}

@keyframes flicker {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    opacity: 0.7;
    text-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  }
  /* Random-looking micro-flicker */
  45%, 55% {
    opacity: 0.9;
  }
}

.gameStatSubHeaderRankNum {
  font-family: 'Arial';
  font-size: 18px;
  color: black;
  border-radius: 3px;
  padding: 10px 20px;
  min-width: 10px;
  text-align: center;
  vertical-align: center;
}

.gameStatSubHeader {
  font-family: 'Arial';
  font-size: 18px;
  color: black;
  border-radius: 3px;
  padding: 10px 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: center;  
}

.gameStatWeekLabel {
  margin-top: 70px;
  font-family: 'Courier Prime';
  font-size: 28px;
  text-align: center;
}

.gamesectionlinkctr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
}

.gamessectionlink {
  color: gray;
}

.gamessectionlinkli {
  margin-left: 20px;
  margin-right: 20px;
}

.leaderboardFlexHdrCtr {
  display: flex;
  margin-left: 15%;
  margin-top: 35px;
  flex-direction: row;
  align-content: center;
  justify-content: left;
}

.leaderboardHdrLabel {
  width: fit-content;
  padding: 5px;
  font-family: 'Arial';
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.5px;
}

.leaderboardHdrFieldVal {
  width: 100%;
  color: rgb(241, 198, 175);
  text-align: center;
  letter-spacing: normal;
}

.userProfileSectionStyle{
  margin-top: 100px;
  margin-bottom: 100px;
}

.userProfileLgSectionStyle{
  margin-top: 150px;
  margin-bottom: 150px;
}

.userProfileSubSectionStyle {
  margin-top: 60px;
  margin-bottom: 60px;
}

.userProfileInlineBoxStyle {
  display: inline-block;
  margin-bottom: 25px;
}


.userProfileBasicTableStyle {
  border: 1px solid black;
  border-radius: 5px;
}


.userProfileInsightsContainerStyle {
  border-radius: 5px;
  border-style: double;
  border-width: 4px;
  border-color: gainsboro;
  background-color: floralwhite;
}


.userProfileBasicTableCell {
  border: 1px solid black;
  border-radius: 3px;
  padding: 4px;
  font-size: 18px;
  min-width: 40px;
}

.userProfileMailboxTableStyle {
  border-radius: 22px;
  border-width: 18px;
  border-color: antiquewhite;
  border-style: ridge;
}


.userProfileWidgetPanelStyle {
  display: flex;
  /* justify-content: space-between; */
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
}


.userProfileNewsWidget {
  display: inline-block; 
  width: 45%;
  min-width: 550px;
}


.userProfileExtentTable {
  background-color: mintcream;
  width: 100%;
  column-gap: 0;
  border-spacing: 0;
  line-height: initial;
  font-size: initial;
}


.userProfileScrollableContentContainer {
  overflow-y: auto;
  height: 400px;
  width: 50%;
  margin-top: 10px;
}


.userProfileTopToolbar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  padding: 10px;
  background: linear-gradient(25deg, lightblue, skyblue, lightblue);
  vertical-align: middle;
}


.userProfileNavigationGridCell {
  display: inline-block;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  vertical-align: middle;
}


.userProfileTitleGridCell {
  display: inline-block;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  text-align: center;
}


.toolbarNavigationButton {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 5px;
  vertical-align: middle;
}


.quickLooksTableHeaderCell {
  border: 2px outset white;
  padding: 4px;
  font-size: 18px;
  min-width: 30px;
}

.dialogSearchHeaderCell {
  border: 2px inset white;
  padding: 4px;
  font-size: 16px;
  min-width: 30px;
}


.contactFormSize {
  width: 90%;
}


.contactFormTextArea {
  height: 20px;
  width: 500px;
  padding-bottom: 180px;
  color: black;
}


.penpalsTableHeaderCell {
  /* border: 3px groove white; */
  border: 2px outset white;
  padding: 4px;
  font-size: 18px;
  min-width: 30px;
}

.mailboxTableHeaderCell {
  border: 2px outset white;
  padding: 4px;
  font-size: 18px;
  min-width: 30px;
}

.mailboxTableBasicCell {
  /* border: 1px inset black; */
  border: 1px inset slategray;
  padding: 4px;
  font-size: 16px;
  min-width: 30px;
}

.penpalsTableBasicCell {
  border: 1px inset whitesmoke;
  padding: 4px;
  font-size: 16px;
  font-family: 'Encode Sans SC';
  min-width: 30px;
  height: 30px;
}


.quickLooksTableBasicCell {
  border-bottom: 1px solid lightcyan;
  padding: 4px;
  font-size: 16px;
  min-width: 30px;
  height: 30px;
}




.tableSmallColumnCell {
  max-width: 120px;
  word-wrap: break-word;
  width: 1fr;
}

.tableMidSizeColumnCell {
  max-width: 180px;
  word-wrap: break-word;
}


.mailBoxFontStyle {
  font-family: 'B612 Mono';
}

.mailBoxDialogFontStyle {
  font-family: 'Encode Sans SC';
}

.smallButtonFontStyle {
  font-size: 12px;
}

.largeButtonFontStyle {
  font-size: 18px;
}


.genericNonEditableTextBox {
  border: 1px solid darkgray;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
}

.smallPageMargin {
  margin-left: 24px;;
}

.medDoublePageMargin {
  margin-left: 100px;
  margin-right: 100px;
}

.noDataRowStyle {
  border: 1px dashed red;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: dimgray;
  font-size: 18px;
  max-height: 80px;
}

.sudokuCellStyle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  border-left: 3px outset;
  border-right: 3px outset;
  border-bottom: 3px outset;
  /* box-shadow: 0px 2px 3px gray; */
}

.sudokuCellEasyColor1 {
  background-color: #FFFF99;
}

.sudokuCellEasyColor2 {
  background-color: beige;
}

.sudokuCellMediumColor1 {
  background-color: lightblue;
}

.sudokuCellMediumColor2 {
  background-color: teal;
}

.sudokuCellHardColor1 {
  background-color: lavender;
}

.sudokuCellHardColor2 {
  background-color: mediumslateblue;
}

.sudokuCellInputStyle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-color: transparent;
  font-size: 24px;
  text-align: center;
}

/* Style for table contained within a cell for notes */
.sudokuCellNoteBackgroundStyle {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 40px;
  background-color: transparent;
  border-color: transparent;
  border-spacing: 0;
  padding: 0;
}

.sudokuCellNoteTableCellStyle {
  color: black;
  font-size: 9px;
  word-spacing: 0;
  letter-spacing: 0;
  line-height: 11px;
  text-align: center;
  padding: 1px;
  padding-top: 2px;
  margin: 0;
  /* border: .5px black solid; */
  background-color: transparent;
}


.sudokuCellInputTextColor {
  color: blue;
}

.sudokuBlockStyle {
  /* margin-top: 24px; */
  /* margin-bottom: 24px; */
  /* margin: 50px; */
  margin-left: 50px;
  margin-right: 50px;
  display: inline-block;
}

.dialogActionButtonCustom {
  margin-right: 25px; 
}


.genericMidSizeScrollableBox {
  overflow-y: scroll;
  max-height: 500px;
}


.genericSmallSizeScrollableBox {
  overflow-y: scroll;
  max-height: 100px;
  height: 100px;
}


.silverRoundButton {
  border-color: #7c7c7c;
  background: linear-gradient(top, rgba(101, 94, 94, 0.8), #e6e6e6 25%, #dcd7d7 38%, #c5c5c5 63%, #e6e5e5 87%, rgba(101, 94, 94, 0.8));
  background: -webkit-linear-gradient(top, rgba(101, 94, 94, 0.8), #e6e6e6 25%, #dcd7d7 38%, #c5c5c5 63%, #e6e5e5 87%, rgba(101, 94, 94, 0.8));
  display: block; margin: auto; width: 25px; height: 25px; border-radius: 12.5px;
}


.pinkRoundButton {
  border-color: #FF99FF;
  background: linear-gradient(top, rgba(231, 186, 237, 0.8), #FFCCFF 25%, #f8c7fc 38%, #FF66FF 63%, #FF99FF 87%, rgba(231, 186, 237, 0.8));
  background: -webkit-linear-gradient(top, rgba(231, 186, 237, 0.8), #FFCCFF 25%, #f8c7fc 38%, #FF66FF 63%, #FF99FF 87%, rgba(231, 186, 237, 0.8));
  display: block; margin: auto; width: 25px; height: 25px; border-radius: 12.5px;
}


.filterCheckbox {
  /* Hides the default checkbox */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Custom styles */
  width: 25px; /* Width of the custom checkbox */
  height: 25px; /* Height of the custom checkbox */
  border: 1px solid gray !important;
  border-radius: 4px;
  display: block;
  margin: auto;
  position: relative;
}

.filterCheckbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}


.loginBannerTag {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 20px;
  margin-top: 5px;
  padding: 15px;

  border-radius: 16px;
  color: darkslategray;
  background-color: rgba(188, 173, 173, 0.551);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(214, 193, 249, 0.3);
  text-align: center;
}

.LoginExtrasForm {
  margin-top: 35px;
  display: inline-block;
}

.LoginExtrasButton {
  border: 1px solid black;
  border-radius: 3px;
  margin: 10px 0px;
  font-size: 18px;
  font-family: 'Chakra Petch';
  padding: 3px;
}


.markerLabelStyle {
  background-color: rgba(255, 255, 204, 0.3);
  border: 1px solid grey;
  color: black;
  text-align: center;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  pointer-events: none; /* Allows clicks to pass through to the marker if needed */
  grid-area: 1 / 1; /* Forces label to the same grid cell as the icon */
  position: relative;
  z-index: 2;
}


.markerCtr {
  position: relative;
  display: grid;
  place-items: center; /* Centers children on top of each other */
}


.markerIcon {
  width: 45px; 
  height: 45px;
  grid-area: 1 / 1; /* Forces icon to the same grid cell */
  position: relative;
  z-index: 0;
}


.markerArticleImg {
  width: 16px; 
  height: 16px;
  grid-area: 1 / 1; /* Forces icon to the same grid cell */
  position: relative;
  margin-top: 4px;
  margin-left: 18px;
  z-index: 1;
  transform: rotate(-20deg);
  opacity: 0.9;
}




/* .panTableRowNumberLabel {
  display: inline-block;
  height: 16px;
  width: 16px;
  min-width: 16px;
  color: black;
  border-radius: 8px;
  border: .5px solid darkslategray;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  flex-grow: 10%;
} */


.panTableRowNumberLabel {
  /* Display Type */
  display: inline-block;
  /* Size */
  height: 16px;
  width: 16px;
  min-width: 16px;
  /* Main Colors */
  /* background-color: rgba(255, 255, 153, 0.8); */
  background-color: rgba(162, 162, 160, 0.608);
  color: white;
  /* Border */
  border-radius: 8px;
  /* border: 1px solid white; */
  /* Text */
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  /* Spacing */
  padding: 0px;
  margin-left: 6px;
  margin-top: 6px;
  /* Cursor */
  cursor: pointer;
  /* Animation */
  animation: timetablecontent 45s linear infinite;
  animation-delay: -100ms;
}


.centerParagraphContainerDisplay {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  min-height: 200px;
  min-width: 300px;
  border: 1px ridge lightgray;
}


/*********************************/
/* UserProfile - Syllable Game */

.base-timer {
  position: relative;
  height: 300px;
  width: 300px;
  margin: auto;
}


.base-timer__svg {
  /* Flips the svg and makes the animation to move left-to-right */
  transform: scaleX(-1);
}


/* Removes SVG styling that would hide the time label */
.base-timer__circle {
  fill: none;
  stroke: none;
}


/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}


.base-timer__path-remaining {
  position: absolute;
  
  /* Keep the label aligned to the top */
  top: 0;
  
  /* Just as thick as the original ring */
  stroke-width: 7px;

  /* Rounds the line endings to create a seamless circle */
  stroke-linecap: round;

  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;

  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;

  /* Allows the ring to change color when the color value updates */
  stroke: currentColor;

}


.base-timer__label {
  position: absolute;
  
  /* Size should match the parent container */
  width: 300px;
  height: 300px;
  
  /* Keep the label aligned to the top */
  top: 0;
  
  /* Create a flexible box that centers content vertically and horizontally */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Sort of an arbitrary number; adjust to your liking */
  font-size: 48px;
}



/* Safari Bug Testing */


.base-timer_safaribug {
  position: relative;
  height: 300px;
  width: 300px;
  /* margin: auto; */
}


.base-timer__path-remaining_safaribug {
  position: absolute;
  
  /* Keep the path aligned to the top */
  top: 0;
  left: 0;
  
  /* Just as thick as the original ring */
  stroke-width: 14px;

  /* Rounds the line endings to create a seamless circle */
  stroke-linecap: round;

  /* Makes sure the animation starts at the top of the circle */
  /* transform: rotate(90deg); */
  /* transform-origin: center; */

  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;

  /* Allows the ring to change color when the color value updates */
  stroke: currentColor;

}


/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed_safaribug {
  stroke-width: 14px;
  stroke: grey;
}


.base-timer__svg_safaribug {
  /* Flips the svg and makes the animation to move left-to-right */
  /* transform: scaleX(-1); */
}


/* Removes SVG styling that would hide the time label */
.base-timer__circle_safaribug {
  fill: none;
  stroke: none;
}


/* Ends Safari Bug Testing */


.syllable_prompt {
  /* animation: syllableFlash 4s linear infinite; */
  width: 45%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  border: 4px dashed black;
  font-size: 20px;
  font-family: 'Lucida Console';
  line-height: 30px;
  text-align: center;
  text-shadow: 0 0 10px black;
  background-color: lavenderblush;
  color: transparent;
}

.syllable_table_response_cell {
  border: 1px solid black;
  height: 30px;
}

.correctResponseLabelStyle {
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Nimrod';
  font-weight: bold;
  font-size: 18px;
  margin: 4px auto;
  justify-content: center;
  border: 2px greenyellow solid;
  color: white;
  background-color: palegreen;
}

.incorrectResponseLabelStyle {
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Nimrod';
  font-weight: bold;
  font-size: 18px;
  margin: 4px auto;
  justify-content: center;
  border: 2px red solid;
  color: white;
  background-color: red;
}


.creditCafeSuccessResponseLabel {
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Nimrod';
  font-weight: bold;
  font-size: 18px;
  margin: 4px auto;
  justify-content: center;
  border: 2px greenyellow solid;
  color: white;
  background-color: palegreen;
  overflow-wrap: break-word;
  text-overflow: initial;
  white-space: pre-wrap;
  display: block;
}

.creditCafeFailureResponseLabel {
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Nimrod';
  font-weight: bold;
  font-size: 18px;
  margin: 4px auto;
  justify-content: center;
  border: 2px red solid;
  color: white;
  background-color: red;
  overflow-wrap: break-word;
  text-overflow: initial;
  white-space: pre-wrap;
  display: block;
}



@keyframes syllableFlash {
  0% {
    background-color: rgb(255, 255, 255);
  }
  50% {
    background-color: rgba(218, 208, 208, 0.675);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}

/*********************************/

/******Crypto Mem Game ************/

.cryptomemgamecontainer {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 2fr 1fr;
  width: fit-content;
  min-width: 700px;
  background-image: url("/static/images/filmnoiroffice-filter.f21fcc430ae8.png");
  opacity: 1;
}

.cryptomemcardparagraph {
  display: block;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
}

.cryptomemcarddivider {
  display: block;
  width: 90%;
  height: 3px;
  background-color: black;
  text-align: center;
  margin: auto;
}

.cryptomemcard {
  display: inline-flex;
  flex-direction: column;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 50px;
  height: 75px;
  border-radius: 5px;
  background-color: lightsteelblue;
  border: .5px solid black;
  transform-origin: 50% 50%;
  transform: rotateY(180deg);
  opacity: 1;
  transform-style: preserve-3d;
}

.cryptomemcardanimation {
  animation: cryptoMemCardRotate 1s linear forwards;
}


.base-cryptomemtimer {
  display: block;
  position: relative;
  min-width: 200px;
  min-height: 200px;
  height: 250px;
  background-color: transparent;
  /* border: 1px solid green; */
}

.cryptomemtimer {
  height: inherit;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.656);
}

.base-cryptomemtimer-label {
  position: absolute;
  
  /* Size should match the parent container */
  width: 100%;
  height: 100%;
  
  /* Keep the label aligned to the top */
  top: 0;
  left: 0;
  
  /* Create a flexible box that centers content vertically and horizontally */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Sort of an arbitrary number; adjust to your liking */
  font-size: 48px;
}

.cryptomempromptlabel {
  display: block;
  padding: 4px;
  text-align: center;
  font-size: 22px;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  border: 2px inset black;
  background-color: gainsboro;
  text-shadow: 0 0 10px black; /* blurs the text*/
  color: transparent; /* blurs the text*/
}

.cryptomeminput {
  display: block;
  text-align: center;
  font-size: 22px;
  min-height: 48px;
  line-height: 48px;
  width: 50px;
}



@keyframes cryptoMemCardRotate {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

/*********************************/


/********** CrossWord ************/

.crosswordBlockStyle {
  margin-right: 50px;
  display: inline-block;
}

.crosswordCellStyle {
  width: 60px;
  height: 60px;
  max-width: 60px;
  margin: 0;
  border-spacing: 1px;
  border-width: 0px;
  border: none;
  border-color: transparent;
  word-wrap: break-word;
}

.crosswordCellContentContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.crosswordCellClueNumberLabelInitial {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8;
  color: black;
  z-index: 1;
  padding: 2px;
  border: none;
  background-color: transparent;
}

.crosswordCellClueNumberLabelSecond {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8;
  color: black;
  z-index: 1;
  padding: 2px;
  border: none;
  background-color: transparent;
}

.crosswordCellVoidInput {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: darkslategray;
  border: 1px solid darkslategray !important;
  margin: 0;
  font-size: 24px;
}

.crosswordCellUserInput {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 0;
  background-color: transparent;
  border: 1px solid darkslategray !important;
  margin: 0;
  font-size: 24px;
  text-align: center;
}

.mute-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 20px;
  padding: 0px;
  background-color: white;
  color: white;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/*********************************/

/* Riddle Styling */

.riddleBackground {
  background: url("/static/images/parchment.074cd14ca8c7.jpg") no-repeat center center;
  background-size: cover;
  /* padding: 10px; */
  /* border: 1px solid #c2b280; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  font-family: 'Old Standard TT', serif;
  font-size: 18px;
  color: #4b3621;
  line-height: 1.6;
  display: inline-block;
  font-family: Petit Formal Script;
  /* margin: 0; */
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 3px;
}

/*********************************/

/* Game Details Styling */
.gameDetailsDefault {
  border-radius: 5px;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
}

.gameDetailsSummaryDefault {
  background-color: transparent;
  font-family: 'Lucida Console';
  font-size: 18px;
}

.gameDetailsTextDefault {
  background-color: rgb(235, 209, 105);
  font-family: 'Lucida Console';
  font-size: 17px;
  margin-bottom: 1px;
}


.objectiveLabel {
  background-color: lightgray;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 8px;
}

.objectiveLabelAlt {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  width: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.5);
  /* background: rgba(255, 255, 255, 0.2); */
  background: rgba(211, 211, 211, 0.4);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -4px 6px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: black;
  font-size: 14px;
  outline: none;
}

/*********************************/

/* Continuum Styling */

.continuumContainerStyle {
  width: fit-content;
  background-image: linear-gradient(90deg, darkslategray, gray, lightgray, ivory, lemonchiffon, wheat, sandybrown, chocolate);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.2); /* Add a shadow to create a fuzzy border */
  background-blend-mode: lighten;
  /* border-radius: 20px; */
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
  /* border: 5px solid gray ; */
  /* position: relative; */
}

/* .continuumContainerStyle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  clip-path: inherit;
  filter: blur(10px);
  z-index: -1;
} */

p.continuumSequenceCell {
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  line-height: 50px;
  width: fit-content;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -4px 6px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: darkslateblue;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
}

input.continuumSequenceCell {
  text-align: center;
  min-height: 50px;
  max-width: 350px;
  min-width: 275px;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -4px 6px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: darkslateblue;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
}

input.continuumSequenceCell::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input.continuumSequenceCell:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), inset 0 -4px 6px rgba(255, 255, 255, 0.5);
}

/*********************************/

/* Idiom Styling */

.idiomPromptLabel {
  font-size: 18px;
}


/*********************************/


/*********************************/
/* Manifold Styling */

.manifoldSection {
  margin-left: 60px;
}

.manifoldTableContainer {
  overflow-x: auto;
  width: 100%;
}


.manifoldTable {
  border: none;
  border-spacing: 50px 25px;
  margin-left: -25px;
  display: block;
  white-space: nowrap;
}

.manifoldTableCell {
  max-width: 225px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(245, 244, 244, 0.4);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 -8px 12px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 10px;
}

.manifoldHeaderAnchor {
  color: slateblue;
  text-decoration: none;
}

/* Single-line format */
.manifoldCellHeader {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: slateblue;
  text-overflow: ellipsis;
  max-width: 225px;
  overflow: hidden;
  /* white-space: nowrap; */
  white-space: normal;
  line-height: 1.2;
}

/* Multi-line format */
/* .manifoldCellHeader {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: slateblue;
  text-overflow: initial;
  max-width: 225px;
  overflow: hidden;
  white-space: normal;
} */

.manifoldCellImg {
  height: 150px;
  max-width: 225px;
}

/*********************************/


/*********************************/

/* News Insights Styling */

.negindex-slider-container {
  position: relative;
  width: 400px;
  height: 20px;
  background: linear-gradient(to right, red, green);
  border-radius: 5px;
  margin: 50px;
}

.negindex-slider-marker {
  position: absolute;
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid black;
  top: -20px; /* Adjust to position the marker correctly */
  transform: translateX(-50%);
}

.negindex-slider-value {
  position: absolute;
  top: 30px; /* Position below the marker */
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #000;
}


.insightsLabelStyle{
  font-size: 18px;
  font-family: 'Arial';
}

.insightsLabelStyleUserProfile{
  font-size: 18px;
  font-family: 'Arial';
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  color: black;
}


.insightsStdFieldSpacerV {
  margin-top: 60px;
  margin-bottom: 60px;
}


.insightsStdFieldSpacerH {
  margin-left: 25px;
  margin-right: 5px;
}


.insightsStatBox {
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  line-height: 50px;
  width: fit-content;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -4px 6px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: black;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
  margin-top: 15px;
}


.insightsStatBoxStyleOnly {
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -4px 6px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: black;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
}


.insights-btn-custom {
/* Reset & Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border: none;
  cursor: pointer;

  /* The Non-Standard "Blade" Shape */
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);

  /* Cyber-Electric Gradient */
  background: linear-gradient(110deg, #00d2ff 0%, #3a7bd5 100%);
  color: #ffffff;

  /* Typography */
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.9rem;

  /* Depth & Animation */
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.insights-btn-custom:hover {
  /* Slightly shift the shape and brighten */
  clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 12% 100%);
  background: linear-gradient(110deg, #3a7bd5 0%, #00d2ff 100%);
  box-shadow: 0 10px 20px rgba(58, 123, 213, 0.3);
  transform: translateY(-2px);
}

.insights-btn-custom:active {
  transform: translateY(0) scale(0.98);
}

/* Adding a subtle "shimmer" effect */
.insights-btn-custom::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  transition: all 0.6s ease;
}

.insights-btn-custom:hover::after {
  left: 120%;
}


/*********************************/


/*********************************/

/* Subscription Benefits Tab Styling */


.acctfeaturesliststyle {
  list-style-type: circle;
  font-size: 16px;
}


.acctfeaturessubliststyle {
  list-style-type: disc;
  font-size: 16px;
}


.acctfeaturesimgcontainer {
  height: 30%;
  max-height: 350px;
}


.acctfeaturesimg {
  height: 85%;
}


.acctfeaturesparagraph {
  font-size: 16px;
}


.acctfeaturessubscriptioniconblock {
  display: flex;
  flex-direction: row;
  min-height: 300px;
  height: 300px;
}


.acctfeaturessubiconcontainer {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: rgb(97, 97, 97);
}


.acctfeaturessubicon {
  height: 85%;
}


.acctfeaturessubiconcaption {
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
}

/*********************************/

/**** Games Winner NamePlate  ****/


.nameplate {
  position: relative;
  padding: 20px;
  width: 300px;
  height: 200px;
  background: linear-gradient(135deg, #d4af37, #bfae58, #d4af37);
  box-shadow: 10px 10px 15px gray;
  border: 2px solid #888;
  border-radius: 10px;
  text-align: center;
  vertical-align: top;
}


.nameplatetitle {
  font-size: 27px;
  font-weight: bold;
  color: #d4af37; 
  /* color: #fff; */
  margin-bottom: 10px;
}

.nameplateuser {
  font-size: 27px;
  color: #d4af37; /* Metallic color */
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}


.nameplatecrown {
  position: absolute;
  top: 95px;
  left: 95px;
  text-align: center;
  width: 150px;
  height: 70px;
}


.nameplatephoto {
  position: absolute;
  top: 125px;
  left: 137px;
  right: 0;
  text-align: center;
  width: 125px;
  height: 150px;
  border-radius: 10px;
}


.engraved-text {
  font-family: 'Arial';
  letter-spacing: 5px;
  text-shadow:
      1px 1px 2px rgba(0, 0, 0, 0.5), /* Shadow for the engraved effect */
     -1px -1px 2px rgba(255, 255, 255, 0.5); /* Highlight for the engraving */
  padding: 10px;
}

/*********************************/


/*********************************/
/**** Credit Cafe  ****/


.creditCafeContainer {
  width: 100%;
  /* height: 400px; */
  height: 650px;
  margin-top: 10px;
  background-image: url("/static/images/coffeeandcream-filter.8bb330b62a72.png");
  background-size: cover;
  opacity: 1;
  border: 1px solid black;
  border-radius: 5px;
}


.creditCafeForm {
  position: relative;
  opacity: 1;
  height: 100%;
}


.creditCafeConfirmVoteOfShameDialog {
  position: absolute;
  padding: 12px;
  width: 60%;
  min-width: 150px;
  height: 30%;
  left: 20%;
  top: 30%;
  z-index: 1;
  border: 2px solid gray;
  background-color: white;
  visibility: hidden;
  border-radius: 5px;
}


.creditCafeConfirmJunkMailDialog {
  position: absolute;
  padding: 12px;
  width: 60%;
  min-width: 150px;
  height: 30%;
  left: 20%;
  top: 30%;
  z-index: 1;
  border: 2px solid gray;
  background-color: white;
  visibility: hidden;
  border-radius: 5px;
}



.creditCafeDecoyStoryDialog {
  position: absolute;
  padding: 12px;
  width: 70%;
  left: 15%;
  top: 4%;
  z-index: 1;
  border: 2px solid gray;
  background-color: white;
  visibility: hidden;
  border-radius: 5px;
  line-height: 2;
}



/*********************************/


/*********************************/
/**** User Account Nav Bar  ****/


.u-nav-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1000;
    /* border: 1px solid black; */
    margin: 0;
}

/* Sky-Glass: Light Blue Tint with High Blur */
.u-sky-glass {
    background: rgba(255, 253, 220, 0.5); 
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    /* Semi-opaque white border makes it pop against white/blue */
    border: 1px solid rgba(255, 255, 255, 0.6); 
    /* box-shadow: 0 2px 15px rgba(169, 167, 121, 0.748); */
}

/* Slim Toggle Tab */
.u-nav-tab {
    padding: 4px 50px; /* Slimmer height */
    border-radius: 0 0 20px 20px;
    cursor: pointer;
    border: 1px solid rgba(175, 175, 69, 0.251);
    border-top: none;
    /* box-shadow: 0 4px 5px rgba(169, 167, 121, 0.748); */
    color: black;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'American Typewriter';
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.u-nav-tab:hover {
    background: rgba(255, 253, 220, 0.95); 
    letter-spacing: 3px;
}

/* Wide & Slim Menu */
#u-nav-menu {
    width: 100%; /* Extends nearly the full width */
    padding: 8px 0; /* Very slim vertical padding */
    border-radius: 12px;
    margin-bottom: -1px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.u-nav-links-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* Hidden State */
.u-nav-hidden {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
}

/* Ephemeral Link Styling */
.u-nav-link {
    color: black;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    font-family: 'American Typewriter';
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.3s;
}

.u-nav-link:hover {
    color: #2161a1;
    background: rgba(255, 255, 255, 0.5);
}

/*********************************/


/*********************************/
/**** Status Page  ****/

.statusPageDateLabel {
  margin: 10px 8px;
  font-family: 'American Typewriter';
  font-size: 13px;
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px;
}


/* .statusPageDateField {
  margin: 10px 8px;
  font-family: 'American Typewriter';
  font-size: 13px;
  background-color: lightgray;
  color: darkolivegreen;
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px;
} */

/* The Cursor - Only visible when the .typing class is active */
/* #statusPageDateField.typing::after {
    content: "|";
    margin-left: 2px;
    color: #4A90E2; 
    font-weight: bold;
    animation: blink 0.7s infinite;
} */

/* @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
} */

.statusPageDateField {
  margin: 10px 8px;
  font-family: 'American Typewriter', monospace;
  font-size: 13px;
  display: inline-block;
  border-radius: 2px; /* Sharper corners look more like a screen frame */
  padding: 6px 10px;
  
  /* 1. Digital "Liquid Crystal" Background */
  background-color: #cbd5e0; /* A soft, blue-tinted grey */
  color: #2d3748;            /* Deep charcoal for the "ink" */
  
  /* 2. The Recessed Effect */
  /* This creates a subtle inner shadow (the screen depth) and a white outer glow (the bezel highlight) */
  border: 1px solid #a0aec0;
  box-shadow: 
    inset 2px 2px 4px rgba(0, 0, 0, 0.1), 
    1px 1px 0px rgba(255, 255, 255, 0.8);

  /* 3. LCD Text Polish */
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); /* Subtle ghosting */
}

/* The Digital Cursor */
#statusPageDateField.typing::after {
    /* Using an underscore or block for a more "calculator" feel */
    content: "_"; 
    margin-left: 1px;
    color: #4A90E2; /* Keeping your sky-blue accent for the cursor */
    font-weight: bold;
    /* "steps(2)" makes the blink instant/digital rather than a smooth fade */
    animation: blink 0.6s steps(2, start) infinite;
}

@keyframes blink {
    to { visibility: hidden; }
}


.statusPageTopGamesLabel {
  vertical-align: top;
  /* margin-top: 30px; */
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
  margin-left: 8px;
  font-family: 'American Typewriter';
  font-size: 13px;
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px;
}

.statusPageTable {
  row-gap: 10px;
  column-gap: 10px;
  border-spacing: 40px 10px;
  margin: 5px 8px;
  /* border: 1px solid black; */
  border: 3px outset gainsboro;
  border-radius: 3px;
  background-color: whitesmoke;
}

.statusWidgetShrinkScrollFlexItem {
  flex: 0 1 auto;      
  overflow-x: auto;    
  white-space: nowrap; 
  min-width: 0;
}

.statusPageOtherGroupRankCtr {
  display: none;
  margin: 5px 8px;
  padding: 10px;
  width: 95%;
  border: 1px solid silver;
  border-radius: 7px;
  overflow-x: scroll;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px;

}

.nonScrollableFlexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  border-top: 3px solid lightgray;
  padding-top: 50px;
  overflow-x: hidden;
}

.nonScrollableFlexColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  overflow-y: hidden;
}

.activityFlexCtr {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 6px;
  row-gap: 5px;
  overflow-y: scroll;
  min-height: 150px;
  width: 90%;
}

.metallic-rim {
  margin: 5px 8px;
  height: 100px;
  border-radius: 30px;
  border: 5px solid;
  border-image-source: linear-gradient(135deg, 
      #d9d9d9, /* Light silver */
      #bfbfbf, /* Mid-tone silver */
      #ffffff, /* Bright reflection */
      #8c8c8c, /* Dark shadow */
      #d9d9d9 /* Light silver */
  );
  border-image-slice: 1;
  /*
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 
              inset 0 0 5px rgba(0, 0, 0, 0.5); */
}

.collapserButton {
  display: inline-block;
  margin-left: 35px;
  font-size: 16px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 4px;
  background-color: gainsboro;
}

.announcementsContainer {
  margin: 15px 8px; /* Increased margin for better breathing room */
  width: 65%;
  min-height: 150px;
  /* background-color: rgba(255, 255, 255, 0.5);  */
  /* backdrop-filter: blur(5px); */
  background-image: url("/static/images/wood-board-background.1acc4fe4fe8f.jpg");
  background-size: cover;
  
  /* Metallic Silver/Blue frame */
  border: 4px solid;
  border-image-source: linear-gradient(135deg, 
      #d1e5f7, /* Soft sky blue highlight */
      #a8c0d8, /* Muted steel */
      #ffffff, /* Bright chrome reflection */
      #8aa1b9, /* Deep steel shadow */
      #d1e5f7
  );
  border-image-slice: 1;
  padding: 10px 5px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.05); /* Soft ephemeral shadow */
}

/* Base style for both headers to keep code clean */
.announcementsSubHeader, .announcementsSubHeader2 {
  display: block;
  width: 92%; /* Adjusted for better centering within padding */
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-family: 'American Typewriter', serif;
  font-style: italic;
  margin: 12px auto; /* Centers the header bar */
  border: 1px solid rgba(255, 255, 255, 0.4); /* Cleaner than dotted */
  color: #445566; /* Darker slate for readability */
}

/* Sky Blue Metallic Header */
/* .announcementsSubHeader {
  background: linear-gradient(135deg, 
      #e0f2ff, 
      #add8e6, 
      #ffffff, 
      #87ceeb, 
      #e0f2ff
  );
} */

/* Soft Mint/Silver Metallic Header */
/* .announcementsSubHeader2 {
  background: linear-gradient(135deg, 
      #e0faf0, 
      #b2d8d0, 
      #ffffff, 
      #94b8af, 
      #e0faf0
  );
} */

/* Bright Champagne Pink Metallic */
.announcementsSubHeader {
  background: linear-gradient(135deg, 
      #fff0f5, /* Lavender blush start */
      #ffc0cb, /* Pink highlight */
      #ffffff, /* Brightest reflection */
      #ffb6c1, /* Light pink shimmer */
      #fff0f5
  );
  border-bottom: 1px solid #ffdae0; /* Optional: adds definition */
}

/* Bright Mint Silver Metallic */
.announcementsSubHeader2 {
  background: linear-gradient(135deg, 
      #f0fffb, /* Brightest mint */
      #c6f1e7, /* Light seafoam */
      #ffffff, /* Brightest reflection */
      #a8e6cf, /* Vibrant mint */
      #f0fffb
  );
  border-bottom: 1px solid #d4f5ec; /* Optional: adds definition */
}

.announcementsLogItem {
  color: #333333;
  /* background-color: rgba(255, 247, 153, 0.662); */
  background-color: rgba(255, 246, 151, 0.816);
  width: 90%;
  margin: 0 auto 12px auto;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); /* Subtle separator */
  padding-bottom: 8px;
}


#statushublefttable td {
  vertical-align: top;
}

/*********************************/

/**** ToolTip  ****/


/* Container needs to be relative so the tooltip positions against it */
.tooltip-container {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  cursor: help;
}

/* Hide the tooltip by default */
.tooltip-text {
  visibility: hidden;
  width: 180px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the text */
  left: 50%;
  margin-left: -90px; /* Center it (half of width) */
  
  /* Fade-in animation */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.8rem;
}

/* Tooltip Arrow */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* Bottom of tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Show on hover */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


/*********************************/

/**** Hub Games Portal  ****/

.neon-octagon-container {
  /* Theme Colors */
  /* --neon-color: #00f3ff; */
  --neon-color: #f9ff4d;
  --border-thickness: 8px;
  --metal-base: #d1d1d1;
  
  position: relative;
  width: 280px;
  height: 280px;
  margin-top: 10%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  /* This creates the "aura" glow outside the edges */
  filter: drop-shadow(0 0 8px var(--neon-color));
}

/* The Rotating Octagon Border */
.neon-octagon-container .octagon-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  
  /* Reflective Gradient: No transparency means the shape is always "closed" */
  background: conic-gradient(
    from 0deg,
    var(--metal-base),
    #ffffff, /* The "Reflection" */
    var(--metal-base),
    var(--metal-base),
    /*var(--neon-color),*/ /* The "Neon" streak */
    var(--metal-base)
  );
  animation: octagon-rotate 32s linear infinite;
}

/* The Hollow White Center */
.neon-octagon-container .octagon-glow::after {
  content: '';
  position: absolute;
  inset: var(--border-thickness);
  background: white;
  clip-path: inherit;
}

/* Stationary Content */
.neon-octagon-container .octagon-content {
  position: relative;
  z-index: 10;
  color: #333;
  text-align: center;
  width: 95%;
}


@keyframes octagon-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.datecalendar {
  display: inline-block;
  padding: 15px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  color: gray;
  border: 1px solid black;
  border-top: 10px solid lightcoral;
  border-radius: 5px;
}

.dailygamestatuslabel {
  display: inline-block;
  width: 40%;
  
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  border-radius: 2px; /* Sharper corners look more like a screen frame */

  font-family: Helvetica;
  font-size: 9px !important;
  /* color: #2d3748; */
  color: gray;
  /* 1. Digital "Liquid Crystal" Background */
  background-color: #cbd5e0; /* A soft, blue-tinted grey */
  /* 2. The Recessed Effect */
  border: 1px solid #a0aec0;
  /* This creates a subtle inner shadow (the screen depth) and a white outer glow (the bezel highlight) */
  box-shadow: 
    inset 2px 2px 4px rgba(0, 0, 0, 0.1), 
    1px 1px 0px rgba(255, 255, 255, 0.8);
  
  /* 3. LCD Text Polish */
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); /* Subtle ghosting */
}

.hallOfRecordButton {
  width: 250px;
  height: 250px;
  background-image: url("/static/images/trophycase.9e06e8384ccf.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

/*********************************/

.controlsbarstyle {
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: end;
  gap: 5px;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  bottom: 0;
  right: 0;
  width: fit-content;
  z-index: 1000;
  pointer-events: none;
}

.greekcolumnflexitem {
  width: 325px;
  height: 800px;
  flex-shrink: 0;
}