/* A distinct asset path bypasses IDCsmart's fixed-version cache after theme releases. */
@import url("./client-shell.css?gtc=0e72275");
@import url("./client-overrides.css?gtc=0e72275");

.gtc-client-page .el-button.is-disabled,
.gtc-client-page .el-button:disabled {
  color: var(--gtc-color-muted) !important;
  background: #f3f6f4 !important;
  border-color: var(--gtc-color-border) !important;
  opacity: 0.72;
  cursor: not-allowed;
}

.gtc-client-page .custom-pagination .el-pagination,
.gtc-client-page .custom-pagination .el-pagination__jump {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.gtc-client-page .custom-pagination .el-pagination__editor.el-input .el-input__inner {
  min-height: 28px !important;
  font-size: 12px !important;
}

.gtc-plugin-adapter .order-des:empty {
  display: none !important;
}
