.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.button, .upgrade-button, .button-blue, .button-white, .button-dark, .button-red {
  width: 285px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  color: white;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.button-red {
  margin-top: 30px;
  background-color: #FF2C5E;
  border-color: white;
}

.button-icon {
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
}

.button-dark {
  margin-top: 10px;
  background-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-white {
  margin-top: 10px;
  background-color: white;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-blue {
  margin-top: 10px;
  background-color: #49BEFF;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.upgrade-button {
  background-color: #282828;
}

.feature-dark {
  background-color: #282828;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.feature-bright {
  background-color: white;
  padding-bottom: 60px;
  overflow-x: hidden;
}

#home {
  background-color: #282828;
}
#home #firstheader {
  margin-top: 100px;
}
#home p {
  width: 265px;
  margin: auto;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
#home h1 {
  width: 265px;
  margin: auto;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.53px;
  line-height: 38px;
  padding-top: 57px;
}

.feature-dark h1 {
  color: white;
}

.feature-bright h1 {
  color: #161616;
}

.feature-dark p {
  color: rgba(255, 255, 255, 0.5);
}

.feature-bright p {
  color: rgba(40, 40, 40, 0.5);
}

.img-simple {
  width: 168px;
  margin-top: 30px;
}

#img-realtime {
  width: 345px;
}

#img-crossplatform {
  width: 479px;
  margin-left: 20px;
}

.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

@keyframes example {
  20% {
    transform: translate(0px, -6px);
    animation-timing-function: ease-in-out;
  }
  40%, 100% {
    transform: translate(0px, 0px);
  }
}
#Oval-Copy-52 {
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#Oval-Copy-53 {
  animation-name: example;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}

#Oval-Copy-54 {
  animation-name: example;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
}

.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 161px;
  min-width: 224px;
  text-align: left;
  z-index: 1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.topbar.offline {
  margin-top: 1.8em;
}
.topbar.shrink {
  height: 60px;
}
.topbar .iconbar {
  float: right;
}
.topbar .logo {
  bottom: 7px;
  position: absolute;
  transition: all 0.4s ease;
}
.topbar .logo-letters-svg {
  transition: all 0.4s ease;
  margin-left: 10.73px;
  margin-bottom: 9.77px;
}
@media (max-width: 400px) {
  .topbar .logo-letters-svg.shrink {
    opacity: 0;
  }
}
.topbar .innerbox {
  min-width: 226px;
  width: 375px;
  height: 100%;
  position: static;
}
@media (min-width: 400px) {
  .topbar .innerbox {
    width: 800px;
  }
}
.topbar .clickable-logo {
  margin-left: 43px;
  margin-top: 15px;
  display: inline-block;
}
.topbar .createevent {
  color: #FF2C5E;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-right: 30px;
  display: block;
}
.topbar .share {
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  top: 21px;
  left: 113px;
}
@media (min-width: 400px) and (max-width: 600px) {
  .topbar .share {
    left: 210px;
  }
}
@media (min-width: 600px) {
  .topbar .share {
    left: 390px;
  }
}
.topbar .admin {
  text-align: right;
}
.topbar .admin img {
  width: 30px;
  margin-right: 30px;
}

@media (min-width: 400px) {
  .topbar {
    height: 60px;
  }
}
/* Master Styles */
h1 {
  color: #369;
  font-size: 250%;
}

h2,
h3 {
  color: #444;
  font-weight: lighter;
}

body {
  margin: 0;
}

body.modal-open {
  overflow: hidden;
}

body,
button {
  color: #888;
  text-align: center;
}

button {
  color: black;
  font-size: medium;
}

button:disabled,
button[disabled] {
  color: #979797;
}

input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

/* everywhere else */
* {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
[hidden] {
  display: none !important;
}

.link {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.button, .button-red, .button-dark, .button-white, .button-blue, .upgrade-button {
  width: 285px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  color: white;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.button-red {
  margin-top: 30px;
  background-color: #FF2C5E;
  border-color: white;
}

.button-icon {
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
}

.button-dark {
  margin-top: 10px;
  background-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-white {
  margin-top: 10px;
  background-color: white;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-blue {
  margin-top: 10px;
  background-color: #49BEFF;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.upgrade-button {
  background-color: #282828;
}

.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.dashboard {
  margin: 1em !important;
  width: 15% !important;
}

#moderator-urls {
  font-size: 80%;
  max-width: 600px;
  margin: auto;
}

.event {
  text-align: left;
}

.noevent {
  background-color: white;
  text-align: center;
  margin: 100px;
}

.some-event {
  min-height: 524px;
}
.some-event .review-note {
  font-size: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.some-event .event-area {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
}

.not-open {
  font-size: 75%;
  color: white;
  opacity: 0.6;
  margin-left: 54px;
  margin-right: 54px;
  margin-top: 20px;
}

.deadline {
  font-size: 75%;
  color: white;
  opacity: 1;
  margin-left: 54px;
  margin-right: 54px;
  margin-top: 20px;
}
.deadline span {
  font-weight: bolder;
}
.deadline a {
  text-decoration: none;
  color: white;
  text-decoration: underline;
}

@page {
  size: auto;
  /* auto is the current printer page size */
  margin: 0mm;
  /* this affects the margin in the printer settings */
}
.event-block {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.addquestion {
  padding-bottom: 43px;
  padding-top: 20px;
}

.qrbox {
  width: 192px;
  height: 187px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0747566);
  border-radius: 4px;
}
.qrbox.print {
  width: 350px;
  height: 350px;
}

.linkbox-title {
  margin-top: 24px;
  margin-left: 54px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 0.015625em;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.6;
}

.linkbox-box {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0747566);
  border-radius: 4px;
}

.linkbox-url {
  overflow: hidden;
  width: 100%;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  font-size: 10px;
  letter-spacing: 0.015625em;
  color: #FFFFFF;
}

.linkbox-copy {
  margin-top: 16px;
  margin-right: 17px;
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.015625em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.bg-event {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
}

.bg-mod {
  z-index: -1;
}

.bg-print {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
}

.floating-share {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 10px;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.floating-share button {
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.14);
  width: 180px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
  color: white;
  pointer-events: all;
}
.floating-share button .feedback-anchor {
  height: 100%;
  display: flex;
}
.floating-share button .feedback-anchor .feedback-text {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  color: white;
}

.statistics {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-top: 15px;
}
.statistics img {
  width: 30px;
}
.statistics .count {
  color: white;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 10px;
}

@media (pointer: coarse), (hover: none) {
  [title] {
    position: relative;
    display: inline-flex;
    justify-content: center;
  }
  [title]:focus::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    color: #000;
    background-color: #fff;
    border: 1px solid;
    border-radius: 5px;
    width: fit-content;
    padding: 5px;
    font-size: 14px;
  }
}
.modpadding {
  padding-bottom: 80px;
}

.mod-panel {
  text-align: center;
}
.mod-panel .state {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.mod-panel .state select {
  padding: 8px;
  padding-left: 22px;
  padding-right: 30px;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.21875px;
  background: url("/assets/dropdown.svg") no-repeat right center;
  background-color: white;
  border: 1px solid #e9e9e9;
  border-radius: 64px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  appearance: none;
}
.mod-panel button {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-left: 30px;
}
.mod-panel .premium {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 5px;
  padding: 7px;
}
.mod-panel .premium .title {
  color: white;
}
.mod-panel .premium .button-box {
  display: flex;
  margin-top: 8px;
  margin-bottom: 5px;
}
.mod-panel .premium .button-box .screening-option {
  display: inline-block;
  margin: auto;
  width: 158px;
  height: 38px;
  color: #FB0A4C;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: white;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
}
.mod-panel .premium .button-box .screening-option input {
  margin-top: 12px;
}
.mod-panel .premium .button-box button {
  margin: auto;
}

#ico-offline {
  height: 1.8em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: red;
  z-index: 1;
  text-align: center;
  transition: top 0.4s ease;
  transition-property: top, background-color;
}
#ico-offline img {
  height: 100%;
}
#ico-offline div.timeout {
  font-size: 120%;
  color: black;
  top: -5px;
  display: inline;
  position: relative;
}
#ico-offline.hidden {
  top: -30px;
  background-color: white;
}

.app-host {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.main {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  transition: padding-top 0.4s ease;
}
.main.offline {
  padding-top: 1.8em;
}

.router {
  width: 100%;
}

.selected {
  background-color: #CFD8DC !important;
  color: white;
}

#admin {
  display: flex;
  justify-content: center;
}
#admin .inner {
  cursor: pointer;
  width: 35px;
  padding-top: 20px;
}

.questions {
  padding-bottom: 20px;
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.questions-move {
  transition: transform 500ms;
}

.noquestions {
  color: white;
  font-size: 120%;
  text-align: center;
  margin-top: 24px;
  padding-top: 10px;
  padding-bottom: 100px;
  text-shadow: 0px 0px 1px #949494, 0px 0px 1px #949494;
}

.questions-seperator {
  font-size: 12px;
  letter-spacing: 0.19px;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 13px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000;
}

.questions-seperator.modview {
  color: white;
}

.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.meta-popup .title, .context-popup .title, .delete-popup .title, .share-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.question-host {
  width: 100%;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
}
.question-host .text {
  color: #282828;
  width: 80%;
  margin-top: 39px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
}
.question-host .text.answered {
  color: #8CC63F;
}
.question-host .text.blurr {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.question-host .questionanchor {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  color: black;
  box-shadow: 0px 0px 0px 0px rgba(0, 255, 0, 0);
  transition: box-shadow ease-in-out 500ms;
  transition-property: box-shadow, background-color;
}
.question-host .questionanchor .time-since {
  color: #B0B0B0;
  margin-left: 20px;
  margin-top: 13px;
  float: left;
  font-size: 10px;
  letter-spacing: 0.16px;
  line-height: 11px;
}
.question-host .questionanchor .tag {
  margin-left: 8px;
  margin-top: 10px;
  float: left;
  font-size: 10px;
  letter-spacing: 0.16px;
  line-height: 11px;
  border-radius: 10px;
  padding: 3px;
  background-color: #D4D4D4;
  color: white;
}
.question-host .questionanchor.highlighted {
  box-shadow: 0px 0px 10px 1px #FF2C5E;
  background-color: #999;
}
.question-host .like-action {
  color: #FF2C5E;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 13px;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
.question-host .like-action .liked {
  color: #B0B0B0;
}
.question-host .like-count-text {
  font-weight: bold;
  text-anchor: middle;
}
.question-host .bubble {
  margin-top: 11px;
  margin-right: 9px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.question-host .wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
.question-host .checkmark {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 13px;
  margin-bottom: 25px;
}
.question-host .options {
  position: relative;
  top: -45px;
}
.question-host .options .button-hide {
  color: #FB0A4C;
  margin-top: 15px;
  margin-left: 20px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.question-host .options .button-answered {
  float: right;
  color: #7BBE31;
  margin-top: 15px;
  margin-right: 19px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.question-host .options .button-hide.reverse {
  color: #A0A0A0;
}
.question-host .options .button-answered.reverse {
  color: #A0A0A0;
}

.unscreened-question {
  background: #e2e2e2;
  border-color: #bdbaba;
}

.newevent-bg, .bg-mod {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.newevent-bg {
  text-align: left;
  top: 0;
  display: flex;
  justify-content: center;
}
.newevent-bg .title {
  position: absolute;
  top: 98px;
  width: 350px;
  margin-left: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 0.015625em;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.6;
}

.form {
  background-color: white;
  position: relative;
  width: 350px;
  min-height: 300px;
  border-radius: 4px;
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: auto;
  text-align: center;
}

.input-box {
  margin-top: 30px;
  margin-left: 45px;
  margin-right: 45px;
  flex-grow: 1;
  border: 0;
  color: #A0A0A0;
}
.input-box textarea {
  min-height: 5em;
  max-height: 200px;
  width: 100%;
  color: #1E1E1E;
  resize: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D4D4D4;
}
.input-box textarea:focus {
  border-bottom: 2px solid #FF2C5E;
}
.input-box input {
  width: 100%;
  color: #1E1E1E;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D4D4D4;
}
.input-box input:focus {
  border-bottom: 2px solid #FF2C5E;
}

.newevent {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.newevent .invalid {
  color: red;
  font-size: 70%;
  margin-left: 48px;
  margin-right: 48px;
}

.button-finish {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.015625em;
  text-transform: uppercase;
  color: #FB0A4C;
  border: none;
  background: transparent;
  cursor: pointer;
}
.button-finish:disabled {
  color: #A0A0A0;
}

.meta-popup .title, .context-popup .title, .delete-popup .title, .share-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.share-popup {
  max-width: 260px;
}
.share-popup .link-box {
  display: flex;
  min-height: 50px;
  margin-top: 40px;
  background: #FAFAFA;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0747566);
  border-radius: 4px;
  cursor: pointer;
}
.share-popup .link-box .link {
  width: 260px;
  margin-left: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #1E1E1E;
  text-align: left;
  overflow-x: hidden;
}
.share-popup .link-box .copy {
  margin-top: 16px;
  margin-right: 10px;
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
}
.share-popup .print {
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  cursor: pointer;
}
.share-popup .qr {
  margin: auto;
  margin-top: 25px;
}
.share-popup .sharebuttons {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.share-popup .sharebuttons div {
  display: inline;
  margin: 3px;
  cursor: pointer;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  background-color: rgba(1, 1, 1, 0.8);
}

.popup {
  background-color: white;
  border-radius: 4px;
  padding: 40px;
  margin: auto;
  text-align: center;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.newquestion {
  max-width: 260px;
  min-height: 220px;
}
.newquestion .add-question {
  margin-left: 1em;
  margin-right: 1em;
}
.newquestion .add-question .invalid {
  color: red;
  font-size: 70%;
}
.newquestion .dlg-button {
  margin-bottom: 20px;
  margin-top: 40px;
  bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  background: transparent;
  border: none;
  cursor: pointer;
}
.newquestion .dlg-button:disabled {
  color: #A0A0A0;
}
.newquestion #questiontext {
  margin-top: 60px;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D4D4D4;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0.31px;
  resize: none;
  max-height: 390px;
}
.newquestion #questiontext :focus {
  border-bottom: 2px solid #FF2C5E;
}
.newquestion .more-info {
  text-align: left;
}
.newquestion .chars-info {
  text-align: right;
  font-size: 70%;
  cursor: default;
  user-select: none;
}

.privacy {
  font-size: 11pt;
  color: black;
  margin: 30px;
  text-align: justify;
}
.privacy h1 {
  font-size: 21pt;
  color: black;
  margin: 30px;
}
.privacy h2 {
  font-size: 17pt;
  color: black;
  margin: 30px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.meta-popup .title, .context-popup .title, .delete-popup .title, .share-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.delete-popup {
  text-align: center;
  max-width: 260px;
}
.delete-popup .text {
  margin-top: 40px;
}
.delete-popup .buttons .btn-yes {
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  cursor: pointer;
}

.premium-banner {
  color: #282828;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Roboto, Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin: 10px;
}
.premium-banner .rectangle {
  height: 100%;
  background-color: #f3bc2d;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.premium-banner .rectangle .toprow {
  width: 100%;
  text-align: center;
  padding: 10px;
}
.premium-banner .rectangle .expanded .features {
  margin-top: 15px;
  margin-bottom: 15px;
}
.premium-banner .rectangle .expanded .features li.tbd {
  color: rgb(120, 120, 120);
}
.premium-banner .rectangle .expanded .tmp-subscription {
  margin: 10px;
  font-style: italic;
  font-size: 14px;
}
.premium-banner .rectangle .expanded .tmp-subscription a {
  color: black;
  text-decoration: underline;
}
.premium-banner .rectangle .expanded .button, .premium-banner .rectangle .expanded .button-red, .premium-banner .rectangle .expanded .button-dark, .premium-banner .rectangle .expanded .button-white, .premium-banner .rectangle .expanded .button-blue, .premium-banner .rectangle .expanded .upgrade-button {
  width: 225px;
}
.premium-banner .rectangle .expanded .button .via, .premium-banner .rectangle .expanded .button-red .via, .premium-banner .rectangle .expanded .button-dark .via, .premium-banner .rectangle .expanded .button-white .via, .premium-banner .rectangle .expanded .button-blue .via, .premium-banner .rectangle .expanded .upgrade-button .via {
  display: inline;
  font-size: 8px;
  margin-left: 6px;
  margin-right: 6px;
}
.premium-banner .dropdown {
  width: 15px;
  height: 11px;
  object-fit: cover;
  margin-top: 1px;
  margin-left: 23px;
}
.premium-banner .dropdown.rotated {
  transform: rotate(180deg);
}
.premium-banner button {
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.14);
  width: 180px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #282828;
  color: white;
  pointer-events: all;
}

.lds-roller {
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.meta-popup .title, .context-popup .title, .share-popup .title, .delete-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.payment-popup {
  max-width: 260px;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.payment-popup .payment-logo {
  width: 280px;
  margin-bottom: 35px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.meta-popup .title, .context-popup .title, .share-popup .title, .delete-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.password {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.password button {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.password input {
  width: 152px;
  height: 42px;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  margin: 10px;
  padding-left: 10px;
  text-align: center;
}
.password img {
  width: 24px;
  margin-top: 1px;
}
.password .confirmed {
  width: 150px;
  height: 40px;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
  margin: 10px;
  color: black;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.pwd-popup {
  max-width: 260px;
  margin-left: 1em;
  margin-right: 1em;
}
.pwd-popup .invalid {
  color: red;
  font-size: 70%;
}
.pwd-popup .dlg-button {
  margin-top: 15px;
  bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  background: transparent;
  border: none;
  cursor: pointer;
}
.pwd-popup .dlg-button:disabled {
  color: #A0A0A0;
}
.pwd-popup .passwordtext {
  margin-top: 20px;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D4D4D4;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0.31px;
  resize: none;
  max-height: 390px;
}
.pwd-popup .passwordtext :focus {
  border-bottom: 2px solid #FF2C5E;
}
.pwd-popup .more-info {
  text-align: left;
}

#footer {
  background-color: transparent;
  padding-bottom: 80px;
}
#footer .usingrust {
  display: block;
  margin-bottom: 20px;
}
#footer .usingrust svg {
  max-width: 400px;
  fill: #B0B0B0;
}
#footer #socials {
  margin-top: 15px;
  margin-bottom: 15px;
}
#footer .social {
  display: inline-block;
  position: relative;
  fill: #B0B0B0;
  top: 2px;
  width: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
#footer #admin {
  filter: invert(1);
}
#footer .copyright {
  color: #B0B0B0;
  font-size: 10px;
  letter-spacing: 0.16px;
  line-height: 11px;
}
#footer .about {
  color: #B0B0B0;
  font-size: 14px;
  letter-spacing: 0.16px;
  line-height: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
#footer .status {
  color: #B0B0B0;
  font-size: 14px;
  letter-spacing: 0.16px;
  line-height: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
#footer .version {
  color: #B0B0B0;
  font-size: 10px;
  letter-spacing: 0.16px;
  line-height: 11px;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.meta-popup .title, .context-popup .title, .share-popup .title, .delete-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.context-popup {
  text-align: center;
  max-width: 260px;
}
.context-popup .text {
  margin-top: 40px;
}
.context-popup .buttons {
  display: flex;
}
.context-popup .buttons .btn-yes {
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  cursor: pointer;
}
.context-popup .buttons button {
  margin-top: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.context-popup .buttons .button-white {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
}
.context-popup .invalid {
  color: red;
  font-size: 70%;
  margin-left: 48px;
  margin-right: 48px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.meta-popup .title, .share-popup .title, .delete-popup .title, .context-popup .title {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.31px;
  color: #121212;
}

.unselectable, .question-host {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.meta-popup {
  text-align: center;
  max-width: 260px;
}
.meta-popup .text {
  margin-top: 40px;
}
.meta-popup .buttons {
  display: flex;
}
.meta-popup .buttons .btn-yes {
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.21875px;
  text-transform: uppercase;
  color: #FB0A4C;
  cursor: pointer;
}
.meta-popup .buttons button {
  margin-top: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.meta-popup .buttons .button-white {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
}
.meta-popup .invalid {
  color: red;
  font-size: 70%;
  margin-left: 48px;
  margin-right: 48px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.button, .button-red, .button-dark, .button-white, .button-blue, .upgrade-button {
  width: 285px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  color: white;
  border-radius: 64px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.button-red {
  margin-top: 30px;
  background-color: #FF2C5E;
  border-color: white;
}

.button-icon {
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
}

.button-dark {
  margin-top: 10px;
  background-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-white {
  margin-top: 10px;
  background-color: white;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.button-blue {
  margin-top: 10px;
  background-color: #49BEFF;
  color: #FB0A4C;
  border-color: rgba(255, 255, 255, 0.1);
}

.upgrade-button {
  background-color: #282828;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.event-name-label {
  font-size: 12px;
  letter-spacing: 0.19px;
  line-height: 14px;
  text-transform: uppercase;
  color: #414141;
  padding-top: 20px;
  margin-left: 54px;
}
.event-name-label .button-icon img {
  height: 14px;
  margin-left: 6px;
}

.event-name {
  font-size: 34px;
  letter-spacing: 0.53px;
  line-height: 38px;
  color: black;
  margin-left: 52px;
  margin-right: 52px;
  margin-top: 4px;
  overflow: hidden;
}

.event-name.printable {
  color: #1E1E1E;
  margin-top: 100px;
}

.event-desc {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: black;
  margin-left: 54px;
  margin-right: 54px;
  margin-top: 4px;
}
.event-desc.blurr {
  user-select: none;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.event-desc.printable {
  color: #1E1E1E;
}

.context {
  display: flex;
  margin-left: 52px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.context .button-icon img {
  height: 14px;
  margin-left: 6px;
}
.context .item {
  cursor: pointer;
  display: flex;
  height: 18px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 14px;
  background-color: black;
}
.context .item img {
  width: 15px;
  margin-right: 2px;
  margin-left: 6px;
}
.context .item .label {
  color: #FB0A4C;
  font-size: 12px;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 1px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.trustedby h2 {
  color: #A0A0A0;
  margin: 50px;
}
.trustedby .items {
  max-width: 460px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.trustedby .items .item {
  width: 150px;
  height: 90px;
  margin: 4px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trustedby .items .item img {
  scale: 1.5;
  width: 100px;
  height: 60px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.add-tag-popup {
  background-color: white;
  margin-bottom: auto;
  padding: 40px;
  border-radius: 4px;
  margin-top: auto;
  text-align: center;
}
.add-tag-popup input {
  border: 0;
  border-bottom: 1px solid #D4D4D4;
  line-height: 25px;
  font-size: 20px;
}
.add-tag-popup input:focus {
  border-bottom: 2px solid #FF2C5E;
}
.add-tag-popup input::placeholder {
  color: #A0A0A0;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2px;
  word-wrap: break-word;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.tag-select {
  margin-top: 20px;
}
.tag-select .header {
  color: #A0A0A0;
  margin-bottom: 5px;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags .tag {
  color: white;
  background-color: #A0A0A0;
  margin: 2px;
  border-radius: 14px;
  border: 1px solid #BEBEBE;
  padding: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.tags .tag.current {
  background-color: #FF2C5E;
  border: 1px solid black;
}

.bg-mod, .newevent-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FF2C5E;
}

.color-popup {
  background-color: white;
  margin-bottom: auto;
  margin-top: auto;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.color-popup .header {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
  color: black;
  align-items: center;
}
.color-popup .premium {
  margin: 30px;
}
.color-popup .premium .header {
  padding: 6px;
}
.color-popup .colors {
  display: flex;
  gap: 40px;
  height: 40px;
  justify-content: center;
}
.color-popup .colors .color {
  width: 40px;
  cursor: pointer;
}
.color-popup .color-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 40px;
}
.color-popup .color-picker input {
  width: 50px;
  height: 50px;
  border: 0;
  padding: 2px;
  cursor: pointer;
}
.color-popup .color-picker .color-preview {
  width: 68px;
}
.color-popup .buttons {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  gap: 20px;
}
.color-popup .buttons button {
  margin: 1px;
  height: 40px;
  width: 113px;
}
