<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
html {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  overflow: hidden;
  line-height: 1;
}
iframe {
  border: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  display: block;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
blockquote {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
strong {
  font-weight: bold;
}
figure {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.transition-opacity,
.alpha-button {
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hbox,
.sd-catalog .category {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.hbox.center_v,
.hbox.center {
  -webkit-align-items: center;
  align-items: center;
}
.hbox.center_h,
.hbox.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.vbox {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.vbox.center_v,
.vbox.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.vbox.center_h,
.vbox.center {
  -webkit-align-items: center;
  align-items: center;
}
.flex_1,
.sd-top-panel #viewerHeader &gt; span {
  -webkit-flex: 1;
  flex: 1;
}
body {
  letter-spacing: 1px;
}
body {
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -khtml-user-select: none /* Konqueror */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* IE/Edge */;
  user-select: none;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.hidden {
  display: none;
}
.flex {
  display: flex;
}
.noselect,
.button,
input[type="checkbox"].button,
input[type="radio"].button,
.alpha-button,
.primary-button,
.primary,
.secondary-button,
.secondary,
.small,
.sd-button,
.sd-select-custom span[data-ref="select-element"],
.sd-select-custom .select-element-arrow-container,
.sd-statebutton,
.sd-no-webgl .logo,
.sd-abstractpanel .left-panel-property-bar .properties-top {
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -khtml-user-select: none /* Konqueror */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* IE/Edge */;
  user-select: none;
}
.nodrag,
.sd-button,
.sd-button &gt; * {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.ellipsis,
.sd-catalog .category-list .ui-toolbar-category-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.inline-block {
  display: inline-block;
}
.margin-top-minus-1em {
  margin-top: -1em;
}
.hline {
  min-height: 1px;
  background: rgba(185,185,185,0.8);
  opacity: 1;
  margin: 15px 0;
}
.spacer {
  height: 1px;
  margin: 15px 0;
}
.full-page,
.sd-viewer {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.button,
input[type="checkbox"].button,
input[type="radio"].button,
.alpha-button,
.primary-button,
.primary,
.secondary-button,
.secondary,
.small {
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
input[type="checkbox"].button,
input[type="radio"].button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  margin: 5px;
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
}
input[type="checkbox"].button:checked,
input[type="radio"].button:checked {
  opacity: 1;
}
.alpha-button {
  opacity: 0.4;
}
.alpha-button.selected {
  opacity: 1;
}
.primary-button,
.primary,
.secondary-button,
.secondary {
  text-transform: uppercase;
  margin-top: 5px;
  padding: 0px 8px;
  height: 32px;
  font-size: 10px;
  letter-spacing: 2px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0,0,0,0.3);
}
.primary-button,
.primary {
  background-color: #6bcde2;
  color: #fff;
}
.primary-button:hover:not(.inactive),
.primary:hover:not(.inactive) {
  background-color: #40bfda;
}
.primary-button:active,
.primary:active {
  background-color: #6bcde2;
}
.secondary-button,
.secondary {
  background-color: #d8d9dd;
  color: #000;
}
.secondary-button:hover:not(.inactive),
.secondary:hover:not(.inactive),
.secondary-button:active,
.secondary:active {
  background-color: #c2c4ca;
}
.small {
  font-size: 10px;
  height: 28px;
}
.title1 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  color: #292a30;
}
.description {
  font-size: 13px;
}
.description-small {
  font-size: 11px;
}
.sd-overview-map {
  position: absolute;
  left: 10px;
  padding: 5px;
  margin: 2px;
  opacity: 0.9;
}
.sd-overview-map.top {
  top: 10px;
}
.sd-overview-map.bottom {
  bottom: 10px;
}
.sd-overview-map &gt; canvas {
  margin-top: 5px;
  position: relative;
  border-radius: 5px;
}
.sd-overview-map &gt; canvas .hidden {
  display: "hidden";
}
.help {
  width: 14px;
  height: 14px;
}
[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.sd-tab,
.sd-catalog,
.sd-item-preview-tab,
.boundary-highlight-tab,
.cgk-tab,
.process-tab,
.sketch-tab,
.sd-storage-style-tab {
  width: 274px;
  max-width: 274px;
  -webkit-flex: 1;
  flex: 1;
  background: #f8f8f8;
  height: calc(100vh - $topBarHeight - $controlBarHeight);
  line-height: 1.5;
  border-right: solid 0.1px #ccc;
}
.sd-tab .sd-tab-title,
.sd-catalog .sd-tab-title,
.sd-item-preview-tab .sd-tab-title,
.boundary-highlight-tab .sd-tab-title,
.cgk-tab .sd-tab-title,
.process-tab .sd-tab-title,
.sketch-tab .sd-tab-title,
.sd-storage-style-tab .sd-tab-title {
  font-size: 16px;
  text-transform: uppercase;
}
body,
html {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
::-webkit-scrollbar {
  width: 12px;
  border-left: none;
  border-right: none;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  border: 4px solid rgba(0,0,0,0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #bdbfc5;
}
html.saving,
html.saving * {
  cursor: wait !important;
}
@font-face {
  font-family: 'Lato';
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.eot?#iefix") format('embedded-opentype') /* IE6-IE8 */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.woff2") format('woff2') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.woff") format('woff') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.eot"); /* IE9 Compat Modes */
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.eot?#iefix") format('embedded-opentype') /* IE6-IE8 */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.woff2") format('woff2') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.woff") format('woff') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.ttf") format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
h2 {
  margin: 15px 0px;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
h3 {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: bold;
}
.alert {
  color: #ca3e3e;
}
.link {
  color: #0f84d2;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
.close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
.close:hover {
  opacity: 0.9;
  background: none !important;
}
.close img {
  width: inherit;
  height: inherit;
}
@-moz-keyframes warning {
  50% {
    border-color: #f00;
  }
}
@-webkit-keyframes warning {
  50% {
    border-color: #f00;
  }
}
@-o-keyframes warning {
  50% {
    border-color: #f00;
  }
}
@keyframes warning {
  50% {
    border-color: #f00;
  }
}
.category-head {
  padding-left: 5px;
}
.category-arrow {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 16px;
  text-align: center;
}
.category-leaf {
  padding: 5px;
  padding-left: 10px;
}
.category-leaf span {
  padding-left: 5px;
}
.category-leaf .wishlist-icon {
  width: 20px;
  margin-right: 2px;
}
.category-name {
  padding: 5px;
  font-weight: bold;
}
.category-icon {
  padding: 0;
  max-width: 27px;
  max-height: 27px;
}
.sd-inline-help {
  color: #ca3e3e;
  font-size: 16px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sd-inline-help img {
  width: 15px;
  height: 15px;
}
.sd-inline-help .content:hover {
  filter: saturate(4);
}
.sd-inline-help .sd-tooltip {
  transform: translateY(75%);
  -webkit-transform: translateY(75%);
}
.sd-button {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  cursor: pointer;
}
.sd-button span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sd-button.inactive {
  opacity: 0.5;
  cursor: default;
}
.sd-button.hidden {
  display: none !important;
}
.sd-button.icon {
  -webkit-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  padding: 0;
  background: inherit;
}
.sd-button.icon.selected {
  background: #e4e7ec;
  border-radius: 3px;
}
.sd-button.icon:hover {
  background: #e4e7ec;
  border-radius: 3px;
}
.sd-button.icon:active {
  background: #d8dce4;
  border-radius: 3px;
}
.sd-button.gray,
.sd-button.red {
  text-align: center;
}
.sd-button.gray {
  background: #d8d9dd;
  color: #000;
}
.sd-button.red {
  background: #ca3e3e;
  color: #fff;
}
.sd-button.link {
  color: #6bcde2;
  background: none;
  text-decoration: underline;
  text-transform: uppercase;
}
.sd-button.link span {
  cursor: pointer;
}
.sd-button.link.left {
  -webkit-justify-content: start;
  justify-content: start;
}
.sd-button.link.right {
  -webkit-justify-content: end;
  justify-content: end;
}
.sd-checkbox {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.sd-checkbox .box {
  width: 18px;
  height: 18px;
  display: flex;
  border: solid 1.5px #d8d9dd;
  border-radius: 3px;
}
.sd-checkbox .box:hover {
  background-color: #e4e7ec;
}
.sd-checkbox .box.checked {
  border: none;
  background-color: #6bcde2;
  background-image: url("/releases/feature-sd40/assets/img/components/input/checkmark.svg");
  background-size: 18px 18px;
}
.sd-checkbox .box.margin {
  margin-right: 5px;
}
.sd-color {
  position: relative;
}
.sd-color .hbox {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.sd-color .sd-color-icon {
  width: 24px;
  height: 24px;
  background: #444;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  cursor: pointer;
  border-bottom: 3px solid rgba(0,0,0,0.212);
}
.sd-color .sd-color-icon &gt; .sd-color-hex-align {
  padding-left: 30px;
  color: #555;
}
.sd-color .sd-color-popup-wrapper {
  position: absolute;
}
.sd-color .sd-color-popup {
  position: fixed;
  margin-left: -233px;
  z-index: 2;
  background: #fff;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 2px, rgba(0,0,0,0.3) 0px 4px 8px;
}
.sd-color .sd-color-popup.top-left {
  transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  margin-left: -5px;
}
.sd-color .sd-color-popup.top-right {
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  margin-left: 29px;
}
.sd-color .sd-color-popup.bottom-left {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  margin-left: -5px;
  margin-top: -24px;
}
.sd-color .sd-color-popup.bottom-right {
  margin-left: 29px;
  margin-top: -24px;
}
.sd-color .sd-color-popup .chrome-picker {
  background: inherit !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) {
  padding: 6px 8px !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(1) {
  width: 40px !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) {
  border-radius: 3px !important;
  width: 24px !important;
  height: 24px !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) {
  border-radius: 0 !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(2) {
  margin-top: 6px;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div &gt; div &gt; div &gt; div {
  border: 1px solid #aaa;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; div.flexbox-fix &gt; div &gt; div &gt; span {
  font-size: 12px !important;
  line-height: 12px !important;
  margin-top: 3px !important;
  color: #000 !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; div:nth-child(2) {
  padding-top: 10px !important;
}
.sd-color .sd-color-popup .chrome-picker &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; div {
  margin-top: -6px !important;
  margin-right: 0px !important;
}
.sd-color .sd-color-popup .sd-color-hbox {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 8px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.sd-color .sd-color-popup .sd-color-hbox .sd-button {
  margin: 0 !important;
}
.sd-color .sd-color-popup .sd-color-hbox .sd-button:nth-child(2) {
  margin-left: 5px !important;
}
.sd-color-palette {
  padding: 6px 7px;
  width: 135px;
  overflow-y: auto;
}
.sd-color-palette.wide {
  width: 256px;
}
.sd-color-palette .color {
  margin-left: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #b4b4b4;
  border-radius: 3px;
}
.sd-color-palette .color.selected {
  border: 3px solid;
  border-color: #6bcde2;
}
.date-picker {
  position: relative;
}
.date-picker input.padding {
  padding-right: 20px;
}
.date-picker .delete {
  position: absolute;
  right: 4px;
  height: 18px;
  top: calc(50% - 9px);
  cursor: pointer;
  font-size: 12px;
}
.date-picker .delete:hover {
  right: 3px;
}
.sd-diminput {
  display: inline-block;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.sd-diminput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sd-diminput input[type=number] {
  -moz-appearance: textfield;
}
.sd-diminput .input {
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  height: 24px;
}
.sd-diminput .input .overlay {
  position: absolute;
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
  pointer-events: none;
  user-select: none;
}
.sd-diminput .input input {
  border: 1px solid #b9b9b9;
  -webkit-appearance: none;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  border-radius: 0;
  color: #fff;
}
.sd-diminput .input input.focused {
  color: inherit;
}
.sd-diminput .input input.centimeterInput {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  padding-left: 4px;
  letter-spacing: 1.2px;
}
.sd-diminput .input input.centimeterInput:disabled {
  border-radius: 4px;
}
.sd-diminput .input input.footInput {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 5px;
  width: 45%;
  letter-spacing: 1px;
}
.sd-diminput .input .overlay.footInput {
  width: 45%;
}
.sd-diminput .input input.inchInput {
  border-left: none;
  padding-left: 3px;
  width: 55%;
  letter-spacing: 1.2px;
}
.sd-diminput .input input.inchInput:disabled {
  border-radius: 4px;
}
.sd-diminput .input .overlay.inchInput {
  width: 55%;
  padding-left: 45%;
}
.sd-diminput .postfix {
  position: absolute;
  right: 5px;
  line-height: 24px;
}
.sd-diminput .footInput + .postfix {
  left: calc(45% - 5px);
  right: unset;
}
.sd-diminput .stepButtons {
  -webkit-flex: 0 0 15px;
  flex: 0 0 15px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 23px;
  height: 24px;
}
.sd-diminput .stepButtons .sd-button {
  -webkit-flex: 1 !important;
  flex: 1 !important;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 0;
  margin: 0;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sd-diminput .stepButtons .sd-button img {
  width: 50%;
  height: 50%;
}
.sd-diminput .stepButtons .sd-button:hover,
.sd-diminput .stepButtons .sd-button:active {
  background: #d6d6d6;
  border-radius: 0;
}
.sd-diminput .stepButtons .sd-button:first-child {
  border-top-right-radius: 4px;
}
.sd-diminput .stepButtons .sd-button:last-child {
  border-bottom-right-radius: 4px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .sd-diminput input.centimeterInput,
  .sd-diminput input.inchInput {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.sd-label.disabled {
  opacity: 0.5;
}
input.sd-label:focus {
  outline: 2px auto #6bcde2;
}
.sd-numeric-stepper {
  display: inline-block;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  height: 24px;
}
.sd-numeric-stepper input {
  border: 1px solid #b9b9b9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 24px;
  width: 100%;
  padding-left: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #fff;
}
.sd-numeric-stepper input.focused {
  color: inherit;
}
.sd-numeric-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sd-numeric-stepper input[type=number] {
  -moz-appearance: textfield;
}
.sd-numeric-stepper .overlay {
  position: absolute;
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
  pointer-events: none;
  user-select: none;
}
.sd-numeric-stepper .step-buttons {
  -webkit-flex: 0 0 15px;
  flex: 0 0 15px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 23px;
  height: 24px;
}
.sd-numeric-stepper .step-buttons .sd-button {
  -webkit-flex: 1 !important;
  flex: 1 !important;
  border: 1px solid #adadad;
}
.sd-numeric-stepper .step-buttons .sd-button img {
  width: 50%;
  height: 50%;
}
.sd-numeric-stepper .step-buttons .sd-button:hover,
.sd-numeric-stepper .step-buttons .sd-button:active {
  background: #d6d6d6;
  border-radius: 0;
}
.sd-numeric-stepper .step-buttons .sd-button:first-child {
  border-top-right-radius: 4px;
}
.sd-numeric-stepper .step-buttons .sd-button:last-child {
  border-bottom-right-radius: 4px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .sd-numeric-stepper input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@charset "UTF-8";
/*
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD &amp; MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 99999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #3af;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #e8514c;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.sd-radio {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sd-radio&gt;div {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 5px;
}
.sd-radio&gt;div .checkbox {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1.5px #d8d9dd;
  border-radius: 9px;
}
.sd-radio&gt;div .checkbox.selected {
  border-color: #6bcde2;
}
.sd-radio&gt;div .checkbox.selected .inner {
  background-color: #3ca3e8;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #6bcde2;
}
.sd-select select {
  background-image: url("/releases/feature-sd40/assets/img/components/button/arrow-down.svg"), linear-gradient(to right, #b9b9b9, #b9b9b9);
  background-position: calc(100% - 6px) calc(50% + 1px), calc(100% - 22px) 0;
  -ms-background-position-x: calc(100% - 6px), calc(100% - 22px);
  -ms-background-position-y: calc(50% + 1px), 0;
  background-size: 10px 10px, 1px 100%;
  -webkit-background-size: 10px 10px, 1px 100%;
  -moz-background-size: 10px 10px, 1px 100%;
  -o-background-size: 10px 10px, 1px 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: thin solid #b9b9b9;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 4px;
  padding-right: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  width: 110px;
}
.sd-select select[disabled] {
  background-color: #ebebe4;
  cursor: default;
  opacity: 0.5;
}
.sd-select select option {
  height: 30px;
  line-height: 30px;
}
.sd-select select::-ms-expand {
  display: none;
}
.sd-select-custom {
  min-width: 130px;
  height: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sd-select-custom:hover {
  background: #333745;
}
.sd-select-custom span[data-ref="select-element"] {
  height: 100%;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sd-select-custom .select-element-arrow-container {
  background-image: url("/releases/feature-sd40/assets/img/components/input/select/arrowDown.svg");
  width: 10px;
  height: 5px;
  margin-top: 2px;
}
.sd-select-custom .options-container {
  height: 0;
  padding-top: 8px;
  background-image: url("/releases/feature-sd40/assets/img/components/input/select/dropDownStem.svg");
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 100;
  top: 105%;
}
.sd-select-custom .options-container .scroll-container {
  max-height: 25vh;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.sd-select-custom .options-container .scroll-container::-webkit-scrollbar {
  display: none;
}
.sd-select-custom .options-container .option {
  background-color: #1d2028;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 9px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sd-select-custom .options-container .option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sd-select-custom .options-container .option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sd-select-custom .options-container .option:hover {
  background-color: #333745;
}
.sd-select-custom .options-container .option[data-selected="true"] {
  background-color: #333745;
}
.sd-select-custom .options-container .option[data-selected="true"] span.check-container {
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-image: url("/releases/feature-sd40/assets/img/icons/check.svg");
}
.sd-select-custom .options-container .option .option-icon {
  width: 14px;
  height: 14px;
}
.sd-slider {
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  width: 100%;
  background-color: rgba(255,255,255,0);
}
.sd-slider span {
  height: 4px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #abe3ef;
}
.sd-slider input[type=range] {
  height: 14px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  padding: 0 0 0 0;
  background-color: rgba(255,255,255,0);
}
.sd-slider input[type=range]:focus {
  outline: none;
}
.sd-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 #000;
  background: rgba(0,0,0,0.26);
  border-radius: 0;
  border: 0 solid #000;
}
.sd-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background: #6bcde2;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.sd-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 #000;
  background: rgba(0,0,0,0.26);
  border-radius: 0;
  border: 0 solid #000;
}
.sd-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background: #6bcde2;
  cursor: pointer;
}
.sd-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.sd-slider input[type=range]::-ms-fill-lower {
  background: #6bcde2;
  border-radius: 10px;
}
.sd-slider input[type=range]::-ms-fill-upper {
  background: rgba(0,0,0,0.26);
  border-radius: 10px;
}
.sd-slider input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #6bcde2;
}
.sd-slider input[type=range]:focus::-ms-fill-lower {
  background: #6bcde2;
}
.sd-slider input[type=range]:focus::-ms-fill-upper {
  background: rgba(0,0,0,0.26);
}
.sd-slider input[type=range]::-ms-tooltip {
  display: none;
}
.sd-statebutton {
  padding: 5px 6px;
  text-align: center;
}
.sd-statebutton.icon {
  -webkit-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  padding: 0;
  background: inherit;
}
.sd-text-area-input textarea {
  outline: none;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222;
  letter-spacing: 1px;
  padding: 5px;
  max-width: 229px;
}
.sd-text-area-input.sd-text-area-input-large textarea {
  width: 600px;
  max-width: 600px;
}
.sd-textinput {
  position: relative;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.sd-textinput input {
  height: 24px;
  line-height: 21px;
  outline: none;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  padding-left: 4px;
}
.sd-textinput input[placeholder],
.sd-textinput [placeholder] {
  color: #111 !important;
}
.sd-dialog .sd-textinput {
  display: block;
  width: 350px;
  margin: 12px 0;
}
.sd-dialog .sd-textinput input {
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  background: #fff;
  padding: 7px 8px;
  height: 33px;
}
.sd-toggleswitch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 28px;
  max-width: 30px;
  height: 10px;
}
.sd-toggleswitch input {
  display: none;
}
.sd-toggleswitch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #221f1f;
  opacity: 0.26;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  border-radius: 5px;
}
.sd-toggleswitch .circle {
  position: absolute;
  height: 14px;
  width: 14px;
  left: -5px;
  bottom: -2px;
  background-color: #fff;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  border-radius: 50%;
  box-shadow: 0px 2px 2px #656565;
}
.sd-toggleswitch input:checked ~ .slider {
  background-color: #6bcde2;
  opacity: 0.5;
}
.sd-toggleswitch input:checked ~ .circle {
  background-color: #6bcde2;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
.sd-toggleswitch.disabled {
  background-color: #ebebe4;
  cursor: default;
  opacity: 0.5;
}
.sd-login .sd-button {
  min-width: 109px;
}
.sd-login .sd-select-custom {
  min-width: unset;
  width: 50px;
}
.sd-login .sd-select-custom:hover {
  background: inherit;
}
.sd-login .sd-select-custom .options-container {
  top: 40px;
  z-index: 10000; /* have to be bigger then controlbar's z-index */
  right: 5px;
  background-position-x: 92px;
}
.sd-login .sd-select-custom .options-container .option {
  width: 120px;
  left: 0;
}
.preloader {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  pointer-events: none;
}
.preloader .count {
  padding-top: 7px;
}
.preloader .spinner {
  background: url("/releases/feature-sd40/assets/img/loading-spin.svg") no-repeat center center;
  width: 40px;
  height: 40px;
  margin: 12px auto;
}
.sd-tooltip {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: auto;
  height: auto;
  position: fixed;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  padding: 4px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sd-tooltip.visible {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
}
.sd-viewbuttons {
  margin-right: 10px;
  margin-left: 10px;
}
.sd-viewbuttons .button {
  min-width: 115px;
  padding: 8px 5px 8px 5px;
  margin-right: 5px;
  color: #fff;
  background: #767f9b;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  transition-property: none;
}
.sd-viewbuttons .button:hover {
  background: #484f63;
}
.sd-viewbuttons .button[data-selected="true"] {
  background: #6bcde2;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .sd-viewbuttons {
    display: inline-flex;
    height: 100%;
    margin-top: 10px;
    width: 40%;
  }
  .sd-viewbuttons .button {
    font-size: 0;
    min-width: 10px;
    min-height: 10px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    margin-right: 5px;
  }
  .sd-viewbuttons .button.icon-bird {
    background-image: url("/releases/feature-sd40/assets/img/viewer/view-bird_white.svg");
    background-size: 100% 100%;
  }
  .sd-viewbuttons .button.icon-walk {
    background-image: url("/releases/feature-sd40/assets/img/viewer/view-walk_white.svg");
    background-size: 100% 100%;
  }
  .sd-viewbuttons .button.icon-plan {
    background-image: url("/releases/feature-sd40/assets/img/viewer/view-plan_white.svg");
    background-size: 100% 100%;
  }
}
#vr-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 41px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 4px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-vr.svg");
}
#vr-button.top {
  bottom: auto;
  right: auto;
  top: 10px;
  left: 10px;
}
#vr-button:hover,
#vr-button.active {
  border-color: #fff;
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-vr_white.svg");
  z-index: 10000;
}
.sd-creditcard-component {
  width: 400px;
}
.sd-creditcard-component .sd-textinput {
  width: 50%;
  margin: 8px 0;
}
.sd-creditcard-component .hbox {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sd-creditcard-component .sd-textinput.month-input,
.sd-creditcard-component .sd-textinput.year-input {
  width: 48%;
}
.sd-dialog {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255,255,254,0.5);
}
.sd-dialog .sd-dialog-contents {
  background-color: #fff;
  z-index: 3;
  border-radius: 2px;
  padding: 30px;
  position: relative;
  line-height: 1.5;
  box-shadow: 0 0 8px #888;
}
.sd-dialog .sd-dialog-contents .overflow-guard {
  max-height: 90vh;
  overflow-y: auto;
}
.sd-dialog p {
  width: 350px;
  text-align: justify;
  line-height: 1.5;
}
.sd-dialog .submit-container {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.sd-dialog .submit-container .sd-button {
  border-radius: 3px;
  height: 33px;
  margin: 0 0 0 10px;
  padding: 5px 14px 3px;
}
.sd-dialog .bottom-container {
  font-size: 13px;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 5px 0;
}
.sd-dialog .bottom-container .sd-button {
  margin-left: 10px;
}
.sd-dialog .error-message {
  font-style: italic;
  color: #ca3e3e;
  font-weight: bold;
  margin: 5px 0;
}
.sd-error-dialog {
  line-height: 1.5;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background: url("/releases/feature-sd40/assets/img/editor/dialogs/error-background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.sd-error-dialog .sd-dialog-contents p {
  width: 460px;
}
.sd-error-dialog .hbox {
  margin: 10px 0;
}
.sd-error-dialog .sd-label {
  -webkit-flex: 1;
  flex: 1;
}
.sd-error-dialog .sd-label.error {
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
}
.sd-error-dialog .sd-textareainput {
  width: 300px;
  margin-left: 20px;
  height: 120px;
}
.sd-error-dialog .sd-textareainput textarea {
  max-width: none;
}
.sd-error-dialog .submit-container {
  margin-top: 30px;
}
.sd-login-dialog .forgot-password {
  color: #888;
  font-size: 12px;
  text-align: left;
  -webkit-justify-content: left;
  justify-content: left;
  padding-top: 0;
}
.sd-login-dialog .forgot-password:hover {
  color: #777;
  text-decoration: underline;
}
.sd-login-dialog .bottom-wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sd-login-dialog .bottom-wrapper .google-wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sd-login-dialog .bottom-wrapper .google-wrapper .button {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sd-login-dialog .bottom-wrapper .google-wrapper .button img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.sd-signup-dialog .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0 15px;
}
.sd-signup-dialog .hbox &gt; .sd-label {
  padding-right: 12px;
}
.sd-signup-dialog .information {
  color: #404040;
  font-size: 11px;
  margin-top: -8px;
  font-style: italic;
  padding-left: 7px;
}
.sd-signup-dialog .sd-checkbox {
  margin-top: 10px;
}
.sd-signup-dialog .error-message {
  margin: 15px 0;
  max-width: 350px;
}
.sd-signup-dialog .warning &gt; input {
  animation: warning 1.2s infinite;
}
.sd-signup-dialog .bottom-container {
  width: 100%;
}
.sd-signup-dialog .bottom-container .google-button {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sd-no-webgl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}
.sd-no-webgl .logo {
  max-height: 40px;
  margin-left: 7px;
  margin-top: 10px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.sd-no-webgl .center {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100%;
  flex-shrink: 0;
}
.sd-no-webgl .center .container {
  width: 526px;
  max-width: 90vw;
  margin: 20px;
  padding: 35px;
  font-size: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
}
.sd-no-webgl .center .container h3 {
  text-align: center;
}
.sd-no-webgl .center .container p {
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
}
.sd-abstractpanel {
  position: absolute;
  top: 16px;
  right: 0;
  width: 250px;
  min-height: 130px;
  background: #f9f9f9;
  border: solid #b9b9b9 0.5px;
  border-right: none;
  padding: 5px 8px 8px 8px;
  -moz-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  z-index: 99;
}
.sd-abstractpanel &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
  margin-bottom: 6px;
}
.sd-abstractpanel &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-abstractpanel .title {
  min-height: 1em; /* In case it's empty, it shouldn't collapse */
  font-size: 16px;
  margin: 6px 0px;
  display: block;
}
.sd-abstractpanel .subtitle {
  min-height: 1em; /* In case it's empty, it shouldn't collapse */
  font-size: 14px;
}
.sd-abstractpanel .propanel-property-container {
  max-height: calc(100vh - $topBarHeight - $controlBarHeight - 110px); /* 110px is enough for optional chatbot icon */
  overflow: auto;
  line-height: 1.5;
}
.sd-abstractpanel .propanel-property-container &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.sd-abstractpanel .propanel-property-container &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-abstractpanel .propanel-property-container .copy-delete &gt; .sd-button:nth-child(2) {
  margin-left: 5px;
}
.sd-abstractpanel .left-panel-property-bar {
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 100;
  width: 25px;
  background-color: #333745;
  position: absolute;
  left: -25px;
  top: -0.55px;
  height: calc(100% + 2px);
  border: none;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sd-abstractpanel .left-panel-property-bar .properties-top {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-transform: uppercase;
  width: 25px;
  line-height: 26px;
  margin-top: 2px;
  cursor: default;
  overflow: hidden;
}
.sd-abstractpanel .left-panel-property-bar .properties-top::before {
  background-image: url("/releases/feature-sd40/assets/img/expand.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-position: 5px;
  content: "";
}
.sd-abstractpanel .left-panel-property-bar .properties-bottom {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sd-abstractpanel .left-panel-property-bar .properties-bottom .property-button {
  background-size: 21px 21px;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  background-position: 1.5px 5px;
}
.sd-abstractpanel .left-panel-property-bar .properties-bottom .property-button:hover {
  background-color: #000;
}
.sd-abstractpanel .hbox.flip .sd-button {
  width: 35px;
  height: 35px;
}
.sd-abstractpanel .sd-material-renderer {
  width: 60px;
}
.proportions-box {
  position: relative;
  display: flex;
}
.proportions-box &gt; .properties-wrapper {
  -webkit-flex: 1;
  flex: 1;
}
.proportions-box &gt; .properties-wrapper &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.proportions-box &gt; .properties-wrapper &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.proportions-box &gt; .checkbox-wrapper {
  -webkit-flex: 1;
  flex: 1;
  max-width: 27px;
  position: relative;
}
.proportions-box &gt; .checkbox-wrapper &gt; div {
  position: absolute;
  margin-top: 19px;
  margin-left: 4px;
  width: 14px;
  height: 34px;
  border: 2px solid #ccc;
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.proportions-box &gt; .checkbox-wrapper &gt; div &gt; .sd-statebutton {
  position: absolute;
  padding: 0;
  width: 20px;
  left: 3px;
  top: 5px;
  cursor: pointer;
  background: #f9f9f9;
}
.sd-catalog {
  width: 390px;
  max-width: 390px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 0px 20px 20px;
/*.group-button*/
}
.sd-catalog .title {
  margin-bottom: 10px;
}
.sd-catalog .search {
  min-height: 28px;
  max-width: calc(390px - 43px);
  border: 0.5px solid #b9b9b9;
  border-radius: 3px;
  background-color: #fff;
  color: #888;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 7px 0px;
  padding-left: 6px;
}
.sd-catalog .search ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #b9b9b9;
}
.sd-catalog .search ::-moz-placeholder {
/* Firefox 19+ */
  color: #b9b9b9;
}
.sd-catalog .search :-ms-input-placeholder {
/* IE 10+ */
  color: #b9b9b9;
}
.sd-catalog .search :-moz-placeholder {
/* Firefox 18- */
  color: #b9b9b9;
}
.sd-catalog .favourites,
.sd-catalog .wishlist {
  padding-left: 0;
}
.sd-catalog .favourites &gt; img,
.sd-catalog .wishlist &gt; img {
  width: 20px;
  position: relative;
  left: -4.5px;
  top: -1px;
}
.sd-catalog .favourites &gt; span,
.sd-catalog .wishlist &gt; span {
  padding-left: 2px;
}
.sd-catalog .favourites .question-mark,
.sd-catalog .wishlist .question-mark {
  width: 17px;
  height: 17px;
  filter: brightness(0.2);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 6px;
}
.sd-catalog .favourites .question-mark:hover,
.sd-catalog .wishlist .question-mark:hover {
  filter: brightness(0.6);
  border: 1px solid rgba(0,0,0,0.451);
}
.sd-catalog .category-list {
  min-width: 80px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - $topBarHeight - $controlBarHeight - 88px);
}
.sd-catalog .category-list .ui-toolbar-category-label {
  height: 36px;
  line-height: 36px;
  padding-left: 7px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.sd-catalog .category-list &gt; .category-head {
  padding-left: 0;
}
.sd-catalog .category-top-bar {
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}
.sd-catalog .category-top-bar .toggle-panel {
  height: 20px;
  cursor: pointer;
  image-rendering: -webkit-optimize-contrast;
}
.sd-catalog .category-top-bar .selected-category {
  margin-left: 5px;
  font-size: 13px;
}
.sd-catalog .entities {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: calc(100vh - $topBarHeight - $controlBarHeight - 93px);
}
.sd-catalog .category {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
}
.sd-catalog .category .locked-entity {
  opacity: 0.8;
}
.sd-catalog .category .locked-entity .favourite-sign {
  background: url("/releases/feature-sd40/assets/img/editor/panels/locked.svg") no-repeat center center;
}
.sd-catalog .category .locked-entity .favourite-sign.hover {
  opacity: 0.8;
}
.sd-catalog .category .locked-entity .favourite-sign.active {
  background: url("/releases/feature-sd40/assets/img/editor/panels/locked.svg") no-repeat center center;
}
.sd-catalog .category &gt; div {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
  display: inline-block;
  margin: 4px;
  cursor: pointer;
  padding: 1px;
}
.sd-catalog .category &gt; div .entity-thumbnail {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sd-catalog .category &gt; div .favourite-sign {
  background: url("/releases/feature-sd40/assets/img/editor/catalog/favourite-off.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0.4;
}
.sd-catalog .category &gt; div .favourite-sign:hover {
  opacity: 1;
}
.sd-catalog .category &gt; div .favourite-sign.active {
  background: url("/releases/feature-sd40/assets/img/editor/catalog/favourite-on.svg") no-repeat center center;
  background-size: contain;
}
.sd-catalog .category &gt; div span {
  display: box;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 12px;
  background-color: rgba(249,249,249,0.5);
  line-height: 120%;
}
.sd-catalog .category &gt; div.selected {
  outline: 2px solid;
  outline-color: rgba(107,205,226,0.7);
}
.sd-catalog .category &gt; div span.description {
  display: box;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  font-size: 12px;
  background-color: rgba(249,249,249,0.5);
  line-height: 120%;
  opacity: 0;
}
.sd-catalog .category &gt; div.selected {
  outline: 2px solid;
  outline-color: rgba(107,205,226,0.7);
}
.sd-catalog .category &gt; div.selected &gt; .description {
  opacity: 1;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sd-item-editor-panel {
  width: 260px;
}
.sd-item-editor-panel h4.part-error {
  color: #f00;
}
.sd-item-editor-panel .part-list {
  margin-top: 8px;
  margin-bottom: 14px;
}
.sd-item-editor-panel .part-list div {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sd-item-editor-panel .part-list div:hover {
  background: #eee;
}
.sd-item-editor-panel .part-list div &gt; span {
  -webkit-flex: 1;
  flex: 1;
  line-height: 30px;
}
.sd-item-editor-panel .part-list div &gt; span:first-of-type {
  text-align: center;
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
}
.sd-item-editor-panel .part-list div &gt; div &gt; span {
  cursor: pointer;
  font-size: 18px;
  margin: 0 4px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
.sd-item-editor-panel .part-list div &gt; div &gt; span:first-of-type {
  margin-right: 7px;
}
.sd-item-editor-part-edit-dialog .sd-dialog-contents {
  width: 640px;
}
.sd-item-editor-part-edit-dialog .sd-dialog-contents h2 {
  margin: 0 0 30px;
}
.sd-item-editor-part-edit-dialog .sd-dialog-contents p {
  width: auto;
}
.sd-item-editor-part-edit-dialog .overflow-guard .content-wrapper {
  display: flex;
}
.sd-item-editor-part-edit-dialog .overflow-guard .content-wrapper .wrapper-left {
  -webkit-flex: 0 0 260px;
  flex: 0 0 260px;
  padding-right: 20px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .content-wrapper .wrapper-right {
  -webkit-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-left &gt; .hbox,
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-right &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 8px auto;
}
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-left &gt; .hbox.large,
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-right &gt; .hbox.large {
  margin: 16px auto;
}
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-left &gt; .hbox &gt; *,
.sd-item-editor-part-edit-dialog .overflow-guard .wrapper-right &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-item-editor-part-edit-dialog .overflow-guard .sd-textinput {
  width: auto;
  margin: 0;
}
.sd-item-editor-part-edit-dialog .overflow-guard .sd-textinput input {
  padding: 0 2px;
  height: auto;
}
.sd-item-editor-part-edit-dialog .overflow-guard .sd-color {
  -webkit-flex: 0;
  flex: 0;
}
.sd-item-editor-part-edit-dialog .overflow-guard .sd-material-renderer {
  width: 24px;
  height: 24px;
  -webkit-flex: 0 0 24px !important;
  flex: 0 0 24px !important;
  cursor: pointer;
}
.sd-item-editor-part-edit-dialog .overflow-guard .sd-select select {
  width: 100%;
}
.sd-item-editor-part-edit-dialog .overflow-guard .short-flex .sd-color,
.sd-item-editor-part-edit-dialog .overflow-guard .short-flex .sd-material-renderer {
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list .sd-button {
  width: 100px;
  margin-top: 10px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list .sd-color {
  margin-right: 6px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list .sd-material-renderer {
  margin-right: 6px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list .sd-textinput {
  margin: 1px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list &gt; div &gt; .hbox {
  margin-bottom: 2px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .item-part-list &gt; div &gt; .hbox &gt; span {
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  width: 24px;
  text-align: right;
  margin-left: 4px;
}
.sd-item-editor-part-edit-dialog .overflow-guard .error {
  color: #f00;
  font-weight: bold;
}
.sd-item-editor-part-edit-dialog .overflow-guard .submit-container {
  margin-top: 30px;
}
.sd-item-preview-tab {
  height: calc(100vh - 50px);
  overflow: auto;
}
.sd-item-preview-tab .error {
  color: #f00;
  font-weight: bold;
}
.sd-item-preview-tab .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.sd-item-preview-tab .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-item-preview-tab .hbox &gt; img {
  max-width: 120px;
}
.sd-item-preview-rectangle {
  border: 2px solid #6bcde2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(40vh - 20px);
  height: calc(40vh - 20px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-sizing: content-box;
}
.sd-item-edit-xml-dialog h2 {
  margin-top: 0;
}
.sd-item-edit-xml-dialog textarea {
  max-width: 1200px;
  width: 70vw;
  height: 60vh;
  margin-bottom: 20px;
  font-family: monospace;
  font-size: 14px;
}
.sd-material-editor-panel {
  width: 260px;
  padding: 0;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 8px auto;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox &gt; *,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-diminput,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-diminput,
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-select,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-select {
  -webkit-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-left: 10px;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-color,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-color {
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
  margin-left: 10px;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-color .sd-color-popup-wrapper,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-color .sd-color-popup-wrapper {
  z-index: 3;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-color-popup .hbox,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-color-popup .hbox {
  margin: 0;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox .sd-numeric-stepper,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox .sd-numeric-stepper {
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-left: 10px;
}
.sd-material-editor-panel .propanel-property-container &gt;.wrapper &gt; .hbox &gt; i,
.sd-material-editor-panel .propanel-accordion-content &gt; .hbox &gt; i {
  -webkit-flex: 0;
  flex: 0;
  margin-left: 10px;
  font-size: 10px;
}
.sd-material-editor-panel .proportions-box .sd-diminput {
  -webkit-flex: 0 0 83px;
  flex: 0 0 83px;
}
.sd-material-editor-panel canvas {
  max-width: 100%;
  width: 100%;
  height: 250px;
  cursor: pointer;
}
.sd-material-editor-panel &gt; .propanel-property-container {
  max-height: calc(100vh - 32px);
}
.sd-material-editor-panel &gt; .propanel-property-container &gt; .wrapper {
  padding: 5px 8px 8px;
}
.sd-material-editor-panel &gt; .propanel-property-container &gt; .sd-button {
  margin: 10px;
}
.sd-material-editor-panel .propanel-accordion {
  min-height: 29px;
  overflow: hidden;
}
.sd-material-editor-panel .propanel-accordion.hidden {
  display: none;
}
.sd-material-editor-panel .propanel-accordion.open .propanel-accordion-content {
  margin-top: 0 !important;
}
.sd-material-editor-panel .propanel-accordion h4 {
  background: #76809a;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  height: 29px;
  padding: 5px 10px 5px 30px;
  margin: 0;
  border-top: 1px solid #f9f9f9;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.sd-material-editor-panel .propanel-accordion h4:hover {
  background: #484f63;
}
.sd-material-editor-panel .propanel-accordion h4:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.sd-material-editor-panel .propanel-accordion.open h4:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.sd-material-editor-panel .propanel-accordion .propanel-accordion-content {
  padding: 3px 8px 6px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  margin-top: -99999px;
}
.sd-material-editor-panel .propanel-accordion .propanel-accordion-content.no-transition {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.sd-texture-display-dialog .overflow-guard &gt; canvas {
  max-width: 80vw;
  max-height: 80vh;
}
.boundary-highlight-tab {
  overflow: auto;
}
.boundary-highlight-tab .title1 {
  margin-top: 0;
  margin-bottom: 15px;
}
.boundary-highlight-tab .sd-checkbox,
.boundary-highlight-tab .sd-multistatebutton {
  margin-top: 3px;
  margin-bottom: 3px;
}
.boundary-highlight-tab .sd-multistatebutton {
  width: 90%;
  margin-left: 5%;
}
.boundary-highlight-tab .sd-multistatebutton span {
  width: 50%;
}
.boundary-highlight-tab .boundary-container,
.boundary-highlight-tab .boundary-element {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.boundary-highlight-tab .boundary-container {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.boundary-highlight-tab .hbox {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.boundary-highlight-tab .hbox .sd-slider {
  max-width: 150px;
}
.boundary-highlight-tab .big-btn {
  width: 28px;
  height: 28px;
}
.boundary-highlight-tab .group-header {
  padding: 6px;
  background-color: #d8d9dd;
  font-weight: bold;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.boundary-highlight-tab .group-header .name-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 175px;
}
.boundary-highlight-tab .group-header .name-container .name-sub-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boundary-highlight-tab .icon-container,
.boundary-highlight-tab .boundary-element {
  display: flex;
}
.boundary-highlight-tab .icon-container .sd-button,
.boundary-highlight-tab .boundary-element .sd-button {
  opacity: 0.7;
}
.boundary-highlight-tab .icon-container .sd-button.delete .icon,
.boundary-highlight-tab .boundary-element .sd-button.delete .icon {
  height: 18px;
}
.boundary-highlight-tab .icon-container .sd-button.cancel .icon,
.boundary-highlight-tab .boundary-element .sd-button.cancel .icon {
  height: 15px;
}
.boundary-highlight-tab .group-body {
  margin: 3px;
  padding-left: 5px;
  height: 0;
  overflow: hidden;
}
.boundary-highlight-tab .group-body.open {
  height: auto;
}
.cgk-info-panel .container {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.cgk-info-panel .container .secondary {
  margin-top: 0;
}
.CGKPivotHandle {
  width: 25px;
  height: 25px;
  background: url("/releases/feature-sd40/assets/img/editor/handles/cgkCenter.png") no-repeat center center;
  background-size: 25px 25px;
  cursor: pointer;
}
.CGKRotationHandle {
  width: 20px;
  height: 20px;
  background: url("/releases/feature-sd40/assets/img/editor/handles/cgkRotate.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.CGKFloorHandle {
  background-color: #fff;
  opacity: 0.1;
}
.CGKPostHandle {
  background-color: #fff;
  border: 0.5px solid #666;
  cursor: pointer;
  opacity: 0.2;
}
.CGKPostHandle:hover {
  opacity: 1;
}
.CGKPartHandle {
  background-color: #fff;
  border: 0.5px solid #666;
  cursor: pointer;
  opacity: 0.2;
}
.cgk-tab .title1 {
  margin-top: 0;
  margin-bottom: 15px;
}
.cgk-tab .title2 {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cgk-tab .sd-button.selected {
  background: #2bb7d5;
}
.cgk-tab .link {
  text-transform: none;
}
.cgk-tab .buttonImage {
  margin: 20px, 20px, 20px, 20px;
}
.cgk-tab .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.ec-table-label,
.ec-seat-label {
  position: absolute;
  padding: 0.25em 0.5em;
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.ec-table-label {
  font-weight: bold;
}
.fancy-color-palette {
  display: flex;
  flex-flow: wrap;
}
.fancy-color-palette .color-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50px;
  margin: 5px;
}
.fancy-color-palette .color-container .color {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.fancy-color-palette .color-container .color.selected {
  border: 2px solid #0f84d2;
}
.fancy-color-palette .color-container .label {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.fancy-color-palette .color-container .label.selected {
  font-weight: bold;
}
@media screen and (max-width: 500px) and (orientation: landscape) {
  .fancy-color-palette .color-container {
    width: 30px;
    margin: 5px;
  }
  .fancy-color-palette .color-container .color {
    width: 30px;
    height: 30px;
  }
  .fancy-color-palette .color-container .label {
    display: none;
  }
}
.item-viewer-panel {
  position: absolute;
  display: flex;
  gap: 10px;
  -webkit-flex-direction: column;
  flex-direction: column;
  right: 0;
  bottom: 0;
  padding: 5px;
  overflow: hidden;
  width: 100%;
}
.item-viewer-panel &gt; div {
  margin: 5px;
}
.item-viewer-panel .header {
  display: flex;
  gap: 10px;
}
.item-viewer-panel .header .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}
.item-viewer-panel .header .sd-button img {
  height: 20px;
}
.item-viewer-panel .parts {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}
.item-viewer-panel .parts .part {
  display: flex;
  gap: 5px;
  padding: 5px 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.item-viewer-panel .parts .part .sd-label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) and (orientation: landscape) {
  .item-viewer-panel {
    padding: 0;
  }
  .item-viewer-panel .header .item-title {
    display: none;
  }
  .item-viewer-panel .item-description {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .item-viewer-panel {
    max-height: 300px;
    height: 40%;
  }
}
@media screen and (orientation: landscape) {
  .item-viewer-panel {
    height: 100%;
    width: 250px;
    max-width: 30%;
  }
}
.qr-dialog .qr-canvas {
  max-width: 90vw;
  max-height: 90vh;
  width: 300px;
  height: 300px;
}
.qr-dialog .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
.qr-dialog h2 {
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
.qr-dialog .vbox {
  max-width: 300px;
  margin-left: 30px;
}
.qr-dialog .vbox a {
  color: #00f;
  margin: 0 2px;
}
.qr-dialog .vbox .sub-title {
  font-weight: bold;
}
.qr-dialog .vbox li {
  display: list-item;
  margin: 10px 0;
}
.pipe-corner-editor {
  border: 1px solid #2c88e4;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.65);
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pipe-corner-editor .plus-sign,
.pipe-corner-editor .minus-sign {
  background-color: #fff;
  background-image: url("/releases/feature-sd40/assets/img/components/button/add.svg");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  border-radius: 8px;
  border: 0.5px solid #2c88e4;
  cursor: pointer;
}
.pipe-corner-editor .plus-sign:hover,
.pipe-corner-editor .minus-sign:hover {
  transform: scale(1.1) translate(50%, -43%);
  -webkit-transform: scale(1.1) translate(50%, -43%);
}
.pipe-corner-editor .minus-sign {
  background-image: none;
  right: unset;
  left: 0;
  transform: translate(-80%, 40%);
  -webkit-transform: translate(-80%, 40%);
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.pipe-corner-editor .minus-sign:hover {
  transform: scale(1.1) translate(-80%, 50%);
  -webkit-transform: scale(1.1) translate(-80%, 50%);
}
.pipe-corner-editor .elevation-input {
  display: flex;
}
.pipe-corner-editor .elevation-input .elevation-sign {
  background-image: url("/releases/feature-sd40/assets/img/editor/handles/pipeElevation.svg");
  width: 20px;
  height: 20px;
  background-size: 19px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2px 2px 2px 3px;
  cursor: pointer;
}
.pipe-corner-editor .elevation-input .elevation-sign.rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pipe-corner-editor .elevation-input .elevation-sign:hover {
  background-size: 20px 19px;
}
.pipe-corner-editor .elevation-input .metric,
.pipe-corner-editor .elevation-input .imperial {
  text-align: center;
  background-color: rgba(255,255,255,0);
  border: none;
  width: 80px;
  margin-top: 1px;
}
.process-tab .title1 {
  margin-top: 0;
  margin-bottom: 15px;
}
.process-tab .title2 {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.process-tab .sd-button.selected {
  background: #2bb7d5;
}
.process-tab .link {
  text-transform: none;
}
.process-tab .process-list-element {
  margin: 2px 3px 2px 0;
  padding-left: 4px;
  height: 25px;
  line-height: 25px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.process-tab .process-list-element:hover {
  background-color: #e4e7ec;
}
.process-tab .process-list-element .icon-container {
  display: flex;
}
.process-tab .process-list-element .icon-container .sd-statebutton {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 28px;
  padding: 5px 4px;
}
.process-tab .process-list-element .icon-container .sd-statebutton:hover {
  background: #c6ccd7;
}
.process-tab .process-list-element .icon-container .sd-button {
  width: 22px;
  padding: 0 4px;
}
.process-tab .process-list-element .icon-container .sd-button:hover {
  background: #c6ccd7;
}
.process-tab .hbox {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.process-tab .spacer {
  margin: 10px 0;
}
.process-tab .sd-tooltip {
  width: fit-content;
  margin: auto;
  margin-top: 6px;
}
.process-tab .sd-tooltip.no-pos {
  position: unset;
}
.process-tab .process-list-add {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.process-tab .process-list-add .sd-textinput {
  width: 100%;
}
.process-tab .process-list-add .sd-button {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
}
.process-tab .sd-textinput.warning &gt; input {
  animation: warning 0.8s linear 3;
}
.process-tab .process-editor {
  margin-top: 10px;
}
.process-tab .process-editor .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.process-tab .process-editor .sd-numeric-stepper {
  width: 55px;
}
.step-panel {
  padding-bottom: 16px;
}
.step-panel .sd-select {
  width: 50%;
}
.step-panel .sd-diminput {
  margin-right: 6px;
}
.step-panel select {
  width: 100%;
}
.sketch-tab .title1 {
  margin-top: 0;
  margin-bottom: 15px;
}
.tab &gt; .sd-catalog &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 22px 8px 0;
}
.tab &gt; .sd-catalog &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.tab &gt; .sd-catalog &gt; .hbox &gt; .sd-select &gt; select {
  width: 160px;
}
.sd-storage-override-dialog .sd-dialog-contents {
  width: 600px;
}
.sd-storage-override-dialog .sd-dialog-contents h2 {
  margin: 50px 0 20px;
}
.sd-storage-override-dialog .sd-dialog-contents h2:first-of-type {
  margin-top: 0;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-label {
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-select,
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-numeric-stepper {
  -webkit-flex: 1;
  flex: 1;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-select:first-of-type,
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-numeric-stepper:first-of-type {
  margin-right: 20px;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-select select,
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-numeric-stepper select {
  width: 140px;
}
.sd-storage-override-dialog .sd-dialog-contents .hbox:not(.input) .sd-numeric-stepper &gt; input {
  width: 100px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override {
  margin: 20px 0;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override &gt; .sd-label {
  font-weight: bold;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .storage-selector {
  margin: 30px 0;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .sd-label {
  font-weight: bold;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .hbox {
  margin: 8px 0 20px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .hbox:not(.long) &gt; .sd-label {
  padding-left: 10px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .hbox.long &gt; .sd-label {
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .hbox.long &gt; .sd-diminput,
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-part-override-gltf &gt; .hbox.long &gt; .sd-numeric-stepper {
  padding-right: 50px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-countertop-override &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-countertop-override &gt; .hbox .sd-label {
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
}
.sd-storage-override-dialog .sd-dialog-contents .sd-storage-countertop-override &gt; .hbox .sd-diminput {
  margin-right: 20px;
  -webkit-flex: 1;
  flex: 1;
}
.sd-storage-panel &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
  margin: 8px 0;
}
.sd-storage-panel &gt; .hbox &gt; * {
  -webkit-flex: 1;
  flex: 1;
}
.sd-storage-section-edit-dialog .sd-dialog-contents {
  padding: 0 20px 14px !important;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-block-wrapper {
  position: relative;
  margin-top: 30px;
  border: 3px solid #000;
  display: flex;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-block-wrapper &gt; .section-block {
  position: relative;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-block-wrapper &gt; .section-block:not(:first-of-type) {
  border-left: 2px solid #000;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .subsection-display:not(:first-of-type) {
  border-top: 1px dashed #c0c0c0;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-edit {
  position: relative;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-edit:not(:first-of-type) {
  border-top: 2px solid #c0c0c0;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-edit &gt; .section-block {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-edit &gt; .section-block .section-edit {
  background: #efefef;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-edit &gt; .section-block .section-edit:not(:first-of-type) {
  border-top: 2px dashed #c0c0c0;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls.vbox {
  position: absolute;
  width: 80px;
  right: -40px;
  z-index: 1;
  top: calc(50% - 40px);
}
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls.vbox &gt; .sd-diminput {
  background: #fff;
  opacity: 1;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls.vbox &gt; .sd-button {
  margin: 10px auto;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls.hbox {
  position: absolute;
  top: -12px;
  left: calc(50% - 60px);
  width: 120px;
  height: 24px;
  text-align: center;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls.hbox .sd-diminput {
  background: #fff;
  width: 80px;
  opacity: 1;
  margin: 0 auto;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-controls {
  position: absolute;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  top: calc(50% - 12px);
  z-index: 0;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .section-controls &gt; .sd-button,
.sd-storage-section-edit-dialog .sd-dialog-contents .border-controls &gt; .sd-button {
  font-size: 16px;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin: 0 4px;
  padding: 0;
  z-index: 1;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 10px 0 0;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container &gt; .hbox {
  -webkit-align-items: center;
  align-items: center;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container &gt; .hbox &gt; span {
  margin: 0 10px;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container &gt; .hbox &gt; a {
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container &gt; .hbox &gt; a.active {
  color: #3ca3e8;
}
.sd-storage-section-edit-dialog .sd-dialog-contents .bottom-container &gt; .hbox &gt; a:not(.active):hover {
  color: #aaa;
  cursor: pointer;
}
.storage-style-edit-dialog .sd-dialog-contents {
  width: 830px;
  padding: 0 !important;
}
.storage-style-edit-dialog .sd-dialog-contents h1 {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 12px 20px;
  text-transform: uppercase;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper {
  display: flex;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panel-options {
  width: 238px;
  height: 504px;
  -webkit-flex: 0 0 210px;
  flex: 0 0 210px;
  background: #0b2541;
  color: #fff;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panel-options span {
  display: block;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panel-options span:not(.selected) {
  cursor: pointer;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panel-options span:hover,
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panel-options span.selected {
  background: #399dff;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panels {
  -webkit-flex: 1;
  flex: 1;
  padding: 20px;
  padding-right: 0;
  height: 504px;
  overflow: auto;
}
.storage-style-edit-dialog .sd-dialog-contents .storage-edit-wrapper .storage-edit-panels strong {
  display: block;
  margin-bottom: 10px;
}
.storage-style-edit-dialog .sd-dialog-contents .bottom-container {
  margin: 0;
  padding: 10px 20px 14px;
  border-top: 1px solid #ccc;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.storage-style-edit-dialog .sd-dialog-contents .bottom-container &gt; .sd-button {
  margin-left: auto;
}
.storage-style-edit-dialog .sd-dialog-contents .bottom-container &gt; .sd-button.left {
  margin-left: 0;
}
.storage-style-edit-dialog .sd-dialog-contents .bottom-container &gt; div:not(.sd-button) {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.storage-selector div {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
}
.storage-selector div span {
  display: block;
  margin-top: 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.storage-selector div:not(.selected) {
  cursor: pointer;
}
.storage-selector div &gt; img {
  width: 120px;
  height: 120px;
}
.storage-selector div.selected &gt; img {
  outline: 4px solid #399dff;
  outline-offset: -4px;
}
.storage-style-selector-dialog .sd-dialog-contents {
  padding: 0 !important;
}
.storage-style-selector-dialog .sd-dialog-contents p {
  width: auto !important;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper {
  width: 860px;
  display: flex;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:first-of-type {
  -webkit-flex: 0 0 560px;
  flex: 0 0 560px;
  height: 560px;
  background-position: center;
  background-size: cover;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type {
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  height: 560px;
  padding: 30px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div {
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div p {
  text-align: left;
  margin: 30px 0 40px;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div strong {
  display: block;
  margin-bottom: 10px;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div .style-selector {
  position: relative;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div .style-selector &gt; .delete-icon {
  display: none;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 12px;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div .style-selector:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div .style-selector:hover {
  background: #eee;
}
.storage-style-selector-dialog .sd-dialog-contents .storage-style-selector-wrapper &gt; div:last-of-type &gt; div .style-selector:hover &gt; .delete-icon {
  display: block;
}
.storage-style-selector {
  position: relative;
  width: 100%;
  height: 155px;
  border: 1px solid #ccc;
  margin-top: 14px;
  cursor: pointer;
  overflow: hidden;
}
.storage-style-selector div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.storage-style-selector span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background: rgba(0,0,0,0.4);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.storage-style-selector:hover div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.storage-style-selector:hover span {
  background: rgba(0,0,0,0.8);
}
.tent-3d-transform-symbol {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 15px;
  border: 1px solid #000;
}
.tent-3d-transform-symbol div {
  height: 30px;
  background-repeat: no-repeat;
}
.tent-3d-transform-symbol .rotate {
  background-image: url("/releases/feature-sd40/assets/img/icons/rotate.svg");
  background-size: 20px 20px;
  background-position: 3px 4px;
}
.tent-wizard .sd-dialog-contents {
  width: 67%;
}
@media all and (max-width: 500px) {
  .tent-wizard .sd-dialog-contents {
    width: 100%;
    height: 100%;
  }
}
.tent-wizard .tent-wizard-stepper {
  text-align: justify;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.tent-wizard .tent-wizard-stepper li {
  position: relative;
  width: 33%;
  text-align: center;
  display: inline;
  padding-bottom: 20px;
}
.tent-wizard .tent-wizard-stepper li.clickable {
  cursor: pointer;
}
.tent-wizard .tent-wizard-stepper .marker-number {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2.25em;
  border-radius: 50%;
  background: #21a2d1;
  display: inline-block;
}
.tent-wizard .tent-wizard-stepper .marker-line {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #21a2d1;
  top: 10px;
}
.tent-wizard .tent-wizard-stepper li.active span.marker-line {
  background: #b7b7b7;
}
.tent-wizard .tent-wizard-stepper li.active span.marker-number {
  background: #04497b;
}
.tent-wizard .tent-wizard-stepper li.active span.marker-text {
  color: #04497b;
  font-weight: bold;
}
.tent-wizard .tent-wizard-stepper .active ~ li span.marker-number,
.tent-wizard .tent-wizard-stepper .active ~ li span.marker-line {
  background: #b7b7b7;
}
.tent-wizard .tent-wizard-stepper li a {
  cursor: pointer;
}
.tent-wizard .tent-wizard-stepper span.marker-text {
  color: #7d7d7d;
  font-size: 14px;
  line-height: -15px;
  font-family: Arial;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tent-wizard .tent-icon {
  text-align: center;
}
.tent-wizard img.tent-icon {
  width: 40vw;
  height: 40vh;
  object-fit: contain;
}
@media all and (max-width: 500px) {
  .tent-wizard img.tent-icon {
    width: unset;
    height: unset;
  }
}
.tent-wizard .tent-description {
  text-align: center;
  margin: auto;
}
.tent-wizard .tent-description p {
  width: auto;
  margin: 20px 0;
}
.tent-wizard .tent-auxiliary-options {
  padding-left: 1.67em;
}
.tent-wizard .peak-heights-color {
  color: #2392df;
}
.tent-wizard .side-height-color {
  color: #eb5757;
}
.tent-wizard .submit-container {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tent-wizard .tent-size-panel-col {
  width: 50%;
  max-height: 53vh;
  overflow: auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 7px;
}
@media all and (max-width: 500px) {
  .tent-wizard .tent-size-panel-col {
    width: 100%;
    max-height: unset;
  }
}
.tent-wizard img.tent-layout-explainer {
  object-fit: contain;
  width: 80%;
  height: 80%;
}
.tent-wizard img.tent-walls-explainer {
  object-fit: contain;
  width: 25vw;
  height: 25vh;
}
.tent-wizard .tent-type-panel-inputs-col-text-left {
  width: 50%;
  display: inline-block;
  text-align: right;
  padding-right: 0.75em;
}
.tent-wizard .tent-type-panel-inputs-col-text-right {
  width: 50%;
  display: inline-block;
  text-align: left;
}
.tent-wizard .tent-type-config-slider {
  padding-left: 60px;
  padding-right: 60px;
}
.tent-wizard .btn-config {
  position: absolute;
  z-index: 1000;
  top: 50%;
  height: 60px;
  width: 40px;
  object-fit: contain;
}
@media all and (max-width: 500px) {
  .tent-wizard .btn-config {
    display: none;
  }
}
.tent-wizard .btn-config:hover {
  background: #e4e7ec;
}
.tent-wizard .btn-config.prev {
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: 20px;
}
.tent-wizard .btn-config.next {
  right: 0;
  margin-right: 20px;
}
@media all and (max-width: 500px) {
  .tent-wizard .tent-size-panel .canvas {
    display: none;
  }
}
.tent-wizard .tent-size-panel-inputs-row {
  margin-bottom: 1em;
}
.tent-wizard .align-right,
.tent-wizard .align-right-with-extra-weirdness {
  width: 45%;
  min-width: 45%;
  text-align: right;
  padding-right: 0.75em;
}
.tent-wizard .align-right-with-extra-weirdness {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: right;
  justify-content: right;
}
.tent-wizard .align-right-with-extra-weirdness .sd-statebutton {
  width: 34px;
}
.tent-wizard .tent-size-panel-inputs-col-text-right {
  width: 60%;
  display: inline-block;
  text-align: left;
}
.tent-wizard .sd-select select {
  padding-right: 30px;
  min-width: 120px;
}
.tent-wizard .tent-colored-toggler {
  margin-right: 12px;
}
.tent-wizard .tent-liner-colored-toggler {
  margin-left: 12px;
  margin-right: 12px;
}
.tent-wizard .padding-left {
  padding-left: 2em;
}
.tent-wizard .option-label {
  margin-right: 12px;
}
.tent-wizard .option-input-group {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-height: 24px;
}
.tent-wizard .padding-right {
  padding-right: 2em;
}
@media all and (max-width: 500px) {
  .tent-wizard .padding-right {
    padding-right: unset;
  }
}
.tent-wizard .vline-right {
  border-style: none solid none none;
  border-width: 1px;
  border-color: rgba(185,185,185,0.8);
}
@media all and (max-width: 500px) {
  .tent-wizard .vline-right {
    border-style: unset;
    border-width: unset;
    border-color: unset;
  }
}
.tent-wizard .tent-checkbox-label-padding {
  padding-left: 1em;
  min-height: 24px;
}
@media all and (max-width: 500px) {
  .tent-wizard .liners .align-right {
    width: unset;
  }
}
.tent-wizard .liners .liner-pickers-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: space-between;
}
.tent-wizard .liners .liner-pickers-container .liner-picker {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  min-height: 24px;
}
.tent-wizard .tent-extra-checkbox {
  margin-right: 16px;
}
.tent-wizard .tent-no-color {
  opacity: 40%;
  font-size: 90%;
}
.tent-wizard .upload-logo-button {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 33%;
}
.tent-wizard .logo-image-upload-instructions {
  text-align: left;
  color: #555;
}
.tent-wizard .logo-image-upload-instructions &gt; * {
  margin-top: -1em;
  padding-top: -1em;
}
@media all and (max-width: 500px) {
  .tent-wizard .tent-options-panel {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.sd-log-window {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  display: block;
  top: 60px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.sd-log-window &gt; table {
  width: 100%;
  background-color: rgba(255,255,255,0.2);
}
.sd-log-window &gt; table thead {
  text-align: left;
}
.sd-log-window &gt; table th {
  font-weight: bold;
}
.sd-log-window &gt; table th,
.sd-log-window &gt; table td {
  border-bottom: 1px solid #ccc;
}
.sd-top-panel {
  position: absolute;
  height: 56px;
  top: 5px;
  left: 5px;
  max-width: 580px;
  min-width: 430px;
  width: 100%;
}
.sd-top-panel.bottom {
  top: unset;
  bottom: -5px;
}
.sd-top-panel.bottom {
  top: initial;
  bottom: -10px;
}
.sd-top-panel.top {
  top: 5px;
}
.vr_mode .sd-top-panel {
  display: none !important;
}
.sd-top-panel #viewerHeader {
  background-color: rgba(243,243,243,0.7);
  border-radius: 5px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sd-top-panel #viewerHeader .edit-button {
  min-width: 110px;
  font-size: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #6bcde2;
  color: #fff;
}
.sd-top-panel #viewerHeader .edit-button:hover {
  background-color: #40bfda;
}
.sd-top-panel #viewerHeader &gt; span {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.sd-top-panel #viewerHeader &gt; .sd-select:first-child {
  margin-left: 8px;
}
.sd-top-panel #viewerHeader #menuIcon {
  background: none;
}
.sd-top-panel #viewerHeader #menuIcon img {
  width: 18px;
}
.sd-top-panel #viewerHeader #project-title {
  font-size: 1.5em;
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sd-top-panel #viewerHeader .sd-statebutton {
  min-width: 30px;
  min-height: 28px;
  margin-left: 6px;
}
.sd-top-panel #viewerHeader .button,
.sd-top-panel #viewerHeader .sd-button {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sd-top-panel #viewerHeader #view-buttons {
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  margin-left: 5px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.sd-top-panel #viewerHeader #view-buttons .button {
  background-size: 100% 100%;
}
.sd-top-panel #viewerHeader #view-buttons .button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.sd-top-panel #viewerHeader #view-buttons .button[data-selected="true"] {
  opacity: 1;
  background-color: #6bcde2;
}
.sd-top-panel #viewerHeader #view-buttons .button[data-selected="true"].icon-bird {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-bird_white.svg");
}
.sd-top-panel #viewerHeader #view-buttons .button[data-selected="true"].icon-walk {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-walk_white.svg");
}
.sd-top-panel #viewerHeader #view-buttons .button[data-selected="true"].icon-plan {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-plan_white.svg");
}
.sd-top-panel #viewerHeader #view-buttons .icon-bird {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-bird.svg");
}
.sd-top-panel #viewerHeader #view-buttons .icon-walk {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-walk.svg");
}
.sd-top-panel #viewerHeader #view-buttons .icon-plan {
  background-image: url("/releases/feature-sd40/assets/img/viewer/view-plan.svg");
}
.sd-top-panel #viewerHeader #view-buttons .icon-shopping-cart {
  background-image: url("/releases/feature-sd40/assets/img/viewer/shopping-cart.svg");
  opacity: 1 !important;
}
.sd-top-panel #viewerHeader #view-buttons .icon-edit-project {
  background-image: url("/releases/feature-sd40/assets/img/viewer/edit-project.svg");
  opacity: 1 !important;
}
.sd-top-panel #viewerMenu {
  width: 160px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.sd-top-panel #viewerMenu.bottom {
  position: absolute;
  bottom: 67px;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sd-top-panel #viewerMenu.bottom .subMenu {
  top: unset !important;
  bottom: 0;
}
.sd-top-panel #viewerMenu .menuElement:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sd-top-panel #viewerMenu .menuElement:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sd-top-panel #viewerMenu.visible {
  visibility: visible /* shows sub-menu */;
  opacity: 1;
}
.sd-top-panel #viewerMenu.visible .menuElement.visible .subMenu {
  font-weight: normal;
  visibility: visible;
  opacity: 1;
}
.sd-top-panel #viewerMenu.top {
  margin-top: 10px;
}
.sd-top-panel #viewerMenu.top .menuElement .subMenu {
  top: 0;
}
.sd-top-panel #viewerMenu.bottom {
  margin-top: -130px;
}
.sd-top-panel #viewerMenu.bottom .menuElement .subMenu {
  top: -154px;
}
.sd-top-panel #viewerMenu .menuElement {
  position: relative;
  height: 40px;
  width: 240px;
  background-color: rgba(255,255,255,0.5);
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  line-height: normal;
}
.sd-top-panel #viewerMenu .menuElement .content {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sd-top-panel #viewerMenu .menuElement .content::after {
  content: "";
  background: url("/releases/feature-sd40/assets/img/arrow-right.svg") no-repeat 0 0;
  background-size: 80%;
  display: inline-block;
  width: 8px;
  height: 12px;
}
.sd-top-panel #viewerMenu .menuElement .subMenu {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  position: absolute;
  left: 240px;
  background-color: rgba(255,255,255,0.7);
  width: 197px;
  text-transform: none;
  margin-left: 5px;
}
.sd-top-panel #viewerMenu .menuElement .subMenu,
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sd-top-panel #viewerMenu .menuElement .subMenu,
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sd-top-panel #viewerMenu .menuElement.visible {
  font-weight: bold;
}
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div {
  height: 40px;
  padding: 10px;
  line-height: normal;
}
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div.selected {
  font-weight: bold;
}
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div:hover {
  background-color: #6bcde2;
}
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div.unselectable {
  height: 100%;
  line-height: normal;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sd-top-panel #viewerMenu .menuElement .subMenu &gt; div.unselectable:hover {
  background-color: rgba(0,0,0,0);
}
.sd-top-panel #viewerMenu .menuElement.dark {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(71,75,85,0.7);
  color: #fff;
}
.sd-top-panel #viewerMenu .menuElement.dark .menuElementIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 530px) and (orientation: portrait), screen and (max-height: 530px) and (orientation: landscape) {
  .sd-top-panel {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 46px;
  }
  .sd-top-panel #viewerHeader {
    margin-top: 0;
    background-color: rgba(255,255,255,0.8);
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    border-radius: unset;
  }
  .sd-top-panel #viewerHeader .edit-button {
    border-radius: unset;
  }
  .sd-top-panel #viewerMenu {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
  .sd-top-panel #viewerMenu.bottom {
    bottom: 47px;
  }
  .sd-top-panel #viewerMenu .menuElement:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sd-top-panel #viewerMenu .menuElement:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sd-top-panel #viewerMenu .menuElement {
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    height: auto;
  }
  .sd-top-panel #viewerMenu .menuElement .content::after {
    background: none;
  }
  .sd-top-panel #viewerMenu .menuElement .subMenu {
    position: inherit;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-color: rgba(255,255,255,0);
  }
  .sd-top-panel #viewerMenu .menuElement .subMenu &gt; div {
    border-left: 1px solid #c4c4c4;
  }
  .sd-top-panel #viewerMenu .menuElement .subMenu &gt; div:hover {
    background-color: inherit;
  }
  .sd-top-panel #viewerMenu .menuElement.visible {
    max-height: 1000px;
  }
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu {
    max-height: 1000px;
    left: 0;
    margin: 0;
  }
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu,
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu &gt; div:first-child {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu,
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu &gt; div:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
  }
  .sd-top-panel #viewerMenu .menuElement.visible .subMenu div.unselectable {
    padding-bottom: 10px;
  }
}
.navigation {
  position: absolute;
  top: 19px;
  right: 5px;
}
.vr_mode .navigation {
  display: none;
}
@media all and (max-width: 530px), screen and (max-height: 530px) {
  .navigation {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .navigation {
    top: 60px;
  }
}
.navigation-button {
  cursor: pointer;
}
.sd-tutorialscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.8);
  padding: 10px 20px;
  border: 1px solid #afafaf;
}
.sd-tutorialscreen .items {
  display: -webkit-flex !important;
  display: flex !important;
  max-width: calc(100vw - 20px);
  max-height: calc(100% - 200px);
}
@media screen and (max-aspect-ratio: 1/1) {
  .sd-tutorialscreen .items {
    width: 260px;
    height: 386px;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 28px 0;
  }
  .sd-tutorialscreen .items .item span {
    padding-left: 24px;
  }
}
@media screen and (min-aspect-ratio: 1/1) {
  .sd-tutorialscreen .items {
    width: 386px;
    height: 260px;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .sd-tutorialscreen .items .item {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .sd-tutorialscreen .items .item span {
    padding-top: 5px;
    padding-top: 15px;
  }
}
.sd-tutorialscreen .items .item {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sd-tutorialscreen .items .item span {
  font-size: 29px;
  display: inline-block;
  width: 105px;
  text-align: center;
}
.sd-tutorialscreen .items .item .icon {
  background-position: center center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  opacity: 0.7;
}
.sd-tutorialscreen .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url("/releases/feature-sd40/assets/img/components/button/close.svg");
  background-size: 100% 100%;
  cursor: pointer;
  opacity: 0.6;
}
.skipLoadingWindow .button {
  border: 1px solid #808080;
  padding: 7px 9px;
  border-radius: 5px;
  background: #fff;
}
.sd-scroll-lock-handler {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
}
.sd-scroll-lock-handler .description {
  color: #fff;
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
@font-face {
  font-family: 'Lato';
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.eot?#iefix") format('embedded-opentype') /* IE6-IE8 */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.woff2") format('woff2') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.woff") format('woff') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.eot"); /* IE9 Compat Modes */
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.eot?#iefix") format('embedded-opentype') /* IE6-IE8 */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.woff2") format('woff2') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.woff") format('woff') /* Modern Browsers */;
  src: url("/releases/feature-sd40/assets/fonts/Lato/Lato-Italic.ttf") format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Lato", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  scrollbar-width: thin;
}
div[id="views"] .view .overviewMap {
  top: 61px;
}
</pre></body></html>