body {
  font-variant-numeric: tabular-nums;
}

.layout-vertical .layout-leftpanel {
  margin-left: var(--sidebar-w, 95px);
}
.layout-vertical .layout-main .layout-content #iframeloading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layout-vertical .layout-main .layout-content #iframeloading .please-wait {
  margin-top: 20px;
  font-size: 1.5rem;
}
.layout-vertical .layout-main .layout-content .command-button-bar__fixed {
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .layout-vertical .layout-leftpanel {
    margin-left: 0px;
  }
  .layout-vertical .layout-main .layout-content {
    padding: 0.5em;
  }
}
.ui-sidebar.system-env-test {
  background-color: yellow;
}
.ui-sidebar.system-env-dev {
  background-color: yellow;
}
.ui-sidebar.system-env-uat {
  background-color: orange;
}
.ui-sidebar.system-env-backup {
  background-color: brown;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.layout-vertical .menu-wrapper .form-menu-wrapper .layout-menu > li > ul li.submenu-item > a {
  font-size: inherit;
}

.layout-vertical .layout-topbar .layout-topbar-wrapper .topbar-search-zone {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .topbar-search-zone .search-input-wrapper .ajaxMenuSearchStatus {
  display: inline-flex;
  align-items: center;
  margin-left: -25px;
  z-index: 2;
  pointer-events: none;
  font-size: 0.85rem;
  color: var(--text-muted, #9ca3af);
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
  margin-right: 12px;
  margin-left: 0;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.notifications > ul {
  min-width: 290px !important;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.notifications > ul .layout-submenu-item .menu-text span {
  font-weight: bold;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.notifications > ul .layout-submenu-item .menu-text a {
  display: inline-block;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.user-profile .user-info.online::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #25d366;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  left: 27px;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.user-profile .user-info.offline::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d53030;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  left: 27px;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.user-profile > ul {
  min-width: 229px !important;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.user-mailbox > ul {
  min-width: 229px !important;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item[class*=system-env-] {
  background-color: transparent;
  min-width: unset;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item[class*=system-env-] span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.system-env-test span {
  background-color: #fbbf24;
  color: #1a1a1a;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.system-env-dev span {
  background-color: #fbbf24;
  color: #1a1a1a;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.system-env-uat span {
  background-color: #fb923c;
  color: #1a1a1a;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.system-env-backup span {
  background-color: #a16207;
  color: #ffffff;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.info-company > a {
  padding: 0.5rem;
  cursor: default;
}
.layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.info-company > a:hover {
  background-color: unset;
}

body .ui-autocomplete-panel.autocomplete-topbar-search .ui-autocomplete-items .ui-autocomplete-item {
  white-space: normal;
}

.layout-vertical .layout-footer .copyright {
  color: var(--text-color);
}
.layout-vertical .layout-footer .breadcrumb a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 1em;
  text-decoration: underline;
  color: unset;
}
.layout-vertical .layout-footer .breadcrumb span {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 1em;
}
.layout-vertical .layout-footer .breadcrumb > ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.15em;
}
.layout-vertical .layout-footer .breadcrumb > ul > li {
  align-items: center;
  display: flex;
  padding: 4px 0px 4px 1px;
}
.layout-vertical .layout-footer .breadcrumb > ul > li:last-child {
  background-color: var(--theme-primary-dark-color);
  color: var(--theme-primary-text-color);
  border-radius: 3px;
  border: none;
  text-decoration: underline !important;
  padding-left: 5px;
}
.layout-vertical .layout-footer .breadcrumb > ul > li:last-child:hover {
  background-color: var(--theme-primary-color);
}
.layout-vertical .layout-footer .breadcrumb > ul > li:not(:first-child)::before {
  content: ">";
  position: absolute;
}
.layout-vertical .layout-footer .footer-right-zone .pathVariableIdSpan {
  margin-right: 10px;
}

.ldr-rings {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ldr-rings span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: var(--theme-primary-color, #0b5394);
  animation: ldr-spin 1s linear infinite;
}
.ldr-rings span:nth-child(2) {
  inset: 3px;
  border-top-color: var(--theme-primary-dark-color, #3d7fc4);
  animation-duration: 1.4s;
  animation-direction: reverse;
}
.ldr-rings span:nth-child(3) {
  inset: 6px;
  border-top-color: #f5b800;
  animation-duration: 0.8s;
}

@keyframes ldr-spin {
  to {
    transform: rotate(360deg);
  }
}
body.theme-dark .layout-wrapper,
body.theme-dark .layout-main,
body.theme-dark .layout-content {
  background: var(--surface-bg) !important;
}
body.theme-dark .layout-topbar {
  background: var(--surface-bg) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body.theme-dark .layout-topbar .layout-topbar-wrapper {
  background: var(--surface-bg) !important;
}
body.theme-dark .layout-topbar .layout-topbar-logo > img {
  filter: brightness(0) invert(1) !important;
}
body.theme-dark div.brand-back div.brand {
  filter: brightness(0) invert(1) !important;
}
body.theme-dark .layout-vertical .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a {
  color: #CBD5E1 !important;
}
body.theme-dark .layout-vertical .layout-footer {
  background: var(--surface-bg) !important;
  color: #94A3B8 !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb span {
  color: var(--text-secondary, #94A3B8);
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb a {
  color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li {
  color: #94A3B8 !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:not(:first-child)::before {
  color: var(--text-muted, #64748B);
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:last-child {
  background-color: var(--theme-primary-dark-color) !important;
  color: var(--theme-primary-text-color) !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:last-child a {
  color: var(--theme-primary-text-color) !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:last-child:hover {
  background-color: var(--theme-primary-color) !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:first-child a {
  color: var(--text-secondary, #94A3B8) !important;
}
body.theme-dark .layout-vertical .layout-footer .breadcrumb > ul > li:first-child a:hover {
  color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body li {
  background: transparent !important;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body h4, body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body h5 {
  color: var(--text-muted, #64748B) !important;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body a {
  color: var(--text-secondary, #94A3B8) !important;
  text-decoration: none;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body a:hover {
  color: #fff !important;
  background-color: rgba(59, 130, 246, 0.15) !important;
}
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body li.ui-state-current > a,
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body li.active > a,
body.theme-dark .layout-vertical .layout-rightpanel .rightpanel-body a.active {
  color: #fff !important;
  background-color: rgba(59, 130, 246, 0.2) !important;
}
body.theme-dark .menu-wrapper {
  background: #0a0e14 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body.theme-dark .menu-wrapper .separator {
  border-color: #1c2333 !important;
}
body.theme-dark .menu-wrapper .menu-item a {
  color: #94A3B8 !important;
}
body.theme-dark .menu-wrapper .menu-item > a:hover {
  color: #fff !important;
  background-color: rgba(59, 130, 246, 0.15) !important;
}
body.theme-dark .menu-wrapper .menu-item > a:hover span.title, body.theme-dark .menu-wrapper .menu-item > a:hover i {
  color: inherit !important;
}
body.theme-dark .menu-wrapper .menu-item.ui-state-current > a, body.theme-dark .menu-wrapper .menu-item.menu-item-active > a {
  color: #fff !important;
  background-color: rgba(59, 130, 246, 0.2) !important;
}
body.theme-dark .menu-wrapper .menu-item.ui-state-current > a span.title, body.theme-dark .menu-wrapper .menu-item.ui-state-current > a i, body.theme-dark .menu-wrapper .menu-item.menu-item-active > a span.title, body.theme-dark .menu-wrapper .menu-item.menu-item-active > a i {
  color: inherit !important;
}
body.theme-dark .menu-wrapper ul ul,
body.theme-dark .menu-wrapper .layout-submenu {
  background: transparent !important;
}
body.theme-dark .menu-wrapper .layout-menu > li > ul.submenu .submenu-item > a {
  background: transparent !important;
  color: #F1F5F9 !important;
  font-weight: 600;
}
body.theme-dark .menu-wrapper .layout-menu > li > ul.submenu .submenu-item > a i.menuitem-icon {
  color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .menu-wrapper ul ul li:not(.submenu-item) a, body.theme-dark .menu-wrapper ul ul li:not(.submenu-item) span {
  color: #94A3B8 !important;
  background: transparent !important;
}
body.theme-dark .menu-wrapper .submenu-item-link > a {
  background: transparent !important;
}
body.theme-dark .menu-wrapper .submenu-item-link:hover {
  background: rgba(59, 130, 246, 0.15) !important;
}
body.theme-dark .menu-wrapper .submenu-item-link:hover > a, body.theme-dark .menu-wrapper .submenu-item-link:hover > a span, body.theme-dark .menu-wrapper .submenu-item-link:hover > a i {
  color: #fff !important;
  background: transparent !important;
}
body.theme-dark .menu-wrapper .submenu-item-link.ui-state-current {
  background: rgba(59, 130, 246, 0.25) !important;
}
body.theme-dark .menu-wrapper .submenu-item-link.ui-state-current > a, body.theme-dark .menu-wrapper .submenu-item-link.ui-state-current > a span, body.theme-dark .menu-wrapper .submenu-item-link.ui-state-current > a i {
  color: #fff !important;
  background: transparent !important;
}
body.theme-dark .menu-wrapper .layout-submenu-header,
body.theme-dark .menu-wrapper .submenu-item > a {
  background: transparent !important;
}
body.theme-dark .menu-wrapper .layout-submenu-header h4 {
  color: #F1F5F9 !important;
}
body.theme-dark .layout-rightpanel,
body.theme-dark .rightpanel-wrapper {
  background: #111827 !important;
}
body.theme-dark .rightpanel-header {
  background: #1c2333 !important;
  color: #F1F5F9 !important;
}
body.theme-dark .rightpanel-body {
  background: #111827 !important;
  color: #CBD5E1 !important;
}
body.theme-dark .ui-widget-content {
  background: var(--card-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
  border-color: #334155 !important;
}
body.theme-dark .ui-widget-header {
  background: var(--panel-title-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
  border-color: #334155 !important;
}
body.theme-dark .ui-dialog {
  background: var(--card-bg) !important;
  border-color: #334155 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}
body.theme-dark .ui-dialog .ui-dialog-titlebar {
  background: var(--panel-title-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
}
body.theme-dark .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  color: var(--text-secondary) !important;
}
body.theme-dark .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  color: #fff !important;
}
body.theme-dark .ui-dialog .ui-dialog-content {
  background: var(--card-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
}
body.theme-dark .ui-dialog .ui-dialog-content label {
  color: var(--text-secondary, #94A3B8) !important;
}
body.theme-dark .ui-dialog .ui-dialog-footer {
  background: var(--card-bg) !important;
  border-top: 1px solid #334155 !important;
}
body.theme-dark .ui-tabview,
body.theme-dark .ui-tabs {
  background: transparent !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav,
body.theme-dark .ui-tabview .ui-tabview-nav,
body.theme-dark .ui-tabs .ui-tabs-nav,
body.theme-dark .ui-tabs .ui-tabview-nav {
  background: transparent !important;
  border-color: #334155 !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav li,
body.theme-dark .ui-tabview .ui-tabview-nav li,
body.theme-dark .ui-tabs .ui-tabs-nav li,
body.theme-dark .ui-tabs .ui-tabview-nav li {
  background: transparent !important;
  border-color: transparent !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav li a,
body.theme-dark .ui-tabview .ui-tabview-nav li a,
body.theme-dark .ui-tabs .ui-tabs-nav li a,
body.theme-dark .ui-tabs .ui-tabview-nav li a {
  color: var(--text-secondary, #94A3B8) !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav li.ui-tabs-active, body.theme-dark .ui-tabview .ui-tabs-nav li.ui-tabview-selected, body.theme-dark .ui-tabview .ui-tabs-nav li.ui-state-active,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-tabs-active,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-tabview-selected,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-state-active,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-tabs-active,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-tabview-selected,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-state-active,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-tabs-active,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-tabview-selected,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-state-active {
  background: var(--theme-primary-dark-color) !important;
  border-color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav li.ui-tabs-active a, body.theme-dark .ui-tabview .ui-tabs-nav li.ui-tabview-selected a, body.theme-dark .ui-tabview .ui-tabs-nav li.ui-state-active a,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-tabs-active a,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-tabview-selected a,
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-state-active a,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-tabview-selected a,
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-state-active a,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-tabs-active a,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-tabview-selected a,
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-state-active a {
  color: #fff !important;
}
body.theme-dark .ui-tabview .ui-tabs-nav li.ui-state-hover:not(.ui-tabs-active):not(.ui-state-active),
body.theme-dark .ui-tabview .ui-tabview-nav li.ui-state-hover:not(.ui-tabs-active):not(.ui-state-active),
body.theme-dark .ui-tabs .ui-tabs-nav li.ui-state-hover:not(.ui-tabs-active):not(.ui-state-active),
body.theme-dark .ui-tabs .ui-tabview-nav li.ui-state-hover:not(.ui-tabs-active):not(.ui-state-active) {
  border-color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .ui-tabview .ui-tabs-panel,
body.theme-dark .ui-tabview .ui-tabview-panel,
body.theme-dark .ui-tabs .ui-tabs-panel,
body.theme-dark .ui-tabs .ui-tabview-panel {
  background: var(--card-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
  border-color: #334155 !important;
}
body.theme-dark .ui-inputtext,
body.theme-dark .ui-selectonemenu {
  background: var(--surface-bg, #0d1117) !important;
  border-color: #475569 !important;
  color: var(--text-primary, #E2E8F0) !important;
}
body.theme-dark .ui-selectonemenu .ui-selectonemenu-trigger {
  background: transparent !important;
  border-color: #475569 !important;
  color: var(--text-secondary) !important;
}
body.theme-dark .ui-chkbox-box {
  background: var(--surface-bg) !important;
  border-color: #475569 !important;
}
body.theme-dark .ui-chkbox-box.ui-state-active {
  background: var(--theme-primary-dark-color) !important;
  border-color: var(--theme-primary-dark-color) !important;
}
body.theme-dark .ui-button.ui-state-default {
  border-color: #475569 !important;
  color: var(--text-primary, #E2E8F0) !important;
}
body.theme-dark .ui-fieldset {
  border-color: #334155 !important;
}
body.theme-dark .ui-fieldset .ui-fieldset-legend {
  background: var(--panel-title-bg) !important;
  color: var(--text-primary, #E2E8F0) !important;
  border-color: #334155 !important;
}
body.theme-dark .ui-divider .ui-divider-content {
  background-color: var(--surface-card, #1e293b) !important;
}
body.theme-dark.error-page {
  background: var(--surface-bg) !important;
  color: #E2E8F0 !important;
}
body.theme-dark.error-page .layout-error {
  background-color: var(--surface-bg) !important;
}
body.theme-dark .layout-error {
  background: var(--surface-bg) !important;
  color: #E2E8F0;
}
body.theme-dark .layout-error .header {
  color: #E2E8F0;
}
body.theme-dark .layout-error .header .ui-button {
  background: var(--theme-primary-dark-color) !important;
  border-color: var(--theme-primary-dark-color) !important;
  color: #fff !important;
}
body.theme-dark .layout-error .content {
  color: #CBD5E1;
}
body.theme-dark .layout-error .content code, body.theme-dark .layout-error .content pre {
  color: #94A3B8;
  background: #131a28;
}
body.theme-dark .layout-error .content li {
  color: #CBD5E1;
}
body.theme-dark .layout-error .content a {
  color: #60A5FA;
}

body.dlgframework {
  min-height: 100vh;
}
body .ui-df-content {
  height: 100% !important;
}
body .ui-dialog.messenger-dialog .ui-dialog-titlebar {
  display: flex;
  align-items: center;
  background: #f0f2f5;
}
body .ui-dialog.messenger-dialog .ui-dialog-titlebar .ui-dialog-title {
  flex-grow: 1;
  font-size: 1.5rem;
}
body .ui-dialog.messenger-dialog .ui-dialog-titlebar .ui-icon-closethick {
  font-size: 1.25rem;
}
body .ui-dialog.messenger-dialog .ui-dialog-titlebar i {
  font-size: 26px;
}
body.chatdlg .ui-datatable.chat-users-list .ui-datatable-header {
  padding: 0;
}
body.chatdlg .ui-datatable.chat-users-list .ui-datatable-header .user-search-box {
  background-color: rgb(241, 241, 241);
}
body.chatdlg .ui-datatable.chat-users-list .ui-datatable-header .user-search-box .input-search {
  border: 0;
}
body.chatdlg .ui-datatable.chat-users-list table thead {
  display: none;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f2f5;
  transition: background 0.2s;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-item .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-item .avatar.online::after {
  bottom: 0;
  right: 0;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-info {
  flex: 1;
  min-width: 0;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-header .ui-badge {
  right: -5px;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-header i.unread-icon {
  font-size: 26px;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .user-name {
  font-size: 16px;
  font-weight: 500;
  color: #111b21;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .last-message {
  font-size: 1rem;
  color: #667781;
  display: flex;
  align-items: center;
  gap: 5px;
}
body.chatdlg .ui-datatable.chat-users-list table tbody .last-message .last-message-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
body.chatdlg .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}
body.chatdlg .avatar.online::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #25d366;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -5px;
}
body.chatdlg .chat-container .chat-header {
  padding: 12px 2px;
  display: flex;
  align-items: center;
  gap: 15px;
}
body.chatdlg .chat-container .chat-header .chat-user-info h3 {
  font-size: 16px;
  font-weight: 500;
  color: #111b21;
  margin: 0;
}
body.chatdlg .chat-container .chat-header .chat-user-status {
  font-size: 13px;
  color: #667781;
}
body.chatdlg .chat-container .chat-header .button-show-discussions {
  height: 3.3rem;
  width: 3.3rem;
  background: #7c5cdb;
  color: white;
}
body.chatdlg .chat-container .chat-header .button-show-discussions .ui-icon {
  font-size: 1.5rem;
  top: 43%;
  left: 35%;
}
body.chatdlg .chat-container .input-text {
  background-color: #e5ddd5;
}
body.chatdlg .message-box {
  background: #e5ddd5;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.chatdlg .message-box .message {
  display: flex;
  margin-bottom: 12px;
  animation: slideIn 0.3s ease-out;
}
body.chatdlg .message-box .message.sent {
  justify-content: flex-end;
}
body.chatdlg .message-box .message.received {
  justify-content: flex-start;
}
body.chatdlg .message-box .message-bubble {
  max-width: 75%;
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  word-wrap: break-word;
}
body.chatdlg .message-box .message.sent .message-bubble {
  background: #dcf8c6;
  border-bottom-right-radius: 2px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
body.chatdlg .message-box .message.received .message-bubble {
  background: #ffffff;
  border-bottom-left-radius: 2px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
body.chatdlg .message-box .message-text {
  font-size: 14.5px;
  line-height: 1.4;
  color: #303030;
  margin-bottom: 4px;
}
body.chatdlg .message-box .message-media {
  margin-bottom: 6px;
  border-radius: 8px;
  overflow: hidden;
}
body.chatdlg .message-box .message-media .media-document {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  max-width: 300px;
}
body.chatdlg .message-box .message-media .media-document .document-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc4e41;
  font-size: 24px;
  font-weight: 600;
  flex-shrink: 0;
}
body.chatdlg .message-box .message-media .media-document .document-icon.pdf {
  background: #dc4e41;
}
body.chatdlg .message-box .message-media .media-document .document-info {
  flex: 1;
  min-width: 0;
}
body.chatdlg .message-box .message-media .media-document .document-info .document-name {
  font-size: 15px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.chatdlg .message-box .message-media .media-document .document-info .document-size {
  font-size: 11px;
  color: #667781;
}
body.chatdlg .message-box .message-time {
  font-size: 11px;
  color: #667781;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 2px;
}
body.chatdlg .message-box .message-time .checkmark {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.chatdlg .message-box .message-time .checkmark svg {
  width: 100%;
  height: 100%;
}
body.chatdlg .message-box .date-divider {
  text-align: center;
  margin: 20px 0;
}
body.chatdlg .message-box .date-divider span {
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #667781;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
body.chatdlg .message-box #scrollBottomBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
}
body.chatdlg .message-box #scrollBottomBtn:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}
body.chatdlg .message-box #scrollBottomBtn:active {
  transform: scale(0.95);
}
body.chatdlg .message-box #scrollBottomBtn svg {
  width: 24px;
  height: 24px;
}

body.login-right .ui-sidebar.disclaimer {
  background-color: rgba(0, 0, 0, 0.6);
}
body.login-right .ui-sidebar.disclaimer > a.disclaimer {
  color: white;
  text-decoration: none;
}
body.login-right .footer-right .copyright {
  color: var(--text-color);
}

body .ui-divider.ui-divider-vertical.paragraph::before {
  height: 80%;
  margin-top: 4rem;
}
body .ui-divider.paragraph .ui-divider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .ui-divider.paragraph .ui-divider-content > img {
  width: 32px;
  height: 32px;
}

body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container {
  width: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-input-token {
  display: flex;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-autocomplete-token-label {
  padding-right: 0.5rem;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-icon-close {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(n+2) {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(1) .ui-autocomplete-token-label {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(1)::after {
  content: "Multi-portfolio selected ...";
  display: inline;
  padding: 0 5px;
  font-size: 13px;
}
body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row {
  border: none;
}
body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th {
  border: none;
}
body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item {
  white-space: nowrap;
}

.blockUI {
  z-index: 99999 !important;
}

body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container {
  width: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-input-token {
  display: flex;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-autocomplete-token-label {
  padding-right: 0.5rem;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-icon-close {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(n+2) {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(1) .ui-autocomplete-token-label {
  display: none;
}
body .ui-autocomplete.limited-autocomplete-search-portfolio ul.ui-autocomplete-multiple-container:has(li.ui-autocomplete-token:nth-child(2)) li.ui-autocomplete-token:nth-child(1)::after {
  content: "Multi-portfolio selected ...";
  display: inline;
  padding: 0 5px;
  font-size: 13px;
}
body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row {
  border: none;
}
body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchPortfolioPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchAccountPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchThirdPartyPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row td, body .ui-autocomplete-panel.autoCompleteSearchSecurityPanel > table.ui-autocomplete-table tr.ui-autocomplete-row th {
  border: none;
}
body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item {
  white-space: nowrap;
}

body .ui-selectcheckboxmenu-header .ui-chkbox {
  display: none;
}

body .ui-growl {
  top: 68px;
  right: 2rem;
  width: 30rem;
}
body .ui-growl .ui-growl-item-container {
  opacity: 1;
}
body .ui-growl .ui-growl-item-container .ui-growl-item .ui-growl-message {
  margin-left: 4rem;
  width: auto;
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.dlgframework .ui-growl {
  top: 10px;
}

body .ui-datatable.ui-datatable-striped .ui-datatable-data > tr.trading_rejected {
  background-color: #ffd9d9;
}

body .ui-divider.ui-divider-vertical.paragraph::before {
  height: 80%;
  margin-top: 4rem;
}
body .ui-divider.paragraph .ui-divider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .ui-divider.paragraph .ui-divider-content > img {
  width: 32px;
  height: 32px;
}

body .ui-dialog-content.ui-df-content {
  min-height: 100%;
}
body .progress-task-blockui + .ui-blockui-content {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 24px 60px -16px rgba(15, 23, 42, 0.28), 0 10px 20px -6px rgba(15, 23, 42, 0.1) !important;
  overflow: hidden;
  background: #fff;
  padding: 0em;
  width: 550px !important;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head {
  border-radius: 12px 12px 0 0;
  padding: 18px 22px;
  background: var(--theme-primary-darker-color, #1a2332);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head .task-dlg-title {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head .task-dlg-title .task-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  position: relative;
  flex-shrink: 0;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head .task-dlg-title .task-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: #4ade80;
  opacity: 0.3;
  animation: taskpulse 1.5s ease-out infinite;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head #taskdescriptionlabel {
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-head #taskdescriptionlabel.task-dlg-sub {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
  text-align: start;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero {
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--surface-border, #e5e7eb);
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text .task-dlg-status {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary, #1f2937);
  height: 25px;
  margin-top: 0.5em;
  margin-bottom: 0em;
  display: flex;
  text-align: left;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text .task-dlg-desc {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--text-secondary, #6b7280);
  line-height: 1.4;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text .task-dlg-meta {
  display: flex;
  gap: 16px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-secondary, #6b7280);
  align-items: center;
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text .task-dlg-meta .mono {
  font-family: var(--font-family-mono, monospace);
  font-weight: 500;
  color: var(--text-primary, #1f2937);
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-hero .task-dlg-hero-text .task-dlg-meta .sep {
  width: 1px;
  height: 12px;
  background: var(--surface-border, #e5e7eb);
}
body .progress-task-blockui + .ui-blockui-content .task-dlg-foot {
  border-radius: 0 0 12px 12px;
  padding: 12px 22px;
  background: var(--surface-bg, #f9fafb);
  border-top: 1px solid var(--surface-border, #e5e7eb);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-secondary, #6b7280);
}

/*# sourceMappingURL=styles.css.map */
