/* styles by AimLow */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(94, 94, 94);
  overflow: hidden;
  font-family: Arial, sans-serif;
}

#canvas {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
}

#info {
  /* color: #fff; */
  top: 75%;
  height: 0;
  width: 4%;
  padding-top: 4%;
  border-radius: 50%;

  /* background-color: rgb(214, 214, 214);
  opacity: 0.6; */

  /* font-size: 3vw;
  font-weight: 900; */

  cursor: pointer;
}
#info > .info-circle {
  height: 0;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;

  background-color: rgb(232, 234, 252);
  box-shadow: 0 0 1vw 0.4vw #0000005e;
  opacity: 0.8;
}
#info > .info-circle:hover {
  opacity: 1;
}
#info > .q-mark {
  font-size: 3vw;
  font-weight: 900;
  pointer-events: none;
}
#info > p {
  display: none;
  pointer-events: none;
  top: -99%;
  cursor: initial;
  white-space: nowrap;
  color: #fff;
  font-size: 2vw;
  font-weight: 600;
  padding: 6px;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  /* opacity: 1; */
}
#info:hover > p {
  display: initial;
}

#rankings {
  top: 25%;
  height: 0;
  width: 4%;
  padding-top: 4%;
  border-radius: 50%;
}
#rankings > .rank-circle {
  height: 0;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;

  background-color: rgb(232, 234, 252);
  box-shadow: 0 0 1vw 0.4vw #0000005e;
  opacity: 0.8;
  /* cursor: pointer; */
  pointer-events: none;
}
#rankings:hover > .rank-circle {
  opacity: 1;
}
#rankings > a {
  display: block;
  height: 100%;
  width: 100%;
  /* padding-top: 16%; */
  border-radius: 50%;
}
#rankings > img {
  width: 3vw;
  /* font-size: 3vw; */
  /* font-weight: 900; */
  pointer-events: none;
}

#contestants {
  height: 100%;
  width: 100%;
  display: none;
}
#contestants > div {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  overflow: hidden;
}
#contestants img {
  max-height: 90%;
  max-width: 100%;
  display: block;
  opacity: 0.6;
  cursor: pointer;
  box-shadow: 1px 1px 8px 6px #0000005e;
}
#contestants img:hover {
  -ms-transform: scale(1.02) translate(-49%, -49%);
  -webkit-transform: scale(1.02) translate(-49%, -49%);
  transform: scale(1.02) translate(-49%, -49%);
  opacity: 1;
  box-shadow: 1px 1px 24px 12px #0000005e;
}
#contestant-info-one {
  display: none;
}
#contestant-info-two {
  display: none;
}
.movie-info {
  /* display: none; */
  pointer-events: none;
  max-width: 90%;
  /* position: relative; */
  /* white-space: normal; */
  /* word-break: break-all; */
  /* overflow-wrap: break-word; */
  /* top: -99%; */
  cursor: initial;
  /* white-space: nowrap; */
  color: #fff;
  font-size: 2vw;
  font-weight: 600;
  padding: 6px;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  opacity: 1;
}

#vs-circle {
  display: none;
}
#vs-circle > a {
  display: block;
  height: 100%;
  width: 100%;
  /* padding-top: 16%; */
  border-radius: 50%;
}
.circle {
  height: 0;
  width: 16%;
  padding-top: 16%;
  border-radius: 50%;

  box-shadow: 0 0 1vw 0.4vw #0000005e;
  font-weight: 900;
  background: linear-gradient(
    355deg,
    rgba(0, 0, 0, 0.955135398886117) 5%,
    rgba(97, 97, 97, 0.78986929244354) 95%
  );
  opacity: 1;
}

/* .circle:hover {
  -ms-transform: scale(1.02) translate(-49%, -49%);
  -webkit-transform: scale(1.02) translate(-49%, -49%);
  transform: scale(1.02) translate(-49%, -49%);
  opacity: 1;
} */
/* .circle:hover > .circle-content {
  display: none;
}
.circle:hover > .circle-content-rank {
  display: inline-block;
} */
.circle-content {
  pointer-events: none;
  font-size: 8vw;
  background: linear-gradient(
    355deg,
    rgba(77, 73, 16, 1) 5%,
    rgba(136, 129, 26, 1) 31%,
    rgba(233, 218, 39, 1) 95%
  );
  -webkit-text-stroke: 0.1vw rgb(0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.circle-content-rank {
  display: none;

  pointer-events: none;

  font-size: 2.8vw;
  text-align: center;
  background: linear-gradient(
    355deg,
    rgba(77, 73, 16, 1) 5%,
    rgba(136, 129, 26, 1) 31%,
    rgba(233, 218, 39, 1) 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.1vw black;
  -webkit-text-fill-color: transparent;
}

/* Start of list.html styling */

#list-content {
  color: white;
  margin: auto;
  position: relative;

  justify-content: left;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.column {
  float: left;
}

#left-content {
  color: white;
  width: 5%;
  margin-top: 50px;
  line-height: 2;
}

#center-content {
  color: white;
  width: 70%;
}

#right-content {
  color: white;
  width: 25%;
}

/* thing without id */
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari 3-8 */
  transform: translate(-50%, -50%);
}

h2 {
  /* -webkit-text-stroke: 1px black; */
  color: white;
  /* text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

table {
  width: 100%;
  table-layout: fixed;
}
.tbl-header {
  background-color: rgba(255, 255, 255, 0.3);
}
.tbl-content {
  height: 300px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
