.container {
  bottom: 0;
  left: 0;
  z-index: 98;
  position: absolute;
  width: 100%;
  margin-bottom: 10px;
}

#control-kit-wrapper #controlKit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 65;
  pointer-events: none;
}

#control-kit-wrapper #controlKit .label {
  position: static;
  background-color: transparent;
}

#control-kit-wrapper .button {
  position: static;
  line-height: normal;
  padding: initial;
  min-width: none;
  transition: none;
  letter-spacing: normal;
  cursor: auto;
}

.sc-password-modal .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: 0.4px;
  color: inherit;
}

.sc-password-input,
.sc-password-modal .modal-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
}

.sc-password-submit {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: inherit;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mp-font {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon i {
  color: #fff;
}

.icon i:hover {
  color: #ff3158;
}

[class*=" icon-"],
[class^="icon-"] {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-password-ui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: no-repeat 50% / cover;
  color: #f5f4f3;
  box-sizing: border-box;
}

.sc-password-ui *,
.sc-password-ui :after,
.sc-password-ui :before {
  box-sizing: inherit;
}

.sc-password-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.sc-password-modal {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 24px;
  background: transparent;
  color: inherit;
}

.sc-password-modal .modal-title {
  margin: 0 0 18px;
  white-space: pre-line;
}

.sc-password-modal .modal-body {
  margin: 0;
  padding: 0;
}

.sc-password-modal .modal-header {
  padding: 0;
  background-color: transparent;
}

.sc-password-modal .help-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 2em;
}

.sc-password-modal .help-text.error {
  color: #fa5300;
}

.sc-password-modal .help-text.error .icon {
  font-size: 22px;
  margin-right: 10px;
  line-height: 1;
  color: #fa5300;
}

.sc-password-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  height: 48px;
}

.sc-password-input {
  flex: 1;
  min-width: 100px;
  margin: 0;
  padding: 10px 20px;
  color: #444;
  border: none;
  border-radius: 0;
  outline: none;
}

.sc-password-submit {
  background-color: #222;
  margin: 0;
  padding: 10px 40px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.sc-password-submit:active,
.sc-password-submit:focus,
.sc-password-submit:hover {
  background: #ff3158;
  color: #fff;
}

.sc-password-submit:disabled,
.sc-password-submit[disabled] {
  background-color: #222;
  cursor: not-allowed;
}

.sc-password-lockout {
  background: #fff;
  color: #222;
  max-width: 460px;
}

.sc-password-lockout .modal-header:after {
  display: block;
  content: "";
  margin: 18px auto 18px 0;
  width: 18px;
  border: solid #ff3158;
  border-width: 0 0 1px;
}

.powered-by-link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
}

.powered-by {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 10px 0 50px;
}

.powered-by-label {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.1px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  transform: translateX(6px);
}

.powered-by-logo {
  margin: 10px;
}

.powered-by-link {
  text-decoration: underline;
}

.login-redirect-screen .login-redirect-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
}

.login-redirect-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% / cover;
  color: #f5f4f3;
}

.login-redirect-screen .login-redirect {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-redirect-screen .login-redirect.skrim {
  background-color: rgba(0, 0, 0, 0.5);
}

.login-redirect-screen .login-redirect-body {
  max-width: 525px;
  padding: 30px;
  background-color: transparent;
  color: inherit;
  text-align: center;
}

.login-redirect-screen .login-redirect-title {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  white-space: pre-line;
  line-height: 1.3;
  letter-spacing: 0.6px;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .login-redirect-screen .login-redirect-title {
    font-size: 36px;
    max-width: 100%;
  }
}

.login-redirect-screen .login-redirect-create {
  margin-bottom: 16px;
}

.login-redirect-screen .login-redirect-create .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.login-redirect-screen .login-redirect-link .link {
  margin-left: 0.4em;
}

.hidden {
  display: none;
}

#loading-gui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}

#loading-gui.faded-out {
  opacity: 0;
  pointer-events: none;
}

#loading-gui.faded-out * {
  pointer-events: none !important;
}

#loading-gui h1 {
  position: absolute;
  bottom: 75%;
  left: 50%;
  width: 80%;
  padding: 0 25px;
  transform: translate(-50%, 50%);
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 10px #0f1011;
  line-height: 1.1;
  letter-spacing: 0.6px;
}

@media only screen and (max-height: 487px) {
  #loading-gui h1 {
    font-size: 6vh;
  }
}

@media only screen and (max-aspect-ratio: 3/2) {
  #loading-gui h1 {
    font-size: calc(3vw + 2vh);
  }
}

#loading-gui #play-prompt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.6px;
  opacity: 1;
  transition: opacity 0.5s;
}

#loading-gui #play-prompt.faded-out {
  opacity: 0;
  pointer-events: none;
}

#loading-gui #play-prompt.faded-out * {
  pointer-events: none !important;
}

@media only screen and (max-height: 487px) {
  #loading-gui #play-prompt {
    display: none;
  }
}

#loading-gui .icon-play-unicode {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  color: #222;
  font-size: 38px;
  pointer-events: auto;
  cursor: pointer;

  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#loading-gui .icon-play-unicode:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

#loading-gui .loading-label {
  font-size: 10px;
  letter-spacing: 1.7px;
  line-height: 22px;
  font-weight: 500;
  color: #f5f4f3;
  text-transform: uppercase;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

#loading-gui #model-thumbnail {
  position: absolute;
  height: 100%;
  transform: translateX(-50%);
}

#loading-gui #tint {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}

#loading-gui #tint.faded-in {
  opacity: 1;
}

#loading-gui #loading-powered-by {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

#loading-gui #loading-powered-by.faded-in {
  opacity: 1;
  pointer-events: auto;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  #loading-gui #loading-powered-by {
    transform: translateX(-50%) scale(0.7);
    bottom: 5%;
  }
}

#loading-gui #loading-powered-by .loading-label {
  position: absolute;
  bottom: 35px;
  left: 36px;
  text-align: left;
  white-space: nowrap;
}

#loading-gui #loading-powered-by #loading-mp-logo {
  width: 150px;
  height: 33px;
}

#loading-gui #loading-presented-by {
  position: absolute;
  width: 100%;
  top: 60%;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.5s;
}

#loading-gui #loading-presented-by.faded-in {
  opacity: 1;
  pointer-events: auto;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  #loading-gui #loading-presented-by {
    transform: scale(0.7);
    top: 55%;
  }
}

@media only screen and (max-height: 487px) {
  #loading-gui #loading-presented-by {
    display: none;
  }
}

#loading-gui #loading-presented-by .subheader {
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0.6px;
  margin: 0;
}

#loading-gui #loading-presented-by .loading-label {
  font-size: 14px;
}

#loading-gui .circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  #loading-gui .circle-loader {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

#loading-gui .circle-loader #loader-cont {
  font-size: 10px;
  display: block;
  height: 96px;
  width: 96px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
}

#loading-gui .circle-loader #loader-cont.loading circle {
  fill: transparent;
  stroke: rgba(34, 34, 34, 0.7);
}

#loading-gui .circle-loader #loader-cont.loading #bar {
  stroke: #f5f4f3;
}

#loading-gui .circle-loader #loader-cont.loading:after {
  content: attr(data-status);
  position: absolute;
  width: 96px;
  height: 96px;
  top: 0;
  left: 0;
  letter-spacing: 1.6px;

  text-transform: uppercase;
  font-weight: 700;
  color: #f5f4f3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}

#loading-gui .circle-loader #loader-cont.es-MX {
  font-size: 11px;
}

#loading-gui .circle-loader #loader-cont.fr-FR {
  font-size: 10px;
}

#loading-gui .circle-loader-svg {
  transform-origin: center;
  transform: rotate(-90deg);
}

#loading-gui .circle-loader-svg circle {
  fill: #f5f4f3;
  stroke: #f5f4f3;
  stroke-width: 4px;
}

#loading-gui .circle-loader-svg #bar {
  stroke-dasharray: 308;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0s linear;
}

#loading-gui #loading-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #222;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

#loading-gui #loading-background.faded-out {
  opacity: 0;
  pointer-events: none;
}

#loading-gui #loading-background.faded-out * {
  pointer-events: none !important;
}

#loading-gui.quickstart #loading-presented-by {
  position: fixed;
  top: 25%;
  text-shadow: 0 0 10px #0f1011;
  pointer-events: none;
}

#loading-gui.quickstart #loading-powered-by {
  position: fixed;
  bottom: 24%;
  pointer-events: none;
}

.hidden {
  display: none;
}

#error-container {
  position: absolute;
  color: #fff;
  font-size: 16pt;
  font-weight: 300;
  text-align: center;
  height: 100vh;
  width: 100vw;
  background: radial-gradient(
    ellipse at 50% bottom,
    #474d53 0,
    #232628 53%,
    #111213 100%
  );
  z-index: 95;
}

#error-container a {
  color: #fff;
  text-decoration: underline;
}

#error-container #error-content {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#error-container #error-content > * {
  margin: 1% 0;
}

#error-container #error-content #error-problem {
  font-size: 170%;
  font-weight: 500;
}

#error-container #error-content #error-solution {
  font-size: 130%;
}

#error-container #error-content #error-actions {
  margin-top: 20px;
}

#error-container #error-content #error-actions #browser-tiles {
  width: 100%;
}

#error-container #error-content #error-actions #browser-tiles .tile {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  width: 21%;
  max-width: 50px;
  background-color: #555;
  border-radius: 10px;
}

#error-container #error-content #error-actions #browser-tiles .tile img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.error-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  z-index: 3;
  pointer-events: none;
}

.alert-notification {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  transition: transform 0.4s ease;
  transform: translateY(-100%);
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 14px;
}

.alert-notification.active {
  transform: translateY(0);
}

.alert-notification.notification-success {
  background: #00a170;
}

.alert-notification.notification-error {
  background: #c74200;
}

.alert-notification.notification-error .close-button:hover .icon {
  color: inherit !important;
}

.alert-notification.notification-info {
  background: #5c7fff;
}

.alert-notification .notification-body {
  padding-right: 30px;
}

.alert-notification .notification-title {
  margin-bottom: 5px;
}

.alert-notification .notification-text {
  margin: 0;
}

html {
  height: 100%;
}

html.keyboard-layout {
  height: 100vh;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
select,
textarea {
  letter-spacing: 0.2px;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  letter-spacing: 0.2px;
}

input {
}

input:focus {
  outline-color: #ff3158;
}

button.icon {
  padding: 0;
  background: inherit;
  border: none;
  outline: inherit;
  font-size: inherit;
}

button.icon:not(.disabled) {
  pointer-events: auto;
  cursor: pointer;
}

button.icon:not(.disabled):hover,
button.icon:not(.disabled):hover:before {
  color: #ff3158;
}

#gui {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-weight: 300;
  font-size: 14px;
  z-index: 1;
}

#gui.mobile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#perf {
  height: 19px;
}

#perf p {
  margin: 0;
  text-align: center;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clickable {
  cursor: pointer;
}

::-moz-selection {
  background: rgba(255, 49, 88, 0.1);
}

::selection {
  background: rgba(255, 49, 88, 0.1);
}

.link {
  cursor: pointer;
  color: inherit;
  letter-spacing: 0.2px;
  pointer-events: auto;
  transition: color 0.25s;
  white-space: nowrap;
  text-decoration: underline;
  font-weight: 500;
}

.link.disabled {
  opacity: 0.3;
}

.link.active,
.link.disabled {
  pointer-events: none;
  cursor: default;
}

.link.active {
  text-decoration: none;
}

.link.active,
.link:hover {
  color: #ff3158;
}

.link-btn {
  cursor: pointer;
  color: inherit;
  letter-spacing: 0.2px;
  pointer-events: auto;
  transition: color 0.25s;
}

.link-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.link-btn.active {
  color: #ff3158;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

.link-btn:hover {
  color: #ff3158;
}

.word-badge {
  padding: 0 3px 1px;

  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #444;
  border: 1px solid #444;
}

.clear-floats:after {
  content: "";
  display: table;
  clear: both;
}

.strong {
  font-weight: 700;
}

.hint {
  font-size: 0.8em;
  font-weight: 500;
  color: #777;
}

.image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gui-spinner-icon {
  width: 40px;
  height: 40px;
  border-color: #ff3158 transparent transparent #ff3158;
  border-style: solid;
  border-width: 3px;
  border-radius: 40px;
  -webkit-animation: gui-spinner 0.5s linear infinite;
  animation: gui-spinner 0.5s linear infinite;
}

@-webkit-keyframes gui-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes gui-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: 0.25px;
  color: inherit;
}

.h2 {
  font-size: 54px;
  line-height: 1.185;
}

.h2,
.h3 {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: inherit;
}

.h3 {
  font-size: 40px;
  line-height: 1.3;
}

.h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: 0.4px;
  color: inherit;
}

.h5 {
  font-size: 18px;
  line-height: 1.44;
}

.file-drop-zone,
.h5,
.h6 {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: inherit;
}

.file-drop-zone,
.h6 {
  font-size: 14px;
  line-height: 1.57;
}

.p1 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.p1,
.p2 {
  font-style: normal;
  font-weight: 400;
  color: inherit;
}

.p2 {
  font-size: 22px;
  line-height: 1.72;
  letter-spacing: 0.6px;
}

.p3 {
  font-size: 16px;
  line-height: 1.625;
}

.p3,
.p4,
.select-popup .select-menu-text,
.text-input-box {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: inherit;
}

.p4,
.select-popup .select-menu-text,
.text-input-box {
  font-size: 14px;
  line-height: 1.57;
}

.p5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
}

.x1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.37;
  color: inherit;
}

.x1,
.x2 {
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.x2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
}

.button.button-plain,
.checkbox-element.checkbox-style-filter .checkbox-text,
.x3 {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-balloon] {
  position: relative;
}

[data-balloon]:after,
[data-balloon]:before {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.05s ease-out 0.05s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 75;
  transform: translate(-50%);
  transform-origin: top;
  line-height: normal;
}

[data-balloon]:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[data-balloon]:after {
  content: attr(data-balloon);
  padding: 6px;
  margin-bottom: 11px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  color: #fff;

  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

[data-balloon][data-balloon-size="xs"]:after {
  font-size: 10px;
  padding: 0.3em;
}

[data-balloon]:hover:not(.disabled):not(.tooltip-hidden):after,
[data-balloon]:hover:not(.disabled):not(.tooltip-hidden):before,
[data-balloon][data-balloon-persist="true"]:not(.disabled):not(.tooltip-hidden):after,
[data-balloon][data-balloon-persist="true"]:not(.disabled):not(.tooltip-hidden):before {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

[data-balloon][data-balloon-pos="down-left"]:before,
[data-balloon][data-balloon-pos="down-right"]:before,
[data-balloon][data-balloon-pos="down"]:before {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 2px;
  margin-bottom: 0;
}

[data-balloon][data-balloon-pos="down-left"]:after,
[data-balloon][data-balloon-pos="down-right"]:after,
[data-balloon][data-balloon-pos="down"]:after {
  margin-top: 8px;
  bottom: auto;
  top: 100%;
}

[data-balloon][data-balloon-pos="down"]:after {
  left: 50%;
  transform: translate(-50%);
}

[data-balloon][data-balloon-pos="down-left"]:after {
  left: 20px;
  transform: translate(-100%);
}

[data-balloon][data-balloon-pos="down-right"]:after {
  left: calc(50% - 14px);
  transform: translate(0);
}

[data-balloon][data-balloon-pos="left"]:after,
[data-balloon][data-balloon-pos="left"]:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

[data-balloon][data-balloon-pos="left"]:after {
  margin-right: 11px;
}

[data-balloon][data-balloon-pos="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[data-balloon][data-balloon-pos="right"]:after,
[data-balloon][data-balloon-pos="right"]:before {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

[data-balloon][data-balloon-pos="right"]:after {
  margin-left: 11px;
}

[data-balloon][data-balloon-pos="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[data-balloon][data-balloon-pos="right"]:hover:after,
[data-balloon][data-balloon-pos="right"]:hover:before {
  transform: translateY(-50%);
}

[data-balloon][data-balloon-pos="up-right"]:after {
  left: 11px;
  transform: none;
}

[data-balloon][data-balloon-pos="up-left"]:after {
  left: auto;
  right: 0;
  transform: none;
}

[data-balloon][data-balloon-width]:after {
  white-space: normal;
}

[data-balloon][data-balloon-width][data-balloon-width="small"]:after {
  width: 80px;
}

[data-balloon][data-balloon-width][data-balloon-width="medium"]:after {
  width: 130px;
}

[data-balloon][data-balloon-width][data-balloon-width="large"]:after {
  width: 260px;
}

[data-balloon][data-balloon-width][data-balloon-width="xlarge"]:after {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  [data-balloon][data-balloon-width][data-balloon-width="xlarge"]:after {
    width: 380px;
  }
}

[data-balloon][data-balloon-width][data-balloon-width="fit"]:after {
  width: 100%;
}

[data-balloon][data-balloon-pre]:after {
  white-space: pre;
}

[data-balloon].tooltip-hidden:after,
[data-balloon].tooltip-hidden:before {
  opacity: 0;
}

button[data-balloon] {
  overflow: visible;
}

.mobile [data-balloon]:after,
.mobile [data-balloon]:before {
  opacity: 0;
}

.button {
  position: relative;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  color: #f5f4f3;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  line-height: 23px;
  padding: 8px 18px;
  background-color: #222;

  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.button:not(.button-small) {
  height: 39px;
  min-width: 100px;
}

.button.button-mini {
  min-width: 0;
  height: 24px;
  letter-spacing: 1.6px;
  border-radius: 21px;
  line-height: 100%;
  font-weight: 500;
  font-size: 10px;
}

.button.button-small {
  height: 36px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1.6px;
}

.button.button-large {
  padding: 7.5px 25px;
  height: 40px;
  line-height: 25px;
  letter-spacing: 2px;
}

@media (max-width: 576px) {
  .button.button-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.button.button-clear {
  background-color: transparent;
  color: #fff;
}

.button.button-clear.button-dimmed,
.button.button-clear.button-disabled {
  background-color: transparent;
  color: rgba(245, 244, 243, 0.3);
}

.button.button-plain {
  background-color: inherit;
  color: #222;
}

@media (max-width: 576px) {
  .button.button-plain {
    font-size: 12px;
  }
}

.button.button-plain.button-small {
  height: 30px;
  padding: 7px 0;
  line-height: 20px;
  font-size: 13px;
}

.button.button-plain.button-dimmed,
.button.button-plain.button-disabled {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

.button.button-plain.button-active {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #ff3158;
}

.button.button-toolbar {
  background-color: #fff;
  box-shadow: inset 1px 0 0 #dadada;
  color: #222;
  font-size: 14px;
  letter-spacing: 2px;
}

.button.button-toolbar:not(.button-small) {
  height: 55px;
  line-height: 40px;
}

@media (max-width: 576px) {
  .button.button-toolbar {
    font-size: 12px;
  }
}

.button.button-toolbar.button-dimmed,
.button.button-toolbar.button-disabled {
  background-color: inherit;
  color: rgba(0, 0, 0, 0.3);
}

.button.button-light {
  background-color: #f5f4f3;
  color: #222;
}

.button.button-light.button-dimmed,
.button.button-light.button-disabled {
  background-color: rgba(245, 244, 243, 0.3);
  color: rgba(0, 0, 0, 0.3);
}

.button.button-outline {
  height: 39px;
  line-height: 19px;
  border: 2px solid #222;
  color: #222;
  background-color: #fff;
}

.button.button-outline.button-light {
  border-color: #f5f4f3;
  color: #f5f4f3;
  background-color: transparent;
}

.button.button-outline.button-large {
  height: 40px;
  line-height: 23px;
}

.button.button-outline + .button {
  margin-left: 20px;
}

.button.button-secondary {
  letter-spacing: 2px;
  color: #222;
  background-color: transparent;
}

.button.button-secondary.button-small {
  padding: 10px;
  line-height: inherit;
  height: inherit;
}

.button.button-secondary.button-dimmed,
.button.button-secondary.button-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
}

.button.button-tertiary {
  height: unset;
  min-width: unset;
  padding: 0;
  border: solid #444;
  border-width: 0 0 2px;
  letter-spacing: 0.6px;
  color: #444;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
}

.button.button-tertiary.button-dimmed,
.button.button-tertiary.button-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
}

.button.button-active,
.button.button-busy {
  background-color: #ff3158;
  color: #fff;
}

.button.button-inline {
  display: inline-block;
}

.button.button-dimmed,
.button.button-disabled {
  background-color: rgba(0, 0, 0, 0.3);
}

.button.button-overlay {
  background-color: #fff;
  color: #222;
  border-radius: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.button.button-overlay.button-active,
.button.button-overlay.button-busy {
  background-color: #ff3158;
  color: #fff;
}

.button.button-overlay.button-dimmed,
.button.button-overlay.button-disabled {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

.button.button-with-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.button.button-with-icon.button-inline {
  display: inline-flex;
}

.button.button-with-icon:not(.button-toolbar).button-large {
  font-size: 16px;
}

.button.button-with-icon .icon {
  margin-right: 6px;
  font-size: 18px;
}

.button.button-busy,
.button.button-decorative,
.button.button-disabled {
  pointer-events: none;
  cursor: default;
}

.button.button-multiline {
  height: unset;
  white-space: normal;
}

.no-touch .button:not(.button-dimmed):hover {
  background-color: #ff3158;
  color: #fff;
}

.no-touch .button:not(.button-dimmed).button-clear:hover {
  background-color: transparent;
  color: #ff3158;
}

.no-touch .button:not(.button-dimmed).button-plain:hover,
.no-touch .button:not(.button-dimmed).button-toolbar:hover {
  background-color: inherit;
  color: #ff3158;
}

.no-touch .button:not(.button-dimmed).button-outline:hover,
.no-touch .button:not(.button-dimmed).button-secondary:hover {
  background: #fff;
  color: #ff3158;
  border-color: #ff3158;
}

.no-touch .button:not(.button-dimmed).button-tertiary:hover {
  background: transparent;
  color: #ff3158;
  border-color: #ff3158;
}

.no-touch .button:not(.button-dimmed).button-overlay:hover {
  background-color: #ff3158;
  color: #fff;
}

.no-touch .button.button-dimmed.button-overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: rgba(0, 0, 0, 0.5);
}

.icon-button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  transition-property: opacity, color, background-color;
  transition-duration: 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
}

.icon-button .icon {
  padding: 10px;
  line-height: 40px;
  color: inherit;

  text-shadow: 1px 1px 2px #000;
  font-size: 22px;
}

.icon-button .icon.icon-delete {
  font-size: 26px;
}

.icon-button .icon.icon-stem-height {
  font-size: 24px;
}

.icon-button .icon.icon-media-mix {
  font-size: 20px;
}

.icon-button .icon.icon-ext-link {
  font-size: 14px;
}

.icon-button.button-small {
  width: 24px;
  height: 24px;
}

.icon-button.button-small .icon {
  line-height: 24px;
  font-size: 13px;
}

.icon-button.button-large {
  width: 60px;
  height: 60px;
}

.icon-button.button-large .icon {
  line-height: 60px;
  font-size: 24px;
}

.icon-button.button-dimmed .icon {
  color: #bdbdbd;
}

.icon-button.button-disabled {
  opacity: 0.5;
}

.icon-button.button-active .icon,
.icon-button.button-busy .icon {
  color: #ff3158;
  text-shadow: none;
}

.icon-button:not(.button-interactive) {
  cursor: default;
  pointer-events: none;
}

.icon-button.button-interactive:not(.button-dimmed):active .icon {
  color: #ff3158;
  text-shadow: none;
}

.icon-button.button-interactive:not(.button-dimmed):active.icon-button-overlay {
  background-color: #222;
}

.icon-button.button-interactive:not(.button-dimmed):active.icon-button-primary {
  background-color: #ff3158;
}

.icon-button.button-interactive:not(.button-dimmed):active.icon-button-primary
  .icon {
  color: #fff;
}

.icon-button-social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  color: #222;
  background: #f5f4f3;
  border-radius: 100%;
  cursor: pointer;
}

.icon-button-social .icon {
  color: inherit;
  text-shadow: none;
}

.icon-button-plain {
  padding: 0;
  border-radius: 0;
}

.icon-button-plain .icon {
  color: inherit;
  font-size: 14px;
  text-shadow: none;
}

.icon-button-plain.button-dimmed .icon {
  color: #bdbdbd;
}

.icon-button-toolbar {
  height: 55px;
  min-width: 44px;
  background-color: #fff;
  color: #222;
  border-radius: 0;
  box-shadow: inset 1px 0 0 #dadada;
}

.icon-button-toolbar .icon {
  line-height: 55px;
  text-shadow: none;
}

.icon-button-toolbar .icon.icon-help {
  font-size: 16px;
}

.icon-button-toolbar .icon.icon-revert {
  font-size: 24px;
}

.icon-button-overlay {
  height: 31px;
  width: 31px;
  margin: 5px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  vertical-align: top;
  text-transform: none;
}

.icon-button-overlay .icon {
  padding: 0;
  line-height: 31px;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
}

.icon-button-overlay .icon.icon-delete {
  font-size: 24px;
}

.icon-button-overlay .icon.icon-stem-height {
  font-size: 20px;
}

.icon-button-overlay.button-dimmed,
.icon-button-overlay.button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

.icon-button-overlay.button-dimmed .icon,
.icon-button-overlay.button-disabled .icon {
  color: hsla(0, 0%, 100%, 0.3);
}

.icon-button-overlay.button-active,
.icon-button-overlay.button-busy {
  background-color: #222;
}

.icon-button-overlay.button-active .icon,
.icon-button-overlay.button-busy .icon {
  color: #ff3158;
}

.icon-button-primary {
  font-size: 18px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.icon-button-primary .icon {
  color: #222;
  text-shadow: none;
}

.icon-button-primary.button-active,
.icon-button-primary.button-busy {
  background-color: #ff3158;
}

.icon-button-primary.button-active .icon,
.icon-button-primary.button-busy .icon {
  color: #fff;
}

.icon-button-primary.button-dimmed,
.icon-button-primary.button-disabled {
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: none;
}

.icon-button-primary.button-dimmed .icon,
.icon-button-primary.button-disabled .icon {
  color: rgba(0, 0, 0, 0.5);
}

.no-touch .icon-button:not(.button-disabled):not(.button-dimmed):hover .icon {
  color: #ff3158;
  text-shadow: none;
}

.no-touch
  .icon-button:not(.button-disabled):not(.button-dimmed):hover.icon-button-overlay {
  background-color: #222;
}

.no-touch
  .icon-button:not(.button-disabled):not(.button-dimmed):hover.icon-button-primary {
  background-color: #ff3158;
}

.no-touch
  .icon-button:not(.button-disabled):not(.button-dimmed):hover.icon-button-primary
  .icon {
  color: #fff;
}
.icon-location:before {
  content: "\e92b";
}

.icon-magnifying-glass:before {
  content: "\e928";
}

.icon-simple-tag:before {
  content: "\e929";
}

.icon-file:before {
  content: "\e926";
}

.icon-download:before {
  content: "\e927";
}

.icon-attach:before {
  content: "\e924";
}

.icon-paper-clip:before {
  content: "\e923";
}

.icon-snap:before {
  content: "\e913";
}

.icon-comment:before {
  content: "\e903";
}

.icon-toggle-pencil:before {
  content: "\e90c";
}

.icon-notes:before {
  content: "\e901";
}

.icon-brush-outline:before {
  content: "\e902";
}

.icon-reply:before {
  content: "\e904";
}

.icon-blur-outline:before {
  content: "\e909";
}

.icon-arrows:before {
  content: "\e972";
}

.icon-error:before {
  content: "\e971";
}

.icon-info:before {
  content: "\e96e";
}

.icon-revert:before {
  content: "\e970";
}

.icon-delete:before {
  content: "\e952";
}

.icon-settings:before {
  content: "\e94c";
}

.icon-list:before {
  content: "\e966";
}

.icon-question:before {
  content: "\e908";
}

.icon-blocked:before {
  content: "\e90d";
}

.icon-dpad-down:before {
  content: "\e90e";
}

.icon-dpad-left:before {
  content: "\e90f";
}

.icon-dpad-right:before {
  content: "\e910";
}

.icon-dpad-up:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e912";
}

.icon-ext-link:before {
  content: "\e936";
}

.icon-pause:before {
  content: "\e938";
}

.icon-pin:before {
  content: "\e939";
}

.icon-play-unicode:before {
  content: "\e93a";
}

.icon-fullscreen2:before {
  content: "\e91b";
}

.icon-user:before {
  content: "\e943";
}

.icon-minus:before {
  content: "\e94e";
}

.icon-zoom-reset:before {
  content: "\e94f";
}

.icon-360:before {
  content: "\e90b";
}

.icon-rotate:before {
  content: "\e93d";
}

.icon-photo-2d:before {
  content: "\e94a";
}

.icon-photo-360:before {
  content: "\e94b";
}

.icon-transitions:before {
  content: "\e973";
}

.icon-photo-add:before {
  content: "\e953";
}

.icon-hlr:before {
  content: "\e91c";
}

.icon-rotate-right:before {
  content: "\e961";
}

.icon-rotate-left:before {
  content: "\e962";
}

.icon-play:before {
  content: "\e93b";
}

.icon-start-location:before {
  content: "\e90a";
}

.icon-hlr-badge:before {
  content: "\e900";
}

.icon-eye-hide:before {
  content: "\e905";
}

.icon-eye-show:before {
  content: "\e906";
}

.icon-more-vert:before {
  content: "\e907";
}

.icon-comment-outline:before {
  content: "\e925";
}

.icon-mesh:before {
  content: "\e954";
}

.icon-vr:before {
  content: "\e944";
}

.icon-floor-controls-all:before {
  content: "\e914";
}

.icon-floor-controls:before {
  content: "\e915";
}

.icon-panorama:before {
  content: "\e916";
}

.icon-dollhouse:before {
  content: "\e917";
}

.icon-floorplan:before {
  content: "\e918";
}

.icon-fullscreen-exit:before {
  content: "\e919";
}

.icon-fullscreen:before {
  content: "\e91a";
}

.icon-share:before {
  content: "\e93e";
}

.icon-link:before {
  content: "\e91d";
}

.icon-email:before {
  content: "\e91e";
}

.icon-facebook:before {
  content: "\e91f";
}

.icon-linkedin:before {
  content: "\e920";
}

.icon-pinterest:before {
  content: "\e921";
}

.icon-twitter:before {
  content: "\e922";
}

.icon-mesh-trim:before {
  content: "\e92a";
}

.icon-media-mix:before {
  content: "\e946";
}

.icon-stem-height:before {
  content: "\e951";
}

.icon-toolbar-360-view:before {
  content: "\e956";
}

.icon-toolbar-edit-vr:before {
  content: "\e957";
}

.icon-toolbar-hlr:before {
  content: "\e958";
}

.icon-toolbar-labels:before {
  content: "\e959";
}

.icon-toolbar-mattertags:before {
  content: "\e95a";
}

.icon-toolbar-measurements:before {
  content: "\e95b";
}

.icon-toolbar-more-horiz:before {
  content: "\e95c";
}

.icon-toolbar-photos:before {
  content: "\e95d";
}

.icon-toolbar-scan-mgmt:before {
  content: "\e95e";
}

.icon-toolbar-start-location:before {
  content: "\e95f";
}

.icon-checkmark:before {
  content: "\e968";
}

.icon-back:before {
  content: "\e965";
}

.icon-plus:before {
  content: "\e967";
}

.icon-help:before {
  content: "\e96d";
}

.icon-escape-key:before {
  content: "\e96a";
}

.icon-draw-lines:before {
  content: "\e96b";
}

.icon-drag-edit:before {
  content: "\e96c";
}

.icon-finger-drag:before {
  content: "\e97b";
}

.icon-press-hold:before {
  content: "\e97c";
}

.icon-tape-measure:before {
  content: "\e964";
}

[class*=" icon-"],
[class^="icon-"] {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"] > :not([class^="path"]),
[class^="icon-"] > :not([class^="path"]) {
}

.align-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.align-vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.container--smallest--width {
  width: 120px;
}

.container--smaller--width {
  width: 170px;
}

.container--small--width {
  width: 220px;
}

.emulatedDialog {
  z-index: 70;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 12px;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0s cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  opacity: 0;
  cursor: default;
  -webkit-font-smoothing: subpixel-antialiased;
}

.emulatedDialog.open {
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
}

.emulatedDialog.open > div {
  color: #6d6d6d;
  transition: none;
}

.emulatedDialog .tooltip {
  position: absolute;
  top: 25px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  transform-origin: center top;
  color: #fff;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.28);
  line-height: 1.42;
  font-weight: 300;
  transition: color 0.4s ease-in-out;
  transition-delay: 0.5s;
  text-align: left;
}

.emulatedDialog .tooltip.item-tooltip {
  min-width: 90px;
  padding: 0;
}

.emulatedDialog .tooltip .close-button {
  top: 3px;
  right: 5px;
}

.emulatedDialog .tooltip .close-button .icon-close {
  font-size: 12px;
}

.emulatedDialog.tooltip-title-large .tooltip {
  width: 200px;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .emulatedDialog.tooltip-title-large .tooltip {
    width: 170px;
  }
}

.emulatedDialog.tooltip-simple-medium .tooltip {
  width: 150px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.emulatedDialog.nudge-tooltip .title {
  color: #ff3158;
}

.emulatedDialog.nudge-tooltip .message {
  font-size: 16px;
  font-weight: 400;
  float: left;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .emulatedDialog.nudge-tooltip .message {
    font-size: 14px;
  }
}

.emulatedDialog .title {
  font-weight: 700;
  font-size: 14px;
  padding: 0 0 7.5px;
}

.emulatedDialog:not(.no-arrow):after,
.emulatedDialog:not(.no-arrow):before {
  pointer-events: none;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 0;
  content: "";
  width: 0;
  height: 0;
}

.emulatedDialog:not(.no-arrow):before {
  top: 1.5px;
  border-color: transparent transparent #e7e7e7;
  border-style: solid;
  border-width: 12px 14px;
}

.emulatedDialog:not(.no-arrow):after {
  top: 4px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 11px 13px;
}

.emulatedDialog:not(.no-arrow).dark > div {
  color: #fff;
  background-color: #222;
  border: 0;
}

.emulatedDialog:not(.no-arrow).dark:before {
  border-bottom: 12px solid transparent;
}

.emulatedDialog:not(.no-arrow).dark:after {
  border-bottom: 11px solid #222;
}

.emulatedDialog.position-top-right {
  transform-origin: 90% top;
}

.emulatedDialog.position-top-right > div {
  transform: translateX(-90%);
}

.emulatedDialog.position-top-center {
  transform-origin: 50% top;
}

.emulatedDialog.position-top-center > div {
  transform: translateX(-50%);
}

.emulatedDialog.position-bottom-center:before {
  top: -30px;
  border-color: #e7e7e7 transparent transparent;
  border-style: solid;
  border-width: 13px 14px;
}

.emulatedDialog.position-bottom-center:after {
  top: -31px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 12px 14px;
}

.emulatedDialog.position-bottom-center > div {
  top: auto;
  bottom: 0;
  transform: translate(-50%, -30px);
}

.emulatedDialog.position-bottom-right {
  transform-origin: 90% top;
}

.emulatedDialog.position-bottom-right:before {
  top: -35px;
  border-color: #e7e7e7 transparent transparent;
  border-style: solid;
  border-width: 11px 13px;
}

.emulatedDialog.position-bottom-right:after {
  top: -38px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 12px 14px;
}

.emulatedDialog.position-bottom-right > div {
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.28);
}

.emulatedDialog.position-right-bottom {
  transform-origin: 90% top;
}

.emulatedDialog.position-right-bottom:before {
  top: 5px;
  border-color: transparent transparent transparent #e7e7e7;
  border-style: solid;
  border-width: 12px 8px 12px 10px;
}

.emulatedDialog.position-right-bottom:after {
  top: 7px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 8px;
}

.emulatedDialog.position-right-bottom > div {
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.28);
}

.emulatedDialog.position-top-left {
  transform-origin: 15% top;
}

.emulatedDialog.position-top-left > div {
  transform: translate(-15%, -5px);
}

.reusable-toggle {
  position: relative;
  width: 30px;
  height: 16px;
  opacity: 0.3;
}

.reusable-toggle.enabled {
  cursor: pointer;
  opacity: 1;
}

.reusable-toggle .thumb {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #6d6d6d;
}

.reusable-toggle .track {
  position: absolute;
  top: 4px;
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
}

.reusable-toggle .toggle-label {
  position: absolute;
  left: -10px;
  transform: translateX(-100%);
}

.reusable-toggle.toggle-on .thumb {
  left: calc(100% - 16px);
  background-color: #ff3158;
}

.reusable-toggle.toggle-on .track {
  background-color: #dadada;
}

.reusable-toggle.toggle-on .toggle-label {
  color: #ff3158;
}

.radio-element {
  margin: 10px 10px 10px 0;
  display: inline-block;
  pointer-events: auto;
}

.radio-element label {
  cursor: pointer;
  font-weight: 300;
}

.radio-element input {
  opacity: 0;
}

.radio-element.disabled {
  pointer-events: none;
  color: #d7dee0;
}

.radio-element.disabled.radio-button label:before {
  opacity: 0.5;
}

.radio-button label {
  position: relative;
  font-size: 12px;
}

.radio-button label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -26px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%228%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.radio-button input {
  width: 18px;
  opacity: 0;
}

.radio-button input:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%228%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%225%22%20fill%3D%22%23ff3158%22%2F%3E%3C%2Fsvg%3E");
}

.radio-icon label,
.radio-image label {
  display: inline-block;
  padding: 20px;
  width: 160px;
  font-size: 13px;
  text-align: center;
}

.radio-icon label .radio-label,
.radio-image label .radio-label {
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
}

.radio-icon label .radio-message,
.radio-image label .radio-message {
  margin: 10px -20px;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}

.radio-image label img {
  display: block;
  width: 100%;
}

.radio-icon .icon {
  height: 90px;
  border-radius: 8px;
  border: 2px solid #d7dee0;
  background-color: #fff;
}

.radio-icon .icon:before {
  position: relative;
  width: 100%;
  top: 33px;
  left: 0;
  color: #777;
  font-size: 22px;
}

.radio-icon .icon:hover {
  border-color: #ff3158;
}

.radio-icon .icon:hover:before {
  color: #ff3158;
}

.radio-icon input:checked + label .icon {
  border-color: #ff3158;
}

.radio-icon input:checked + label .icon:before {
  color: #ff3158;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
}

.radio-group.radio-icons,
.radio-group.radio-images {
  justify-content: center;
  align-items: flex-start;
  margin: 0 15px;
  max-width: 740px;
}

.radio-group .radio-element {
  flex-grow: 1;
}

.radio-group .radio-element:last-child {
  margin-right: 0;
}

.radio-group .radio-button {
  white-space: nowrap;
  margin-right: 20px;
}

.checkbox-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.checkbox-element .checkbox {
  flex-shrink: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #b2b2b2;
  transition: all 125ms;
}

.checkbox-element .checkbox:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
}

.checkbox-element.checked .checkbox {
  background-color: #ff3158;
  border-color: #ff3158;
}

.checkbox-element.checked .checkbox:before {
  opacity: 1;
}

.checkbox-element.disabled {
  pointer-events: none;
}

.checkbox-element.disabled .checkbox-text,
.checkbox-element.disabled .note {
  color: #ccc;
}

.checkbox-element.disabled .checkbox {
  border-color: #d7dee0;
}

.checkbox-element.error .help-text {
  color: #c74200;
}

.checkbox-element .checkbox-text {
  margin-left: 5px;
  font-size: 14px;
}

.checkbox-element .help-text {
  display: block;
  flex-basis: 100%;
  margin: 10px 0 0;
  font-size: 11px;
}

.checkbox-element.checkbox-style-filter {
  color: #222;
  background-color: #fff;
  border: 1px solid;
  padding: 4px 16px 3px;
  border-radius: 15px;
  transition: 0.15s ease-out;
  transition-property: color, border-color, background-color;
}

.checkbox-element.checkbox-style-filter.checked,
.checkbox-element.checkbox-style-filter:active {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.checkbox-element.checkbox-style-filter .checkbox-text {
  margin-left: 0;
}

.no-touch .checkbox-element:hover .checkbox {
  border-color: #ff3158;
}

.no-touch .checkbox-element:hover .checkbox.checked {
  border-color: #ff3158;
  background-color: #ff3158;
}

.no-touch .checkbox-element.checkbox-style-filter:hover {
  background-color: #ff3158;
  border-color: #ff3158;
  color: #fff;
}

.button-group {
  display: inline-block;
}

.button-group .icon-button.icon-button-overlay {
  width: 42px;
  margin: 0;
}

.button-group .icon-button.icon-button-overlay.button-group-button-left {
  border-radius: 15.5px 0 0 15.5px;
}

.button-group .icon-button.icon-button-overlay.button-group-button-right {
  border-radius: 0 15.5px 15.5px 0;
}

.button-group .icon-button.icon-button-overlay .icon {
  font-size: 22px;
}

.button-group label {
  color: #444;
  margin: 0 5px;
  line-height: 31px;
  font-size: 12px;
  font-weight: 500;
}

.button-group label.disabled {
  color: #b5b4b3;
}

.number-input {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.number-input:hover .input {
  border-color: #ff3158;
}

.number-input .input {
  width: 120px;
  padding-bottom: 5px;
  border-width: 0 0 1px;
  border-color: #ccc;
  border-radius: 0;
  outline: none;
  font-size: 13px;
  color: #6d6d6d;
}

.number-input .input[type="text"] {
  cursor: pointer;
}

.number-input .input:focus {
  border-color: #ff3158;
}

.number-input .number-input-label {
  position: absolute;
  left: 1px;
  top: -15px;
  font-size: 8px;
  color: #6d6d6d;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.select-popup {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #444;
  pointer-events: auto;
}

.select-popup .select-label {
  font-weight: 300;
}

.select-popup .select-trigger {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.select-popup.select-button {
  padding: 10px 0;
  border: 1px solid #d8d8d8;
}

.select-popup .emulatedDialog {
  top: 0;
  min-width: 75px;
}

.select-popup .emulatedDialog .item-tooltip {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  right: 0;
  left: auto;
  transform: none;
}

.select-popup .select-menu-text {
  margin-right: 10px;
}

.select-dropdown .select-trigger {
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #d8d8d8;
}

.no-touch .select-trigger:hover {
  color: #ff3158;
  border-bottom-color: #ff3158;
}

.tool-overlay {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.tool-overlay .overlay {
  position: relative;
  width: auto;
  padding: 30px 30px 0;
}

@media (max-width: 576px) {
  .tool-overlay .overlay {
    padding: 15px 15px 0;
  }
}

.narrow-layout .tool-overlay .overlay-top-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s;
}

.narrow-layout .tool-overlay .overlay-message {
  top: 80px;
}

.narrow-layout.edit-mode .tool-overlay {
  margin-bottom: -46px;
}

.overlay {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.overlay .overlay-top-center {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.overlay .overlay-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.overlay .overlay-bar.overlay-top-right {
  justify-content: flex-end;
}

.overlay .overlay-bar .overlay-bar-filler {
  flex-shrink: 1;
  width: 50%;
}

.overlay .overlay-bar .overlay-bar-center {
  flex-shrink: 0;
  margin-right: auto;
  transform: translateX(-50%);
}

.overlay .overlay-bar .overlay-bar-right {
  flex-shrink: 0;
}

.overlay .overlay-message {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .overlay .overlay-message {
    padding: 0;
  }
}

.overlay .overlay-message .icon {
  font-size: 50px;
  margin: 0 auto;
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  .overlay .overlay-message .icon {
    font-size: 30px;
  }
}

.overlay .overlay-message .message {
  width: 180px;
  max-width: 100%;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  .overlay .overlay-message .message {
    font-size: 14px;
  }
}

.overlay .overlay-message .message.escape-message {
  width: 175px;
}

.overlay .overlay-slider {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.overlay .overlay-slider .stem-slider {
  height: 41px;
  max-width: 200px;
}

.overlay .overlay-slider .stem-slider .slider-with-tooltip {
  margin: 0 55px;
  font-size: 12px;
}

.overlay .overlay-slider .stem-slider .slider-with-tooltip .mdc-slider {
  height: 100%;
}

.overlay .overlay-slider > .icon-button.icon-button-overlay {
  width: 41px;
  min-width: 41px;
  height: 41px;
  margin: 0 15px;
  padding: 0 10px;
  line-height: 41px;
}

.overlay .overlay-slider > .icon-button.icon-button-overlay .icon {
  font-size: 18px;
  line-height: 41px;
}

.overlay
  .overlay-slider
  > .icon-button.icon-button-overlay
  .icon.icon-stem-height {
  font-size: 22px;
}

.overlay .overlay-cta-button-outer {
  position: absolute;
  height: 55px;
  width: 55px;
  margin: 5px 10px;
  font-size: 45px;
  line-height: 55px;
}

.overlay .overlay-cta-button-outer.overlay-cta-button-outer-left {
  transform: translateX(calc(-100% - 20px));
}

.overlay .overlay-cta-button-outer .icon {
  display: block;
  line-height: 55px;
}

.overlay .overlay-cta-button-outer .icon.icon-stem-height {
  font-size: 28px;
  line-height: 56px;
}

.overlay .overlay-cta-button-outer .icon.icon-delete {
  font-size: 45px;
}

.overlay .overlay-cta-button-outer .icon.icon-remove {
  font-size: 36px;
}

.overlay .overlay-cta-button-outer .icon.icon-360 {
  font-size: 28px;
}

.overlay .overlay-cta-button-outer .icon.icon-toggle-pencil {
  font-size: 40px;
}

.overlay .overlay-cta-button-outer .icon.icon-eye-hide,
.overlay .overlay-cta-button-outer .icon.icon-eye-show {
  font-size: 26px;
  line-height: 56px;
}

.overlay .overlay-cta {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: transform 0.5s;
  z-index: 1;
}

.overlay .overlay-cta .emulatedDialog {
  font-size: 12px;
  color: #444;
}

.overlay .overlay-cta .emulatedDialog .tooltip {
  min-width: 90px;
}

.overlay .overlay-cta .emulatedDialog .cta-title {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

.overlay .overlay-cta .emulatedDialog p {
  margin: 0;
  line-height: 22px;
}

.overlay .overlay-cta .emulatedDialog .cta-ok {
  margin-top: 5px;
  pointer-events: auto;
  text-align: right;
}

.overlay .overlay-cta .overlay-cta-btn {
  width: 65px;
  height: 65px;
  transition: transform 0.5s;
}

.overlay .overlay-cta .overlay-cta-btn .icon {
  font-size: 30px;
  line-height: 65px;
}

.overlay .overlay-cta .overlay-cta-btn.button-active,
.overlay .overlay-cta .overlay-cta-btn.overlay-cta-cancel {
  transform: rotate(45deg);
}

.overlay .overlay-cta .overlay-cta-rotate-btn {
  width: 65px;
  height: 65px;
  transition: transform 0.5s;
}

.overlay .overlay-cta .overlay-cta-rotate-btn.overlay-cta-cancel {
  transform: rotate(45deg);
}

.overlay .overlay-cta .icon-checkmark {
  color: #00a170;
}

.overlay-info {
  padding: 5px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {
  .overlay-info {
    line-height: 20px;
    font-size: 12px;
  }
}

.overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 576px) {
  .overlay-close {
    top: 15px;
    right: 15px;
  }
}

.no-touch .tool-overlay .overlay-cta-btn:hover .icon-checkmark {
  color: #fff;
}

.floor-rename-header {
  display: flex;
  padding-left: 10px;
}

.floor-rename-header.with-toggle {
  padding-left: 0;
}

.floor-rename-header .modifiable-text {
  width: 100%;
}

.floor-rename-header .modifiable-text .current-text {
  position: unset;
  overflow-wrap: break-word;
  color: #222;
  cursor: default;
}

.floor-rename-header .modifiable-text .current-text:hover {
  border-bottom-color: transparent;
}

.floor-rename-header .modifiable-text .current-text:after {
  content: attr(data-hint);
  padding-left: 0.4em;
}

.floor-rename-header .modifiable-text .inputDiv {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.floor-rename-header .modifiable-text.editing .current-text {
  display: none;
}

.floor-rename-header .modifiable-text.editing .inputDiv {
  display: block;
}

.floor-rename-header.accordion-header-editing .modifiable-text {
  margin-right: 0;
}

.floor-rename-header.accordion-header-editing .accordion-options-button,
.floor-rename-header.accordion-header-editing .accordion-toggle-icon {
  display: none;
}

@media (max-width: 576px) {
  .accordion-list
    .accordion-header.floor-rename-header
    .accordion-header-label {
    font-size: 12px;
  }
}

.point-button-wrapper {
  position: absolute;
  width: 140px;
  height: 140px;
}

.circular-progress {
  border-radius: 50%;
}

.circular-progress .bar-bg {
  stroke: #444;
}

.circular-progress .progress {
  stroke: #ff3158;
}

.circular-progress.complete {
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 1s 1s;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  to {
    box-shadow: 0 0 0 40px transparent;
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  to {
    box-shadow: 0 0 0 40px transparent;
  }
}

.badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
}

.badge .badge-icon {
  color: inherit;
  font-size: 20px;
  line-height: inherit;
}

.badge .badge-label {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
}

.list-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.list-nav .list-nav-label {
  text-align: center;
  font-size: 12px;
}

.list-nav .list-nav-btn .icon {
  padding: 20px;
  font-size: 18px;
  pointer-events: auto;
  color: #222;
}

.list-nav .list-nav-btn .icon.disabled {
  color: #bdbdbd;
}

.list-nav .list-nav-btn .icon:not(.disabled) {
  cursor: pointer;
}

.list-nav .list-nav-btn .icon:not(.disabled):hover {
  color: #ff3158;
}

.list-nav .list-nav-btn-next {
  right: 0;
}

.list-nav .list-nav-btn-prev {
  left: 0;
}

.overlay-info .list-nav {
  background-color: transparent;
}

.overlay-info .list-nav .list-nav-btn .icon {
  color: #fff;
}

.item-tooltip .tooltip-menu .tpMsg {
  padding: 10px 15px;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  pointer-events: all;
  text-shadow: none;
  font-style: normal;
  white-space: unset;
}

.item-tooltip .tooltip-menu .tpMsg.disabled {
  color: #999;
  pointer-events: none;
}

.item-tooltip .tooltip-menu .tpMsg:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
  color: #ff3158;
}

.item-tooltip .tooltip-menu .tpMsg:not(.disabled) a {
  text-decoration: none;
  color: #444;
}

.item-tooltip .tooltip-menu .tpMsg:not(.disabled) a:hover {
  color: #ff3158;
}

.item-tooltip .tooltip-menu .tpMsg:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.expandable {
  flex-shrink: 1;
  transition: flex-shrink 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expandable--hover {
  flex-shrink: 0 !important;
}

.scroll-button {
  width: 44px;
}

.scroll-button .icon {
  font-size: 16px;
}

.outerScrollbarWrapper {
  position: relative;
  overflow: hidden;
}

.outerScrollbarWrapper.button-scrolling.vertical {
  height: 100%;
}

.outerScrollbarWrapper.button-scrolling.vertical .innerScrollbarWrapper {
  height: calc(100% - 80px);
}

.outerScrollbarWrapper.button-scrolling.horizontal {
  width: 100%;
}

.outerScrollbarWrapper.button-scrolling.horizontal .innerScrollbarWrapper {
  width: calc(100% - 80px);
}

.outerScrollbarWrapper .innerScrollbarWrapper {
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.outerScrollbarWrapper .innerScrollbarWrapper::-webkit-scrollbar {
  display: none;
}

.outerScrollbarWrapper .paddingScrollbarWrapper {
  position: relative;
}

.outerScrollbarWrapper .scrollbarTrack {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border-radius: 5px;
}

.outerScrollbarWrapper .scrollbarTrack .scrollbarThumb {
  position: relative;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  background-color: rgba(181, 180, 179, 0.5);
  border-radius: 5px;
}

.outerScrollbarWrapper .scrollbarTrack.horizontal {
  left: 0;
  height: 8px;
  margin-right: 8px;
  margin-left: 8px;
}

.outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb {
  height: 4px;
}

.outerScrollbarWrapper .scrollbarTrack.vertical {
  top: 0;
  width: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb {
  width: 4px;
}

.outerScrollbarWrapper.vertical {
  height: 100%;
}

.outerScrollbarWrapper.vertical .scroll-forward {
  bottom: 0;
}

.outerScrollbarWrapper.vertical .innerScrollbarWrapper {
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}

.outerScrollbarWrapper.horizontal {
  width: 100%;
}

.outerScrollbarWrapper.horizontal .scroll-forward {
  right: 0;
}

.outerScrollbarWrapper.horizontal .innerScrollbarWrapper {
  width: 100%;
  overflow-x: scroll;
}

.outerScrollbarWrapper .scroll-forward {
  position: absolute;
}

div:active > .outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb,
div:active > .outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb,
div:active
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.horizontal
  .scrollbarThumb,
div:active
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.vertical
  .scrollbarThumb,
div:hover > .outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb,
div:hover > .outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb,
div:hover
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.horizontal
  .scrollbarThumb,
div:hover
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.vertical
  .scrollbarThumb {
  opacity: 1;
}

#reel.sorting .scrollbarTrack {
  visibility: hidden;
}

.accordion-main-content {
  height: 100%;
  transition: height 0.25s;
}

.accordion-main-content.footer-active {
  height: calc(100% - 40px);
}

.accordion-header > .accordion-icon:last-child,
.accordion-header > .accordion-options-button:last-child,
.accordion-header > .hlr-badge:last-child,
.accordion-header > .mattertag-color-dot-container:last-child,
.accordion-header > .start-location:last-child,
.accordion-item > .accordion-icon:last-child,
.accordion-item > .accordion-options-button:last-child,
.accordion-item > .hlr-badge:last-child,
.accordion-item > .mattertag-color-dot-container:last-child,
.accordion-item > .start-location:last-child {
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.accordion-header > .accordion-icon:last-child .accordion-icon,
.accordion-header > .accordion-options-button:last-child .accordion-icon,
.accordion-header > .hlr-badge:last-child .accordion-icon,
.accordion-header > .mattertag-color-dot-container:last-child .accordion-icon,
.accordion-header > .start-location:last-child .accordion-icon,
.accordion-item > .accordion-icon:last-child .accordion-icon,
.accordion-item > .accordion-options-button:last-child .accordion-icon,
.accordion-item > .hlr-badge:last-child .accordion-icon,
.accordion-item > .mattertag-color-dot-container:last-child .accordion-icon,
.accordion-item > .start-location:last-child .accordion-icon {
  padding: 0;
}

.accordion-options-button {
  position: unset;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.25s;
}

.accordion-options-button .icon-more-vert {
  width: 40px;
}

.accordion-options-button .accordion-options-button__tooltip-container {
  position: absolute;
  width: 40px;
}

.accordion-options-button .emulatedDialog:not(.no-arrow) {
  position: relative;
  top: 8px;
}

.accordion-options-button .emulatedDialog:not(.no-arrow):before {
  border-width: 10px 12px;
}

.accordion-options-button .emulatedDialog:not(.no-arrow):after {
  border-width: 9px 11px;
}

.accordion-options-button
  .emulatedDialog:not(.no-arrow).position-bottom-right
  .tooltip {
  top: -11px;
  left: 0;
}

.accordion-options-button
  .emulatedDialog:not(.no-arrow).position-top-right
  .tooltip {
  top: 20px;
  left: 23px;
}

.accordion-selector-footer {
  display: flex;
  flex-shrink: 0;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  right: 0;
  left: 0;
  bottom: -40px;
  background-color: #222;
  transition: bottom 0.25s;
}

.accordion-selector-footer.active {
  bottom: 0;
}

.accordion-selector-footer .footer-list {
  position: relative;
  margin: 10px;
}

.accordion-selector-footer .footer-button-container,
.accordion-selector-footer .footer-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.accordion-selector-header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #f5f4f3;
  background-color: #fff;
  color: #444;
}

.accordion-selector-header .title {
  display: inline-block;
  letter-spacing: 1.6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.accordion-selector-header.select-mode {
  background-color: #222;
  color: #f5f4f3;
}

.accordion-list .accordion-group {
  width: 100%;
  color: #222;
}

.accordion-list .accordion-group .accordion-checkbox {
  display: flex;
  line-height: 35px;
  min-width: 40px;
  height: inherit;
  justify-content: center;
  align-items: center;
  transition-duration: 0.75s;
}

.accordion-list .accordion-group.collapsed .accordion-contents {
  height: 0;
  pointer-events: none;
}

.accordion-list .accordion-group.collapsed .accordion-item .emulatedDialog {
  opacity: 0;
}

.accordion-list
  .accordion-group.expanded
  .accordion-header
  .accordion-toggle-icon:before {
  content: "\e911";
}

.accordion-list .accordion-group.expanded .accordion-contents {
  pointer-events: auto;
}

.accordion-list
  .accordion-group.expanded
  .accordion-item.accordion-item-with-toggle
  .accordion-item-toggle-icon {
  opacity: 1;
}

.accordion-list
  .accordion-group.double-line
  .accordion-item:not(.accordion-item-closing) {
  height: 60px;
}

.accordion-list .modifiable-text .editable-line {
  width: 100%;
  margin-left: 0;
}

.accordion-list .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  border-bottom: 1px solid #f5f4f3;
  background-color: #ededed;
  padding-left: 10px;
}

.accordion-list .accordion-header.with-children {
  justify-content: normal;
  padding-left: 0;
}

.accordion-list .accordion-header .accordion-header-label {
  flex-shrink: 1;
  flex-grow: 1;
  letter-spacing: 1.6px;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  margin-right: 0.4em;
}

.accordion-list .accordion-header .accordion-toggle-icon {
  flex-shrink: 0;
}

.accordion-list .accordion-header .accordion-toggle-icon:before {
  content: "\e90e";
}

.accordion-list .accordion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #f5f4f3;
  transition: height 0.5s, padding 0.5s;
  color: #444;
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  pointer-events: auto;
}

.accordion-list .accordion-item:hover {
  background-color: #f5f4f3;
}

.accordion-list .accordion-item.accordion-item-disabled,
.accordion-list .accordion-item.accordion-item-disabled .inputDiv {
  color: #bdbdbd;
}

.accordion-list
  .accordion-item.accordion-item-selected:not(.accordion-item-editing) {
  font-weight: 700;
  background-color: #f5f4f3;
}

.accordion-list
  .accordion-item.accordion-item-selected:not(.accordion-item-editing)
  .inputDiv {
  font-weight: 700;
}

.accordion-list .accordion-item.accordion-item-closing {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.accordion-list .accordion-item .accordion-item-toggle-icon {
  position: relative;
  left: 0;
  width: 40px;
  margin-top: 1px;
  opacity: 0;
  transition: opacity 0.5s;
}

.accordion-list .accordion-item.accordion-item-without-toggle {
  padding-left: 10px;
}

.accordion-list .accordion-item .accordion-item-label {
  padding-right: 0.4em;
  white-space: nowrap;
}

.accordion-list .accordion-item .accordion-item-text {
  flex-grow: 1;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-list .accordion-item .accordion-item-text .inputDiv {
  position: static;
  opacity: 1;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.accordion-list .accordion-item .accordion-item-text .current-text {
  display: none;
}

.accordion-list
  .accordion-item.accordion-item-editing
  .accordion-item-text:last-child {
  padding-right: 20px;
}

.accordion-list .accordion-item-status {
  padding-left: 20px;
  color: #999;
  font-style: italic;
}

.accordion-list .accordion-contents {
  overflow: hidden;
  transition: height 0.5s;
}

.accordion-list .accordion-contents .accordion-empty-message {
  font-style: italic;
  font-weight: 300;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.accordion-list .accordion-icon {
  flex-shrink: 0;
  font-size: 14px;

  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 35px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-button .icon-close {
  font-size: 14px;
  text-shadow: none;
}

.close-button.close-button-light .icon-close {
  color: #fff;
}

.close-button.close-button-shadow .icon-close {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.settings-box {
  min-width: 240px;
  margin: 10px 5px 5px;
}

.settings-container .settings-label {
  font-size: 12px;
  font-weight: 300;
  white-space: pre-wrap;
  color: #444;
}

.settings-container .settings-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.settings-container .settings-item:last-child {
  margin-bottom: 0;
}

.settings-container .settings-item .settings-icon {
  flex-shrink: 0;
  width: 30px;
  font-size: 24px;
  color: #6d6d6d;
}

.settings-container .settings-item .settings-icon.icon-toolbar-labels,
.settings-container .settings-item .settings-icon.icon-toolbar-measurements {
  top: -2px;
}

.settings-container .settings-item .settings-description {
  flex-grow: 1;
}

.settings-container .settings-item .settings-description .settings-label {
  font-size: 14px;
  font-weight: 700;
}

.settings-container .settings-item .settings-description .settings-message {
  max-width: 540px;
  margin: 5px 35px 5px 0;
  font-weight: 300;
  font-size: 13px;
}

.settings-container .settings-item .settings-content {
  flex-shrink: 0;
}

.settings-container .settings-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.settings-container .settings-toggle .settings-label {
  font-size: 13px;
  font-weight: 500;
  flex-grow: 1;
  margin-right: 10px;
}

.settings-container .settings-toggle .reusable-toggle {
  flex-shrink: 0;
}

.file-upload-button .file-input {
  display: none;
}

.file-upload-button .icon-button .icon-attach {
  font-size: 17px;
}

.file-drop-zone {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f3;
  border: 1px solid #dadada;
  border-radius: 8px;
  pointer-events: none;
}

.file-drop-zone.active {
  display: flex;
}

.file-drop-zone .icon {
  font-size: 26px;
  margin-bottom: 10px;
}

.text-input-box {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d4d3d2;
  padding: 5px 10px;
  background-color: #222;
  color: #f5f4f3;
  outline: none;
}

.text-input-box::-moz-selection {
  background: rgba(255, 49, 88, 0.65);
}

.text-input-box::selection {
  background: rgba(255, 49, 88, 0.65);
}

.text-input-box.nope {
  pointer-events: none;
}

.stem-editor {
  padding: 0 20px 15px;
}

.stem-editor .stem-slider {
  flex-shrink: 1;
  display: flex;
  height: 41px;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.4s;
  pointer-events: all;
}

.stem-editor .stem-slider .slider-with-tooltip {
  margin: 0 55px;
  font-size: 12px;
}

.stem-editor .stem-slider .slider-with-tooltip .min-amount {
  left: -55px;
}

.stem-editor .stem-slider .slider-with-tooltip .max-amount {
  right: -55px;
  left: unset;
}

.stem-editor .stem-slider .slider-with-tooltip .mdc-slider {
  height: 100%;
}

.bottom-ui {
  flex-grow: 0;
  flex-shrink: 0;
  position: static;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.5s;
  z-index: 200000;
}

.bottom-ui.autohide {
  transform: translateY(100%) !important;
}

.bottom-ui .bottom-controls {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 37px;
  margin: 0 10px 0 15px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.bottom-ui .bottom-controls.faded-out {
  opacity: 0;
  pointer-events: none;
}

.bottom-ui .bottom-controls.faded-out * {
  pointer-events: none !important;
}

.bottom-ui .bottom-controls .divider {
  display: block;
  margin-left: auto;
}

.bottom-ui .controls {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  height: 37px;
  pointer-events: none;
  transition-property: bottom, height, opacity, background-color, margin;
  transition-duration: 0.5s;
}

.bottom-ui .controls .icon-hlr {
  margin-left: 3px;
}

.bottom-ui .controls .icon {
  padding: 10px;
  line-height: 35px;
}

.bottom-ui .collapsible-list-menu {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.bottom-ui .collapsible-list-menu .data-balloon:after,
.bottom-ui .collapsible-list-menu .data-balloon:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-ui .collapsible-list-menu .data-balloon:after {
  margin-right: 11px;
}

.bottom-ui .collapsible-list-menu .data-balloon:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

.bottom-ui .collapsible-list-menu .mode-buttons {
  flex-direction: column-reverse;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls {
  flex-direction: column-reverse;
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls:hover {
  background: transparent;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls .tour-controls {
  margin-left: 0;
}

.bottom-ui .collapsible-list-menu .floor-menu-wrapper {
  bottom: 0;
  right: 100%;
  margin-right: 5px;
  margin-bottom: 0;
}

.bottom-ui .notes-mode-button {
  position: relative;
}

.bottom-ui .notes-mode-button .icon-comment-outline {
  font-size: 21px;
}

.bottom-ui .measure-mode-button {
  position: relative;
}

.bottom-ui .nudge-tooltip .tooltip {
  transform: translate(-50%, -50px);
}

.bottom-ui .nudge-tooltip:before {
  top: -50px;
}

.bottom-ui .nudge-tooltip:after {
  top: -51px;
}

.collapsible-list-menu .nudge-tooltip {
  display: none;
}

.highlight-tour-controls {
  display: flex;
  flex-wrap: nowrap;
  height: 35px;
  padding: 1px 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}

.highlight-tour-controls .highlight-button + .tour-controls {
  margin-left: -7px;
}

.highlight-tour-controls .icon-button .button-active {
  background-color: transparent;
}

.highlight-tour-controls .icon {
  text-shadow: none;
}

.highlight-tour-controls .icon.icon-dpad-up {
  font-size: 20px;
  position: relative;
  top: -1px;
}

.label,
.no-touch .highlight-tour-controls:hover {
  background-color: #222;
}

.label {
  position: absolute;
  padding: 3px 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tool-panel {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.side-panel .tool-panel {
  height: 100%;
}

.panels {
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panels.panels-expanded {
  border-bottom: 1px solid #e7e7e7;
}

.panels .panel-track {
  position: absolute;
  right: 0;
  left: -5px;
  width: 5px;
  height: 100%;
  background-color: #fff;
  pointer-events: auto;
}

.panels .panel-track .panel-track-thumb {
  position: relative;
  height: 90px;
  width: 22px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px 0 0 3px;
  background-color: #fff;
}

.panels .panel-track .icon {
  display: inline-block;
  margin-left: 3px;
  font-size: 18px;
  line-height: 90px;
  color: #222;
}

.panels .panel-track .icon:hover {
  color: #ff3158;
}

.side-panel .panels {
  position: relative;
  width: 0;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  transition: width 0.5s;
}

.side-panel .panels.panel-open {
  width: 375px;
}

.bottom-panel .panels {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: height 0.5s;
}

.bottom-panel .panels.panel-collapsed,
.bottom-panel .panels.panel-open {
  height: 100%;
}

.bottom-panel .panels .panel-track {
  display: none;
}

.summary-content {
  pointer-events: all;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  scrollbar-color: #d3d3d3 transparent;
  scrollbar-width: thin;
}

.summary-content::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.summary-content::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.summary-content::-webkit-scrollbar-corner {
  background-color: transparent;
}

.summary-content .scroller-container.fading .scroller-track {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.summary-content .scroller-contents {
  padding: 0;
}

.summary-content .summary-image {
  width: 100%;
  height: auto;
  background-color: #999;
}

.summary-content .summary-text-content {
  padding: 42px;
}

.summary-content .summary-text-content div {
  cursor: text;
}

.summary-content .summary-text-content .section-header {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
  margin: 24px 0 3px;
}

.summary-content .summary-text-content div:first-child .section-header {
  margin-top: 0;
}

.summary-content .summary-text-content .location {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: 0.4px;
  color: inherit;
}

.summary-content .summary-text-content .section-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
}

.summary-content .summary-text-content .external-link-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-content .summary-text-content .external-link-wrapper span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
  margin: 0 0.4em;
}

.summary-content .summary-text-content .external-link-wrapper .link {
  font-weight: 700;
  transition: color 0.5s;
}

.summary-content .summary-text-content .external-link-wrapper .link:hover {
  color: #ff3158;
}

.search-panel {
  pointer-events: all;
}

.search-panel .list-search {
  height: 70px;
}

.search-panel .list-search .text-box {
  width: 100%;
}

.search-panel .list-search .text-box .text-input-box {
  background: none;
  border: none;
  font-size: 18px;
  color: #444;
}

.search-panel .list-search .text-box .text-input-box::-moz-placeholder {
  color: #b5b4b3;
  opacity: 1;
}

.search-panel .list-search .text-box .text-input-box:-ms-input-placeholder {
  color: #b5b4b3;
  opacity: 1;
}

.search-panel .list-search .text-box .text-input-box::placeholder {
  color: #b5b4b3;
  opacity: 1;
}

.search-panel .list-search .search-header-icon {
  font-size: 18px;
  color: #b5b4b3;
  margin-left: 10px;
}

.search-panel .list-search .search-header-icon.search-header-icon-active {
  color: #444;
}

.search-panel .list-search .search-header-button-container {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.search-panel .list-search .search-header-button-container .icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-panel
  .list-search
  .search-header-button-container
  .icon-button
  .data-balloon:after {
  transform: translate(-75%);
}

.search-panel .list-search .search-header-button-container .link-copied {
  margin-right: 5px;
  font-size: 12px;
  color: #00a170;
  white-space: nowrap;
}

.search-panel .list-search .search-header-button-container .button {
  padding-right: 0;
  padding-left: 0;
  min-width: 70px;
}

.search-panel .groupings .select-popup.select-dropdown .select-trigger {
  min-width: 65px;
  padding-left: 5px;
  margin-left: 5px;
}

.search-panel .groupings .groupings-label {
  font-size: 11px;
  font-weight: 500;
  margin-left: 15px;
}

.search-panel .item-details {
  width: 100%;
  height: 100%;
  padding: 5px 0;
  line-height: 1.5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-panel .item-details .text-box-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
}

.search-panel .item-details .text-box-text [data-blocktype="marker"] {
  color: #222;
  background-color: #8bbbff;
}

.search-panel .item-details .item-header .text-box-text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: inherit;
}

.search-panel .badge {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 15px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #56bad1;
  border-color: #56bad1;
}

.search-panel .badge .icon.badge-icon {
  font-size: 16px;
}

.search-panel .badge .icon.badge-icon.icon-simple-tag {
  font-size: 13px;
}

.search-panel .search-empty-message {
  padding-left: 15px;
  font-style: italic;
  font-size: 12px;
}

.search-panel .accordion-list .accordion-header {
  padding: 0 15px;
  background-color: #f5f4f3;
}

.search-panel .accordion-list .accordion-item {
  justify-content: flex-start;
  cursor: pointer;
  padding: 5px 25px 5px 0;
}

.text-box-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
  position: relative;
  width: calc(100% - 30px);
  border: none;
  outline: none;
  white-space: pre-wrap;
  word-break: break-word;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  pointer-events: auto;
  scrollbar-color: #d3d3d3 transparent;
  scrollbar-width: thin;
}

.text-box-text::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.text-box-text::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.text-box-text::-webkit-scrollbar-corner {
  background-color: transparent;
}

.text-box-text:not(.editing) {
  cursor: text;
}

.text-box-text:not(.editing) .link-annotation {
  cursor: pointer;
  color: inherit;
  white-space: break-spaces;
  word-break: break-word;
  font-weight: inherit;
  outline: none;
}

.text-box-text:not(.editing) .link-annotation.link-url {
  text-decoration: underline;
}

.text-box-text:not(.editing) .link-annotation.link-hashtag,
.text-box-text:not(.editing) .link-annotation.link-user {
  padding: 2px 8px;
  border-radius: 25px;
  background-color: #f5f4f3;
}

.text-box-text.editing .link-annotation {
  text-decoration: underline;
}

.placeholder .text-box-text {
  min-height: 41px;
}

.placeholder .text-box-text:before {
  content: attr(placeholder);
  color: #b5b4b3;
  position: absolute;
  top: 10px;
}

.no-touch .text-box-text:not(.editing) .link-annotation:hover {
  color: #ff3158;
}

.list-panel
  .list-contents
  .accordion-list
  .accordion-header
  .accordion-header-label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: inherit;
}

.list-panel .list-search {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
}

.list-panel
  .list-menu
  .select-popup.select-dropdown
  .select-trigger
  .select-menu-text {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  overflow: hidden;
  border: 0 solid #e7e7e7;
  background-color: #fff;
  color: #444;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.list-panel.active {
  pointer-events: all;
}

.list-panel .list-panel-header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  height: 55px;
  box-shadow: inset 0 -1px 0 #f5f4f3;
}

.list-panel .list-panel-header .list-panel-title {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.6px;
  pointer-events: none;
}

.list-panel .list-panel-header .icon-button {
  margin-right: 8px;
}

.list-panel .list-subheaders {
  flex-shrink: 0;
}

.list-panel .list-menu {
  height: 40px;
  box-shadow: inset 0 -1px 0 #f5f4f3;
}

.list-panel .list-menu .select-popup {
  padding-top: 8px;
}

.list-panel .list-menu .select-popup.select-dropdown .select-trigger {
  padding: 0;
  border: none;
}

.list-panel .list-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0 5px 16px;
  color: #444;
  background-color: #f5f4f3;
}

.list-panel .list-search .search-term {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-panel .list-search .button {
  padding-right: 0;
}

.list-panel .list-contents {
  flex-grow: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d3d3d3 transparent;
  scrollbar-width: thin;
}

.list-panel .list-contents::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.list-panel .list-contents::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.list-panel .list-contents::-webkit-scrollbar-corner {
  background-color: transparent;
}

.list-panel .list-contents .accordion-list .accordion-header {
  border-bottom: none;
}

.side-panel .list-panel {
  width: 375px;
  top: 0;
  height: 100%;
  border-width: 1px 0 1px 1px;
  overflow: hidden;
}

.side-panel .side-panel-right .list-panel {
  left: 0;
}

.side-panel .side-panel-left .list-panel {
  right: 0;
  border-width: 0;
}

.side-panel.edit-mode .list-panel {
  border-width: 0;
}

.bottom-panel .list-panel {
  bottom: 0;
  height: 0;
  transition: height 0.5s ease-in-out;
}

.bottom-panel .list-panel .list-panel-header {
  min-height: 55px;
  pointer-events: auto;
}

.bottom-panel .list-panel.active {
  height: 100%;
  border-width: 1px 0 0;
}

.bottom-panel .list-panel.collapsed {
  height: 55px;
}

.bottom-panel.modal-open .list-panel.collapsed {
  height: 0;
}

.missing-note-panel-message {
  padding: 16px;
  color: #444;
  background-color: #f5f4f3;
  font-style: italic;
}

.detail-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 solid #e7e7e7;
  z-index: 4;
}

.detail-panel .detail-panel-header {
  top: 0;
  height: 52px;
  padding: 8px 0;
  margin-right: -20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  z-index: 1;
}

.detail-panel .detail-panel-header .return-btn {
  padding-left: 0;
  box-shadow: none;
}

.detail-panel .detail-panel-header .return-btn .icon-close {
  font-size: 14px;
}

.detail-panel.sticky-header .detail-panel-header {
  position: -webkit-sticky;
  position: sticky;
}

.detail-panel .scroller-contents {
  pointer-events: auto;
}

.detail-panel .scroller-container .scroller-track {
  top: 52px;
}

.side-panel .detail-panel {
  position: relative;
  width: 375px;
  top: 0;
  left: 375px;
  overflow: hidden;
  transition: left 0.5s ease-in-out;
  background-color: #fff;
}

.side-panel .detail-panel.open {
  left: 0;
  border-width: 0 0 0 1px;
}

.side-panel .detail-panel .scroller-contents {
  min-height: 100%;
}

.bottom-panel .detail-panel {
  bottom: 0;
  overflow: visible;
  transition: height 0.5s ease-in-out;
}

.bottom-panel .detail-panel:not(.open) {
  height: 0;
}

.bottom-panel .detail-panel.detail-panel-align-top .scroller-contents {
  top: 0;
}

.bottom-panel .detail-panel .scroller-contents {
  top: 50%;
  min-height: 50%;
  background-color: #fff;
  transition: top 0.75s ease-in-out;
}

.scroller-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroller-container .scroller-scroller {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  touch-action: none;
  pointer-events: inherit;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: 0;
}

.scroller-container .scroller-scroller::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent;
}

.scroller-container .scroller-scroller::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 0;
}

.scroller-container .scroller-scroller::-webkit-scrollbar-corner {
  background-color: transparent;
}

.scroller-container .scroller-contents {
  position: absolute;
  width: 100%;
  padding: 0 15px;
}

.scroller-container .scroller-track {
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 10px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px;
  pointer-events: auto;
}

.scroller-container .scroller-thumb {
  position: relative;
  width: 6px;
  transition: opacity 0.25s ease-in-out;
  background-color: rgba(181, 180, 179, 0.5);
  border-radius: 5px;
}

.note-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}

.note-header .badge {
  position: relative;
  top: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.note-header .note-details {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;

  letter-spacing: 0.6px;
  font-weight: 400;
}

.note-header .note-subheader {
  font-size: 10px;
  line-height: 10px;
  color: #999;
}

.note-header .note-user {
  font-weight: 500;
}

.note-header .note-replies {
  margin-left: 8px;
}

.note-header .icon-button-social {
  margin: 0 5px;
}

.note-widget {
  padding: 0;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  pointer-events: auto;
}

.note-widget.annotating {
  padding-bottom: 20px;
}

.note-widget.creating {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .note-widget.creating {
    padding-top: 10px;
  }
}

.note-widget .note-header .note-details {
  line-height: 26px;
}

.note-widget .note-post .emulatedDialog.position-top-right .tooltip {
  transform: translateX(-73px);
}

.note-widget .comment.active {
  margin: 10px 0;
}

.note-widget .comment .comment-header {
  padding-left: 0;
  padding-right: 0;
}

.note-widget .comment .comment-header .emulatedDialog {
  top: 20px;
}

.note-widget .link-annotation {
  color: #444;
}

.note-widget .link-editor {
  bottom: -24px;
}

@media (max-width: 767px) {
  .note-widget .link-editor {
    position: fixed;
    bottom: unset;
    top: 10px;
    z-index: 1;
  }
}

.note-widget .note-save-cancel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.note-widget .link-copied {
  margin-right: 5px;
  font-size: 12px;
  line-height: 26px;
  color: #00a170;
}

.note-widget .has-hint:after {
  content: attr(data-hint);
  position: absolute;
  right: 0;
  margin-top: 2px;
  color: #b5b4b3;
  transition: opacity 0.25s;
  text-align: right;
  font-size: 12px;
  cursor: default;
}

.note-widget .reply-btn {
  margin: 20px 0;
  color: #999;
}

.note-widget .icon-checkmark {
  color: #00a170 !important;
}

.note-summary-info {
  color: #6d6d6d;
}

.reply-box.annotation-text-box.editor-box:not(.annotating) {
  padding-top: 0;
}

.annotation-box .annotation-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: inherit;
}

.annotation-box {
  position: relative;
}

.annotation-text-box {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px 0 20px;
}

.annotation-text-box.editor-box {
  padding: 10px 10px 0;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.annotation-text-box.editor-box .text-box-text {
  padding: 10px 5px;
}

.annotation-text-box.editor-box.annotating {
  min-height: 120px;
  display: flex;
  flex-direction: column;
}

.annotation-text-box.editor-box.annotating .text-box-text {
  height: 100%;
  padding-bottom: 20px;
  overflow-y: auto;
  cursor: text;
}

.annotation-text-box.editor-box.annotating .smart-text-box,
.annotation-text-box.editor-box:not(.annotating) .smart-text-box {
  position: relative;
  flex-grow: 1;
}

.annotation-text-box.annotation-emptied .text-box-text {
  width: 100%;
  padding: 16px;
  background-color: #f5f4f3;
  font-style: italic;
}

.annotation-text-box .annotation-button-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  pointer-events: auto;
  transition: height 0.25s;
}

.annotation-text-box .annotation-button-bar .note-extra-buttons {
  display: flex;
  flex-direction: row;
}

.annotation-text-box .annotation-button-bar .icon-button:after {
  max-width: 80px;
  min-width: 60px;
  white-space: normal;
  pointer-events: auto;
}

.annotation-edited {
  margin: -10px 5px 5px;
  color: #999;
  font-size: 0.8em;
  text-align: right;
}

.annotation-cta-buttons {
  flex-grow: 1;
  text-align: right;
}

.annotation-editors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.annotation-popup .popover-label {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
}

.annotation-popup {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 20px 25px;
  font-size: 12px;
  min-height: 100px;
  background-color: #222;
  color: #fff;
  border-radius: 4px;
}

.annotation-popup:not(.open) {
  visibility: hidden;
}

.annotation-popup .popover-header {
  position: relative;
  width: 100%;
  min-height: 10px;
}

.annotation-popup .popover-header .close-button {
  top: -12px;
  right: -12px;
}

.annotation-popup .popover-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.annotation-popup .popover-footer .button {
  flex-shrink: 0;
  padding-right: 0;
}

.annotation-popup .popover-footer .popover-message {
  display: inline-block;
  flex-grow: 1;
  height: 14px;
  margin: 5px 5px 5px 0;
  line-height: 14px;
  font-weight: 500;
  font-size: 12px;
  color: #d8d8d8;
}

.annotation-popup .popover-footer .popover-message.popover-message-error {
  color: #fa5300;
}

.annotation-popup .popover-label {
  display: inline-block;
  height: 14px;
  margin: 5px 0;
  line-height: 14px;
  font-weight: 500;
  font-size: 12px;
  color: #f5f4f3;
}

.annotation-popup .link {
  margin-left: 0.4em;
}

.center-child {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oembed-photo--cover,
.oembed-thumbnail--cover {
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.oembed-thumbnail--cover--icon {
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.oembed-loading,
.oembed-thumbnail__cta {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oembed-rich {
  overflow-y: auto;
  scrollbar-color: dark;
}

.oembed-text {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oembed-iframe {
  border: 0;
  max-width: 100%;
  min-width: unset;
}

.oembed-iframe--loading {
  visibility: hidden;
}

.suggestion-menu .suggestion {
  font-size: 14px;
  line-height: 1.57;
}

.suggestion-menu .suggestion,
.suggestion-menu .suggestion-hint {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: inherit;
}

.suggestion-menu .suggestion-hint {
  font-size: 12px;
  line-height: 1.5;
}

.suggestion-menu {
  position: absolute;
  padding: 5px 0;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #222;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  scrollbar-color: #d3d3d3 rgba(0, 0, 0, 0.6);
  scrollbar-width: thin;
}

.suggestion-menu::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.6);
}

.suggestion-menu::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.suggestion-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}

.suggestion-menu:not(.open) {
  height: 0;
  padding: 0;
}

.suggestion-menu .suggestion {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestion-menu .suggestion .badge {
  width: 24px;
  height: 24px;
  line-height: 21px;
  margin-right: 10px;
}

.suggestion-menu .suggestion-hint {
  margin: 4px 0 0 1px;
  color: #b5b4b3;
}

.suggestion-menu .suggestion.selected,
.suggestion-menu .suggestion:hover {
  color: #fff;
  background-color: #383838;
}

.media-embed-editor .popover-footer {
  min-height: 30px;
}

.media-embed-editor .url-field {
  position: relative;
}

.link-editor .popover-footer {
  min-height: 30px;
}

.link-editor .url-field {
  position: relative;
  margin-top: 10px;
}

.link-editor .url-field .text-input-box {
  padding-right: 40px;
}

.link-editor .preview-link {
  position: absolute;
  right: 0;
  bottom: -3px;
}

.user-invite-card .user-invite-msg {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
}

.user-invite-card .user-invite-info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
}

.user-invite-card {
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f4f3;
}

.user-invite-card .user-invite-info {
  display: flex;
  align-items: center;
  color: #444;
}

.user-invite-card .user-invite-info .icon {
  margin-right: 8px;
  font-size: 14px;
  color: #b5b4b3;
}

.pin-tool-editor .tool-editor-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: inherit;
}

.pin-tool-editor {
  position: absolute;
  line-height: 22px;
  background-color: #222;
  color: #fff;
  pointer-events: auto;
}

.pin-tool-editor:not(.tool-popup) {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
  border-color: #222;
  z-index: 1;
}

.pin-tool-editor:not(.tool-popup).open {
  position: fixed;
  min-height: 50%;
  transform: translateY(0);
}

.pin-tool-editor:not(.tool-popup):not(.open) {
  height: 0;
  overflow: hidden;
}

.pin-tool-editor.tool-popup {
  width: 285px;
  bottom: 105px;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
}

.pin-tool-editor .tool-editor-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0 20px;
}

.pin-tool-editor .tool-editor-title .close-button {
  position: static;
}

/*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/

@-webkit-keyframes mdc-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(0.571);
    transform: scale(0.571);
  }
}

@keyframes mdc-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(0.571);
    transform: scale(0.571);
  }
}

.mdc-slider {
  position: relative;
  width: 100%;
  height: 48px;
  cursor: pointer;
  touch-action: pan-x;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container {
  background-color: rgba(1, 135, 134, 0.26);
}

.mdc-slider:not(.mdc-slider--disabled)
  .mdc-slider__track-marker-container:after,
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker:after {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb {
  fill: #018786;
  fill: var(--mdc-theme-secondary, #018786);
  stroke: #018786;
  stroke: var(--mdc-theme-secondary, #018786);
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring,
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
  color: #fff;
  color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-slider--disabled {
  cursor: auto;
}

.mdc-slider--disabled .mdc-slider__track {
  background-color: #9a9a9a;
}

.mdc-slider--disabled .mdc-slider__track-container {
  background-color: hsla(0, 0%, 60.4%, 0.26);
}

.mdc-slider--disabled .mdc-slider__track-marker-container:after,
.mdc-slider--disabled .mdc-slider__track-marker:after {
  background-color: #9a9a9a;
}

.mdc-slider--disabled .mdc-slider__thumb {
  fill: #9a9a9a;
  stroke: #9a9a9a;
  stroke: #fff;
  stroke: var(--mdc-slider-bg-color-behind-component, #fff);
}

.mdc-slider:focus {
  outline: none;
}

.mdc-slider__track-container {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.mdc-slider__track {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  will-change: transform;
}

.mdc-slider[dir="rtl"] .mdc-slider__track,
[dir="rtl"] .mdc-slider .mdc-slider__track {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.mdc-slider__track-marker-container {
  display: flex;
  margin-right: 0;
  margin-left: -1px;
  visibility: hidden;
}

.mdc-slider[dir="rtl"] .mdc-slider__track-marker-container,
[dir="rtl"] .mdc-slider .mdc-slider__track-marker-container {
  margin-right: -1px;
  margin-left: 0;
}

.mdc-slider__track-marker-container:after {
  display: block;
  width: 2px;
  height: 2px;
  content: "";
}

.mdc-slider__track-marker {
  flex: 1;
}

.mdc-slider__track-marker:after {
  display: block;
  width: 2px;
  height: 2px;
  content: "";
}

.mdc-slider__track-marker:first-child:after {
  width: 3px;
}

.mdc-slider__thumb-container {
  position: absolute;
  top: 15px;
  left: 0;
  width: 21px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
}

.mdc-slider__thumb {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.571);
  transform: scale(0.571);
  transition: fill 0.1s ease-out, stroke 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, fill 0.1s ease-out, stroke 0.1s ease-out;
  transition: transform 0.1s ease-out, fill 0.1s ease-out, stroke 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  stroke-width: 3.5;
}

.mdc-slider__focus-ring {
  width: 21px;
  height: 21px;
  transition: opacity 0.26667s ease-out, background-color 0.26667s ease-out,
    -webkit-transform 0.26667s ease-out;
  transition: transform 0.26667s ease-out, opacity 0.26667s ease-out,
    background-color 0.26667s ease-out;
  transition: transform 0.26667s ease-out, opacity 0.26667s ease-out,
    background-color 0.26667s ease-out, -webkit-transform 0.26667s ease-out;
  border-radius: 50%;
  opacity: 0;
}

.mdc-slider__pin {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: -2px;
  margin-left: -2px;
  -webkit-transform: rotate(-45deg) scale(0) translate(0);
  transform: rotate(-45deg) scale(0) translate(0);
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  border-radius: 50% 50% 50% 0;
  z-index: 1;
}

.mdc-slider__pin-value-marker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.01786em;
  text-decoration: inherit;
  text-transform: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mdc-slider--active .mdc-slider__thumb {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mdc-slider--focus .mdc-slider__thumb {
  -webkit-animation: mdc-slider-emphasize 0.26667s linear;
  animation: mdc-slider-emphasize 0.26667s linear;
}

.mdc-slider--focus .mdc-slider__focus-ring {
  -webkit-transform: scale3d(1.55, 1.55, 1.55);
  transform: scale3d(1.55, 1.55, 1.55);
  opacity: 0.25;
}

.mdc-slider--in-transit .mdc-slider__thumb {
  transition-delay: 0.14s;
}

.mdc-slider--in-transit .mdc-slider__thumb-container,
.mdc-slider--in-transit .mdc-slider__track,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track {
  transition: -webkit-transform 80ms ease;
  transition: transform 80ms ease;
  transition: transform 80ms ease, -webkit-transform 80ms ease;
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb {
  -webkit-transform: scale(0.57143);
  transform: scale(0.57143);
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin {
  -webkit-transform: rotate(-45deg) scale(1) translate(19px, -20px);
  transform: rotate(-45deg) scale(1) translate(19px, -20px);
}

.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb {
  -webkit-animation: none;
  animation: none;
}

.mdc-slider--discrete.mdc-slider--display-markers
  .mdc-slider__track-marker-container {
  visibility: visible;
}

.slider-with-tooltip.displayBounds {
  margin-left: 40px;
}

.slider-with-tooltip {
  position: relative;
}

.slider-with-tooltip .mdc-slider .mdc-slider__track {
  background-color: #fff;
}

.slider-with-tooltip .mdc-slider .mdc-slider__track-container {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slider-with-tooltip .mdc-slider .mdc-slider__thumb circle {
  fill: #fff;
  fill: var(#fff);
  stroke: #fff;
  stroke: var(#fff);
}

.slider-with-tooltip .mdc-slider .mdc-slider__pin {
  background-color: #fff;
}

.slider-with-tooltip .max-amount,
.slider-with-tooltip .min-amount {
  position: absolute;
  top: 50%;
  width: 40px;
}

.slider-with-tooltip .min-amount {
  right: 100%;
  transform: translateY(-50%);
}

.slider-with-tooltip .max-amount {
  left: 100%;
  transform: translateY(-50%);
  text-align: right;
}

.slider-with-tooltip .mdc-slider .mdc-slider__track {
  transition: background-color 0.25s;
}

.slider-with-tooltip .mdc-slider .mdc-slider__thumb-container {
  transform: translateX(-50%) !important;
  top: 50%;
  margin-top: -10px;
}

.slider-with-tooltip .mdc-slider .mdc-slider__thumb circle {
  transition: all 0.25s;
}

.slider-with-tooltip .mdc-slider .mdc-slider__focus-ring {
  opacity: 0 !important;
}

.slider-with-tooltip .mdc-slider.mdc-slider--active .mdc-slider__track,
.slider-with-tooltip .mdc-slider:hover .mdc-slider__track {
  background-color: #ff3158;
}

.slider-with-tooltip .mdc-slider.mdc-slider--active .mdc-slider__thumb circle,
.slider-with-tooltip .mdc-slider:hover .mdc-slider__thumb circle {
  fill: #ff3158;
  fill: var(#ff3158);
  stroke: #ff3158;
  stroke: var(#ff3158);
}

.slider-with-tooltip .mdc-slider--active .mdc-slider__thumb {
  transform: scale(0.571);
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"] {
  top: 8px;
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"],
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"] {
  transition: transform 0.25s;
  transform: scale(0);
  transform-origin: top left;
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"]:after,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"]:before,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"]:after,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"]:before {
  opacity: 1;
  left: 0;
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"].active,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"].active {
  transform: scale(1);
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"]:before,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"]:before {
  margin-top: 0;
  top: auto;
  bottom: 100%;
}

.slider-with-tooltip .slider-tooltip[data-balloon-pos="down"]:after,
.slider-with-tooltip .slider-tooltip[data-balloon-pos="up"]:after {
  margin-top: -1px;
  padding: 11px;
}

.slider-with-tooltip.hasChanged .mdc-slider .mdc-slider__track {
  background-color: #ff3158;
}

.slider-with-tooltip.hasChanged .mdc-slider .mdc-slider__track-container {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slider-with-tooltip.hasChanged .mdc-slider .mdc-slider__thumb circle {
  fill: #ff3158;
  fill: var(#ff3158);
  stroke: #ff3158;
  stroke: var(#ff3158);
}

.slider-with-tooltip.hasChanged .mdc-slider .mdc-slider__pin {
  background-color: #ff3158;
}

.color-picker {
  width: 100%;
  padding: 0 10px;
}

.color-swatch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin: 10px;
  font-size: 10px;
  cursor: pointer;
}

.color-swatch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  font-weight: 700;
}

.color-swatch:hover:before {
  opacity: 0.5;
}

.color-swatch.active:before {
  opacity: 1;
}

.annotations-list-panel .feedback {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: inherit;
}

.annotations-list-panel {
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222;
}

.annotations-list-panel .note-details {
  width: 200px;
  height: 100%;
  padding: 5px 0;
  line-height: 1.5em;
  overflow: hidden;
}

.annotations-list-panel .note-text {
  overflow: hidden;
  white-space: nowrap;
}

.annotations-list-panel .text-box-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.annotations-list-panel .badge {
  flex-shrink: 0;
  top: 1px;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 15px;
  line-height: 25px;
}

.annotations-list-panel .select-popup.select-dropdown .select-trigger {
  min-width: 85px;
  margin-left: 15px;
}

.annotations-list-panel .search-results-hash [data-blocktype="hash"],
.annotations-list-panel .search-results-user [data-blocktype="user"] {
  background-color: #8bbbff;
  color: #222;
  padding: 0 6px;
}

.annotations-list-panel .accordion-header {
  padding-left: 15px;
  background-color: #fff;
}

.annotations-list-panel .accordion-item {
  justify-content: flex-start;
  cursor: pointer;
}

.annotations-list-panel .empty-message {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  padding: 15px;
}

.annotations-list-panel .word-badge {
  margin-left: 11px;
}

.annotations-list-panel .feedback {
  padding: 18px;
  text-align: right;
  color: #6d6d6d;
}

.annotations-list-panel .feedback .link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}

.annotations-list-panel .feedback .icon {
  margin-left: 10px;
}

.tag-modal .tag-widget .tag .tag-header {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: inherit;
}

.tag-widget {
  padding: 0;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  pointer-events: auto;
}

.tag-widget .link-annotation {
  color: #444;
}

.tag-modal .tag-widget {
  display: block;
  padding: 20px 0;
  min-width: 300px;
  width: 75%;
  height: 75%;
  max-width: 700px;
  max-height: 700px;
}

.tag-modal .tag-widget .detail-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tag-modal .tag-widget .detail-panel-header .close-button {
  position: absolute;
}

.tag-modal .tag-widget .detail-panel-header .list-nav {
  width: 175px;
  padding-top: 20px;
}

.tag-modal .tag-widget .tag {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 20px 0;
  height: 100%;
}

.tag-modal .tag-widget .tag.has-media .tag-media {
  min-width: 40%;
}

.tag-modal .tag-widget .tag.has-text .tag-text {
  min-width: 35%;
}

.tag-modal .tag-widget .tag .tag-media {
  height: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

.tag-modal .tag-widget .tag .tag-text {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d3d3d3 transparent;
  scrollbar-width: thin;
}

.tag-modal .tag-widget .tag .tag-text::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.tag-modal .tag-widget .tag .tag-text::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.tag-modal .tag-widget .tag .tag-text::-webkit-scrollbar-corner {
  background-color: transparent;
}

.tag-modal .tag-widget .tag .tag-header {
  padding: 10px 12px;
  color: #222;
}

.tag-modal .tag-widget .tag .tag-description {
  margin: 10px 12px 12px;
  color: #444;
  font-weight: 400;
}

.tag-modal .tag-widget .attachment {
  width: 100%;
  height: 100%;
  margin: 0 20px 0 0;
  background: transparent;
}

.tag-modal .tag-widget .attachment .attachment-view {
  max-width: 100%;
  max-height: 100%;
}

.tags-list-panel {
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222;
}

.tags-list-panel .tag-details {
  width: 200px;
  height: 100%;
  padding: 5px 0;
  line-height: 1.5em;
  overflow: hidden;
}

.tags-list-panel .tag-text,
.tags-list-panel .text-box-text {
  overflow: hidden;
  white-space: nowrap;
}

.tags-list-panel .text-box-text {
  text-overflow: ellipsis;
}

.tags-list-panel .search-results-hash [data-blocktype="hash"],
.tags-list-panel .search-results-user [data-blocktype="user"] {
  color: #ff3158;
}

.tags-list-panel .accordion-list .accordion-header {
  padding-left: 15px;
  background-color: #fff;
}

.tags-list-panel .accordion-list .accordion-item {
  justify-content: flex-start;
  cursor: pointer;
  padding: 5px 0;
}

.tags-list-panel .empty-message {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  padding-left: 25px;
}

.scroll-button {
  width: 44px;
}

.scroll-button .icon {
  font-size: 16px;
}

.outerScrollbarWrapper {
  position: relative;
  overflow: hidden;
}

.outerScrollbarWrapper.button-scrolling.vertical {
  height: 100%;
}

.outerScrollbarWrapper.button-scrolling.vertical .innerScrollbarWrapper {
  height: calc(100% - 80px);
}

.outerScrollbarWrapper.button-scrolling.horizontal {
  width: 100%;
}

.outerScrollbarWrapper.button-scrolling.horizontal .innerScrollbarWrapper {
  width: calc(100% - 80px);
}

.outerScrollbarWrapper .innerScrollbarWrapper {
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.outerScrollbarWrapper .innerScrollbarWrapper::-webkit-scrollbar {
  display: none;
}

.outerScrollbarWrapper .paddingScrollbarWrapper {
  position: relative;
}

.outerScrollbarWrapper .scrollbarTrack {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border-radius: 5px;
}

.outerScrollbarWrapper .scrollbarTrack .scrollbarThumb {
  position: relative;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  background-color: rgba(181, 180, 179, 0.5);
  border-radius: 5px;
}

.outerScrollbarWrapper .scrollbarTrack.horizontal {
  left: 0;
  height: 8px;
  margin-right: 8px;
  margin-left: 8px;
}

.outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb {
  height: 4px;
}

.outerScrollbarWrapper .scrollbarTrack.vertical {
  top: 0;
  width: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb {
  width: 4px;
}

.outerScrollbarWrapper.vertical {
  height: 100%;
}

.outerScrollbarWrapper.vertical .scroll-forward {
  bottom: 0;
}

.outerScrollbarWrapper.vertical .innerScrollbarWrapper {
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}

.outerScrollbarWrapper.horizontal {
  width: 100%;
}

.outerScrollbarWrapper.horizontal .scroll-forward {
  right: 0;
}

.outerScrollbarWrapper.horizontal .innerScrollbarWrapper {
  width: 100%;
  overflow-x: scroll;
}

.outerScrollbarWrapper .scroll-forward {
  position: absolute;
}

div:active > .outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb,
div:active > .outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb,
div:active
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.horizontal
  .scrollbarThumb,
div:active
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.vertical
  .scrollbarThumb,
div:hover > .outerScrollbarWrapper .scrollbarTrack.horizontal .scrollbarThumb,
div:hover > .outerScrollbarWrapper .scrollbarTrack.vertical .scrollbarThumb,
div:hover
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.horizontal
  .scrollbarThumb,
div:hover
  > div
  > .outerScrollbarWrapper
  .scrollbarTrack.vertical
  .scrollbarThumb {
  opacity: 1;
}

#reel.sorting .scrollbarTrack {
  visibility: hidden;
}

.measurements-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.measurements-overlay .overlay-message .escape-key {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.measurements-overlay .overlay-message .escape-key img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  .measurements-overlay .overlay-message .escape-key {
    width: 30px;
  }
}

.measurements-overlay .overlay-cta .tooltip-simple-medium .tooltip {
  width: 175px;
}

.narrow-layout .measurements-overlay .overlay-top-center {
  top: 80px;
}

.narrow-layout .measurements-overlay .overlay-top-center.active-phase {
  top: 25px;
}

.measurement-settings-popup .units-setting {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .tags-navigation-bar {
    display: none;
  }
}

.tags-navigation-bar .overlay-info {
  padding: 10px 0;
  line-height: unset;
}

#top-ui {
  z-index: 5;
  opacity: 1;
  transition: opacity 0.5s;
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
}

#top-ui.faded-out {
  opacity: 0;
  pointer-events: none;
}

#top-ui.faded-out * {
  pointer-events: none !important;
}

#top-ui .search-mode-button {
  margin-right: 8px;
}

.edit-ui #top-ui {
  width: 100%;
  position: absolute;
}

.search-mode-button {
  pointer-events: all;
}

.search-mode-button .icon-button.icon-button-overlay {
  height: 48px;
  width: 48px;
  background-color: rgba(34, 34, 34, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.search-mode-button .icon-button.icon-button-overlay .icon {
  font-size: 19px;
  line-height: 1;
}

#model-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  min-width: 0;
  max-width: 500px;
  margin-right: 30px;
  opacity: 1;
  transition: opacity 0.5s;
}

#model-title.faded-out {
  opacity: 0;
  pointer-events: none;
}

#model-title.faded-out * {
  pointer-events: none !important;
}

#model-title #main-title-wrapper {
  display: flex;
  align-items: center;
}

#model-title #main-title-wrapper .main-title {
  min-width: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#model-title #main-title-wrapper .main-title .co-brand {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#model-title #main-title-wrapper .main-title .co-brand .title {
  color: #f5f4f3;
}

#model-title #main-title-wrapper .main-title #gui-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

#model-title #main-title-wrapper .main-title #gui-name .icon {
  transform: translateY(1px);
  display: inline-block;
  margin: 0 3px 0 1px;
}

#showcase-modals {
  height: 0;
  width: 0;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  pointer-events: auto;
  color: #222;
}

.modal .close-button {
  position: static;
}

.modal .close-button[data-balloon]:after,
.modal .close-button[data-balloon]:before {
  display: none;
}

.modal .close-button .icon-close {
  font-size: 14px;
  padding: 10px;
}

.modal-header {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  padding: 5px 20px 5px 32px;
  background-color: #f5f4f3;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .modal-header {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.modal-title {
  flex-grow: 1;
  font-weight: 500;
  text-overflow: ellipsis;

  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

@media (max-width: 320px) {
  .modal-title {
    font-size: 16px;
    line-height: 23px;
  }
}

.modal-subheader {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  margin: 20px 32px 0;
  color: #6d6d6d;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .modal-subheader {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.modal-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px 16px 10px 10px;
  margin: 10px 16px 5px 22px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6d6d6d;
  scrollbar-color: #d3d3d3 transparent;
  scrollbar-width: thin;
}

.modal-body::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  -webkit-border-radius: 5px;
}

.modal-body::-webkit-scrollbar-corner {
  background-color: transparent;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .modal-body {
    margin-left: 10px;
    margin-right: 4px;
  }
}

.modal-scrollable-content {
  height: 100%;
  min-height: 240px;
  overflow: hidden;
}

.modal-footer {
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 32px 32px;
  align-items: center;
  color: #222;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.modal-nav {
  position: absolute;
  z-index: 1;
}

.modal-nav .icon {
  font-size: 26px;
}

.modal-nav.modal-next {
  right: 15px;
}

.modal-nav.modal-prev {
  left: 15px;
}

.modal-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 7;
}

.modal-background:not(.dark-modal-background) {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}

.modal-background:not(.dark-modal-background).open {
  opacity: 1;
  pointer-events: all;
}

@media (max-height: 487px), (max-width: 600px) {
  .modal-background.open .full-modal,
  .modal-background.unloading .full-modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    box-shadow: none;
    transform: none;
    top: 0;
    left: 0;
  }
}

.app-bar .modal-background:not(.dark-modal-background).open,
.app-bar .modal-background:not(.dark-modal-background).unloading {
  top: -55px;
}

.share-modal {
  display: block;
  width: 85vw;
}

@media (min-width: 768px) {
  .share-modal {
    width: 450px;
  }
}

.share-modal .modal-body {
  padding-bottom: 32px;
}

.share-modal.web-share-dialog {
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .share-modal.web-share-dialog {
    width: 320px;
  }
}

.share-modal .social-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 30px;
}

.share-modal .social-icons .icon-button-social {
  margin: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 320px) {
  .share-modal .social-icons .icon-button-social {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 576px) {
  .share-modal .social-icons .icon-button-social {
    width: 60px;
    height: 60px;
  }
}

.share-modal .social-icons .icon-button-social:focus,
.share-modal .social-icons .icon-button-social:hover {
  background: #ff3158;
}

.share-modal .social-icons .icon-button-social:focus .icon,
.share-modal .social-icons .icon-button-social:hover .icon {
  color: #fff !important;
}

.share-modal .social-icons .icon {
  font-size: 16px;
  padding: 5px;
  line-height: 1;
}

@media (min-width: 320px) {
  .share-modal .social-icons .icon {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .share-modal .social-icons .icon {
    font-size: 22px;
  }
}

.share-modal .input-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  width: 100%;
  margin-bottom: 30px;
}

.share-modal .input {
  flex-grow: 1;
  min-width: 0;
  background: #f5f4f3;
  color: #6d6d6d;
  border: 0;
  border-radius: 0;
}

.share-modal .input,
.share-modal .input-addon {
  padding: 12px 20px;
  font-size: inherit;
  outline: none;
}

.share-modal .input-addon {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #222;
  background: #fff;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.share-modal .input-addon:focus,
.share-modal .input-addon:hover {
  border-color: #ff3158;
  color: #ff3158;
}

.share-modal .share-modal-button {
  width: auto;
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

.share-modal .share-modal-button:active,
.share-modal .share-modal-button:focus {
  color: #fff;
  background-color: #ff3158;
  border-color: #ff3158;
}

.share-modal .share-modal-button.button-secondary:active,
.share-modal .share-modal-button.button-secondary:focus {
  background: #fff !important;
  color: #ff3158 !important;
  border-color: #ff3158;
}

.measurement-mode-help-modal {
  width: 340px;
}

.notes-intro .modal-title {
  font-size: 18px;
  line-height: 1.44;
}

.notes-intro .modal-title,
.notes-intro .notes-intro-header {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: inherit;
}

.notes-intro .notes-intro-header {
  font-size: 14px;
  line-height: 1.57;
}

.notes-intro .modal-body .modal-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
}

.notes-intro {
  justify-content: flex-start;
  width: 520px;
  max-height: 95%;
  margin: 0;
  font-size: 12px;
  color: #fff;
  transition: opacity 0.5s;
}

.notes-intro .notes-intro-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30vh;
  max-height: 189px;
  padding: 32px;
  background-color: #222;
}

.notes-intro .note-badges {
  position: relative;
  width: 197px;
  height: 131px;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .notes-intro .note-badges {
    transform-origin: center center;
    transform: scale(0.65);
  }
}

.notes-intro .note-badges .badge {
  position: absolute;
  top: 3px;
  left: 0;
  width: 124px;
  height: 124px;
  border: 9px solid #fff;
}

.notes-intro .note-badges .badge .badge-icon {
  font-size: 76px;
  line-height: 116px;
}

.notes-intro .note-badges .badge + .badge {
  left: 35px;
}

.notes-intro .note-badges .badge + .badge + .badge {
  left: 70px;
}

.notes-intro .modal-body {
  padding: 0;
  margin: 32px;
}

.notes-intro .modal-body .modal-content {
  padding: 0 5px;
  overflow: visible;
}

.notes-intro .modal-title {
  color: #444;
}

@media (max-height: 487px), (max-width: 600px) {
  .notes-intro .modal-footer {
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .notes-intro .modal-footer .modal-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .notes-intro .modal-footer .modal-buttons .button {
    flex: 1;
  }
}

.vr-modal {
  width: 520px;
  max-height: 475px;
  margin: 0;
}

.vr-modal .headset-header {
  width: 100%;
  height: 170px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 30px;
}

.vr-modal .headset-header.dark {
  background-color: rgba(0, 0, 0, 0.75);
}

.vr-modal .headset-header .headset-titles {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 20px;
}

.vr-modal .headset-header .headset-titles h1,
.vr-modal .headset-header .headset-titles h2 {
  color: #fff;

  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.4px;
  text-align: left;
  margin: 0;
}

.vr-modal .headset-header .headset-titles h1 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.vr-modal .headset-header .headset-titles h2 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

.vr-modal .headset-header img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: auto;
  min-width: 0;
}

.vr-modal .headset-header .headset-cardboard {
  justify-self: center;
  flex: 1;
}

.vr-modal .headset-header .headset-quest {
  width: 45%;
}

.vr-modal p {
  padding-top: 32px;
  margin: 0;
  line-height: 24px;
}

.vr-modal .confirm {
  text-decoration: none;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .vr-modal {
    overflow: auto;
  }
  .vr-modal .headset-header {
    height: 30%;
    max-height: 190px;
    padding: 10px 20px;
  }
  .vr-modal .headset-header .headset-quest {
    width: auto;
  }
  .vr-modal p {
    padding-top: 10px;
  }
}

.terms-modal {
  left: 10%;
  top: 10%;
  bottom: 10%;
  right: 10%;
  transform: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}

.terms-modal.faded-in {
  opacity: 1;
  pointer-events: auto;
}

.terms-modal:before {
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.terms-modal:after,
.terms-modal:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.terms-modal:after {
  background: linear-gradient(0deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.terms-modal.Beginning:after,
.terms-modal.End:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out !important;
}

.terms-modal.Beginning:before,
.terms-modal.End:after,
.terms-modal.Middle:after,
.terms-modal.Middle:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .terms-modal {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}

.terms-modal.modal .close-button {
  position: absolute;
}

.terms-modal #terms-wrapper {
  position: absolute;
  top: 50px;
  right: 25px;
  bottom: 50px;
  left: 25px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.terms-modal #terms-wrapper #terms-text {
  padding-right: 12px;
}

#help-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #dadada;
  opacity: 0;
  transition: opacity 0.5s;
}

#help-modal.faded-in {
  opacity: 1;
  pointer-events: auto;
}

#help-modal .tabs {
  transition: all 0.3s;
  font-weight: 500;
}

#help-modal .tabs div {
  padding: 16px 55px 15px 20px;
  display: inline-block;
  font-size: 18px;
}

#help-modal .tabs div span {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}

#help-modal .tabs div.active span {
  border-bottom: 1px solid #fff;
}

#help-modal .tabs div:hover {
  cursor: pointer;
  color: #ff3158;
}

#help-modal .tabs div:hover.active span {
  border-bottom: 1px solid #ff3158;
}

#help-modal.mobile .tabs div {
  padding: 16px 25px 15px 20px;
  font-size: 14px;
}

#help-modal .navigation {
  display: table;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  #help-modal .navigation {
    transform: translate(-50%, -50%);
  }
}

#help-modal .navigation.small {
  transform: translate(-50%, -50%);
}

#help-modal .navigation .row {
  display: table-row;
}

#help-modal .navigation .row.topInfo {
  font-size: 16px;
  letter-spacing: 0.2px;
}

#help-modal .navigation .row.topInfo .column {
  padding: 6vh 4vw;
}

#help-modal .navigation .row.bigImage img {
  vertical-align: bottom;
  width: calc(3.2vh + 3.2vw);
  margin-bottom: 15px;
}

#help-modal
  .navigation
  .row.bigImage
  img[src="images/nav_help_mouse_click.png"],
#help-modal
  .navigation
  .row.bigImage
  img[src="images/nav_help_mouse_position_right.png"] {
  width: calc(3.936vh + 3.936vw);
}

#help-modal
  .navigation
  .row.bigImage
  img[src="images/nav_help_mouse_position_left.png"] {
  width: calc(3.744vh + 3.744vw);
}

#help-modal .navigation .row.hr .column {
  padding: 3vh;
}

#help-modal .navigation .row.hr .column hr {
  width: 6vh;
}

#help-modal .navigation .row.hr .column.noDivider {
  visibility: hidden;
}

#help-modal .navigation .row.bottomInfo {
  font-size: 16px;
}

#help-modal .navigation .row.bottomInfo .column {
  padding: 0 6vw 6vh;
}

#help-modal .navigation .row.keyboard img {
  vertical-align: middle;
  width: 8.66vh;
}

#help-modal .navigation .row.keyboard img[src="images/nav_help_inside_key.png"],
#help-modal
  .navigation
  .row.keyboard
  img[src="images/nav_help_keyboard_up_down.png"] {
  width: 4.33vh;
}

#help-modal
  .navigation
  .row.keyboard
  img[src="images/nav_help_keyboard_all.png"] {
  width: 12.99vh;
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  #help-modal .navigation .row.keyboard img {
    width: 10vh;
  }
  #help-modal
    .navigation
    .row.keyboard
    img[src="images/nav_help_inside_key.png"],
  #help-modal
    .navigation
    .row.keyboard
    img[src="images/nav_help_keyboard_up_down.png"] {
    width: 5vh;
  }
  #help-modal
    .navigation
    .row.keyboard
    img[src="images/nav_help_keyboard_all.png"] {
    width: 15vh;
  }
}

#help-modal .navigation .row .column {
  display: table-cell;
  width: 30%;
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  #help-modal .navigation .row.bottomInfo,
  #help-modal .navigation .row.topInfo {
    font-size: 2vw;
  }
  #help-modal .navigation .row.bottomInfo .column,
  #help-modal .navigation .row.topInfo .column {
    padding: 0 2vw 4vh;
  }
}

@media only screen and (max-height: 600px) and (max-width: 700px) {
  #help-modal .navigation.small .row {
    font-size: 1.9vw;
  }
  #help-modal .navigation.small .row .column {
    padding: 0 1.5vw 3vh;
  }
}

@media only screen and (orientation: landscape) {
  #help-modal.mobile .navigation {
    width: 90%;
  }
  #help-modal.mobile .navigation .row.topInfo {
    font-size: 1.9vw;
  }
  #help-modal.mobile .navigation .row.topInfo .column {
    padding: 2vw 4vw;
  }
  #help-modal.mobile .navigation .row.bigImage img {
    width: 6.3vw;
  }
  #help-modal.mobile
    .navigation
    .row.bigImage
    img[src="images/nav_help_gesture_drag.png"] {
    width: 5.87511628vw;
  }
  #help-modal.mobile
    .navigation
    .row.bigImage
    img[src="images/nav_help_gesture_tap.png"] {
    width: 8.20465116vw;
  }
  #help-modal.mobile
    .navigation
    .row.bigImage
    img[src="images/nav_help_gesture.drag_two_finger.png"] {
    width: 5.42093023vw;
  }
}

@media only screen and (orientation: portrait) {
  #help-modal.mobile .navigation {
    position: absolute;
    overflow: hidden;
    top: 55px;
    bottom: 20px;
    height: calc(100% - 75px);
    left: 0;
    right: 0;
    transform: none;
  }
  #help-modal.mobile .navigation .paddingScrollbarWrapper {
    margin: auto;
  }
  #help-modal.mobile .navigation .nav-wrapper {
    display: flex;
    flex-direction: column;
    width: 68vw;
    max-width: 218px;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row {
    font-size: 14px;
    margin: auto;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.topInfo {
    padding-top: 1.5em;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.topInfo:first-child {
    padding-top: 0;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.bigImage {
    padding-top: 1em;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.bigImage img {
    width: 43px;
  }
  #help-modal.mobile
    .navigation
    .nav-wrapper
    > div.row.bigImage
    img[src="images/nav_help_gesture_drag.png"] {
    width: 40.1px;
  }
  #help-modal.mobile
    .navigation
    .nav-wrapper
    > div.row.bigImage
    img[src="images/nav_help_gesture_tap.png"] {
    width: 56px;
  }
  #help-modal.mobile
    .navigation
    .nav-wrapper
    > div.row.bigImage
    img[src="images/nav_help_gesture.drag_two_finger.png"] {
    width: 37px;
  }
}

@media screen and (min-height: 650px) and (orientation: portrait) {
  #help-modal.mobile .navigation .nav-wrapper {
    max-width: 240px;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.topInfo {
    font-size: 16px;
    padding-top: 3em;
    padding-bottom: 1em;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.topInfo:first-child {
    padding-top: 0;
  }
  #help-modal.mobile .navigation .nav-wrapper > div.row.bigImage img {
    transform: scale(1.4);
  }
}

@media screen and (min-width: 650px) and (orientation: portrait) {
  #help-modal.mobile .navigation .nav-wrapper > div.row.topInfo {
    font-size: 16px;
  }
}

#help-modal .more-help-wrapper {
  position: absolute;
  overflow: hidden;
  top: 55px;
  bottom: 20px;
  left: 0;
  right: 0;
}

#help-modal .more-help-wrapper .more-help {
  display: table;
  padding: 3vw;
}

#help-modal .more-help-wrapper .more-help .innerRow {
  display: table-row;
}

#help-modal .more-help-wrapper .more-help .innerRow > div {
  display: table-cell;
  table-layout: fixed;
  min-width: 190px;
  line-height: 1.29;
  padding: 0 1.5vw;
  width: 20vw;
}

#help-modal .more-help-wrapper .more-help .innerRow > div.topInfo {
  vertical-align: bottom;
  font-size: 1.45vw;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  #help-modal .more-help-wrapper .more-help .innerRow > div.topInfo {
    font-size: 16px;
  }
}

#help-modal .more-help-wrapper .more-help .innerRow > div.bigImage {
  padding: 1.85vw 0;
  font-size: 2.5vw;
  position: relative;
}

#help-modal .more-help-wrapper .more-help .innerRow > div.bigImage img {
  height: 2.5vw;
}

#help-modal .more-help-wrapper .more-help .innerRow > div.bigImage .icon-vr {
  font-size: 2vw;
}

@media screen and (max-width: 1100px) {
  #help-modal .more-help-wrapper .more-help .innerRow > div.bigImage {
    padding: 20px 0;
    font-size: 30px;
  }
  #help-modal .more-help-wrapper .more-help .innerRow > div.bigImage .icon-vr {
    font-size: 24px;
  }
  #help-modal .more-help-wrapper .more-help .innerRow > div.bigImage img {
    height: 30px;
  }
}

#help-modal .more-help-wrapper .more-help .innerRow > div.bigImage.floors {
  position: relative;
  top: 5px;
}

#help-modal
  .more-help-wrapper
  .more-help
  .innerRow
  > div.bigImage.floors
  span
  span {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2vw;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  #help-modal
    .more-help-wrapper
    .more-help
    .innerRow
    > div.bigImage.floors
    span
    span {
    font-size: 14px;
  }
}

#help-modal .more-help-wrapper .more-help .innerRow > div.bottomInfo {
  vertical-align: top;
  font-size: 1.25vw;
}

@media screen and (max-width: 1100px) {
  #help-modal .more-help-wrapper .more-help .innerRow > div.bottomInfo {
    font-size: 14px;
  }
}

#help-modal .more-help-wrapper .more-help .rowPadding {
  height: 10vh;
  min-height: 50px;
}

#help-modal .more-help-wrapper .paddingScrollbarWrapper {
  margin: auto;
}

@media only screen and (orientation: portrait) {
  #help-modal .more-help-wrapper.desktop .rowPadding {
    height: 15vh;
  }
}

@media only screen and (orientation: portrait) {
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div {
    min-width: 40vw;
  }
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div.topInfo {
    font-size: calc(8px + 1vh);
  }
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div.bottomInfo {
    font-size: calc(5px + 1vh);
  }
}

@media only screen and (orientation: landscape) {
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div {
    min-width: 27vw;
  }
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div.topInfo {
    font-size: calc(8px + 1vw);
  }
  #help-modal .more-help-wrapper.mobile .more-help .innerRow > div.bottomInfo {
    font-size: calc(5px + 1vw);
  }
}

.model-rating-thank-you {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

.model-rating-thank-you .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.model-rating-thank-you h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: 0.4px;
  color: inherit;
  margin: 0;
}

.model-rating-thank-you p {
  font-size: 14px;
  line-height: 1.57;
}

.model-rating-thank-you p,
.model-rating-thank-you small {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: inherit;
  text-align: center;
}

.model-rating-thank-you small {
  font-size: 12px;
  line-height: 1.5;
}

.model-rating-thank-you .lottie {
  flex: 1;
  min-height: 80px;
  width: 100%;
  margin: -20px 0;
}

.lottie {
  position: relative;
}

.lottie .lottie-animation {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.lottie .lottie-fallback {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.ctaContainer {
  width: auto;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.ctaContainer.showMessage {
  opacity: 1;
  transition: all 0.7s 1s;
  transform: translate(-50%, -50%) scale(1);
}

.ctaContainer.showMessage.helpCta {
  transition: all 0.7s 0.125s;
}

.ctaContainer:not(.small) .cta:not(.mobile) {
  padding: 10px 30px;
}

.ctaContainer:not(.small) .cta.mobile {
  padding: 0 10px;
}

.cta {
  height: 100%;
  display: grid;
  display: -ms-grid;
  grid-template:
    "header header header" auto "subheader subheader subheader" auto "image image image" 1fr "hr hr hr" auto "footer footer footer" auto/minmax(
      28%,
      auto
    )
    minmax(28%, auto) minmax(28%, auto);
  grid-auto-flow: column;
  justify-items: center;
  align-items: center;
  -ms-grid-rows: auto auto 1fr;
  -ms-grid-colums: auto auto 1fr auto auto;
}

.cta.mobile {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "header header header" "subheader subheader subheader" "image image image";
  margin-bottom: 20px;
}

.cta h1 {
  grid-area: header;
  margin: 15px;
  text-align: center;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 300;
  color: hsla(0, 0%, 100%, 0.9);
}

.cta h1.mobile {
  font-size: 16px;
  font-weight: lighter;
}

.cta h2 {
  font-size: 23px;
  margin: 0;
  color: hsla(0, 0%, 100%, 0.9);
  padding: 0 15px 5px;
  white-space: nowrap;
}

.cta h2.mobile {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cta hr {
  width: 45px;
  height: 2px;
  margin: 20px 0;
  background-color: hsla(0, 0%, 100%, 0.9);
  border: none;
}

.cta .footer-icon {
  margin-bottom: 20px;
}

.cta img {
  display: inline;
  align-self: end;
}

.cta h1 {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 3;
}

.cta h2:nth-child(4n + 2) {
  -ms-grid-row: 2;
}

.cta img:nth-child(4n + 3) {
  -ms-grid-row: 3;
}

.cta hr:nth-child(4n + 4) {
  -ms-grid-row: 4;
}

.cta img:nth-child(4n + 5) {
  -ms-grid-row: 5;
}

.cta :nth-child(n) {
  -ms-grid-column: 3;
  -ms-grid-column-align: center;
}

.cta :nth-child(-n + 9) {
  -ms-grid-column: 2;
}

.cta :nth-child(-n + 5) {
  -ms-grid-column: 1;
}

.cta img[src="images/nav_help_mouse_drag_left.png"],
.cta img[src="images/nav_help_mouse_drag_right.png"] {
  width: 52px;
  height: 95px;
}

.cta img[src="images/nav_help_mouse_position_left.png"],
.cta img[src="images/nav_help_mouse_position_right.png"] {
  width: 60px;
  height: 114px;
}

.cta img[src="images/nav_help_mouse_zoom.png"] {
  width: 50.66px;
  height: 114px;
}

.cta img[src="images/nav_help_mouse_click.png"] {
  width: 60px;
  height: 114px;
}

.cta img[src="images/nav_help_click_inside.png"] {
  width: 50.66px;
  height: 114px;
}

.cta img[src="images/Desktop-help-play-button.svg"] {
  width: 50px;
  height: 116px;
}

.cta img[src="images/nav_help_keyboard_left_right.png"] {
  width: 50px;
  height: 24px;
}

.cta img[src="images/nav_help_inside_key.png"] {
  width: 24px;
  height: 24px;
}

.cta img[src="images/nav_help_keyboard_up_down.png"] {
  width: 25px;
  height: 53px;
  margin-bottom: 5px;
}

.cta img[src="images/nav_help_zoom_keys.png"] {
  width: 51px;
  height: 24px;
}

.cta img[src="images/nav_help_gesture_drag.png"],
.cta img[src="images/nav_help_gesture_position.png"] {
  width: 36.8px;
  height: auto;
}

.cta img[src="images/nav_help_gesture_tap.png"] {
  width: 54px;
  height: auto;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.cta img[src="images/nav_help_tap_inside.png"] {
  width: 22px;
  height: auto;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.cta img[src="images/mobile-help-play-button.svg"] {
  width: 24px;
  height: auto;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.cta img[src="images/nav_help_gesture_pinch.png"] {
  width: 46px;
  height: auto;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.mattertag-emb-link {
  pointer-events: auto;
}

.mattertag-emb-link #mattertag-emb-iframe {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  width: 100%;
}

.mattertag-emb-link .close-button {
  right: 20px;
}

.mattertag-emb-link .close-button .icon-close {
  font-size: 20px;
}

.overlay-ui {
  z-index: 3;
}

.overlay-layer,
.overlay-ui {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-layer,
.scene-overlay {
  overflow: hidden;
}

.scene-overlay {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 1;
  transition: height 0.5s;
}

.narrow-layout.bottom-panel:not(.modal-open) .scene-overlay {
  height: calc(100% - 55px);
}

.narrow-layout.bottom-panel:not(.modal-open) .search-mode .scene-overlay {
  height: calc(100% - 125px);
}

.showcase-ui-overlay {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.attachment-carousel
  .attachment-carousel-view
  .attachment-view.attachment-other
  .attachment-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.2px;
  color: inherit;
}

.attachment-view.attachment-other .attachment-label,
.attachment.attachment-upload.upload-error .upload-status .upload-msg {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: inherit;
}

.attachment-overlay {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px;
  opacity: 0;
  transition: opacity 0.5s;
}

.attachment-overlay.open {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}

.attachment-overlay .oembed {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.annotation-attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.annotation-attachments.annotation-attachments-inline {
  justify-content: flex-start;
}

.attachment-view.image-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.attachment-view.attachment-other {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
}

.attachment-view.attachment-other.inline {
  padding: 10px;
}

.attachment-view.attachment-other.inline .attachment-label {
  font-size: 10px;
}

.attachment-view.attachment-other .download-link {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
}

.attachment-view.attachment-other .icon-download {
  font-size: 24px;
}

.attachment-view.attachment-other .icon-file {
  font-size: 30px;
}

.attachment-view.attachment-other .attachment-label {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.attachment-view.attachment-other .file-label {
  text-overflow: ellipsis;
  white-space: normal;
}

.attachment-view.attachment-other .size-label {
  color: #6d6d6d;
}

.attachment {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 10px;
  background-color: #f5f4f3;
}

.attachment.hero {
  width: 300px;
  height: 250px;
}

.attachment.inline {
  width: 60px;
  height: 60px;
}

.attachment .attachment-delete {
  position: absolute;
  top: -10px;
  right: -10px;
}

.attachment .attachment-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.attachment.attachment-upload {
  border: 2px solid transparent;
}

.attachment.attachment-upload .upload-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 7.5px;
}

.attachment.attachment-upload .upload-status .bar-bg {
  stroke: #b5b4b3;
}

.attachment.attachment-upload .upload-status .progress {
  stroke: #fff;
}

.attachment.attachment-upload.upload-error {
  color: #fa5300;
  border-color: #fa5300;
}

.attachment.attachment-upload.upload-error .upload-status {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attachment.attachment-upload.upload-error .upload-status .upload-msg {
  text-align: center;
}

.attachment.attachment-upload.upload-error
  .upload-status
  .upload-error-message {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attachment.attachment-upload.upload-error .upload-status .icon-error {
  font-size: 28px;
}

.attachment.attachment-upload.upload-error .upload-status .icon-error:before {
  color: #fa5300;
}

.attachment-carousel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.attachment-carousel,
.attachment-carousel .attachment-carousel-view {
  width: 100%;
  height: 100%;
}

.attachment-carousel .attachment-carousel-view .attachment {
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin: 0;
}

.attachment-carousel .attachment-carousel-view .attachment-view {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.attachment-carousel
  .attachment-carousel-view
  .attachment-view.attachment-other
  .icon {
  font-size: 42px;
}

.attachment-carousel
  .attachment-carousel-view
  .attachment-view.attachment-other
  .attachment-label {
  color: #fff;
}

.attachment-carousel
  .attachment-carousel-view
  .attachment-view.attachment-other
  .download-link {
  position: static;
}

.attachment-carousel .attachment-carousel-view .attachment-embed,
.attachment-carousel .attachment-carousel-view .attachment-pdf {
  width: 50%;
  height: 50%;
  font-size: 14px;
  color: #222;
  background-color: #dadada;
}

.attachment-carousel .attachment-carousel-view .embedded-iframe-sandbox {
  pointer-events: none;
}

.attachment-carousel
  .attachment-carousel-view
  .embedded-iframe-sandbox.loading {
  visibility: hidden;
}

.attachment-carousel .attachment-carousel-view .embedded-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.annotations-preview-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.annotation-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 378px;
  padding: 20px;
  font-size: 12px;
  color: #fff;
  pointer-events: auto;
  z-index: 1;
}

.annotation-preview .annotation-preview-contents {
  height: 100%;
  max-height: 255px;
  min-height: 65px;
  overflow-x: hidden;
  padding: 10px;
  background: #222;
  border-radius: 4px;
}

.annotation-preview .annotation-preview-contents.has-image {
  max-height: unset;
}

.annotation-preview .annotation-preview-contents .annotation-display {
  margin: 10px 12px 12px;
  font-weight: 400;
  color: #dadada;
}

.annotation-preview
  .annotation-preview-contents
  .annotation-display
  .text-box-text {
  width: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  overflow: hidden;
}

.annotation-preview .annotation-preview-contents .link-more {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 2px solid #444;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.annotation-preview .attachment-carousel {
  position: relative;
  height: 130px;
  width: 318px;
}

.annotation-preview .attachment-carousel .icon {
  padding: 10px;
  font-size: 20px;
}

.annotation-preview .attachment {
  display: inline-block;
  width: 100%;
  height: 100px;
  margin: 0;
}

.annotation-preview-up {
  padding-bottom: 25px;
}

.annotation-preview-up:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}

.annotation-preview-up-left {
  padding-bottom: 25px;
}

.annotation-preview-up-left:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}

.annotation-preview-up-right {
  padding-bottom: 25px;
}

.annotation-preview-up-right:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}

.annotation-preview-down {
  padding-top: 25px;
}

.annotation-preview-down:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}

.annotation-preview-down-left {
  padding-top: 25px;
}

.annotation-preview-down-left:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}

.annotation-preview-down-right {
  padding-top: 25px;
}

.annotation-preview-down-right:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}

.annotation-preview-left {
  width: 383px;
  padding-right: 25px;
}

.annotation-preview-left:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}

.annotation-preview-right {
  width: 383px;
  padding-left: 25px;
}

.annotation-preview-right:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}

.no-touch .link-more:hover {
  border-color: #ff3158;
}

.tag-preview .tag-preview-contents .tag-header {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: inherit;
}

.tag-preview {
  width: unset;
  color: #fff;
}

.tag-preview .attachment {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: unset;
  height: unset;
  background: transparent;
}

.tag-preview .tag-preview-contents {
  background: #222;
}

.tag-preview .tag-preview-contents .tag-header {
  padding: 10px 12px;
  color: #f5f4f3;
}

.tag-preview .tag-preview-contents .tag-description {
  margin: 10px 12px 12px;
  font-weight: 400;
  color: #dadada;
}

.tag-preview .tag-preview-contents .link-more {
  color: #dadada;
}

.note-preview {
  color: #444;
}

.note-preview .note-preview-contents {
  background: #fff;
  color: #444;
}

.note-preview .note-preview-contents .note-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
}

.note-preview .note-preview-contents .note-post {
  margin: 10px 12px 12px;
  font-weight: 400;
}

.note-preview.annotation-preview-up-left:after,
.note-preview.annotation-preview-up-right:after,
.note-preview.annotation-preview-up:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.note-preview.annotation-preview-down-left:before,
.note-preview.annotation-preview-down-right:before,
.note-preview.annotation-preview-down:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.note-preview.annotation-preview-left:after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.note-preview.annotation-preview-right:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.tag-position {
  position: absolute;
  will-change: transform;
  transform: translate(0);
  z-index: 1;
}

.full-screen .tag-position {
  will-change: unset;
}

.hover-arrow {
  position: absolute;
}

.image-mattertag .tag-container {
  text-shadow: 0 1px 1px #000;
}

.image-mattertag .tag-container .tag-text-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 12px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

.image-mattertag .tag-container .tag-text-content .tag-description,
.image-mattertag .tag-container .tag-text-content .tag-label {
  text-shadow: 0 1px 1px 1px #000;
  background-color: transparent;
  overflow: hidden;
  padding-bottom: 5px;
}

.image-mattertag.media-only-mattertag .tag-container .tag-text-content {
  padding: 0;
}

.image-mattertag.media-only-mattertag
  .tag-container
  .tag-text-content
  .tag-label {
  padding-bottom: 0;
}

.embed-mattertag .tag-container .tag-text-content,
.video-mattertag .tag-container .tag-text-content {
  position: relative;
  overflow: hidden;
}

.embed-mattertag .tag-container .tag-media-content,
.video-mattertag .tag-container .tag-media-content {
  padding-top: 12px;
}

.video-mattertag .tag-container .billboard-content {
  width: 350px;
}

.billboard-standard-view .tag-wrapper {
  transform: scale(0);
  transition: transform 0.5s;
}

.billboard-standard-view .tag-wrapper.active {
  transform: scale(1);
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .billboard-standard-view .tag-wrapper.active {
    transform: scale(0.7);
  }
}

.billboard-standard-view.image-mattertag .media-portrait {
  min-width: 200px;
}

.billboard-standard-view.image-mattertag .media-portrait .tag-image {
  height: 400px;
  max-width: 300px;
  max-height: 100%;
}

.billboard-standard-view.image-mattertag .media-landscape .tag-image {
  width: 400px;
  max-height: 300px;
  max-width: 100%;
}

.billboard-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.billboard-overlay .tag-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.billboard-overlay
  .tag-container
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper {
  position: static;
}

.billboard-overlay
  .tag-container
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper
  div.paddingScrollbarWrapper {
  position: static;
  padding-bottom: 0;
}

.billboard-overlay .tag-container .tag-image {
  cursor: default;
}

.billboard-overlay .tag-container .close {
  display: inline-block;
}

.billboard-overlay .billboard-content {
  position: absolute;
  width: auto;
  display: table;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.billboard-overlay .billboard-content .tag-text-content {
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  padding: 12px 12px 0;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.billboard-overlay .billboard-content .tag-text-content .buttons {
  position: absolute;
  top: 4px;
  right: 12px;
}

.billboard-overlay .billboard-content .tag-text-content .buttons .tag-button {
  display: inline-block;
}

.billboard-overlay .billboard-content .tag-text-content .tag-label {
  line-height: 24px;
}

.billboard-overlay .billboard-content .tag-text-content .tag-label .labelText {
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.billboard-overlay .billboard-content .tag-text-content .wrappedDesc {
  position: relative;
}

.billboard-overlay .billboard-content .tag-text-content .wrappedDesc:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.billboard-overlay .billboard-content .tag-text-content .wrappedDesc:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(0deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.billboard-overlay
  .billboard-content
  .tag-text-content
  .wrappedDesc.Beginning:after,
.billboard-overlay
  .billboard-content
  .tag-text-content
  .wrappedDesc.End:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out !important;
}

.billboard-overlay
  .billboard-content
  .tag-text-content
  .wrappedDesc.Beginning:before,
.billboard-overlay .billboard-content .tag-text-content .wrappedDesc.End:after,
.billboard-overlay
  .billboard-content
  .tag-text-content
  .wrappedDesc.Middle:after,
.billboard-overlay
  .billboard-content
  .tag-text-content
  .wrappedDesc.Middle:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

.billboard-overlay .billboard-content.collapsible {
  cursor: pointer;
}

.billboard-overlay .billboard-content.collapsible .tag-media-content {
  padding-bottom: 12px;
  padding-top: 42px;
}

.billboard-overlay .billboard-content.collapsible .tag-text-content {
  position: absolute;
  top: 0;
  padding-bottom: 12px;
  transition: max-height 0.5s ease-in-out;
}

.billboard-overlay
  .billboard-content.collapsible
  .tag-text-content:not(.collapsed)
  .tag-collapse-button {
  transform: scaleY(-1);
}

.billboard-overlay
  .billboard-content.collapsible
  .tag-text-content
  .tag-label
  .labelText {
  max-width: calc(100% - 50px);
}

.billboard-overlay .billboard-content.collapsible .tag-text-content.collapsed {
  max-height: 40px;
}

.billboard-overlay
  .billboard-content.collapsible
  .tag-text-content.collapsed
  .tag-label {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.billboard-overlay .tag-media-content {
  padding-top: 0;
}

.billboard-overlay.image-mattertag .tag-container {
  padding: 0;
}

.billboard-overlay.image-mattertag .tag-container .tag-media-content {
  padding: 12px;
}

.tag-container {
  position: absolute;
  min-width: 310px;
  min-height: 44px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  padding: 12px;
  pointer-events: auto;
  cursor: auto;
}

.tag-container:before {
  pointer-events: none;
}

.tag-container .loadingSpinner {
  position: relative;
  background-color: #626262;
  margin-top: 10px;
  height: 100px;
}

.tag-container .loadingSpinner .gui-spinner-icon {
  position: relative;
  margin: auto;
  top: 25px;
}

.tag-container .close {
  display: none;
}

.tag-container.tag-right-down {
  transform: translateX(30px);
}

.tag-container.tag-right-down:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  border-right: 30px solid rgba(0, 0, 0, 0.85);
  border-bottom: 20px solid transparent;
  transform-origin: 0 0;
  transform: skewY(30deg);
}

.tag-container.tag-right-down .hover-arrow {
  height: 100%;
  width: 30px;
  right: 100%;
  top: 0;
}

.tag-container.tag-right {
  transform: translate(30px, -50%) translateY(-27.3205px);
}

.tag-container.tag-right:before {
  content: "";
  position: absolute;
  right: 100%;
  top: calc(50% - 10px);
  border-right: 30px solid rgba(0, 0, 0, 0.85);
  border-top: 20px solid transparent;
  transform-origin: 100% 50%;
  transform: skewY(-30deg);
}

.tag-container.tag-right .hover-arrow {
  height: 100%;
  width: 30px;
  right: 100%;
  top: 0;
}

.tag-container.tag-right-up {
  transform: translate(30px, -100%);
}

.tag-container.tag-right-up:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  border-right: 30px solid rgba(0, 0, 0, 0.85);
  border-top: 20px solid transparent;
  transform-origin: 0 100%;
  transform: skewY(-30deg);
}

.tag-container.tag-right-up .hover-arrow {
  height: 100%;
  width: 30px;
  right: 100%;
  top: 0;
}

.tag-container.tag-left-down {
  transform: translateX(-100%) translateX(-30px);
}

.tag-container.tag-left-down:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 30px solid rgba(0, 0, 0, 0.85);
  border-bottom: 20px solid transparent;
  transform-origin: 100% 0;
  transform: skewY(-30deg);
}

.tag-container.tag-left-down .hover-arrow {
  height: 100%;
  width: 30px;
  left: 100%;
  top: 0;
}

.tag-container.tag-left {
  transform: translate(-100%, -50%) translate(-30px, -27.3205px);
}

.tag-container.tag-left:before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 10px);
  border-left: 30px solid rgba(0, 0, 0, 0.85);
  border-top: 20px solid transparent;
  transform-origin: 0 50%;
  transform: skewY(30deg);
}

.tag-container.tag-left .hover-arrow {
  height: 100%;
  width: 30px;
  left: 100%;
  top: 0;
}

.tag-container.tag-left-up {
  transform: translate(-100%, -100%) translateX(-30px);
}

.tag-container.tag-left-up:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  border-left: 30px solid rgba(0, 0, 0, 0.85);
  border-top: 20px solid transparent;
  transform-origin: 100% 100%;
  transform: skewY(30deg);
}

.tag-container.tag-left-up .hover-arrow {
  height: 100%;
  width: 30px;
  left: 100%;
  top: 0;
}

.tag-container.tag-up {
  transform: translate(-50%, -100%) translate(5.7735px, -30px);
}

.tag-container.tag-up:before {
  content: "";
  position: absolute;
  right: calc(50% - 30px);
  top: 100%;
  border-right: 20px solid transparent;
  border-top: 30px solid rgba(0, 0, 0, 0.85);
  transform-origin: 50% 0;
  transform: skewX(-30deg);
}

.tag-container.tag-up .hover-arrow {
  height: 30px;
  width: 100%;
  left: 0;
  top: 100%;
}

.tag-container.tag-down {
  transform: translate(-50%, 30px) translateX(30px);
}

.tag-container.tag-down:before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 100%;
  border-right: 20px solid transparent;
  border-bottom: 30px solid rgba(0, 0, 0, 0.85);
  transform-origin: 50% 0;
  transform: skewX(30deg);
}

.tag-container.tag-down .hover-arrow {
  height: 30px;
  width: 100%;
  left: 0;
  bottom: 100%;
}

.billboard-body.expandable .tag-image {
  cursor: zoom-in;
}

.billboard-content {
  position: relative;
  width: auto;
}

.tag-image {
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.tag-video {
  width: 100%;
}

.tag-embed,
.tag-video {
  position: relative;
  margin: auto;
}

.tag-embed-content > * {
  max-width: 100%;
  height: auto;
}

.tag-embed-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.tag-iframe-sandbox.loading {
  visibility: hidden;
}

.tag-button.icon-button {
  display: none;
  transition: all 0.5s ease-in-out;
}

.tag-button.icon-button .icon {
  padding: 5px;
  font-size: 14px;
}

.tag-label {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  white-space: pre-wrap;
}

.tag-description {
  font-size: 15px;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  color: #c8c8c8;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
}

.tag-text-content {
  overflow: hidden;
}

.tag-text-content:before {
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.tag-text-content:after,
.tag-text-content:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.tag-text-content:after {
  background: linear-gradient(0deg, transparent 80%, rgba(0, 0, 0, 0.7));
}

.tag-text-content.Beginning:after,
.tag-text-content.End:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out !important;
}

.tag-text-content.Beginning:before,
.tag-text-content.End:after,
.tag-text-content.Middle:after,
.tag-text-content.Middle:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

.tag-text-content div.outerScrollbarWrapper div.scrollbarTrack.vertical {
  width: 4px;
}

.tag-text-content.noScroll
  .wrappedDesc
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper,
.tag-text-content.noScroll
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper {
  position: static;
}

.tag-text-content.noScroll
  .wrappedDesc
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper
  div.paddingScrollbarWrapper,
.tag-text-content.noScroll
  > div.outerScrollbarWrapper
  > div.innerScrollbarWrapper
  div.paddingScrollbarWrapper {
  position: static;
  padding-bottom: 0;
}

a.link-url {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

a.link-url .icon-ext-link {
  margin-left: 3px;
  transform: translateX(3px);
  font-size: 13px;
}

.custom-widget-container {
  overflow: hidden;
}

.custom-widget-container > * {
  width: 100%;
  height: 100%;
  border-width: 0;
}

.tags-layer-displaying .floating-on-normal-screens,
.tags-layer-displaying .full-size-on-small-screens {
  display: block;
}

@media (max-height: 600px), (max-width: 700px) {
  .full-size-on-small-screens {
    z-index: 15;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.full-size-on-small-screens .view-can-fullsize {
  height: 100%;
  width: 100%;
  min-width: unset;
  max-width: unset;
}

.floating-on-normal-screens {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 200px;
  background: rgba(34, 34, 34, 0.5);
  padding: 6px 24px;
  white-space: nowrap;
  box-sizing: content-box;
  opacity: 1;
  transition: opacity 0.5s;
}

.floor-container .h4 {
  font-size: 22px;
}

@media (max-width: 576px) {
  .floor-container {
    top: 24px;
  }
  .floor-container .h4 {
    font-size: 18px;
  }
}

.floor-container .floor-title {
  padding-right: 20px;
}

@media (max-width: 576px) {
  .floor-container .floor-title {
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .floor-container .icon-button {
    height: unset;
    width: 24px;
  }
}

.floor-container .icon.icon-close {
  font-size: 18px;
}

@media (max-width: 576px) {
  .floor-container .icon.icon-close {
    font-size: 16px;
    line-height: unset;
  }
}

.floor-container.faded-out {
  opacity: 0;
  pointer-events: none;
}

.floor-container.faded-out * {
  pointer-events: none !important;
}

.load-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.load-indicator.fade-in {
  opacity: 1;
}

.load-indicator.fade-out {
  opacity: 0;
}

.load-indicator .center-container {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(-60deg);
  }
  to {
    transform: rotate(300deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(-60deg);
  }
  to {
    transform: rotate(300deg);
  }
}

.bottom-ui {
  flex-grow: 0;
  flex-shrink: 0;
  position: static;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.5s;
  z-index: 2;
}

.bottom-ui.autohide {
  transform: translateY(100%) !important;
}

.bottom-ui .bottom-controls {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 37px;
  margin: 0 10px 0 15px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.bottom-ui .bottom-controls.faded-out {
  opacity: 0;
  pointer-events: none;
}

.bottom-ui .bottom-controls.faded-out * {
  pointer-events: none !important;
}

.bottom-ui .bottom-controls .divider {
  display: block;
  margin-left: auto;
}

.bottom-ui .controls {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  height: 37px;
  pointer-events: none;
  transition-property: bottom, height, opacity, background-color, margin;
  transition-duration: 0.5s;
}

.bottom-ui .controls .icon-hlr {
  margin-left: 3px;
}

.bottom-ui .controls .icon {
  padding: 10px;
  line-height: 35px;
}

.bottom-ui .collapsible-list-menu {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.bottom-ui .collapsible-list-menu .data-balloon:after,
.bottom-ui .collapsible-list-menu .data-balloon:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-ui .collapsible-list-menu .data-balloon:after {
  margin-right: 11px;
}

.bottom-ui .collapsible-list-menu .data-balloon:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(0, 0, 0, 0.75)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

.bottom-ui .collapsible-list-menu .mode-buttons {
  flex-direction: column-reverse;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls {
  flex-direction: column-reverse;
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls:hover {
  background: transparent;
}

.bottom-ui .collapsible-list-menu .highlight-tour-controls .tour-controls {
  margin-left: 0;
}

.bottom-ui .collapsible-list-menu .floor-menu-wrapper {
  bottom: 0;
  right: 100%;
  margin-right: 5px;
  margin-bottom: 0;
}

.bottom-ui .notes-mode-button {
  position: relative;
}

.bottom-ui .notes-mode-button .icon-comment-outline {
  font-size: 21px;
}

.bottom-ui .measure-mode-button {
  position: relative;
}

.bottom-ui .nudge-tooltip .tooltip {
  transform: translate(-50%, -50px);
}

.bottom-ui .nudge-tooltip:before {
  top: -50px;
}

.bottom-ui .nudge-tooltip:after {
  top: -51px;
}

.collapsible-list-menu .nudge-tooltip {
  display: none;
}

.highlight-tour-controls {
  display: flex;
  flex-wrap: nowrap;
  height: 35px;
  padding: 1px 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}

.highlight-tour-controls .highlight-button + .tour-controls {
  margin-left: -7px;
}

.highlight-tour-controls .icon-button .button-active {
  background-color: transparent;
}

.highlight-tour-controls .icon {
  text-shadow: none;
}

.highlight-tour-controls .icon.icon-dpad-up {
  font-size: 20px;
  position: relative;
  top: -1px;
}

.no-touch .highlight-tour-controls:hover {
  background-color: #222;
}

.reel-editing .reel-title-bar .reel-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.6px;
  color: inherit;
}

.highlight-reel {
  flex-shrink: 0;
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}

.highlight-reel #reel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#reel {
  position: relative;
  left: 0;
  height: inherit;
  width: 100%;
  pointer-events: all;
}

#reel .outerScrollbarWrapper .scrollbarTrack {
  right: 0;
  bottom: 17px;
  transition: opacity 0.5s;
  margin-left: 15px;
  margin-right: 15px;
}

#reel .outerScrollbarWrapper .innerScrollbarWrapper .paddingScrollbarWrapper {
  padding-bottom: 32px;
}

.hlr-container {
  white-space: nowrap;
  padding: 0 5px 0 10px;
}

.highlight-box,
.hlr-container .highlights {
  position: relative;
}

.highlight-box {
  margin: 12px 6px 0;
  height: 97px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 2px;
  background-color: transparent;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .highlight-box {
    height: 77px;
    margin: 10px 4px 0;
  }
}

.highlight-box .image-bar {
  position: absolute;
  display: inline-block;
  height: 26px;
  top: 2px;
  right: 2px;
  left: 2px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.highlight-box .image-name {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  min-height: 23px;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.highlight-box .image-name.shadowed {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.highlight-box .image-name .modifiable-text {
  position: static;
  line-height: 20px;
}

.highlight-box .image-name .modifiable-text .current-text {
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #fff;
}

.highlight-box .image-name .modifiable-text input {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  width: calc(100% - 10px);
}

.highlight-box .image-name .modifiable-text input.editing {
  display: block;
}

.highlight-box .image-name .static-text {
  display: inline-block;
  max-width: 100%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.highlight-box .highlight-marker {
  top: 5px;
  left: 5px;
  font-size: 16px;
}

.highlight-box .highlight-marker,
.highlight-box .highlight-remove {
  position: absolute;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s;
}

.highlight-box .highlight-remove {
  opacity: 0;
  top: 1px;
  left: 0;
  font-size: 24px;
}

.highlight-box .highlight-image {
  height: 100%;
  min-width: 138px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .highlight-box .highlight-image {
    min-width: 110px;
  }
}

.highlight-box .transition-settings {
  position: absolute;
  bottom: -12px;
  left: 4px;
  right: 4px;
  color: #777;
  font-size: 10px;
}

.highlight-box .transition-settings .transition-type {
  float: left;
}

.highlight-box .transition-settings .pan-icon {
  float: right;
}

.highlight-box .transition-settings .pan-icon:before {
  color: #777;
}

.highlight-box .transition-settings .pan-icon.pan-auto:before {
  content: "A";
}

.highlight-box.active,
.highlight-box:hover {
  background-color: #ff3158;
}

.highlight-ghost {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.highlight-dragger {
  display: inline-block;
  min-height: 107px;
  min-width: 148px;
  margin: 9px 3px 0;
  padding: 2px;
  background-color: #ff3158;
  opacity: 0.9;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .highlight-dragger {
    min-height: 87px;
    min-width: 120px;
    margin: 7px 1px 0;
  }
}

.highlight-dragger .inputDiv,
.highlight-dragger .transition-settings {
  opacity: 0;
}

.highlight-dragger .highlight-image {
  height: 100%;
  pointer-events: auto;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.reel-editing {
  background-color: #fff;
}

.reel-editing #reel:after,
.reel-editing #reel:before {
  background: transparent;
}

.reel-editing #reel:not(.sorting) .highlight-ghost {
  display: none;
}

.reel-editing #reel .outerScrollbarWrapper .scrollbarTrack {
  bottom: 4px;
}

.reel-editing .reel-title-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  width: 100%;
  padding: 10px 0 0 20px;
  font-size: 14px;
  color: #222;
}

.reel-editing .reel-title-bar .reel-title {
  position: relative;
  top: -5px;
}

.reel-editing .reel-title-bar .edit-settings {
  display: inline-block;
}

.reel-editing .reel-title-bar .edit-settings .icon {
  font-size: 22px;
}

.reel-editing .highlight-box .highlight-edit {
  position: absolute;
  top: 0;
  right: 3px;
  cursor: pointer;
}

.reel-editing .highlight-box .highlight-edit .icon-toggle-pencil {
  font-size: 22px;
}

.reel-editing .highlight-box .highlight-edit .icon-toggle-pencil:hover {
  color: #ff3158;
}

.reel-editing .highlight-box.highlight-dragger .image-bar {
  opacity: 0;
}

.reel-viewing #reel {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}

.reel-viewing #reel:before {
  background: linear-gradient(90deg, transparent 80%, rgba(0, 0, 0, 0.5));
}

.reel-viewing #reel:after,
.reel-viewing #reel:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.reel-viewing #reel:after {
  background: linear-gradient(270deg, transparent 80%, rgba(0, 0, 0, 0.5));
}

.reel-viewing #reel.Beginning:after,
.reel-viewing #reel.End:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out !important;
}

.reel-viewing #reel.Beginning:before,
.reel-viewing #reel.End:after,
.reel-viewing #reel.Middle:after,
.reel-viewing #reel.Middle:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

.reel-empty #reel {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}

.reel-empty #reel:before {
  background: linear-gradient(90deg, transparent 80%, rgba(0, 0, 0, 0.5));
}

.reel-empty #reel:after,
.reel-empty #reel:before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.reel-empty #reel:after {
  background: linear-gradient(270deg, transparent 80%, rgba(0, 0, 0, 0.5));
}

.reel-empty #reel.Beginning:after,
.reel-empty #reel.End:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out !important;
}

.reel-empty #reel.Beginning:before,
.reel-empty #reel.End:after,
.reel-empty #reel.Middle:after,
.reel-empty #reel.Middle:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

.reel-empty .no-highlights-message {
  margin-top: 15px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.reel-empty .no-highlights-message p {
  margin: 2px 10px;
}

.reel-empty .no-highlights-message a {
  margin-left: 5px;
}

.tour-playing #reel .scrollbarTrack {
  opacity: 0 !important;
}

.reel-open .highlight-reel {
  margin-top: 10px;
}

.reel-open .highlight-reel.reel-empty,
.reel-open .highlight-reel.reel-viewing {
  height: 122px;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .reel-open .highlight-reel.reel-empty,
  .reel-open .highlight-reel.reel-viewing {
    height: 104px;
  }
}

.reel-open .highlight-reel.reel-editing {
  height: 178px;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .reel-open .highlight-reel.reel-editing {
    height: 152px;
  }
}

.reel-open .highlight-reel.reel-editing + .footer-ui {
  background-color: #fff;
}

.reel-open .highlight-reel.reel-editing + .footer-ui #tour-progress {
  position: relative;
}

.reel-open
  .highlight-reel.reel-editing
  + .footer-ui
  #tour-progress
  .progress-number {
  color: #777;
  font-weight: 500;
  text-shadow: none;
}

.no-touch .reel-open .highlight-reel.reel-editing + .footer-ui {
  height: 0;
}

.no-touch
  .reel-open
  .highlight-reel.reel-editing
  .highlight-box:hover
  .highlight-marker {
  opacity: 0;
}

.no-touch
  .reel-open
  .highlight-reel.reel-editing
  .highlight-box:hover
  .highlight-remove {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.no-touch
  .reel-open
  .highlight-reel.reel-editing
  .highlight-box:hover
  .highlight-remove:hover {
  color: #ff3158;
  text-shadow: none;
}

.tour-playing .tour-controls .icon-pause {
  color: #ff3158;
}

.mode-buttons {
  display: flex;
  flex-wrap: nowrap;
}

.floor-controls .floor-menu-wrapper {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid #3e3e3e;
  border-radius: 5px;
  min-width: 90px;
  bottom: 45px;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.5s;
}

.floor-controls .floor-menu-wrapper.faded-in {
  opacity: 1;
  pointer-events: auto;
}

.floor-controls .floor-menu-wrapper .floor-button {
  padding: 0 15px;
  display: block;
  font-size: 12px;
  line-height: 32px;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
  white-space: nowrap;
}

.floor-controls .floor-menu-wrapper .floor-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ff3158;
}

.floor-controls .floor-menu-wrapper .floor-button.current {
  pointer-events: none;
  color: #ff3158;
}

.floor-controls .floor-menu-wrapper.scrollable {
  height: 175px;
}

.floor-controls .select-floor .floor-number {
  position: absolute;
  color: #fff;
  left: 0;
  width: 100%;
  top: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  pointer-events: none;
  text-shadow: 1px 1px 2px #000;
}

.floor-controls .select-floor .floor-number.two-digit {
  font-size: 8px;
  top: 2px;
}

.floor-controls .select-floor .icon-floor-controls {
  position: relative;
  top: 3px;
}

.floor-controls.button-active .floor-number {
  color: #ff3158;
  text-shadow: none;
}

.inside .floor-controls .floor-menu-wrapper {
  border: none;
}

.no-touch .floor-controls:hover .floor-number {
  color: #ff3158;
  text-shadow: none;
}

.floor-menu-selector .select-popup {
  color: #fff;
}

.floor-menu-selector .select-trigger {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
  padding: 0 10px;
  border-bottom: none;
}

#tour-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 108px;
  height: 12px;
  margin-left: 15px;
  bottom: 4px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  transition: all 0.5s;
}

#tour-progress.faded-in {
  opacity: 1;
  pointer-events: auto;
}

#tour-progress:hover .progress-bar {
  background-color: #222;
}

#tour-progress .progress-number {
  margin-right: 10px;
  font-size: 10px;
  text-shadow: 1px 1px 2px #000;
  font-weight: 300;
  opacity: 0;
}

#tour-progress .progress-bar {
  flex-grow: 1;
  display: table;
  table-layout: fixed;
  height: 4px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  transition: all 0.5s;
  opacity: 0;
}

#tour-progress .progress-bar div {
  display: table-cell;
  background-color: transparent;
  border-radius: 100px;
}

#tour-progress .progress-bar div.active {
  background-color: #ff3158;
}

.reel-open #tour-progress {
  width: calc(100% - 40px);
  bottom: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2px;
  pointer-events: none;
}

.reel-open #tour-progress:hover .progress-bar {
  background-color: inherit;
}

@media (max-height: 487px), only screen and (max-width: 487px) {
  .reel-open #tour-progress .progress-bar {
    height: 3px;
  }
}

.tour-playing #tour-progress .progress-bar,
.tour-playing #tour-progress .progress-number {
  opacity: 1;
}

.modal-open #tour-progress {
  opacity: 0;
}

.footer-ui {
  flex-shrink: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 18px;
  background-color: transparent;
  transition-property: height, background-color;
  transition-duration: 0.5s;
}

.footer-ui #footer {
  height: 16px;
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition-property: bottom, height, opacity, background-color, margin;
  transition-duration: 0.5s;
}

.footer-ui #footer > * {
  padding: 0 3px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
}

.footer-ui #footer > .link {
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}

.footer-ui #footer > .link:hover {
  color: #ff3158;
  text-shadow: none;
}

.footer-ui #footer .footer-logo {
  width: 74px;
  height: 16px;
}

.reel-open .footer-ui {
  background-color: rgba(0, 0, 0, 0.25);
}

.modal-open .footer-ui {
  background-color: transparent;
}

#pause-button {
  opacity: 1;
  transition: opacity 0.5s;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: pointer;
}

#pause-button.faded-out {
  opacity: 0;
  pointer-events: none;
}

#pause-button.faded-out * {
  pointer-events: none !important;
}

#pause-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  transition: all 0.7s;
}

#pause-button img.justPaused {
  opacity: 1;
  transition: all 0.7s;
  transform: translate(-50%, -50%) scale(1);
}

.tour-playing #pause-button {
  pointer-events: auto;
}

.collapsible-list {
  position: absolute;
  width: 100%;
}

.collapsible-list,
.collapsible-list-items {
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.collapsible-list-items {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

.collapsible-list-items .collapsed {
  visibility: hidden;
}

.collapsible-list-menu {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.collapsible-list-menu .collapsed {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-mask {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  min-width: 300px;
  max-width: 100vw;
  visibility: hidden;
  pointer-events: none;
}

.dropdown .dropdown-menu {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
}

.dropdown .dropdown-toggle {
  display: block;
}

.dropdown.up .dropdown-mask {
  top: auto;
  bottom: 100%;
}

.dropdown.up .dropdown-menu {
  transform: translateY(100%);
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: center;
}

.dropdown.open .dropdown-menu {
  transform: translateY(0);
}

.dropdown.open .dropdown-mask,
.dropdown.transitioning .dropdown-mask {
  visibility: visible;
}

.dropdown.transitioning .dropdown-mask {
  overflow: hidden;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.model-rating-dialog {
  position: absolute;
  right: 6px;
  padding: 15px 25px;
  background-color: #fff;
  color: #222;
  z-index: 9;
  pointer-events: all;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  bottom: 40px;
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  -webkit-animation: fadeInUp 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  animation: fadeInUp 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.model-rating-dialog.in-progress .question-title {
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .model-rating-dialog.in-progress .question-title {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (orientation: landscape) and (max-width: 992px) and (max-height: 576px) {
  .model-rating-dialog.in-progress {
    position: fixed;
    bottom: 20px;
    top: 65px;
    right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .model-rating-dialog.in-progress .close-button {
    top: 0;
  }
  .edit-ui .model-rating-dialog.in-progress {
    right: 70px;
  }
}

.model-rating-form {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.model-rating-form .model-rating-question {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

.model-rating-form .question-title {
  color: #222;

  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.6px;
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.model-rating-form .question-body {
  color: #6d6d6d;

  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  flex: 1;
}

.question-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 10px 0;
}

.question-type.emoji-select .button-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.question-type.emoji-select .button.button-small.button-plain {
  padding: 0;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  transform: scale(1);
  will-change: transform;
  transform-origin: center center;
  transition: transform 50ms ease-out;
}

.question-type.emoji-select .button.button-small.button-plain path {
  fill: #222;
  transition: fill 50ms ease-out;
}

.question-type.emoji-select .button.button-small.button-plain:last-child {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.question-type.emoji-select .button.button-small.button-plain:hover {
  transform: scale(1.2);
}

.question-type.emoji-select .button.button-small.button-plain:hover path {
  fill: #ff3158;
}

.question-type.emoji-select .button.button-small.button-plain.selected,
.question-type.emoji-select .button.button-small.button-plain:active {
  transform: scale(1.1);
}

.question-type.emoji-select .button.button-small.button-plain.selected path,
.question-type.emoji-select .button.button-small.button-plain:active path {
  fill: rgba(255, 49, 88, 0.3);
}

.question-type.multi-select {
  flex-flow: column nowrap;
  flex: 1;
  overflow-y: auto;
}

.question-type.multi-select .checkbox-element {
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
}

.question-type.text-entry,
.question-type.text-entry .textarea-container {
  flex: 1;
  min-height: 0;
}

.model-rating-footer {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}

.model-rating-footer .button-secondary:last-child {
  padding-right: 0;
  min-width: 0;
}

.model-rating-progress {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #b5b4b3;
  flex: 1;
  min-width: 0;
}

.tool-open .model-rating-dialog {
  display: none;
}

.textarea-container .textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.2px;
  color: inherit;
  width: 100%;
  box-shadow: none;
  border: 1px solid #d4d3d2;
  padding: 5px 10px;
  background-color: #222;
  color: #f5f4f3;
  outline: none;
}

.textarea-container .textarea::-moz-selection {
  background: rgba(255, 49, 88, 0.65);
}

.textarea-container .textarea::selection {
  background: rgba(255, 49, 88, 0.65);
}

.textarea-container .textarea.nope {
  pointer-events: none;
}

.textarea-container.textarea-style-outlined {
  position: relative;
  background-color: #fff;
  color: #444;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  border-radius: 8px;
  border: 1px solid #b5b4b3;
  transition: 0.15s ease-out;
  transition-property: border-color;
  display: flex;
  flex-direction: column;
}

.textarea-container.textarea-style-outlined .textarea {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 15px;
  flex: 1;
  min-height: 0;
  resize: none;
}

.textarea-container.textarea-style-outlined .label {
  color: #b5b4b3;
  transition: 0.15s ease-out;
  transition-property: color;
  position: absolute;
  height: 16px;
  top: -8px;
  left: 8px;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

.textarea-container.textarea-style-outlined:hover {
  border-color: #444;
}

.textarea-container.textarea-style-outlined:hover .label {
  color: #444;
}

.textarea-container.textarea-style-outlined.invalid {
  border-color: #c74200;
}

.textarea-container.textarea-style-outlined.invalid .label {
  color: #c74200;
}

.textarea-container.textarea-style-outlined.focused {
  border-color: #ff3158;
}

.textarea-container.textarea-style-outlined.focused .label {
  color: #ff3158;
}

.textarea-container.textarea-style-outlined.readonly {
  border-color: #b5b4b3;
}

.textarea-container.textarea-style-outlined.readonly .label {
  color: #b5b4b3;
}

.cursor-none {
  cursor: none;
}

.cursor-default {
  cursor: default;
}

.cursor-move {
  cursor: move;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-cell {
  cursor: cell;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-zoom-in {
  cursor: url(../cursors/zoom-in.png) 5 5, auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: url(../cursors/zoom-out.png) 5 5, auto;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.cursor-grab {
  cursor: url(../cursors/grab.png), auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: url(../cursors/grabbing.png), auto;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
