#prestart-loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prestart-loading .loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

#prestart-loading .loading-container .loading-block {
  position: relative;
}

#prestart-loading .loading-container .loading-block img {
  width: 350px;
  opacity: 0.2;
}

#prestart-loading .loading-container .loading-block .spinner {
  width: 51px;
  height: 51px;
  top: 111px;
  right: 67px;
  position: absolute;
  color: #2ea44f;
  animation: spinner-keyframe-rotate 1.4s linear infinite;
}

#prestart-loading .loading-container .loading-block .spinner .loading-circle {
  stroke: currentColor;
  animation: spinner-keyframe-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
}

@keyframes spinner-keyframe-rotate {
  0% {
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
.hiddenToolbar {
  display: none;
}

.adsk-viewing-viewer #toolbar-fullscreenTool {
  display: none !important;
}
.forgeTableActive {
  z-index: 9999;
  position: absolute;
  display: block;
}
.forgeButtonActive {
  z-index: 9999;
  position: absolute;
  left: 700px;
  background: black;
  opacity: 0.7;
  border-radius: 10px;
}
.fillColor {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.opacity {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.lmv-markup-gui-text-fill {
  display: none;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.lmv-markup-gui-style-fill {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 3px;
  border: solid 1px #666978;
}
.lmv-markup-gui-text-fill-opasity {
  display: none;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}
.buttonGroup {
  display: none;
}
.lmv-markup-gui-editMode {
  display: flex;
}
.opacity-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 23px;
  width: 71px;
  height: 40px;
  justify-content: center;
}
.opacity-select:hover {
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
}
.lmv-markup-gui-style-fill-opacity {
  border: none;
  background: transparent;
}

.handleSelectionExtensionIcon {
  background-image: url(https://raw.githubusercontent.com/Rush/Font-Awesome-SVG-PNG/master/white/png/24/table.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: aliceblue; */
}
.handleMarkupsButtonIcon {
  background-image: url(https://img.icons8.com/fluency-systems-filled/24/FFFFFF/list.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: aliceblue; */
}

.handleMarkupExtensionIcon {
  background-image: url(https://img.icons8.com/external-flatart-icons-solid-flatarticons/30/FFFFFF/external-pencil-design-thinking-flatart-icons-solid-flatarticons.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: aliceblue; */
}
.handleScreenShotIcon {
  background-image: url(https://img.icons8.com/ios-filled/24/FFFFFF/camera--v2.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
}
.handleScreenShotWithUploadIcon {
  background-image: url(https://img.icons8.com/fluency-systems-filled/24/FFFFFF/insert-page.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
}
.handleMarkupsScreenShotIcon {
  background-image: url(https://img.icons8.com/ios-filled/24/FFFFFF/camera--v2.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: aliceblue; */
}
.toolbar-markupTool {
  background-image: url(https://img.icons8.com/external-flatart-icons-solid-flatarticons/30/FFFFFF/external-pencil-design-thinking-flatart-icons-solid-flatarticons.png);
  /* background-size: 24px; */
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

@keyframes spinner-keyframe-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

.viewcube {
  display: block !important;
}

.lmv-markup-gui-toolbar {
  position: fixed;
  bottom: 20px;
  margin: 5px 5px;
  color: #000000;
  width: 82%;
  left: 290px;
}

.lmv-markup-gui-style-options {
  position: absolute;
  bottom: 58px;
  width: 82%;
  background: linear-gradient(
    to top,
    #eeeeee 0,
    #f7f7f7 8px,
    #fafafa 12px,
    #fff 20px,
    #fff 59px,
    rgba(0, 0, 0, 0.07) 60px,
    rgba(0, 0, 0, 0.03) 68px,
    rgba(0, 0, 0, 0.02) 72px,
    transparent 100%
  );
}

.lmv-markup-gui-style-options > div {
  display: none;
}

.colors {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.size {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.width {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.lmv-markup-gui-style-color {
  padding: 3px;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.color-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 23px;
  width: 71px;
  height: 40px;
  justify-content: center;
}
.color-select:not(:last-child) {
  margin-right: 40px;
}
.size-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 23px;
  width: 71px;
  height: 40px;
  justify-content: center;
}
.width-select {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 23px;
  width: 71px;
  height: 40px;
  justify-content: center;
}
.width-select:not(:last-child) {
  margin-right: 40px;
}
.color-select:hover {
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
}
.width-select:hover {
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
}
.size-select:hover {
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
}
.color-select:active {
  cursor: default;
  box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 60%);
}
.color-select:focus {
  cursor: default;
  box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 60%);
}
.lmv-markup-gui-style-color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 3px;
  border: solid 1px #666978;
}
.lmv-markup-gui-style-size {
  box-sizing: border-box;
  display: inline-block;
  width: 71px;
  height: 40px;
  line-height: 24px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  margin-left: 2.5px;
  margin-right: 2.5px;
  color: #0a131c;
  font-family: 'design-review-autodeskviewer' !important;
  border: none;
  background-color: transparent;
}
.lmv-markup-gui-style-size::before {
  content: 'T';
}

.lmv-markup-gui-text-size {
  display: none;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}
.lmv-markup-gui-type {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

.lmv-markup-tool-arrow {
  background-image: url(https://img.icons8.com/material-outlined/24/000000/up-left-arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-tool-cloud {
  background-image: url(https://img.icons8.com/ios-glyphs/30/null/dotted-cloud.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-tool-text {
  background-image: url(https://img.icons8.com/ios/30/null/t.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-text-size-btn {
  background-image: url(https://img.icons8.com/material-outlined/24/null/lowercase.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-type-btn {
  background-image: url(https://img.icons8.com/ios/30/null/line-width.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-delete {
  background-image: url(https://img.icons8.com/ios/50/null/trash--v1.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-text-color {
  background-image: url(https://img.icons8.com/fluency/48/null/rgb-circle-2.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-text-fill-btn {
  background-image: url(https://img.icons8.com/material-sharp/24/000000/fill-color.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-gui-text-fill-opasity-btn {
  background-image: url(https://img.icons8.com/ios-glyphs/30/null/opacity.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-tool-pencil {
  background-image: url(https://img.icons8.com/external-kiranshastry-lineal-kiranshastry/30/1A1A1A/external-pencil-fine-arts-kiranshastry-lineal-kiranshastry.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-tool-rectangle {
  background-image: url(https://img.icons8.com/metro/30/1A1A1A/rectangle-stroked.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.lmv-markup-tool-circle {
  background-image: url(https://img.icons8.com/material-outlined/30/1A1A1A/filled-circle--v2.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.lmv-markup-gui-enterNavMode {
  background-image: url(https://img.icons8.com/fluency-systems-regular/48/1A1A1A/scary-hand.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.lmv-markup-gui-exitNavMode {
  background-image: url(https://img.icons8.com/ios/50/1A1A1A/u-turn-to-left.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
/*  */
.lmv-markup-editmode-done {
  background-image: url(https://img.icons8.com/ios/50/1A1A1A/close-window--v1.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  /* margin: 5px; */
  box-sizing: border-box;
  width: 71px;
  height: 40px;
  cursor: pointer;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.lmv-markup-gui-collapse-content {
  display: flex;
  width: 82%;
  background: linear-gradient(
    to top,
    #fff 0,
    #fff 59px,
    rgba(0, 0, 0, 0.07) 60px,
    rgba(0, 0, 0, 0.03) 68px,
    rgba(0, 0, 0, 0.02) 72px,
    transparent 100%
  );
  justify-content: center;
}
.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.btn-group:not(:last-child) {
  margin-right: 20px;
}
.btn-icon {
  margin: 0;
}
.lmv-markup-gui-style-width {
  border: none;
  background: transparent;
}

.size {
  top: 10px;
}
.weight {
  top: 23px;
}

@media (max-width: 1024px) {
  .forgeButtonActive {
    left: 100px;
  }
  .adsk-viewing-viewer .adsk-toolbar {
    bottom: 30px;
  }

  .docking-panel {
    min-width: 300px !important;
    top: 0 !important;
    left: 0 !important;
  }

  .lmv-markup-gui-editMode {
    flex-wrap: wrap;
    background-color: #fff;
  }

  .btn-group:not(:last-child) {
    margin-right: 8px;
  }

  .lmv-markup-gui-toolbar {
    left: 50px;
  }

  .btn-icon {
    font-size: 10px;
  }

  .lmv-markup-tool-arrow,
  .lmv-markup-tool-cloud,
  .lmv-markup-gui-text-size-btn,
  .lmv-markup-tool-text,
  .lmv-markup-gui-type-btn,
  .lmv-markup-gui-delete,
  .lmv-markup-gui-text-color,
  .lmv-markup-gui-text-fill-btn,
  .lmv-markup-gui-text-fill-opasity-btn,
  .lmv-markup-tool-pencil,
  .lmv-markup-tool-rectangle,
  .lmv-markup-tool-circle,
  .lmv-markup-gui-enterNavMode,
  .lmv-markup-gui-exitNavMode,
  .lmv-markup-editmode-done {
    background-size: 13px;
    width: 0;
}
}
