/*Region Desktops, large screens*/

.top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5px;
  border-bottom: 3px solid white;
}
.question-bottom-bar {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #252c46;
  color: white;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 0;
}
.bottom-bar-labels {
  font-size: 10px;
  font-weight: bold;
}
.bottom-bar-columns {
  margin: auto;
  text-align: center;
}
#question-style {
  font-size: 14px;
  color: darkgoldenrod;
  font-weight: bold;
}
#qotd-label {
  color: yellow;
  text-align: center;
  font-weight: bold;
}
#question-activation-date {
  text-align: center;
  color: white;
}
.info-icon {
  text-align: right;
  align-self: center;
}

.left-top-row-item {
  margin-left: 15px;
}

.middle-top-row-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.right-top-row-item {
  margin-right: 15px;
  justify-self: end;
}

.top-row-items {
  color: white;
  font-size: 12px;
  background-color: #101326;
  align-self: center;
  width: fit-content !important;
  padding: 5px;
}

.top-row-item-inner-label {
  background-color: #2f3c5a;
  display: inline-block;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 4px;
  font-weight: bold;
  text-transform: uppercase;
  /*!*width: 20%;*!*/
  /*text-align:left;*/
}

.in-question-box-text {
  font-size: 25px;
}

input[type="text"] {
  width: 100%;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.btn-play-now {
  display: none;
}

#answer-image {
  width: 70%;
  margin: auto;
}

.main-container {
  width: 80%;
  margin: auto;
}

.content-container {
  width: 80%;
  margin: auto;
  min-width: 350px;
  max-width: 800px;
  position: relative;
}

#answer-box-mid-section {
  color: black;
  /*font-size: 1.7vw;*/
}

.last_point {
  display: none;
  color: goldenrod;
}
.total_point {
  display: none;
  color: goldenrod;
}

.rendered-element-image {
  margin: auto;
}

.text-answer {
  color: black;
}

.text-question {
  color: black;
}

.fill-height {
  height: 100%;
}

.inline-on-answer-grid {
  font-size: 1.5vw !important;
}

.list-item- {
}

.grid-clue-text {
  color: black;
  font-size: 24px;
  font-weight: bold;
  max-width: 300px; /*max-height: 250px;*/
  /*min-height: 150px;*/
  overflow-wrap: anywhere;
  /*position: absolute;*/
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  /*display: grid;*/
  align-items: center;
  justify-content: center;
  display: inline-grid;
}

.M1 {
  /* 
        To show the grid# to the top right
        right: 15px;
        top: 15px;

        To show the grid# to the top left
        right: 265px;
        top: 15px;

        To show the grid# to the bottom left
        right: 265px;
        top: 200px;

        To show the grid# to the bottom right
        right: 15px;
        top: 200px;

    */
  right: 15px;
  top: 15px;

  position: absolute;
  width: 32px;
  background-color: darkred;
  color: white;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.inline-clue-text {
  color: black;
  font-size: 24px;
  font-weight: bold;
  /*max-width: 60%; !*max-height: 250px;*!*/
  min-width: 100%;
  overflow-wrap: anywhere;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: table;
  padding-bottom: 20px;
  border-bottom: 1px solid darkblue;
}

.clue-no {
  width: 100%;
}

.description-container {
  margin: auto;
}

#share-section {
  display: none;
}

#supplementary-page-links {
  display: none;
  text-align: center;
}

#supplementary-list-item {
  text-align: right;
  width: 100%;
}

#question-header-section {
  border: 3px solid black;
  border-right-style: none;
  border-left-style: none;
  /*padding: 0.1em;*/
  margin: 8px 8px;
  padding-top: 10px;
}

.unanswered-images {
  border: black;
  width: 100%;
  height: 100%;
  max-height: 250px;
  min-height: 150px;
}

.unanswered-images-puzzle {
  border: black;
  width: 100%;
  height: 100%;
  /*height: 200px;*/
  /*max-height: 250px;*/
  margin: 0;
  min-height: 150px;
}

.list-item {
  text-align: center;
  margin: auto;
  width: 100%;

  /*max-height: 200px;*/
}

.inline-column {
  grid-template-columns: auto !important;
}

.list-item-inline {
  width: 100%;
}

.height-auto {
  height: auto !important;
}

.list-item-inline > img {
  width: 100%;
  aspect-ratio: 1/1;
}

.list-item-pixelated {
  margin: auto;
  display: none;
  width: 100%;
}

.image-gallery {
  gap: 2px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  width: 100%;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  grid-auto-rows: 1fr;
}

.image-gallery-puzzle-4 {
  gap: 2px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  width: 100%;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}

.description-container {
  border-radius: 5px;
}

#difficulty {
  font-size: 15px;
  /*margin-bottom: 10px;*/
}

#question_display_style_description {
  font-size: 13px;
  margin-bottom: -10px;
}

#answer {
  display: none;
  border-width: 3px;
  border-style: solid;
  border-color: #ff0000;
  padding: 0.4em 1.5em;
}
.card-header.card-body {
  padding: 0% 10% 1% 10% !important;
}
.share-buttons a.btn-primary {
  min-width: 19% !important;
}
#copty-to-clipboard {
  margin: 0px 0px -1px 0px;
  width: 100%;
  border: 1px solid white;
}
#question-description,
#question-explanation {
  color: #02093b;
  color: darkblue;
  text-align: center;
  padding-right: 15%;
  padding-left: 15%;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

#question {
  margin-bottom: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

/*timer section*/
#timer {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #999;
  letter-spacing: -1px;
}

#timer span {
  font-size: 30px;
  color: #333;
  margin: 0 3px 0 15px;
}

#timer span:first-child {
  margin-left: 0;
}

#btn-show-guesses {
  color: #0b172a9e;
}

/*style for clue no*/
.clue-no-answer {
  /*text-decoration: underline;*/
  color: black;
  display: none;
}

.not-responsive {
  /*min-width: 600px !important;*/
}

#difficulty-label {
  font-weight: 700;
}

#difficulty-level-code {
  font-weight: 700;
}

#difficulty-short-name {
  /*font-weight: 700;*/
  color: #259f5b;
  font-weight: bold;
}

.image-gallery-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  /*width: 60%;*/
  /*margin: auto;*/
  /*margin-left:15%;*/
  gap: 2px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
}

.image-gallery-pixelated {
  display: inline;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  /*margin-left:15%;*/
  overflow: hidden;
}

.image-gallery li img {
  height: 100%;
  /*min-width: 100%;*/
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.clue-image-inline {
  /*min-height: 300px;*/
  width: 100%;
  aspect-ratio: 1/1 !important;
  margin: auto;
}

.clue-image-pixelated {
  max-height: 500px;
  width: 100%;
  transition: opacity 1s linear;
  top: 0;
  left: 0;
  margin: auto;
  /*width: 450px;*/
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.transitioning-src {
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  /*opacity: 0;*/
}

#myVideoPlayer {
  margin: auto;
}

#random-practice-btn {
  display: none;
}

@media (min-width: 1440px) {
  .list-item {
    /*width: 350px;*/
    width: 100%;
    height: 250px;
    display: flex;
  }

  .clue-image {
    width: 100%;
    height: 100%;
  }

  .grid-clue-text {
    width: 100%;
    min-height: 100%;
  }

  .unanswered-images-puzzle,
  .unanswered-images {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1201px) {
  body {
    min-width: 536px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    /*width:1000px;            !* As IE6 ignores !important it will set width as 1000px; *!*/
    -moz-transform: scale(1, 1); /* Moz-browsers */
    zoom: 1; /* Other non-webkit browsers */
    zoom: 100%; /* Webkit browsers */
  }

  .list-item {
    text-align: center;
    margin: auto;
    /*max-height: 200px;*/
    width: 100%;
    height: 250px;
  }

  .list-item-inline {
    margin: auto;
    display: none;
    width: 100%;
    /*width: 80%;*/
  }

  .correct-answer {
    color: green;
  }

  .incorrect-answer {
    color: red;
  }

  /*.image-gallery {*/
  /*    display: inline-flex;*/
  /*    flex-wrap: wrap;*/
  /*    justify-content: center;*/
  /*    width: 55%;*/
  /*    align-content: stretch;*/
  /*    padding-left: 0;*/
  /*    padding-right: 0;*/
  /*    !*margin-left:15%;*!*/
  /*}*/
  .container {
    text-align: center;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #clues-list {
    text-align: center;
  }

  #brand-name {
    color: black;
  }

  #question {
    margin-top: 0;
    margin-bottom: 0;
  }

  #category {
    text-align: center;
    /*margin-left: 35%;*/
    /*margin-right: 35%;*/
    /*padding-bottom: 0px !important;*/
  }

  .clue-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: black;
    margin-top: 2%;
  }

  .u-header {
    background-color: black;
    color: white;
  }

  .u-nav {
    width: 10%;
  }

  .height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */
  }

  .form-container {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }

  #submit {
    margin-left: -10px;
    width: 25%;
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    min-height: 200px;*/
  /*}*/
  /*style for clue no*/
  .clue-no {
    /*text-decoration: underline;*/
    color: #b9c1cc;
    display: none;
  }
}

/*End of Region Desktops, large screens*/

/*Region Desktops, large screens*/
@media (max-width: 1200px) and (min-width: 1025px) {
  body {
    min-width: 536px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    /*width:1000px;            !* As IE6 ignores !important it will set width as 1000px; *!*/
    -moz-transform: scale(1, 1); /* Moz-browsers */
    zoom: 1; /* Other non-webkit browsers */
    zoom: 100%; /* Webkit browsers */
  }

  .list-item {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 200px;
    /*max-height: 200px;*/
  }

  .correct-answer {
    color: green;
  }

  .incorrect-answer {
    color: red;
  }

  /*.image-gallery {*/
  /*    display: inline-flex;*/
  /*    flex-wrap: wrap;*/
  /*    justify-content: center;*/
  /*    width: 60%;*/
  /*    align-content: stretch;*/
  /*    padding-left: 0;*/
  /*    padding-right: 0;*/
  /*    !*margin-left:15%;*!*/
  /*}*/
  .container {
    text-align: center;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #clues-list {
    text-align: center;
  }

  #brand-name {
    color: black;
  }

  #question {
  }

  #category {
    text-align: center;
    /*margin-left: 15%;*/
    /*margin-right: 15%;*/
  }

  .clue-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    margin-top: 2%;
  }

  .u-header {
    background-color: black;
    color: white;
  }

  .u-nav {
    width: 10%;
  }

  .height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */
  }

  .form-container {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }

  #submit {
    margin-left: -10px;
    width: 25%;
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    min-height: 200px;*/
  /*}*/
  .clue-no {
    /*text-decoration: underline;*/
    color: black;
    display: none;
  }

  .img_container {
    height: 30rem;
    display: inline-block;
    width: 100%;
  }

  .img_container img {
    width: 100%;
    height: 30rem;
    display: inline-block;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #answer-input-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-container {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }

  #submit {
    width: 25%;
  }

  .grid-clue-text {
    position: unset;
  }

  .list-item-inline {
    margin: auto;
    display: none;
    /*width: 40%;*/
  }
}

/*End of Region Desktops, large screens*/

/*Region Small screens, laptops*/
@media (max-width: 1024px) and (min-width: 769px) {
  body {
    min-width: 536px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    /*width:1000px;            !* As IE6 ignores !important it will set width as 1000px; *!*/
    -moz-transform: scale(0.9, 0.9); /* Moz-browsers */
    zoom: 0.9; /* Other non-webkit browsers */
    zoom: 90%; /* Webkit browsers */
  }

  .unanswered-images-puzzle {
    width: 100%;
    height: 100%;
  }

  .unanswered-images {
    width: 100%;
    height: 100%;
  }

  .list-item {
    text-align: center;
    margin: auto;
    /*max-height: 200px;*/
    height: 200px;
    width: 100%;
  }

  .list-item-inline {
    margin: auto;
    display: none;
  }

  .correct-answer {
    color: green;
  }

  .incorrect-answer {
    color: red;
  }

  .grid-clue-text {
    color: black;
    font-size: 20px;
    font-weight: bold;
    max-width: 220px;
    /*max-height: 250px;*/
  }

  /*.image-gallery {*/
  /*    display: inline-flex;*/
  /*    flex-wrap: wrap;*/
  /*    justify-content: center;*/
  /*    width: 79%;*/
  /*    align-content: stretch;*/
  /*    padding-left: 0;*/
  /*    padding-right: 0;*/
  /*    !*margin-left:15%;*!*/
  /*}*/
  .container {
    text-align: center;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #clues-list {
    text-align: center;
  }

  #brand-name {
    color: black;
  }

  #question {
  }

  #category {
    text-align: center;
    /*margin-left: 15%;*/
    /*margin-right: 15%;*/
  }

  .clue-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    margin-top: 2%;
  }

  .u-header {
    background-color: black;
    color: white;
  }

  .u-nav {
    width: 10%;
  }

  .height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */
  }

  .form-container {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    min-height: 200px;*/
  /*}*/
  .clue-no {
    /*text-decoration: underline;*/
    color: black;
    display: none;
  }

  .img_container {
    height: 30rem;
    display: inline-block;
    width: 100%;
  }

  .img_container img {
    width: 100%;
    height: 30rem;
    display: inline-block;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #answer-input-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-container {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }

  #submit {
    margin-left: -10px;
    width: 25%;
  }

  .grid-clue-text {
    position: unset;
  }

  .list-item-inline {
    margin: auto;
    display: none;
    /*width: 40%;*/
  }
}

/*End of Region Small screens, laptops*/

/*Region iPads, Tablets*/
@media (max-width: 768px) and (min-width: 481px) {
  body {
    min-width: 536px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    /*width:1000px;            !* As IE6 ignores !important it will set width as 1000px; *!*/
    -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
    zoom: 0.8; /* Other non-webkit browsers */
    zoom: 80%; /* Webkit browsers */
  }

  .list-item {
    text-align: center;
    margin: auto;
    height: 200px;
    width: 100%;
  }

  .grid-clue-text {
    font-size: 15px;
    width: 180px;
  }

  .correct-answer {
    color: green;
  }

  .incorrect-answer {
    color: red;
  }

  .unanswered-images {
    margin: 2px;
    width: 100%;
    height: 100%;
  }

  .unanswered-images-puzzle {
    width: 100%;
    height: 100%;
  }

  /*.image-gallery {*/
  /*    display: inline-flex;*/
  /*    flex-wrap: wrap;*/
  /*    justify-content: center;*/
  /*    width: 60%;*/
  /*    align-content: stretch;*/
  /*    padding-left: 0;*/
  /*    padding-right: 0;*/
  /*    !*margin-left:15%;*!*/
  /*}*/
  .container {
    text-align: center;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #clues-list {
    text-align: center;
  }

  #brand-name {
    color: black;
  }

  #question {
  }

  #category {
    text-align: center;
    /*margin-left: 15%;*/
    /*margin-right: 15%;*/
  }

  .clue-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    margin-top: 2%;
  }

  .u-header {
    background-color: black;
    color: white;
  }

  .u-nav {
    width: 10%;
  }

  .height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */
  }

  .form-container {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    min-height: 200px;*/
  /*}*/
  .list-item-inline {
    margin: auto;
    display: none;
    /*width: 350px;*/
  }

  .clue-no {
    /*text-decoration: underline;*/
    color: black;
    display: none;
  }

  .img_container {
    height: 30rem;
    display: inline-block;
    width: 100%;
  }

  .img_container img {
    width: 100%;
    height: 30rem;
    display: inline-block;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #answer-input-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-container {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }

  #submit {
    margin-left: -10px;
    width: 25%;
  }

  .grid-clue-text {
    position: unset;
  }

  #text-area {
    width: 75%;
  }

  .list-item-inline {
    margin: auto;
    display: none;
    /*width: 60%;*/
  }
}

/*End of Region iPads, Tablets*/

/*Region Mobile Deices*/
@media (max-width: 480px) {
  body {
    min-width: 536px; /* Suppose you want minimum width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    /*width:1000px;            !* As IE6 ignores !important it will set width as 1000px; *!*/
    -moz-transform: scale(0.7, 0.7); /* Moz-browsers */
    zoom: 0.7; /* Other non-webkit browsers */
    zoom: 70%; /* Webkit browsers */
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    !*width: 150px;*!*/
  /*}*/
  .content-container {
    width: 90% !important;
    margin: auto;
    min-width: 350px;
    max-width: 800px;
    position: relative;
  }

  .correct-answer {
    color: green;
  }

  .incorrect-answer {
    color: red;
  }

  .list-item {
    /*width: 150px;*/
    height: 100px;
    display: flex;
    width: 100%;
  }

  .clue-image {
    width: 100%;
    height: 100%;
  }

  .grid-clue-text {
    width: 100%;
    min-height: 100%;
    font-size: 3.2vw;
  }

  .unanswered-images-puzzle {
    width: 100%;
    height: 100%;
    min-height: 50px;
  }

  .unanswered-images {
    width: 100%;
    height: 100%;
    min-height: 50px;
  }

  /*.image-gallery {*/
  /*    display: inline-flex;*/
  /*    flex-wrap: wrap;*/
  /*    justify-content: center;*/
  /*    width: 50%;*/
  /*    align-content: stretch;*/
  /*    padding-left: 0;*/
  /*    padding-right: 0;*/
  /*    !*margin-left:15%;*!*/
  /*}*/
  .container {
    text-align: center;
  }

  .image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%; /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #clues-list {
    text-align: center;
  }

  #brand-name {
    color: black;
  }

  #question {
  }

  #category {
    text-align: center;
    /*margin-left: 15%;*/
    /*margin-right: 15%;*/
  }

  .clue-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    margin-top: 2%;
  }

  .u-header {
    background-color: black;
    color: white;
  }

  .u-nav {
    width: 10%;
  }

  .height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */
  }

  .form-container {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }

  #submit {
    width: 60%;
    margin: 12px auto auto;
    height: 40px;
  }

  /*.list-item {*/
  /*    text-align: center;*/
  /*    margin: auto;*/
  /*    min-height: 200px;*/
  /*}*/
  .clue-no {
    /*text-decoration: underline;*/
    color: black;
    display: none;
  }

  .list-item-inline {
    margin: auto;
    display: none;
    /*width: 80%;*/
  }

  #answer-typed {
    font-size: 14px;
  }

  #timeout-question-countdown {
    margin: auto;
  }

  /*#text-area{*/
  /*    width: 100%;*/
  /*}*/
}

/*End of Region Mobile Deices*/

.center-aligned {
  @include display(flex);
  @include align-items(center);
  @include justify-content(center);
}
.clue-style-label-container {
  display: grid;
  font-size: 15px;
  font-weight: bold;
  grid-template-columns: 1fr 0.5fr;
}
.attribution-field {
  color: yellow;
  font-size: 18px;
}
.attribution-field-heading {
  color: #f9f7f7;
  font-size: 23px;
  margin-bottom: 0px;
  margin-top: 10px;
}
