/* 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;
}

.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;
}

.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;
  margin-right: 125px;
  vertical-align: top;
}

.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-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;
} 

.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;
}

.gameStatDataCellRankUser {
  font-family: 'Arial';
  font-size: 18px;
  color: skyblue;
  border-bottom: 1px solid skyblue;
  padding: 10px 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: center;
}

.gameStatDataCellRankNum {
  font-family: 'Arial';
  font-size: 18px;
  color: skyblue;
  border-bottom: 1px solid skyblue;
  padding: 10px 20px;
  min-width: 10px;
  text-align: center;
  vertical-align: center;
}

.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;  
}

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

.userProfileSubSectionStyle {
  /* margin-top: 40px;
  margin-bottom: 40px; */
  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;;
}

.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: white;
}

.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';
}


.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;
}


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


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

/* 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;
  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;
}



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