.loadingone,
.loadingtwo,
.loadingthree,
.loadingfour,
.loadingfive,
.loadingsix {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: rgba(51, 51, 51, 1);
  z-index: 1;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}

.loadingone {
  content: "";
  margin: -45px 0 0 -45px;
  height: 90px;
  width: 90px;
  -webkit-animation: animation-rotate 1800ms linear infinite;
  -moz-animation: animation-rotate 1800ms linear infinite;
  -o-animation: animation-rotate 1800ms linear infinite;
  animation: animation-rotate 1800ms linear infinite;
}

.loadingtwo {
  content: "";
  margin: -40px 0 0 -40px;
  height: 80px;
  width: 80px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite;
}

.loadingthree {
  content: "";
  margin: -35px 0 0 -35px;
  height: 70px;
  width: 70px;
  -webkit-animation: animation-rotate 2200ms linear infinite;
  -moz-animation: animation-rotate 2200ms linear infinite;
  -o-animation: animation-rotate 2200ms linear infinite;
  animation: animation-rotate 2200ms linear infinite;
}

.loadingfour {
  content: "";
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  -webkit-animation: animation-rotate 2400ms linear infinite;
  -moz-animation: animation-rotate 2400ms linear infinite;
  -o-animation: animation-rotate 2400ms linear infinite;
  animation: animation-rotate 2400ms linear infinite;
}

.loadingfive {
  content: "";
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 2600ms linear infinite;
  -moz-animation: animation-rotate 2600ms linear infinite;
  -o-animation: animation-rotate 2600ms linear infinite;
  animation: animation-rotate 2600ms linear infinite;
}

.loadingsix {
  content: "";
  margin: -50px 0 0 -50px;
  height: 100px;
  width: 100px;
  -webkit-animation: animation-rotate 1600ms linear infinite;
  -moz-animation: animation-rotate 1600ms linear infinite;
  -o-animation: animation-rotate 1600ms linear infinite;
  animation: animation-rotate 1600ms linear infinite;
}

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}

#logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -65px 0 0 -65px;
}
#loader {
  position: fixed;
  background-color: rgb(51, 51, 51);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
}

.loadingInfo {
  position: absolute;
  top: 130%;
  height: 56px;
  width: 260px;
  transform: translateY(-100%) translateX(-25%);
  text-align: center;
  font-family: "Arial", serif;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-variant: small-caps;
}

.cubi-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  z-index: 1000;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}

.cubi-screen-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}

.modal-background {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.cubi-app-title {
  text-align: center;
  color: #777;
}

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

.cubi-control-group {
  margin-bottom: 10px;
}

.cubi-button {
  border: 2px solid transparent;
  background: rgb(51, 51, 51);
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.window-type-change-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.window-type-change-button label {
  margin-right: 10px;
}

.window-tool-info {
  display: flex;
  flex-direction: column;
}

.window-tool-info label {
  text-align: left;
  margin-bottom: 5px;
}

.window-tool-info input {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

.cubi-button-small {
  border-radius: 5px;
  width: 5%;
  flex: 1;
}
.cubi-button:first-child {
  margin-right: 25px;
}

.cubi-buttons-container {
  display: block;
  padding-top: 15px;
  right: auto;
  left: auto;
  display: flex;
  justify-content: space-evenly;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-size: 14px;
}
.cubi-button-default {
  background: rgb(125, 0, 0);
}

.cubi-clipboard-textarea {
  width: 250px;
  height: 100px;
}

.cubi-clipboard-box {
  position: absolute;
  left: 50%;
  z-index: 2;
}

.cubi-export-checkbox {
  text-align: left;
  vertical-align: top;
}

.cubi-close-button {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
}

.cubi-close-button:hover {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
  color: #fff;
}

.cubi-img-drop-holder {
  border: 10px dashed #ccc;
  width: 300px;
  min-height: 300px;
  margin: 20px auto;
}

#window-source-holder {
  display: flex;
  justify-content: center;
  align-items: end;
}

.cubi-img-drop-holder img {
  display: block;
  margin: 10px auto;
}

input[type="text"],
input[type="password"] {
  text-align: center;
  background-color: #ecf0f1;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 0;
  width: 250px;
  transition: border 0.5s;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border: 2px solid #3498db;
  box-shadow: none;
}

input[type="checkbox"] {
  text-align: center;
  width: 100px;
  margin: 5px;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.vbimTooltip {
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 5%;
  border-left: 1px solid;
}

.vbimTooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.vbimTooltip:hover .tooltiptext {
  visibility: visible;
}

.dropdowns-container {
  position: absolute;
  display: flex;
  top: 9px;
  right: 5px;
  overflow: hidden;
  gap: 12px;
  background-color: #333;
  padding: 0px 5px 5px 5px;
  border-radius: 0.4em;
}

.pureSelect-container {
}

.pureSelect-label {
  margin-right: 6px;
  font-family: helvetica, arial, sans-serif;
  font-size: 14pt;
  color: white;
}

.pureSelect-select {
  background: black;
  color: white;
  border: 2px solid gray;
  border-radius: 3px;
  padding: 3px;
}

.pureSelect-select:focus {
  border-color: royalblue;
  box-shadow: 0 0 2px #6588f1;
}

.floorSelect-container {
  display: block;
}

@media (max-width: 1680px) {
  .dropdowns-container {
    display: block;
  }
}

@media (max-width: 1100px) {
  .floorSelect-label {
    display: inline-block;
    width: 60px;
    white-space: nowrap;
    vertical-align: middle;
    direction: rtl;
    overflow: hidden;
  }
}

@media (max-width: 1010px) {
  .floorSelect-label {
    display: none;
  }
}

@media (max-width: 945px) {
  .floorSelect-container {
    left: 900px;
  }
}

.infoBar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  font: normal 16px/1 helvetica, arial, sans-serif;
  background: #333;
  mix-blend-mode: hard-light;
  backdrop-filter: blur(3px);
}

.infoBar-message {
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.compass-controls {
  --size: 150px;
  --padding: 5px;
  --background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  right: 0;
  width: var(--size);
}

.compass-controls-toggle-container {
  display: flex;
  align-items: center;
  padding: calc(var(--padding) * 2) calc(var(--padding) * 2) 0;
  background: var(--background);
}

#compass-control-toggle {
  width: auto;
}

.compass-controls-toggle-label {
  font: normal 14px/1 sans-serif;
  color: white;
}

.compass-controls-form {
  display: flex;
  padding: calc(var(--padding) * 2) calc(var(--padding) * 2) var(--padding);
  background: var(--background);
}

.compass-angle-input {
  flex: 1;
}

.compass-knob-container {
  height: var(--size);
  padding: var(--padding);
  background: var(--background);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.compass-knob {
  width: calc(var(--size) - var(--padding) * 2);
  height: calc(var(--size) - var(--padding) * 2);
  max-width: 100%;
  max-height: 100%;
  transform: rotate(calc(var(--angle) * 1deg));
  cursor: grab;
}

.compass-knob:active {
  cursor: grabbing;
}

.compass-knob.disabled {
  filter: contrast(0.2);
  cursor: not-allowed;
}

.space-tool-property-control-popup,
.furniture-tool-property-control-popup {
  position: absolute;
  top: 45px;
  right: 0;
  width: 320px;
  padding: 0.25em 0;
  font: normal 16px/1 helvetica, sans-serif;
  background: #333;
  color: #fff;
}

.space-tool-property-control-popup-row,
.furniture-tool-property-control-popup-row {
  display: flex;
  align-items: center;
  padding: 0.5em;
}

.space-tool-property-control-popup-cell,
.furniture-tool-property-control-popup-cell {
  width: 35%;
}

#space-tool-property-control-popup,
#furniture-tool-property-control-popup
  .space-tool-property-control-popup-select-input,
.furniture-tool-property-control-popup-select-input {
  width: 105px;
  padding: 0.25em;
  border-radius: 20px;
}

#space-tool-property-control-popup
  .space-tool-property-control-popup-text-input {
  width: 105px;
  padding: 0.125em 0.25em;
  font-size: 14px;
  text-align: left;
}

.space-tool-property-control-popup-number-input-cm {
  width: 60px;
  padding: 0.25em;
  text-align: center;
  border-radius: 1px;
  border: none;
}

.space-tool-property-control-popup-number-input-ft {
  width: 45px;
  padding: 0.25em;
  text-align: center;
  border-radius: 1px;
  border: none;
}

.space-tool-property-control-popup-toggle-input,
.furniture-tool-property-control-popup-toggle-input {
  width: auto !important;
  margin: 0 !important;
}

.stairs-tool-edit-module-popup {
  position: absolute;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: 200px;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.metadata-view-ui {
  position: absolute;
  top: 45px;
  left: 70%;
  display: flex;
  width: 30%;
  clear: both;
  max-height: 80%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  border-radius: 1em;
  font-size: 1em;
}

.metadata-view-ui-section {
  width: 50%;
  height: 100%;
  padding: 1em;
}

.metadata-view-ui-section-header {
  text-align: center;
  color: white;
  padding-bottom: 1em;
}

.metadata-view-section-item {
  color: white;
  margin-bottom: 8px;
}

.metadata-view-section-item-header {
  cursor: default;
  user-select: none;
  font-weight: bold;
}

.metadata-view-section-item-img {
  max-width: 80%;
  height: auto;
  float: left;
}

.metadata-view-section-item-img-button {
  float: left;
  width: 10%;
  height: 100%;
  cursor: default;
  user-select: none;
}

.metadata-view-section-item-img-carousel {
  display: flex;
  text-align: center;
  align-items: center;
}

#tooltip-icon {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}

#tooltip-title {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  margin-left: 5px;
  align-self: center;
  padding: 0;
}

#tooltip-text {
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  white-space: normal;
  max-width: 150px;
}

#tooltip-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#tooltip-container {
  position: relative;
  display: none;
  width: auto;
  padding: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #ffffff;
}

.info-border {
  border: solid 2px lightblue;
}

.error-border {
  border: solid 2px #ea3323;
}

#login-eula-label {
  width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#login-eula-checkbox {
  flex: 1;
}
#login-eula-label-text {
  flex: 15;
  text-align: left;
}

#login-error {
  color: #d20000;
  margin-top: 5px;
  width: 250px;
}

.tfa-input-digit {
  width: 2rem;
  max-width: 2rem;
  font-size: 3rem;
  text-align: center;
  display: inline-block;
}

.table-td-pv-2 td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.table-td-ph-5 td {
  padding-left: 5px;
  padding-right: 5px;
}

.table-border-1 {
  border-collapse: collapse;
}
.table-border-1 th,
.table-border-1 td {
  border: 1px solid rgb(51, 51, 51);
}
.tour-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.tour-scrollbar::-webkit-scrollbar-track {
  background: #1e6387;
}
.tour-scrollbar::-webkit-scrollbar-thumb {
  background: #45a6d8;
}
.tour-upload-btn {
  background-color: #001c2e;
}
.tour-upload-btn:hover {
  background-color: #1e6387;
}
.backdrop-dark::backdrop {
  background-color: #131616;
  opacity: 0.64;
}
.cubitour-remove-btn:hover {
  background: #5e1b2b !important;
}
