/* Generated by less 2.5.1 */
/*** VARIABLES ***/
/*** BASE STYLES ***/
* {
  box-sizing: border-box;
}
input:focus,
textarea:focus,
a:focus {
  outline: 3px solid rgba(0, 0, 0, 0.2);
}
.sr-only {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.hidden {
  display: none !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
html {
  font-family: 'Roboto', sans-serif;
  background-color: #f1f1f1;
  color: #ffffff;
  position: relative;
}
body {
  overscroll-behavior: none;
}
a {
  color: inherit;
}
h1,
h2,
h3 {
  margin: 0 0 0.5em;
}
h1 {
  border-bottom: 2px solid #595959;
  font-size: 2em;
  padding-bottom: 0.5em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.app {
  border: none;
  padding: 1em;
  color: #ffffff;
  font-size: 16px;
  min-height: 100vh;
}
.app.admin .page,
.app.presenter .page {
  background-color: #565656;
}
.app.admin table td,
.app.admin table th {
  text-align: center;
  width: 16.6666%;
}
.app.app-embed {
  padding: 0;
  font-size: 14px;
}
.app.app-embed .page {
  border: none;
  width: 100%;
}
.app.app-embed h2 {
  font-size: 1em;
}
.app.app-embed h3 {
  font-size: 1em;
}
.app.app-embed textarea {
  max-height: 55px;
  width: 100%;
}
.app.app-embed .question-fields-block p {
  margin-top: 0;
}
.app.app-embed .page > div > h1,
.app.app-embed .page > div > h2 {
  color: #333;
}
.app.app-embed .page > div > form {
  color: #333;
}
.app.app-embed .page > div > form p > input {
  border: 1px solid #333;
}
.app .question-fields-block .validation-successful {
  padding: 0 0 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.app .question-fields-block .validation-successful i {
  padding: 0 5px 0 0;
  font-size: 20px;
}
.app .page {
  margin: auto;
  max-width: 900px;
  padding: 1em;
  width: 90%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.list-group {
  border-bottom: 2px solid #777;
}
.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list.list-stream {
  max-height: 160px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 0;
}
.list.list-stream li.list-item {
  margin: 0;
  padding: 5px 10px !important;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.list.list-stream-reduced {
  max-height: 70px;
  overflow: scroll;
  overflow-x: hidden;
}
.list li {
  margin-bottom: 1em;
}
.list-item {
  background-color: #EAE4EA;
  color: #4E394C;
  padding: 0.5em 1em !important;
}
.list-item-featured {
  font-size: 1.5em;
  line-height: 1.25em;
}
.list-item + .list-item-fallback {
  display: none !important;
}
.btns .list-item {
  width: 60% !important;
}
.btns .list-item.btn {
  border-radius: 0;
  height: auto;
  text-align: left;
}
.label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.field {
  border: 0;
  padding: 0.5em;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .field {
    width: 100%;
  }
}
.field-block {
  width: 100%;
}
.table {
  margin-bottom: 1em;
}
.table th {
  font-weight: normal;
}
.table th,
.table td {
  padding-right: 5px;
}
.table-block {
  width: 100%;
}
.btn {
  background-color: rgba(234, 228, 234, 0.8);
  border: 0;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 3em;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border-radius: 0;
}
.btn:hover {
  filter: brightness(115%) contrast(115%);
}
.btn:focus {
  outline: none;
}
.btn-primary {
  background: #595959;
  color: #ffffff;
}
.btn-primary:hover {
  filter: brightness(115%) contrast(115%);
}
.btn-sm {
  color: #555;
  height: auto;
  padding: 0.6em 0.75em;
}
.btn-icon {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.btn-icon .fa {
  font-size: 1.5em;
}
.btn-block {
  width: 100%;
}
.btns {
  display: flex;
}
.btns .btn {
  margin-left: 20px;
}
.btns .btn:first-child {
  margin-left: 0;
}
.icon {
  display: block;
  font-size: 2em;
  margin: 5px;
}
.icon-positive {
  color: #2ea217;
}
.icon-neutral {
  color: #ff7e00;
}
.icon-negative {
  color: #ff0202;
}
.embed {
  margin-bottom: 1em;
}
.component {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
}
.required {
  border: 2px solid #b92222;
  background-color: #ffe5e5;
}
.emoji-group {
  position: relative;
}
@media only screen and (max-width: 530px) {
  .emoji-group .emoji-button,
  .emoji-group .emoji-group-items {
    display: none !important;
  }
}
.emoji-group .field,
.emoji-group .field-block {
  padding-right: 60px;
}
.emoji-group .emoji-button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  border: none;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 5px;
  background: #f1f1f1;
}
.emoji-group .emoji-button:focus {
  outline: 0;
}
.emoji-group .emoji-button i {
  padding: 4px;
  font-size: 35px;
  color: #aaa;
  transition: all .5s ease;
}
.emoji-group .emoji-button i:hover {
  color: #777;
  cursor: pointer;
}
.emoji-group .emoji-group-items {
  display: flex;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -55px;
  background: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: all .6s ease;
}
.emoji-group .emoji-group-items .emoji-item {
  margin: 0;
  padding: 0;
  border-radius: 200px;
  border: none;
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emoji-group .emoji-group-items .emoji-item:focus {
  outline: 0;
}
.emoji-group .emoji-group-items .emoji-item span {
  font-family: 'Roboto', sans-serif;
}
.emoji-group .emoji-group-items .emoji-item span:hover {
  cursor: pointer;
}
.emoji-group .emoji-group-items .emoji-item i {
  padding-bottom: 4px;
  font-size: 26px;
  color: #aaa;
  transition: all .5s ease;
}
.emoji-group .emoji-group-items .emoji-item i:hover {
  color: #777;
  cursor: pointer;
}
.emoji-group .emoji-group-items.active {
  width: 360px;
}
.emoji-group.emoji-group-stream #emoji-button {
  min-width: 0;
  top: 5px;
  right: 160px;
  width: 28px;
  height: 28px;
  border-color: rgba(0, 0, 0, 0);
}
.emoji-group.emoji-group-stream #emoji-button i {
  padding: 0;
  font-size: 28px;
}
.emoji-group.emoji-group-stream #emoji-group-items {
  right: 146px;
  bottom: -38px;
}
.emoji-group.emoji-group-stream #emoji-group-items .emoji-item {
  min-width: 0;
}
.component-question-stream .question-fields-block .emoji-group .emoji-button {
  min-width: 0;
  top: 2px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-color: rgba(0, 0, 0, 0);
}
.component-question-stream .question-fields-block .emoji-group .emoji-button i {
  padding: 0;
  font-size: 28px;
}
.component-question-stream .question-fields-block .emoji-group .emoji-group-items {
  right: -2px;
  bottom: -34px;
}
.component-question-stream .question-fields-block .emoji-group .emoji-group-items .emoji-item {
  min-width: 0;
}
.stream {
  border: 1px solid #ffffff;
  border-radius: 8px;
  margin-bottom: 1em;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swimmer {
  position: absolute;
  left: -100px;
}
.swim-enter-active {
  transition: all 7s linear;
}
.swim-enter,
.swim-leave-to {
  transform: translateX(130%);
}
/*** COMPONENT SPECIFIC STYLES ***/
.admin-toggle-setting {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0;
}
.admin-toggle-setting .btn {
  padding: 4px 8px;
  margin: 0 0 0 10px;
  height: auto;
}
.component.component-question-stream {
  font-family: arial, helevetica, sans-serif;
  margin-bottom: 0;
  border-bottom: none;
}
.component.component-question-stream > p {
  margin-top: 0;
}
.component.component-question-stream h2 {
  color: #ffffff;
  font-size: 1em;
  margin: 0 0 .2em;
}
.component.component-question-stream h3 {
  color: #ffffff;
  margin: 10px 0;
  padding-bottom: 0;
}
.component.component-question-stream input,
.component.component-question-stream textarea {
  outline: 2px solid #ffffff;
}
.component.component-question-stream input:focus,
.component.component-question-stream textarea:focus {
  outline-color: rgba(0, 0, 0, 0.2);
}
.component.component-question-stream textarea {
  height: 32px;
}
.component.component-question-stream .comment-name {
  font-weight: bold;
  line-height: 24px;
  display: block;
  color: #ffffff;
  padding: 0;
  hyphens: auto;
}
.component.component-question-stream .comment-message {
  padding: 0;
  display: block;
  color: #777777;
}
.component.component-question-stream .btn.btn-primary {
  background-color: #595959;
}
.component.component-question-stream .btn.btn-primary:hover {
  filter: brightness(85%) contrast(115%);
}
.component.component-question-stream .btn.btn-primary,
.component.component-question-stream .btn {
  height: auto;
  padding: 10px 20px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.6;
  font-size: 12px;
}
.component.component-question-stream .field-groups {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.component.component-question-stream .field-groups .field-group {
  width: 49%;
}
.component.component-question-stream .field-groups .field-group input {
  width: 100%;
}
.component.component-question-stream .list-stream-lead-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px #cccccc;
}
.component.component-question-stream .list-stream-lead-text > h3,
.component.component-question-stream .list-stream-lead-text > p {
  display: inline-block;
}
.component.component-question-stream .list-stream-lead-text-no-name p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.component.component-question-stream .list-stream-lead-text-no-name p textarea {
  width: auto;
  flex-grow: 1;
  margin-right: 20px;
  min-height: 36px;
}
.component.component-question-stream .list-stream-lead-text-no-name p button {
  min-width: 125px;
}
.app .page .text-dark h1 {
  color: #000000;
}
.app .page .text-dark .component h2,
.app .page .text-dark .component h3,
.app .page .text-dark .component h4,
.app .page .text-dark .component h5 {
  color: #000000;
}
.app .page .text-dark .list.list-stream .comment-name {
  color: #000000 !important;
}
