﻿.dxf_sodo .btn-header {
  background-color: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  white-space: nowrap;
  transition: background-color .2s
}

.dxf_sodo .btn-danger {
  background-color: #e81a54
}

.dxf_sodo .btn-header:hover {
  background-color: #1557b0
}

.dxf_sodo .sys-btn-red.dxf-server-list-toggle-active,
.dxf_sodo .sys-btn-red.dxf-server-list-toggle-active:hover,
.dxf_sodo .sys-btn-red.active.dxf-server-list-toggle-active {
  background: rgba(239, 68, 68, .08) !important;
  border-color: #ff1f1f !important;
  box-shadow: 0 0 0 1px rgba(255, 31, 31, .55), 0 0 14px rgba(255, 31, 31, .28) !important;
  color: #ef4444 !important;
  filter: none !important
}

.dxf_sodo .sys-btn-red.dxf-server-list-toggle-active i {
  color: #ef4444 !important
}

.dxf_sodo .sodo-left-panel .chk-label {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap
}

.dxf_sodo.dxf_sodo .sodo-left-panel .chk-label input {
  margin: 0
}

.dxf_sodo {
  font-size: 13px;
  background: var(--bg);
  color: var(--text);
  --left-excel-width: 500px;
  --bg: #eef2ff;
  --panel: rgba(255, 255, 255, 0.95);
  --panel-2: #ffffff;
  --panel-3: #f8fbff;
  --border: #dbe4f0;
  --text: #0f172a;
  --muted: #64748b;
  --primary: #2563eb;
  --primary-2: #1d4ed8;
  --danger: #ef4444;
  --warning: #f59e0b;
  --success: #16a34a;
  --shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
  --canvas-bg: #0b1526;
  --grid: rgba(15, 23, 42, 0.06);
  --overlay: rgba(15, 23, 42, 0.82);
  --list-hover: #f1f5f9;
  --list-active: #dbeafe;
  --crosshair: rgba(37, 99, 235, 0.45);
  --minimap-bg: rgba(255, 255, 255, 0.9);
  --minimap-border: rgba(15, 23, 42, 0.15);
  --toolbar-bg: rgba(255, 255, 255, 0.82);
  --toolbar-group: rgba(248, 251, 255, 0.92);
  --toolbar-btn: #ffffff;
  --toolbar-btn-border: #d7e1ef;
  --drop-overlay: rgba(255, 255, 255, 0.72);
  --drop-box: rgba(255, 255, 255, 0.94)
}

.dxf_sodo .panel {
  order: 2;
  transition: opacity .22s, transform .22s, border-width .22s
}

.dxf_sodo .panel-header {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px
}

.dxf_sodo .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.dxf_sodo .brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), #7c3aed);
  box-shadow: 0 6px 14px rgba(37, 99, 235, .2);
  overflow: hidden;
  flex: 0 0 auto
}

.dxf_sodo .brand-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block
}

.dxf_sodo .panel-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2
}

.dxf_sodo .panel-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.2;
  max-width: 230px
}

.dxf_sodo .panel-body {
  padding: 10px;
  height: calc(100dvh - 28px);
  overflow: hidden;
  min-height: 0
}

.dxf_sodo.dxf_sodo .hidden {
  display: none
}

.dxf_sodo .danger {
  background: rgba(239, 68, 68, .12);
  color: var(--danger);
  border-color: rgba(239, 68, 68, .2)
}

.dxf_sodo .help {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4
}

.dxf_sodo .mini-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px
}

.dxf_sodo .mini-actions button {
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 11px;
  background: var(--panel-3);
  color: var(--text);
  border: 1px solid var(--border)
}

.dxf_sodo .list-wrap {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--panel-2)
}

.dxf_sodo .error {
  margin-top: 10px;
  border: 1px solid rgba(239, 68, 68, .22);
  background: rgba(239, 68, 68, .08);
  color: #b91c1c;
  border-radius: 12px;
  padding: 10px 11px;
  font-size: 13px;
  line-height: 1.4
}

.dxf_sodo.dark .error {
  color: #fecaca
}

.dxf_sodo .icon-svg {
  display: inline-block;
  flex: 0 0 auto;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round
}

.dxf_sodo .status-item {
  border: 1px solid var(--border);
  background: var(--panel-2);
  min-width: 0
}

.dxf_sodo .status-item b {
  color: var(--text)
}

.dxf_sodo .panel-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--panel-3)
}

.dxf_sodo .filter-compact-group {
  margin-top: 8px;
  padding: 9px
}

.dxf_sodo .compact-filter-actions {
  gap: 6px;
  margin-top: 7px
}

.dxf_sodo .compact-filter-actions button {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 10px
}

.dxf_sodo .compact-panel-body {
  height: calc(100dvh - 28px);
  display: flex;
  flex-direction: column;
  min-height: 0
}

.dxf_sodo .table-wrapper {
  flex: 1;
  overflow: auto;
  border: 0;
  position: relative;
  background: var(--panel-2);
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 145, 190, 0.35) transparent
}

.dxf_sodo .table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

.dxf_sodo .table-wrapper::-webkit-scrollbar-thumb {
  background: rgba(120, 145, 190, .35);
  border-radius: 999px
}

.dxf_sodo .table-wrapper::-webkit-scrollbar-track {
  background: 0 0
}

.dxf_sodo #data-table {
  font-size: 12.2px;
  table-layout: fixed;
  background: var(--panel-2)
}

.dxf_sodo #data-table td,
.dxf_sodo #data-table th {
  border: 1px solid var(--border);
  position: relative;
  box-sizing: border-box
}

.dxf_sodo #data-table th {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  position: sticky;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset
}

.dxf_sodo .cell-editable {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 9px;
  box-sizing: border-box;
  outline: 0;
  background: 0 0;
  color: var(--text);
  cursor: cell;
  user-select: none;
  overflow: hidden;
  white-space: nowrap
}

.dxf_sodo .cell-readonly {
  background: var(--panel-3);
  color: var(--muted);
  cursor: default;
  justify-content: center;
  text-align: center;
  font-weight: 500
}

.dxf_sodo.dxf_sodo .cell-editable.editing {
  background: #fff;
  color: #000;
  user-select: text
}

.dxf_sodo #data-tbody tr:nth-child(2n) td:not(.active-cell):not(.selected-range) {
  background: rgba(148, 163, 184, .035)
}

.dxf_sodo.dark #data-table th {
  background: linear-gradient(135deg, #2563eb, #1e40af)
}

.dxf_sodo .btn-primary {
  background-color: #1a73e8;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .2s
}

.dxf_sodo .btn-primary:hover {
  background-color: #1557b0
}

.dxf_sodo.dxf_sodo .theme-light {
  background: #fff
}

.dxf_sodo.dxf_sodo .theme-light-header {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  color: #000
}

.dxf_sodo.dxf_sodo .theme-light-text {
  color: #333
}

.dxf_sodo.dxf_sodo #dxf-preview-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  background: #000;
  cursor: grab
}

.dxf_sodo #dxf-preview-canvas:active {
  cursor: grabbing
}

.dxf_sodo .sodo-dxf-panel {
  flex: 1 1 auto;
  overflow: hidden;
  background: var(--bg)
}

.dxf_sodo .sodo-dxf-panel .panel-body {
  height: 100%
}

.dxf_sodo.dxf_sodo .status-item {
  padding: 6px 8px;
  border-radius: 10px
}

.dxf_sodo.dxf_sodo,
.dxf_sodo.dxf_sodo body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.dxf_sodo.dxf_sodo #wrapper {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.dxf_sodo.dxf_sodo #page-wrapper,
.dxf_sodo.dxf_sodo .gray-bg.sidebar-content {
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 220px;
  padding: 0;
  overflow: hidden
}

.dxf_sodo.dxf_sodo #page-wrapper>.row.border-bottom {
  margin-left: 0;
  margin-right: 0
}

.dxf_sodo.dxf_sodo .sodo-main-layout {
  display: flex;
  height: 100vh;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: hidden
}

.dxf_sodo.dxf_sodo #id_sodo_div_excel {
  min-height: 0;
  background: var(--panel-2);
  border: 0;
  outline: 0;
  box-shadow: none
}

.dxf_sodo.dxf_sodo .table-wrapper {
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto
}

.dxf_sodo.dxf_sodo .sodo-dxf-panel {
  flex: 1 1 0%;
  min-width: 0
}

@keyframes sodo-slide-alternate {
  0% {
    left: 0
  }

  100% {
    left: 70%
  }
}

.dxf_sodo.dxf_sodo #id_sodo_div_excel .table-wrapper {
  border: 0;
  outline: 0;
  box-shadow: none
}

.dxf_sodo.dxf_sodo .sodo-dropdown {
  position: relative;
  display: inline-flex;
  padding: 0
}

.dxf_sodo.dxf_sodo #trigger-display {
  color: #a78bfa;
  border-color: rgba(167, 139, 250, .4);
  background: rgba(167, 139, 250, .05)
}

.dxf_sodo.dxf_sodo #trigger-config {
  color: #fb923c;
  border-color: rgba(251, 146, 60, .4);
  background: rgba(251, 146, 60, .05)
}

.dxf_sodo.dxf_sodo #trigger-tools {
  color: #22d3ee;
  border-color: rgba(34, 211, 238, .4);
  background: rgba(34, 211, 238, .05)
}

.dxf_sodo.dxf_sodo #trigger-export {
  color: #f472b6;
  border-color: rgba(244, 114, 182, .4);
  background: rgba(244, 114, 182, .05)
}

.dxf_sodo.dxf_sodo .dropdown-trigger i:first-child {
  margin-right: 8px;
  font-size: 14px;
  opacity: .9
}

.dxf_sodo.dxf_sodo .fa-caret-down {
  margin-left: 8px;
  font-size: 12px
}

.dxf_sodo.dxf_sodo .icon-svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0
}

.dxf_sodo.dxf_sodo .dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: 176px;
  z-index: 300;
  border-radius: 10px;
  padding: 6px;
  background: rgba(11, 21, 38, .96);
  border: 1px solid rgba(96, 165, 250, .18);
  box-shadow: 0 16px 32px rgba(2, 6, 23, .45);
  backdrop-filter: blur(10px);
  overflow: hidden
}

.dxf_sodo .sodo-dropdown.active .dropdown-content {
  display: block
}

.dxf_sodo.dxf_sodo .dropdown-item span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

.dxf_sodo.dxf_sodo .dropdown-item:hover {
  background: rgba(148, 163, 184, .12);
  color: #fff
}

.dxf_sodo.dxf_sodo .dropdown-item.active {
  background: rgba(37, 99, 235, .16);
  color: #eff6ff
}

.dxf_sodo .dropdown-item.active .icon,
.dxf_sodo .dropdown-item.active i {
  color: #bfdbfe
}

.dxf_sodo .dropdown-item input[type=checkbox] {
  margin: 0;
  cursor: pointer
}

.dxf_sodo .dropdown-divider {
  height: 1px;
  background: rgba(148, 163, 184, .16);
  margin: 5px 2px
}

.dxf_sodo.dxf_sodo .dropdown-field {
  flex-direction: column;
  align-items: flex-start
}

.dxf_sodo .dropdown-field span {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px
}

.dxf_sodo .dropdown-field input {
  width: 100%;
  padding: 6px;
  background: #111827;
  color: #fff;
  border: 1px solid #374151;
  border-radius: 6px;
  font-size: 12px
}

.dxf_sodo.dark {
  --bg: #0b1220;
  --panel: rgba(15, 23, 42, 0.95);
  --panel-2: #111827;
  --panel-3: #0f1a2e;
  --border: #223148;
  --text: #e5eefb;
  --muted: #93a4bc;
  --primary: #60a5fa;
  --primary-2: #3b82f6;
  --danger: #f87171;
  --warning: #fbbf24;
  --success: #34d399;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --canvas-bg: #0b1526;
  --grid: rgba(255, 255, 255, 0.05);
  --overlay: rgba(2, 6, 23, 0.86);
  --list-hover: #152034;
  --list-active: #172554;
  --crosshair: rgba(255, 255, 255, 0.18);
  --minimap-bg: rgba(2, 6, 23, 0.82);
  --minimap-border: rgba(255, 255, 255, 0.16);
  --toolbar-bg: rgba(8, 15, 29, 0.88);
  --toolbar-group: rgba(16, 25, 43, 0.95);
  --toolbar-btn: #12203a;
  --toolbar-btn-border: #243653;
  --drop-overlay: rgba(2, 6, 23, 0.45);
  --drop-box: rgba(8, 15, 29, 0.92)
}

.dxf_sodo .file-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-word
}

.dxf_sodo .file-sub {
  margin-top: 4px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35
}

.dxf_sodo .file-actions {
  display: flex;
  gap: 6px;
  flex: 0 0 auto
}

.dxf_sodo .compact-btn {
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 10px
}

.dxf_sodo .group {
  margin-top: 8px;
  border: 1px solid var(--border);
  background: var(--panel-2);
  border-radius: 14px;
  padding: 10px
}

.dxf_sodo .group-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px
}

.dxf_sodo .entity-list,
.dxf_sodo .summary-list {
  max-height: 150px;
  overflow: auto
}

.dxf_sodo .entity-item.active {
  background: var(--list-active)
}

.dxf_sodo .entity-item {
  cursor: pointer
}

.dxf_sodo .entity-type {
  font-weight: 500;
  font-size: 13px
}

.dxf_sodo .swatch {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px
}

.dxf_sodo .toggle {
  appearance: none;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #cbd5e1;
  position: relative;
  cursor: pointer;
  transition: .2s;
  border: none;
  flex: 0 0 auto
}

.dxf_sodo .toggle:checked {
  background: var(--primary)
}

.dxf_sodo .toggle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  transition: .2s
}

.dxf_sodo .toggle:checked::after {
  transform: translateX(16px)
}

.dxf_sodo .overlay {
  position: absolute;
  z-index: 4;
  background: var(--overlay);
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(6px);
  max-width: 360px;
  white-space: pre-line;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
  pointer-events: none
}

.dxf_sodo .overlay.top-right {
  top: 12px;
  right: 12px
}

.dxf_sodo .overlay.bottom-left {
  bottom: 12px;
  left: 12px
}

.dxf_sodo #data-table td:nth-child(5) .cell-editable {
  justify-content: flex-start
}

.dxf_sodo .panel-tab-btn {
  min-height: 48px;
  padding: 7px 6px;
  border-radius: 11px;
  background: 0 0;
  border: 1px solid transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center
}

.dxf_sodo .panel-tab-btn:hover {
  background: var(--panel-2);
  color: var(--text);
  transform: none
}

.dxf_sodo .panel-tab-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .22)
}

.dxf_sodo #tab-entities.active,
.dxf_sodo #tab-props.active {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden
}

.dxf_sodo #tab-layers.active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden
}

.dxf_sodo .compact-input {
  padding: 8px 10px;
  font-size: 12.5px
}

.dxf_sodo .file-actions-main {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  max-width: none;
  padding-bottom: 2px
}

.dxf_sodo .compact-action-btn {
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 12px;
  font-size: 12.5px
}

.dxf_sodo .file-actions-main .danger {
  margin-left: auto
}

@media (max-width:1200px) {
  .dxf_sodo .floating-panel-toggle {
    right: 10px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px
  }

  .dxf_sodo .app {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
    overflow: auto
  }

  .dxf_sodo .panel-body {
    height: auto
  }

  .dxf_sodo .viewer {
    min-height: 78vh
  }

  .dxf_sodo .statusbar {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .dxf_sodo .canvas-drop-box {
    min-width: 0;
    width: calc(100% - 32px)
  }
}

.dxf_sodo .sodo-left-panel {
  width: 360px;
  max-width: 420px;
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden
}

@media (max-width:1400px) {
  .dxf_sodo .sodo-left-panel {
    width: 330px;
    flex-basis: 330px
  }

  .dxf_sodo .sodo-dxf-panel .app {
    grid-template-columns: minmax(0, 1fr) 330px
  }
}

.dxf_sodo.dxf_sodo .sodo-dxf-panel,
.dxf_sodo.dxf_sodo .sodo-left-panel {
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0
}

.dxf_sodo.dxf_sodo .sodo-left-panel {
  width: var(--left-excel-width);
  min-width: 300px;
  max-width: none;
  flex: 0 0 var(--left-excel-width);
  position: relative;
  transition: none;
  background: var(--panel-2);
  border-right: 0;
  box-shadow: none
}

.dxf_sodo.dxf_sodo .sodo-left-panel.collapsed {
  width: 0;
  min-width: 0;
  flex: 0 0 0;
  border-right: none;
  overflow: hidden
}

.dxf_sodo.dxf_sodo #chooseFileBtn {
  color: #3b82f6;
  border-color: rgba(59, 130, 246, .4);
  background: rgba(59, 130, 246, .05)
}

.dxf_sodo.dxf_sodo #chooseFileBtn:hover {
  background: rgba(59, 130, 246, .15)
}

.dxf_sodo.dxf_sodo #chooseFileBtn i,
.dxf_sodo.dxf_sodo #chooseFileBtn>.icon-svg {
  color: #fbbf24;
  filter: drop-shadow(0 0 2px rgba(251, 191, 36, .3))
}

.dxf_sodo.dxf_sodo #fitBtn {
  color: #34d399;
  border-color: rgba(52, 211, 153, .4);
  background: rgba(52, 211, 153, .05)
}

.dxf_sodo.dxf_sodo #fitBtn:hover {
  background: rgba(52, 211, 153, .15)
}

.dxf_sodo.dxf_sodo #clearBtn {
  color: #fb7185;
  border-color: rgba(251, 113, 133, .4);
  background: rgba(251, 113, 133, .05)
}

.dxf_sodo.dxf_sodo #clearBtn:hover {
  background: rgba(251, 113, 133, .15)
}

.dxf_sodo.dxf_sodo #themeBtn.dropdown-item,
.dxf_sodo.dxf_sodo .dropdown-item {
  min-height: 30px;
  height: auto;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--toolbar-button-gap, 5px);
  color: #dbe7f5;
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: var(--toolbar-text-size, 12px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  transition: background .16s, color .16s, border-color .16s;
  border: 0;
  border-left: 0;
  border-radius: 8px;
  background: 0 0;
  white-space: nowrap
}

.dxf_sodo.dxf_sodo .dropdown-item.is-toggle {
  padding-right: 8px
}

.dxf_sodo.dxf_sodo .dropdown-item.is-toggle.active {
  background: 0 0
}

.dxf_sodo.dxf_sodo .dropdown-item.is-toggle.active:hover {
  background: rgba(148, 163, 184, .12)
}

.dxf_sodo.dxf_sodo .dropdown-item.is-toggle span:last-of-type {
  flex: 1 1 auto
}

.dxf_sodo .dropdown-item.is-toggle::after {
  content: "";
  width: 26px;
  height: 15px;
  margin-left: 8px;
  flex: 0 0 26px;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 999px;
  background: radial-gradient(circle at 7px 50%, #cbd5e1 0 4px, transparent 4.5px), rgba(15, 23, 42, .86)
}

.dxf_sodo .dropdown-item.is-toggle.active::after {
  border-color: rgba(96, 165, 250, .72);
  background: radial-gradient(circle at 19px 50%, #fff 0 4px, transparent 4.5px), linear-gradient(135deg, #2563eb, #60a5fa)
}

.dxf_sodo #id_sodo_div_excel .table-wrapper::-webkit-scrollbar-track {
  background: 0 0
}

.dxf_sodo #id_sodo_div_excel .table-wrapper::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 8px;
  border: none
}

.dxf_sodo.dxf_sodo #data-table {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif
}

.dxf_sodo.dxf_sodo #data-table td,
.dxf_sodo.dxf_sodo #data-table th {
  height: 27px;
  line-height: 27px;
  padding: 0;
  border: 0;
  border-right: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
  color: #0f172a;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  transition: background .2s, box-shadow .2s
}

.dxf_sodo.dxf_sodo #data-table th,
.dxf_sodo.dxf_sodo #data-table thead th {
  position: sticky;
  top: 0;
  z-index: 6;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  background: #fef9c3;
  color: #000;
  border-right: 1px solid #fca5a5;
  border-top: none;
  border-bottom: 1px solid #3b82f6;
  box-shadow: inset 0 1px 0 #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700
}

.dxf_sodo.dxf_sodo #data-table td {
  background: #fff;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none
}

.dxf_sodo.dxf_sodo #data-table tr:nth-child(2n) td {
  background: snow
}

.dxf_sodo.dxf_sodo #id_sodo_div_excel .cell-editable,
.dxf_sodo.dxf_sodo #id_sodo_div_excel .cell-readonly {
  width: 100%;
  height: 100%;
  min-height: 27px;
  line-height: 27px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  color: #000;
  background: 0 0;
  font-size: 12px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-shadow: none;
  outline: 0;
  transition: background .2s, box-shadow .2s
}

.dxf_sodo.dxf_sodo #data-table tbody td,
.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody .cell-editable,
.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody .cell-readonly,
.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td:first-child .cell-editable,
.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td:nth-child(6) .cell-editable,
.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td:nth-child(6) .cell-readonly {
  font-weight: 400;
  font-style: normal;
  text-transform: none
}

.dxf_sodo.dxf_sodo #data-table td:first-child,
.dxf_sodo.dxf_sodo #id_sodo_div_excel td:first-child .cell-editable {
  text-align: center;
  justify-content: center;
  background: 0 0;
  color: #000;
  font-weight: 400
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(2) .cell-editable,
.dxf_sodo.dxf_sodo #data-table td:nth-child(3) .cell-editable,
.dxf_sodo.dxf_sodo #data-table td:nth-child(4) .cell-editable,
.dxf_sodo.dxf_sodo #data-table td:nth-child(6) .cell-editable {
  justify-content: center;
  text-align: center
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(5),
.dxf_sodo.dxf_sodo #data-table td:nth-child(5) .cell-editable {
  justify-content: flex-start;
  text-align: left
}

.dxf_sodo.dxf_sodo #data-table td:first-child,
.dxf_sodo.dxf_sodo #data-table th:first-child {
  width: 15%
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(2),
.dxf_sodo.dxf_sodo #data-table td:nth-child(3),
.dxf_sodo.dxf_sodo #data-table th:nth-child(2),
.dxf_sodo.dxf_sodo #data-table th:nth-child(3) {
  width: 20%
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(4),
.dxf_sodo.dxf_sodo #data-table th:nth-child(4) {
  width: 10%
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(5),
.dxf_sodo.dxf_sodo #data-table th:nth-child(5) {
  width: 25%
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(6),
.dxf_sodo.dxf_sodo #data-table th:nth-child(6) {
  width: 10%
}

.dxf_sodo.dxf_sodo #data-table td:first-child,
.dxf_sodo.dxf_sodo #data-table td:first-child .cell-editable,
.dxf_sodo.dxf_sodo #data-table td:first-child .cell-readonly {
  font-weight: 400;
  background: 0 0;
  color: #000
}

.dxf_sodo.dxf_sodo #data-table td:nth-child(6),
.dxf_sodo.dxf_sodo #data-table tr:nth-child(2n) td:nth-child(6) {
  background: #f4f1f1;
  border-right-color: #cbd5e1;
  border-bottom-color: #cbd5e1;
  cursor: not-allowed
}

.dxf_sodo.dxf_sodo #id_sodo_div_excel td:nth-child(6) .cell-editable,
.dxf_sodo.dxf_sodo #id_sodo_div_excel td:nth-child(6) .cell-readonly {
  color: #000;
  font-weight: 400;
  font-style: normal;
  cursor: not-allowed
}

body.dxf_sodo.dxf_sodo #data-table tbody td,
body.dxf_sodo.dxf_sodo #data-table tbody td .cell-editable,
body.dxf_sodo.dxf_sodo #data-table tbody td .cell-readonly,
body.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td,
body.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td .cell-editable,
body.dxf_sodo.dxf_sodo #id_sodo_div_excel tbody td .cell-readonly {
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-shadow: none
}

.dxf_sodo.dxf_sodo #data-table th:nth-child(6) {
  background: #f4f1f1;
  color: #000;
  border-top: none;
  border-bottom: 1px solid #cbd5e1;
  border-right: 0px solid transparent;
  box-shadow: inset 0 1px 0 #fff
}

.dxf_sodo.dxf_sodo .cell-editable.editing {
  user-select: text;
  cursor: text
}

.dxf_sodo .cell-editable:not(.editing):not(.cell-readonly) {
  cursor: cell;
  user-select: none
}

body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected td,
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected td:nth-child(n),
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected:nth-child(2n) td,
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected:nth-child(2n) td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected:nth-child(odd) td,
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected:nth-child(odd) td:nth-child(6) {
  position: relative;
  z-index: 2
}

body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon:nth-child(2n) td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon:nth-child(2n) td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon:nth-child(odd) td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-polygon:nth-child(odd) td:nth-child(6) {
  border-bottom-color: transparent
}

.dxf_sodo .sodo-resizer-bar-col {
  width: 0;
  background: 0 0;
  cursor: col-resize;
  z-index: 999;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  overflow: visible
}

.sodo-resizer-bar-col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  cursor: col-resize;
  z-index: 1
}

.sodo-resizer-bar-col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: transparent;
  pointer-events: none;
  z-index: 2
}

body.dxf_sodo.sodo-view-swapped .sodo-resizer-bar-col::after {
  background: 0 0
}

.dxf_sodo .sodo-resizer-bar-row {
  height: 0;
  background: 0 0;
  cursor: row-resize;
  z-index: 999;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: visible
}

.sodo-resizer-bar-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
  cursor: row-resize;
  z-index: 1
}

.sodo-resizer-bar-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: 0 0;
  pointer-events: none;
  z-index: 2
}

body.dxf_sodo.sodo-view-swapped .sodo-resizer-bar-row::after {
  background: red
}

.dxf_sodo .sodo-resizer-handle-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 32px;
  background: #2f3b4c;
  border: 1.5px solid #4a5b70;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  pointer-events: none;
  z-index: 1000;
  transition: .25s cubic-bezier(.175, .885, .32, 1.275)
}

.dxf_sodo .sodo-resizer-handle-row {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 10px;
  background: #2f3b4c;
  border: 1.5px solid #4a5b70;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  pointer-events: none;
  z-index: 1000;
  transition: .25s cubic-bezier(.175, .885, .32, 1.275)
}

.dxf_sodo .sodo-handle-line-v {
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 1px
}

.dxf_sodo .sodo-handle-line-h {
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 1px
}

.dxf_sodo .sodo-resizer-bar-col:active .sodo-resizer-handle-col,
.dxf_sodo .sodo-resizer-bar-col:hover .sodo-resizer-handle-col,
.dxf_sodo .sodo-resizer-bar-row:active .sodo-resizer-handle-row,
.dxf_sodo .sodo-resizer-bar-row:hover .sodo-resizer-handle-row {
  transform: translate(-50%, -50%) scale(1.15);
  background: #39475c;
  border-color: #5d728c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .45)
}

.dxf_sodo .btn-floating-control {
  backdrop-filter: blur(8px) saturate(110%);
  -webkit-backdrop-filter: blur(8px) saturate(110%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
  border-radius: 20px;
  transition: .2s;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .2)
}

.dxf_sodo .btn-floating-control:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25)
}

.dxf_sodo.dxf_sodo .dxf_trinhxem.dxf-page {
  height: 100%;
  min-height: 100%;
  --dxf-viewer-toolbar-mode-toggle-display: none
}

.dxf_sodo.dxf_sodo .dxf_trinhxem.dxf-page .app.layout-3col,
.dxf_sodo.dxf_sodo .dxf_trinhxem.dxf-page .layout-3col.app.dxf_trinhxem_left_panel_collapsed,
.dxf_sodo.dxf_sodo .dxf_trinhxem.dxf-page .layout-3col.app.dxf_trinhxem_left_panel_collapsed.dxf_trinhxem_panel_collapsed,
.dxf_sodo.dxf_sodo .dxf_trinhxem.dxf-page .layout-3col.app.dxf_trinhxem_panel_collapsed {
  height: 100%;
  min-height: 100%;
  padding: 10px
}

.dxf_sodo.dxf_sodo #id_header_group_B_Moblie {
  display: none
}

@keyframes sodo-pulse-meridian {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, .6);
    border-color: #f59e0b
  }

  70% {
    box-shadow: 0 0 8px 4px rgba(245, 158, 11, 0);
    border-color: #f59e0b
  }

  100% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0)
  }
}

@keyframes sodo-pulse-meridian-boundary {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, .8)
  }

  50% {
    box-shadow: 0 0 10px 4px rgba(220, 38, 38, .35)
  }
}

.dxf_sodo .tooltip.sodo-meridian-boundary-tooltip .tooltip-inner {
  max-width: 340px;
  padding: 7px 10px;
  background-color: #b93636;
  color: #fff;
  font-size: 12px;
  font-weight: 500
}

.dxf_sodo .tooltip.sodo-meridian-boundary-tooltip.in {
  opacity: 1
}

.dxf_sodo .tooltip.sodo-meridian-boundary-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #b93636
}

.dxf_sodo .CodeMirror-placeholder {
  color: #999;
  opacity: .7
}

.dxf_sodo #sodo-selection-overlay.is-all-selected {
  border: 2px solid #3b82f6;
  background-color: rgba(59, 130, 246, .04);
  animation: none
}

body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected td,
body.dxf_sodo.dxf_sodo #data-table tr.polygon-selected td:nth-child(n),
body.dxf_sodo.dxf_sodo #data-table tr.point-selected td,
body.dxf_sodo.dxf_sodo #data-table tr.point-selected td:nth-child(n) {
  background: #fef9c3 !important;
}

.dxf_sodo.dxf_sodo .cell-editable:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.dxf_sodo.dxf_sodo .cell-editable.editing:focus {
  background: #fff;
  color: #000;
  border: 1px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table tr.active-row td,
body.dxf_sodo.dxf_sodo #data-table tr.active-row td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.active-row td:nth-child(n),
body.dxf_sodo.dxf_sodo #data-table tr.active-row:nth-child(2n) td,
body.dxf_sodo.dxf_sodo #data-table tr.active-row:nth-child(2n) td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.active-row:nth-child(odd) td,
body.dxf_sodo.dxf_sodo #data-table tr.active-row:nth-child(odd) td:nth-child(6) {
  background: #fef9c3
}

body.dxf_sodo.dxf_sodo #data-table tr.row-above-active td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-active td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.row-above-active:nth-child(2n) td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-active:nth-child(2n) td:nth-child(6),
body.dxf_sodo.dxf_sodo #data-table tr.row-above-active:nth-child(odd) td,
body.dxf_sodo.dxf_sodo #data-table tr.row-above-active:nth-child(odd) td:nth-child(6) {
  border-bottom-color: transparent
}

body.dxf_sodo.dxf_sodo #data-table td.sodo-coord-active-left {
  background: #fef9c3;
  border-right: none;
  border-bottom: 1px solid #d7dee8;
  outline: 0;
  box-shadow: none;
  position: relative;
  z-index: 10
}

body.dxf_sodo.dxf_sodo #data-table td.sodo-coord-active-right {
  background: #fef9c3;
  border-right: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
  outline: 0;
  box-shadow: none;
  position: relative;
  z-index: 10
}

body.dxf_sodo.dxf_sodo #data-table .cell-editable.editing,
body.dxf_sodo.dxf_sodo #id_sodo_div_excel .cell-editable.editing {
  background: #fff;
  color: #000;
  border: 1px solid #3b82f6;
  box-shadow: 0 2px 8px rgba(59, 130, 246, .15);
  caret-color: #3b82f6;
  z-index: 20;
  position: relative
}

@keyframes sodo-march-border {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%
  }

  100% {
    background-position: 20px 0, 100% 20px, calc(100% - 20px) 100%, 0 calc(100% - 20px)
  }
}

.dxf_sodo #sodo-selection-overlay {
  position: absolute;
  pointer-events: none;
  z-index: 15;
  border: 2px solid #3b82f6;
  display: none;
  box-sizing: border-box;
  background: 0 0
}

.dxf_sodo #sodo-selection-overlay.is-copying {
  border: none;
  background-color: rgba(59, 130, 246, .04);
  background-image: repeating-linear-gradient(90deg, #3b82f6 0, #3b82f6 8px, transparent 8px, transparent 16px), repeating-linear-gradient(180deg, #3b82f6 0, #3b82f6 8px, transparent 8px, transparent 16px), repeating-linear-gradient(90deg, #3b82f6 0, #3b82f6 8px, transparent 8px, transparent 16px), repeating-linear-gradient(180deg, #3b82f6 0, #3b82f6 8px, transparent 8px, transparent 16px);
  background-size: 16px 2px, 2px 16px, 16px 2px, 2px 16px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: .5s linear infinite sodo-march-border
}

body.dxf_sodo.dxf_sodo #data-table td.active-cell.selected-range,
body.dxf_sodo.dxf_sodo #data-table td.selected-range,
body.dxf_sodo.dxf_sodo #data-table td.selected-range:nth-child(n),
body.dxf_sodo.dxf_sodo #data-table tr td.selected-range:nth-child(n) {
  background: #fef9c3;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  position: relative;
  z-index: 3
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-top {
  border-top: 1px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-bottom {
  border-bottom: 1px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-left {
  border-left: 1px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-right {
  border-right: 1px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.active-cell {
  background: #fef9c3;
  border-right: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
  outline: 0;
  box-shadow: none;
  z-index: 10;
  position: relative
}

body.dxf_sodo.dxf_sodo #data-table td.active-cell .cell-editable {
  color: #0f172a;
  font-weight: 500;
  caret-color: #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-top-thick {
  border-top: 2px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-bottom-thick {
  border-bottom: 2px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-left-thick {
  border-left: 2px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table td.sel-border-right-thick {
  border-right: 2px solid #3b82f6
}

body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-top,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-top-thick {
  border-top-color: transparent
}

body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-bottom,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-bottom-thick {
  border-bottom-color: transparent
}

body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-left,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-left-thick {
  border-left-color: transparent
}

body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-right,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sel-border-right-thick {
  border-right-color: transparent
}

body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.active-cell,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sodo-coord-active-left,
body.dxf_sodo.dxf_sodo #data-table.is-copying-active td.sodo-coord-active-right {
  outline: 0;
  box-shadow: none
}

.dxf_sodo #id_dxf_core_header_sl_cha_kinhtuyentruc .select2-container--default .select2-selection--single {
  border: 1px solid #333;
  border-radius: 4px
}

.dxf_sodo #id_dxf_core_header_sl_cha_kinhtuyentruc .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #dc2626;
  font-weight: 500
}

.dxf_sodo #basemapBtn,
.dxf_sodo #exportDxfBtn,
.dxf_sodo #exportExcelBtn,
.dxf_sodo #exportJsonBtn,
.dxf_sodo #exportPngBtn,
.dxf_sodo #fitBtn,
.dxf_sodo #toggleAxisBtn,
.dxf_sodo #toggleGridBtn,
.dxf_sodo #toggleMiniMapBtn {
  display: none
}

.dxf_sodo #dropdown_item_xuatkml {
  display: flex
}

.dxf_sodo #sodo-btn-map-swap {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box
}

.dxf_sodo #sodo-btn-map-swap i {
  font-size: 9px;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(.5px)
}

.dxf_sodo #sodo-btn-map-swap:hover {
  background: #39475c;
  border-color: #5d728c;
  transform: translate(-50%, -50%) scale(1.1)
}

.dxf_sodo #sodo-btn-map-swap:hover i {
  color: #38bdf8
}

body.dxf_sodo.dxf_sodo #id_trangchu_btn_dangnhap,
body.dxf_sodo.dxf_sodo .dxf_trinhxem .user-info-group {
  text-shadow: .4px .4px 0 #222, 0 -.6px 0 #000
}

.sodo-ai-plus-modal {
  display: flex;
  flex-direction: column;
  width: 560px;
  max-height: calc(100vh - 32px)
}

.sodo-ai-plus-modal .sodo-server-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto
}

.sodo-ai-plus-header-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.sodo-ai-plus-header-choose {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid #c4b5fd;
  border-radius: 5px;
  background: #f5f3ff;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2px
}

.sodo-ai-plus-header-choose:hover {
  border-color: #8b5cf6;
  background: #ede9fe
}

.sodo-ai-plus-header-choose:disabled {
  cursor: not-allowed;
  opacity: .55
}

.sodo-ai-plus-dropzone.is-hidden {
  display: none
}

.sodo-ai-plus-dropzone {
  padding: 18px 16px;
  border: 1.5px dashed #94a3b8;
  border-radius: 8px;
  background: #f8fafc;
  color: #334155;
  text-align: center;
  cursor: pointer;
  transition: border-color .18s, background .18s, box-shadow .18s
}

.sodo-ai-plus-dropzone.is-dragover,
.sodo-ai-plus-dropzone:hover {
  border-color: #7c3aed;
  background: #f5f3ff;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, .1)
}

.sodo-ai-plus-dropzone i {
  display: block;
  margin-bottom: 7px;
  color: #7c3aed;
  font-size: 25px
}

.sodo-ai-plus-dropzone span,
.sodo-ai-plus-dropzone strong {
  display: block
}

.sodo-ai-plus-dropzone strong {
  font-size: 13px
}

.sodo-ai-plus-dropzone span {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px
}

.sodo-ai-plus-preview {
  display: none;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #fff;
  overflow: hidden
}

.sodo-ai-plus-preview.is-visible {
  display: block
}

.sodo-ai-plus-preview-content {
  display: block;
  position: relative;
  height: 204px;
  overflow: auto;
  border-radius: 0;
  background: #f8fafc;
  padding: 0
}

.sodo-ai-plus-preview-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  pointer-events: auto
}

.sodo-ai-plus-pdf-note {
  padding: 16px;
  color: #64748b;
  font-size: 12px;
  text-align: center
}

.sodo-ai-plus-error {
  display: none;
  font-size: 12px;
  line-height: 1.4;
  text-align: left
}

.sodo-ai-plus-error.is-visible {
  display: block;
  padding: 8px 12px;
  background-color: #334556;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  color: #ff0;
  margin: 8px
}

#dynamic_sodo_ai_plus_modal.sodo-server-modal-overlay {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background: 0 0;
  pointer-events: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-modal {
  --sodo-ai-brand: #00CCFF;
  --sodo-ai-brand-dark: #036B86;
  --sodo-ai-brand-soft: #F0FBFF;
  --sodo-ai-brand-soft-hover: #D9F7FF;
  --sodo-ai-brand-border: #8AE8FF;
  position: fixed;
  top: var(--sodo-ai-plus-top, 220px);
  left: var(--sodo-ai-plus-left, 16px);
  width: 200px;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 16px);
  border: 1px solid var(--sodo-ai-brand-border);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgb(15 23 42 / 20%);
  outline: 0;
  pointer-events: auto
}

#dynamic_sodo_ai_plus_modal .sodo-server-modal-title {
  display: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-actions {
  display: flex;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 20;
  align-items: center;
  gap: 3px;
  margin-left: 0
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #facc15;
  border-radius: 5px;
  background: #fffbeb;
  color: #f59e0b;
  line-height: 1
}

.dxf_sodo #dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose i {
  margin: 0;
  color: #f59e0b;
  font-size: 12px;
  line-height: 1
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose span {
  display: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose:hover {
  border-color: #f59e0b;
  background: #fef3c7
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose.is-loading,
#dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose.is-loading:disabled {
  border-color: #facc15;
  background: #fffbeb;
  color: red;
  opacity: 1
}

.dxf_sodo #dynamic_sodo_ai_plus_modal .sodo-ai-plus-header-choose.is-loading i {
  color: red
}

#dynamic_sodo_ai_plus_modal .sodo-server-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 1px 3px rgb(15 23 42 / 16%)
}

#dynamic_sodo_ai_plus_modal .sodo-server-modal-close:hover {
  border-color: #fca5a5;
  background: #fee2e2;
  color: #dc2626
}

#dynamic_sodo_ai_plus_modal .sodo-server-modal-body {
  max-height: none;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #fff
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone {
  display: flex;
  position: relative;
  min-height: 140px;
  padding: 14px;
  border: 0;
  border-radius: 0;
  background: #f8fafc;
  flex-direction: column;
  justify-content: center;
  outline: 0;
  box-shadow: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone.has-preview {
  min-height: unset;
  padding: 0;
  border: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone.has-preview .sodo-ai-plus-prompt {
  display: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview {
  display: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0 0
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview.is-visible {
  display: block
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 140px;
  min-height: 140px;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: #000;
  scrollbar-color: #94a3b8 transparent;
  scrollbar-width: thin
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content::-webkit-scrollbar-track {
  background: 0 0
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 999px;
  background: padding-box #94a3b8
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content::-webkit-scrollbar-thumb:hover {
  background: padding-box #64748b
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content img,
#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content object {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  pointer-events: auto
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content object {
  height: 100%;
  min-height: 140px;
  pointer-events: none;
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone:focus,
#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview-content:focus,
#dynamic_sodo_ai_plus_modal .sodo-ai-plus-preview:focus {
  outline: 0;
  box-shadow: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone::after {
  position: absolute;
  inset: 5px;
  border: 1px dashed var(--sodo-ai-brand);
  border-radius: 6px;
  content: "";
  pointer-events: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone.is-dragover,
#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone:hover {
  border-color: transparent;
  background: var(--sodo-ai-brand-soft);
  box-shadow: none
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone i {
  color: var(--sodo-ai-brand)
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-error {
  margin: 8px
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: 0 0
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-pdf-wrapper {
  width: 100%;
  aspect-ratio: 1/1.414;
  overflow: hidden;
  position: relative;
  border-radius: 0
}

.dxf_sodo #dynamic_sodo_ai_plus_modal .sodo-ai-plus-pdf-wrapper object {
  position: absolute;
  top: -1px;
  left: -15px;
  width: calc(100% + 30px);
  max-width: none;
  height: calc(100% + 2px);
  background: 0 0
}

#dynamic_sodo_ai_plus_modal .sodo-ai-plus-dropzone.has-preview::after {
  display: none
}

.sodo-current-drawing-card {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 98;
  width: auto;
  min-width: 0;
  max-width: 170px;
  box-sizing: border-box;
  padding: 7px 8px 7px 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  background: rgba(15, 23, 42, .78);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .22);
  color: #f8fafc;
  font-size: 11.5px;
  line-height: 1.25;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text
}

.sodo-current-drawing-card.is-unsaved {
  color: #ff0
}

.sodo-current-drawing-title {
  font-weight: 800;
  font-size: 12px;
  color: #ff0;
  white-space: normal;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.sodo-current-drawing-card.is-unsaved .sodo-current-drawing-title {
  font-weight: 500;
  color: #ff0
}

.sodo-current-drawing-row {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.sodo-current-drawing-row.is-hidden {
  display: none
}

.dxf_sodo.dxf_sodo.fixed-sidebar.mini-navbar #page-wrapper,
.dxf_sodo.dxf_sodo.mini-navbar #page-wrapper,
.dxf_sodo.dxf_sodo.mini-navbar .gray-bg.sidebar-content {
  margin-left: 70px;
}

.dxf_sodo .tooltip-inner {
  background-color: #2F4050 !important;
}

.dxf_sodo .tooltip.top .tooltip-arrow {
  border-top-color: #2F4050 !important;
}

.dxf_sodo .tooltip.right .tooltip-arrow {
  border-right-color: #2F4050 !important;
}

.dxf_sodo .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050 !important;
}

.dxf_sodo .tooltip.left .tooltip-arrow {
  border-left-color: #2F4050 !important;
}
