html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-size: 12px;
  background-color: #f1f1f1;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.main-wrapper {
  height: 100%;
  min-width: 1300px;
  min-height: 440px;
}

.main-layout {
  clear: both;
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: -o-calc(100% - 90px);
  height: calc(100% - 90px);
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.images-list {
  display: block;
  width: 400px;
  height: 100%;
  float: left;
  text-align: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.props-list {
  display: block;
  width: 300px;
  height: 100%;
  float: right;
  overflow-y: auto;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.images-controllers {
  padding: 8px;
  min-height: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.images-controllers hr {
  flex-basis: 100%;
  margin-top: 8px;
  border: none;
  color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
}

.images-controllers .btn {
  margin: 4px;
  flex-shrink: 0;
}

.images-upload-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.images-upload-buttons .btn {
  margin: 0;
}

.images-tree {
  position: absolute;
  left: 0;
  top: 47px;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 8px;
}

.image-drop-help {
  color: #555;
  font-size: 12px;
  text-align: center;

  width: 250px;
  padding: 30px 0;
  margin: 50px auto;

  background: #eee;
  border: 1px solid #ccc;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.image-drop-help.selected {
  background: #ddd;
}

.image-list-item {
  cursor: pointer;
  border: 1px dotted transparent;
}

.image-list-item-current {
  border: 1px dotted #000;
}

.image-list-image-container {
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  border: 1px dotted #ccc;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}

.image-list-image {
  max-width: 25px;
  max-height: 25px;
  margin: auto;
}

.image-list-name-container {
  display: inline-block;
  padding-top: 4px;
  padding-left: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: fit-content;
}

.btn:active {
  transform: scale(0.95);
}

.edit-btn {
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  padding: 2px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background-image: url("../images/edit_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.folder-btn {
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  padding: 2px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background-image: url("../images/folder_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.edit-btn:active {
  transform: scale(0.9);
}

.file-upload {
  position: relative;
  margin-bottom: 0;
}

.file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.pack-properties-containter {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.pack-properties-containter td {
  font-weight: bold;
  padding: 2px;
  white-space: nowrap;
  text-align: left;
}

.pack-properties-containter td > input[type="text"],
.pack-properties-containter td > input[type="number"],
.pack-properties-containter td > select {
  width: 100%;
}

.pack-properties-containter td > input[type="text"],
.pack-properties-containter td > input[type="number"] {
  padding: 2px;
  box-sizing: border-box;
}

.pack-properties-containter td > input,
.pack-properties-containter td > select {
  border-width: 1px;
  border-style: solid;
}

.results-view {
  display: block;
  height: 100%;
  min-width: 640px;
}

.results-view-wrapper {
  height: 100%;
  width: -webkit-calc(100% - 720px);
  width: -moz-calc(100% - 720px);
  width: -o-calc(100% - 720px);
  width: calc(100% - 720px);
  margin: auto;
  margin-left: 410px;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.results-view-container {
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  height: calc(100% - 50px);
  overflow: auto;
}

.results-view-footer {
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  min-width: 560px;
  min-height: 50px;
  height: auto;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.results-view-footer hr {
  margin: 8px 0;
}

.results-view-footer table {
  margin: 0 auto;
}

.results-view-footer td {
  white-space: nowrap;
  padding: 2px 4px;
}

.results-view-footer .btn {
  margin-left: 4px;
}

.results-view-footer hr {
  margin-top: 0;
  border: none;
  color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
}

.results-view-footer table {
  margin: auto;
}

.texture-view {
  display: inline-grid;
  margin-left: 8px;
  margin-top: 8px;
}

.texture-view canvas {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
}

.white-back {
  background: #fff;
}

.pink-back {
  background: #f0f;
}

.gray-back {
  background: #ccc;
}

.black-back {
  background: #000;
}

.grid-back {
  background: url("../images/grid.png");
}

.results-view-footer .btn-back-color {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.results-view-footer .btn {
  margin-top: -4px;
}

.results-view-footer .btn-back-color.selected {
  border: 2px dotted #999;
}

.center-align {
  text-align: center !important;
}

.block-hidden {
  display: none;
}

.block-visible {
  display: block;
}

.player-container {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 24px;
  font-weight: bold;
}

.player-window {
  display: inline-block;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.player-fps {
  min-width: 40px;
}

.player-buffer {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.player-view-container {
  min-height: 256px;
  min-width: 200px;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}

.message-box-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.message-box-window {
  width: 340px;
  height: 130px;
  margin: auto;
  margin-top: 180px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  background: #fff;
  border-color: #ccc;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.message-box-content {
  height: 100px;
  overflow: auto;
}

.message-box-buttons {
  padding: 8px;
  text-align: center;
}

.message-box-buttons .btn {
  margin-left: 12px;
  min-width: 50px;
}

.processing-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url("../images/processing.gif");
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: 60px 60px;
}

.processing-content {
  text-align: center;
  margin-top: 150px;
  font-size: 24px;
  font-weight: bold;
}

.old-browser-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.old-browser-content {
  width: 400px;
  height: 170px;
  background: #fff;
  margin: auto;
  margin-top: 86px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  text-align: center;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.old-browser-header {
  font-weight: bold;
}

.old-browser-content a {
  margin: 12px;
}

.about-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.about-content {
  width: 490px;
  height: 360px;
  background: #fff;
  margin: auto;
  margin-top: 86px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  text-align: left;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.about-content .btn {
  min-width: 50px;
}

.about-logo {
  width: 44px;
  height: 50px;
  background-image: url(../images/logo_black.png);
  background-repeat: no-repeat;
  background-size: 44px 50px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 16px;
  margin-bottom: 8px;
}

.about-author {
  margin-bottom: 8px;
  text-align: center;
}

.about-author a {
  text-decoration: underline;
}

.about-app-info {
  margin-top: 8px;
  text-align: center;
}

.about-app-name {
  font-size: 24px;
  font-weight: bold;
}

.about-app-version {
  padding-left: 14px;
}

.about-content table {
  margin-top: 16px;
}

.about-content td {
  white-space: nowrap;
  vertical-align: top;
  padding: 2px;
}

.about-content td.contributors-list {
  white-space: normal;
}

.about-controls {
  text-align: center;
  padding: 8px;
  margin-top: 10px;
}

.updater-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.updater-content {
  width: 490px;
  height: 300px;
  background: #fff;
  margin: auto;
  margin-top: 86px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  text-align: left;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.updater-content .btn {
  min-width: 60px;
  margin-left: 8px;
  margin-right: 8px;
}

.updater-controls {
  text-align: center;
  padding: 8px;
}

.updater-download {
  width: 490px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin-top: 14px;
}

.updater-download-progress {
  box-sizing: border-box;
  width: 0;
  height: 14px;
  background: #999;
}

.updater-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.updater-release-notes {
  width: 100%;
  height: 240px;
  border: 1px solid #999;
  overflow: auto;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}

.updater-download {
  visibility: hidden;
}

.tree-view {
  overflow-y: hidden;
}

.tree-view-item {
  line-height: 16px;
  vertical-align: middle;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 6px;
}

.tree-view-children {
  margin-left: 16px;
}

.tree-view-children-collapsed {
  height: 0;
}

.tree-view-arrow {
  margin-right: 6px;
  display: inline-block;
  font-size: 16px;
}

.tree-view-arrow:after {
  content: "▾";
}

.tree-view-arrow-collapsed {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tree-view-folder {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/folder.png);
  margin-right: 4px;
  margin-bottom: -4px;
}

.border-color-gray {
  border-color: rgba(0, 0, 0, 0.2);
}

.edit-custom-exporter-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.edit-custom-exporter-content {
  width: 640px;
  height: 500px;
  background: #fff;
  margin: auto;
  margin-top: 86px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  text-align: left;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.edit-custom-exporter-controls {
  text-align: center;
  padding: 8px;
  margin-top: 10px;
}

.edit-custom-exporter-data {
  width: 100%;
  height: 400px;
}

.edit-custom-exporter-content input[type="text"],
.edit-custom-exporter-content input[type="number"] {
  padding: 2px;
  box-sizing: border-box;
  width: 80px;
}

.edit-custom-exporter-content input {
  border-width: 1px;
  border-style: solid;
  margin-left: 8px;
  margin-right: 8px;
}

.sheet-splitter-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.sheet-splitter-content {
  width: 780px;
  height: 530px;
  background: #fff;
  margin: auto;
  margin-top: 86px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  text-align: left;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.sheet-splitter-content .btn {
  min-width: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.sheet-splitter-top {
  text-align: center;
  padding-bottom: 8px;
}

.sheet-splitter-top table {
  margin: auto;
}

.sheet-splitter-info-text {
  width: 200px;
  height: 20px;
  display: inline-block;
  padding: 4px;
  padding-top: 1px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}

.sheet-splitter-view {
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  width: 460px;
  height: 420px;
  float: left;
  overflow: auto;
}

.sheet-splitter-view canvas {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  border: 1px dotted #333;
  margin: 4px;
}

.sheet-splitter-controls {
  float: right;
  width: 280px;
  padding-right: 10px;
}

.sheet-splitter-controls select {
  width: 140px;
}

.sheet-splitter-controls input[type="number"] {
  width: 120px;
}

.sheet-splitter-controls td {
  font-weight: bold;
  padding: 2px;
  white-space: normal;
  text-align: left;
  font-size: 12px;
  word-wrap: break-word;
  max-width: 160px;
  vertical-align: middle;
}

.sheet-splitter-info {
  float: right;
  width: 220px;
  /* height: 380px; */
  padding-right: 10px;
  padding-top: 60px;
}

.sheet-splitter-bottom {
  clear: both;
  text-align: center;
  padding: 8px;
  margin-top: 10px;
}

.sheet-splitter-bottom .btn-back-color {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.sheet-splitter-bottom td {
  font-weight: bold;
  font-size: 12px;
}

.sheet-splitter-bottom .btn-back-color.selected {
  border: 2px dotted #999;
}

.sheet-splitter-bottom table {
  margin: auto;
  margin-left: 0;
}

.main-header {
  width: 100%;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 70px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-app-name {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

.main-header-app-name img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 4px;
}

.based-on {
  position: absolute;
  top: 1.5rem;
  left: 5.2rem;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}

.main-header-language {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 16px;
}

.main-header-language select {
  margin-left: 8px;
  min-width: 80px;
  max-width: 160px;
}

.main-header-controls {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 16px;
}

.main-header-controls .btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.main-header-github {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 16px;
}

.main-header-github img {
  vertical-align: middle;
}

.main-header-bmc {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 16px;
}

.main-header-bmc img {
  vertical-align: middle;
}

.main-header-about {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.stats-info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.stats-info-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: fit-content;
  padding-right: 4px;
  padding-left: 4px;

  line-height: 20px;
}

.stats-info-label {
  font-weight: bold;
  /* height: 10%; */
  height: 50%;
  font-size: 18px;
}

.stats-info-value {
  height: 50%;
  font-weight: normal;
  font-size: 16px;
}

.rtl {
  direction: rtl;
}

.rtl .images-list {
  float: right;
  text-align: right;
}

.rtl .props-list {
  float: left;
}

.rtl .images-tree {
  left: auto;
  right: 0;
}

.rtl .results-view-wrapper {
  margin-left: auto;
  margin-right: 410px;
}

.rtl .sheet-splitter-view {
  float: right;
}

.rtl .sheet-splitter-controls {
  float: left;
}

.rtl .sheet-splitter-controls td {
  text-align: right;
}

.rtl .sheet-splitter-info {
  float: left;
}

.rtl .based-on {
  left: auto;
  right: 5.2rem;
}

.rtl .main-header-language {
  margin-left: 0;
  margin-right: 16px;
}

.rtl .main-header-language select {
  margin-left: 8px;
  margin-right: 8px;
}

.rtl .main-header-controls {
  margin-left: 0;
  margin-right: 16px;
}

.rtl .main-header-github {
  margin-right: 0;
  margin-left: 16px;
}

.rtl .main-header-bmc {
  margin-right: 0;
  margin-left: 16px;
}

.rtl .main-header {
  flex-direction: row-reverse;
}

.rtl .images-controllers {
  flex-direction: row-reverse;
}

.rtl .images-upload-buttons {
  flex-direction: row-reverse;
}

.rtl .about-content,
.rtl .updater-content,
.rtl .edit-custom-exporter-content,
.rtl .sheet-splitter-content,
.rtl .message-box-window {
  text-align: right;
}

.rtl .about-logo {
  margin-left: 16px;
  margin-right: 4px;
}

.rtl .tree-view-arrow {
  margin-right: 0;
  margin-left: 6px;
}

.rtl .tree-view-children {
  margin-left: 0;
  margin-right: 16px;
}

.rtl .tree-view-folder {
  margin-right: 0;
  margin-left: 4px;
}

.rtl .results-view-footer .btn {
  margin-left: 0;
  margin-right: 4px;
}

.rtl .results-view-footer td {
  text-align: right;
}

.rtl .results-view-footer .btn-back-color {
  margin-right: 0;
  margin-left: 8px;
}

.rtl .pack-properties-containter td {
  text-align: right;
}

.rtl .pack-properties-containter input[type="text"],
.rtl .pack-properties-containter input[type="number"],
.rtl .pack-properties-containter select {
  text-align: right;
}

.rtl .image-list-name-container {
  padding-left: 0;
  padding-right: 4px;
}

.rtl input,
.rtl select,
.rtl textarea {
  direction: rtl;
}

.rtl .stats-info {
  flex-direction: row-reverse;
}

.rtl .stats-info-item {
  flex-direction: column-reverse;
}

.pack-properties-containter td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
