* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Chicago Makers", "Times New Roman", Times, serif;
  font-weight: normal;
}

.hide {
  display: none;
}

@font-face {
  font-family: "Chicago Makers";
  src: url(../fonts/ChicagoMakersRegular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Chicago Makers";
  src: url(../fonts/ChicagoMakersBold.ttf);
  font-weight: bold;
}

svg {
  font-family: "Chicago Makers";
}

:root {
  --movies-tv-color: #15616d;
  --music-color: #ff7d00;
  --pop-culture-color: #ffecd1;
  --politics-color: #001524;
  --religion-color: #00baff;
  --sport-color: #e69800;
  --food-drink-color: #e6ac00;
  --literature-color: #e6be00;
  --science-technology-color: #e6d100;
  --education-color: #e6e300;
  --nature-environment-color: #b5dd00;
  --fashion-color: #003457;
  --arts-crafts-color: #8fd600;
  --history-color: #5ccc00;
  --lifestyle-color: #00b800;
  --climate-color: #009d5d;
  --celebrities-color: #008a8a;
  --society-color: #095594;
  --health-color: #11369b;
  --countries-color: #1a17a0;
  --war-color: #35129d;
  --space-color: #4b0c9c;
  --culture-color: #680899;
  --travel-color: #990092;
  --beliefs-color: #a6005b;
  --gaming-color: #b70039;
  --money-color: #cd0004;

  --movies-tv-color--pale: #a1c0c4;
  --music-color--pale: #ffca98;
  --pop-culture-color--pale: #fff1de;
  --politics-color--pale: #98a0a6;
  --religion-color--pale: #99e3ff;
  --sport-color--pale: #f5d699;
  --food-drink-color--pale: #f5de99;
  --literature-color--pale: #f5e599;
  --science-technology-color--pale: #f5ed99;
  --education-color--pale: #f5f499;
  --nature-environment-color--pale: #e1f199;
  --fashion-color--pale: #99adbc;
  --arts-crafts-color--pale: #d2ef99;
  --history-color--pale: #beeb99;
  --lifestyle-color--pale: #99e399;
  --climate-color--pale: #99d8be;
  --celebrities-color--pale: #99d0d0;
  --society-color--pale: #9cbbd4;
  --health-color--pale: #9faed7;
  --countries-color--pale: #a3a2d9;
  --war-color--pale: #aea0d8;
  --space-color--pale: #b79dd7;
  --culture-color--pale: #c29cd6;
  --travel-color--pale: #d699d3;
  --beliefs-color--pale: #db99bd;
  --gaming-color--pale: #e299af;
  --money-color--pale: #eb999a;

  --default-transition: 0.2s;
  --poll-page--title: 3.125rem;
  --poll-page-sub-title: 2.5rem;
  --page-title: 5.625rem;
  --topics-title: 2.75rem;
  --poll-block--title: 1.875rem;
}

/* Shared */

.master-container {
  max-width: 77.5rem;
  margin: 0 auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  box-sizing: initial;
}

.section-space {
  padding-bottom: 9.375rem;
}

/* Navigation header */

.header {
  padding-bottom: 3.125rem;
}

.navigation-container {
  padding: 1rem 0;
  max-width: 90rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin: 0 auto;
  box-sizing: initial;
}

.navigation {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  height: 25px;
}

.header-logo {
  margin-right: 1rem;
}

/* Navigation footer */

.footer {
  display: flex;
  justify-content: space-between;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display: inline-block;
}

.footer ul li {
  padding-right: 1.5625rem;
}

.footer ul li:last-child {
  padding-right: 0;
}

.footer a {
  text-decoration: none;
  color: #000;
}

/* Cookie Policy */

#cookiepol {
  position: fixed;
  bottom: 0;
  padding: 3rem;
  background-color: #fff;
  box-shadow: 0px 0vh 0 100vh rgba(0, 0, 0, 0.5);
  width: 100%;
}

.cookie-text {
  padding: 1.5625rem 0;
  max-width: 1000px;
}

.cookie-button {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border: 0;
  margin-right: 0.9375rem;
  cursor: pointer;
  transition: var(--default-transition);
}

.cookie-button:hover {
  transform: translateY(-0.25rem);
}

/* Search bar */

.search-topic {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  color: #000;
  padding-left: 0.625rem;
}

.search-link {
  text-decoration: none;
  margin-bottom: 1.5625rem;
  display: inline-block;
  width: 100%;
  transition: var(--default-transition);
}

.search-link:hover .search-title {
  transform: translateY(-0.25rem);
  text-decoration: underline;
}

.search-title {
  font-size: 1.25rem;
  padding-top: 0.9375rem;
  color: #000;
  transition: var(--default-transition);
}

.search-bar-input {
  border: 1px solid #000;
  border-radius: 999px;
  height: 2.5rem;
  width: 40.625rem;
  padding: 0 1.25rem;
  z-index: 3;
  position: relative;
}

.search-link .poll-tag--container {
  transition: var(--default-transition);
}

.search-link:hover .poll-tag--container {
  transform: translateY(-0.25rem);
}

.search-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  inset: 0;
  position: fixed;
  z-index: 1;
  display: none;
  transition: 0.4s;
}

#livesearch {
  max-width: calc(40.625rem + 0.25rem);
  width: calc(100% + 0.25rem);
  padding: 2.6rem 1.25rem 1.25rem 1.25rem;
  position: absolute;
  z-index: 2;
  max-height: 625px;
  border-radius: 1.25rem;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  top: 0;
  transition: 0.4s;
  margin-top: -2px;
  margin-left: -2px;
  font-size: 1.25rem;
  color: #000;
  border: 2px solid #000;
}

#livesearch a:last-child {
  margin-bottom: 0;
}

#livesearch::-webkit-scrollbar {
  display: none;
}

/* Category themes */

.movies-tv-theme {
  background-color: var(--movies-tv-color);
  color: #fff;
  border-radius: 3.125rem 0 0 0;
}

.music-theme {
  background-color: var(--music-color);
  color: #000;
  border-radius: 3.125rem 0 0 0;
}

.pop-culture-theme {
  background-color: var(--pop-culture-color);
  color: #000;
  border-radius: 0 0 3.125rem 0;
}

.politics-theme {
  background-color: var(--politics-color);
  color: #fff;
  border-radius: 0 3.125rem 0 0;
}

.arts-crafts-theme {
  background-color: var(--arts-crafts-color);
  color: #000;
  border-radius: 0 0 3.125rem 0;
}

.religion-theme {
  background-color: var(--religion-color);
  color: #000;
  border-radius: 0 0 0 3.125rem;
}

.sport-theme {
  background-color: var(--sport-color);
  color: #000;
  border-radius: 3.125rem 0 0 0;
}

.food-drink-theme {
  background-color: var(--food-drink-color);
  color: #000;
  border-radius: 0 3.125rem 0 0;
}

.literature-theme {
  background-color: var(--literature-color);
  color: #000;
  border-radius: 0 0 3.125rem 0;
}

.science-technology-theme {
  background-color: var(--science-technology-color);
  color: #000;
  border-radius: 0 0 0 3.125rem;
}

.education-theme {
  background-color: var(--education-color);
  color: #000;
  border-radius: 3.125rem 0 0 0;
}

.nature-environment-theme {
  background-color: var(--nature-environment-color);
  color: #000;
  border-radius: 0 3.125rem 0 0;
}

.fashion-theme {
  background-color: var(--fashion-color);
  color: #fff;
  border-radius: 0 0 3.125rem 0;
}

.history-theme {
  background-color: var(--history-color);
  color: #000;
  border-radius: 0 0 0 3.125rem;
}

.lifestyle-theme {
  background-color: var(--lifestyle-color);
  color: #000;
  border-radius: 3.125rem 0 0 0;
}

.climate-theme {
  background-color: var(--climate-color);
  color: #fff;
  border-radius: 0 3.125rem 0 0;
}

.celebrities-theme {
  background-color: var(--celebrities-color);
  color: #fff;
  border-radius: 0 0 3.125rem 0;
}

.society-theme {
  background-color: var(--society-color);
  color: #fff;
  border-radius: 0 0 0 3.125rem;
}

.health-theme {
  background-color: var(--health-color);
  color: #fff;
  border-radius: 0 0 0 3.125rem;
}

.countries-theme {
  background-color: var(--countries-color);
  color: #fff;
  border-radius: 3.125rem 0 0 0;
}

.war-theme {
  background-color: var(--war-color);
  color: #fff;
  border-radius: 0 3.125rem 0 0;
}

.space-theme {
  background-color: var(--space-color);
  color: #fff;
  border-radius: 0 0 3.125rem 0;
}

.culture-theme {
  background-color: var(--culture-color);
  color: #fff;
  border-radius: 0 0 0 3.125rem;
}

.travel-theme {
  background-color: var(--travel-color);
  color: #fff;
  border-radius: 3.125rem 0 0 0;
}

.beliefs-theme {
  background-color: var(--beliefs-color);
  color: #fff;
  border-radius: 0 3.125rem 0 0;
}

.gaming-theme {
  background-color: var(--gaming-color);
  color: #fff;
  border-radius: 0 0 3.125rem 0;
}

.money-theme {
  background-color: var(--money-color);
  color: #fff;
  border-radius: 0 0 0 3.125rem;
}

.movies-tv-theme--pale {
  background-color: var(--movies-tv-color--pale);
}

.music-theme--pale {
  background-color: var(--music-color--pale);
}

.pop-culture-theme--pale {
  background-color: var(--pop-culture-color--pale);
}

.politics-theme--pale {
  background-color: var(--politics-color--pale);
}

.arts-crafts-theme--pale {
  background-color: var(--arts-crafts-color--pale);
}

.religion-theme--pale {
  background-color: var(--religion-color--pale);
}

.sport-theme--pale {
  background-color: var(--sport-color--pale);
}

.food-drink-theme--pale {
  background-color: var(--food-drink-color--pale);
}

.literature-theme--pale {
  background-color: var(--literature-color--pale);
}

.science-technology-theme--pale {
  background-color: var(--science-technology-color--pale);
}

.education-theme--pale {
  background-color: var(--education-color--pale);
}

.nature-environment-theme--pale {
  background-color: var(--nature-environment-color--pale);
}

.fashion-theme--pale {
  background-color: var(--fashion-color--pale);
}

.history-theme--pale {
  background-color: var(--history-color--pale);
}

.lifestyle-theme--pale {
  background-color: var(--lifestyle-color--pale);
}

.climate-theme--pale {
  background-color: var(--climate-color--pale);
}

.celebrities-theme--pale {
  background-color: var(--celebrities-color--pale);
}

.society-theme--pale {
  background-color: var(--society-color--pale);
}

.health-theme--pale {
  background-color: var(--health-color--pale);
}

.countries-theme--pale {
  background-color: var(--countries-color--pale);
}

.war-theme--pale {
  background-color: var(--war-color--pale);
}

.space-theme--pale {
  background-color: var(--space-color--pale);
}

.culture-theme--pale {
  background-color: var(--culture-color--pale);
}

.travel-theme--pale {
  background-color: var(--travel-color--pale);
}

.beliefs-theme--pale {
  background-color: var(--beliefs-color--pale);
}

.gaming-theme--pale {
  background-color: var(--gaming-color--pale);
}

.money-theme--pale {
  background-color: var(--money-color--pale);
}

/* .movies-tv-poll-tag {
    background-color: var(--movies-color);
    border-radius: 3.125rem 0 0 0;
    display: inline-block;
}

.music-poll-tag {
    background-color: var(--music-color);
    border-radius: 3.125rem 0 0 0;
    display: inline-block;
}

.politics-poll-tag {
    background-color: var(--politics-color);
    border-radius: 0 3.125rem 0 0;
    display: inline-block;
}

.pop-culture-poll-tag {
    background-color: var(--pop-culture-color);
    border-radius: 0 0 3.125rem 0;
    display: inline-block;
} */

.top-left-radius {
  border-top-left-radius: 3.125rem;
}

.top-right-radius {
  border-top-right-radius: 3.125rem;
}

.bottom-right-radius {
  border-bottom-right-radius: 3.125rem;
}

.bottom-left-radius {
  border-bottom-left-radius: 3.125rem;
}

/* Title home */

.page-title {
  font-size: var(--page-title);
  padding-bottom: 3.125rem;
}

/* Grid home */

.grid--home {
  display: grid;
  grid-gap: 1.5625rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid--home a {
  text-decoration: none;
}

/* Poll blocks */

.poll-block {
  padding: 4.6875rem 1.5625rem 1.5625rem 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: var(--default-transition);
  height: 100%;
}

.poll-block:hover {
  cursor: pointer;
}

.poll-block:hover h3 {
  transform: translateY(-0.25rem);
  text-decoration: underline;
}

.poll-block:hover p {
  transform: translateY(-0.25rem);
}

.poll-block h3 {
  font-size: var(--poll-block--title);
  transition: var(--default-transition);
  padding-bottom: 0.3125rem;
}

.poll-block p {
  padding-bottom: 0.9375rem;
  font-size: 1.125rem;
  text-transform: capitalize;
  transition: var(--default-transition);
}

.poll-block a {
  text-decoration: none;
}

.grid--home a:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

/* Grid poll */

.grid--poll {
  display: grid;
  grid-gap: 1.5625rem;
  grid-template-columns: 1fr 1fr;
}

.grid--poll a {
  text-decoration: none;
}

/* Poll question main */

.poll-flex {
  display: flex;
}

.poll-flex__main {
  flex: 6;
}

.poll-flex__main h1 {
  font-size: var(--poll-page--title);
  font-weight: normal;
  padding: 3.125rem 0;
}

.poll-button {
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6.25rem;
  padding: 1.25rem 1.875rem 1rem 1.875rem;
  box-sizing: border-box;
  transition: var(--default-transition);
  cursor: pointer;
}

.post-poll .poll-button {
  cursor: auto;
}

.post-poll .poll-button {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.poll-button__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #e0e0e0;
  transition: 0.5s;
}

.poll-button--a {
  margin-bottom: 1.25rem;
}

.pre-poll .poll-button:hover {
  box-shadow: 0 0 0 0.1875rem;
}

.poll-button p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: normal;
  z-index: 1;
  color: #000;
}

.poll-button__option {
  text-align: left;
}

.poll-tag {
  width: 1.875rem;
  height: 1.25rem;
  display: inline-block;
}

.poll-tag--container {
  display: flex;
}

.poll-tag--container p {
  font-size: 16px;
  font-weight: normal;
  padding-left: 0.625rem;
  text-transform: capitalize;
}

.poll-tag--container span {
  display: inline-block;
}

.poll-share {
  padding-top: 3.125rem;
}

.poll-share a {
  display: inline-block;
  margin-right: 0.625rem;
  transition: var(--default-transition);
}

.poll-share a:hover {
  transform: translateY(-2px);
}

.poll-share p {
  display: inline-block;
  margin-right: 0.625rem;
}

.poll-choice {
  border: 0.3125rem solid #000;
}

/* Poll question response */

.poll-flex__response {
  flex: 4;
}

.post-poll .poll-flex__response {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3.9375rem;
}

.post-poll .poll-flex__response p {
  text-align: right;
  padding-bottom: 1.5rem;
  animation: poll-response 1s;
  margin-left: auto;
  padding-left: 3.125rem;
}

@keyframes poll-response {
  0% {
    opacity: 0;
    transform: rotate(25deg);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}

@keyframes poll-response--translate-x {
  0% {
    padding-right: 0;
    transform: rotate(-25deg);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    padding-right: 3.125rem;
    opacity: 0.5;
    transform: rotate(0);
  }
}

.post-poll .poll-flex__response p:nth-child(1) {
  font-size: 0.33em;
}

.post-poll .poll-flex__response p:nth-child(2) {
  font-size: 0.66em;
  opacity: 0.5;
  animation: poll-response--translate-x 1s forwards;
}

.post-poll .poll-flex__response p:nth-child(3) {
  font-size: 0.5em;
}

.post-poll .poll-flex__response p:nth-child(4) {
  font-size: 1em;
  animation: poll-response--translate-x 1s forwards;
}

.post-poll .poll-flex__response p:nth-child(5) {
  font-size: 0.66em;
  padding-bottom: 0;
}

/* Poll recommended */

.poll-recommend-title {
  font-size: var(--poll-page-sub-title);
  font-weight: normal;
  padding-bottom: 3.125rem;
}

/* Topics */

.topics {
  display: flex;
  flex-direction: column;
  row-gap: 1.5625rem;
}

.topics__topic {
  padding: 4.6875rem 1.5625rem 1.5625rem 1.5625rem;
  transition: var(--default-transition);
  font-size: var(--topics-title);
}

.topics__topic:hover {
  cursor: pointer;
  transform: scale(0.99);
}

@media only screen and (max-width: 62.5em) {
  :root {
    --page-title: 3.75rem;
  }

  /* Shared */
  /* Navigation header */
  /* Navigation footer */
  /* Category themes */
  /* Title home */
  /* Grid home */
  /* Poll blocks */
  /* Grid poll */
  /* Poll question main */
  /* Poll question response */
  /* Poll recommended */
  /* Topics */

  .grid--home {
    grid-template-columns: 1fr 1fr;
  }
  .search-bar-input {
    width: 30rem;
  }
}

@media only screen and (max-width: 53.125em) {
  /* Shared */
  /* Navigation header */
  /* Navigation footer */
  /* Category themes */
  /* Title home */
  /* Grid home */
  /* Poll blocks */
  /* Grid poll */
  /* Poll question main */
  /* Poll question response */

  .post-poll .poll-flex__response {
    display: none;
  }

  .search-bar-input {
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-top: 2px;
  }

  /* Poll recommended */
  /* Topics */
}

@media only screen and (max-width: 37.5em) {
  /* Shared */

  /* Navigation header */

  .navigation-container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .search-bar-input {
    height: 2.1875rem;
  }

  .navigation {
    flex-direction: column;
  }

  .header__logo {
    margin-bottom: 1.5625rem;
  }

  /* Navigation footer */

  .footer ul li {
    display: block;
  }

  .footer ul li:nth-child(1) {
    padding-right: 0;
  }

  /* Category themes */
  /* Title home */

  /* Grid home */

  .grid--home {
    grid-template-columns: 1fr;
  }

  .master-container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .poll-flex {
    flex-direction: column;
  }

  .grid--home a:nth-child(1) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  /* Poll blocks */

  /* Grid poll */

  .grid--poll {
    grid-template-columns: 1fr;
  }

  /* Poll question main */

  .poll-button p {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .poll-flex__main h1 {
    padding: 0.9375rem 0 3.125rem 0;
  }

  /* Poll question response */
  /* Poll recommended */
  /* Topics */
}

@media only screen and (max-width: 31.25em) {
  :root {
    --page-title: 2.8125rem;
    --poll-page--title: 2.1875rem;
    --poll-block--title: 1.5rem;
    --poll-page-sub-title: 1.875rem;
    --topics-title: 1.875rem;
  }

  /* Shared */

  .section-space {
    padding-bottom: 6.25rem;
  }

  .master-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* Navigation header */

  .navigation-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* Navigation footer */
  /* Cookie Policy */

  #cookiepol {
    padding: 2rem;
  }

  /* Category themes */
  /* Title home */
  /* Grid home */
  /* Poll blocks */
  /* Grid poll */
  /* Poll question main */

  .poll-button {
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }

  .poll-choice {
    border: 0.25rem solid #000;
  }

  .poll-button--a {
    margin-bottom: 0.9375rem;
  }

  /* Poll question response */
  /* Poll recommended */
  /* Topics */
}

























#apikeys {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#apikeys td, #apikeys th {
  border: 1px solid #ddd;
  padding: 8px;
}

#apikeys tr:nth-child(even){background-color: #f2f2f2;}

#apikeys tr:hover {background-color: #ddd;}

#apikeys th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ff7d00;
  color: white;
}

