/* --------------------------------------------------------  kolonki */
.rem-s {
  font-size: 12px;
}

.col-sett {
  width: 21rem;
  flex-direction: column !important;
  display: flex !important;
}

.panel-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 0;
}

.panel-body-header {
  padding: 0 1rem;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: flex;
  align-items: center;
}

.panel-header {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.a-panel {}

.a-panel>.a-panel-header {
  padding: 0 1rem !important;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.a-panel>.a-panel-body {
  height: calc(100% - 4rem);
}

.dropdown-ico {}

.dropdown-ico a.dropdown-item i,
.dropdown-ico button.dropdown-item i {
  margin-right: .5rem;
}

.dropdown-ico a.dropdown-item {
  padding-left: 1rem;
}

.dropdown-ico ul.dropdown-menu.show {
  padding: .5rem 0;
}

/* --------------------------------------------------------       scrl */
/* --------------------------------------------------------       scrl */
.scrl {}

/* width */
.scrl::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrl::-webkit-scrollbar-track {
  background: #212529;
  border-radius: 10px;
}

/* Handle */
.scrl::-webkit-scrollbar-thumb {
  background: #495057;
  border-radius: 10px;
  border: solid 2px #212529;
}

/* Handle on hover */
.scrl::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* --------------------------------------------------------       tree */
.treeitem-nav .treeitem-ul {
  display: flex;
}

.treeitem-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.treeitem-nav li {
  display: 0;
}

.treeitem-nav li,
.treeitem-nav ul,
.treeitem-nav {
  list-style-type: none;
  cursor: pointer;
  transition: none
}
.treeitem-nav li:hover {border-color: #0d6efd !important;}
.treeitem-nav il>ul {
  list-style-type: none;
  padding-left: 1rem;
}

.treeitem-nav {
  padding-left: 2rem;
  display: block;
}

.treeitem-box {
  display: flex;
  align-content: center !important;
  height: 2.5rem;
  position: relative;
}

.treeitem-end {
  display: flex;
}

li.treeitem.active>.treeitem-box,
li.treeitem.active .treeitem-box {
  color: var(--bs-primary);
}

li.treeitem.danger>.treeitem-box,
li.treeitem.danger .treeitem-box,
li.treeitem.danger>.treeitem-box,
li.treeitem.danger .treeitem-box {
  color: var(--bs-danger) !important;
}

li.treeitem.danger>.treeitem-box .ica,
li.treeitem.danger>.treeitem-box .treeitem-toggle-icon::after,
li.treeitem.danger .treeitem-end .ica {
  filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(-19deg) brightness(100%) contrast(150%) !important;
}

li.treeitem.active>.treeitem-box .ica,
li.treeitem.active>.treeitem-box .treeitem-toggle-icon::after,
li.treeitem.active .treeitem-end .ica {
  filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(183deg) brightness(100%) contrast(150%);
}

.treeitem-name {
  width: 100%;
  padding-left: 0.333rem;
}

.treeitem-name>font {
  display: flex;
}

.treeitem-toggle-icon {
  min-width: 2rem;
  min-height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: -2rem;
  cursor: pointer;
}

.treeitem-toggle-icon::after {
  background-image: url(/icon/toggle.svg);
  content: " ";
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background-size: cover;
  line-height: 1;

}

li.treeitem.noneVisible .ica-eyeOn {
  background-image: url(/icon/eyeOff.svg);
}

li.treeitem.noneVisible .treeitem-box .treeitem-end {
  opacity: 1;
}

li.treeitem.close .ica-folder {
  background-image: url(/icon/folderOff.svg);
}

li.treeitem.close .treeitem-toggle-icon::after {
  display: inline-block;
  transform: rotate(-90deg);
}

li.treeitem.close>ul {
  display: none;
}

.icon-mtl,
.treeitem-mtl,
.treeitem-visible,
.treeitem-settings,
.treeitem-icon {
  min-width: 2rem;
  min-height: 2rem;
}

#myMaterials .icon-mtl,
#publishedMaterials .icon-mtl {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
}

#myMaterials .icon-mtl,
#publishedMaterials .icon-mtl,
form .icon-mtl {
  min-height: 40px;
  min-width: 40px;
}

#myMaterials .treeitem-box,
#publishedMaterials .treeitem-box,
form .treeitem-box {
  height: 3.5rem;
  align-items: center;
}

#myMaterials .treeitem-mtl,
#publishedMaterials .treeitem-mtl,
form .treeitem-mtl {
  min-height: 40px;
  min-width: 40px;
}

#materials .scrl {
  height: calc(100% - 4rem);
}

.position-absolute.tab-pane {
  display: none !important;
}

.position-absolute.tab-pane.show {
  display: flex !important;
}

.treeitem-mtl,
.treeitem-visible,
.treeitem-settings,
.treeitem-icon,
.treeitem-name,
.treeitem-end,
.treeitem-isopen-icon {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;

}

.treeitem-mtl,
.treeitem-visible,
.treeitem-settings {
  cursor: pointer;
}

.treeitem>.treeitem-box>.treeitem-end>div,
.treeitem .treeitem-box>.treeitem-end>div,
.treeitem .treeitem-end>div {
  opacity: 0;
}

.treeitem>.treeitem-box>.treeitem-end>div.treeitem-mtl,
.treeitem .treeitem-box>.treeitem-end>div.treeitem-mtl,
.treeitem .treeitem-end>div.treeitem-mtl {
  opacity: 1;
}

.treeitem:hover>.treeitem-box>.treeitem-end>div,
.treeitem.active>.treeitem-box>.treeitem-end>div,
.treeitem.noneVisible>.treeitem-box>.treeitem-end>div,
.treeitem:hover .treeitem-box>.treeitem-end>div,
.treeitem.active .treeitem-box>.treeitem-end>div,
.treeitem.noneVisible .treeitem-box>.treeitem-end>div,
.treeitem:hover .treeitem-end>div,
.treeitem.active .treeitem-end>div,
.treeitem.noneVisible .treeitem-end>div {
  opacity: 1;
}

.treeitem.noneVisible>.treeitem-box,
.treeitem.noneVisible .treeitem-box {
  color: #555;
}

.treeitem.noneVisible:hover>.treeitem-box,
.treeitem.noneVisible:hover .treeitem-box {
  opacity: #838383;
}

.treeitem-visible>.ica {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.treeitem-name>font {
  display: flex;
}

.icon-mtl {
  border-radius: 100%;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url(/icon-mtl/default.png);
  background-size: cover;
}

/*icon*/

.navbar-ica li a {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.ica {
  content: " ";
  width: 2rem;
  height: 2rem;
  /* min-width: 2rem; */
  /* min-height: 2rem; */
  display: inline-block;
  background-size: cover;
  line-height: 1;
  display: inline-block;
}

.ica.rotate-90 {
  rotate: 90deg;
}

.ica.rotate-180 {
  rotate: 180deg;
}

.ica.rotate-270 {
  rotate: 270deg;
}

.ica-big {
  height: 78px;
  width: 159px;
}

.ica-small {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}

.treeitem.active {
  /* #materials .treeitem.active { */
  border-color: var(--bs-primary) !important;
}

#staticTable .upload-fbx-button {
  margin-right: 2rem;
  border-color: #0687D0 !important;
  cursor: pointer;
}

.upload-fbx-button:hover {
  color: #0687D0 !important;
  border-color: #0687D0 !important;
  filter: brightness(0) saturate(100%) invert(36%) sepia(100%) saturate(895%) hue-rotate(172deg) brightness(94%) contrast(97%) !important;
}

.upload-fbx-button>i:first-child {
  /* margin-top: 2rem; */
}


.upload-fbx-button>span {
  text-wrap: wrap;
  text-align: center;
}

[data-bs-theme=dark] .ica {
  /* filter: invert(0); */
}

.ica-description {
  background-image: url(/icon/description.svg);
}

.ica-header {
  background-image: url(/icon/header.svg);
}

.ica-description {
  background-image: url(/icon/description.svg);
}

.ica-sceneObjects {
  background-image: url(/icon/sceneObjects.svg);
}

.ica-selectMaterial,
.ica-select {
  background-image: url(/icon/selectMaterial.svg);
}

.ica-addImages {
  background-image: url(/icon/images.svg);
}

.ica-selectObjects {
  background-image: url(/icon/selectObjects.svg);
}

.ica-optionGroup {
  background-image: url(/icon/optionGroup.svg);
}

.ica-totalCost {
  background-image: url(/icon/atotalCost.svg);
}

.ica-radioObjects,
.ica-radio {
  background-image: url(/icon/radioObjects.svg);
}

.ica-checkboxObjects,
.ica-checkbox {
  background-image: url(/icon/checkboxObjects.svg);
}

.ica-settings {
  background-image: url(/icon/settings.svg);
}

.ica-checkboxObjects {
  background-image: url(/icon/checkboxObjects.svg);
}

.ica-eyeOn {
  background-image: url(/icon/eyeOn.svg);
}

.ica-eyeOff {
  background-image: url(/icon/eyeOff.svg);
}

.ica-mesh {
  background-image: url(/icon/mesh.svg);
}

.ica-folder,
.ica-addImagesFolder {
  background-image: url(/icon/folder.svg);
}

.ica-folderOff {
  background-image: url(/icon/folderOff.svg);
}

.ica-selectMaterial {
  background-image: url(/icon/selectMaterial.svg);
}

.ica-radioObjects {
  background-image: url(/icon/radioObjects.svg);
}

.ica-totalCost {
  background-image: url(/icon/totalCost.svg);
}

.ica-helper {
  background-image: url(/icon/helper.svg);
}

.ica-plus {
  background-image: url(/icon/plus.svg);
}

.ica-mini-search {
  background-image: url(/icon/mini-search.svg);
}

.ica-colapseEnd {
  background-image: url(/icon/colapseEnd.svg);
}

.ica-selectObjects {
  background-image: url(/icon/selectObjects.svg);
}

.ica-download {
  background-image: url(/icon/download.svg);
}

.ica-update {
  background-image: url(/icon/update.svg);
}

.ica-uplod {
  background-image: url(/icon/uplod.svg);
}

.ica-fileModelObject {
  background-image: url(/icon/fileModelObject.svg);
}

.ica-ambientLight {
  background-image: url(/icon/ambientLight.svg);
}

.ica-camera {
  background-image: url(/icon/camera.svg);
}

.ica-directionalLight {
  background-image: url(/icon/directionalLight.svg);
}

.ica-hemisphereLight {
  background-image: url(/icon/hemisphereLight.svg);
}

.ica-pointLight {
  background-image: url(/icon/poinLight.svg);
}

.ica-spotLight {
  background-image: url(/icon/spotLight.svg);
}

.ica-cross {
  background-image: url(/icon/cross.svg);
}

.ica-upload-fbx {
  background-image: url(/icon/upload-fbx.svg);
}

.ica-collectionMaterial {
  background-image: url(/icon/collectionMaterial.svg);
}

.ica-material {
  background-image: url(/icon/Material.svg);
}

.ica-radio {
  background-image: url(/icon/icon24=Radial.svg);
}

.ica-radio.active {
  background-image: url(/icon/icon24=RadialActive.svg);
}

.ica-environment {
  background-image: url(/icon/Env.svg);
}

#dynamicTable .treeitem:first-of-type {
  /* display: none !important; */
}

#editor>canvas {
  max-width: 100%;
  max-height: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

.treeitem-box.modified-price:after {
  content: ' ';
  position: absolute;
  background: #ffbf00;
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
}

.upload-card {
  min-height: 106px;
  min-width: 106px;
}

.file-manager-tab.active {
  color: var(--bs-nav-underline-link-active-color) !important;
}

.global-map-size {
  margin-left: -1rem;
  margin-right: -1rem;
}

#filesPanel .nav-item {
  margin-top: 0;
}

div>.hover-text-focus {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding-top: 9px;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
  background: #00000091;
}

div:hover>.hover-text-focus {
  display: block;
}

.form-select {
  background-size: 0.75rem !important;
}

.a-pane-control.show .a-pane-show {
  display: none !important;
}

.a-pane-control.show .panel-body.a-panel {
  top: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: #212529;
}
.a-pane-control.show .panel-body .cl-frame {right: 1rem;top: 4rem;}

.tab-pane.tab-mat.active {
  display: flex !important;
}

.tab-pane.tab-mat {
  display: none !important;
}


.panel-body .cl-frame {
  background: #212529;
  color: #000;
  display: flex;
  width: auto;
  height: auto;
  position: fixed;
  left: 1rem;
  right: 43rem;
  overflow: hidden;
  border-radius: 1rem;
  bottom: 1rem;
  top: 8rem;
}

.upload-card .card-img-overlay {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  font-size: 11px;
  line-height: 1;
}

.upload-card img {}

.upload-card .card {
  aspect-ratio: 1 / 1;

}

.upload-card .upload-card-name {
  background: #00000075;
  color: #ffffff85;
  border: none;
  text-align: start;
  padding: 2px 4px;
  border-radius: 3px;
  text-transform: revert;
  /* overflow: hidden; */
  /* white-space: nowrap; */
}

.upload-card .upload-card-id {
  background: #00000075;
  color: #ffffff85;
  padding: 2px 4px;
  border-radius: 3px;
  margin-top: 4px;
}

body.preview-product-container .cl-frame.cl-them-01 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.conect-material-preset-unlink {
  width: 143px;
  margin-left: -55px;
  text-align: center;
  padding-right: 1px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.conect-material-preset-unlink:hover {}

.conect-material-preset-unlink span {
  background: #6c757d;
  color: #fff;
  border-radius: 20px;
  padding: 6px 3px;
  position: relative;
}

.conect-material-preset-unlink b {
  background: none;
  border: solid 1px #6c757d;
  line-height: 18px;
  height: 20px;
  width: 20px;
  font-weight: 100;
  display: block;
  border-radius: 20px;
  font-size: 11px;
  opacity: 1;
  padding-left: 0;
  margin-left: 8px;
}
.conect-material-preset-unlink b i {
    height: 10px;
    width: 10px;
    margin: 4px;
}
.conect-material-preset-unlink:hover b i {
    filter: sepia(1) saturate(10) hue-rotate(45deg);
}
.conect-material-preset-unlink b:hover i {
  filter: invert(1) !important;
}
.conect-material-preset-unlink:hover span {
  background: #50ef39;
  border-color: #50ef39;
  color: #000000;
  opacity: 1;
  position: relative;

}
.conect-material-preset-unlink:hover b {
  border-color: #50ef39;
  color: #50ef39;
  opacity: 1;
  position: relative;
}

.conect-material-preset-unlink:hover b:hover {
  background: #50ef39;
  border-color: #50ef39;
  color: #000;
  font-weight: 600;
}

.conect-material-preset-unlink span .hover-show {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding-top: 18px;
}

.conect-material-preset-unlink:hover span .hover-show {
  display: block;
}

.conect-material-preset-line {
  background: #0d6efd;
  width: 1px;
  margin: auto;
  padding: 28px 0;
  margin-top: -5px;
  position: relative;
}

.conect-material-preset {
  position: relative;
}

.conect-material-preset-line:before {
  content: "d";
  border: solid 1px transparent;
  border-width: 7px;
  border-bottom-color: #0d6efd;
  font-size: 0;
  height: 9px;
  position: absolute;
  width: 11px;
  top: -8px;
  left: -6px;

}

.conect-material-preset-line:after {
  content: "d";
  position: absolute;
  background: #0d6efd;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  bottom: -7px;
  font-size: 0;
  left: -5px;
}

.cu-p {
  cursor: pointer;
}
.border-hover:hover {
  border-color: var(--bs-blue) !important;
}

fieldset:disabled a {z-index: -1;position: relative;color: #52595f;}
fieldset:disabled {color: #52595f; opacity:0.5}

div#column-tabpane-settings {
  max-height: inherit !important;
}

#scene-object-tree .position-relative.tab-content.collapsed {
  display: none;
}

#scene-object-tree {
  display: flex;
  height: 100vh;
  max-height: calc(100vh - 4rem);
  flex-direction: column;
  align-items: stretch;
  /* overflow: hidden; */
  justify-content: space-between;
}

#staticTable {
  min-height: 200px !important;
  /* height: 100% !important; */
  max-height: inherit !important;
  margin-bottom: auto;
}

#scene-object-tree .position-relative.tab-content {
  height: 300%;
  overflow: scroll;
}
#myMaterials li.border.rounded.treeitem.treeitem-material.opacity-25 {
  opacity: 1 !important;
  border-color: #000000 !important;
  background: #1a1a1a;
}
#myMaterials li.border.rounded.treeitem.treeitem-material.opacity-25
.treeitem-info,
#myMaterials li.border.rounded.treeitem.treeitem-material.opacity-25
.treeitem-info > div{
 color: #535353 !important; 
}

.frame .panel-body .cl-frame {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}

.align-items-center.border.d-flex.justify-content-between.mb-3.rounded-4.active {
    border-color: #0d6efd !important;
}
