@charset "UTF-8";
.react-contextmenu {
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  width: 150px !important;
  height: 180px !important;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  transition: opacity 250ms ease !important;
}

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}

.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
  text-decoration: none;
}

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}

.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}

.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}

.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}
/* -------------------------------------------------------------------------------------
/* Date        Author     Referene    Comments
/* 06-01-23    ATK        PLAT-2709   New UX UI Foundation Project
/*                                    Code Restructuring.
/* 23-06-23    HSK                    Handeled viewer width according to toolbar size, general css changes.
/* 03-07-23    HSK                    Changed fixed color value to --app-accent-color
/* -------------------------------------------------------------------------------------
*/
#webviewer-container {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2509803922);
}

#mainViewer {
  width: 100%;
  height: 100% !important;
  position: absolute;
}

.largeToolbar-mainViewer {
  width: calc(100% - 94px) !important;
}

.smallToolbar-mainViewer {
  width: calc(100% - 48px) !important;
}

.mediumToolbar-mainViewer {
  width: calc(100% - 64px) !important;
}

.DragArea {
  cursor: move;
}

/* Is this used ? */
.viewerLoadingIcon {
  position: absolute;
  right: 100px;
  bottom: 20px;
  border: 5px solid #1c435d;
  border-radius: 50%;
  border-top: 5px solid #f3f3f3;
  width: 30px;
  height: 30px;
  z-index: 15;
  animation: rotateIcon 2s linear infinite;
}

#modelSpinner {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.context-menu {
  position: absolute;
  width: 10%;
  min-width: fit-content;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(64, 64, 64, 0.05);
}

.menu > li > div {
  font: inherit;
  padding: 10px 30px 10px 15px;
  width: 100%;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #000;
  text-align: left;
  font-weight: 500;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
}

.menu > li > div:hover {
  background: var(--app-accent-color);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  z-index: 15;
  position: absolute;
  right: 140px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 8px solid rgb(94, 90, 90);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(94, 90, 90) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disabled-component {
  /* Make the div appear disabled */
  opacity: 0.3; /* Reduce opacity to make it appear faded */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
#modelSpinner {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 15;
}

.lds-status {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 160px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 44px;
  margin: 8px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  position: absolute;
  right: 140px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 8px solid rgb(94, 90, 90);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(94, 90, 90) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * ****************************************************************************
 *
 * INVICARA INC CONFIDENTIAL __________________
 *
 * Copyright (C) [2012] - [2018] INVICARA INC, INVICARA Pte Ltd, INVICARA INDIA
 * PVT LTD All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Invicara Inc and its suppliers, if any. The intellectual and technical
 * concepts contained herein are proprietary to Invicara Inc and its suppliers
 * and may be covered by U.S. and Foreign Patents, patents in process, and are
 * protected by trade secret or copyright law. Dissemination of this information
 * or reproduction of this material is strictly forbidden unless prior written
 * permission is obtained from Invicara Inc.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;700;900&family=Raleway:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter");
#small {
  position: absolute;
  height: 100%;
  right: 1px;
  width: 48px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 35px;
  margin-left: -20px;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}

#small::-webkit-scrollbar {
  display: none;
}

#medium {
  position: absolute;
  height: 100%;
  right: 1px;
  width: 64px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  margin-left: -20px;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
#medium .viewer-toolbar-btn {
  width: 64px;
}

#medium::-webkit-scrollbar {
  display: none;
}

#large {
  position: absolute;
  height: 100%;
  right: 1px;
  width: 94px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  margin-left: -20px;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
#large .viewer-toolbar-btn {
  width: 94px;
}

#large::-webkit-scrollbar {
  display: none;
}

.arrow-btn-hidden {
  height: 56px;
}

.viewer-toolbar-btn {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 48px;
  height: 56px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.16));
  flex: none;
  order: 8;
  flex-grow: 0;
  cursor: pointer;
}
.viewer-toolbar-btn .toolbar-icon {
  width: 24px;
  height: 28px;
  min-width: 24px;
  min-height: 24px;
  position: relative;
}
.viewer-toolbar-btn .toolbar-icon.grouped-icon {
  background-image: linear-gradient(315deg, transparent 4px, transparent 0), linear-gradient(315deg, #fff 4px, transparent 0);
}

.viewer-toolbar-btn:hover:before {
  content: "";
  position: absolute;
  width: 80%; /* Adjust width as needed */
  height: 90%; /* Adjust height as needed */
  background-color: #3E3E3E !important; /* Background color on hover */
  z-index: -1;
  transition: inherit;
}

.toolbar-txt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  color: #DCDCDC;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.apply-box-shadow::before {
  content: "";
  position: absolute;
  width: 80%; /* Adjust width as needed */
  height: 90%; /* Adjust height as needed */
  background-color: var(--app-accent-color) !important; /* Background color on hover */
  z-index: -1;
  border-radius: 3px;
}

.filter-gray {
  filter: invert(34%) sepia(0%) saturate(43%) hue-rotate(134deg) brightness(109%) contrast(78%); /* #666666 */
}

.image-pink {
  filter: invert(40%) sepia(86%) saturate(6224%) hue-rotate(311deg) brightness(83%) contrast(101%);
}

.filter-pink {
  filter: invert(20%) sepia(95%) saturate(2664%) hue-rotate(306deg) brightness(82%) contrast(101%); /* var(--app-accent-color) */
}

.filter-grey-forDisableIcon {
  filter: invert(100%) sepia(0%) saturate(588%) hue-rotate(187deg) brightness(113%) contrast(87%);
}

.filter-grey-forDisableIcon {
  cursor: default;
  filter: invert(100%) sepia(0%) saturate(3893%) hue-rotate(117deg) brightness(134%) contrast(73%);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--app-accent-color) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slidecontainer {
  margin-top: 10px;
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider2 {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}

/* Mouse-over effects */
.slider2:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider2::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider2::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range] {
    overflow: hidden;
    width: 80%;
    -webkit-appearance: none;
    background-color: #ece7e9;
  }
  input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: var(--app-accent-color);
    margin-top: -1px;
  }
  input[type=range]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: pointer;
    background: var(--app-accent-color);
    box-shadow: -80px 0 0 80px var(--app-accent-color);
  }
}
.cutting-plane-div {
  position: absolute;
  border-radius: 10px;
  z-index: 9;
  min-width: 250px;
  min-height: 100px;
  padding: 0% 0% 1% 0%;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
}

.cutting-plane-div-body {
  position: relative;
  width: 200px !important;
  margin: auto;
}
.cutting-plane-div-body td {
  padding: 5px;
}

.cutting-plane-div-header {
  position: relative;
  padding: 10px;
  width: 200px !important;
  border-radius: 10px;
  min-height: 30px;
  margin: 0 auto;
  cursor: move;
  z-index: 10;
  background-color: var(--app-accent-color);
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  vertical-align: middle;
  margin-top: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -5px;
  bottom: -2.5px;
  background-color: var(--app-accent-color) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--app-accent-color) !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--app-accent-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

.cuttingPlane-header {
  color: white;
  width: auto;
  text-align: left !important;
  display: flex;
  /* background-color: white !important; */
  background-color: var(--app-accent-color) !important;
  overflow: hidden !important;
  border-radius: 10px 10px 0px 0px !important;
  cursor: pointer;
  /* margin: 10px !important; */
  border: solid #6d6e70 1px !important;
}

.cutting-plane-select-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  border-radius: 0.262em;
}
.cutting-plane-select-btn .cuttingPlane-icon {
  width: 25px;
  height: 25px;
  position: absolute;
}

.cutting-plane-select-btn .tooltip-txt {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.cuttingPlane_button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  margin-left: 70px;
  background: var(--app-accent-color) !important;
}
.cuttingPlane_button .cuttingPlane-icon {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}

.cuttingPlane_button .tooltip-txt {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.cuttingPlane-header-text {
  margin: 10px;
  text-align: left;
  color: white;
}

.filter-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1962%) hue-rotate(173deg) brightness(120%) contrast(100%);
}

.cuttingPlane-icon:hover .tooltip-txt {
  visibility: visible;
}

.walk1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 71px 309px;
  width: 700px;
  font-family: "Inter";
}

.commandDropDown {
  margin-left: 8px;
  margin-top: 19px;
  margin-bottom: 8px;
  margin-right: 8px;
  text-align: center;
  font-size: 12.8px;
  height: 24px;
  float: left;
  width: 150px;
  border-color: white;
  color: var(--app-accent-color) !important;
  font-weight: bold;
}

.disabled {
  opacity: 0.2; /* Adjust the opacity value as desired */
  cursor: not-allowed;
}

@media (max-width: 1023px) {
  #customiseViewerBtn {
    display: none;
  }
}
@media (max-height: 719px) {
  #customiseViewerBtn {
    display: none;
  }
}
/* -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/


.modal1{
    /* border: 1px solid rgb(0 0 0 / 32%);
    border-radius: 24px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 32%);
    padding-left: 35px;
    padding-top: 14px; */
    border: 1px solid rgb(0 0 0 / 32%);
    max-width: 114%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 32%);
    padding-left: 4%;
    margin-top: -11%;
    margin-left: 2%;
    background-color: white;
    overflow-y: scroll;
    max-height: 85vh;
}

.modal__first{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;

}
.modal__firstRight{
    cursor: pointer;
}
.modal__second{
    display: flex;
    /* border: 1px solid black; */
    width: 46%;
    margin: 1%;
    border-radius: 8px;
    background-color: #EBEBEB;
    cursor: pointer;

}
.modal__secondLeft{
    padding: 5px;
    background-color: var(--app-accent-color);
    color: white;
    border-radius: 8px 0px 0px 8px;
    width: 50%;
    text-align: center;
}
.modal__secondRight{
    padding: 5px;
    width: 50%;
    text-align: center;
}

.modal__last{
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 3%;
    margin-top: 3%;
}
.modal__lastLeft{
    margin-right:10px;
    padding-right: 1%;
}
.modal__lastLeft input{
    width: 20px;
    height: 20px;
    margin: 5px;
}

.modal__lastRight{
    margin-right: 10px;
    background-color: var(--app-accent-color);
    border: none;
    border-radius: 12px;
    width: 82px;
    text-align: center;
}

@media only screen and (max-device-width: 480px) {
    .modal1 {
        margin-left: -223%;
        width: 69%;
      }

}
@media only screen and (max-device-width: 850px) {
    .modal1 {
        margin-left: -103%;
        width: 88%;
      }

}
@media only screen and (device-width:912px) {
    .modal1 {
        margin-left: -89%;
        width: 88%;
      }

}
@media only screen and (device-width:768px) {
    .modal1 {
    margin-left: -110%;
    width: 78%;
}

}
@media only screen and (device-width:540px) {
    .modal1 {
        margin-left: -144%;
        width: 45%;
        overflow-x: hidden;
      }
      .modal__last {
        width: 111%;
        margin-left: -28px;
      }

}
.item1{
    /* border: 1px solid black; */
    /* width: 292px;
    height: 200px; */
    width: 46%;
    margin: 20px 10px;
}
.item__first{
    font-size: 10px;
    padding: 5px;
    letter-spacing: 4px;
}
.item__second{
    margin: 2%;
}
.item__second img{
    width: 110px;
    height: 99px;

}
.item__third{
    /* padding: 5px; */
    /* margin-left: 7px;
    margin-top: 31px; */
    
    margin-left: 1%;
    margin-top: 6%;

}
.mouse{
    display: flex;
    flex-wrap: wrap;
}
.keyboard{
    display: flex;
    flex-wrap: wrap;
}
.keyboard #key1{
    width: 252px
}
.viewer-toolbar-submenu {
  display: flex;
  flex-direction: column;
  border-radius: 1em;
  background: white;
  z-index: 5;
  top: 0px;
  position: absolute;
}
.viewer-toolbar-submenu .viewer-submenu-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 8px;
  background: #454545;
  /* Shadow 1 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.32);
}
.viewer-toolbar-submenu .viewer-submenu-icon .submenu-img {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.viewer-toolbar-submenu .viewer-submenu-icon .check-icon {
  margin: 3px !important;
  padding: 1px !important;
}
.viewer-toolbar-submenu .viewer-submenu-icon .check-icon-wrapper {
  width: 20% !important;
}
.viewer-toolbar-submenu .viewer-submenu-icon .tooltip-txt {
  width: 134px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.viewer-submenu-icon:hover {
  background: #3E3E3E;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2730   Revamped IafViewer Panels                 
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 24-05-23    ATK        PLAT-2730   Change panel opacity to 0.8 in order to see navcube                  
// 04-Nov-23   ATK        PLAT-3583   Model Composition 3D - Linked Files, Layers
//                                    z-index - debugIaf modeltree should not overlap Side panels
// -------------------------------------------------------------------------------------
*/
.side-panel {
  position: fixed;
  top: 80px !important;
  bottom: 0;
  right: -300px;
  width: 265px;
  background-color: #000000;
  transition: right 0.5s ease-out;
  height: calc(100% - 80px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side-panel::-webkit-scrollbar {
  display: none;
}

.side-panel.large {
  right: 94px;
}

.side-panel.medium {
  right: 64px;
}

.side-panel.small {
  right: 48px;
}

.side-panel-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  gap: 4px;
  position: absolute;
  padding-bottom: 25px;
}

ul.nested {
  display: none;
}

ul.nested.active {
  display: block;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2730   Revamped IafViewer Panels                                   
// -------------------------------------------------------------------------------------
*/
.list-item-details {
  display: none;
}

.list-item-details-show {
  display: block;
}

.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 175% */
  /* neutral/ 300 */
  color: #dcdcdc;
}

#wrapper {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  width: 516px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 207px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 270px;
  height: 18px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 13-06-23    HSK        PLAT-2728   Revamped IafViewer Coloring Mechanism
// -------------------------------------------------------------------------------------
*/

.list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 255px;
    background-color: var(--bg-color);
    border-radius: 4px;
  }
  
  .list-item-header-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px;
    gap: 53px;
    width: 255px;
    border-bottom: 1px solid #3e3e3e;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .list-item-title {
    width: 137px;
    height: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff; 
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .list-item-close {
    width: 24px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
    color: #ffffff;
  }

/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// 21-03-24    HSK        PLAT-4420   Iaf-viewer styles taking precedence over application's MUI components
// -------------------------------------------------------------------------------------
*/

.switch-component {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 207px;
    height: 18px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
  
.switch-title {
width: 170px;
height: 18px;
font-family: "Inter";
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 18px;
color: #dcdcdc;
flex: none;
order: 0;
flex-grow: 0;
}

.switch-component span.MuiSwitch-thumb {
margin-left: -14.5px;
width: 12px;
height: 12px;
background: #dcdcdc;
flex: none;
order: 0;
flex-grow: 0;
}

.switch-component span.MuiSwitch-track {
display: flex;
flex-direction: row;
align-items: center;
padding: 2px;
gap: 10px;
width: 27px;
height: 16px;
background: #3e3e3e;
border-radius: 18px;
flex: none;
order: 1;
flex-grow: 0;
opacity: 1;
}

.switch-component span.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
background-color: var(--app-accent-color) !important;
opacity: 1;
}

.switch-component input.PrivateSwitchBase-input-11.MuiSwitch-input {
left: -100%;
width: 300%;
}

.switch-component span.MuiSwitch-root {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 2px;
gap: 10px;
width: 27px;
height: 16px;
border-radius: 18px;
flex: none;
order: 1;
flex-grow: 0;
}
  
.switch-component span.MuiSwitch-root > :first-child {
top: auto !important;
left: auto !important;
}
    
  
.switch-component span.MuiSwitch-root > .Mui-checked:first-child {
    transform: translateX(8px) !important; 
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// -------------------------------------------------------------------------------------
*/

select {
  box-sizing: border-box;

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  width: 207px;
  height: 29px;

  /* neutral/800 */

  border: 1px solid #3e3e3e;
  border-radius: 4px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: white;
}

select.select-component {
  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  /* //color: white; */
  color: #dcdcdc;
  /* width: 24px; */
  height: 18px;
  background: #3e3e3e;
  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}
.select-title {
  width: 150px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  margin-bottom: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// -------------------------------------------------------------------------------------
*/

.list-item-sub-header-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* padding: 24px 0px 0px; */
    gap: 5px;
    width: 255px;
    height: 42px;
    border-top: 1px solid #3e3e3e;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  
  .list-item-sub-title-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 0px 24px;
    gap: 10px;
    width: 83px;
    height: 18px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .list-item-sub-title {
    /* width: 59px; */
    height: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .list-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 24px 24px;
    width: 255px;
    border-radius: 4px;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  
  .list-item-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 207px;
    /* height: 84px; */
    flex: none;
    order: 0;
    flex-grow: 0;
  }
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// -------------------------------------------------------------------------------------
*/

.button-component {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    gap: 10px;
    width: 100px;
    height: 27px;
    background: #3e3e3e;
    border: 1px solid #5d5d5d;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  
  .button-text {
    height: 19px;
    margin: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

 
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// 21-03-24    HSK        PLAT-4420   Iaf-viewer styles taking precedence over application's MUI components
// -------------------------------------------------------------------------------------
*/

.slider-component {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
    width: 207px;
    height: 36px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .slider-component-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 2px;
    width: 207px;
    height: 36px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .slider-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 75px;
    width: 207px;
    height: 18px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .slider-title {
    width: 150px;
    height: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #dcdcdc;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .range-value-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 2px;
    margin-left: -42px;
    width: 37px;
    height: 16px;
  }
  
  .range-value {
    height: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #dcdcdc;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .slider-bar-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 207px;
    height: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  
  .slider-bar-box span.MuiSlider-root {
    display: flex;
  }
  
  .slider-bar-box span.MuiSlider-root .MuiSlider-rail {
    background: #3e3e3e;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  
  .slider-bar-box span.MuiSlider-root .MuiSlider-thumb {
    background: var(--app-accent-color);
    width: 10px;
    height: 10px;
  }
  
  .slider-bar-box span.MuiSlider-root .MuiSlider-thumb::after {
    width: 16px;
    content: "";
    position: absolute;
    height: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  
  .slider-bar-box span.MuiSlider-root .MuiSlider-track {
    background-color: var(--app-accent-color);
  }
.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 175% */
  /* neutral/ 300 */
  color: #dcdcdc;
}

.block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 270px;
  height: 18px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.innerBlock {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35px;
  gap: 4px;
  /* Inside auto layout */
  flex: 1;
}

.innerText.text {
  text-align: right;
}

.color-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 16px;
  height: 16px;
  /* neutral / 0 (white) */
  background: #ffffff;
  border-radius: 2px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.compact-container {
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: -20px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.pick-from-point-button {
  width: 10px !important;
  position: absolute;
  height: 15px !important;
  cursor: pointer;
  align-items: center;
  left: 130px;
  border-radius: 0.262em;
}
.pick-from-point-button .pick-from-point-icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

.pick-from-point-button .tooltip-txt {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.pick-from-point-icon:hover .tooltip-txt {
  visibility: visible;
}

.filter-pick-from-point-icon {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Learning Centre
// -------------------------------------------------------------------------------------
*/
.learning-center-title {
  width: 150px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.arrow-right {
  width: 24px;
  height: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  bottom: 18px;
  left: 180px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Created
//
// -------------------------------------------------------------------------------------
*/
.control-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 552px;
  left: 350px;
}

.control-panel-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  position: absolute;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Walk Mode UI
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.key {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 540px;
  height: 56px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 4px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.keyfont {
  width: 384px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-left: 32px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.inner-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  width: 540px;
  height: 400px;
  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0px 0px 8px 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.inner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 328px;
  width: 443px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sub-heading {
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 0;
}

.description {
  width: 443px;
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#graphic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 488px;
  height: 216px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

#walk {
  position: absolute;
  width: 160px;
  height: 104px;
  margin: 56px 288px 56px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.keyContainer {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 56px;
  background: #f9f9f9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.keyContainerD {
  left: 112px;
  top: 56px;
}

.keyContainerS {
  left: 56px;
  top: 56px;
}

.keyContainerW {
  left: 56px;
  top: 0px;
}

.a {
  position: absolute;
  width: 15px;
  height: 24px;
  left: 15px;
  top: 70px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5d5d5d;
}

.d {
  left: 126px;
  top: 70px;
}

.s {
  left: 70px;
  top: 70px;
}

.w {
  left: 70px;
  top: 10px;
}

.or {
  position: absolute;
  left: 250px;
  bottom: 200px;
  width: 29px;
  height: 28px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.arrow_left {
  position: absolute;
  left: 30%;
  right: 50%;
  top: 40%;
  bottom: 60%;
  border-left: 10px solid transparent;
  transform: rotate(90deg);
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.arrow_up {
  transform: rotate(180deg);
}

.arrow_down {
  transform: rotate(0deg);
}

.arrow_right {
  transform: rotate(270deg);
}

.boundingBox {
  position: absolute;
  left: 100%;
  right: -100%;
  top: 0%;
  bottom: 0%;
  transform: rotate(90deg);
}

.dropdown {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 48px;
  transform: rotate(90deg);
}

#bottomPanel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0px 0px;
  gap: 16px;
  width: 488px;
  height: 48px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

#ellipseContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 265px;
  height: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.e {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--app-accent-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.e1 {
  background: #d9d9d9;
  order: 1;
}

.e2 {
  background: #d9d9d9;
  order: 2;
}

.e3 {
  background: #d9d9d9;
  order: 3;
}

#walk2 {
  margin-left: 250px;
  order: 2;
  position: absolute;
  width: 160px;
  height: 104px;
  flex: none;
  flex-grow: 0;
}

#run {
  position: absolute;
  width: 410px;
  height: 48px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.shiftContainer {
  top: 0;
  width: 144px;
  height: 48px;
}

.shift {
  position: absolute;
  top: 12px;
}

.plus {
  color: #b8b8b8;
  left: 168px;
  top: 12px;
}

.directionKey {
  position: absolute;
  width: 157px;
  height: 28px;
  left: 206px;
  top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5d5d5d;
}

#frameQE {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 103px;
  height: 48px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.keyContainerQ {
  top: 0px;
}

.keyContainerE {
  top: 0px;
  left: 56px;
}

.q {
  left: 15px;
  top: 15px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Walk Mode
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.mouse {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 540px;
  height: 56px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 4px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.mousefont {
  width: 384px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-left: 32px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.inner-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  width: 540px;
  height: 400px;
  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0px 0px 8px 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.inner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 328px;
  width: 443px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sub-heading {
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 0;
}

.description {
  width: 443px;
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#graphic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 488px;
  height: 216px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

#mouse-box {
  position: absolute;
  width: 80px;
  height: 80px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.mouse-circle1 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  background: #ebebeb;
}

.mouse-circle2 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  background: #ebebeb;
  opacity: 0.5;
  border-radius: 40px;
}

#bottomPanel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0px 0px;
  gap: 16px;
  width: 488px;
  height: 48px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

#ellipseContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 265px;
  height: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.e {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--app-accent-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.e1 {
  background: #d9d9d9;
  order: 1;
}

.e2 {
  background: #d9d9d9;
  order: 2;
}

.e3 {
  background: #d9d9d9;
  order: 3;
}

#look {
  position: absolute;
  width: 96px;
  height: 104px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.line-look {
  position: absolute;
  width: 96px;
  height: 16.5px;
  left: 96px;
  top: 16px;
  border: 4px solid #999999;
  transform: rotate(180deg);
}

.look-rectangle3 {
  position: absolute;
  width: 53px;
  height: 80px;
  background: #1d1d1d;
  border: 2px solid #1d1d1d;
  border-radius: 26.5px;
  width: 53px;
  height: 80px;
  opacity: 1;
}

.look-rectangle1 {
  position: absolute;
  width: 26px;
  height: 27px;
  background: #ffffff;
  z-index: 1;
}

.look-rectangle2 {
  position: absolute;
  width: 53px;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  border-radius: 26.5px;
  border: 2px solid #000;
  opacity: 0.5;
  z-index: 1;
}

.look-Intersect {
  position: absolute;
  width: 26px;
  height: 27px;
  background: #ffffff;
}

.left-click {
  left: 27px;
}

.tilt-rectangle1 {
  position: absolute;
  background: #ffffff;
  z-index: 1;
  width: 8px;
  height: 24px;
  left: 22px;
  top: 10px;
  border-radius: 50px;
}
.container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 24px;
  position: absolute;
  width: 548px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  left: 350px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.header-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 548px;
  height: 56px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 4px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0px 12px 32px;
  gap: 821px;
  width: 416px;
  height: 48px;
  border-radius: 8px 0px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header-text {
  width: 384px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.description-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  width: 484px;
  height: 38px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.description-box-text {
  width: 484px;
  height: 38px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #5d5d5d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.content-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 484px;
  flex: none;
  order: 3;
  flex-grow: 0;
}

.footer-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 32px 32px 0px;
  gap: 16px;
  width: 548px;
  height: 72px;
  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
}

.tool-list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 234px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.current-toolbar-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 234px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.content-column-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.content-column-header-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.list-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 4px;
  width: 218px;
  background: #f3f3f3;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.table-frame {
  box-sizing: border-box;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 234px;
  height: 460px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.table-frame::-webkit-scrollbar {
  display: none;
}

.col-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 4px;
  width: 218px;
  background: #f3f3f3;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.default-lable-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 0px 4px;
  width: 88px;
  height: 23px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.default-lable {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #5d5d5d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.tool-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 202px;
  height: 26px;
  background: #dcdcdc;
  border-radius: 4px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.tool-lable {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #3e3e3e;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.button-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.close-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  width: 128px;
  height: 40px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #c71784;
  background-color: #ffffff;
}

.save-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  width: 128px;
  height: 40px;
  background: #c71784;
  border-radius: 4px;
  border: 1px;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

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

.selection-box {
  display: flex;
  /* position: absolute; */
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  align-items: center;
  order: 1;
  padding: 0;
}

.dropdown-component {
  display: block !important;
  height: 25px !important;
  width: 150px;
  padding: 0px;
  color: #dcdcdc;
  background: #3e3e3e;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.save-close-btn {
  width: auto !important;
}

@media (max-width: 1023px) {
  .container {
    display: none;
  }
}
@media (max-height: 719px) {
  .container {
    display: none;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0px !important;
    width: 480px;
    gap: 12px;
  }
  .header-box {
    width: 490px;
  }
  .content-box {
    gap: 3px;
  }
  .table-frame {
    height: 240px;
  }
  .footer-box {
    padding: 0px 82px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .table-frame {
    height: 350px;
  }
  .footer-box {
    padding: 0px 82px 0px 0px;
  }
}
@media (min-width: 1920px) {
  .table-frame {
    height: 480px;
  }
  .footer-box {
    padding: 0px 82px 0px 0px;
  }
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 10-07-23    ATK        PLAT-3427   Created
// -------------------------------------------------------------------------------------
*/
/* Define a keyframe animation called 'blink' */
@keyframes blink {
  0% {
    opacity: 1;
  } /* Start with full opacity */
  50% {
    opacity: 0.75;
  } /* Fade to invisible */
  100% {
    opacity: 1;
  } /* Back to full opacity */
}
.long-title {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: white;
  word-wrap: break-word;
}

.long-title-blink {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: white;
  word-wrap: break-word;
  animation: blink 1s infinite; /* Apply the blink animation infinitely */
}

.long-title-li {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: var(--app-accent-color);
  word-wrap: break-word;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 08-12-23    HSK        PLAT-3793   IafViewer DevTools - Camera Callback Panel under IafUtils.debugIaf
// -------------------------------------------------------------------------------------
*/

.devtools-stats{
    color:white;
    order:0;
}

.main-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.section-li {
    margin-bottom: 7px;
}

.stats-ul{
    margin-left: 5px;
    font-size: 0.7em;
}
  
.devtools-stats li strong {
    color: #61dafb;
    margin-right: 5px;
    font-size: 0.7em;
}
.devtools-stats li span {
    font-size: 0.7em;
}


/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/

.section-li {
    margin-bottom: 7px;
}

.stats-ul{
    margin-left: 5px;
    font-size: 0.9em;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/

.section-li {
    margin-bottom: 7px;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/

.camera-inputs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 5px;
    /* width: 207px; */
    /* height: 18px; */
}

.position-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #dcdcdc;
}

.position-box p {
    margin: 0px;
}
/* -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 06-01-23    ATK        PLAT-2709   New UX UI Foundation Project
//                                    Code Restructuring.
// 16-05-23    HSK        PLAT-2730   Revamped IafViewer Panels                                   
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/

#viewer-2d-main {
    position: absolute;
    width: 312px;
    height: 283px;
    top: 24px;
    left: 24px;
    border-radius: 10px;
  }
  #viewer-2d-main .viewer2D-Controls {
    position: absolute;
    /* background: white; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 312px;
    height: 44px;
    z-index: 6;
    border: 1px solid rgba(46, 45, 45, 0.0509803922);
    background-color: #333333;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #viewer-2d-main .DropDownList {
    margin-left: 4px;
    margin-top: 8px;
    margin-right: 2px;
    text-align: center;
    font-size: 12.8px;
    height: 24px;
    float: left;
    width: 100px;
    border-color: white;
    background-color: white !important;
    padding: none !important;
    color: var(--app-accent-color);
    font-weight: bold;
  }
  #viewer-2d-main button:hover {
    background-color: #ddd;
    color: black;
  }
  #viewer-2d-main .previous {
    background-color: #f1f1f1;
    color: black;
  }
  #viewer-2d-main .next {
    background-color: #f1f1f1;
    color: black;
  }
  #viewer-2d-main .round {
    border-radius: 50%;
  }
  #viewer-2d-main .Viewer_button {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    z-index: 10;
    /* background: white; */
    background-color: #333333;
    margin-top: 0;
    border-radius: 10px;
  }
  #viewer-2d-main .Viewer_button .Viewer2d-toolbar-icon {
    width: 20px;
    height: 18px;
    margin: 11px 10px 11px 10px;
    position: absolute;
  }
  
  .Viewer2d-toolbar-icon .tooltip-txt {
    visibility: hidden;
    width: 80px;
    background-color: var(--app-accent-color);
    color: #fff;
    text-align: center;
    font-size: 0.822em;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: 150%;
    left: 50%;
    margin-left: -45px;
    z-index: 7;
  }
  
  .Viewer2d-toolbar-icon:hover .tooltip-txt {
    visibility: visible;
  }
  
  #viewer2D {
    position: absolute;
    border-color: rgba(61, 60, 60, 0.0509803922);
    width: 312px;
    height: 243px;
    z-index: 5;
    margin-top: 44px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .custom-select{
    margin-left: 4px;
    margin-top: 12px;
    margin-right: 2px;
    text-align: center;
    font-size: 12.8px;
    height: 20px !important;
    float: left;
    width: 100px;
    border: 1px solid #3e3e3e;
    border-radius: 4px;
    line-height: 18px;
    font-weight: 500;
    appearance: auto !important;
  }

  .custom-select:focus {
    border-color: #3e3e3e;
    outline: 0;
    box-shadow: none;
}


/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 22-Oct-23   ATK        PLAT-2414   Performance - CSDL - On Demand
// -------------------------------------------------------------------------------------
*/

#model-tree-main {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 24px;
  left: 824px;
  border-radius: 10px;
  z-index: 11;  
}
#model-tree-main-2d {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 24px;
  left: 1224px;
  border-radius: 10px;
  z-index: 11;
}
#model-tree-main-dis {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 524px;
  left: 824px;
  border-radius: 10px;
  z-index: 11;
}
#model-tree-main .viewer2D-Controls {
  position: absolute;
  background: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 512px;
  height: 44px;
  z-index: 6;
  border: 1px solid rgba(46, 45, 45, 0.0509803922);
}
#model-tree-main .DropDownList {
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 2px;
  text-align: center;
  font-size: 12.8px;
  height: 24px;
  float: left;
  width: 100px;
  border-color: white;
  color: #C71784;
  font-weight: bold;
}
#model-tree-main button:hover {
  background-color: #ddd;
  color: black;
}
#model-tree-main .previous {
  background-color: #f1f1f1;
  color: black;
}
#model-tree-main .next {
  background-color: #f1f1f1;
  color: black;
}
#model-tree-main .round {
  border-radius: 50%;
}
#model-tree-main .Viewer_button {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  background: white;
  margin-top: 0;
}
#model-tree-main .Viewer_button .Viewer2d-toolbar-icon {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}
.react-checkbox-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
}
.react-checkbox-tree > ol {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.react-checkbox-tree ol ol {
  padding-left: 24px;
}
.react-checkbox-tree button {
  line-height: normal;
  color: inherit;
}
.react-checkbox-tree button:disabled {
  cursor: not-allowed;
}
.react-checkbox-tree .rct-bare-label {
  cursor: default;
}
.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
}
.react-checkbox-tree label:hover {
  background: rgba(51, 51, 204, 0.1);
}
.react-checkbox-tree label:active, .react-checkbox-tree label:focus {
  background: rgba(51, 51, 204, 0.15);
}
.react-checkbox-tree:not(.rct-native-display) input {
  display: none;
}
.react-checkbox-tree.rct-native-display input {
  margin: 0 5px;
}
.react-checkbox-tree .rct-icon {
  display: inline-block;
  text-align: center;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
}

.rct-disabled > .rct-text > label {
  opacity: 0.75;
  cursor: not-allowed;
}
.rct-disabled > .rct-text > label:hover {
  background: transparent;
}
.rct-disabled > .rct-text > label:active {
  background: transparent;
}

.rct-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rct-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5rem;
  text-align: right;
}

.rct-option {
  opacity: 0.75;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 18px;
}
.rct-option:hover {
  opacity: 1;
}
.rct-option + .rct-option {
  margin-left: 2px;
}

.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0 5px;
}
.rct-collapse *,
.rct-checkbox *,
.rct-node-icon * {
  display: inline-block;
  margin: 0;
  width: 14px;
}

.rct-collapse {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px;
}
.rct-collapse.rct-collapse-btn {
  cursor: pointer;
}
.rct-collapse > .rct-icon-expand-close {
  opacity: 0.5;
}
.rct-collapse > .rct-icon-expand-close:hover {
  opacity: 1;
}

.rct-native-display .rct-checkbox {
  display: none;
}

.rct-node-clickable {
  cursor: pointer;
}
.rct-node-clickable:hover {
  background: rgba(51, 51, 204, 0.1);
}
.rct-node-clickable:focus {
  outline: 0;
  background: rgba(51, 51, 204, 0.2);
}

.rct-node-icon {
  color: #33c;
}

.rct-title {
  padding: 0 5px;
}

.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\f054";
}
.rct-icons-fa4 .rct-icon-expand-open::before {
  content: "\f078";
}
.rct-icons-fa4 .rct-icon-uncheck::before {
  content: "\f096";
}
.rct-icons-fa4 .rct-icon-check::before {
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-leaf::before {
  content: "\f016";
}
.rct-icons-fa4 .rct-icon-parent-open::before {
  content: "\f115";
}
.rct-icons-fa4 .rct-icon-parent-close::before {
  content: "\f114";
}
.rct-icons-fa4 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa4 .rct-icon-collapse-all::before {
  content: "\f146";
}

.rct-icons-fa5 .rct-icon-expand-close::before {
  font-weight: 900;
  content: "\f054";
}
.rct-icons-fa5 .rct-icon-expand-open::before {
  font-weight: 900;
  content: "\f078";
}
.rct-icons-fa5 .rct-icon-uncheck::before {
  content: "\f0c8";
}
.rct-icons-fa5 .rct-icon-check::before {
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-leaf::before {
  content: "\f15b";
}
.rct-icons-fa5 .rct-icon-parent-open::before {
  content: "\f07c";
}
.rct-icons-fa5 .rct-icon-parent-close::before {
  content: "\f07b";
}
.rct-icons-fa5 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa5 .rct-icon-collapse-all::before {
  content: "\f146";
}

.rct-direction-rtl {
  direction: rtl;
}
.rct-direction-rtl ol ol {
  padding-right: 24px;
  padding-left: 0;
}
.rct-direction-rtl.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\f105";
}
.rct-direction-rtl.rct-icons-fa5 .rct-icon-expand-close::before {
  content: "\f053";
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 22-Oct-23   ATK        PLAT-2414   Performance - CSDL - On Demand
// -------------------------------------------------------------------------------------
*/

#discipline-main {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 24px;
  left: 824px;
  border-radius: 10px;
}
#discipline-main .viewer2D-Controls {
  position: absolute;
  background: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 312px;
  height: 44px;
  z-index: 6;
  border: 1px solid rgba(46, 45, 45, 0.0509803922);
}
#discipline-main .DropDownList {
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 2px;
  text-align: center;
  font-size: 12.8px;
  height: 24px;
  float: left;
  width: 100px;
  border-color: white;
  color: #C71784;
  font-weight: bold;
}
#discipline-main button:hover {
  background-color: #ddd;
  color: black;
}
#discipline-main .previous {
  background-color: #f1f1f1;
  color: black;
}
#discipline-main .next {
  background-color: #f1f1f1;
  color: black;
}
#discipline-main .round {
  border-radius: 50%;
}
#discipline-main .Viewer_button {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  background: white;
  margin-top: 0;
}
#discipline-main .Viewer_button .Viewer2d-toolbar-icon {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}
/* -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 25-01-24    raja.r     PLAT-3129   New UX UI Foundation Project
// -------------------------------------------------------------------------------------
*/

#customViewer {
  position: absolute;
  border-color: rgba(61, 60, 60, 0.0509803922);
  width: 312px;
  height: 243px;
  z-index: 5;
  margin-top: 44px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgb(204, 202, 202);
}

#custom-main {
  position: absolute;
  width: 312px;
  height: 283px;
  top: 24px;
  left: 340px;
  border-radius: 10px;
}

#custom-main .custom-Controls {
  position: absolute;
  /* background: white; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 312px;
  height: 44px;
  z-index: 6;
  border: 1px solid rgba(46, 45, 45, 0.0509803922);
  background-color: #333333;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#custom-main button:hover {
  background-color: #ddd;
  color: black;
}

#custom-main .previous {
  background-color: #f1f1f1;
  color: black;
}

#custom-main .next {
  background-color: #f1f1f1;
  color: black;
}

#custom-main .round {
  border-radius: 50%;
}

#custom-main .Custom_button {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  /* background: white; */
  background-color: #333333;
  margin-top: 0;
  border-radius: 10px;
}

#custom-main .Custom_button .custom-toolbar-icon {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}

.custom-toolbar-icon .tooltip-txt {
  visibility: hidden;
  width: 80px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.822em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -45px;
  z-index: 7;
}

.custom-toolbar-icon:hover .tooltip-txt {
  visibility: visible;
}

#custom {
  position: absolute;
  border-color: rgba(61, 60, 60, 0.0509803922);
  width: 312px;
  height: 243px;
  z-index: 5;
  margin-top: 44px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.custom-select {
  margin-left: 4px;
  margin-top: 12px;
  margin-right: 2px;
  text-align: center;
  font-size: 12.8px;
  height: 20px !important;
  float: left;
  width: 100px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  line-height: 18px;
  font-weight: 500;
  appearance: auto !important;
}

.custom-select:focus {
  border-color: #3e3e3e;
  outline: 0;
  box-shadow: none;
}