body,
html {
  overscroll-behavior-x: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  touch-action: manipulation;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: "Atkinson Hyperlegible", Arial, cursive;
  font-size: large;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("../font/Atkinson-Hyperlegible-BoldItalic-102a.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("../font/Atkinson-Hyperlegible-Regular-102a.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("../font/Atkinson-Hyperlegible-Italic-102a.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("../font/Atkinson-Hyperlegible-Bold-102a.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* devanagari */
@font-face {
  font-family: "Dekko";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/devanagari.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: "Dekko";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Dekko";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

.noMargin {
  margin: 0em !important;
}

.DrawViewAvatar {
  max-height: inherit !important;
  width: 75% !important;
}

.DrawViewAvatarSmall {
  max-width: 2em !important;
}

.username {
  text-align: center;
  font-weight: bolder;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(7deg);
  }

  80% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.lobbyCode {
  position: fixed;
  top: 0px;
  right: 20px;
  -webkit-app-region: no-drag;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

@media only screen and (max-width: 600px) {
  .lobbyCode {
    position: fixed;
    top: 0px;
    right: 20px;
    -webkit-app-region: no-drag;
    letter-spacing: 0.1em;
    font-weight: bolder;
  }
}

@media only screen and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .lobbyCode {
    display: none;
    -webkit-app-region: no-drag;
  }
}

.centerContent {
  text-align: center;
}

.centerContentIngameText {
  text-align: center;
  padding-top: 1em;
}

.centerContentIngameTextDrawing {
  text-align: center;
  margin-top: 0px;
}

.centerSelf {
  margin: auto !important;
}

.noWrap {
  white-space: nowrap;
}

.AnswerRight {
  color: #0c9430;
  font-weight: 600;
  font-size: xx-large;
  text-transform: uppercase;
}

.reactionWinner {
  color: #0c9430;
  font-size: large;
}

.AnswerWrong {
  color: #e64343;
  font-weight: 600;
  font-size: larger;
  text-transform: uppercase;
}

.PartyCode {
  text-transform: uppercase;
}

.NoHighlights {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo {
  margin-top: 10px;
  max-width: 250px;
  min-height: 74-px;
}

.noScrollWrapper {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-height: 668px) {
  .ingameDrawView {
    max-height: 50vh;
  }
}

@media only screen and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .ingameDrawView {
    max-height: 20em !important;
  }
}

.stillDrawingView {
  text-align: center;
  max-height: inherit;
  max-width: inherit;
  margin: 0em 0.5em 0em 0.5em !important;
}

.stillDrawingViewWrapper {
  max-height: 5vh;
  display: inline-block;
}

@media only screen and (max-device-width: 667px) {
  #app {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.5s ease-in-out;
  }
}

@media only screen and (min-width: 667px) {
  #app {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.5s ease-in-out;
  }
}

#bar-chart {
  margin-top: 40px;
}

@keyframes flyingscore-ani {
  50% {
    transform: translate(0, -0.5vh);
    opacity: 1;
  }

  100% {
    transform: translate(0, -5vh);
    opacity: 0;
  }
}

.flyingscore {
  position: sticky;
  margin: auto;
  font-size: 12px;
  animation: flyingscore-ani 5s normal forwards;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.bubble-wrap.fade-in {
  -webkit-animation: scaleIn 0.4s ease-in-out;
  -moz-animation: scaleIn 0.4s ease-in-out;
  animation: scaleIn 0.4s ease-in-out;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}

.bubble-wrap-head-wrap {
  display: flex;
}

.bubble-wrap-pre-username {
  overflow-wrap: break-word;
}

.bubble-wrap-head-padding {
  padding: 15px;
}

.bubble-wrap {
  width: 70%;
  animation: scaleIn 1s;
  margin-left: 15px;
}

.bubble-wrap-pre-text {
  width: 4em;
  animation: scaleIn 1s;
}

.bubble {
  position: relative;
  padding: 20px;
  background: #eceff1;
  border-radius: 4px;
  border: #7f7f7f solid 1px;
  font-size: 1em;
  line-height: 1.25em;
}

.bubble-text {
  color: #263238;
}

.bubble.left:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #eceff1;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 50%;
  margin-top: -16px;
}

.bubble.left:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #7f7f7f;
  display: block;
  width: 0;
  z-index: 0;
  left: -16px;
  top: 50%;
  margin-top: -16px;
}

.guessMargin {
  width: 100%;
  vertical-align: middle;
  margin: 0em 0em 0.5em !important;
}

#inpTurnAnswer {
  text-transform: lowercase;
}

a {
  font-weight: bold;
  color: #eceff1;
}

legend {
  font-weight: bold;
  color: #cfd8dc !important;
}

.endgameButton {
  margin-left: 1em;
}

.ReactionChart {
  max-height: 80vh;
}

.ink {
  position: relative;
  color: #cfd8dc;
  padding: 0.75em;
  z-index: 0;
  min-width: fit-content;
  min-height: fit-content;
}

.inkNoPadding {
  padding-right: 0em;
  padding-left: 0em;
}

.inkSmallMargin {
  margin: 1.5em !important;
}

.ink::after {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  height: 110%;
  width: 110%;
  z-index: -1;
}

.shape01::after {
  background: url("/assets/blobs/stroke01.svg") top center;
  background-size: 100% 100%;
}

.shape02::after {
  background: url("/assets/blobs/stroke02.svg") top center;
  background-size: 100% 100%;
}

.shape03::after {
  background: url("/assets/blobs/stroke03.svg") top center;
  background-size: 100% 100%;
}

.shape04::after {
  background: url("/assets/blobs/stroke04.svg") top center;
  background-size: 100% 100%;
}

.shape05::after {
  background: url("/assets/blobs/stroke05.svg") top center;
  background-size: 100% 100%;
}

.shape06::after {
  background: url("/assets/blobs/stroke06.svg") top center;
  background-size: 100% 100%;
}

.shape01_red::after {
  background: url("/assets/blobs/stroke01_red.svg") top center;
  background-size: 100% 100%;
}

.shape02_red::after {
  background: url("/assets/blobs/stroke02_red.svg") top center;
  background-size: 100% 100%;
}

.shape03_red::after {
  background: url("/assets/blobs/stroke03_red.svg") top center;
  background-size: 100% 100%;
}

.shape04_red::after {
  background: url("/assets/blobs/stroke04_red.svg") top center;
  background-size: 100% 100%;
}

.shape05_red::after {
  background: url("/assets/blobs/stroke05_red.svg") top center;
  background-size: 100% 100%;
}

.shape06_red::after {
  background: url("/assets/blobs/stroke06_red.svg") top center;
  background-size: 100% 100%;
}

.shape01_green::after {
  background: url("/assets/blobs/stroke01_green.svg") top center;
  background-size: 100% 100%;
}

.shape02_green::after {
  background: url("/assets/blobs/stroke02_green.svg") top center;
  background-size: 100% 100%;
}

.shape03_green::after {
  background: url("/assets/blobs/stroke03_green.svg") top center;
  background-size: 100% 100%;
}

.shape04_green::after {
  background: url("/assets/blobs/stroke04_green.svg") top center;
  background-size: 100% 100%;
}

.shape05_green::after {
  background: url("/assets/blobs/stroke05_green.svg") top center;
  background-size: 100% 100%;
}

.shape06_green::after {
  background: url("/assets/blobs/stroke06_green.svg") top center;
  background-size: 100% 100%;
}

.shapeTextContent {
  font-size: x-large;
  mix-blend-mode: color;
  margin-right: 1rem;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
option {
  background-color: #546e7a !important;
  letter-spacing: 2.5px;
  color: #cfd8dc;
}

select {
  background-color: #546e7a !important;
  letter-spacing: 2px;
  padding-top: 0.25em !important;
  border: 1px solid #000 !important;
  color: #cfd8dc;
}

.pure-button {
  text-align: center;
  border: #607d8b;
  background: #546e7a;
  color: #cfd8dc;
  font-weight: 100;
  margin: 0.5em;
  border-radius: 0.25em;
  user-select: none;
}

.pure-button:hover {
  background-color: rgb(70, 84, 124);
}

.pure-form input:not([type]) {
  border: 1px solid #000;
}

.fullscreenBackground {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.partyWrapper {
  flex-grow: 1;
}

.drawViewTurnResultWrapper {
  max-height: 3em;
  margin-bottom: 1em;
}

.turnResultWrapper {
  width: fit-content;
  display: inline-grid;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.answerWrapper {
  transition: height 0.3s ease-in;
  height: auto;
  margin-bottom: 4em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.btnPickGuess {
  max-width: 35rem;
  word-break: break-word;
}

.clickable {
  cursor: pointer;
}

.centerForm {
  margin: auto;
  max-width: fit-content;
}

.spectatorPartyWrapper {
  flex-grow: 1;
}

.playerPartyWrapper {
  flex-grow: 1;
}

.helloWrapper {
  flex-grow: 0;
  text-align: center;
}

.pauseModal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px hsl(220deg 60% 50% / 0.2), 2px 4px 4px hsl(220deg 60% 50% / 0.2), 4px 8px 8px hsl(220deg 60% 50% / 0.2),
    8px 16px 16px hsl(220deg 60% 50% / 0.2), 16px 32px 32px hsl(220deg 60% 50% / 0.2);
}

.pauseModalContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 1em 0.5em 1em;
  width: min(40vh, 90vw);
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 0.5em;
  text-align: center;
  box-sizing: border-box;
}

.pauseModalContent img,
.pauseModalContent object {
  max-width: 100%;
  max-height: 50vh;
  height: auto;
  width: auto;
  object-fit: contain;
}

.pauseModalSettings {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 1em 0.5em 1em;
  width: min(40vh, 90vw);
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 0.5em;
  text-align: center;
  box-sizing: border-box;
}

.pauseModalSettings img,
.pauseModalSettings object {
  max-width: 100%;
  max-height: 50vh;
  height: auto;
  width: auto;
  object-fit: contain;
}

.slideContent img,
.slideContent object {
  max-width: 100%;
  max-height: 40vh;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Scrollable content wrapper inside ink containers */
.credits-content {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5em;
}

@supports (background: url("../img/static_bg.webp") repeat-y) {
  .staticImgBackground {
    background: url("../img/static_bg.webp") repeat-y;
  }
}
.staticImgBackground {
  background: url("../img/static_bg.png") repeat-y;
}

.menuPadding {
  padding-left: 2em;
  padding-right: 2em;
}

.musicCheckbox {
  margin: 0.5em;
}

.emojiFloatLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: xx-large;
  z-index: 1;
}

.emojiFloatRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: xx-large;
  z-index: 1;
}

.slideContent {
  max-width: 75%;
  margin: auto;
}

.strollList {
  min-width: 100%;
  min-height: 50vh;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.4) inset;
  pointer-events: none;
}

#divScoreboard {
  max-width: min-content;
  margin: auto;
  min-width: 25em;
}

#divScoreboard h2 {
  text-align: center;
  margin: 0em;
}

.stillDrawingContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.versionHash {
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  font-size: small;
  font-size: x-small;
  color: gray;
}

@keyframes pulse {
  0% {
    transform: scale(0.95) rotate(0deg);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1) rotate(5deg);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95) rotate(0deg);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pie {
  width: 8vh;
  height: 8vh;
  line-height: 8vh;
  display: block;
  position: fixed;
  left: 1em;
  top: 1em;
  border-radius: 50%;
  background-color: #4e6773;
  border: 2px solid #4e6773;
  float: left;
  margin: 2em;
  z-index: 5;
  text-align: center;
}

.pie .block {
  position: absolute;
  background: #fff;
  width: 6vh;
  height: 6vh;
  display: block;
  border-radius: 50%;
  top: 1vh;
  left: 1vh;
  z-index: 6;
}

#WatchTimerTime {
  font-size: 2em;
  font-weight: bolder;
  position: relative;
  margin: auto;
  vertical-align: middle;
  color: black;
  z-index: 6;
}

.degree {
  /*90 + ( 360 * .1 )*/
  background-image: linear-gradient(90deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
  z-index: 5;
}

.pagination {
  list-style-type: none;
  list-style-position: inside;
}

.page-item a[aria-label] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.page-item {
  display: inline; /* show pagination links next to each other in content submission */
}

.page-item a:not([aria-label]) {
  display: none; /* do not show "..." links in content submission pagination */
  text-decoration: none;
  cursor: default;
}

.page-item.active a {
  display: inline; /* show current page number in content submission pagination */
}

.qrcode canvas {
  margin-top: 1em;
  width: 7em !important;
  height: 7em !important;
  border: #cfd8dc solid 0.5em;
}

.partyLobbyContainer {
  margin-left: 1.75em;
  margin-right: 1.75em;
  vertical-align: bottom;
}

.joinDiv {
  width: fit-content;
  margin: auto;
  padding: 1em;
}

.endTable {
  background-color: #cbd5d9;
  color: black;
}

.reactionDiv {
  margin: auto;
}

.reactionDiv h2 {
  text-align: center;
}

.mainMenuDiv {
  text-align: center;
  margin-bottom: 1em;
}

.textAlignReset {
  text-align: initial;
}

.textAlignStart {
  text-align: start;
}

#inpLangu {
  max-width: 11em;
}

.link {
  text-decoration-line: underline;
  cursor: pointer;
}

.eulaWrapper {
  max-height: 80vh;
  overflow-y: auto;
}

.guidelineWrapper {
  max-width: 40vw;
}

.reactionWrapper {
  min-height: 1.3rem;
  max-height: 1.53em;
  display: block;
  text-align: center;
}

.videoInsert {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.videoContainer {
  margin: auto;
}

.textAlignLeft {
  text-align: left;
  padding-left: 2em;
}

.emojiSize1 {
  font-size: small;
}

.emojiSize2 {
  font-size: medium;
}

.emojiSize3 {
  font-size: larger;
}
.emojiSize4 {
  font-size: x-large;
}

.emojiSize5 {
  font-size: xx-large;
}

.isConnected_false {
  filter: grayscale(100%);
}

.usernameAlign {
  vertical-align: middle;
  display: inline-block;
}

.verticalCenterInline {
  vertical-align: middle;
  display: inline-block;
}

.bigSmartphoneEmoji {
  padding-top: 0.3em;
  font-size: 5em;
  margin: 0;
  margin-left: -0.45em;
}

.lobbyLink {
  margin-right: 0.5em;
  text-decoration: underline;
  font-weight: bold;
  color: #eceff1;
  cursor: pointer;
}

.vue-tablist {
  list-style: none;
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e2e2e2;
}

.vue-tab {
  padding: 5px 10px;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-bottom-color: #e2e2e2;
  border-radius: 3px 3px 0 0;
  /* background-color: white; */
  position: relative;
  bottom: -1px;
}

.vue-tab[aria-selected="true"] {
  border-color: #e2e2e2;
  border-bottom-color: transparent;
}

.vue-tab[aria-disabled="true"] {
  cursor: not-allowed;
  color: #999;
}

.iconSvg {
  width: 1.1rem;
  height: auto;
  vertical-align: baseline;
}

.turnAnswerChooseListClipper {
  max-height: 35em;
  overflow-y: auto;
  overflow-x: hidden;
}

.paragraphWrapper {
  max-width: 30rem;
}

.pure-button:focus-visible {
  outline: 2px solid rgb(148, 148, 148);
  outline-offset: 2px;
}

.clickable:focus-visible {
  outline: 2px solid rgb(148, 148, 148);
  outline-offset: 2px;
}

input:focus-visible {
  outline: 2px solid rgb(148, 148, 148);
  outline-offset: 2px;
}

.shakeControl {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.openidbutton {
  background: transparent;
  border: 0px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.joinContainerMargin {
  margin-left: 1em;
}

.confettiCanvas {
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.cardBadge {
  position: absolute;
  background: #546e7a;
  color: #f4f4f4;
  padding: 0.5em 0.7em;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 1.5em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: rotate(-20deg) skew(-20deg, 10deg);
  z-index: 10;
  text-align: center;
  top: 35%;
}
.cardBadge:before,
.cardBadge:after {
  content: "";
  width: 0;
  height: 2em;
  background: rgb(77, 91, 99);
  position: absolute;
  border-style: solid;
  border-width: 0.5em;
  z-index: -1;
  transform: translateZ(-1em);
}
.cardBadge:before {
  left: -0.5em;
  top: 0.5em;
  border-color: rgb(102, 133, 148) rgb(71, 95, 107) rgb(102, 133, 148) rgb(102, 133, 148);
}
.cardBadge:after {
  right: -0.5em;
  top: -0.5em;
  border-color: rgb(102, 133, 148) rgb(102, 133, 148) rgb(102, 133, 148) rgb(71, 95, 107);
}

.warn>.notification-content {
  color: #000;
}

.warn>.notification-title {
  color: #000;
}
