/*latin-ext */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jura&display=swap");
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook/GothamBook.eot");
  src: local("GothamBook"), url("../fonts/GothamBook/GothamBook.woff") format("woff"), url("../fonts/GothamBook/GothamBook.ttf") format("truetype");
}
html {
  font-size: 16px;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  html {
    font-size: 20px;
  }
}
body {
  box-sizing: border-box;
  font-family: "GothamBook";
  font-style: normal;
  font-weight: 325;
  color: #000000;
  line-height: normal;
}

#krpanoSWFObject div:first-child div:nth-child(2) div {
  display: none;
  border: 3px solid red;
}

#renderatorPlugin {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.footer-horizontal {
  padding: 0px 40px 0px 40px;
  position: absolute;
  z-index: 3005;
  pointer-events: auto;
  width: 100%;
  bottom: 40px;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-horizontal a {
  width: calculate-rem(170);
}
.footer-horizontal .footer-tool-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-t {
  margin-top: 15px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #e20404;
  text-shadow: 0px 0px #e20404;
  font-size: 16px;
}

.m-r {
  margin-right: 40px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:focus {
  outline: none;
  outline-offset: -4px;
}

button:active {
  transform: scale(0.99);
}

.overlay {
  position: absolute;
  display: none;
  pointer-events: all;
}

.img-close {
  width: 16px;
  height: 16px;
}

.login-box {
  width: 100%;
  height: 100%;
  min-height: 200px;
  min-width: 200px;
  border: 6px solid #aa996e;
  background: #2c333d;
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  overflow: hidden;
}

.login-header {
  padding: 5px;
  padding-right: 0px;
  overflow: hidden;
  height: auto;
  align-content: center;
}

.login-title {
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-shadow: 0px 0px #000;
}

.login-body {
  margin-top: 5px;
  padding: 10px;
  padding-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 80%;
  min-height: 100px;
}

.input-underline {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  background-color: #2c333d;
}

.input-underline:focus {
  outline: none;
}

.text-white {
  color: #fff;
}

.btn-login {
  min-width: 100px;
  height: 50px;
  padding: 5px;
  font-size: 22px;
  font-weight: 700;
  background-color: #edc100;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px solid transparent;
  width: 100%;
  text-shadow: 0px 0px #000;
}
.btn-login:hover {
  background-color: #d1aa00;
}

.btn-justified {
  min-width: 100px;
  height: 40px;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  background-color: #edc100;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px solid transparent;
  width: 100%;
  text-shadow: 0px 0px #000;
}
.btn-justified:hover {
  background-color: #d1aa00;
}

.btn-default {
  min-width: 100px;
  height: 40px;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  background-color: #edc100;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px solid transparent;
  text-shadow: 0px 0px #000;
}
.btn-default:hover {
  background-color: #d1aa00;
  color: #fff;
}

.form-group {
  padding-top: 5px;
  padding-bottom: 5px;
}

.input-underline::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  font-size: 18px !important;
}

.input-underline::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-size: 18px !important;
}

.input-underline::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  font-size: 18px !important;
}

.input-underline:placeholder {
  color: #fff !important;
  font-size: 18px !important;
}

.text-black {
  color: #000000;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  color: #2c333d;
  margin-top: 2px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  color: #2c333d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#dialogLoading {
  position: absolute;
  width: 98%;
  height: 98%;
  display: none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  color: #000000;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  font-weight: normal;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  font-weight: bold;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #edc100;
}

/* Style the tab content */
.tabcontent {
  display: none;
  color: #000000;
}

.table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
}

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

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.table-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 2px;
}

.td-action {
  text-align: center !important;
}

.td-link {
  max-width: 200px;
  word-wrap: break-word;
}

.icon {
  width: 24px;
  height: 24px;
}

.clickable {
  cursor: pointer;
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
  background-color: #2c333d;
}

.chat-window {
  z-index: 4000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-box {
  border-radius: 4px;
  background: #0f1113;
  background-image: url("../images/background motive_2.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 540px;
  height: 385px;
  padding: 20px;
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.conversation-box .text {
  color: #4dded6;
  margin: 0;
  text-align: center;
}
.conversation-box .text.header {
  margin: 100px 0 0 0;
  text-transform: uppercase;
  font-size: 24px;
}
.conversation-box .text.link {
  text-decoration: underline;
  cursor: pointer;
}

#btnStartConversation {
  background: #4dded6;
  width: 129px;
  padding: 12px 0px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  outline: none;
}
#btnStartConversation.disableBtn {
  background: #c5c5c5;
}

.circle-close-button {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 20px;
  top: 20px;
}

.webflow-style-input {
  width: 100%;
  max-width: 400px;
  margin: 20px 0;
}
.webflow-style-input textarea {
  height: 88px;
}
.webflow-style-input input {
  margin-bottom: 10px;
}
.webflow-style-input input:last-of-type {
  margin-bottom: 0;
}
.webflow-style-input input, .webflow-style-input textarea {
  width: 100%;
  padding: 12px;
  outline: none;
  border: 1px solid #4dded6;
  background: #0f1113;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #4dded6;
}

.text-danger {
  color: #e20404;
  text-shadow: 0px 0px #e20404;
  font-size: 16px;
}

.conversation-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-bottom: 0px;
  overflow: hidden;
  font-size: 13px;
  color: #4dded6;
  position: absolute;
  bottom: 20px;
}
.conversation-footer .dot {
  background: #a6ccd3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.2;
}
.conversation-footer .dot.active {
  width: 9px;
  height: 9px;
  opacity: 1;
}
.conversation-footer .dot:first-of-type {
  margin-right: 3px;
}

@media only screen and (max-width: 600px) {
  #chatWindow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conversation-box {
    width: 90%;
    height: 60%;
    max-height: 420px;
    min-height: 390px;
    background-size: 87%;
  }
  .conversation-box .text.header {
    margin-top: 100px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #chatWindow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conversation-box {
    width: 60%;
    height: 90%;
    max-height: 420px;
    min-height: 310px;
    background-size: 87%;
    background-position-y: -29px;
  }
  .conversation-box .text.header {
    margin-top: 70px;
  }
}
@media (orientation: landscape) and (max-height: 450px) {
  #chatWindow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conversation-box .webflow-style-input {
    margin: 12px 0;
    max-width: 430px;
  }
  .conversation-box .webflow-style-input textarea {
    height: 70px;
  }
  .conversation-box .text.header {
    margin-top: 80px;
  }
}
#textEditView {
  position: absolute;
  align-items: center;
  justify-content: center;
}
#textEditView .add-text-box {
  width: 50%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#textEditView .add-text-box .close-btn {
  align-self: flex-end;
  transform: translateX(100%);
}
#textEditView .add-text-box-input {
  padding: 10px;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#textEditView .add-text-box #inputText {
  color: #000000;
}
#textEditView .add-text-box #inputText textarea {
  border: none;
  overflow: auto;
  outline: none;
  background-color: transparent;
  width: 100%;
  resize: none;
  box-shadow: none;
  padding: 1rem;
  height: 200px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
@media (orientation: landscape) and (max-height: 450px) {
  #textEditView .add-text-box #inputText textarea {
    height: auto;
  }
}
#textEditView .add-text-box #inputText .label-message {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  float: right;
}
#textEditView .text-preview-aria {
  display: flex;
  bottom: 0px;
  width: 100%;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
}
#textEditView .text-preview-aria #textToAdd {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: white;
}

.landing-screen {
  display: flex;
  background: rgba(10, 11, 13, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.landing-screen .play-icon {
  margin-bottom: 68px;
  width: 118px;
}
.landing-screen .rndr-branding {
  display: flex;
  position: relative;
  flex-flow: column;
  align-content: center;
  margin-bottom: 20px;
}
.landing-screen .rndr-branding p {
  width: 100%;
  text-align: center;
}
.landing-screen .disclaimer-message {
  font-size: 0.875rem;
  width: 80%;
  max-width: 914px;
  text-align: center;
  margin-bottom: 68px;
}

.rd-btn {
  display: flex;
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 5px;
}
.rd-btn i {
  color: black;
}
.rd-btn:active {
  background: radial-gradient(#fff, #c8c8c8);
}
.rd-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.rd-btn.round {
  border-radius: 50%;
}
.rd-btn img {
  width: 1rem;
  height: 1rem;
}

.btn-group {
  display: flex;
  position: absolute;
  width: 100%;
  height: 10%;
  z-index: 1;
  min-height: 3.4375rem;
}
.btn-group.horizontal {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.btn-group.vertical {
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.btn-group.top {
  top: 0;
}
.btn-group.bottom {
  bottom: 0;
}
.btn-group .label {
  position: absolute;
  top: calc(100% + 8px);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
  white-space: nowrap;
}

.logo {
  width: 100%;
  max-width: 150px;
}

.header-toolbar {
  position: absolute;
  top: 3.2rem;
  right: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.header-btn {
  pointer-events: auto;
  width: 6.8125rem;
  height: 1.625rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: white;
  -webkit-clip-path: polygon(calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px), 0 0);
          clip-path: polygon(calc(100% - 7px) 0%, 100% 7px, 100% 100%, 7px 100%, 0% calc(100% - 7px), 0 0);
  text-decoration: none;
  color: black;
}
.header-btn:last-child {
  margin-bottom: 0;
}
.header-btn svg {
  position: absolute;
}
.header-btn span {
  z-index: 1;
  font-size: 0.7rem;
}

.bg-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 450px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.display-none {
  display: none;
}

.fullWidthHeight {
  width: 100%;
  height: 100%;
}

#snapSettings {
  height: 100%;
  width: 150px;
  top: 0;
  position: absolute;
  pointer-events: auto;
  right: 0px;
  padding-right: 10px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#snapSettings .snap-mode-check {
  position: absolute;
  display: none;
  right: -8px;
  top: calc(50% - 8px);
}
#snapSettings .snap-mode-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 75px;
  height: 48px;
  background: #ffffff;
  border-radius: 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 0.6rem;
  border: none;
}
#snapSettings .snap-mode-btn.active .snap-mode-check {
  display: block;
}
#snapSettings .snap-mode-btn.inactive {
  opacity: 0.5;
}
#snapSettings .snap-mode-icon {
  width: 4ch;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-snap-border,
.outer-snap-border {
  display: none;
}

.snap-borders::before {
  content: "";
  position: absolute;
  border: #fa4616 1px dashed;
  height: 200vh;
  width: 33.33%;
  top: -50vh;
  left: 33.33%;
}
.snap-borders::after {
  content: "";
  position: absolute;
  border: #fa4616 1px dashed;
  height: 33.33%;
  width: 200vw;
  left: -50vw;
  top: 33.33%;
}
.snap-borders .inner-snap-border {
  position: absolute;
  display: block;
  border: 1px #fff dashed;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.snap-borders .outer-snap-border {
  display: block;
  position: absolute;
  border: 1px dashed #a6ccd3;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  -webkit-clip-path: polygon(100% calc(100% - 5px), 100% 100%, calc(100% - 5px) 100%, calc(100% - 5px) 0%, 100% 0, 100% 5px, 0 5px, 0 0, 5px 0, 5px 100%, 0 100%, 0 calc(100% - 5px));
          clip-path: polygon(100% calc(100% - 5px), 100% 100%, calc(100% - 5px) 100%, calc(100% - 5px) 0%, 100% 0, 100% 5px, 0 5px, 0 0, 5px 0, 5px 100%, 0 100%, 0 calc(100% - 5px));
}

#screenshotView {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#editorView {
  position: absolute;
  top: 0px;
  pointer-events: all;
}

#colorEffects {
  display: flex;
  flex-flow: row wrap;
}
#colorEffects .previewEffects {
  position: relative;
  flex: 1 1 49%;
  height: 50%;
}
#colorEffects .previewEffects h4 {
  position: absolute;
  top: 0;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px;
}
#colorEffects .previewEffects img {
  width: 100%;
  z-index: 1;
}

.snap-trash-icon {
  position: absolute;
  width: 6em;
  padding: 11px;
  top: 0%;
  right: 0px;
  z-index: 9999;
  pointer-events: all;
}

.buttonImg {
  float: right;
  margin: 0px 3px 0px 3px;
}

.videoRecording {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.videoRecording * {
  pointer-events: all;
}
.videoRecording .recording-time-section {
  margin-left: 40px;
}
.videoRecording .recording-time-section .redball {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.videoRecording .recording-time-section .recording-timer {
  color: white;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.coursor-tooltip .tooltip-text {
  position: absolute;
  visibility: hidden;
  width: auto;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 10px;
}
.coursor-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.pause-circle,
.play-circle {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.video-landing-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  top: 0px;
  height: 100%;
  width: 100%;
}

.video-player {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  max-height: 80vh;
  max-width: 95vw;
}

#cloneVideoWithAudio {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.editor-container {
  position: relative;
  outline: 10000px solid rgba(0, 0, 0, 0.5);
}
.editor-view {
  position: absolute;
}

#shareView {
  display: none;
  position: absolute;
  bottom: calc(100% + 1rem);
  right: -18%;
}
#shareView::after {
  content: "";
  position: absolute;
  right: 18%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
}
#shareView .share-icons-container {
  display: flex;
  padding: 1rem;
  background-color: white;
  border-radius: 6px;
}
#shareView .share-icon {
  margin: 0.5rem;
  pointer-events: all;
  cursor: pointer;
  height: 16px;
}

#previewTool {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#previewTool h1 {
  margin-bottom: 2rem;
}
#previewTool #playPreview {
  display: flex;
}

.inquiry-icon {
  display: none;
  margin: 0 5px;
  width: 3.125rem;
}
.inquiry-icon-animation {
  animation: inquiry-icon-animation-frames 1s ease-in;
}

.mini-disclaimer {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  position: absolute;
  top: 3.2rem;
  left: 44px;
  font-family: "Jura", sans-serif;
  font-size: 1rem;
}

.lobby-button {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 3rem;
  pointer-events: all;
}
.lobby-button-link {
  color: white;
  text-decoration: none;
  font-family: "Jura", sans-serif;
  font-size: 1.2rem;
}
.lobby-button-link:hover, .lobby-button-link:focus {
  color: white;
  text-decoration: none;
  transform: scale(1.01);
}

@keyframes inquiry-icon-animation-frames {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    width: 3.125rem;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .mini-disclaimer {
    top: calc(100% - 40px);
    font-size: 10px;
    color: white;
    left: calc(100% - 31px);
    transform: rotate(-90deg);
    transform-origin: left;
    width: 345px;
    height: 18px;
  }
  .footer-horizontal {
    width: 100%;
    justify-content: center;
    min-height: 3.125rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    bottom: 17px;
  }
  .footer-horizontal a {
    order: 1;
    margin-top: 0.5rem;
    width: 33%;
  }
  .snap-trash-icon {
    width: 4em;
  }
  .lobby-button {
    top: 2rem;
    left: 0;
    width: auto;
    padding: 0.5rem 1rem;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  html {
    font-size: 14px;
  }
  .mini-disclaimer {
    top: 20px;
    left: 26px;
    font-size: 10px;
  }
  .snap-trash-icon {
    width: 4em;
  }
  #colorEffects .previewEffects h4 {
    font-size: 12px;
  }
}/*# sourceMappingURL=renderator.css.map */